/* Homepage reference lock: https://power-point.ink/
   This layer keeps added semantic/scenario markup inside the donor's original
   white, orange-accented visual system. */

html {
    overflow-x: hidden;
}

.home-page-v2 {
    color: #181818;
    background: #fff;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.home-page-v2 .container {
    width: 100%;
    max-width: 1228px;
    padding-inline: 14px;
}

.home-page-v2 .skip-link {
    position: fixed;
    top: 8px;
    left: 14px;
    z-index: 10000;
    padding: 10px 14px;
    border-radius: 8px;
    color: #fff;
    background: #181818;
    transform: translateY(-160%);
}

.home-page-v2 .skip-link:focus {
    transform: translateY(0);
}

/* Typography QA: preserve the donor scale while improving rhythm and wrapping. */
.home-page-v2 h1,
.home-page-v2 h2,
.home-page-v2 h3 {
    text-wrap: balance;
}

.home-page-v2 p {
    line-height: 26px;
    text-wrap: pretty;
}

.home-page-v2 .title-name {
    color: #cf431c;
    font-weight: 500;
    white-space: nowrap;
}

.home-page-v2 .btn,
.home-page-v2 .site-header a,
.home-page-v2 .site-header button {
    white-space: nowrap;
}

.home-page-v2 :is(a, button):focus-visible {
    outline: 3px solid rgba(207, 67, 28, .48) !important;
    outline-offset: 3px !important;
}

.home-page-v2 .footer-btn p {
    opacity: .72;
}

.home-page-v2 .reviews-button-prev > span,
.home-page-v2 .reviews-button-next > span,
.home-page-v2 .reviews-button-prev > svg,
.home-page-v2 .reviews-button-next > svg {
    display: none;
}

/* Donor hero */
.home-page-v2 .point-online-title h1 span {
    color: #f35424;
}

.home-page-v2 .point-online-tema img,
.home-page-v2 .point-tema-mob img {
    display: block;
    width: 100%;
    height: auto;
}

/* Preserve the donor's intrinsic aspect ratios inside its flex layouts. */
.home-page-v2 .reviews-photo img,
.home-page-v2 .possibilities-photo img,
.home-page-v2 .effectiveness-rel img {
    height: auto;
}

/* Presentation scenarios: desktop columns, tablet rail and mobile accordions. */
.home-page-v2 .presentation-types-main {
    margin-top: 112px;
    padding: 0;
    color: #181818;
    background: transparent;
}

.home-page-v2 .presentation-types-main .container {
    max-width: 1380px;
}

.home-page-v2 .presentation-types-panel {
    padding: 24px 28px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(24, 24, 24, .035);
}

.home-page-v2 .presentation-types-heading {
    display: block !important;
    max-width: none;
    margin: 0 auto;
    text-align: center;
}

.home-page-v2 .presentation-types-heading::before {
    display: none;
    content: none;
}

.home-page-v2 .presentation-types-heading h2 {
    max-width: none;
    margin: 0;
    color: #181818;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 36px;
    text-align: center;
}

.home-page-v2 .presentation-types-heading p {
    max-width: none;
    margin: 8px 0 0;
    color: #777;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.home-page-v2 .presentation-types-groups {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, .95fr) minmax(260px, .82fr);
    align-items: start;
    gap: 0;
    margin-top: 26px;
}

.home-page-v2 .presentation-type-group {
    min-width: 0;
    padding: 0 22px;
}

.home-page-v2 .presentation-type-group:first-child {
    padding-left: 4px;
}

.home-page-v2 .presentation-type-group + .presentation-type-group {
    border-left: 1px solid #ecebe8;
}

.home-page-v2 .presentation-type-group-head {
    position: relative;
    margin: 0 0 12px;
    border-bottom: 1px solid #ecebe8;
}

.home-page-v2 .presentation-type-group-head::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 156px;
    max-width: 48%;
    height: 1px;
    background: #f35424;
    content: "";
}

.home-page-v2 .presentation-type-group-head h3 {
    margin: 0;
}

.home-page-v2 .presentation-type-group-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    gap: 10px;
    padding: 0 2px;
    border: 0;
    color: #181818;
    background: transparent;
    font: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.home-page-v2 .presentation-type-group-icon {
    display: grid;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #f35424;
    place-items: center;
}

.home-page-v2 .presentation-type-group-icon svg,
.home-page-v2 .presentation-type-group-chevron {
    display: block;
    width: 24px;
    height: 24px;
}

.home-page-v2 .presentation-type-group-chevron {
    display: none;
    margin-left: auto;
    transition: transform 160ms ease;
}

.home-page-v2 .presentation-type-group-toggle[aria-expanded="true"] .presentation-type-group-chevron {
    transform: rotate(180deg);
}

