﻿:root {
    --bg: #fff7f1;
    --bg-soft: #fff0e6;
    --bg-rose: #ffd9e1;
    --bg-lilac: #eadcff;
    --bg-gold: #ffe0a3;
    --surface: rgba(255, 255, 255, 0.8);
    --surface-strong: #fffdfa;
    --ink: #28181b;
    --text: #634c4f;
    --text-soft: #8b7170;
    --line: rgba(94, 52, 55, 0.1);
    --brand: #ff6a63;
    --brand-deep: #de4e5c;
    --peach: #ff9e68;
    --violet: #9e67ff;
    --mint: #3ab08a;
    --gold: #ffc95f;
    --dark: #351d28;
    --dark-2: #57283a;
    --dark-line: rgba(255, 255, 255, 0.12);
    --shadow-sm: 0 14px 34px rgba(150, 70, 81, 0.08);
    --shadow-md: 0 24px 60px rgba(150, 70, 81, 0.16);
    --shadow-lg: 0 34px 88px rgba(86, 35, 55, 0.24);
    --radius-sm: 18px;
    --radius-md: 28px;
    --radius-lg: 40px;
    --radius-pill: 999px;
    --shell: 1180px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Noto Sans Devanagari", sans-serif;
    color: var(--ink);
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 201, 95, 0.45), transparent 24%),
        radial-gradient(circle at 85% 8%, rgba(158, 103, 255, 0.18), transparent 20%),
        linear-gradient(180deg, #fffaf5 0%, #fff3eb 44%, #fff8f3 100%);
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button {
    font: inherit;
}

:focus-visible {
    outline: 3px solid rgba(158, 103, 255, 0.35);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

.shell {
    width: min(var(--shell), calc(100% - 24px));
    margin: 0 auto;
}

.narrow {
    width: min(820px, 100%);
}

.center {
    text-align: center;
}

.progress-bar {
    position: fixed;
    inset: 0 auto auto 0;
    z-index: 4000;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--peach), var(--violet));
}

.top-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 12px;
    background: linear-gradient(90deg, #321726, #662944 50%, #7e3050);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 7px rgba(255, 201, 95, 0.14);
    flex-shrink: 0;
}

.header-row,
.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.header-row {
    padding: 12px 0;
}

.brand img,
.site-footer img {
    height: 38px;
    border-radius: 12px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: var(--radius-pill);
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease);
}

.button:hover {
    transform: translateY(-1px);
}

.button-small {
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 800;
}

.button-large {
    width: 100%;
    padding: 16px 22px;
    font-size: 15px;
    font-weight: 800;
}

.button-solid {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-deep), var(--brand) 44%, var(--peach));
    box-shadow: 0 18px 42px rgba(222, 78, 92, 0.28);
}

.button-outline {
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(222, 78, 92, 0.18);
    color: var(--brand-deep);
}

.section {
    padding: 38px 0;
}

.warm {
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 201, 95, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(255, 240, 230, 0.9), rgba(255, 249, 244, 0.94));
}

.tinted {
    background:
        radial-gradient(circle at 88% 18%, rgba(158, 103, 255, 0.14), transparent 22%),
        radial-gradient(circle at 12% 76%, rgba(58, 176, 138, 0.14), transparent 20%),
        linear-gradient(180deg, rgba(255, 222, 229, 0.68), rgba(255, 244, 236, 0.96));
}

.dark {
    background:
        radial-gradient(circle at 84% 10%, rgba(255, 158, 104, 0.18), transparent 20%),
        radial-gradient(circle at 18% 82%, rgba(158, 103, 255, 0.16), transparent 20%),
        linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
    color: rgba(255, 255, 255, 0.94);
}

.eyebrow {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-deep);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Fraunces", "Noto Sans Devanagari", serif;
    line-height: 1.04;
    letter-spacing: -0.03em;
}

h1 {
    font-size: clamp(2.45rem, 11vw, 4.8rem);
}

h2 {
    font-size: clamp(1.9rem, 8vw, 3.5rem);
}

h3 {
    font-size: clamp(1.2rem, 5vw, 1.75rem);
}

h4 {
    font-size: 1.05rem;
}

p {
    margin: 0;
    font-size: 15px;
    color: var(--text);
}

.dark p,
.dark li,
.dark .lead,
.dark .section-note,
.dark .plan-copy,
.dark .problem-cloud span {
    color: rgba(255, 255, 255, 0.8);
}

.dark .eyebrow {
    color: #ffd990;
}

.lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.72;
}

.hero-bridge,
.section-note,
.final-meta,
.positioning-line {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.72;
}

.hero {
    padding: 22px 0 34px;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 201, 95, 0.2), transparent 18%),
        radial-gradient(circle at 86% 18%, rgba(158, 103, 255, 0.12), transparent 18%),
        linear-gradient(180deg, #fffdf8 0%, #fff5ed 100%);
}

