:root{--gold: #c9a84c;--gold-light: #e8c872;--gold-dark: #9a7830;--gold-glow: rgba(201, 168, 76, .25);--black: #0a0a0a;--black-soft: #111111;--black-card: #161616;--black-border: rgba(201, 168, 76, .12);--white: #f5f0e8;--white-muted: rgba(245, 240, 232, .6);--white-dim: rgba(245, 240, 232, .35);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Outfit", system-ui, sans-serif;--radius: 16px;--radius-sm: 10px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip;width:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--black);color:var(--white);line-height:1.6;overflow-x:clip;width:100%;max-width:100%;min-height:100%;-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none;cursor:default}input,textarea,.privacy-checkbox,.privacy-checkbox span{user-select:text;-webkit-user-select:text;cursor:text}.privacy-checkbox,.privacy-checkbox input[type=checkbox],a,button,.btn{cursor:pointer}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.glow{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.glow-1{width:600px;height:600px;background:var(--gold-glow);top:-200px;right:-100px}.glow-2{width:400px;height:400px;background:#c9a84c14;bottom:20%;left:-100px}.container{max-width:1140px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:50px;font-family:var(--font-sans);font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));color:var(--black);box-shadow:0 4px 24px var(--gold-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c9a84c66}.btn-ghost{background:transparent;color:var(--white);border:1px solid var(--black-border)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold-light)}.btn-sm{padding:10px 20px;font-size:.875rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#0a0a0ab3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--black-border);transition:var(--transition)}.nav.scrolled{padding:12px 32px;background:#0a0a0aeb}.nav-logo{display:flex;align-items:center;gap:12px;font-weight:600;font-size:1rem}.nav-logo img{width:36px;height:36px;border-radius:8px}.nav-links{display:flex;gap:32px}.nav-links a{font-size:.9rem;color:var(--white-muted);transition:color var(--transition)}.nav-links a:hover{color:var(--gold-light)}.nav-cta{margin-left:16px;flex-shrink:0}.hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:120px 0 80px}.hero-content{position:static;z-index:2;width:100%;max-width:620px;padding:0 32px;margin-left:max(32px,calc((100vw - 1280px)/2 + 32px))}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#c9a84c14;border:1px solid var(--black-border);border-radius:50px;font-size:.85rem;color:var(--gold-light);margin-bottom:24px}.badge-dot{width:8px;height:8px;background:var(--gold);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero h1,.hero-title{font-family:var(--font-serif);font-size:clamp(2.8rem,5vw,4.2rem);font-weight:700;line-height:1.1;margin-bottom:24px;position:relative;isolation:isolate}.hero-title-spotlight{position:fixed;width:52px;height:52px;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%) scale(.88);z-index:3;border:1.5px solid rgba(201,168,76,.5);background:radial-gradient(circle,rgba(201,168,76,.06) 0%,transparent 65%);box-shadow:0 0 0 1px #c9a84c14,0 0 22px #c9a84c1f;opacity:0;transition:opacity .45s ease,transform .45s cubic-bezier(.22,1,.36,1);will-change:left,top}.hero-title.is-active .hero-title-spotlight{opacity:1;transform:translate(-50%,-50%) scale(1)}.hero-title-stack{position:relative}.hero-title-base{position:relative;z-index:1}.hero-title-lit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;clip-path:circle(var(--spot-r, 0px) at var(--spot-x, -999px) var(--spot-y, -999px))}.hero-line{display:block}.hero-line--interactive{position:relative;cursor:default;user-select:none;-webkit-user-select:none}.hero-char{display:inline-block;opacity:0;animation:heroCharIn .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--char-i, 0) * .04s + .15s)}.hero-char--space{width:.28em}.hero-title-base .hero-line:not(.hero-accent) .hero-char{color:var(--white)}.hero-title-lit .hero-line:not(.hero-accent) .hero-char{color:var(--gold-light);text-shadow:0 0 18px rgba(201,168,76,.45)}@keyframes heroCharIn{0%{opacity:0;transform:translateY(22px) rotateX(40deg);filter:blur(4px)}to{opacity:1;transform:translateY(0) rotateX(0);filter:blur(0)}}.hero-accent{background:none;-webkit-text-fill-color:unset}.hero-title-base .hero-accent .hero-char{background:linear-gradient(120deg,var(--gold-light) 0%,var(--gold) 45%,var(--gold-light) 90%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:heroCharIn .65s cubic-bezier(.22,1,.36,1) forwards,heroGoldFlow 6s ease infinite;animation-delay:calc(var(--char-i, 0) * .04s + .15s),0s}.hero-title-lit .hero-accent .hero-char{background:none;-webkit-text-fill-color:#fff8ec;color:#fff8ec;animation:heroCharIn .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--char-i, 0) * .04s + .15s);filter:drop-shadow(0 0 10px rgba(255,248,236,.35))}@keyframes heroGoldFlow{0%,to{background-position:0% center}50%{background-position:100% center}}@media(prefers-reduced-motion:reduce){.hero-title-spotlight,.hero-title-lit{display:none}.hero-char{opacity:1;animation:none}.hero-title-base .hero-accent .hero-char{background-size:100% auto}}.hero-desc{max-width:520px;margin-bottom:36px;display:flex;flex-direction:column;gap:14px}.hero-desc-lead{font-size:1.15rem;color:var(--white);line-height:1.6;font-weight:400}.hero-desc-services{display:flex;flex-wrap:wrap;gap:8px;margin:0}.hero-desc-services span{display:inline-flex;align-items:center;padding:6px 14px;font-size:.78rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--gold-light);background:#c9a84c12;border:1px solid rgba(201,168,76,.18);border-radius:50px;transition:var(--transition)}.hero-desc-services span:hover{background:#c9a84c24;border-color:#c9a84c59;transform:translateY(-1px)}.hero-desc-rewards{margin:0;font-family:var(--font-serif);font-size:1.05rem;font-style:italic;line-height:1.55;color:var(--white-muted);padding-left:14px;border-left:2px solid rgba(201,168,76,.45)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{position:absolute;right:0;top:50%;transform:translateY(-50%);width:min(62vw,820px);height:min(92vh,860px);z-index:1;pointer-events:none}.visual-scene{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end;pointer-events:auto}.visual-orb{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}.visual-orb-1{width:380px;height:380px;background:#c9a84c33;top:18%;right:18%;animation:orbDrift 8s ease-in-out infinite}.visual-orb-2{width:280px;height:280px;background:#c9a84c1a;bottom:12%;right:35%;animation:orbDrift 10s ease-in-out infinite reverse}@keyframes orbDrift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(12px,-16px) scale(1.05)}}.hero-hand-wrap{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:flex-end;overflow:visible}.hero-hand-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--black) 0%,rgba(10,10,10,.85) 12%,transparent 38%);z-index:2;pointer-events:none}.hero-hand-lens{position:relative;height:100%;display:inline-block;line-height:0;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.hero-hand{height:100%;width:auto;max-width:none;object-fit:contain;object-position:right center;display:block;margin-right:-2px;filter:drop-shadow(-24px 32px 64px rgba(0,0,0,.55));-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.hero-hand--base{position:relative;z-index:1}.hero-hand-zoom{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;clip-path:circle(var(--lens-r, 0px) at var(--lens-x, -999px) var(--lens-y, -999px))}.hero-hand--zoom{position:absolute;top:0;left:0;height:100%;width:auto;transform:scale(var(--lens-scale, 1.9));transform-origin:var(--lens-x, 50%) var(--lens-y, 50%);will-change:transform;filter:drop-shadow(-24px 32px 64px rgba(0,0,0,.55))}.hero-hand-spotlight{position:absolute;left:var(--lens-x, -999px);top:var(--lens-y, -999px);width:calc(var(--lens-r, 46px) * 2);height:calc(var(--lens-r, 46px) * 2);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:3;border:1.5px solid rgba(201,168,76,.5);background:radial-gradient(circle,rgba(201,168,76,.05) 0%,transparent 65%);box-shadow:0 0 22px #c9a84c1f;opacity:0;transition:opacity .4s ease}.hero-hand-lens.is-active .hero-hand-spotlight{opacity:1}@media(prefers-reduced-motion:reduce){.hero-hand-zoom,.hero-hand-spotlight{display:none}}.section{position:relative;z-index:1;padding:100px 0}.section-header{text-align:center;max-width:640px;margin:0 auto 64px}.section-tag{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.section-header h2{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;margin-bottom:16px}.section-header h2 em{font-style:italic;color:var(--gold-light)}.section-header p{color:var(--white-muted);font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-card{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius);padding:36px;transition:var(--transition)}.feature-card:hover{border-color:#c9a84c4d;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#c9a84c1a;border-radius:12px;margin-bottom:20px;color:var(--gold-light)}.feature-icon svg{width:24px;height:24px}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px}.feature-card p{color:var(--white-muted);font-size:.95rem;line-height:1.7}.how{background:linear-gradient(180deg,transparent,rgba(201,168,76,.03),transparent)}.steps{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:900px;margin:0 auto}.step{flex:1;text-align:center;padding:0 16px}.step-num{font-family:var(--font-serif);font-size:3rem;font-weight:700;color:var(--gold);opacity:.4;margin-bottom:16px}.step-content h3{font-size:1.15rem;font-weight:600;margin-bottom:8px}.step-content p{font-size:.9rem;color:var(--white-muted);line-height:1.6}.step-connector{width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin-top:48px;flex-shrink:0;opacity:.3}.rewards-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.rewards-text h2{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;margin-bottom:20px}.rewards-text h2 em{font-style:italic;color:var(--gold-light)}.rewards-text>p{color:var(--white-muted);margin-bottom:28px;line-height:1.7}.rewards-list li{display:flex;align-items:center;gap:12px;padding:10px 0;color:var(--white-muted)}.rewards-list .check{color:var(--gold);font-weight:700}.points-card{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius);padding:32px;box-shadow:0 24px 48px #0006}.points-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.points-header span:first-child{color:var(--white-muted);font-size:.9rem}.points-value{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--gold-light)}.points-bar{height:6px;background:#c9a84c26;border-radius:3px;margin-bottom:12px;overflow:hidden}.points-fill{width:83%;height:100%;background:linear-gradient(90deg,var(--gold-dark),var(--gold-light));border-radius:3px;animation:fillBar 2s ease-out}@keyframes fillBar{0%{width:0}to{width:83%}}.points-next{font-size:.85rem;color:var(--white-dim);margin-bottom:24px}.voucher-preview{display:flex;align-items:center;gap:16px;padding:16px;background:#c9a84c0f;border:1px dashed rgba(201,168,76,.3);border-radius:var(--radius-sm)}.voucher-icon{font-size:2rem}.voucher-preview strong{display:block;font-size:.95rem}.voucher-preview span{font-size:.8rem;color:var(--white-dim)}.business-card{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:var(--black-card);border:1px solid var(--black-border);border-radius:24px;padding:56px;overflow:hidden;position:relative}.business-card:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,var(--gold-glow),transparent 70%);pointer-events:none}.business-content h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:16px}.business-content h2 em{font-style:italic;color:var(--gold-light)}.business-content p{color:var(--white-muted);margin-bottom:28px;line-height:1.7}.ad-preview{background:var(--black-soft);border:1px solid var(--black-border);border-radius:var(--radius);padding:20px;position:relative}.ad-badge{position:absolute;top:12px;right:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);background:#c9a84c1f;padding:4px 10px;border-radius:50px}.ad-content{display:flex;align-items:center;gap:16px;margin-bottom:16px}.ad-logo{width:48px;height:48px;background:#c9a84c1a;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.ad-content strong{display:block;font-size:1rem}.ad-content span{font-size:.8rem;color:var(--white-dim)}.ad-cta{text-align:right;font-size:.9rem;color:var(--gold-light);font-weight:500}.notify{padding-bottom:120px}.notify-inner{text-align:center;max-width:520px;margin:0 auto;padding:56px 40px;background:var(--black-card);border:1px solid var(--black-border);border-radius:24px;position:relative;overflow:hidden}.notify-inner:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,var(--gold-glow),transparent 70%);pointer-events:none}.notify-logo{width:72px;height:72px;border-radius:16px;margin:0 auto 24px;position:relative}.notify-inner h2{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:12px;position:relative}.notify-inner>p{color:var(--white-muted);margin-bottom:28px;position:relative;line-height:1.6}.signup-type{display:inline-flex;gap:4px;padding:4px;background:var(--black-soft);border:1px solid var(--black-border);border-radius:50px;margin-bottom:24px;position:relative}.signup-type-btn{padding:10px 24px;border:none;border-radius:50px;background:transparent;color:var(--white-muted);font-family:var(--font-sans);font-size:.9rem;font-weight:500;cursor:pointer;transition:var(--transition)}.signup-type-btn.active{background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));color:var(--black);font-weight:600}.signup-panel{display:none;flex-direction:column;gap:12px;width:100%}.signup-panel.is-active{display:flex}.privacy-checkbox{display:flex;align-items:flex-start;gap:12px;text-align:left;cursor:pointer;position:relative;margin-top:4px}.privacy-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--gold);cursor:pointer}.privacy-checkbox span{font-size:.82rem;color:var(--white-muted);line-height:1.5}.privacy-checkbox a{color:var(--gold-light);text-decoration:underline;text-underline-offset:2px}.privacy-checkbox a:hover{color:var(--gold)}.consent-panel{display:none}.consent-panel.is-active{display:block}.notify-form input:disabled{opacity:.5}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn:disabled:hover{transform:none;box-shadow:none}.notify-form{display:flex;gap:12px;position:relative}.notify-form-stack{flex-direction:column}.notify-form input{flex:1;width:100%;padding:14px 20px;background:var(--black-soft);border:1px solid var(--black-border);border-radius:14px;color:var(--white);font-family:var(--font-sans);font-size:.95rem;outline:none;transition:border-color var(--transition)}.notify-form input:focus{border-color:var(--gold)}.notify-form input::placeholder{color:var(--white-dim)}.notify-form .btn{width:100%}.notify-note{margin-top:12px;font-size:.9rem;min-height:1.4em;position:relative}.notify-note.success{color:var(--gold-light)}.footer{border-top:1px solid var(--black-border);padding:32px 0;position:relative;z-index:1}.footer-inner{display:grid;grid-template-columns:1fr auto auto;align-items:start;gap:24px 32px}.footer-brand-col{display:flex;flex-direction:column;gap:8px}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:.82rem}.footer-legal a{color:var(--white-dim);transition:color var(--transition)}.footer-legal a:hover{color:var(--gold-light)}.footer-legal span{color:#f5f0e833}.footer-copy{font-size:.82rem;color:var(--white-dim);padding-top:20px;margin-top:4px;border-top:1px solid var(--black-border)}.footer-contact{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:16px 20px}.footer-contact-item{font-size:.85rem;color:var(--white-dim);transition:color var(--transition)}.footer-contact-instagram{display:inline-flex;align-items:center;gap:8px}.footer-instagram-icon{width:18px;height:18px;flex-shrink:0;transition:color var(--transition),transform var(--transition)}.footer-contact-instagram:hover .footer-instagram-icon{transform:scale(1.08)}.footer-contact-item:hover{color:var(--gold-light)}.legal-page{position:relative;z-index:1;padding:120px 0 80px}.legal-container{max-width:720px}.legal-updated{font-size:.82rem;color:var(--white-dim);margin-bottom:12px}.legal-page h1{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);margin-bottom:16px}.legal-intro{color:var(--white-muted);margin-bottom:40px;line-height:1.7}.legal-section{margin-bottom:32px}.legal-section h2{font-family:var(--font-serif);font-size:1.35rem;margin-bottom:12px;color:var(--gold-light)}.legal-section p,.legal-section li{color:var(--white-muted);line-height:1.7;margin-bottom:10px}.legal-section ul{padding-left:20px;margin-bottom:12px}.legal-section a{color:var(--gold-light);text-decoration:underline;text-underline-offset:2px}.legal-section a:hover{color:var(--gold)}.legal-back{margin-top:48px}.legal-back a{color:var(--gold-light);font-size:.9rem}.legal-back a:hover{color:var(--gold)}.footer-brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.9rem}.footer-brand img{width:28px;height:28px;border-radius:6px}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.hero{flex-direction:column;align-items:stretch;padding:0;min-height:auto;overflow:hidden;width:100%;max-width:100%}.hero-content{max-width:100%;width:100%;margin:0;text-align:center;padding:calc(96px + env(safe-area-inset-top,0px)) 20px 16px;min-height:100svh;min-height:100dvh;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto auto auto minmax(0,1fr) auto;grid-template-areas:"badge badge" "title title" "lead lead" "rewards rewards" "services visual" "actions actions";align-items:center;column-gap:12px;box-sizing:border-box;overflow:hidden}.hero .badge{grid-area:badge;margin-bottom:14px;justify-self:center}.hero h1,.hero-title{grid-area:title;margin-bottom:0;justify-self:center}.hero-desc{display:contents}.hero-desc-lead{grid-area:lead;margin-top:32px;margin-bottom:12px;max-width:520px;justify-self:center;width:100%;font-family:"Plus Jakarta Sans",var(--font-sans);font-weight:500;font-size:1.06rem;line-height:1.55;letter-spacing:-.025em}.hero-desc-rewards{grid-area:rewards;margin-bottom:0;max-width:520px;justify-self:center;width:100%;padding-left:0;border-left:none;font-size:.92rem}.hero-desc-services{grid-area:services;flex-direction:column;align-items:flex-start;justify-content:center;justify-self:start;align-self:stretch;gap:6px;margin:0;padding:8px 0 8px 4px}.hero-desc-services span{font-size:.66rem;padding:4px 10px;letter-spacing:.06em}.hero-visual{grid-area:visual;position:relative;top:auto;right:auto;transform:none;width:100%;min-width:0;height:100%;min-height:0;max-height:none;margin:0;overflow:hidden;pointer-events:auto;justify-self:stretch;align-self:stretch;background:none}.hero-visual:after,.hero-hand-wrap:before{display:none}.visual-orb{display:none}.hero-visual.hero-visual--mobile-reveal:not(.is-visible){opacity:0;transform:translate(16%)}.hero-visual.hero-visual--mobile-reveal.is-visible{opacity:1;transform:translate(0);transition:opacity .55s ease,transform .75s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.hero-visual.hero-visual--mobile-reveal:not(.is-visible){opacity:1;transform:none}.hero-visual.hero-visual--mobile-reveal.is-visible{transition:none}}.visual-scene,.hero-hand-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}.hero-hand-lens{width:auto;height:100%;max-height:100%;max-width:100%;transform:none;display:block}.hero-hand{width:auto;height:100%;max-height:100%;max-width:100%;margin-right:0;object-fit:contain;object-position:right center;filter:drop-shadow(0 8px 20px rgba(0,0,0,.35))}.hero-hand--zoom{height:100%;width:auto;object-fit:contain;object-position:right center}.hero-actions{grid-area:actions;justify-content:center;flex-wrap:wrap;gap:12px;width:100%;max-width:100%;justify-self:center;align-self:end;padding-top:14px;margin:0}.glow-1{width:min(600px,140vw);height:min(600px,140vw);right:-30vw}.glow-2{width:min(400px,100vw);height:min(400px,100vw);left:-30vw}.section,.footer{width:100%;max-width:100%;overflow-x:clip}.nav{width:100%;max-width:100%;padding-left:20px;padding-right:20px;box-sizing:border-box}.hero-actions .btn{white-space:normal;max-width:100%}.rewards-inner,.business-card{grid-template-columns:1fr;gap:40px}.business-card{padding:40px 32px}}@media(min-width:1025px){.hero{display:flex;align-items:center;min-height:100vh;overflow:hidden;padding:120px 0 80px}.hero-content{display:block;min-height:0;margin:0;margin-left:max(32px,calc((100vw - 1280px)/2 + 32px));padding:0 32px;text-align:left}.hero-desc{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}.hero-desc-rewards{padding-left:14px;border-left:2px solid rgba(201,168,76,.45)}.hero-desc-services{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.hero-visual{position:absolute;right:0;top:50%;transform:translateY(-50%);width:min(62vw,820px);height:min(92vh,860px);pointer-events:none;background:none}.hero-visual:after{display:none}.hero-hand-wrap:before{display:block}.visual-orb{display:block}.hero-actions{justify-content:flex-start;max-width:none;padding-top:0}}@media(max-width:768px){.nav-links{display:none}.nav-cta{display:inline-flex;margin-left:auto}.features-grid{grid-template-columns:1fr}.steps{flex-direction:column;gap:32px}.step-connector{width:2px;height:40px;margin:0 auto}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand-col{align-items:center}.footer-legal,.footer-contact{justify-content:center}}@media(max-width:480px){.nav{padding:12px 20px}.hero-content{padding:calc(92px + env(safe-area-inset-top,0px)) 16px 14px;column-gap:8px}.hero h1,.hero-title{font-size:clamp(2.2rem,9vw,2.8rem)}.hero-desc-lead{font-size:1rem;margin-top:26px}.hero-desc-rewards{font-size:.86rem}.hero-desc-services span{font-size:.6rem;padding:3px 8px}.hero-actions{flex-direction:column;gap:10px;padding-top:12px}.hero-actions .btn{width:100%;justify-content:center}.section{padding:72px 0}.notify-inner{padding:40px 24px}}
