:root {
  color-scheme: light;
  --plum: #4b1f5e;
  --plum-deep: #2a0c35;
  --plum-soft: #f2e7f5;
  --coral: #ff6b5e;
  --cream: #fff9f4;
  --surface: #ffffff;
  --ink: #211b24;
  --muted: #736976;
  --emerald: #18a875;
  --line: #eadfe8;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(75,31,94,.08); background: rgba(255,249,244,.88); backdrop-filter: blur(22px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: 150px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 800; }
.nav-links a { text-decoration: none; }
.nav-links > a:not(.nav-cta) { color: #574c59; }
.nav-cta { padding: 12px 19px; border-radius: 999px; color: #fff; background: var(--plum); box-shadow: 0 10px 24px rgba(75,31,94,.17); }

.hero { position: relative; overflow: hidden; padding: 88px 0 96px; background: linear-gradient(140deg, #fffaf6 0%, #fff7f1 48%, #f8ebf4 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .4; pointer-events: none; background-image: radial-gradient(rgba(75,31,94,.13) .7px, transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(to right, transparent 0%, #000 75%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-orb-one { width: 480px; height: 480px; top: -270px; right: -90px; background: rgba(255,107,94,.18); }
.hero-orb-two { width: 390px; height: 390px; left: -250px; bottom: -220px; background: rgba(75,31,94,.1); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); align-items: center; gap: 78px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid rgba(75,31,94,.1); border-radius: 999px; color: var(--plum); background: rgba(255,255,255,.72); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(75,31,94,.06); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,107,94,.14); }
h1 { margin: 22px 0; font-size: clamp(55px, 6.9vw, 88px); line-height: .94; letter-spacing: -.067em; }
h1 em { color: var(--plum); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.58; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; min-height: 54px; padding: 0 23px; align-items: center; justify-content: center; gap: 16px; border-radius: 17px; text-decoration: none; font-weight: 900; }
.button-primary { color: #fff; background: var(--plum); box-shadow: 0 18px 34px rgba(75,31,94,.22); }
.button-primary span { font-size: 20px; }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.82); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #625865; font-size: 12px; font-weight: 750; }
.hero-points b { display: inline-grid; width: 18px; height: 18px; margin-right: 4px; place-items: center; border-radius: 50%; color: #fff; background: var(--emerald); font-size: 10px; }

.app-stage { position: relative; min-height: 660px; display: grid; place-items: center; }
.stage-glow { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, rgba(255,107,94,.27), rgba(75,31,94,.09) 58%, transparent 72%); }
.phone-shell { position: relative; z-index: 3; width: 342px; height: 670px; padding: 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 55px; background: #171119; box-shadow: 0 44px 80px rgba(49,16,63,.3), inset 0 0 0 2px #3f3541; transform: rotate(2.5deg); }
.phone-island { position: absolute; z-index: 10; top: 18px; left: 50%; width: 102px; height: 26px; border-radius: 999px; background: #171119; transform: translateX(-50%); }
.phone-screen { position: relative; height: 100%; overflow: hidden; padding: 40px 18px 20px; border-radius: 46px; background: var(--cream); }
.app-topbar { display: flex; align-items: center; justify-content: space-between; }
.app-topbar img { width: 102px; }
.bell { color: var(--plum); font-size: 23px; transform: rotate(180deg); }
.app-greeting { margin: 22px 0 13px; color: var(--ink); font-size: 20px; font-weight: 900; letter-spacing: -.03em; }
.app-greeting span { color: var(--coral); }
.wallet-card { display: grid; grid-template-columns: repeat(3, 1fr); padding: 13px 7px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 9px 22px rgba(75,31,94,.06); }
.wallet-card > div { display: grid; grid-template-columns: auto auto; justify-content: center; column-gap: 5px; }
.wallet-card > div + div { border-left: 1px solid var(--line); }
.wallet-card strong { font-size: 15px; }
.wallet-card small { grid-column: 2; color: var(--muted); font-size: 8px; }
.pzp-coin, .gem, .ticket { grid-row: 1 / 3; align-self: center; color: var(--plum); font-size: 12px; font-weight: 900; }
.pzp-coin { width: 21px; height: 21px; display: grid; place-items: center; border: 2px solid var(--plum); border-radius: 50%; font-size: 9px; }
.gem { color: #7441d8; }
.ticket { color: var(--coral); }
.daily-card { position: relative; margin-top: 15px; padding: 16px; border: 1px solid #e1c7e7; border-radius: 22px; background: #fff; box-shadow: 0 10px 23px rgba(75,31,94,.06); }
.daily-card small { color: var(--plum); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.daily-card b { display: block; margin-top: 3px; font-size: 16px; }
.day-pill { position: absolute; top: 0; right: 0; padding: 15px 17px; border-radius: 0 21px 0 20px; color: #fff; background: var(--plum); font-size: 12px; font-weight: 900; }
.streak-dots { display: flex; justify-content: space-between; margin: 22px 0 12px; }
.streak-dots i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--plum); font-size: 10px; font-style: normal; font-weight: 900; }
.streak-dots .current { border: 4px solid #dcb8e5; }
.streak-dots .future { color: #a69ca8; background: #f1edf1; }
.daily-card button { width: 100%; height: 35px; border: 0; border-radius: 11px; color: #fff; background: var(--plum); font-weight: 900; }
.quick-title { display: flex; justify-content: space-between; margin: 18px 3px 10px; font-size: 12px; }
.quick-title span { color: var(--plum); font-weight: 800; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.quick-card { min-height: 76px; display: flex; align-items: center; gap: 7px; padding: 9px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.quick-card img { width: 49px; height: 49px; object-fit: contain; }
.quick-card span { min-width: 0; }
.quick-card b, .quick-card small { display: block; }
.quick-card b { font-size: 11px; }
.quick-card small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.app-tabs { position: absolute; right: 12px; bottom: 13px; left: 12px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px; border: 1px solid rgba(75,31,94,.08); border-radius: 22px; background: rgba(255,255,255,.91); box-shadow: 0 10px 25px rgba(75,31,94,.13); backdrop-filter: blur(12px); }
.app-tabs span { min-height: 39px; display: grid; place-items: center; border-radius: 15px; font-size: 14px; }
.app-tabs small { display: block; font-size: 7px; }
.app-tabs .active { color: var(--plum); background: #f0e8ed; }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 20px 42px rgba(49,16,63,.18); backdrop-filter: blur(16px); }
.float-card b, .float-card small { display: block; white-space: nowrap; }
.float-card b { color: var(--plum); font-size: 13px; }
.float-card small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.float-balance { top: 132px; right: -22px; }
.float-league { bottom: 98px; left: -26px; }
.float-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--plum); font-weight: 900; }
.league-gem { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #7e4de3, var(--plum)); }

.choice-strip { padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.choice-grid > div { min-height: 112px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 12px; padding: 20px 28px; }
.choice-grid > div + div { border-left: 1px solid var(--line); }
.choice-grid span { grid-row: 1 / 3; align-self: center; color: var(--coral); font-size: 13px; font-weight: 900; }
.choice-grid b { color: var(--plum); font-size: 18px; }
.choice-grid small { color: var(--muted); font-size: 11px; }

.section { padding: 106px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading > p { max-width: 470px; margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.section-kicker { color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-kicker.light { color: #ffafa6; }
.section h2, .empire-section h2 { margin: 10px 0 0; font-size: clamp(40px, 5.5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.earn-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 45px; }
.earn-card { position: relative; min-height: 310px; overflow: hidden; padding: 35px; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: 0 16px 36px rgba(75,31,94,.06); }
.earn-card-large { grid-column: 1 / 3; min-height: 370px; }
.earn-card-wide { grid-column: 1 / 3; min-height: 295px; }
.earn-card img { position: absolute; right: -20px; bottom: -45px; width: 265px; height: 265px; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(75,31,94,.15)); }
.earn-card-large img { right: 35px; bottom: -60px; width: 430px; height: 430px; }
.earn-card-wide img { right: 12px; bottom: -115px; width: 390px; height: 390px; }
.earn-copy { position: relative; z-index: 2; max-width: 57%; }
.earn-card-large .earn-copy { max-width: 52%; padding-top: 15px; }
.card-kicker { color: var(--plum); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.earn-card h3 { margin: 9px 0 10px; font-size: clamp(28px, 3.2vw, 41px); line-height: 1.04; letter-spacing: -.04em; }
.earn-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.card-link { display: inline-block; margin-top: 25px; color: var(--plum); font-size: 13px; font-weight: 900; }
.card-link b { color: var(--coral); }
.survey-card { background: linear-gradient(135deg, #fff 40%, #ecfafd); }
.offer-card { background: linear-gradient(145deg, #fff 35%, #fff2e5); }
.quiz-card { background: linear-gradient(145deg, #fff 35%, #f2ebff); }
.play-card { background: linear-gradient(120deg, #fff 30%, #f9edf8); }

.empire-section { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: linear-gradient(140deg, var(--plum-deep), var(--plum) 58%, #78347f); }
.empire-section::before { content: ""; position: absolute; width: 520px; height: 520px; top: -330px; left: -150px; border-radius: 50%; background: rgba(255,107,94,.22); }
.empire-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; }
.empire-copy h2 { max-width: 470px; }
.empire-copy > p { max-width: 500px; margin: 22px 0 0; color: #eadcec; font-size: 18px; line-height: 1.65; }
.empire-stats { display: flex; gap: 13px; margin-top: 35px; }
.empire-stats div { min-width: 165px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.08); }
.empire-stats strong, .empire-stats span { display: block; }
.empire-stats strong { font-size: 23px; }
.empire-stats span { margin-top: 4px; color: #decde3; font-size: 11px; }
.city-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.city-stage > img { position: relative; z-index: 2; width: min(680px, 110%); filter: drop-shadow(0 42px 45px rgba(19,5,25,.36)); }
.city-halo { position: absolute; width: 640px; height: 500px; border-radius: 50%; background: rgba(255,255,255,.1); filter: blur(35px); }
.city-label { position: absolute; z-index: 4; min-width: 112px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 15px; color: var(--plum); background: rgba(255,255,255,.92); box-shadow: 0 14px 28px rgba(24,6,31,.22); text-align: center; font-size: 12px; font-weight: 900; backdrop-filter: blur(10px); }
.city-label small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 600; }
.label-surveys { top: 18%; left: 7%; }
.label-offers { top: 20%; right: 5%; }
.label-rewards { bottom: 18%; left: 8%; }

.rewards-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }
.vault-visual { position: relative; min-height: 525px; display: grid; place-items: center; border-radius: 42px; background: radial-gradient(circle at 50% 40%, #f2d9ed, #f8efea 65%, transparent 66%); }
.vault-card { width: min(400px, 88%); padding: 32px; border: 1px solid #e0cde2; border-radius: 34px; color: #fff; background: linear-gradient(150deg, #2d0d38, var(--plum) 58%, #75327d); box-shadow: 0 35px 65px rgba(75,31,94,.25); transform: rotate(-2deg); }
.vault-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--coral); font-size: 25px; }
.vault-card > small { display: block; margin-top: 24px; color: #dbc9e0; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.vault-card h3 { margin: 7px 0 24px; font-size: 32px; line-height: 1.05; letter-spacing: -.04em; }
.reward-ticket { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px; border-radius: 18px; color: var(--ink); background: #fff; }
.reward-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: #171717; font: 700 28px Georgia, serif; }
.reward-ticket span b, .reward-ticket span small { display: block; }
.reward-ticket span b { font-size: 13px; }
.reward-ticket span small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.reward-ticket > strong { color: var(--plum); font-size: 25px; }
.vault-lock { margin-top: 15px; padding: 11px 14px; border-radius: 14px; color: #e7d9ea; background: rgba(255,255,255,.1); font-size: 11px; font-weight: 750; }
.rewards-copy h2 { margin: 10px 0 21px; font-size: clamp(40px, 5.5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.rewards-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.check-list { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #504653; font-weight: 750; }
.check-list span { width: 25px; height: 25px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--emerald); font-size: 12px; }

.site-footer { padding: 54px 0 38px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.footer-brand img { width: 134px; }
.footer-brand p { max-width: 430px; color: var(--muted); line-height: 1.5; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 22px; }
.footer-links a { color: var(--plum); font-size: 13px; font-weight: 850; text-decoration: none; }
.copyright { margin-top: 34px; color: var(--muted); font-size: 12px; }

.legal-hero { padding: 58px 0 32px; }
.legal-hero h1 { margin-bottom: 12px; font-size: clamp(40px, 6vw, 66px); }
.legal-hero p { color: var(--muted); font-size: 17px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 42px; align-items: start; padding-bottom: 80px; }
.legal-nav { position: sticky; top: 108px; display: grid; gap: 8px; }
.legal-nav a { padding: 13px 15px; border-radius: 14px; color: var(--muted); text-decoration: none; font-weight: 800; }
.legal-nav a.active { color: #fff; background: var(--plum); }
.legal-card { padding: clamp(25px, 5vw, 50px); border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 18px 38px rgba(75,31,94,.06); }
.legal-card h1 { margin: 0 0 22px; font-size: clamp(34px, 5vw, 48px); letter-spacing: -.04em; }
.legal-card h2 { margin: 34px 0 11px; font-size: 23px; letter-spacing: -.02em; }
.legal-card p, .legal-card li { color: #4e4551; font-size: 15.5px; line-height: 1.72; }
.legal-card li + li { margin-top: 7px; }
.legal-card a { color: var(--plum); font-weight: 750; }

.active-link { color: var(--plum) !important; }
.security-hero { position: relative; overflow: hidden; padding: 100px 0 112px; color: #fff; background: linear-gradient(135deg, #260b32 0%, var(--plum) 58%, #713079 100%); }
.security-hero::after { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.7) .65px, transparent .65px); background-size: 24px 24px; mask-image: linear-gradient(to right, #000, transparent 64%); }
.security-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.security-orb-one { width: 510px; height: 510px; top: -310px; right: -80px; background: rgba(255,107,94,.32); }
.security-orb-two { width: 380px; height: 380px; right: 23%; bottom: -300px; background: rgba(255,255,255,.08); }
.security-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.security-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #ffb4ad; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.security-eyebrow span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--emerald); font-size: 11px; }
.security-hero h1 { margin: 24px 0; font-size: clamp(56px, 7vw, 90px); }
.security-hero h1 em { color: #ff8e83; }
.security-hero-copy > p { max-width: 660px; margin: 0; color: #eaddeb; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.62; }
.security-audience { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.security-audience span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e7d9e9; background: rgba(255,255,255,.07); font-size: 10px; font-weight: 800; }
.security-shield { position: relative; min-height: 500px; display: grid; place-items: center; }
.shield-core { position: relative; z-index: 5; width: 205px; height: 230px; display: grid; place-items: center; align-content: center; clip-path: polygon(50% 0, 91% 16%, 86% 70%, 50% 100%, 14% 70%, 9% 16%); color: var(--plum); background: linear-gradient(145deg, #fff, #f6eaf7); filter: drop-shadow(0 34px 35px rgba(10,2,14,.34)); }
.shield-core span { font-size: 70px; font-weight: 950; line-height: .9; }
.shield-core b { margin-top: 12px; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.shield-layer { position: absolute; z-index: 3; padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: #fff; background: rgba(255,255,255,.11); box-shadow: 0 14px 30px rgba(15,3,20,.17); font-size: 11px; font-weight: 850; backdrop-filter: blur(15px); }
.layer-one { top: 15%; left: 0; }
.layer-two { top: 33%; right: 0; }
.layer-three { right: 11%; bottom: 15%; }
.security-principles { border-bottom: 1px solid var(--line); background: #fff; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles-grid > div { min-height: 128px; display: flex; align-items: center; gap: 17px; padding: 26px 34px; }
.principles-grid > div + div { border-left: 1px solid var(--line); }
.principles-grid strong { color: var(--coral); font-size: 13px; }
.principles-grid span, .principles-grid b, .principles-grid small { display: block; }
.principles-grid b { color: var(--plum); font-size: 17px; }
.principles-grid small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.security-heading h2 { max-width: 710px; }
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 48px; }
.control-card { position: relative; min-height: 330px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 15px 34px rgba(75,31,94,.055); }
.control-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -70px; bottom: -70px; border-radius: 50%; background: var(--plum-soft); }
.control-plum { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--plum-deep), var(--plum)); }
.control-dark { color: #fff; border-color: transparent; background: #271d2a; }
.control-number { position: absolute; top: 27px; right: 28px; color: #b4a8b6; font-size: 11px; font-weight: 900; }
.control-plum .control-number, .control-dark .control-number { color: rgba(255,255,255,.5); }
.control-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--plum); font-size: 23px; font-weight: 900; }
.coral-icon { background: var(--coral); }
.emerald-icon { background: var(--emerald); }
.control-plum .control-icon { color: var(--plum); background: #fff; }
.control-card h3 { position: relative; z-index: 2; margin: 27px 0 13px; font-size: 24px; line-height: 1.08; letter-spacing: -.035em; }
.control-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.control-plum p, .control-dark p { color: #ddcfe0; }
.partner-section { padding: 104px 0; color: #fff; background: linear-gradient(130deg, #291034, var(--plum) 60%, #6b2d73); }
.partner-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.partner-copy h2 { margin: 12px 0 20px; font-size: clamp(42px, 5vw, 65px); line-height: .98; letter-spacing: -.055em; }
.partner-copy p { margin: 0; color: #dfd1e2; font-size: 17px; line-height: 1.65; }
.partner-button { margin-top: 29px; color: var(--plum); background: #fff; }
.partner-flow { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.partner-flow li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.075); }
.partner-flow li > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: var(--plum); background: #fff; font-size: 12px; font-weight: 900; }
.partner-flow b, .partner-flow small { display: block; }
.partner-flow b { font-size: 14px; }
.partner-flow small { margin-top: 4px; color: #d6c7d9; font-size: 11px; line-height: 1.4; }
.security-disclosure { padding: 88px 0; }
.disclosure-card { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 23px; padding: 38px 42px; border: 1px solid #e0cce3; border-radius: 30px; background: #fff; box-shadow: 0 16px 40px rgba(75,31,94,.07); }
.disclosure-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--plum); font: 900 21px Georgia, serif; }
.disclosure-card h2 { margin: 0 0 10px; font-size: 28px; letter-spacing: -.035em; }
.disclosure-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.disclosure-card a { color: var(--plum); font-weight: 850; }

.invite-page { min-height: 100vh; background: radial-gradient(circle at 80% -10%, #ffe0db 0, transparent 38%), linear-gradient(145deg, #fffdfb, var(--cream) 48%, #f7eaf4); }
.invite-shell { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 36px 20px; }
.invite-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.invite-glow-coral { width: 340px; height: 340px; top: -190px; right: -100px; background: rgba(255,107,94,.16); }
.invite-glow-plum { width: 420px; height: 420px; bottom: -290px; left: -180px; background: rgba(75,31,94,.12); }
.invite-card { position: relative; z-index: 2; width: min(620px, 100%); padding: clamp(28px, 7vw, 58px); border: 1px solid rgba(75,31,94,.11); border-radius: 40px; background: rgba(255,255,255,.9); box-shadow: 0 32px 80px rgba(75,31,94,.14); backdrop-filter: blur(18px); text-align: center; }
.invite-logo { width: 164px; height: auto; }
.invite-mark { width: 64px; height: 64px; display: grid; margin: 31px auto 19px; place-items: center; border-radius: 21px; color: #fff; background: linear-gradient(145deg, var(--coral), #ff897e); box-shadow: 0 16px 30px rgba(255,107,94,.25); font-size: 28px; }
.invite-eyebrow { color: var(--plum); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.invite-card h1 { margin: 16px auto; max-width: 510px; font-size: clamp(37px, 7vw, 58px); line-height: .98; letter-spacing: -.055em; }
.invite-card > p { margin: 0 auto; max-width: 490px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.invite-code-wrap { display: grid; gap: 5px; margin: 30px 0 24px; padding: 19px; border: 1px solid #e4d3e7; border-radius: 22px; background: #faf3fa; }
.invite-code-wrap span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.invite-code-wrap strong { color: var(--plum); font-size: 26px; letter-spacing: .09em; }
.invite-code-wrap small { color: var(--muted); font-size: 11px; }
.invite-actions { display: grid; gap: 11px; }
.invite-actions .button { width: 100%; }
.invite-fallback { margin-top: 22px !important; font-size: 12px !important; }
.invite-fallback a { color: var(--plum); font-weight: 900; }

@media (hover: hover) {
  .button, .nav-cta, .earn-card { transition: transform .22s ease, box-shadow .22s ease; }
  .button:hover, .nav-cta:hover { transform: translateY(-2px); }
  .earn-card:hover { transform: translateY(-4px); box-shadow: 0 24px 46px rgba(75,31,94,.1); }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .actions, .hero-points { justify-content: center; }
  .app-stage { margin-top: -15px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .empire-grid, .rewards-grid { grid-template-columns: 1fr; }
  .security-hero-grid, .partner-grid { grid-template-columns: 1fr; }
  .security-hero-copy { text-align: center; }
  .security-hero-copy > p { margin-inline: auto; }
  .security-audience { justify-content: center; }
  .security-shield { min-height: 420px; }
  .control-grid { grid-template-columns: repeat(2, 1fr); }
  .empire-copy { text-align: center; }
  .empire-copy h2, .empire-copy > p { margin-inline: auto; }
  .empire-stats { justify-content: center; }
  .city-stage { min-height: 560px; }
  .rewards-copy { order: -1; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 620px); }
  .nav { min-height: 68px; }
  .brand img { width: 128px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 15px; font-size: 12px; }
  .hero { padding: 58px 0 75px; }
  h1 { font-size: clamp(49px, 14vw, 68px); }
  .app-stage { min-height: 610px; transform: scale(.88); margin: -30px -28px -48px; }
  .float-balance { right: 0; }
  .float-league { left: 0; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .choice-grid > div { min-height: 92px; padding: 16px; }
  .choice-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .choice-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .earn-grid { grid-template-columns: 1fr; }
  .earn-card, .earn-card-large, .earn-card-wide { grid-column: auto; min-height: 340px; padding: 27px; }
  .earn-copy, .earn-card-large .earn-copy { max-width: 100%; }
  .earn-card img, .earn-card-large img, .earn-card-wide img { right: -28px; bottom: -80px; width: 250px; height: 250px; opacity: .84; }
  .empire-section { padding: 80px 0 60px; }
  .empire-stats { flex-direction: column; }
  .city-stage { min-height: 440px; margin-inline: -40px; }
  .city-label { display: none; }
  .vault-visual { min-height: 470px; }
  .security-hero { padding: 70px 0 80px; }
  .security-shield { min-height: 370px; margin-inline: -12px; }
  .shield-core { width: 165px; height: 185px; }
  .shield-core span { font-size: 54px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid > div { min-height: 94px; padding: 20px; }
  .principles-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .control-grid { grid-template-columns: 1fr; }
  .control-card { min-height: 300px; }
  .disclosure-card { grid-template-columns: 1fr; padding: 29px; }
  .footer-grid { flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; grid-template-columns: repeat(3, 1fr); }
  .legal-nav a { padding: 11px 8px; text-align: center; font-size: 12px; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone-shell { animation: phone-float 6s ease-in-out infinite; }
  .float-balance { animation: card-float 5s ease-in-out infinite; }
  .float-league { animation: card-float 5s 1.2s ease-in-out infinite; }
  @keyframes phone-float { 0%, 100% { transform: rotate(2.5deg) translateY(0); } 50% { transform: rotate(1.5deg) translateY(-10px); } }
  @keyframes card-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
}
