/* ----------------------------------------------------------------
    Homepage — from static HOME PAGE.html
    Uses theme CSS variables where hex already exists in style.scss
-----------------------------------------------------------------*/

.home-page .eyebrow {
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #174EA6;
}

/* ===== HERO ===== */
.home-page .hero {
    background: linear-gradient(120deg, var(--base-white) 0%, #f7faff 46%, #dceaff 100%);
    overflow: hidden;
    position: relative;
}

.home-page .hero:after {
    content: "";
    position: absolute;
    width: 610px;
    height: 610px;
    border: 82px solid rgba(35, 101, 205, .15);
    border-left-color: rgba(35, 101, 205, .38);
    border-radius: 50%;
    right: -210px;
    top: 70px;
    transform: rotate(-18deg);
}

.home-page .hero-grid {
    min-height: 790px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 34px;
    position: relative;
    z-index: 2;
}

.home-page .hero h1 {
    font-size: clamp(3.6rem, 6.1vw, 6.3rem);
    font-weight: bold;
    line-height: .91;
    letter-spacing: -.068em;
    margin: 18px 0 18px;
    max-width: 700px;
    color: var(--color-text);
}

.home-page .hero h1 span {
    color: var(--base-sky);
}

.home-page .hero-sub {
    max-width: 610px;
    color: var(--color-compare-hero-text);
    font-size: 1.08rem;
    line-height: 1.68;
    margin-bottom: 24px;
}

.home-page .hero-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 26px 0;
    max-width: 730px;
}

.home-page .hero-card {
    padding: 16px 15px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(139, 165, 205, .46);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 28px rgba(7, 27, 73, .08);
    min-height: 128px;
}

