.landing-page {
    background: #fffdf8;
}

.landing-page main {
    overflow: hidden;
}

.landing-page .site-header {
    background: transparent;
}

.landing-hero {
    position: relative;
    min-height: 780px;
    padding: 154px 0 86px;
    background:
        radial-gradient(circle at 8% 24%, rgba(189, 232, 221, 0.72), transparent 29%),
        radial-gradient(circle at 91% 14%, rgba(255, 209, 102, 0.56), transparent 27%),
        var(--ivory);
}

.landing-hero::after {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -2px;
    height: 74px;
    background: white;
    clip-path: polygon(0 82%, 100% 0, 100% 100%, 0 100%);
}

.landing-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    align-items: center;
    gap: 68px;
}

.breadcrumb {
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
}

.breadcrumb span {
    color: rgba(16, 43, 43, 0.32);
}

.breadcrumb a:hover {
    color: var(--mint-deep);
}

.landing-kicker {
    width: fit-content;
    margin: 0 0 16px;
    padding: 7px 11px;
    border: 1.5px solid var(--ink);
    border-radius: 999px;
    color: var(--ink);
    background: var(--yellow);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.landing-hero h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(48px, 5.4vw, 74px);
    line-height: 1.08;
    letter-spacing: -0.065em;
}

.landing-hero h1 em {
    position: relative;
    z-index: 0;
    color: var(--mint-deep);
    font-style: normal;
}

.landing-hero h1 em::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -4px;
    bottom: 4px;
    z-index: -1;
    height: 16px;
    border-radius: 99px;
    background: rgba(255, 209, 102, 0.7);
    transform: rotate(-1deg);
}

.landing-lead {
    max-width: 640px;
    margin: 28px 0 0;
    color: #4f625d;
    font-size: 18px;
    line-height: 1.8;
}

.landing-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.landing-page .store-badge.is-preferred-store {
    order: -1;
    border-radius: 10px;
    box-shadow: 0 0 0 3px var(--yellow), 0 8px 24px rgba(16, 43, 43, 0.12);
}

.landing-secondary-link {
    padding: 11px 5px;
    border-bottom: 2px solid var(--ink);
    font-size: 13px;
    font-weight: 850;
}

.landing-tags {
    margin: 25px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.landing-tags li {
    padding: 7px 11px;
    border: 1px solid rgba(16, 43, 43, 0.13);
    border-radius: 999px;
    color: #53635f;
    background: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 750;
}

.landing-stage {
    position: relative;
    min-height: 500px;
    padding: 38px;
    display: grid;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 42px;
    background: white;
    box-shadow: 12px 12px 0 var(--ink);
    isolation: isolate;
}

.landing-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    opacity: 0.22;
    background: repeating-linear-gradient(128deg, transparent 0 24px, rgba(16, 43, 43, 0.15) 24px 26px);
}

.stage-orbit {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: var(--yellow);
    filter: saturate(0.94);
}

.stage-flow {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 0.92fr 54px 1.08fr;
    align-items: center;
    gap: 13px;
}

.stage-card {
    position: relative;
    min-height: 260px;
    padding: 24px;
    border: 2px solid var(--ink);
    border-radius: 25px;
    background: #fff;
    box-shadow: 7px 7px 0 rgba(16, 43, 43, 0.96);
}

.stage-card small {
    display: block;
    color: var(--mint-deep);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.stage-card > strong {
    display: block;
    margin: 9px 0 20px;
    font-size: 19px;
    letter-spacing: -0.035em;
}

.stage-arrow {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 50%;
    color: white;
    background: var(--coral);
    box-shadow: 4px 4px 0 var(--ink);
    font-size: 23px;
    font-weight: 900;
}

.file-sheet {
    position: relative;
    height: 165px;
    padding: 21px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #f7fffd;
}

.file-sheet::before {
    content: "PDF";
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 27px;
    border-radius: 8px;
    color: white;
    background: var(--coral);
    font-size: 10px;
    font-weight: 950;
}

.file-lines {
    margin-top: 17px;
    display: grid;
    gap: 10px;
}

.file-lines i,
.quiz-lines i {
    display: block;
    height: 7px;
    border-radius: 99px;
    background: #d3e2de;
}

.file-lines i:nth-child(2) { width: 76%; }
.file-lines i:nth-child(3) { width: 58%; }

.quiz-question {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 850;
}

.quiz-options {
    display: grid;
    gap: 9px;
}

.quiz-options span {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: #5b6b67;
    background: #f2f6f5;
    font-size: 10px;
    font-weight: 750;
}

.quiz-options span::before {
    content: "";
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border: 1.5px solid var(--mint-deep);
    border-radius: 50%;
}

.quiz-options span:first-child {
    color: var(--ink);
    background: #dff6ef;
}

.photo-sheet {
    position: relative;
    height: 170px;
    border: 2px solid var(--ink);
    border-radius: 17px;
    background:
        linear-gradient(90deg, transparent 49%, rgba(16, 43, 43, 0.06) 50%, transparent 51%),
        linear-gradient(transparent 49%, rgba(16, 43, 43, 0.06) 50%, transparent 51%),
        #fffaf0;
    background-size: 26px 26px;
    overflow: hidden;
}

.photo-sheet::before,
.photo-sheet::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-color: var(--coral);
    border-style: solid;
}

