:root {
    --ink-950: #0b1628;
    --ink-900: #12223a;
    --ink-800: #1c3558;
    --ink-700: #2b4e78;
    --wine-900: #3d0c1c;
    --wine-700: #6b1a31;
    --gold-500: #ccaa6a;
    --gold-400: #dfc38f;
    --sand-100: #f5f1e9;
    --sand-50: #faf8f3;
    --white: #ffffff;
    --text: #162030;
    --muted: #5c6779;
    --line: #dce1e9;
    --success: #2c8a52;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --radius-pill: 999px;
    --shadow-sm: 0 10px 30px rgba(15, 26, 42, 0.08);
    --shadow-md: 0 18px 50px rgba(10, 22, 40, 0.14);
    --shadow-lg: 0 28px 80px rgba(6, 16, 30, 0.32);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--text);
    background: var(--sand-50);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--wine-700);
    margin-bottom: 16px;
}

.section-eyebrow::before,
.section-eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: currentColor;
    opacity: 0.42;
}

.section-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.04;
    color: var(--ink-900);
    margin-bottom: 16px;
}

.section-sub {
    max-width: 670px;
    margin: 0 auto 54px;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.75;
}

nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 76px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(250, 248, 243, 0.78);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(18, 34, 58, 0.13);
    box-shadow: 0 8px 22px rgba(10, 20, 36, 0.12);
}

.nav-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: left center;
    display: block;
    border-radius: 0;
    background: transparent;
}

.nav-logo .brand-logo {
    height: 82px;
    max-width: min(46vw, 660px);
    filter: none;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-ghost,
.btn-primary,
.btn-hero-primary,
.btn-hero-secondary,
.btn-waitlist,
.btn-home {
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn-ghost {
    padding: 10px 18px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink-800);
    border: 1px solid rgba(28, 53, 88, 0.2);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.65);
}

.btn-ghost:hover {
    transform: translateY(-1px);
    border-color: rgba(28, 53, 88, 0.4);
    background: rgba(255, 255, 255, 0.92);
}

.btn-primary {
    padding: 11px 20px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--white);
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, #5d1529, #7d1f39);
    box-shadow: 0 10px 22px rgba(88, 18, 38, 0.22);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(88, 18, 38, 0.3);
}

.hero {
    position: relative;
    min-height: 100vh;
    padding: 118px 5% 84px;
    overflow: hidden;
    background: linear-gradient(155deg, #0a182d 0%, #102947 45%, #173764 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(700px circle at 16% 20%, rgba(109, 27, 50, 0.58), transparent 60%),
        radial-gradient(520px circle at 86% 8%, rgba(204, 170, 106, 0.16), transparent 72%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at center, black 48%, transparent 98%);
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 58px;
    align-items: center;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    margin-bottom: 24px;
    border-radius: var(--radius-pill);
    background: rgba(204, 170, 106, 0.14);
    border: 1px solid rgba(204, 170, 106, 0.42);
    color: var(--gold-400);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.76rem;
    font-weight: 700;
}

.hero-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 6.2vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 20px;
}

.hero-headline .accent {
    color: var(--gold-400);
}

.hero-sub {
    max-width: 570px;
    color: rgba(244, 246, 251, 0.88);
    font-size: 1.07rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.hero-cta-row img {
    height: 60px;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: var(--radius-pill);
    font-size: 0.97rem;
    font-weight: 700;
    color: #15233b;
    background: linear-gradient(135deg, #ccaa6a, #e4c998);
    box-shadow: 0 14px 28px rgba(204, 170, 106, 0.24);
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(204, 170, 106, 0.34);
}

.btn-hero-secondary {
    padding: 14px 22px;
    border-radius: var(--radius-pill);
    font-size: 0.97rem;
    font-weight: 600;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.09);
}

.btn-hero-secondary:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.46);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 28px;
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(238, 242, 249, 0.76);
    font-size: 0.86rem;
}

.trust-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold-400);
    box-shadow: 0 0 0 4px rgba(204, 170, 106, 0.18);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hero-stat {
    padding: 12px 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(4px);
}

