/* Shopping-first campaign layer */
.hero-shop{min-height:920px;height:auto;background:linear-gradient(125deg,#2fbecb 0%,#cf5b8c 52%,#c87894 100%);color:#fff;padding:125px clamp(24px,5vw,92px) 120px;display:grid;grid-template-columns:minmax(520px,.9fr) minmax(560px,1.1fr);gap:32px;align-items:center}
.hero-shop:before,.hero-shop:after{content:"";position:absolute;border-radius:50%;background:#58a9ff;opacity:.35}.hero-shop:before{width:420px;height:420px;right:-230px;top:-220px}.hero-shop:after{width:360px;height:360px;left:-220px;bottom:-220px;background:#9358ff}.hero-shop .hero-copy{position:relative;left:auto;top:auto;transform:none;width:auto;z-index:5}.hero-shop .eyebrow{color:#fff;margin-bottom:25px}.hero-shop .eyebrow i{background:#fff;box-shadow:0 0 0 6px rgba(255,255,255,.12)}.hero-shop h1{font-size:clamp(68px,6.3vw,112px);line-height:.88}.hero-shop h1 em{color:#fff;background:none}.hero-shop .hero-lead{color:rgba(255,255,255,.82);max-width:610px;font-size:18px;margin:25px 0 20px}.shopping-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.shopping-tags span{padding:8px 11px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);border-radius:99px;font-size:10px;font-weight:700}.role-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;max-width:690px}.role-actions a{min-height:82px;padding:15px 14px;background:#fff;color:var(--ink);border-radius:17px;display:grid;grid-template-columns:1fr auto;align-content:center;transition:.2s;box-shadow:0 10px 30px rgba(8,17,47,.12)}.role-actions a:hover{transform:translateY(-4px)}.role-actions small{grid-column:1/-1;font-size:7px;letter-spacing:1.3px;color:#727b94;font-weight:800}.role-actions b{font-size:11px;margin-top:5px}.role-actions i{grid-row:2;font-style:normal;color:var(--purple);font-weight:800}.hero-shop .trust-line{align-items:center;color:rgba(255,255,255,.75);margin-top:18px;font-size:9px}.hero-shop .trust-line a{font-size:11px;color:#fff;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:3px}.hero-shop .trust-line span:before{color:#a8ffc9}.hero-visual{height:650px;position:relative;z-index:3;border-radius:44px;overflow:hidden;background:#fff0f6;box-shadow:0 40px 80px rgba(9,12,55,.3)}.hero-visual .hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:64% center}.hero-visual:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);border-radius:inherit;pointer-events:none}.hero-visual .phone-stage{display:block;width:190px;right:24px;top:70px;z-index:4}.shop-callout{position:absolute;z-index:5;left:35px;bottom:35px;padding:14px 18px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-radius:16px;color:var(--ink);display:flex;align-items:center;gap:12px;box-shadow:0 15px 35px rgba(15,24,66,.18)}.shop-callout>i{font-style:normal;color:#0aae6f;font-size:12px}.shop-callout span{display:flex;flex-direction:column}.shop-callout small{font-size:7px;letter-spacing:1.2px;color:#6e7891}.shop-callout b{font-size:11px;margin-top:2px}.hero-market{position:absolute;z-index:5;left:clamp(24px,5vw,92px);right:clamp(24px,5vw,92px);bottom:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.22);display:flex;justify-content:space-between;font-size:10px;letter-spacing:.4px}.hero-market span{color:rgba(255,255,255,.7)}.hero-shop~.people{padding-top:105px}.investment{background:#34241f;color:#fff}.investment-head{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:end}.investment-head .eyebrow{grid-column:1/-1;margin-bottom:0}.investment h2{font-size:clamp(48px,5.2vw,88px);line-height:.96}.investment-head>p:last-child{color:#9ba5c1;font-size:16px;line-height:1.75}.flywheel{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto;gap:18px;align-items:center;margin:70px 0 55px}.flywheel article{min-height:205px;padding:28px;border:1px solid #303b61;border-radius:24px;background:#111d43}.flywheel article b{font-size:9px;color:#7784aa}.flywheel h3{font-size:25px;margin:42px 0 8px}.flywheel p{margin:0;color:#919bb8;font-size:12px;line-height:1.6}.flywheel>i{font-style:normal;color:#6e7b9d;font-size:20px}.investment-base{border-top:1px solid #2a3557;padding-top:30px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:28px;align-items:center}.investment-base div{display:flex;flex-direction:column;gap:7px}.investment-base span{font-size:8px;letter-spacing:1.5px;color:#65718f}.investment-base div b{font-size:11px;line-height:1.5}.investment-base>a{padding:15px 18px;background:linear-gradient(100deg,#2fbecb,#c87894);border-radius:99px;font-size:10px;font-weight:800;white-space:nowrap}
@media(max-width:1100px){.hero-shop{grid-template-columns:1fr;padding-top:120px}.hero-shop .hero-copy{max-width:850px}.hero-visual{height:580px}.hero-market{position:relative;grid-column:1/-1;left:auto;right:auto;bottom:auto}.investment-head{grid-template-columns:1fr}.flywheel{grid-template-columns:1fr}.flywheel>i{transform:rotate(90deg);justify-self:center}.investment-base{grid-template-columns:1fr 1fr}.investment-base>a{justify-self:start}}
@media(max-width:600px){.hero-shop{padding:105px 20px 45px;min-height:0;gap:28px}.hero-shop h1{font-size:53px}.hero-shop .hero-lead{font-size:14px}.role-actions{grid-template-columns:1fr}.role-actions a{min-height:62px}.hero-visual{height:390px;border-radius:28px}.hero-visual .hero-art{height:100%;top:0;object-position:63% center}.hero-visual .phone-stage{display:none}.shop-callout{left:14px;bottom:14px}.hero-market{flex-direction:column;gap:6px}.hero-shop .trust-line span:last-child{display:none}.investment-head{display:block}.investment-head .eyebrow{margin-bottom:25px}.flywheel{margin:45px 0}.investment-base{grid-template-columns:1fr}.investment-base>a{white-space:normal}.site-header{color:#fff}.site-header .brand img{filter:brightness(0) invert(1)}.site-header .brand b{color:#c9b8ff}.site-header .menu-button span{background:#fff}}