.photo-sheet::before {
    top: 12px;
    left: 12px;
    border-width: 3px 0 0 3px;
}

.photo-sheet::after {
    right: 12px;
    bottom: 12px;
    border-width: 0 3px 3px 0;
}

.photo-page {
    position: absolute;
    inset: 25px 47px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    transform: rotate(-4deg);
}

.photo-page i {
    height: 6px;
    margin-bottom: 9px;
    display: block;
    border-radius: 99px;
    background: #ccd9d6;
}

.photo-page i:nth-child(2) { width: 78%; }
.photo-page i:nth-child(3) { width: 61%; background: var(--yellow); }

.recall-card {
    min-height: 298px;
}

.recall-tabs {
    margin-bottom: 14px;
    display: flex;
    gap: 5px;
}

.recall-tabs span {
    padding: 6px 8px;
    border-radius: 999px;
    color: #71807c;
    background: #edf2f1;
    font-size: 8px;
    font-weight: 850;
}

.recall-tabs span:first-child {
    color: white;
    background: var(--mint-deep);
}

.keyword-list {
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.keyword-list b {
    padding: 5px 7px;
    border: 1px solid rgba(17, 139, 125, 0.25);
    border-radius: 7px;
    color: var(--mint-deep);
    background: #edfaf6;
    font-size: 8px;
}

.recall-input {
    min-height: 96px;
    padding: 13px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    color: #9aa6a3;
    background: white;
    font-size: 9px;
}

.recall-submit {
    margin-top: 10px;
    padding: 8px;
    border-radius: 9px;
    color: white;
    background: var(--ink);
    text-align: center;
    font-size: 9px;
    font-weight: 900;
}

.landing-trust {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.landing-trust-grid {
    padding: 18px 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 2px solid var(--ink);
    border-radius: 22px;
    background: white;
    box-shadow: 7px 7px 0 var(--ink);
}

.landing-trust-grid div {
    padding: 7px 20px;
    border-right: 1px solid var(--line);
}

.landing-trust-grid div:last-child { border-right: 0; }
.landing-trust-grid strong { display: block; font-size: 13px; }
.landing-trust-grid span { color: var(--muted); font-size: 10px; }

.landing-section {
    padding: 116px 0;
    background: white;
}

.landing-section.tint {
    background: var(--ivory);
}

.landing-section.mint-tint {
    background: #e9f8f4;
}

.landing-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.landing-heading.centered {
    margin-inline: auto;
    text-align: center;
}

.landing-heading .section-kicker {
    margin: 0 0 10px;
}

.landing-heading h2 {
    margin: 0;
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1.17;
    letter-spacing: -0.055em;
}

.landing-heading > p:last-child {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 16px;
}

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

.step-card {
    position: relative;
    min-height: 300px;
    padding: 29px;
    border: 2px solid var(--ink);
    border-radius: 29px;
    background: white;
    box-shadow: 7px 7px 0 var(--ink);
    overflow: hidden;
}

.step-card:nth-child(1) { background: #dff5ef; }
.step-card:nth-child(2) { background: #fff1bd; }
.step-card:nth-child(3) { background: #ffd9d4; }

.step-card .step-index {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 13px;
    background: white;
    font-size: 12px;
    font-weight: 950;
}

.step-card h3 {
    margin: 44px 0 12px;
    font-size: 25px;
    letter-spacing: -0.045em;
}

.step-card p {
    margin: 0;
    color: #53635f;
    font-size: 14px;
}

.step-card .step-word {
    position: absolute;
    right: 17px;
    bottom: -14px;
    color: rgba(16, 43, 43, 0.08);
    font-size: 70px;
    font-weight: 950;
    letter-spacing: -0.08em;
}

.feature-split {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
    align-items: center;
    gap: 74px;
}

.feature-copy h2 {
    margin: 0;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.16;
    letter-spacing: -0.055em;
}

.feature-copy > p {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 16px;
}

.check-list {
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    gap: 13px;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #435651;
    font-size: 14px;
    font-weight: 750;
}

.check-list li::before {
    content: "✓";
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--mint-deep);
    font-size: 11px;
    font-weight: 950;
}

.proof-board {
    position: relative;
    min-height: 480px;
    padding: 34px;
    border: 2px solid var(--ink);
    border-radius: 36px;
    background: var(--yellow);
    box-shadow: 10px 10px 0 var(--ink);
    overflow: hidden;
}

.proof-board::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.17;
    background: repeating-linear-gradient(120deg, transparent 0 22px, var(--ink) 22px 24px);
}

.proof-window {
    position: relative;
    z-index: 1;
    min-height: 410px;
    padding: 27px;
    border: 2px solid var(--ink);
    border-radius: 27px;
    background: white;
    box-shadow: 7px 7px 0 var(--ink);
}

.proof-window-head {
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid var(--line);
}

.proof-window-head strong { font-size: 14px; }
.proof-window-head span { color: var(--mint-deep); font-size: 10px; font-weight: 900; }

.proof-item {
    padding: 17px 0;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 11px;
    border-bottom: 1px solid var(--line);
}

.proof-item:last-child { border-bottom: 0; }
.proof-item b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: white;
    background: var(--mint-deep);
    font-size: 9px;
}
.proof-item:nth-child(3) b { color: var(--ink); background: var(--yellow); }
.proof-item:nth-child(4) b { background: var(--coral); }
.proof-item strong { display: block; font-size: 12px; }
.proof-item span { color: var(--muted); font-size: 10px; }

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.info-card {
    min-height: 245px;
    padding: 28px;
    border: 1.5px solid var(--ink);
    border-radius: 26px;
    background: white;
}

.info-card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--yellow);
    box-shadow: 4px 4px 0 var(--ink);
    font-size: 13px;
    font-weight: 950;
}