.hero-grid,
.visual-band-grid,
.pain-grid,
.mechanism-grid,
.mechanism-list,
.cause-grid,
.mapping-grid,
.offer-grid,
.format-grid,
.pricing-grid,
.expect-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.format-grid .offer-card {
    position: relative;
    overflow: hidden;
    min-height: 128px;
    padding: 18px 14px 16px;
    border-radius: 24px;
    border: 1px solid rgba(94, 52, 55, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 243, 234, 0.92));
    box-shadow: 0 14px 28px rgba(94, 52, 55, 0.08);
}

.format-grid .offer-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #ff8f70, #ffc768);
}

.format-grid .offer-card strong {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-deep);
}

.format-grid .offer-card p {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 800;
    color: var(--ink);
}


.hero-copy h1 {
    max-width: 10.8ch;
    font-size: clamp(2.2rem, 10vw, 5rem);
    line-height: 1.02;
    text-wrap: balance;
}

.hero-head {
    max-width: 980px;
    margin: 0 auto;
}

.hero-head h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.7rem, 6vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.hero-title-main,
.hero-title-sub {
    display: block;
}

.hero-title-sub {
    margin-top: 0.12em;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 16px;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, #ffb75e, #ff8a58);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    box-shadow: 0 18px 34px rgba(255, 138, 88, 0.28);
}

.hero-head .eyebrow {
    margin-top: 18px;
}

.hero-highlight {
    color: var(--brand-deep);
}

.hero-lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.hero-bridge {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-deep);
}

.hero-actions {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.hero-cta-note {
    max-width: 460px;
    margin-top: 0;
    font-size: 13px;
}

.hero-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 14px;
}

.hero-coach-card,
.hero-program-card {
    border-radius: 24px;
    border: 1px solid rgba(94, 52, 55, 0.09);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-md);
}

.hero-coach-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    text-align: left;
}

.hero-coach-photo {
    overflow: hidden;
    width: 92px;
    height: 112px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff7ef, #ffe9d5);
}

.hero-coach-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-coach-card-full {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    text-align: left;
}

.hero-coach-photo-full {
    width: 100%;
    height: auto;
    border-radius: 22px;
    background: #fff;
}

.hero-coach-photo-full img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
}

.hero-coach-copy strong {
    display: block;
    font-family: "Fraunces", "Noto Sans Devanagari", serif;
    font-size: 1.05rem;
    color: var(--ink);
}

.hero-coach-copy {
    display: grid;
    gap: 10px;
    text-align: left;
}

.hero-coach-copy .hero-lead,
.hero-coach-copy .hero-bridge {
    max-width: none;
    text-align: left;
    margin: 0;
}

.hero-coach-copy .hero-lead {
    font-size: 15px;
    line-height: 1.7;
}

.hero-coach-copy .hero-bridge {
    font-size: 14px;
    line-height: 1.6;
}

.hero-program-card {
    padding: 14px;
}

.hero-program-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 8px;
}

.hero-program-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(94, 52, 55, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 241, 0.92));
    text-align: left;
}

.hero-program-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: var(--brand-deep);
    background: linear-gradient(180deg, rgba(255, 239, 227, 0.95), rgba(255, 226, 199, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-program-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.hero-program-copy {
    min-width: 0;
}

.hero-program-item small {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-deep);
}

.hero-program-item strong {
    display: block;
    margin-top: 6px;
    line-height: 1.35;
    color: var(--ink);
    font-size: 14px;
}

.hero-primary-cta {
    margin-top: 0;
    width: min(100%, 420px);
}

.hero-program-note {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text);
    text-align: left;
}

.hero-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.proof-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(94, 52, 55, 0.12);
    box-shadow: 0 14px 30px rgba(94, 52, 55, 0.09);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: var(--ink);
}

.section-head {
    margin: 0 auto 16px;
}

.section-head h2 {
    text-wrap: balance;
}

.review-head {
    max-width: 100%;
}

.review-head h2 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    white-space: nowrap;
    text-wrap: nowrap;
}

.proof-band {
    padding-top: 28px;
    padding-bottom: 28px;
}

.proof-band .section-head h2 {
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
}

.proof-grid,
.split-story,
.feeling-grid,
.compare-grid,
.fit-grid,
.coach-grid,
.review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.coach-content {
    order: 1;
}

.coach-visual {
    order: 2;
}

.proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.review-grid {
    gap: 18px;
}

.proof-card,
.story-card,
.compare-card,
.fit-card,
.review-card {
    min-height: 100%;
    height: 100%;
    padding: 16px 14px;
    border-radius: 22px;
    border: 1px solid rgba(94, 52, 55, 0.12);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 30px rgba(94, 52, 55, 0.09);
}