.home-page .hero-card .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.home-page .dot.n { background: #0C2D67; }
.home-page .dot.w {
    background: var(--base-white);
    border: 1px solid #AAB6C7;
}
.home-page .dot.b { background: var(--base-ink); }

.home-page .hero-card strong {
    display: block;
    font-size: .88rem;
    margin: 7px 0 5px;
}

.home-page .hero-card b {
    display: block;
    font-size: .76rem;
    letter-spacing: .06em;
    margin-bottom: 4px;
}

.home-page .hero-card span {
    font-size: .74rem;
    color: #68758C;
    line-height: 1.35;
    display: block;
}

.home-page .hero-card img{
    display: none;
}

@media screen and (max-width: 620px) {
    .home-page .hero-card {
        position: relative;
    }
    .home-page .hero-card img{
        position: absolute;
        display: inline-flex;
        width: 120px;
        height: 120px;
        right: 0;
        top: 0;
        object-fit: contain;
        object-position: center;
    }
}

.home-page .hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.home-page .hero-visual {
    height: 680px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.home-page .podium {
    position: absolute;
    bottom: 43px;
    left: 5%;
    right: -8%;
    height: 104px;
    background: linear-gradient(145deg, var(--base-white), #e9f0fa);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
    box-shadow: 0 25px 50px rgba(7, 27, 73, .16);
}

.home-page .pens {
    /* width: 450px; */
    /* height: 525px; */
    position: relative;
    z-index: 3;
}
.home-page .pens img {
    position: relative;
    transform: scale(1.7);
    right: -10%;
    bottom: 80px;
}

@media screen and (max-width: 950px) {
    .home-page .pens img {
        transform: scale(1) translateY(15%);
        right: 0;
        bottom: 0;
    }
}

.home-page .pen {
    position: absolute;
    width: 72px;
    height: 445px;
    border-radius: 28px 28px 18px 18px;
    bottom: 5px;
    box-shadow: 12px 22px 32px rgba(7, 27, 73, .2);
    overflow: hidden;
}

.home-page .pen:before {
    content: "";
    position: absolute;
    top: 62px;
    left: 10px;
    right: 10px;
    height: 30px;
    border-radius: 15px;
    background: #f7f7f7;
}

.home-page .pen:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    height: 11px;
    background: linear-gradient(90deg, #777, var(--base-white), #777);
}

.home-page .pen b {
    position: absolute;
    inset: 110px 0 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: .66rem;
    letter-spacing: .15em;
}

.home-page .evo {
    left: 65px;
    background: linear-gradient(90deg, #041331, #0e387d, #174c95);
    color: var(--base-white);
    transform: rotate(13deg);
}

.home-page .core {
    /* left: 192px; */
    background: linear-gradient(90deg, #dfe4ea, var(--base-white), #dbe0e7);
    color: var(--base-navy);
    /* transform: rotate(10deg); */
}

.home-page .perform {
    /* left: 316px; */
    background: linear-gradient(90deg, #030407, #11151b, #262d35);
    color: var(--base-white);
    /* transform: rotate(13deg); */
}

@media screen and (max-width: 620px){
    .home .home-page .pens{
        transform: scale(1);
    }
    .home .home-page .pens img{
        transform: scale(1.5) translateY(0%);
    }
    .home .home-page .podium{
        width: 100%;
        right: 5%;
        bottom: 0;
    }

    .home .home-page .hero-grid{
        display: flex;
        flex-flow: column nowrap;
        gap: 16px;
    }
    .home .home-page .hero-visual{
        height: auto;
    }
}

/* ===== TRUST ===== */
.home-page .trust {
    border-block: 1px solid var(--color-line);
}

.home-page .trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-page .trust-item {
    padding: 28px 18px;
    text-align: center;
    border-right: 1px solid #EDF1F7;
}

.home-page .trust-item:last-child { border-right: 0; }

.home-page .trust-emoji {
    display: block;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.home-page .trust-item strong {
    display: block;
    font-size: .82rem;
    text-transform: uppercase;
}

.home-page .trust-item span {
    display: block;
    color: var(--color-muted);
    font-size: .8rem;
    margin-top: 6px;
}

/* ===== SECTION / PRODUCTS ===== */
.home-page .section {
    padding: 84px 0;
}

.home-page .section-head {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.home-page .section-head h2 {
    font-size: clamp(2.2rem, 4.6vw, 4rem);
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.05em;
    margin: 10px 0 14px;
    color: var(--color-text);
}

.home-page .section-head p {
    color: var(--color-muted);
    line-height: 1.7;
}

.home-page .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-page .product-card {
    border-radius: 26px;
    padding: 22px;
    border: 1px solid var(--color-line);
    min-height: 465px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 42px rgba(7, 27, 73, .08);
    background: var(--base-white);
    color: var(--color-text);
}

.home-page .product-card:nth-child(1) {
    background: linear-gradient(155deg, var(--base-navy), #124C9F);
    color: var(--base-white);
    border: 0;
}

.home-page .product-card:nth-child(3) {
    background: linear-gradient(155deg, var(--base-ink), #252A31);
    color: var(--base-white);
    border: 0;
}

.home-page .badge {
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid currentColor;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.home-page .product-card:nth-child(2) .badge {
    border-color: var(--color-text);
    color: var(--color-text);
}

.home-page .product-pen {
    min-height: 210px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    margin: 12px 0 18px;
}

.home-page .product-pen__image {
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-height: 140px; */
    width: 100%;
}

.home-page .product-pen__image img {
    display: block;
    /* max-height: 140px; */
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* .home-page .product-pen .bar {
    width: 245px;
    height: 46px;
    border-radius: 23px;
    position: relative;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .18);
    transform: rotate(-16deg);
    flex-shrink: 0;
} */

/* .home-page .product-pen .bar:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 10px;
    width: 48px;
    height: 26px;
    border-radius: 13px;
    background: var(--base-white);
} */

/* .home-page .product-pen .bar:after {
    content: "LEAN X";
    position: absolute;
    left: 46px;
    top: 15px;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.home-page .product-card:nth-child(2) .bar{
    background: linear-gradient(90deg, #E2E5EA, var(--base-white), #DDE1E6);
    color: #06183B;
    border: 1px solid #D6DCE5;
}
.home-page .product-card:nth-child(3) .bar{
    background: linear-gradient(90deg, #020307, #252A31);
    color: var(--base-white);
} */

.home-page .bar.navy {
    background: linear-gradient(90deg, #051431, #144D9A);
    color: var(--base-white);
}

.home-page .product-card h3 {
    font-size: 1.55rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.home-page .product-card .badge {
    border-color: var(--base-white);
    color: var(--base-white);
    line-height: 1.1;
    font-weight: 600;
}
.home-page .product-card:not(.dark):not(.black) .badge {
    border-color: var(--color-text);
    color: var(--color-text);
}

.home-page .code {
    font-weight: 850;
    letter-spacing: .05em;
    margin-bottom: 10px;
}

.home-page .product-card p {
    opacity: .78;
    line-height: 1.6;
}

.home-page .product-link {
    margin-top: auto;
    border-top: 1px solid rgba(120, 140, 170, .28);
    padding-top: 18px;
    font-weight: 850;
    display: flex;
    justify-content: space-between;
    color: inherit;
}

/* ===== INCLUDED ===== */
.home-page .included {
    background: linear-gradient(180deg, var(--base-mist) 0%, var(--base-icon) 100%);
}

.home-page .included-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 40px;
    align-items: center;
}

.home-page .included-visual {
    min-height: 620px;
    border-radius: 30px;
    background: radial-gradient(circle at 45% 28%, var(--base-white), #dce8f6);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-compare-lg);
}
.home-page .included-visual img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* .home-page .case-stage {
    position: absolute;
    inset: 0;
    padding: 40px;
} */

/* .home-page .case {
    position: absolute;
    width: 330px;
    height: 115px;
    border-radius: 34px;
    box-shadow: 0 28px 50px rgba(7, 27, 73, .22);
    transform: rotate(-8deg);
} */

/* .home-page .case:before {
    content: "LEAN X";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-weight: 900;
    letter-spacing: .16em;
    font-size: 1.1rem;
} */

/* .home-page .case.navy {
    left: 55px;
    top: 110px;
    background: linear-gradient(145deg, #0A2A62, #051630);
    color: var(--base-white);
} */

/* .home-page .case.white {
    right: 44px;
    top: 250px;
    background: linear-gradient(145deg, var(--base-white), #e7eaf0);
    color: var(--base-navy);
} */

/* .home-page .case.black {
    left: 100px;
    bottom: 90px;
    background: linear-gradient(145deg, #050609, #232831);
    color: var(--base-white);
} */

/* .home-page .mini-pen {
    position: absolute;
    width: 250px;
    height: 44px;
    border-radius: 22px;
    box-shadow: 0 18px 26px rgba(0, 0, 0, .2);
    transform: rotate(-17deg);
} */

/* .home-page .mini-pen:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 9px;
    width: 45px;
    height: 25px;
    border-radius: 13px;
    background: var(--base-white);
} */

/* .home-page .mini-pen:after {
    position: absolute;
    left: 42px;
    top: 14px;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .13em;
} */

/* .home-page .mini-pen.navy {
    left: 95px;
    top: 205px;
    background: linear-gradient(90deg, #06152F, #174D99);
    color: var(--base-white);
}
.home-page .mini-pen.navy:after { content: "LEAN X EVOLUTION"; } */

/* .home-page .mini-pen.white {
    right: 70px;
    top: 355px;
    background: linear-gradient(90deg, #DDE2E8, var(--base-white), #DCE1E7);
    color: var(--base-navy);
}
.home-page .mini-pen.white:after { content: "LEAN X CORE"; } */

/* .home-page .mini-pen.black {
    left: 140px;
    bottom: 65px;
    background: linear-gradient(90deg, #020306, #252A31);
    color: var(--base-white);
}
.home-page .mini-pen.black:after { content: "LEAN X PERFORM"; } */

.home-page .included h2 {
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.05em;
    margin: 10px 0 18px;
    color: var(--color-text);
}

.home-page .included p {
    color: var(--color-muted);
    line-height: 1.7;
}

.home-page .included-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 26px 0;
}

.home-page .included-card {
    padding: 18px;
    border-radius: 16px;
    background: var(--base-white);
    border: 1px solid var(--color-line);
    min-height: 150px;
}

.home-page .included-card strong {
    display: block;
    margin: 12px 0 7px;
}

.home-page .included-card span {
    color: var(--color-muted);
    font-size: .9rem;
    line-height: 1.5;
}

.home-page .note {
    font-size: .88rem;
    padding: 15px;
    border-radius: 14px;
    background: #E8F1FF;
    color: #174EA6;
    line-height: 1.5;
}

.home-page .note a {
    color: inherit;
}

/* ===== WHY ===== */
.home-page .why {
    background: var(--base-white);
}

.home-page .why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-page .why-card {
    padding: 26px;
    border: 1px solid var(--color-line);
    border-radius: 22px;
    background: var(--base-white);
    min-height: 230px;
    box-shadow: 0 14px 34px rgba(7, 27, 73, .06);
}

.home-page .why-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: var(--base-soft-2);
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    margin-bottom: 18px;
}

.home-page .why-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
}

.home-page .why-card p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.65;
    font-size: .92rem;
}

/* ===== VERIFY ===== */
.home-page .verify {
    background: linear-gradient(135deg, var(--base-navy) 0%, #0B3274 60%, #164E9E 100%);
    color: var(--base-white);
    overflow: hidden;
    position: relative;
}

.home-page .verify:after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 70px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -120px;
    top: -70px;
}

.home-page .verify-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 44px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.home-page .verify-eyebrow {
    color: #AFCBFA;
}

.home-page .verify h2 {
    font-size: clamp(2.4rem, 4.6vw, 4.5rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 10px 0 18px;
    color: var(--base-white);
}

.home-page .verify-subhead {
    font-size: 1.2rem;
    margin: 0 0 14px;
    color: var(--base-white);
}

.home-page .verify p {
    color: #D8E5FA;
    line-height: 1.7;
}

.home-page .verify-cta {
    margin-top: 14px;
    color: var(--base-white);
    border-color: rgba(255, 255, 255, .45);
    background: transparent;
}

.home-page .verify-panel {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
    border-radius: 26px;
    padding: 22px;
}

.home-page .verify-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.home-page .verify-item {
    padding: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
}

.home-page .verify-item strong {
    display: block;
    margin-bottom: 6px;
}

.home-page .verify-item span {
    font-size: .85rem;
    color: #DCE8FA;
    line-height: 1.45;
}

.home-page .verification-dashboard {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 18px;
}

.home-page .verification-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 20px;
    background: var(--base-white);
    color: #12213B;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .15);
    border: 1px solid rgba(255, 255, 255, .22);
}

.home-page .verification-card:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
}

.home-page .verification-card.evolution:before { background: #123B7C; }
.home-page .verification-card.core:before { background: #D9DEE7; }
.home-page .verification-card.perform:before { background: #0B0D12; }

.home-page .verification-card .card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.home-page .verification-card .product-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: .8rem;
    letter-spacing: .04em;
}

.home-page .verification-card.evolution .product-mark {
    background: #E7EFFC;
    color: #123B7C;
}

.home-page .verification-card.core .product-mark {
    background: #F3F5F8;
    color: #596274;
    border: 1px solid #D9DEE7;
}

.home-page .verification-card.perform .product-mark {
    background: #12161D;
    color: var(--base-white);
}

.home-page .verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #E8F7EF;
    color: #18754A;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.home-page .verification-card h3 {
    margin: 18px 0 5px;
    font-size: 1.1rem;
}

.home-page .verification-card .product-code {
    color: #66748B;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-page .metric-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0;
}

.home-page .metric-box {
    padding: 13px;
    border-radius: 14px;
    background: #F4F7FB;
    border: 1px solid #E4EAF2;
}

.home-page .metric-box span {
    display: block;
    color: #748198;
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 850;
    letter-spacing: .06em;
    margin-bottom: 5px;
}

.home-page .metric-box strong {
    font-size: 1rem;
}

.home-page .view-report {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #E7ECF3;
    font-weight: 850;
    color: #174EA6;
}

.home-page .view-report span:last-child {
    font-size: 1.15rem;
}

/* ===== ASSISTANT ===== */
.home-page .assistant {
    background: var(--color-compare-table-bg);
}

.home-page .assistant-wrap {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 36px;
    align-items: center;
}

.home-page .assistant-copy h2 {
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 10px 0 18px;
    color: var(--color-text);
}

.home-page .assistant-copy h3 {
    margin: 0 0 12px;
    color: var(--color-text);
}

.home-page .assistant-copy p {
    color: var(--color-muted);
    line-height: 1.7;
}

.home-page .chat-card {
    border: 1px solid var(--color-line);
    background: var(--base-white);
    border-radius: 26px;
    padding: 20px;
    box-shadow: var(--shadow-compare-lg);
}

.home-page .chat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-line);
}

.home-page .chat-status {
    font-size: .75rem;
    font-weight: 800;
    color: #1D7A4A;
    background: #E7F7EF;
    padding: 7px 10px;
    border-radius: 999px;
}

.home-page .bubble {
    max-width: 85%;
    padding: 13px 15px;
    border-radius: 16px;
    margin-top: 14px;
    line-height: 1.5;
    font-size: .92rem;
}

.home-page .bubble.user {
    margin-left: auto;
    background: #0E58B7;
    color: var(--base-white);
    border-bottom-right-radius: 5px;
}

.home-page .bubble.bot {
    background: #EEF3F9;
    color: #20324F;
    border-bottom-left-radius: 5px;
}

/* ===== SHIPPING ===== */
.home-page .shipping {
    background: var(--base-white);
}

.home-page .shipping-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--color-line);
    border-radius: 22px;
    overflow: hidden;
}

.home-page .shipping-item {
    padding: 28px;
    text-align: center;
    border-right: 1px solid var(--color-line);
}

.home-page .shipping-item:last-child { border-right: 0; }

.home-page .shipping-item .icon {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.home-page .shipping-item strong {
    display: block;
    margin-bottom: 6px;
}

.home-page .shipping-item span {
    color: var(--color-muted);
    font-size: .88rem;
    line-height: 1.45;
}

.home-page .shipping-note {
    text-align: center;
    color: var(--color-muted);
    font-size: .82rem;
    margin-top: 16px;
}

/* ===== FAQ (scoped to avoid collision with FAQ page) ===== */
.home-page .home-faq {
    background: var(--base-page);
}

.home-page .faq-wrap {
    max-width: 900px;
    margin: auto;
}

.home-page .home-faq .faq-item {
    display: block;
    background: var(--base-white);
    border: 1px solid var(--color-line);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: none;
}

.home-page .home-faq .faq-item:last-child {
    border-bottom: 1px solid var(--color-line);
}

.home-page .faq-q {
    width: 100%;
    border: 0;
    background: var(--base-white);
    padding: 20px;
    text-align: left;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    color: var(--color-text);
    font-family: inherit;
}

.home-page .faq-a {
    display: none;
    padding: 0 20px 20px;
    color: var(--color-muted);
    line-height: 1.65;
}

.home-page .faq-item.open .faq-a {
    display: block;
}

.home-page .faq-item.open .faq-q span:last-child {
    transform: rotate(45deg);
    display: inline-block;
}

/* ===== MEDIA ===== */
@media (max-width: 950px) {
    .home-page .hero-grid,
    .home-page .included-grid {
        grid-template-columns: 1fr;
    }

    .home-page .hero-grid { padding-top: 52px; }
    .home-page .hero-visual { height: 560px; }
    .home-page .hero-products { max-width: none; }
    .home-page .product-grid { grid-template-columns: 1fr; }
    .home-page .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .home-page .trust-item:nth-child(2) { border-right: 0; }
    .home-page .verification-dashboard { grid-template-columns: 1fr; }
    .home-page .why-grid { grid-template-columns: repeat(2, 1fr); }
    .home-page .verify-grid,
    .home-page .assistant-wrap { grid-template-columns: 1fr; }
    .home-page .shipping-row { grid-template-columns: 1fr; }

    .home-page .shipping-item {
        border-right: 0;
        border-bottom: 1px solid var(--color-line);
    }

    .home-page .shipping-item:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
    .home-page .section { padding: 64px 0; }
    .home-page .hero h1 { font-size: 3.55rem; }
    .home-page .hero-products { grid-template-columns: 1fr; }
    .home-page .hero-actions .btn { width: 100%; }
    .home-page .hero-visual { height: 470px; }

    .home-page .pens {
        transform: scale(.68);
        transform-origin: center bottom;
    }

    .home-page .trust-item { padding: 24px 10px; }
    .home-page .included-cards { grid-template-columns: 1fr; }
    .home-page .included-visual { min-height: 360px; }

    .home-page .case {
        width: 260px;
        height: 95px;
    }

    .home-page .case.navy { left: 24px; }
    .home-page .case.white { right: 14px; }
    .home-page .case.black { left: 48px; }

    .home-page .mini-pen { width: 210px; }
    .home-page .mini-pen.navy { left: 45px; }
    .home-page .mini-pen.white { right: 30px; }
    .home-page .mini-pen.black { left: 70px; }

    .home-page .why-grid,
    .home-page .verify-list { grid-template-columns: 1fr; }
}