.info-card:nth-child(2) .info-card-icon { background: var(--mint); }
.info-card:nth-child(3) .info-card-icon { background: #ffd8d3; }
.info-card h3 { margin: 29px 0 10px; font-size: 21px; letter-spacing: -0.04em; }
.info-card p { margin: 0; color: var(--muted); font-size: 13px; }

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.related-card {
    min-height: 260px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border: 2px solid var(--ink);
    border-radius: 28px;
    background: white;
    box-shadow: 6px 6px 0 var(--ink);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.related-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 9px 9px 0 var(--ink);
}

.related-card:nth-child(1) { background: #fff0ba; }
.related-card:nth-child(2) { background: #d7f5ed; }
.related-card:nth-child(3) { background: #ffd8d3; }
.related-card small { color: var(--mint-deep); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; }
.related-card h3 { margin: 30px 0 10px; font-size: 24px; letter-spacing: -0.045em; }
.related-card p { margin: 0; color: #52635f; font-size: 13px; }
.related-card b { margin-top: auto; padding-top: 24px; font-size: 13px; }

.guide-hero {
    min-height: 620px;
    padding-bottom: 120px;
}

.guide-hero .landing-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
}

.guide-hero .breadcrumb,
.guide-hero .landing-kicker,
.guide-hero .landing-actions,
.guide-hero .landing-tags {
    margin-inline: auto;
    justify-content: center;
}

.guide-hero h1,
.guide-hero .landing-lead {
    margin-inline: auto;
}

.guide-directory {
    position: relative;
    z-index: 3;
    margin-top: -78px;
    padding-bottom: 90px;
}

.guide-directory .related-grid {
    align-items: stretch;
}

.landing-download-section {
    padding: 80px 0 120px;
    background: white;
}

.landing-page .download-card {
    min-height: 280px;
}

.landing-page .faq-section {
    padding: 110px 0;
}

.landing-page .faq-list details p {
    max-width: 760px;
}

.sticky-install {
    display: none;
}

@media (max-width: 1050px) {
    .landing-hero-grid,
    .feature-split {
        gap: 40px;
    }

    .landing-hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    }

    .stage-flow {
        grid-template-columns: 1fr;
    }

    .stage-card {
        width: min(100%, 310px);
        min-height: 215px;
        margin-inline: auto;
    }

    .stage-arrow {
        margin: -5px auto;
        transform: rotate(90deg);
    }

    .landing-stage { min-height: 610px; }
    .file-sheet, .photo-sheet { height: 125px; }
    .recall-card { min-height: 250px; }
}

@media (max-width: 820px) {
    .landing-hero {
        min-height: auto;
        padding: 128px 0 110px;
    }

    .landing-hero-grid,
    .feature-split {
        grid-template-columns: 1fr;
    }

    .landing-copy {
        text-align: center;
    }

    .breadcrumb,
    .landing-kicker,
    .landing-actions,
    .landing-tags {
        margin-inline: auto;
        justify-content: center;
    }

    .landing-lead,
    .landing-hero h1 {
        margin-inline: auto;
    }

    .landing-stage {
        width: min(100%, 580px);
        margin-inline: auto;
    }

    .landing-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-trust-grid div:nth-child(2) { border-right: 0; }
    .landing-trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }

    .steps-grid,
    .info-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .step-card { min-height: 260px; }
    .feature-split { gap: 48px; }
    .feature-copy { max-width: 700px; }
    .proof-board { width: min(100%, 650px); }

    .guide-hero { min-height: 570px; }
    .guide-directory { margin-top: -68px; }
    .guide-directory .related-grid { grid-template-columns: repeat(3, minmax(270px, 1fr)); overflow-x: auto; padding: 0 24px 14px; scroll-snap-type: x mandatory; }
    .guide-directory .related-card { scroll-snap-align: start; }

    .sticky-install {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 120;
        min-height: 70px;
        padding: 9px 10px 9px 12px;
        display: grid;
        grid-template-columns: 40px 1fr auto;
        align-items: center;
        gap: 9px;
        border: 2px solid var(--ink);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 6px 6px 0 var(--ink);
        backdrop-filter: blur(16px);
    }

    .sticky-install[hidden] { display: none; }
    .sticky-install > img { width: 40px; height: 40px; border: 1.5px solid var(--ink); border-radius: 11px; }
    .sticky-install-copy strong { display: block; font-size: 12px; }
    .sticky-install-copy span { display: block; color: var(--muted); font-size: 9px; }
    .sticky-install-actions { display: flex; gap: 5px; }
    .sticky-store-link { padding: 8px 9px; border-radius: 9px; color: white; background: var(--ink); font-size: 9px; font-weight: 900; }
    .sticky-store-link.is-preferred-store { color: var(--ink); background: var(--yellow); }
    .sticky-dismiss { position: absolute; top: -9px; right: -7px; width: 25px; height: 25px; padding: 0; display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 50%; color: white; background: var(--ink); cursor: pointer; font-size: 12px; }
}

@media (max-width: 560px) {
    .landing-hero {
        padding-top: 112px;
    }

    .landing-hero h1 {
        font-size: clamp(40px, 12.5vw, 55px);
    }

    .landing-lead {
        margin-top: 22px;
        font-size: 15px;
    }

    .landing-actions {
        margin-top: 27px;
        gap: 8px;
    }

    .landing-secondary-link {
        width: 100%;
        margin-top: 5px;
        border-bottom: 0;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .landing-stage {
        min-height: 590px;
        padding: 26px 18px;
        border-radius: 29px;
        box-shadow: 7px 7px 0 var(--ink);
    }

    .stage-card {
        padding: 20px;
        border-radius: 21px;
        box-shadow: 5px 5px 0 var(--ink);
    }

    .landing-trust-grid {
        padding: 10px;
        border-radius: 18px;
        box-shadow: 5px 5px 0 var(--ink);
    }

    .landing-trust-grid div { padding: 10px; }
    .landing-trust-grid strong { font-size: 11px; }
    .landing-trust-grid span { font-size: 9px; }

    .landing-section { padding: 82px 0; }
    .landing-heading { margin-bottom: 34px; }
    .landing-heading h2, .feature-copy h2 { font-size: 36px; }
    .landing-heading > p:last-child, .feature-copy > p { font-size: 14px; }

    .step-card,
    .info-card,
    .related-card {
        border-radius: 23px;
    }

    .proof-board {
        min-height: 440px;
        padding: 20px;
        border-radius: 27px;
        box-shadow: 7px 7px 0 var(--ink);
    }

    .proof-window {
        min-height: 394px;
        padding: 21px;
        border-radius: 21px;
    }

    .landing-page .faq-section { padding: 82px 0; }
    .landing-download-section { padding: 62px 0 106px; }

    .sticky-install-copy span { display: none; }
    .sticky-store-link { padding-inline: 8px; }
}

@media (max-width: 380px) {
    .sticky-install {
        grid-template-columns: 36px 1fr auto;
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

    .sticky-install > img { width: 36px; height: 36px; }
    .sticky-install-copy strong { font-size: 11px; }
    .sticky-store-link { padding: 7px; font-size: 8px; }
}