.proof-card,
.pain-card,
.stack-card,
.mapping-card,
.offer-card,
.pricing-card,
.faq-item,
.review-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.proof-card h3,
.story-card h3,
.compare-card h3 {
    margin-top: 8px;
    font-size: 1.02rem;
    line-height: 1.3;
}

.proof-card p {
    font-size: 14px;
    line-height: 1.55;
}

.review-card {
    padding: 22px 18px 20px;
    background:
        radial-gradient(circle at top right, rgba(218, 167, 120, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(252, 247, 241, 0.95));
    box-shadow: 0 18px 38px rgba(94, 52, 55, 0.1);
}

.review-stars {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    color: #f26b21;
}

.review-highlight-box {
    margin-top: 16px;
    padding: 16px 16px 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(233, 244, 239, 0.94), rgba(240, 247, 244, 0.98));
    border: 1px solid rgba(74, 123, 103, 0.12);
}

.review-highlight-box p {
    margin: 0;
    color: #1f5c4c;
    font-size: 14px;
    line-height: 1.55;
}

.review-highlight-box p + p {
    margin-top: 6px;
}

.review-quote {
    margin: 18px 0 20px;
    color: rgba(46, 30, 31, 0.86);
    font-size: 17px;
    line-height: 1.68;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    background: linear-gradient(180deg, rgba(255, 241, 232, 0.98), rgba(250, 225, 201, 0.95));
    box-shadow: inset 0 0 0 1px rgba(242, 107, 33, 0.15);
}

.review-author strong {
    display: block;
    color: var(--ink);
    font-size: 1.08rem;
}

.review-author p {
    margin: 4px 0 0;
    color: var(--accent-strong);
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .review-card {
        padding: 18px 15px 16px;
        border-radius: 20px;
    }

    .review-stars {
        font-size: 1.02rem;
        letter-spacing: 0.12em;
    }

    .review-highlight-box {
        margin-top: 12px;
        padding: 13px 13px 12px;
        border-radius: 15px;
    }

    .review-highlight-box p {
        font-size: 13px;
        line-height: 1.48;
    }

    .review-quote {
        margin: 14px 0 16px;
        font-size: 15px;
        line-height: 1.58;
    }

    .review-avatar {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 1.12rem;
    }

    .review-author strong {
        font-size: 0.98rem;
    }

    .review-author p {
        font-size: 12px;
        line-height: 1.4;
    }
}

.pain-card,
.stack-card,
.offer-card,
.pricing-card {
    padding: 20px 16px;
}

.proof-card h3,
.pain-card p,
.stack-card h3,
.mapping-card h3,
.offer-card strong,
.pricing-card h3 {
    color: var(--ink);
}

.stack-card h3,
.mapping-card h3,
.pricing-card h3 {
    margin-top: 8px;
}

.stack-card p,
.mapping-card p,
.offer-card p,
.pricing-card p,
.faq-answer p {
    color: #5b4346;
}

.proof-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 106, 99, 0.12), rgba(255, 158, 104, 0.18));
    font-size: 18px;
}

.proof-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 206, 120, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 238, 0.92));
    border-color: rgba(194, 123, 53, 0.12);
    box-shadow: 0 18px 34px rgba(183, 121, 63, 0.12);
}

.pain-card {
    background:
        linear-gradient(180deg, rgba(255, 251, 250, 0.98), rgba(255, 239, 237, 0.9));
    border-color: rgba(204, 111, 121, 0.14);
    box-shadow: 0 16px 32px rgba(165, 88, 98, 0.09);
}

.pain-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff8e7e, #e86e76);
}

.pain-card p {
    padding-left: 8px;
}

.stack-card {
    background:
        linear-gradient(160deg, rgba(255, 247, 239, 0.98), rgba(255, 255, 255, 0.92));
    border-color: rgba(176, 133, 80, 0.14);
    box-shadow: 0 16px 30px rgba(140, 109, 58, 0.08);
}

.stack-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe2b8, #ffc87c);
    color: #7d4824;
    font-weight: 900;
}

.mapping-card {
    background:
        radial-gradient(circle at top right, rgba(255, 190, 120, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 244, 0.94));
    border-color: rgba(121, 148, 101, 0.14);
    box-shadow: 0 18px 36px rgba(103, 121, 92, 0.1);
}

.offer-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(242, 249, 255, 0.94));
    border-color: rgba(104, 142, 176, 0.14);
    box-shadow: 0 18px 34px rgba(90, 121, 151, 0.1);
}

.offer-card strong {
    color: #4e6981;
}

.offer-card-media {
    padding: 0;
    overflow: hidden;
}