.hero-stat-value {
    font-family: 'Syne', sans-serif;
    color: var(--white);
    font-size: 1.03rem;
    font-weight: 700;
    margin-bottom: 3px;
}

.hero-stat-label {
    color: rgba(234, 239, 249, 0.74);
    font-size: 0.78rem;
    line-height: 1.35;
}

.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
}

.float-badge {
    position: absolute;
    padding: 10px 13px;
    border-radius: 12px;
    border: 1px solid rgba(18, 34, 58, 0.14);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-sm);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text);
    z-index: 2;
    animation: float 3.4s ease-in-out infinite;
}

.float-badge.top-right {
    top: 24px;
    right: -18px;
}

.float-badge.bottom-left {
    bottom: 58px;
    left: -26px;
    animation-delay: 1.2s;
}

.phone-container {
    width: 320px;
    position: relative;
}

.phone-shell {
    border-radius: 40px;
    background: #0b1018;
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    padding: 14px;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 1;
}

.phone-notch {
    width: 92px;
    height: 21px;
    border-radius: 10px;
    background: #000;
    margin: 0 auto 11px;
}

.phone-screen {
    min-height: 530px;
    border-radius: 24px;
    padding: 16px;
    background: linear-gradient(180deg, #1a2a40, #111d2d);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.screen-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.screen-logo {
    font-family: 'Syne', sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--gold-400);
}

.verified-pill {
    padding: 2px 7px;
    border-radius: var(--radius-pill);
    font-size: 0.53rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #8fdfad;
    background: rgba(44, 138, 82, 0.18);
    border: 1px solid rgba(143, 223, 173, 0.28);
}

.screen-search {
    padding: 9px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.08);
}

.screen-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 12px;
}

.sf {
    padding: 4px 8px;
    border-radius: var(--radius-pill);
    font-size: 0.58rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.08);
}

.sf.on {
    color: #14233b;
    background: var(--gold-400);
}

.screen-listing {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 11px;
    margin-bottom: 8px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.06);
    transition: background 0.2s ease, transform 0.2s ease;
}

.screen-listing:hover {
    transform: translateX(2px);
    background: rgba(255, 255, 255, 0.1);
}

.sl-name {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.93);
    margin-bottom: 2px;
}

.sl-dist {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 4px;
}

.sl-vbadge {
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 5px;
    color: #8fdfad;
    background: rgba(44, 138, 82, 0.2);
    font-size: 0.55rem;
    font-weight: 700;
}

.sl-right {
    text-align: right;
}

.sl-price {
    color: var(--gold-400);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 3px;
}

.sl-tag {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.53rem;
    font-weight: 700;
    color: var(--gold-400);
    background: rgba(204, 170, 106, 0.16);
}

.phone-glow {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    width: 220px;
    height: 88px;
    border-radius: 50%;
    background: var(--gold-500);
    filter: blur(34px);
    opacity: 0.26;
}

.problem-section,
.how-section,
.why-section,
.proof-section,
.cta-section {
    padding: 102px 5%;
}

.problem-section,
.why-section,
.proof-section {
    text-align: center;
}

.problem-section {
    background: var(--sand-50);
}

.pain-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pain-card {
    text-align: left;
    padding: 28px 24px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(28, 53, 88, 0.12);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pain-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.pain-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #fbe4d6, #f8d6de);
    font-size: 1.1rem;
}

.pain-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.05rem;
    color: var(--ink-900);
    margin-bottom: 8px;
}

.pain-desc {
    color: var(--muted);
    font-size: 0.93rem;
    line-height: 1.65;
}

.pain-fix {
    margin-top: 14px;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--wine-700);
}

.how-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #0b1a30, #132f51 58%, #173d6b);
}

.how-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 15%, rgba(204, 170, 106, 0.2), transparent 33%);
}

