@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
    --navy: #11152f;
    --navy-deep: #090b1d;
    --ink: #20233d;
    --muted: #777990;
    --muted-light: #a7a9bd;
    --paper: #fffdfb;
    --canvas: #f7f4f0;
    --coral: #ff6e61;
    --coral-deep: #e95554;
    --gold: #f6c85f;
    --mint: #91d9be;
    --lilac: #b9a8f2;
    --shadow: 0 24px 70px rgba(25, 25, 55, .14);
    --shadow-soft: 0 16px 40px rgba(25, 25, 55, .08);
    --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--ink); font-family: 'DM Sans', system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
body, button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { font-family: 'Space Grotesk', 'DM Sans', sans-serif; }
h2 { letter-spacing: -.055em; }
code { font-family: 'DM Mono', monospace; font-size: .86em; }

.landing-page { overflow-x: hidden; }
.landing-shell { background: var(--canvas); overflow: hidden; }
.skip-link { background: var(--coral); color: #fff; left: 16px; padding: 10px 14px; position: absolute; top: -60px; z-index: 20; }
.skip-link:focus { top: 16px; }

.site-header { align-items: center; display: flex; gap: 28px; justify-content: space-between; margin: 0 auto; max-width: 1420px; padding: 25px clamp(22px, 5vw, 76px); position: relative; z-index: 5; }
.site-logo { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 10px; }
.logo-image { border-radius: 13px; filter: drop-shadow(0 8px 11px rgba(17, 21, 47, .14)); height: 44px; object-fit: contain; transition: transform .2s ease, filter .2s ease; width: 44px; }
.site-logo:hover .logo-image, .site-logo:focus-visible .logo-image { filter: drop-shadow(0 11px 14px rgba(17, 21, 47, .2)); transform: translateY(-2px) rotate(-2deg); }
.logo-symbol { align-items: center; background: var(--coral); border-radius: 11px 11px 11px 4px; box-shadow: 5px 5px 0 rgba(255, 110, 97, .18); color: #fff; display: inline-flex; font-family: 'Space Grotesk', sans-serif; font-size: 21px; font-weight: 700; height: 35px; justify-content: center; letter-spacing: -.12em; padding-right: 2px; width: 35px; }
.logo-type { color: var(--navy); font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .13em; }
.logo-type strong { color: var(--coral); font-weight: 700; }
.desktop-nav { align-items: center; display: flex; gap: clamp(18px, 3vw, 42px); margin-left: auto; }
.desktop-nav a { color: #676a80; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--coral-deep); }

.button { align-items: center; border: 1px solid transparent; border-radius: 13px; display: inline-flex; font-family: 'Space Grotesk', sans-serif; font-weight: 700; gap: 11px; justify-content: center; line-height: 1.1; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:focus-visible, .text-cta:focus-visible, .desktop-nav a:focus-visible, .card-link:focus-visible, .footer-cta:focus-visible { outline: 3px solid rgba(255, 110, 97, .38); outline-offset: 4px; }
.button-small { font-size: 13px; min-height: 42px; padding: 10px 16px; }
.button-large { font-size: 15px; min-height: 56px; padding: 16px 21px; }
.button-dark { background: var(--navy); box-shadow: 0 10px 22px rgba(17, 21, 47, .16); color: #fff; }
.button-dark:hover, .button-dark:focus-visible { background: #24284b; box-shadow: 0 14px 28px rgba(17, 21, 47, .21); }
.button-primary { background: var(--coral); box-shadow: 0 13px 28px rgba(233, 85, 84, .25); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: var(--coral-deep); box-shadow: 0 17px 34px rgba(233, 85, 84, .3); }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 13px 26px rgba(0, 0, 0, .12); }
.button-light:hover, .button-light:focus-visible { background: #fff8f4; box-shadow: 0 17px 32px rgba(0, 0, 0, .16); }
.telegram-glyph { align-items: center; background: rgba(255, 255, 255, .2); border-radius: 50%; display: inline-flex; font-size: 12px; height: 24px; justify-content: center; transform: rotate(-18deg); width: 24px; }

.hero-section { align-items: center; display: grid; gap: clamp(30px, 5vw, 90px); grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); margin: 0 auto; max-width: 1420px; min-height: min(760px, calc(100vh - 90px)); padding: 58px clamp(22px, 5vw, 76px) 92px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--coral-deep); display: flex; font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; gap: 9px; letter-spacing: .13em; margin-bottom: 19px; text-transform: uppercase; }
.eyebrow-light { color: #b7b0e8; }
.eyebrow-mark { background: currentColor; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255, 110, 97, .12); display: inline-block; height: 6px; width: 6px; }
.eyebrow-light .eyebrow-mark { box-shadow: 0 0 0 5px rgba(185, 168, 242, .12); }
.hero-copy h1 { color: var(--navy); font-size: clamp(48px, 6.2vw, 90px); letter-spacing: -.075em; line-height: .98; margin-bottom: 25px; max-width: 770px; }
.hero-copy h1 span { color: var(--coral); display: block; }
.hero-lede { color: #65687e; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; margin-bottom: 0; max-width: 570px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 23px; margin: 35px 0 25px; }
.text-cta { color: var(--navy); font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; }
.text-cta span { color: var(--coral); display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.text-cta:hover span { transform: translateX(4px); }
.hero-trust { align-items: center; color: #858798; display: flex; flex-wrap: wrap; font-size: 12px; gap: 16px 22px; }
.hero-trust span { align-items: center; display: inline-flex; gap: 7px; }
.hero-trust i { align-items: center; background: #d9f3e8; border-radius: 50%; color: #358766; display: inline-flex; font-size: 9px; font-style: normal; height: 17px; justify-content: center; width: 17px; }

.hero-visual { height: 620px; min-width: 0; position: relative; }
.visual-halo { border-radius: 50%; position: absolute; }
.visual-halo-one { background: #f6c7b4; height: 450px; right: 4%; top: 10%; width: 450px; }
.visual-halo-two { border: 1px solid rgba(255, 110, 97, .2); height: 540px; right: -1%; top: 3%; width: 540px; }
.visual-spark { color: var(--coral); font-family: Georgia, serif; font-size: 35px; position: absolute; z-index: 1; }
.spark-one { right: 3%; top: 8%; }
.spark-two { color: var(--lilac); font-size: 25px; left: 5%; top: 35%; }
.phone-frame { background: var(--navy); border: 8px solid #fff; border-radius: 36px; box-shadow: 0 35px 65px rgba(38, 28, 60, .23), 0 5px 0 rgba(17, 21, 47, .08); height: 575px; left: 17%; overflow: hidden; position: absolute; top: 6%; transform: rotate(3deg); width: 315px; z-index: 2; }
.phone-notch { background: #fff; border-radius: 0 0 12px 12px; height: 20px; left: 50%; position: absolute; top: -1px; transform: translateX(-50%); width: 105px; z-index: 2; }
.phone-topbar { align-items: center; color: #fff; display: flex; font-family: 'DM Mono', monospace; font-size: 8px; justify-content: space-between; letter-spacing: .08em; padding: 26px 19px 15px; }
.phone-brand { align-items: center; display: flex; gap: 7px; }
.phone-brand span { align-items: center; background: var(--coral); border-radius: 5px 5px 5px 2px; display: inline-flex; font-family: 'Space Grotesk', sans-serif; font-size: 11px; height: 19px; justify-content: center; width: 19px; }
.phone-signal { display: flex; gap: 3px; }
.phone-signal i { background: var(--mint); border-radius: 2px; display: block; height: 8px; width: 3px; }
.phone-signal i:nth-child(2) { height: 11px; }
.phone-signal i:nth-child(3) { height: 14px; }
.phone-body { background: #f8f6f4; border-radius: 23px 23px 0 0; height: calc(100% - 58px); padding: 20px 15px; }
.phone-kicker { align-items: center; color: #898c9f; display: flex; font-family: 'DM Mono', monospace; font-size: 8px; justify-content: space-between; letter-spacing: .11em; margin: 0 3px 12px; }
.online-label { align-items: center; color: #4a9c7a; display: flex; font-size: 7px; gap: 4px; }
.online-label i { background: #65c69c; border-radius: 50%; height: 5px; width: 5px; }
.discover-card { background: #fff; border-radius: 21px; box-shadow: 0 15px 30px rgba(36, 35, 62, .1); padding: 10px; }
.discover-photo { background: linear-gradient(145deg, #e9a08d, #f8d0a6 48%, #8bb5bc); border-radius: 15px; height: 282px; overflow: hidden; position: relative; }
.photo-glow { background: rgba(255, 236, 182, .85); border-radius: 50%; filter: blur(3px); height: 160px; position: absolute; right: -28px; top: -35px; width: 160px; }
.photo-person { align-items: center; background: linear-gradient(160deg, #3c2435 0 18%, #d8866c 19% 48%, #6a8c89 49%); border-radius: 50% 50% 22% 22%; bottom: -30px; box-shadow: -10px 15px 0 rgba(112, 71, 70, .13); color: rgba(255, 255, 255, .8); display: flex; font-family: 'Space Grotesk', sans-serif; font-size: 50px; font-weight: 700; height: 238px; justify-content: center; left: 34px; overflow: hidden; position: absolute; width: 190px; }
.photo-person::before { background: #3d2332; border-radius: 47% 47% 40% 40%; content: ''; height: 74px; position: absolute; top: 19px; width: 82px; }
.photo-person::after { background: #e5a182; border-radius: 50%; content: ''; height: 102px; position: absolute; top: 46px; width: 74px; }
.photo-person span { color: rgba(83, 52, 64, .25); font-size: 13px; position: relative; top: 73px; z-index: 1; }
.photo-location, .photo-status { backdrop-filter: blur(10px); background: rgba(255, 255, 255, .74); border-radius: 9px; bottom: 10px; color: #535469; font-family: 'DM Mono', monospace; font-size: 7px; letter-spacing: .05em; padding: 7px 8px; position: absolute; }
.photo-location { left: 10px; }
.photo-status { align-items: center; bottom: 10px; display: flex; gap: 4px; right: 10px; }
.photo-status i { background: #5cc293; border-radius: 50%; height: 5px; width: 5px; }
.discover-details { align-items: flex-start; display: flex; justify-content: space-between; padding: 14px 3px 0; }
.discover-details h2 { color: var(--navy); font-size: 19px; letter-spacing: -.05em; margin: 0 0 2px; }
.discover-details h2 span { color: #8b8d9f; font-size: 14px; font-weight: 500; }
.discover-details p { color: #8a8c9c; font-size: 10px; margin: 0; }
.verified-badge { align-items: center; background: #dff5eb; border-radius: 50%; color: #3d9c78; display: inline-flex; font-size: 10px; height: 20px; justify-content: center; width: 20px; }
.discover-quote { color: #676a7c; font-size: 10px; line-height: 1.45; margin: 11px 3px 9px; }
.discover-tags { display: flex; gap: 5px; }
.discover-tags span { background: #f0edff; border-radius: 7px; color: #665b9b; font-size: 8px; padding: 5px 7px; }
.discover-tags span:nth-child(2) { background: #e9f8f2; color: #397a63; }
.discover-tags span:nth-child(3) { background: #fff1dd; color: #926a33; }
.discover-actions { align-items: center; display: flex; justify-content: space-between; margin: 13px 13px 2px; }
.discover-actions span { align-items: center; border: 1px solid #eceaf0; border-radius: 50%; color: #a4a5b4; display: inline-flex; font-family: Arial, sans-serif; font-size: 17px; height: 30px; justify-content: center; width: 30px; }
.discover-actions .like-action { background: var(--coral); border: 0; box-shadow: 0 7px 13px rgba(255, 110, 97, .27); color: #fff; font-size: 14px; height: 43px; width: 43px; }
.discover-actions .wave-action { color: #8a7acd; }
.floating-note { align-items: center; backdrop-filter: blur(15px); background: rgba(255, 255, 255, .88); border: 1px solid rgba(255, 255, 255, .95); border-radius: 17px; box-shadow: 0 17px 35px rgba(48, 42, 59, .13); display: flex; gap: 10px; padding: 12px 14px; position: absolute; z-index: 3; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { color: var(--navy); font-size: 11px; line-height: 1.2; }
.floating-note small { color: #858696; font-size: 9px; margin-top: 3px; }
.note-match { right: 0; top: 20%; }
.note-message { bottom: 13%; left: 0; }
.note-icon, .mini-avatar { align-items: center; border-radius: 50%; display: inline-flex; flex: 0 0 auto; height: 31px; justify-content: center; width: 31px; }
.note-icon-coral { background: #ffe0da; color: var(--coral); font-size: 14px; }
.mini-avatar { background: linear-gradient(145deg, #9edac8, #6faaa0); color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 9px; font-weight: 700; }

.signal-bar { align-items: center; background: #ece8e1; display: flex; gap: 38px; justify-content: space-between; padding: 22px clamp(22px, 7vw, 112px); }
.signal-intro { align-items: baseline; display: flex; gap: 16px; }
.signal-overline { color: #9a9baa; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .14em; }
.signal-intro strong { color: var(--navy); font-size: 15px; letter-spacing: -.03em; }
.signal-points { align-items: center; display: flex; flex-wrap: wrap; gap: 18px 35px; }
.signal-points span { color: #747687; font-size: 12px; }
.signal-points b { color: var(--coral); font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; margin-right: 6px; }

.content-section { margin: 0 auto; max-width: 1420px; padding: 126px clamp(22px, 7vw, 112px); }
.how-section { background: var(--navy); color: #fff; max-width: none; }
.section-heading { margin: 0 auto 53px; max-width: 690px; text-align: center; }
.section-heading h2, .safety-intro h2 { color: #fff; font-size: clamp(36px, 4.4vw, 60px); line-height: 1.02; margin-bottom: 18px; }
.section-heading p:last-child, .safety-intro > p:last-of-type { color: var(--muted-light); font-size: 16px; line-height: 1.65; margin: 0 auto; max-width: 560px; }
.step-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1190px; }
.step-card { background: #1a1f40; border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--radius); min-height: 310px; padding: 27px; transition: border-color .2s ease, transform .2s ease; }
.step-card:hover { border-color: rgba(255, 110, 97, .55); transform: translateY(-4px); }
.step-card-featured { background: linear-gradient(145deg, #282451, #1a1f40 65%); }
.step-card-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 58px; }
.step-number { color: #777b9e; font-family: 'DM Mono', monospace; font-size: 11px; }
.step-icon { align-items: center; background: var(--coral); border-radius: 12px; color: #fff; display: inline-flex; font-size: 16px; height: 43px; justify-content: center; transform: rotate(-12deg); width: 43px; }
.step-icon-mint { background: var(--mint); color: #205e4c; transform: rotate(10deg); }
.step-icon-lilac { background: var(--lilac); color: #4b3c80; transform: rotate(-7deg); }
.step-card h3 { color: #fff; font-size: 22px; letter-spacing: -.05em; margin-bottom: 11px; }
.step-card p { color: #a9acc0; font-size: 14px; line-height: 1.65; margin-bottom: 21px; }
.card-link, .step-caption { color: #ffb0a8; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; }
.card-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(4px); }
.step-caption { color: #777b9e; font-weight: 500; }
.step-card code { background: rgba(255, 255, 255, .09); border-radius: 5px; color: #ffd6c6; padding: 2px 5px; }

.feature-section { background: var(--navy); padding: 0 clamp(22px, 7vw, 112px) 128px; }
.feature-panel { align-items: center; background: linear-gradient(130deg, #292454 0%, #171b38 57%, #11152f 100%); border-radius: 32px; display: grid; gap: 60px; grid-template-columns: minmax(0, .95fr) minmax(380px, .85fr); margin: 0 auto; max-width: 1190px; overflow: hidden; padding: clamp(34px, 6vw, 74px); position: relative; }
.feature-panel::before { border: 1px solid rgba(255, 255, 255, .07); border-radius: 50%; content: ''; height: 650px; position: absolute; right: -230px; top: -300px; width: 650px; }
.feature-copy { position: relative; z-index: 1; }
.feature-copy h2 { color: #fff; font-size: clamp(34px, 4vw, 54px); line-height: 1.03; margin-bottom: 19px; max-width: 530px; }
.feature-copy > p:not(.eyebrow) { color: #a8abc0; font-size: 15px; line-height: 1.7; margin-bottom: 27px; max-width: 510px; }
.check-list { list-style: none; margin: 0 0 31px; padding: 0; }
.check-list li { align-items: center; display: flex; gap: 12px; margin: 16px 0; }
.check-list li > span { align-items: center; background: rgba(145, 217, 190, .14); border-radius: 50%; color: var(--mint); display: inline-flex; flex: 0 0 auto; font-size: 11px; height: 23px; justify-content: center; width: 23px; }
.check-list strong, .check-list small { display: block; }
.check-list strong { color: #fff; font-size: 13px; }
.check-list small { color: #8489a9; font-size: 11px; margin-top: 2px; }
.conversation-art { min-height: 430px; position: relative; }
.conversation-window { background: #f8f7f4; border: 7px solid rgba(255, 255, 255, .12); border-radius: 25px; box-shadow: 0 25px 60px rgba(0, 0, 0, .25); left: 5%; max-width: 370px; padding: 16px; position: absolute; top: 10%; transform: rotate(-4deg); width: 92%; z-index: 1; }
.conversation-header { align-items: center; border-bottom: 1px solid #e9e7e5; display: flex; gap: 9px; padding: 3px 2px 14px; }
.conversation-avatar { align-items: center; background: linear-gradient(145deg, #f2b19f, #a8c4bc); border-radius: 50%; color: #fff; display: inline-flex; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; height: 35px; justify-content: center; width: 35px; }
.conversation-header strong, .conversation-header small { display: block; }
.conversation-header strong { color: var(--navy); font-size: 13px; }
.conversation-header small { color: #9596a3; font-size: 9px; margin-top: 2px; }
.conversation-menu { color: #9b9cab; font-size: 13px; letter-spacing: .1em; margin-left: auto; }
.conversation-date { color: #a5a5b0; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .1em; margin: 18px 0 12px; text-align: center; }
.chat-bubble { border-radius: 14px; font-size: 11px; line-height: 1.45; margin: 10px 0; max-width: 78%; padding: 10px 12px; }
.bubble-in { background: #e9e5ff; border-bottom-left-radius: 3px; color: #544d7d; }
.bubble-out { background: var(--coral); border-bottom-right-radius: 3px; color: #fff; margin-left: auto; }
.conversation-compose { align-items: center; background: #fff; border: 1px solid #e8e6e5; border-radius: 11px; color: #aaaab5; display: flex; font-size: 10px; justify-content: space-between; margin-top: 21px; padding: 10px 11px; }
.conversation-compose b { align-items: center; background: var(--coral); border-radius: 50%; color: #fff; display: inline-flex; font-size: 9px; height: 23px; justify-content: center; transform: rotate(-18deg); width: 23px; }
.conversation-sticker { align-items: center; border-radius: 50%; box-shadow: 0 12px 20px rgba(0, 0, 0, .2); display: inline-flex; font-family: Georgia, serif; justify-content: center; position: absolute; z-index: 2; }
.sticker-heart { background: var(--coral); bottom: 6%; color: #fff; font-size: 24px; height: 61px; right: 0; transform: rotate(12deg); width: 61px; }
.sticker-star { background: var(--gold); color: #76591b; font-size: 22px; height: 49px; left: 0; top: 6%; transform: rotate(-15deg); width: 49px; }

.safety-section { background: #f7f4f0; display: grid; gap: 65px; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); }
.safety-intro h2 { color: var(--navy); font-size: clamp(34px, 4vw, 52px); }
.safety-intro > p:last-of-type { color: #73768a; margin: 0 0 25px; }
.text-cta-light { color: var(--navy); }
.safety-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.safety-card { background: #fff; border: 1px solid rgba(32, 35, 61, .07); border-radius: 21px; padding: 25px 19px; }
.safety-icon { align-items: center; border-radius: 12px; display: inline-flex; font-size: 20px; height: 42px; justify-content: center; margin-bottom: 48px; width: 42px; }
.safety-icon-gold { background: #fff1cb; color: #9e7925; }
.safety-icon-coral { background: #ffe1dc; color: var(--coral-deep); }
.safety-icon-mint { background: #def5eb; color: #3a896d; }
.safety-card h3 { color: var(--navy); font-size: 17px; letter-spacing: -.04em; margin-bottom: 8px; }
.safety-card p { color: #77798a; font-size: 12px; line-height: 1.6; margin: 0; }

.faq-section { background: var(--navy); max-width: none; }
.section-heading-narrow { margin-bottom: 45px; max-width: 620px; }
.faq-list { border-top: 1px solid rgba(255, 255, 255, .12); margin: 0 auto; max-width: 820px; }
.faq-list details { border-bottom: 1px solid rgba(255, 255, 255, .12); }
.faq-list summary { color: #fff; cursor: pointer; font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 600; list-style: none; padding: 22px 42px 22px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--coral); content: '+'; font-family: 'DM Sans', sans-serif; font-size: 27px; font-weight: 400; position: absolute; right: 3px; top: 14px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { color: #9da0b6; font-size: 14px; line-height: 1.7; margin: -5px 45px 23px 0; max-width: 680px; }
.faq-list details code { background: rgba(255, 110, 97, .12); border-radius: 4px; color: #ffb0a8; padding: 2px 5px; }

.final-cta { background: var(--navy); padding: 0 clamp(22px, 7vw, 112px) 123px; }
.final-cta-content { background: linear-gradient(135deg, #f7c4ad 0%, #ffdfbf 48%, #f6c4d0 100%); border-radius: 31px; margin: 0 auto; max-width: 1190px; overflow: hidden; padding: clamp(49px, 8vw, 90px) 25px; position: relative; text-align: center; }
.final-cta-content::before, .final-cta-content::after { border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; content: ''; height: 420px; position: absolute; width: 420px; }
.final-cta-content::before { left: -190px; top: -290px; }
.final-cta-content::after { bottom: -300px; right: -160px; }
.final-cta-content .eyebrow, .final-cta-content h2, .final-cta-content p, .final-cta-content a, .final-cta-content small { position: relative; z-index: 1; }
.final-cta-content .eyebrow { color: #a65f5b; justify-content: center; }
.final-cta-content .eyebrow-mark { box-shadow: 0 0 0 5px rgba(166, 95, 91, .12); }
.final-cta-content h2 { color: var(--navy); font-size: clamp(38px, 5vw, 66px); line-height: 1; margin-bottom: 16px; }
.final-cta-content p { color: #725d69; font-size: 17px; margin: 0 auto 28px; max-width: 510px; }
.final-cta-content .button { margin-bottom: 18px; }
.final-cta-content .button code { color: #fff; }
.final-cta-content small { color: #8d6e77; display: block; font-size: 11px; }

.site-footer { align-items: center; background: var(--navy-deep); color: #8589a4; display: flex; gap: 24px; justify-content: space-between; padding: 28px clamp(22px, 7vw, 112px); }
.footer-logo .logo-image { border-radius: 10px; height: 34px; width: 34px; }
.footer-logo .logo-type { color: #fff; font-size: 13px; }
.footer-logo .logo-symbol { font-size: 17px; height: 29px; width: 29px; }
.site-footer p { font-size: 11px; margin: 0; }
.site-footer p span { color: #5f637d; margin-left: 9px; }
.footer-cta { color: #ff9d93; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; }
.footer-cta span { margin-left: 4px; }

@media (max-width: 1050px) {
    .hero-section { gap: 20px; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); }
    .hero-copy h1 { font-size: clamp(47px, 6vw, 75px); }
    .hero-visual { transform: scale(.9); transform-origin: center right; }
    .signal-bar { align-items: flex-start; flex-direction: column; gap: 13px; }
    .feature-panel { gap: 30px; }
    .safety-section { gap: 35px; }
}

@media (max-width: 780px) {
    .site-header { padding-top: 18px; }
    .desktop-nav { display: none; }
    .site-header .button-small { margin-left: auto; }
    .hero-section { display: block; min-height: 0; padding-bottom: 42px; padding-top: 56px; }
    .hero-copy h1 { font-size: clamp(49px, 12vw, 78px); max-width: 650px; }
    .hero-lede { max-width: 600px; }
    .hero-visual { height: 555px; margin: 25px auto 0; max-width: 540px; transform: none; }
    .phone-frame { left: 20%; }
    .note-match { right: 1%; }
    .note-message { left: 1%; }
    .step-grid, .safety-grid { grid-template-columns: 1fr; }
    .step-card { min-height: 0; }
    .step-card-top { margin-bottom: 38px; }
    .feature-panel, .safety-section { display: block; }
    .conversation-art { margin: 35px auto 0; max-width: 420px; }
    .safety-grid { margin-top: 45px; }
    .safety-card { min-height: 0; }
    .safety-icon { margin-bottom: 28px; }
}

@media (max-width: 520px) {
    .site-header { gap: 12px; }
    .logo-type { font-size: 14px; }
    .site-header .button-small { font-size: 11px; min-height: 38px; padding: 8px 11px; }
    .hero-section { padding-top: 44px; }
    .hero-copy h1 { font-size: clamp(44px, 13vw, 65px); }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
    .button-large { width: 100%; }
    .hero-trust { gap: 10px 14px; }
    .hero-trust span { font-size: 11px; }
    .hero-visual { height: 480px; margin-top: 16px; }
    .visual-halo-one { height: 340px; right: 0; top: 10%; width: 340px; }
    .visual-halo-two { height: 405px; right: -10%; top: 4%; width: 405px; }
    .phone-frame { border-width: 6px; border-radius: 29px; height: 465px; left: 14%; top: 6%; width: 255px; }
    .phone-topbar { padding: 23px 14px 10px; }
    .phone-body { padding: 14px 10px; }
    .discover-photo { height: 218px; }
    .photo-person { height: 190px; left: 23px; width: 153px; }
    .photo-person::before { height: 60px; top: 15px; width: 69px; }
    .photo-person::after { height: 82px; top: 39px; width: 61px; }
    .floating-note { padding: 9px 10px; }
    .floating-note strong { font-size: 9px; }
    .floating-note small { font-size: 8px; }
    .note-match { right: -4%; top: 19%; }
    .note-message { bottom: 10%; left: -4%; }
    .signal-intro { align-items: flex-start; flex-direction: column; gap: 3px; }
    .signal-points { display: grid; gap: 8px; }
    .content-section { padding-bottom: 83px; padding-top: 83px; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2, .safety-intro h2 { font-size: 38px; }
    .feature-section { padding-bottom: 83px; }
    .feature-panel { border-radius: 24px; padding: 34px 23px; }
    .feature-copy h2 { font-size: 37px; }
    .conversation-art { min-height: 350px; }
    .conversation-window { border-width: 5px; left: 1%; padding: 11px; width: 96%; }
    .sticker-heart { height: 50px; width: 50px; }
    .sticker-star { height: 40px; width: 40px; }
    .final-cta { padding-bottom: 83px; }
    .final-cta-content { border-radius: 24px; padding: 60px 20px; }
    .final-cta-content h2 { font-size: 42px; }
    .site-footer { align-items: flex-start; flex-wrap: wrap; padding-bottom: 25px; padding-top: 25px; }
    .site-footer p { order: 3; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