.home-page-v2 .presentation-type-group-body[hidden] {
    display: none;
}

.home-page-v2 .presentation-type-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-page-v2 .presentation-type-group:first-child .presentation-type-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
}

.home-page-v2 .presentation-type-links li {
    min-width: 0;
}

.home-page-v2 .presentation-type-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 6px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    color: #181818;
    background: #fff;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.home-page-v2 .presentation-type-visual {
    display: block;
    width: 54px;
    height: 36px;
    overflow: hidden;
    border: 1px solid #deddd9;
    border-radius: 7px;
    background: #f6f6f6;
}

.home-page-v2 .presentation-type-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-page-v2 .presentation-type-card strong {
    display: block;
    min-width: 0;
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.home-page-v2 .presentation-type-arrow {
    color: #181818;
    font-size: 18px;
    line-height: 1;
    transition: transform 160ms ease;
}

.home-page-v2 .presentation-types-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 44px;
    gap: 8px;
    margin: 12px auto 0;
    padding: 0 16px;
    border: 1px solid #d5d5d5;
    border-radius: 999px;
    color: #181818;
    background: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, transform 120ms ease;
}

.home-page-v2 .presentation-types-toggle svg {
    transition: transform 160ms ease;
}

.home-page-v2 .presentation-types-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

@media (hover: hover) {
    .home-page-v2 .presentation-type-card:hover {
        border-color: #f35424;
        background: #fffaf8;
    }

    .home-page-v2 .presentation-type-card:hover strong,
    .home-page-v2 .presentation-type-card:hover .presentation-type-arrow {
        color: #cf431c;
    }

    .home-page-v2 .presentation-type-card:hover .presentation-type-arrow {
        transform: translateX(3px);
    }

    .home-page-v2 .presentation-types-toggle:hover {
        border-color: #181818;
        background: #f6f6f6;
    }
}

.home-page-v2 .presentation-type-card:focus-visible,
.home-page-v2 .presentation-type-group-toggle:focus-visible,
.home-page-v2 .presentation-types-toggle:focus-visible {
    outline: 3px solid rgba(243, 84, 36, .34);
    outline-offset: 2px;
}

.home-page-v2 .presentation-types-toggle:active {
    transform: translateY(1px);
}

.home-page-v2 .presentation-type-compact-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    gap: 6px;
    margin-top: 2px;
    padding: 0 10px;
    border: 0;
    border-top: 1px solid #ecebe8;
    color: #181818;
    background: transparent;
    font: inherit;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}

.home-page-v2 .presentation-type-compact-toggle[hidden] {
    display: none;
}

.home-page-v2 .presentation-type-compact-toggle svg {
    transition: transform 160ms ease;
}

.home-page-v2 .presentation-type-compact-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