.offer-media {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.offer-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-copy {
    padding: 16px 16px 18px;
}

.offer-copy h3 {
    font-size: 1.04rem;
    line-height: 1.35;
    color: var(--ink);
}

.offer-copy p {
    margin-top: 8px;
    color: #5b4346;
}

.pricing-card {
    background:
        radial-gradient(circle at top right, rgba(255, 214, 143, 0.2), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 246, 234, 0.94));
    border-color: rgba(185, 136, 70, 0.16);
    box-shadow: 0 20px 40px rgba(157, 113, 54, 0.12);
}

.faq-item {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 246, 255, 0.94));
    border-color: rgba(126, 108, 182, 0.14);
    box-shadow: 0 16px 30px rgba(116, 97, 163, 0.08);
}

.split-story,
.pricing-note,
.bonus-head {
    margin-top: 24px;
}

.pricing-urgency {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-top: 1px solid rgba(163, 80, 57, 0.18);
    border-bottom: 1px solid rgba(163, 80, 57, 0.18);
    border-left: 0;
    border-right: 0;
    background:
        radial-gradient(circle at 12% 50%, rgba(255, 214, 143, 0.28), transparent 18%),
        radial-gradient(circle at 88% 50%, rgba(255, 158, 104, 0.18), transparent 16%),
        linear-gradient(90deg, #fff1e3 0%, #ffe3c8 24%, #ffd7b5 50%, #ffe3c8 76%, #fff1e3 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.58),
        0 14px 30px rgba(94, 52, 55, 0.08);
    overflow: hidden;
}

.pricing-urgency-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0;
    padding: 12px 0;
    animation: pricing-strip-scroll 24s linear infinite;
}

.pricing-urgency span {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #8e341d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    white-space: nowrap;
    padding: 0 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.pricing-urgency span:not(:first-child)::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 18px;
    border-radius: 50%;
    background: rgba(184, 74, 50, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
}

@keyframes pricing-strip-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.pricing-note {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.story-card .card-kicker,
.compare-card .card-kicker {
    margin-bottom: 10px;
}

.compare-card {
    padding: 20px 16px;
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(126, 66, 72, 0.1);
}

.compare-card h3 {
    font-size: clamp(1.15rem, 3.6vw, 1.5rem);
    margin-top: 4px;
}

.compare-card p {
    color: #5b4346;
}

.compare-card-before {
    background: linear-gradient(180deg, rgba(255, 249, 246, 0.98), rgba(255, 238, 236, 0.92));
    border-color: rgba(206, 96, 110, 0.16);
}

.compare-card-after {
    background: linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(245, 255, 247, 0.92));
    border-color: rgba(104, 166, 118, 0.18);
}

.compare-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.compare-list li {
    position: relative;
    padding: 12px 12px 12px 34px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.compare-card-before .compare-list li::before,
.compare-card-after .compare-list li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 14px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
}

.compare-card-before .compare-list li::before {
    background:
        linear-gradient(45deg, transparent 43%, #b84f62 43% 57%, transparent 57%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 233, 236, 0.95));
    border: 1px solid rgba(217, 106, 120, 0.28);
    box-shadow: 0 6px 12px rgba(217, 106, 120, 0.14);
}

.compare-card-after .compare-list li::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 249, 238, 0.95));
    border: 1px solid rgba(106, 163, 115, 0.3);
    box-shadow: 0 6px 12px rgba(106, 163, 115, 0.16);
}

.compare-card-after .compare-list li::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 17px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #5c9266;
    border-bottom: 2px solid #5c9266;
    transform: rotate(45deg);
}

.compare-card-before .card-kicker {
    background: rgba(217, 106, 120, 0.12);
    color: #a64658;
}

.compare-card-after .card-kicker {
    background: rgba(106, 163, 115, 0.14);
    color: #467752;
}

.feeling-grid {
    margin-top: 24px;
}

.feeling-card {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 106, 99, 0.08), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(222, 78, 92, 0.1);
    box-shadow: 0 14px 30px rgba(94, 52, 55, 0.09);
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
}

.coach-section {
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 54px;
}

.mapping-section {
    padding-top: 48px;
    padding-bottom: 56px;
}

.faq-section {
    padding-top: 24px;
    padding-bottom: 56px;
}

.coach-frame {
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(180deg, #fff8ef, #ffe7d1);
    box-shadow: var(--shadow-md);
}

.coach-frame img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center top;
}

.coach-content .quote-block {
    margin-top: 18px;
}

.coach-content .eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
    opacity: 0.8;
}

.coach-content h2 {
    margin-top: 8px;
}

.coach-mini-title {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 0.56em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-deep);
    opacity: 0.82;
}

.coach-role {
    margin-top: 10px;
    font-weight: 800;
    color: var(--brand-deep);
}