.how-inner {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.how-inner .section-eyebrow,
.how-inner .section-headline {
    color: var(--white);
}

.how-inner .section-sub {
    color: rgba(236, 241, 249, 0.75);
}

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

.step-card {
    padding: 30px 22px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(4px);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(204, 170, 106, 0.6);
}

.step-number {
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    color: #16233a;
    background: linear-gradient(145deg, #ccaa6a, #edd5aa);
}

.step-title {
    font-family: 'Syne', sans-serif;
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 10px;
}

.step-desc {
    color: rgba(234, 240, 249, 0.72);
    font-size: 0.92rem;
    line-height: 1.6;
}

.why-section {
    background: linear-gradient(180deg, #f5f0e7, #faf7f1);
}

.why-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.why-header {
    margin-bottom: 46px;
}

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

.compare-card {
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    text-align: left;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.compare-card.them {
    background: var(--white);
}

.compare-card.us {
    border-color: rgba(18, 34, 58, 0.2);
    background: linear-gradient(145deg, #132744, #1b3d66);
}

.compare-label {
    margin-bottom: 12px;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.compare-card.them .compare-label {
    color: var(--muted);
}

.compare-card.us .compare-label {
    color: var(--gold-400);
}

.compare-title {
    margin-bottom: 18px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    line-height: 1;
}

.compare-card.them .compare-title {
    color: #2a3344;
}

.compare-card.us .compare-title {
    color: var(--white);
}

.compare-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.compare-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.compare-card.them .compare-item {
    color: #566174;
}

.compare-card.us .compare-item {
    color: rgba(238, 243, 251, 0.86);
}

.ci-icon {
    flex-shrink: 0;
    margin-top: 1px;
    font-weight: 700;
}

.proof-section {
    padding-top: 22px;
    padding-bottom: 96px;
    background: linear-gradient(180deg, #faf7f1, #f3ede3);
}

.proof-inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 34px 30px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(28, 53, 88, 0.12);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.proof-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    color: var(--ink-900);
    margin-bottom: 12px;
}

.proof-attribution {
    font-size: 0.88rem;
    color: var(--muted);
}

.cta-section {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(135deg, #340917 0%, #5b1830 45%, #7a2a44 100%);
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(420px circle at 20% 30%, rgba(223, 195, 143, 0.16), transparent 75%),
        radial-gradient(320px circle at 80% 80%, rgba(255, 255, 255, 0.1), transparent 70%);
}

.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

.urgency-bar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(223, 195, 143, 0.4);
    background: rgba(223, 195, 143, 0.16);
    color: var(--gold-400);
    font-size: 0.84rem;
    font-weight: 600;
}

.pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold-400);
    animation: pulse 1.8s ease-in-out infinite;
}

.cta-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 5.4vw, 4.1rem);
    line-height: 0.98;
    color: var(--white);
    margin-bottom: 18px;
}

.cta-headline span {
    color: var(--gold-400);
}

.cta-sub {
    max-width: 620px;
    margin: 0 auto 34px;
    color: rgba(246, 248, 252, 0.86);
    font-size: 1.05rem;
    line-height: 1.72;
}

.waitlist-form {
    max-width: 560px;
    margin: 0 auto 18px;
    display: flex;
    gap: 10px;
}

.waitlist-input {
    flex: 1;
    padding: 14px 18px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    outline: 0;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.waitlist-input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.waitlist-input:focus {
    border-color: rgba(223, 195, 143, 0.86);
    background: rgba(255, 255, 255, 0.16);
}

.btn-waitlist {
    padding: 14px 22px;
    border-radius: var(--radius-pill);
    color: #13233a;
    font-size: 0.98rem;
    font-weight: 700;
    white-space: nowrap;
    background: linear-gradient(135deg, #ccaa6a, #ebd6af);
    box-shadow: 0 12px 24px rgba(204, 170, 106, 0.2);
}

.btn-waitlist:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(204, 170, 106, 0.3);
}

.waitlist-note {
    color: rgba(244, 246, 251, 0.68);
    font-size: 0.82rem;
}

footer {
    background: var(--sand-50);
    border-top: 1px solid rgba(18, 34, 58, 0.14);
    padding: 38px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-logo .brand-logo {
    width: auto;
    height: 88px;
    max-width: min(50vw, 740px);
    background: transparent;
    padding: 0;
    filter: none;
}

.footer-text {
    color: rgba(28, 45, 72, 0.72);
    font-size: 0.84rem;
    letter-spacing: 0.01em;
}

.footer-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-social-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.footer-social-title {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(28, 45, 72, 0.58);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(28, 45, 72, 0.24);
    background: rgba(255, 255, 255, 0.62);
    color: var(--ink-900);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-link:hover {
    transform: translateY(-1px);
    border-color: rgba(28, 45, 72, 0.46);
    background: rgba(255, 255, 255, 0.9);
}

.social-icon {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 1.9;
    fill: none;
}

.social-icon-fill {
    fill: currentColor;
    stroke: none;
}

.thanks-body {
    min-height: 100vh;
    background: linear-gradient(145deg, #0a182d, #122947 55%, #183b66);
    display: flex;
    flex-direction: column;
}

.thanks-nav {
    position: static;
    height: 76px;
    background: rgba(250, 248, 243, 0.78);
    border-bottom: 1px solid rgba(18, 34, 58, 0.13);
}

.thanks-nav .nav-logo { filter: none; }

.thanks-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px 5%;
}

.thanks-card {
    max-width: 560px;
    width: 100%;
    text-align: center;
    border-radius: 24px;
    padding: 56px 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 70px rgba(5, 13, 25, 0.35);
}

.thanks-emoji {
    font-size: 3.1rem;
    margin-bottom: 20px;
    line-height: 1;
    display: block;
}

.thanks-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 22px;
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(223, 195, 143, 0.4);
    background: rgba(223, 195, 143, 0.16);
    color: var(--gold-400);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.74rem;
    font-weight: 700;
}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold-400);
}

.thanks-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.1rem, 5vw, 3rem);
    line-height: 1;
    color: var(--white);
    margin-bottom: 14px;
}

