:root {
  --ink: #111d35;
  --muted: #667085;
  --indigo: #5948dc;
  --violet: #8b3de9;
  --teal: #13b8a6;
  --line: #e7e7f1;
  --paper: #fff;
  --soft: #f8f7ff;
  --shadow: 0 24px 70px rgba(81, 65, 170, .14);
  --display: "Manrope", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .8rem 1rem; border-radius: .6rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.page-shell { width: min(1160px, calc(100% - 3rem)); margin: 0 auto; }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { border-color: rgba(18,29,53,.08); background: rgba(255,255,255,.88); box-shadow: 0 10px 30px rgba(40,30,90,.06); backdrop-filter: blur(16px); }
.nav-shell { width: min(1160px, calc(100% - 3rem)); height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 184px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.desktop-nav a, .nav-phone { color: #4d5870; font-size: .92rem; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover, .nav-phone:hover { color: var(--indigo); }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .6rem; padding: .85rem 1.3rem; border-radius: 1rem; font-weight: 700; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #5c4ae0, #7c3fe4); box-shadow: 0 12px 28px rgba(91,70,218,.27); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(91,70,218,.36); }
.button-small { min-height: 42px; padding: .7rem 1.1rem; border-radius: .8rem; font-size: .9rem; }
.button-quiet { border: 1px solid #dddcec; background: rgba(255,255,255,.72); color: #35415b; }
.button-quiet:hover { background: white; box-shadow: 0 12px 28px rgba(49,40,104,.1); }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100vh; overflow: hidden; padding-top: 86px; background: linear-gradient(180deg, #f7f3ff 0%, #f3f5ff 43%, #fff 100%); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.02fr .98fr; gap: 4rem; align-items: center; min-height: calc(100vh - 140px); padding-block: 5rem 8rem; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .58; pointer-events: none; }
.orb-one { width: 34rem; height: 34rem; left: 35%; top: -19rem; background: #d5b7ff; }
.orb-two { width: 27rem; height: 27rem; left: -10rem; top: 25%; background: #a8eee6; }
.orb-three { width: 29rem; height: 29rem; right: -13rem; top: 24%; background: #c8cfff; }
.bubbles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.bubbles i { position: absolute; bottom: -6rem; display: block; border: 1px solid rgba(106,90,205,.24); border-radius: 50%; background: linear-gradient(145deg, rgba(219,213,255,.34), rgba(255,255,255,.12)); animation: bubble 18s linear infinite; }
.bubbles i:nth-child(1) { width: 38px; height: 38px; left: 8%; animation-delay: -3s; }
.bubbles i:nth-child(2) { width: 62px; height: 62px; left: 22%; animation-delay: -12s; animation-duration: 23s; }
.bubbles i:nth-child(3) { width: 24px; height: 24px; left: 43%; animation-delay: -7s; }
.bubbles i:nth-child(4) { width: 46px; height: 46px; left: 66%; animation-delay: -15s; animation-duration: 25s; }
.bubbles i:nth-child(5) { width: 72px; height: 72px; left: 84%; animation-delay: -8s; animation-duration: 27s; }
.bubbles i:nth-child(6) { width: 30px; height: 30px; left: 93%; animation-delay: -18s; }
.bubbles i:nth-child(7) { width: 18px; height: 18px; left: 56%; animation-delay: -2s; }
@keyframes bubble { to { transform: translate3d(40px, -120vh, 0); } }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1.1rem; color: #6556c7; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: linear-gradient(90deg, var(--indigo), var(--teal)); }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 700px; font-size: clamp(3rem, 5.9vw, 5.25rem); font-weight: 800; }
h1 span, h2 span { color: transparent; background: linear-gradient(110deg, #5a48df 5%, #963ae2 55%, #13ae9f); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 590px; margin: 1.6rem 0 0; color: #566177; font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.6rem; color: #768096; font-size: .82rem; }
.hero-proof b { color: var(--teal); }
.hero-visual { position: relative; width: 100%; max-width: 560px; margin-left: auto; }
.scene-card { position: relative; overflow: hidden; aspect-ratio: 4/3; border: 1px solid rgba(108,84,212,.12); border-radius: 2.2rem; background: #f2efff; box-shadow: 0 35px 100px rgba(86,66,174,.22); }
.scene-card img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: .7rem; border: 1px solid rgba(103,83,188,.08); border-radius: 1rem; background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(75,58,144,.18); backdrop-filter: blur(12px); }
.booking-card { left: -2.2rem; top: 2.2rem; padding: .8rem 1rem; }
.booking-card .status-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: white; background: #20ba8b; font-weight: 900; }
.floating-card b { display: block; font-family: var(--display); font-size: .82rem; }
.floating-card small { display: block; color: #8a91a2; font-size: .68rem; }
.points-card { right: -1.2rem; bottom: 2rem; padding: .8rem 1rem; color: #6f3dd4; }
.points-card span { color: #f3b828; }
.sparkle { position: absolute; z-index: 5; color: #f5bd2b; font-size: 2.1rem; animation: twinkle 2.5s ease-in-out infinite; }
.sparkle-a { top: -2.2rem; left: -1rem; }
.sparkle-b { right: -2rem; top: 5rem; color: #47c6b8; animation-delay: .8s; }
@keyframes twinkle { 50% { transform: scale(.55) rotate(60deg); opacity: .45; } }
.service-strip { position: absolute; z-index: 5; inset: auto 0 0; border-top: 1px solid rgba(85,72,146,.08); border-bottom: 1px solid rgba(85,72,146,.08); background: rgba(255,255,255,.66); backdrop-filter: blur(14px); }
.service-strip-inner { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 1.4rem; color: #6d7588; font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.service-strip i { width: 4px; height: 4px; border-radius: 50%; background: #a995e6; }

.section { padding: 7rem 0; }
.section-heading { max-width: 720px; margin-bottom: 3.4rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .about h2, .rewards h2, .support h2, .split-heading h2 { font-size: clamp(2.35rem, 4.5vw, 4rem); font-weight: 800; }
.section-heading > p { max-width: 620px; margin: 1.1rem auto 0; color: var(--muted); font-size: 1.04rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.service-card { position: relative; overflow: hidden; min-height: 300px; padding: 2rem; border: 1px solid var(--line); border-radius: 1.75rem; background: linear-gradient(155deg, #fff, #fbfaff); box-shadow: 0 8px 30px rgba(49,39,102,.045); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #d5cdfa; box-shadow: 0 24px 50px rgba(76,55,156,.12); }
.service-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -95px; bottom: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(154,128,243,.14), transparent 70%); }
.icon-tile { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 1rem; color: var(--indigo); background: linear-gradient(145deg, #ede8ff, #dff7f3); font-family: var(--display); font-size: 1.45rem; font-weight: 800; }
.card-kicker { margin: 1.4rem 0 .35rem; color: #8a6ae0; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { font-size: 1.55rem; }
.service-card > p:not(.card-kicker) { max-width: 480px; margin: .8rem 0 1.3rem; color: var(--muted); }
.service-card a, .text-link { color: var(--indigo); font-weight: 800; }
.service-card a span, .text-link span { display: inline-block; transition: transform .2s; }
.service-card a:hover span, .text-link:hover span { transform: translateX(4px); }

.rewards { overflow: hidden; color: white; background: linear-gradient(135deg, #3f37aa, #763acb 55%, #9d42d5); }
.rewards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.rewards-copy p { color: rgba(255,255,255,.78); font-size: 1.05rem; }
.rewards-copy h2 span { background-image: linear-gradient(90deg, #ffe7a0, #fff, #9cf1e7); }
.eyebrow-light { color: #dad5ff; }
.eyebrow-light span { background: linear-gradient(90deg, #f6c84d, #9af1e6); }
.check-list { display: grid; gap: .75rem; margin: 1.7rem 0 2rem; padding: 0; list-style: none; color: rgba(255,255,255,.82); }
.check-list li { padding-left: 1.7rem; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #92eadf; font-weight: 900; }
.check-list b { color: white; }
.button-white { color: #4f3abd; background: white; box-shadow: 0 14px 35px rgba(27,18,81,.22); }
.rewards-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.reward-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.15); filter: blur(50px); }
.reward-wheel { position: relative; width: 310px; aspect-ratio: 1; border: 12px solid rgba(255,255,255,.85); border-radius: 50%; background: conic-gradient(#ffcf56 0 45deg,#fff 45deg 90deg,#62dcca 90deg 135deg,#fff 135deg 180deg,#b995ff 180deg 225deg,#fff 225deg 270deg,#ff8dac 270deg 315deg,#fff 315deg); box-shadow: 0 25px 70px rgba(30,19,81,.35); animation: wheel-float 5s ease-in-out infinite; }
.reward-wheel::before { content: ""; position: absolute; inset: 17%; border-radius: 50%; background: #5b3bc0; box-shadow: inset 0 0 0 8px rgba(255,255,255,.3); }
.wheel-center { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; color: white; font-family: var(--display); font-size: 1.1rem; font-weight: 800; line-height: 1.1; text-align: center; }
@keyframes wheel-float { 50% { transform: translateY(-12px) rotate(3deg); } }
.reward-pill { position: absolute; z-index: 3; padding: .75rem 1rem; border-radius: 999px; color: #332473; background: white; box-shadow: 0 14px 35px rgba(28,18,80,.22); font-size: .78rem; font-weight: 800; }
.pill-one { left: 0; top: 19%; transform: rotate(-5deg); }
.pill-two { right: -2%; bottom: 20%; transform: rotate(4deg); }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: center; }
.about-copy > p { color: var(--muted); font-size: 1.02rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.benefit { padding: 1.6rem; border: 1px solid var(--line); border-radius: 1.5rem; background: var(--soft); }
.benefit > span { color: #a18adb; font-family: var(--display); font-size: .76rem; font-weight: 800; }
.benefit h3 { margin-top: .9rem; font-size: 1.05rem; }
.benefit p { margin: .6rem 0 0; color: var(--muted); font-size: .88rem; }

.how-it-works { background: #f7f8fc; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.step { position: relative; text-align: center; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 29px; left: calc(50% + 48px); width: calc(100% - 62px); height: 1px; background: linear-gradient(90deg, #c9c0ef, transparent); }
.step-number { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 1.2rem; border-radius: 1.1rem; color: white; background: linear-gradient(145deg, #5847db, #913ee0); box-shadow: 0 13px 28px rgba(91,69,211,.25); font-family: var(--display); font-size: 1.2rem; font-weight: 800; }
.step h3 { font-size: 1.1rem; }
.step p { margin: .5rem auto 0; max-width: 260px; color: var(--muted); font-size: .92rem; }

.press { padding-block: 3rem; border-block: 1px solid #ececf3; }
.press-shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.press-shell > p { margin: 0; color: #9399a9; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.press-links { display: flex; flex-wrap: wrap; align-items: center; gap: 2.5rem; }
.press-links a { color: #4c5570; font-family: var(--display); font-size: 1.1rem; font-weight: 800; }
.press-links a:hover { color: var(--indigo); }

.journal { background: #fff; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .7fr; gap: 4rem; align-items: end; }
.split-heading > p { margin: 0 0 .5rem; color: var(--muted); font-size: 1.02rem; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.journal-card { overflow: hidden; border: 1px solid var(--line); border-radius: 1.6rem; background: white; transition: transform .25s, box-shadow .25s; }
.journal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.journal-art { position: relative; display: grid; place-items: center; min-height: 220px; overflow: hidden; }
.journal-art img { width: 100%; height: 220px; object-fit: cover; transition: transform .45s ease; }
.journal-card:hover .journal-art img { transform: scale(1.035); }
.journal-art::before, .journal-art::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.4); }
.journal-art::before { width: 180px; height: 180px; left: -45px; top: -60px; }
.journal-art::after { width: 120px; height: 120px; right: -30px; bottom: -40px; }
.journal-art span { position: relative; z-index: 2; color: rgba(23,28,62,.68); font-family: var(--display); font-size: 2rem; font-weight: 800; letter-spacing: .16em; }
.art-one { background: linear-gradient(145deg, #c7f0e8, #ddd7ff); }
.art-two { background: linear-gradient(145deg, #ffd6e7, #e3d7ff); }
.art-three { background: linear-gradient(145deg, #ffebb8, #beeae3); }
.journal-body { padding: 1.5rem; }
.journal-body p { margin: 0 0 .45rem; color: #9479d9; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journal-body h3 { font-size: 1.05rem; line-height: 1.35; }

.download-section { padding: 2rem 0 7rem; }
.download-card { position: relative; overflow: hidden; min-height: 500px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding: 4.5rem 5rem; border-radius: 2.7rem; color: white; background: linear-gradient(135deg, #4b3cbd, #743bc9 48%, #a443cd); box-shadow: 0 35px 80px rgba(83,55,165,.28); }
.download-copy { position: relative; z-index: 3; }
.download-copy > p { margin: 0 0 .7rem; color: #dcd5ff; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.download-copy h2 { font-size: clamp(2.35rem, 4.5vw, 4.1rem); }
.download-copy h2 span { background-image: linear-gradient(90deg, #ffe293, #fff, #aaf3e8); }
.download-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.store-badge { display: flex; align-items: center; gap: .7rem; min-width: 180px; padding: .7rem 1rem; border-radius: .9rem; background: #11192c; box-shadow: 0 10px 28px rgba(20,12,65,.25); transition: transform .2s; }
.store-badge:hover { transform: translateY(-3px); }
.store-badge svg { width: 27px; height: 27px; fill: white; }
.store-badge span { display: grid; line-height: 1.05; }
.store-badge small { color: #b8becc; font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; }
.store-badge b { margin-top: .15rem; color: white; font-size: 1rem; }
.download-phone { position: relative; z-index: 2; width: 250px; height: 480px; justify-self: center; margin-bottom: -9rem; padding: 12px; border: 2px solid rgba(255,255,255,.7); border-radius: 2.7rem; background: #11182b; box-shadow: 0 30px 70px rgba(23,13,73,.4); transform: rotate(5deg); }
.phone-speaker { position: absolute; z-index: 2; left: 50%; top: 19px; width: 70px; height: 8px; transform: translateX(-50%); border-radius: 10px; background: #161c2d; }
.phone-screen { height: 100%; display: flex; flex-direction: column; align-items: center; padding: 4.5rem 1.2rem 1.4rem; border-radius: 2rem; color: var(--ink); background: linear-gradient(180deg, #faf7ff, #eefcff); }
.phone-screen img { width: 130px; }
.phone-screen span { margin-top: 4rem; color: #6d639c; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.phone-screen b { width: 100%; margin-top: 1rem; padding: 1rem; border-radius: 1rem; color: white; background: linear-gradient(135deg, #5b49de, #913fe0); text-align: center; }
.phone-screen i { margin-top: auto; color: #7666c4; font-size: .72rem; font-style: normal; }

.support { background: #f8f9fc; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.support-grid p { max-width: 520px; color: var(--muted); }
.support-cards { display: grid; gap: .9rem; }
.support-cards a { display: flex; align-items: center; gap: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1.2rem; background: white; transition: transform .2s, border-color .2s, box-shadow .2s; }
.support-cards a:hover { transform: translateX(5px); border-color: #d4cafa; box-shadow: 0 14px 35px rgba(61,46,125,.09); }
.support-cards a > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: .9rem; color: var(--indigo); background: #f0ecff; font-weight: 800; }
.support-cards small, .support-cards b { display: block; }
.support-cards small { color: #8b93a4; font-size: .74rem; }
.support-cards b { font-size: .94rem; }

.site-footer { padding: 5rem 0 1.5rem; background: #11192c; color: #b9c0d0; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 3rem; }
.footer-brand img { width: min(205px, 100%); height: auto; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { max-width: 290px; color: #929bad; font-size: .9rem; }
.footer-grid h3 { margin-bottom: 1rem; color: white; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .7rem; }
.footer-grid a { font-size: .86rem; }
.footer-grid a:hover, .footer-bottom a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); color: #778195; font-size: .75rem; }
.footer-bottom div { display: flex; gap: 1.3rem; }

/* Interior pages */
.subpage-hero { position: relative; overflow: hidden; min-height: 720px; padding-top: 86px; background: linear-gradient(180deg, #f8f4ff 0%, #f4f7ff 56%, #fff 100%); }
.subpage-hero.compact { min-height: 660px; }
.subpage-hero-grid { position: relative; z-index: 2; min-height: 630px; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; padding-block: 5rem; }
.subpage-hero-copy h1 { font-size: clamp(2.8rem, 5vw, 4.65rem); }
.subpage-hero-copy > p { max-width: 610px; margin: 1.5rem 0 0; color: #59647a; font-size: 1.08rem; line-height: 1.8; }
.subpage-hero-image { overflow: hidden; margin: 0; aspect-ratio: 3 / 2; border: 1px solid rgba(89,72,220,.12); border-radius: 2.2rem; background: #ece9fb; box-shadow: 0 32px 80px rgba(69,51,150,.2); }
.subpage-hero-image img { width: 100%; height: 100%; object-fit: cover; }

.page-content { background: #fff; }
.content-stack { max-width: 940px; display: grid; gap: 1.2rem; }
.content-panel { display: grid; grid-template-columns: 72px 1fr; gap: 1.6rem; padding: 2.2rem; border: 1px solid var(--line); border-radius: 1.7rem; background: linear-gradient(145deg, #fff, #fbfaff); box-shadow: 0 10px 34px rgba(49,39,102,.045); }
.panel-number { padding-top: .25rem; color: #9d88dd; font-family: var(--display); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.content-panel h2 { font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
.content-panel p { margin: .8rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.feature-list { display: grid; gap: .65rem; margin: 1.3rem 0 0; padding: 0; list-style: none; color: #4f5a71; }
.feature-list li { position: relative; padding-left: 1.7rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

.page-cta { padding-top: 0; }
.page-cta-card { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 3.6rem 4rem; border-radius: 2.3rem; color: white; background: linear-gradient(135deg, #4537ae, #743bc9 54%, #9f45cc); box-shadow: 0 30px 70px rgba(74,49,155,.25); }
.page-cta-card h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.page-cta-card p { max-width: 600px; color: rgba(255,255,255,.78); }
.page-cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: flex-end; }
.button-outline-light { border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.08); }
.button-outline-light:hover { background: rgba(255,255,255,.14); }

.narrow-copy, .prose { max-width: 800px; margin-inline: auto; }
.narrow-copy h2, .prose h2 { font-size: clamp(2.3rem, 4vw, 3.5rem); }
.narrow-copy p, .prose p { color: var(--muted); font-size: 1.05rem; line-height: 1.85; }

.blog-hero { padding: 12rem 0 6rem; background: linear-gradient(180deg, #f8f4ff, #fff); text-align: center; }
.blog-hero .page-shell { display: flex; flex-direction: column; align-items: center; }
.blog-hero h1 { max-width: 850px; font-size: clamp(3rem, 6vw, 5rem); }
.blog-hero p { max-width: 650px; margin: 1.4rem auto 0; color: var(--muted); font-size: 1.08rem; }
.blog-list { padding-top: 2rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.blog-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 1.5rem; background: #fff; transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card-image { overflow: hidden; aspect-ratio: 3 / 2; background: #eeeafa; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.035); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.blog-card-body > p { margin: 0 0 .6rem; color: #8c70d5; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card-body h2 { font-size: 1.18rem; line-height: 1.35; }
.blog-card-body > div { margin: .8rem 0 1.2rem; color: var(--muted); font-size: .88rem; }
.blog-card-body .text-link { margin-top: auto; font-size: .86rem; }

.article-hero { padding: 11rem 0 3.5rem; background: linear-gradient(180deg, #f8f4ff, #fff); text-align: center; }
.article-heading { max-width: 900px; display: flex; flex-direction: column; align-items: center; }
.back-link { margin-bottom: 2.5rem; color: var(--indigo); font-size: .88rem; font-weight: 800; }
.article-heading > p { margin: 0 0 1rem; color: #8a6bd8; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-heading h1 { max-width: 900px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.article-meta { display: flex; align-items: center; gap: .6rem; margin-top: 1.4rem; color: #7a8396; font-size: .86rem; }
.article-image { overflow: hidden; max-width: 1060px; aspect-ratio: 3 / 2; border-radius: 2rem; box-shadow: 0 24px 65px rgba(63,47,137,.16); }
.article-image img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 760px; margin: 5rem auto 7rem; padding-inline: 1.5rem; }
.article-body p, .article-body li { color: #536078; font-size: 1.04rem; line-height: 1.9; }
.article-body h2 { margin: 3rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.45rem); }
.article-body h3 { margin: 2.3rem 0 .8rem; font-size: 1.35rem; }
.article-body a, .legal-copy a { color: var(--indigo); font-weight: 700; text-decoration: underline; text-decoration-color: #c9c0f4; text-underline-offset: .18em; }
.article-body blockquote { margin: 2rem 0; padding: 1.5rem 1.7rem; border-left: 3px solid var(--violet); border-radius: 0 1rem 1rem 0; background: var(--soft); }

.contact-layout, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.contact-card, .review-card { padding: 2rem; border: 1px solid var(--line); border-radius: 1.5rem; background: linear-gradient(145deg, #fff, #faf8ff); }
.contact-card > span, .review-card > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 1rem; color: var(--indigo); background: #eee9ff; font-family: var(--display); font-size: 1.2rem; font-weight: 800; }
.contact-card h2, .review-card h2 { margin-top: 1.3rem; font-size: 1.35rem; }
.contact-card a { display: inline-block; margin-top: .6rem; color: var(--indigo); font-weight: 800; }
.contact-card p, .review-card p { color: var(--muted); }
.review-card { transition: transform .2s, box-shadow .2s; }
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.app-promo { padding: 4rem; border-radius: 2.2rem; color: white; background: linear-gradient(135deg, #4435ae, #763dcc 58%, #9b43ce); }
.app-promo h2 { font-size: clamp(2.35rem, 4vw, 3.7rem); }
.app-promo p { max-width: 620px; color: rgba(255,255,255,.78); }
.app-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 2rem; }
.app-link { display: grid; gap: .25rem; padding: 1.2rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; background: rgba(255,255,255,.1); transition: transform .2s, background .2s; }
.app-link:hover { transform: translateY(-3px); background: rgba(255,255,255,.16); }
.app-link span { color: rgba(255,255,255,.7); font-size: .8rem; }

.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.photo-grid figure { overflow: hidden; margin: 0; aspect-ratio: 3 / 2; border-radius: 1.5rem; background: #eeeafa; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.photo-grid figure:hover img { transform: scale(1.025); }

.legal-copy { max-width: 800px; margin-inline: auto; }
.legal-copy h2 { margin: 3rem 0 .8rem; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.legal-copy h3 { margin: 2rem 0 .6rem; font-size: 1.25rem; }
.legal-copy p, .legal-copy li { color: #536078; line-height: 1.85; }
.legal-copy li { margin-bottom: .45rem; }

.not-found { min-height: 75vh; display: grid; place-items: center; padding: 11rem 0 6rem; background: linear-gradient(180deg, #f8f4ff, #fff); text-align: center; }
.not-found .page-shell { display: flex; flex-direction: column; align-items: center; }
.not-found h1 { font-size: clamp(3rem, 7vw, 6rem); }
.not-found p { margin-bottom: 2rem; color: var(--muted); font-size: 1.1rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay, .reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal-delay-3 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .desktop-nav, .nav-phone { display: none; }
  .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 1px solid #dedbed; border-radius: .8rem; background: rgba(255,255,255,.8); }
  .menu-button span:not(.sr-only) { width: 18px; height: 2px; border-radius: 2px; background: #343f58; }
  .mobile-menu { position: absolute; inset: 76px 1.5rem auto; display: grid; padding: .7rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: .8rem .9rem; border-radius: .65rem; color: #4a546c; font-weight: 700; }
  .mobile-menu a:hover { background: #f6f3ff; color: var(--indigo); }
  .hero-grid { grid-template-columns: 1fr; gap: 4rem; padding-top: 4rem; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { margin: 0 auto; }
  .rewards-grid, .about-grid, .support-grid { grid-template-columns: 1fr; gap: 4rem; }
  .rewards-copy { text-align: center; }
  .check-list { width: fit-content; margin-inline: auto; text-align: left; }
  .press-shell { align-items: flex-start; flex-direction: column; }
  .download-card { grid-template-columns: 1fr; padding: 4rem 2.5rem 0; text-align: center; }
  .download-actions { justify-content: center; }
  .download-phone { margin-top: 3rem; margin-bottom: -6rem; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
  .subpage-hero-grid { grid-template-columns: 1fr; gap: 3rem; padding-block: 4rem 6rem; text-align: center; }
  .subpage-hero-copy { display: flex; flex-direction: column; align-items: center; }
  .subpage-hero-image { width: min(760px, 100%); justify-self: center; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .page-cta-card { align-items: flex-start; flex-direction: column; padding: 3rem; }
  .page-cta-actions { justify-content: flex-start; }
  .contact-layout, .review-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .page-shell, .nav-shell { width: min(100% - 2rem, 1160px); }
  .nav-shell { height: 74px; }
  .brand img { width: 142px; }
  .nav-actions .button { display: none; }
  .hero { padding-top: 74px; }
  .hero-grid { min-height: auto; padding-block: 4.5rem 8rem; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-lede { font-size: 1.04rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1; }
  .hero-proof { justify-content: center; gap: .65rem 1rem; }
  .booking-card { left: -.4rem; top: 1rem; }
  .points-card { right: -.4rem; bottom: 1rem; }
  .service-strip-inner { justify-content: flex-start; overflow: auto; white-space: nowrap; }
  .service-strip-inner::-webkit-scrollbar { display: none; }
  .section { padding: 5rem 0; }
  .service-grid, .benefit-grid, .steps, .journal-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .rewards-grid { gap: 2rem; }
  .rewards-visual { min-height: 360px; }
  .reward-wheel { width: min(270px, 75vw); }
  .pill-one { left: -1%; }
  .pill-two { right: -1%; }
  .step:not(:last-child)::after { display: none; }
  .step + .step { margin-top: 1rem; }
  .press-links { gap: 1rem 1.8rem; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .download-section { padding-top: 0; }
  .download-card { min-height: 650px; padding: 3.5rem 1.25rem 0; border-radius: 2rem; }
  .download-copy h2 { font-size: 2.45rem; }
  .download-actions { flex-direction: column; align-items: stretch; }
  .store-badge { justify-content: center; }
  .download-phone { width: 220px; height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .subpage-hero, .subpage-hero.compact { min-height: auto; padding-top: 74px; }
  .subpage-hero-grid { min-height: auto; padding-block: 4rem; }
  .subpage-hero-copy h1 { font-size: clamp(2.5rem, 12vw, 3.75rem); }
  .subpage-hero-copy > p { font-size: 1rem; }
  .subpage-hero-image { border-radius: 1.5rem; }
  .content-panel { grid-template-columns: 1fr; gap: .6rem; padding: 1.5rem; }
  .page-cta { padding-inline: 0; }
  .page-cta-card { width: min(100% - 2rem, 1160px); min-height: 0; padding: 2.3rem 1.4rem; border-radius: 1.7rem; }
  .page-cta-actions { width: 100%; flex-direction: column; }
  .page-cta-actions .button { width: 100%; }
  .blog-hero { padding: 9rem 0 4rem; }
  .blog-grid, .contact-layout, .review-grid, .app-link-grid, .photo-grid { grid-template-columns: 1fr; }
  .article-hero { padding: 9rem 0 2.5rem; }
  .article-image { width: calc(100% - 2rem); border-radius: 1.4rem; }
  .article-body { margin-block: 3.5rem 5rem; padding-inline: 1.25rem; }
  .app-promo { padding: 2.2rem 1.4rem; border-radius: 1.7rem; }
}

@media (max-width: 450px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .floating-card { transform: scale(.88); }
  .booking-card { transform-origin: left top; }
  .points-card { transform-origin: right bottom; }
  .service-strip { display: none; }
  .hero-grid { padding-bottom: 5rem; }
  .reward-pill { font-size: .68rem; }
  .benefit-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom div { flex-direction: column; gap: .7rem; }
}