.fit-card {
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 201, 95, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.fit-card p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    position: relative;
    padding-left: 16px;
}

.fit-card p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe6a8, #ffc484);
    box-shadow: 10px 0 0 rgba(255, 217, 141, 0.24);
}

.dark .stack-card,
.dark .pricing-card,
.dark .offer-line,
.dark .faq-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 255, 255, 0.12);
}

.dark .stack-card h3,
.dark .stack-card p,
.dark .pricing-card h3,
.dark .pricing-card p,
.dark .offer-line strong {
    color: rgba(255, 255, 255, 0.95);
}

.section-cta {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.section-cta .button-large {
    width: min(100%, 420px);
}

.coach-content .section-cta {
    justify-content: flex-start;
}

.portrait-frame,
.visual-shot,
.dummy-media,
.point-card,
.pain-card,
.stack-card,
.offer-card,
.mapping-card,
.pricing-card,
.faq-item,
.feeling-card,
.offer-line,
.problem-cloud span,
.trust-quote {
    border-radius: var(--radius-md);
    border: 1px solid rgba(94, 52, 55, 0.12);
    background:
        radial-gradient(circle at top right, rgba(255, 201, 95, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 236, 0.88));
    box-shadow: 0 14px 30px rgba(94, 52, 55, 0.09);
    backdrop-filter: blur(8px);
}

.point-card,
.pain-card,
.stack-card,
.offer-card,
.mapping-card,
.pricing-card,
.feeling-card,
.offer-line,
.trust-quote,
.dummy-media {
    padding: 22px 18px;
}

.compare-note {
    margin-top: 18px;
}

@media (min-width: 1024px) {
    .compare-note {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

.point-label,
.plan-tag,
.card-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 11px;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.point-label,
.plan-tag {
    background: rgba(222, 78, 92, 0.08);
    color: var(--brand-deep);
}

.card-kicker {
    background: rgba(255, 201, 95, 0.22);
    color: #7a3f16;
    border: 1px solid rgba(194, 116, 33, 0.18);
}

.dark .card-kicker {
    background: rgba(255, 201, 95, 0.18);
    color: #ffe8bb;
    border-color: rgba(255, 230, 185, 0.14);
}

.hero-actions {
    margin-top: 24px;
}

.hero-subline {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 800;
    color: var(--dark);
}

.cta-note {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-deep);
    text-align: center;
}

.point-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
}

.point-card strong {
    display: block;
    color: var(--ink);
    line-height: 1.35;
}

.point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 201, 95, 0.34), rgba(255, 158, 104, 0.24));
    font-size: 20px;
}

.portrait-frame {
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-lg);
}

.portrait-frame::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(53, 29, 40, 0.22));
}

.portrait-frame img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center top;
}

.schedule-card,
.mini-proof-card {
    position: relative;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 28px);
    z-index: 3;
}

.schedule-card {
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(135deg, #351b29, #642942 60%, #8f3656);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 58px rgba(82, 31, 51, 0.28);
}

.schedule-card h3,
.schedule-card p {
    color: #fff;
}

.schedule-card h3 {
    line-height: 1.18;
}

.schedule-card ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.schedule-card li {
    position: relative;
    padding-left: 18px;
    margin-top: 10px;
}

.schedule-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

.mini-proof-card {
    margin-top: 14px;
    padding: 16px 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 201, 95, 0.96), rgba(255, 158, 104, 0.94));
    color: #532c34;
    box-shadow: 0 18px 40px rgba(255, 158, 104, 0.24);
}

.mini-proof-card strong {
    display: block;
    margin-bottom: 4px;
}

.visual-shot {
    overflow: hidden;
    padding: 0;
}

.visual-shot img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.visual-shot-large img {
    height: 270px;
}

.quote-block {
    position: relative;
    margin-top: 22px;
    padding: 26px 22px 22px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 201, 95, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(255, 248, 242, 0.96), rgba(255, 239, 229, 0.94));
    border: 1px solid rgba(206, 129, 90, 0.16);
    box-shadow: 0 16px 34px rgba(94, 52, 55, 0.08);
}

.quote-block::before {
    content: "\201C";
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: "Fraunces", serif;
    font-size: 3rem;
    line-height: 1;
    color: rgba(193, 82, 98, 0.22);
}

.quote-block p {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-left: 18px;
    font-family: "Fraunces", "Noto Sans Devanagari", serif;
    font-size: clamp(1.02rem, 2.1vw, 1.22rem);
    line-height: 1.7;
    font-style: italic;
    color: rgba(46, 30, 31, 0.92);
}

.quote-block strong,
.offer-line strong {
    display: block;
    margin-top: 10px;
    font-size: 1.05rem;
    color: var(--ink);
}