.thanks-headline .accent {
    color: var(--gold-400);
}

.thanks-p {
    max-width: 430px;
    margin: 0 auto 28px;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(241, 245, 251, 0.82);
}

.btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border-radius: var(--radius-pill);
    font-size: 0.95rem;
    font-weight: 700;
    color: #13233a;
    background: linear-gradient(135deg, #ccaa6a, #ebd6af);
}

.btn-home:hover {
    transform: translateY(-2px);
}

.thanks-divider {
    width: 48px;
    height: 2px;
    margin: 28px auto 0;
    border-radius: 1px;
    background: rgba(223, 195, 143, 0.45);
}

.thanks-subtext {
    margin-top: 16px;
    color: rgba(233, 237, 245, 0.62);
    font-size: 0.82rem;
}

.thanks-footer {
    background: var(--sand-50);
    border-top: 1px solid rgba(18, 34, 58, 0.14);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.72); }
}

@media (max-width: 1060px) {
    .hero-inner {
        gap: 44px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .pain-grid,
    .steps-row,
    .compare-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    nav {
        height: 70px;
        padding: 0 4%;
    }

    .nav-logo .brand-logo { height: 70px; max-width: 560px; }
    .footer-logo .brand-logo { height: 76px; max-width: 620px; }

    .hero {
        padding: 100px 4% 70px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-right {
        display: none;
    }

    .section-sub {
        margin-bottom: 40px;
    }

    .problem-section,
    .how-section,
    .why-section,
    .proof-section,
    .cta-section {
        padding: 84px 4%;
    }

    .waitlist-form {
        flex-direction: column;
    }

    .btn-waitlist {
        width: 100%;
    }

    footer,
    .thanks-footer {
        flex-direction: column;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-social-wrap {
        align-items: center;
    }
}

@media (max-width: 620px) {
    .nav-actions .btn-ghost {
        display: none;
    }

    .nav-logo .brand-logo { height: 58px; max-width: 460px; }
    .footer-logo .brand-logo { height: 64px; max-width: 520px; }

    .hero-headline {
        font-size: clamp(2.3rem, 12vw, 3rem);
    }

    .hero-sub {
        font-size: 0.98rem;
    }

    .hero-cta-row {
        width: 100%;
        flex-direction: column;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }

    .proof-inner,
    .thanks-card {
        padding: 40px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}
