:root {
    --night: #020706;
    --night-soft: #07120f;
    --panel: #0a1713;
    --panel-strong: #0d1d17;
    --emerald: #102a20;
    --gold: #d6ad47;
    --gold-bright: #f0d286;
    --ivory: #f6f0df;
    --mist: #b4bdb7;
    --line: rgba(214, 173, 71, 0.24);
    --line-soft: rgba(246, 240, 223, 0.09);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --radius: 26px;
    --shell: 1240px;
}

html { scroll-behavior: smooth; }
html.v3-localizing body { opacity: 0; }
html.v3-ready body { opacity: 1; transition: opacity .18s ease; }

body {
    margin: 0;
    background: var(--night) !important;
    color: var(--ivory);
    font-family: "Manrope", Arial, sans-serif;
    overflow-x: hidden;
}

body * { box-sizing: border-box; }

.v3-site { min-height: 100vh; background: var(--night); }
.v3-site a { color: inherit; text-decoration: none; }
.v3-site button { font: inherit; }
.localized-v3 .hero h1 { font-size: clamp(46px, 4.25vw, 72px); }
.localized-v3 .journey-card h3 { font-size: clamp(27px, 2.25vw, 34px); }
.localized-v3 .journey-tab { padding-inline: 16px; }
.stars i { margin-inline: 1px; font-size: 10px; }

html[dir="rtl"] .v3-site { direction: rtl; }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .faq-item button { text-align: right; }
html[dir="rtl"] .store-button span { align-items: flex-start; }
html[dir="rtl"] .journey-card li { padding-left: 0; padding-right: 18px; }
html[dir="rtl"] .journey-card li::before { left: auto; right: 0; }
html[lang="ar"] body, html[lang="ar"] .hero h1, html[lang="ar"] .section-heading h2, html[lang="ar"] .journey-card h3, html[lang="ar"] .final-cta h2 { font-family: "Cairo", Tahoma, sans-serif; }
html[lang="ur"] body, html[lang="ur"] .hero h1, html[lang="ur"] .section-heading h2, html[lang="ur"] .journey-card h3, html[lang="ur"] .final-cta h2 { font-family: "Noto Sans Arabic", Tahoma, sans-serif; }
html[lang="ja"] body, html[lang="ja"] .hero h1, html[lang="ja"] .section-heading h2, html[lang="ja"] .journey-card h3, html[lang="ja"] .final-cta h2 { font-family: "Noto Sans JP", sans-serif; }
html[lang="zh"] body, html[lang="zh"] .hero h1, html[lang="zh"] .section-heading h2, html[lang="zh"] .journey-card h3, html[lang="zh"] .final-cta h2 { font-family: "Noto Sans SC", sans-serif; }
html[lang="bn"] body, html[lang="bn"] .hero h1, html[lang="bn"] .section-heading h2, html[lang="bn"] .journey-card h3, html[lang="bn"] .final-cta h2 { font-family: "Hind Siliguri", sans-serif; }
html[lang="hi"] body, html[lang="hi"] .hero h1, html[lang="hi"] .section-heading h2, html[lang="hi"] .journey-card h3, html[lang="hi"] .final-cta h2 { font-family: "Hind", sans-serif; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 30;
    border-bottom: 1px solid rgba(214, 173, 71, 0.08);
    background: rgba(2, 7, 6, 0.42);
    backdrop-filter: blur(16px);
}