.benefit-ribbon,
.problem-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.benefit-ribbon span,
.problem-cloud span {
    padding: 10px 14px;
    border-radius: var(--radius-pill);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.benefit-ribbon span {
    background: rgba(255, 255, 255, 0.7);
    color: var(--brand-deep);
}

.problem-cloud span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    border-color: var(--dark-line);
}

.feeling-stack {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.feeling-card {
    font-weight: 700;
}

.mapping-grid {
    margin-top: 24px;
    gap: 18px;
}

.mapping-card {
    min-height: 100%;
    padding: 22px 18px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(255, 201, 95, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 237, 0.92));
    border: 1px solid rgba(94, 52, 55, 0.1);
    box-shadow: 0 16px 34px rgba(94, 52, 55, 0.08);
}

.mapping-card-top {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.mapping-media {
    margin: 0;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 224, 203, 0.5), transparent 48%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(247, 237, 229, 0.94));
    border: 1px solid rgba(206, 165, 134, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapping-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

.mapping-card h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0;
}

.mapping-card p {
    margin-top: 0;
    color: #5b4346;
}

.mapping-card ul,
.coach-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.mapping-card li,
.coach-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
    color: var(--text);
}

.mapping-card ul {
    display: grid;
    gap: 8px;
}

.mapping-card li {
    margin-top: 0;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.coach-list-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    margin-top: -1px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 243, 232, 0.98), rgba(255, 231, 213, 0.94));
    box-shadow:
        inset 0 0 0 1px rgba(217, 132, 92, 0.16),
        0 8px 16px rgba(217, 132, 92, 0.12);
    font-size: 14px;
    line-height: 1;
}

.coach-list li span:last-child {
    flex: 1;
}

.mapping-list-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 243, 232, 0.98), rgba(255, 231, 213, 0.94));
    box-shadow:
        inset 0 0 0 1px rgba(217, 132, 92, 0.16),
        0 8px 16px rgba(217, 132, 92, 0.12);
    font-size: 14px;
    line-height: 1;
}

.mapping-card li span:last-child {
    flex: 1;
}

.offer-card {
    min-height: 100%;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 18px;
}

.pricing-card > * {
    width: 100%;
}

.featured {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 106, 99, 0.12), rgba(255, 255, 255, 0.92) 38%, rgba(234, 220, 255, 0.8));
    border-color: rgba(222, 78, 92, 0.18);
    box-shadow: 0 24px 60px rgba(150, 70, 81, 0.18);
}

.featured::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, var(--brand), var(--peach), var(--violet));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin: 14px 0 10px;
}

.old-price {
    color: var(--text-soft);
    text-decoration: line-through;
    font-size: 14px;
}

.price-row strong {
    font-size: 2.2rem;
    font-family: "Fraunces", "Noto Sans Devanagari", serif;
    line-height: 1;
}

.plan-copy {
    margin-bottom: 18px;
}

.plan-note {
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-deep);
}

.plan-savings {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    color: var(--accent-dark, #4f7f56);
}

.featured .plan-savings {
    color: var(--brand-deep);
}

.plan-list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: min(100%, 240px);
    margin-top: auto;
    text-align: center;
    align-self: center;
}

.plan-list li {
    position: relative;
    padding-left: 28px;
    color: var(--text);
}

.plan-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--brand-deep), var(--brand));
    box-shadow: 0 6px 14px rgba(193, 82, 98, 0.22);
}

.pricing-trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.pricing-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(94, 52, 55, 0.12);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 24px rgba(94, 52, 55, 0.08);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    color: var(--ink);
}

.faq-shell {
    max-width: 860px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px 18px;
    text-align: left;
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--ink);
    font-weight: 800;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--violet);
}

.faq-question[aria-expanded="true"]::after {
    content: "−";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 220ms var(--ease);
}

.faq-answer p {
    padding: 0 18px 18px;
}

.final-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 110px;
}

.final-section .shell {
    width: min(820px, calc(100% - 32px));
}

.final-meta {
    margin-top: 18px;
    font-weight: 700;
}

.positioning-line {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.88);
}

.final-highlight-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
}

.final-highlight-card {
    padding: 18px 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 30px rgba(94, 52, 55, 0.09);
}

.final-highlight-card strong {
    display: block;
    margin-bottom: 6px;
    color: #fff1cf;
    font-size: 1rem;
}

.final-highlight-card p {
    color: rgba(255, 255, 255, 0.84);
}

.site-footer {
    border-top: 1px solid rgba(94, 52, 55, 0.08);
    background: linear-gradient(180deg, rgba(255, 251, 247, 0.95), rgba(255, 243, 235, 0.98));
}