@media (max-width: 1199px) {
    .home-page-v2 .presentation-types-panel {
        padding: 22px 16px 12px;
    }

    .home-page-v2 .presentation-types-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .home-page-v2 .presentation-types-heading p {
        font-size: 13px;
        line-height: 18px;
    }

    .home-page-v2 .presentation-types-groups {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
    }

    .home-page-v2 .presentation-type-group,
    .home-page-v2 .presentation-type-group:first-child {
        padding: 0;
        border: 1px solid #dedede;
        border-radius: 10px;
    }

    .home-page-v2 .presentation-type-group + .presentation-type-group {
        border-left: 1px solid #dedede;
    }

    .home-page-v2 .presentation-type-group-head {
        margin: 0;
        border: 0;
    }

    .home-page-v2 .presentation-type-group-head::after {
        display: none;
    }

    .home-page-v2 .presentation-type-group-toggle {
        min-height: 54px;
        padding: 0 18px;
        cursor: pointer;
    }

    .home-page-v2 .presentation-type-group-chevron {
        display: block;
    }

    .home-page-v2 .presentation-type-group-body {
        padding: 0 14px 14px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .home-page-v2 .presentation-type-links,
    .home-page-v2 .presentation-type-group:first-child .presentation-type-links {
        grid-template-columns: repeat(var(--group-columns), minmax(0, 1fr));
        gap: 6px;
    }

    .home-page-v2 .presentation-type-card {
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: start;
        gap: 7px;
        min-height: 104px;
        padding: 8px 3px;
        border: 0;
        background: transparent;
        text-align: center;
    }

    .home-page-v2 .presentation-type-visual {
        width: 62px;
        height: 42px;
    }

    .home-page-v2 .presentation-type-card strong {
        font-size: 12px;
        line-height: 15px;
    }

    .home-page-v2 .presentation-type-arrow {
        display: none;
    }
}

@media (max-width: 899px) {
    .home-page-v2 .presentation-types-main {
        margin-top: 84px;
    }

    .home-page-v2 .presentation-types-main .container {
        padding-inline: 12px;
    }

    .home-page-v2 .presentation-types-panel {
        padding: 18px 10px 10px;
        border-radius: 12px;
    }

    .home-page-v2 .presentation-types-heading h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .home-page-v2 .presentation-types-heading p {
        max-width: 330px;
        margin: 6px auto 0;
        font-size: 12px;
        line-height: 17px;
    }

    .home-page-v2 .presentation-types-groups {
        gap: 10px;
        margin-top: 18px;
    }

    .home-page-v2 .presentation-type-group-toggle {
        min-height: 50px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .home-page-v2 .presentation-type-group-icon,
    .home-page-v2 .presentation-type-group-icon svg,
    .home-page-v2 .presentation-type-group-chevron {
        width: 20px;
        height: 20px;
    }

    .home-page-v2 .presentation-type-group-icon {
        flex-basis: 20px;
    }

    .home-page-v2 .presentation-type-group-body {
        padding: 0 8px 8px;
    }

    .home-page-v2 .presentation-type-links,
    .home-page-v2 .presentation-type-group:first-child .presentation-type-links {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-page-v2 .presentation-type-card {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 9px;
        min-height: 46px;
        padding: 5px 8px;
        border: 0;
        border-top: 1px solid #ecebe8;
        border-radius: 0;
    }

    .home-page-v2 .presentation-type-links li:first-child .presentation-type-card {
        border-top: 0;
    }

    .home-page-v2 .presentation-type-visual {
        width: 44px;
        height: 30px;
        border-radius: 5px;
    }

    .home-page-v2 .presentation-type-card strong {
        font-size: 13px;
        line-height: 17px;
    }

    .home-page-v2 .presentation-type-arrow {
        font-size: 16px;
    }

    .home-page-v2 .presentation-types-toggle {
        min-height: 44px;
        margin-top: 10px;
        font-size: 12px;
    }
}

@media (max-width: 359px) {
    .home-page-v2 .presentation-types-heading h2 {
        font-size: 18px;
        line-height: 23px;
    }

    .home-page-v2 .presentation-types-heading p {
        font-size: 11px;
        line-height: 16px;
    }

    .home-page-v2 .presentation-type-card {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        gap: 8px;
    }

    .home-page-v2 .presentation-type-visual {
        width: 38px;
        height: 27px;
    }

    .home-page-v2 .presentation-type-card strong {
        font-size: 12px;
        line-height: 16px;
    }
}

/* Semantic FAQ controls keep the donor's original visual geometry. */
.home-page-v2 .questions-click {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.home-page-v2 .questions-box h3 {
    margin: 0;
}

.home-page-v2 .submenu.questions-description[hidden] {
    display: none;
}

/* Keep the donor dots, but give every pagination control a real touch target. */
.home-page-v2 .possib-pagination .swiper-pagination-bullet {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    border: 0;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.home-page-v2 .possib-pagination .swiper-pagination-bullet::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    content: "";
    transform: translate(-50%, -50%);
}

.home-page-v2 .possib-pagination .swiper-pagination-bullet-active::after {
    width: 12px;
    height: 12px;
    background: #f35424;
}

.home-page-v2 .possib-pagination .swiper-pagination-bullet:focus-visible {
    outline: 3px solid rgba(207, 67, 28, .48) !important;
    outline-offset: -4px !important;
}

/* Mobile possibilities: artwork and copy are separate layers, never overlaid. */
@media (max-width: 1020px) {
    .home-page-v2 .possibilities-mob .possibilities-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: auto;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        border-radius: 16px;
        background: #fff;
    }

    .home-page-v2 .possibilities-mob .possibilities-photo {
        position: relative;
        inset: auto;
        order: 1;
        width: 100%;
        height: 210px;
        overflow: hidden;
        border-bottom: 1px solid #d1d1d1;
        background: #f7f8fb;
    }

    .home-page-v2 .possibilities-mob .possibilities-photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        border-radius: 0;
    }

    .home-page-v2 .possibilities-mob .possibilities-info {
        position: relative;
        z-index: auto;
        order: 2;
        min-height: 0;
        padding: 22px 20px 24px;
        background: #fff;
    }

    .home-page-v2 .possibilities-mob .possibilities-info h3 {
        margin: 0;
        font-size: 22px;
        line-height: 28px;
    }

    .home-page-v2 .possibilities-mob .possibilities-info p {
        margin: 10px 0 0;
        color: #4d4d4d;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .home-page-v2 .container {
        padding-inline: 18px;
    }

    .home-page-v2 p {
        font-size: 17px;
        line-height: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page-v2 .presentation-type-card,
    .home-page-v2 .presentation-type-arrow,
    .home-page-v2 .presentation-type-group-chevron,
    .home-page-v2 .presentation-types-toggle svg {
        transition: none;
    }
}