.nav-shell { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 150px; height: auto; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #d8ded9; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding-block: 12px; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold-bright); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.language-menu { position: relative; }
.language-menu summary { list-style: none; height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: #dce3de; cursor: pointer; font-size: 12px; font-weight: 700; background: rgba(255,255,255,.03); }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary .fa-chevron-down { font-size: 9px; transition: transform .2s ease; }
.language-menu[open] summary .fa-chevron-down { transform: rotate(180deg); }
.language-panel { position: absolute; top: 50px; right: 0; width: 230px; max-height: 360px; overflow: auto; padding: 9px; border: 1px solid var(--line); border-radius: 18px; background: #07100d; box-shadow: var(--shadow); }
.language-panel a { display: block; padding: 10px 12px; border-radius: 10px; color: #cbd3cd; font-size: 13px; }
.language-panel a:hover, .language-panel a[aria-current="page"] { color: var(--gold-bright); background: rgba(214,173,71,.09); }

.nav-download { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid rgba(214,173,71,.58); border-radius: 999px; color: var(--gold-bright) !important; font-size: 13px; font-weight: 700; background: rgba(214,173,71,.06); transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-download:hover { background: var(--gold); color: #07100d !important; transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ivory); background: rgba(255,255,255,.04); cursor: pointer; }
.mobile-nav { display: none; }

.hero { min-height: 820px; position: relative; isolation: isolate; overflow: hidden; padding: 152px 0 92px; }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; background: var(--night) url("hero-night.png") center bottom / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 5, 4, .12); pointer-events: none; }
.hero-grid { min-height: 580px; display: grid; grid-template-columns: .9fr 1.25fr; align-items: center; gap: 42px; }
.hero-copy { padding-top: 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .journey-card h3, .final-cta h2 { font-family: "Cormorant Garamond", Georgia, serif; }
.hero h1 { max-width: 610px; margin: 22px 0 22px; color: var(--ivory); font-size: clamp(56px, 5.15vw, 82px); font-weight: 600; line-height: .96; letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-bright); font-style: normal; }
.hero-copy > p:not(.privacy-note) { max-width: 590px; margin: 0 0 34px; color: #c0c8c3; font-size: 17px; line-height: 1.8; }
.store-row { display: flex; flex-wrap: wrap; gap: 14px; }
.store-row.centered { justify-content: center; }
.store-button { min-width: 190px; height: 62px; display: inline-flex; align-items: center; gap: 13px; padding: 0 22px; border: 1px solid rgba(240,210,134,.52); border-radius: 14px; background: rgba(3,9,7,.78); color: white !important; box-shadow: 0 16px 38px rgba(0,0,0,.24); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.store-button:hover { transform: translateY(-3px); background: rgba(214,173,71,.12); border-color: var(--gold-bright); }
.store-button i { width: 31px; text-align: center; font-size: 31px; }
.store-button .fa-google-play { font-size: 25px; }
.store-button span { display: flex; flex-direction: column; align-items: flex-start; font-size: 17px; font-weight: 800; line-height: 1.05; }
.store-button small { margin-bottom: 5px; color: #d2d8d4; font-size: 9px; font-weight: 600; letter-spacing: .05em; }
.privacy-note { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: #98a49d; font-size: 12px; }
.privacy-note i { color: var(--gold); }

.device-stage { position: relative; height: 590px; display: flex; align-items: center; justify-content: center; perspective: 1500px; }
.device { position: absolute; margin: 0; overflow: hidden; border: 4px solid #9e7a2e; border-radius: 38px; background: #030806; box-shadow: 0 32px 85px rgba(0,0,0,.58), 0 0 0 1px rgba(255,225,150,.18); }
.device img { width: 100%; height: 100%; display: block; object-fit: cover; }
.device-main { z-index: 3; width: 265px; height: 573px; transform: translateY(5px); }
.device-left, .device-right { z-index: 2; width: 225px; height: 487px; filter: saturate(.88) brightness(.85); }
.device-left { left: 5%; transform: translateY(30px) rotateY(11deg) rotate(-3deg); }
.device-right { right: 2%; transform: translateY(38px) rotateY(-11deg) rotate(3deg); }

.journey-nav { position: relative; z-index: 6; margin-top: -35px; }
.journey-track { min-height: 74px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 7px; border: 1px solid var(--line); border-radius: 24px; background: rgba(8,20,16,.94); box-shadow: var(--shadow); }
.journey-tab { display: flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 17px; background: transparent; color: #b8c1bb; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease; }
.journey-tab + .journey-tab { border-left: 1px solid var(--line-soft); }
.journey-tab span { color: var(--gold); font-size: 11px; }
.journey-tab i { color: var(--gold); font-size: 18px; }
.journey-tab.is-active, .journey-tab:hover { color: var(--ivory); background: rgba(214,173,71,.08); }

.feature-journey { padding-block: 110px 120px; }
.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin: 13px 0 8px; color: var(--ivory); font-size: clamp(42px, 4vw, 58px); font-weight: 600; line-height: 1.05; letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--mist); line-height: 1.7; }
.compact-heading { margin-bottom: 38px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journey-card { position: relative; min-height: 690px; display: flex; flex-direction: column; overflow: hidden; padding: 28px 28px 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.journey-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 2px; background: var(--gold); opacity: 0; transition: opacity .25s ease; }
.journey-card:hover, .journey-card.is-highlighted { transform: translateY(-6px); border-color: rgba(214,173,71,.52); background: var(--panel-strong); }
.journey-card.is-highlighted::before, .journey-card:hover::before { opacity: 1; }
.card-kicker { display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.journey-card h3 { margin: 18px 0 12px; font-size: 34px; font-weight: 600; line-height: 1.05; }
.journey-card > p { min-height: 96px; margin: 0; color: #aeb8b2; font-size: 14px; line-height: 1.7; }
.journey-card figure { width: 205px; height: 310px; align-self: center; margin: 22px 0 18px; overflow: hidden; border: 3px solid #8f712f; border-radius: 28px 28px 0 0; box-shadow: 0 20px 46px rgba(0,0,0,.34); }
.journey-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }
.journey-card ul { display: grid; gap: 9px; margin: auto 0 0; padding: 0; color: #d7ddd9; font-size: 12px; list-style: none; }
.journey-card li { position: relative; padding-left: 18px; }
.journey-card li::before { content: "•"; position: absolute; left: 0; color: var(--gold); }

.screens-section { padding: 110px 0 122px; border-block: 1px solid var(--line-soft); background: #06100d; }
.screen-gallery { display: grid; grid-template-columns: repeat(8, minmax(128px, 1fr)); gap: 12px; overflow-x: auto; padding: 12px 3px 28px; scrollbar-color: var(--gold) #0a1713; }
.screen-gallery figure { min-width: 138px; margin: 0; }
.screen-gallery img { width: 100%; height: 300px; display: block; object-fit: cover; object-position: top; border: 2px solid rgba(214,173,71,.42); border-radius: 24px; background: #030705; box-shadow: 0 18px 35px rgba(0,0,0,.28); transition: transform .25s ease, border-color .25s ease; }
.screen-gallery figure:hover img { transform: translateY(-7px); border-color: var(--gold-bright); }
.screen-gallery figcaption { margin-top: 12px; color: #aab4ad; font-size: 11px; font-weight: 700; text-align: center; }

.testimonials { padding-block: 112px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-grid blockquote { position: relative; min-height: 230px; display: flex; flex-direction: column; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.quote-grid blockquote > i { color: var(--gold); font-size: 25px; }
.quote-grid blockquote p { margin: 18px 0 28px; color: #d9dfdb; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; line-height: 1.35; }
.quote-grid blockquote footer { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; margin-top: auto; font-size: 12px; }
.quote-grid blockquote footer strong { color: var(--ivory); }
.quote-grid blockquote footer span:not(.stars) { color: #85938a; }
.stars { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--gold); letter-spacing: 2px; }

.faq-section { padding: 110px 0; border-top: 1px solid var(--line-soft); background: #030a08; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; max-width: 1040px; margin: auto; }
.faq-item { overflow: hidden; border: 1px solid rgba(214,173,71,.21); border-radius: 16px; background: var(--panel); }
.faq-item button { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 21px; border: 0; background: transparent; color: #e2e7e3; text-align: left; cursor: pointer; }
.faq-item button i { color: var(--gold); font-size: 12px; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] i { transform: rotate(180deg); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item > div p { min-height: 0; overflow: hidden; margin: 0; padding: 0 21px; color: var(--mist); font-size: 13px; line-height: 1.65; }
.faq-item.is-open > div { grid-template-rows: 1fr; }
.faq-item.is-open > div p { padding-bottom: 20px; }

.final-cta { position: relative; padding: 104px 0; border-top: 1px solid var(--line); background: var(--emerald); text-align: center; overflow: hidden; }
.cta-shell { position: relative; }
.cta-star { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 20px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); background: rgba(0,0,0,.14); }
.final-cta h2 { max-width: 760px; margin: 0 auto 12px; font-size: clamp(42px, 4vw, 58px); font-weight: 600; line-height: 1.05; }
.final-cta p { margin: 0 0 30px; color: #b8c2bc; }

.v3-footer { padding: 54px 0 25px; border-top: 1px solid var(--line); background: #010403; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 42px; }
.footer-brand img { width: 145px; height: auto; }
.footer-brand p { margin: 8px 0 0; color: #78867e; font-family: "Cormorant Garamond", Georgia, serif; font-size: 16px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 25px; color: #9ba69f; font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); transition: background .2s ease, color .2s ease; }
.social-links a:hover { color: #07100d; background: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); color: #657169; font-size: 10px; }

.v3-site a:focus-visible, .v3-site button:focus-visible, .v3-site summary:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

@media (max-width: 1100px) {
    .desktop-nav { gap: 20px; }
    .hero-grid { grid-template-columns: .82fr 1.18fr; gap: 10px; }
    .device-stage { transform: scale(.88); transform-origin: center; }
    .feature-grid { grid-template-columns: 1fr; max-width: 760px; margin: auto; }
    .journey-card { min-height: 520px; display: grid; grid-template-columns: 1fr 230px; grid-template-rows: auto auto 1fr auto; column-gap: 30px; }
    .journey-card .card-kicker, .journey-card h3, .journey-card > p, .journey-card ul { grid-column: 1; }
    .journey-card figure { grid-column: 2; grid-row: 1 / span 4; width: 230px; height: 440px; margin: 0; align-self: center; border-radius: 28px; }
    .screen-gallery { grid-template-columns: repeat(8, 155px); }
}

@media (max-width: 860px) {
    .shell { width: min(100% - 34px, var(--shell)); }
    .site-header { position: fixed; background: rgba(2,7,6,.9); }
    .nav-shell { height: 74px; }
    .brand img { width: 120px; }
    .desktop-nav, .nav-download { display: none; }
    .menu-toggle { display: grid; place-items: center; }
    .mobile-nav { position: absolute; top: 74px; left: 17px; right: 17px; display: grid; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #07100d; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
    .mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
    .mobile-nav a { padding: 12px; border-radius: 10px; color: #d4dbd6; font-size: 13px; }
    .mobile-nav a:hover { background: rgba(214,173,71,.08); color: var(--gold); }
    .hero { min-height: auto; padding: 118px 0 70px; }
    .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .hero-copy { display: flex; flex-direction: column; align-items: center; }
    .hero h1 { font-size: clamp(48px, 11vw, 70px); }
    .privacy-note { justify-content: center; }
    .device-stage { height: 560px; transform: scale(.84); margin: -42px 0; }
    .journey-nav { margin-top: 0; padding: 0 0 35px; background: var(--night); }
    .journey-track { min-height: auto; grid-template-columns: 1fr; padding: 7px; }
    .journey-tab { min-height: 52px; }
    .journey-tab + .journey-tab { border-left: 0; border-top: 1px solid var(--line-soft); }
    .feature-journey, .testimonials { padding-block: 82px; }
    .screens-section, .faq-section { padding-block: 82px; }
    .quote-grid { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 600px) {
    .shell { width: min(100% - 28px, var(--shell)); }
    .language-menu summary { width: 42px; justify-content: center; padding: 0; }
    .language-menu summary span, .language-menu summary .fa-chevron-down { display: none; }
    .language-panel { right: -55px; width: min(260px, calc(100vw - 28px)); }
    .hero { padding-top: 108px; }
    .hero h1 { margin-top: 17px; font-size: clamp(44px, 14vw, 62px); }
    .hero-copy > p:not(.privacy-note) { font-size: 15px; line-height: 1.7; }
    .store-row { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
    .store-button { min-width: 0; height: 58px; padding: 0 12px; gap: 8px; border-radius: 12px; }
    .store-button i { width: 25px; font-size: 26px; }
    .store-button .fa-google-play { font-size: 21px; }
    .store-button span { font-size: 13px; }
    .store-button small { font-size: 7px; }
    .privacy-note { font-size: 10px; }
    .device-stage { height: 440px; transform: none; margin: 0; }
    .device-main { width: 194px; height: 420px; border-radius: 29px; }
    .device-left, .device-right { width: 150px; height: 325px; border-radius: 24px; }
    .device-left { left: -5%; }
    .device-right { right: -5%; }
    .section-heading { margin-bottom: 36px; }
    .section-heading h2 { font-size: 39px; }
    .compact-heading { margin-bottom: 28px; }
    .feature-journey { padding-top: 70px; }
    .journey-card { min-height: 0; display: flex; padding: 24px 22px; }
    .journey-card > p { min-height: 0; }
    .journey-card figure { width: 195px; height: 330px; margin: 22px auto; border-radius: 26px 26px 0 0; }
    .journey-card h3 { font-size: 31px; }
    .screen-gallery { margin-inline: -14px; padding-inline: 14px; grid-template-columns: repeat(8, 142px); }
    .screen-gallery img { height: 307px; }
    .quote-grid blockquote { min-height: 210px; padding: 24px; }
    .quote-grid blockquote p { font-size: 20px; }
    .final-cta { padding-block: 78px; }
    .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}

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