.footer-row {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 28px 0 48px;
    text-align: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.footer-brand strong {
    display: block;
    color: var(--ink);
    line-height: 1.4;
}

.footer-brand p {
    margin-top: 4px;
    color: var(--brand-deep);
    font-weight: 700;
}

.footer-disclaimer {
    display: grid;
    gap: 10px;
    max-width: 980px;
    justify-items: center;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.75;
    color: var(--text);
}

.sticky-footer-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    box-sizing: border-box;
    z-index: 3500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 18px 14px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 193, 111, 0.14), transparent 22%),
        linear-gradient(135deg, rgba(49, 27, 37, 0.96), rgba(102, 40, 66, 0.97));
    backdrop-filter: blur(14px);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 44px rgba(69, 28, 46, 0.24);
    transform: translateY(130%);
    transition: transform 220ms var(--ease), padding 220ms var(--ease);
}

.sticky-footer-cta.visible {
    transform: translateY(0);
}

.sticky-footer-toggle {
    display: none;
}

.sticky-footer-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-top: 0;
}

.sticky-footer-copy {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sticky-footer-label {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 245, 235, 0.86);
}

.sticky-footer-copy strong {
    font-size: 15px;
    line-height: 1;
    color: #ffd89a;
    font-weight: 800;
}

.sticky-footer-button {
    min-width: 132px;
    padding: 12px 18px;
    align-self: center;
    box-shadow: 0 14px 28px rgba(222, 78, 92, 0.24);
}

@media (max-width: 767px) {
    .review-head h2 {
        white-space: normal;
        text-wrap: balance;
    }

    .sticky-footer-cta {
        left: 50%;
        right: auto;
        width: auto;
        max-width: calc(100% - 20px);
        bottom: 10px;
        min-height: 0;
        gap: 6px;
        padding: 10px 14px 11px;
        border-radius: 999px;
        box-shadow: 0 14px 26px rgba(69, 28, 46, 0.18);
        transform: translate(-50%, 130%);
    }

    .sticky-footer-cta.visible {
        transform: translate(-50%, 0);
    }

    .sticky-footer-content {
        flex: 0 1 auto;
        gap: 10px;
        padding-top: 0;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .sticky-footer-copy {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        justify-content: center;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .sticky-footer-label {
        display: inline;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.01em;
        white-space: nowrap;
        opacity: 0.9;
    }

    .sticky-footer-copy strong {
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
    }

    .sticky-footer-button {
        width: auto;
        max-width: none;
        min-width: 118px;
        padding: 11px 16px;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
        flex-shrink: 0;
        border-radius: 999px;
        box-shadow: 0 10px 18px rgba(222, 78, 92, 0.18);
        align-self: center;
    }
}

.thankyou-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 201, 95, 0.2), transparent 20%),
        radial-gradient(circle at 90% 15%, rgba(158, 103, 255, 0.12), transparent 18%),
        linear-gradient(180deg, #fffdf8 0%, #fff6ee 100%);
}

.thankyou-hero {
    width: 100%;
    padding: 0;
}

.thankyou-hero-grid,
.thankyou-checklist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.thankyou-card {
    padding: 24px 18px;
    border-radius: 30px;
    border: 1px solid rgba(94, 52, 55, 0.12);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-md);
}

.thankyou-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.thankyou-badges span {
    padding: 10px 14px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(94, 52, 55, 0.12);
    font-size: 12px;
    font-weight: 800;
    color: var(--brand-deep);
}

.thankyou-detail-list {
    display: grid;
    gap: 12px;
}

.thankyou-checklist-shell .fit-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 245, 0.8));
    border-color: rgba(94, 52, 55, 0.08);
}

.thankyou-checklist-shell .fit-card p {
    color: var(--ink);
}

.thankyou-simple {
    display: flex;
    align-items: center;
}

.thankyou-simple-card {
    padding: 28px 18px;
    border-radius: 34px;
    border: 1px solid rgba(94, 52, 55, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-md);
}

.thankyou-simple-card .lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.thankyou-mini-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
    text-align: left;
}

.thankyou-actions {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.thankyou-note {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-deep);
}

.thankyou-alert,
.thankyou-copy-block,
.thankyou-number-box,
.thankyou-quote {
    margin-top: 18px;
}

.thankyou-alert,
.thankyou-copy-block {
    padding: 20px 16px;
    border-radius: 28px;
    border: 1px solid rgba(94, 52, 55, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 241, 0.9));
    box-shadow: 0 14px 30px rgba(94, 52, 55, 0.09);
}

.thankyou-alert h2,
.thankyou-copy-block h2 {
    font-size: clamp(1.45rem, 5vw, 2.2rem);
}

.thankyou-alert p,
.thankyou-copy-block p {
    margin-top: 10px;
}

.thankyou-alert h2,
.thankyou-copy-block h2,
.thankyou-copy-block .card-kicker,
.thankyou-copy-block p,
.thankyou-alert p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.thankyou-emoji {
    margin-top: 0;
    font-size: 32px;
}

.thankyou-number-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 62px;
    padding: 14px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 106, 99, 0.08), rgba(255, 201, 95, 0.2));
    border: 1px solid rgba(222, 78, 92, 0.1);
}

.thankyou-number-box strong {
    font-size: 1.15rem;
    color: var(--ink);
}

.thankyou-checks {
    text-align: left;
}

.thankyou-checks p:first-child {
    margin-top: 0;
}

.thankyou-checks p {
    max-width: 720px;
}

.thankyou-quote {
    margin-left: 0;
    margin-right: 0;
    padding: 18px 6px 0;
    border: 0;
    text-align: center;
}

.thankyou-quote p {
    font-family: "Fraunces", "Noto Sans Devanagari", serif;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    line-height: 1.4;
    color: var(--ink);
}

.thankyou-quote footer {
    margin-top: 12px;
    font-weight: 700;
    color: var(--brand-deep);
}

.notice {
    position: fixed;
    right: 12px;
    bottom: 86px;
    z-index: 3600;
    max-width: 320px;
    padding: 14px 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(53, 29, 40, 0.97), rgba(74, 36, 55, 0.97));
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(20, 17, 15, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.notice.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 760px) {
    .shell {
        width: min(var(--shell), calc(100% - 40px));
    }

    .button-large {
        width: auto;
        min-width: 240px;
    }

    .hero-points,
    .pain-grid,
    .cause-grid,
    .expect-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapping-grid,
    .offer-grid,
    .format-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-grid,
    .review-grid,
    .feeling-grid,
    .fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-story,
    .compare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .thankyou-checklist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .thankyou-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .thankyou-simple-card {
        padding: 42px 34px;
    }

    .thankyou-alert,
    .thankyou-copy-block {
        padding: 26px 24px;
    }

    .thankyou-actions {
        margin-top: 22px;
    }

    .thankyou-alert,
    .thankyou-copy-block,
    .thankyou-number-box,
    .thankyou-quote {
        margin-top: 22px;
    }

    .final-highlight-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .section {
        padding: 64px 0;
    }

    .hero {
        padding: 34px 0 56px;
    }

    .hero-actions {
        justify-items: center;
    }

    .hero-head h1 {
        font-size: clamp(2.3rem, 4.2vw, 4.6rem);
        line-height: 1.05;
    }

    .hero-showcase {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-coach-card {
        grid-template-columns: 136px minmax(0, 1fr);
        padding: 14px;
    }

    .hero-coach-photo {
        width: 136px;
        height: 164px;
    }

    .hero-coach-copy strong {
        font-size: 1.3rem;
    }

    .hero-coach-card-full {
        grid-template-columns: 1fr;
    }

    .hero-coach-photo-full {
        width: 100%;
        height: auto;
    }

    .mechanism-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
        gap: 36px;
    }

    .pain-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mapping-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .offer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .offer-media {
        height: 210px;
    }

    .format-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pricing-grid {
        grid-template-columns: 1fr 1.08fr 1fr;
    }

    .pricing-trust-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .proof-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .review-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .coach-grid {
        grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
        gap: 28px;
        align-items: center;
    }

    .coach-visual {
        order: 1;
    }

    .coach-content {
        order: 2;
    }

    .feeling-grid,
    .fit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .thankyou-hero-grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
        gap: 24px;
        align-items: center;
    }

    .thankyou-checklist {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .thankyou-simple-card {
        padding: 52px 48px;
        border-radius: 38px;
    }

    .thankyou-alert,
    .thankyou-copy-block {
        padding: 30px 28px;
    }

    .thankyou-simple-card .button-large {
        min-width: 360px;
    }

    .hero-proof-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-row {
        padding-bottom: 56px;
    }

    .sticky-footer-cta {
        left: 50%;
        right: auto;
        width: auto;
        max-width: calc(100% - 24px);
        min-width: 0;
        padding: 10px 14px 11px;
        border-radius: 999px;
        transform: translate(-50%, 130%);
    }

    .sticky-footer-cta.visible {
        transform: translate(-50%, 0);
    }

    .sticky-footer-cta.is-minimized:not(.visible) {
        transform: translate(-50%, 130%);
    }

    .sticky-footer-toggle {
        display: none;
    }

    .sticky-footer-content {
        flex: 0 1 auto;
        gap: 12px;
        padding-top: 0;
    }

    .sticky-footer-copy {
        gap: 8px;
    }

    .sticky-footer-label,
    .sticky-footer-copy strong {
        font-size: 15px;
    }

    .sticky-footer-button {
        min-width: 118px;
        padding: 11px 16px;
    }
}

