*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--green:#00C16A;--green-dark:#00994D;--bg:#fafafa;--text:#1a1a1a;--text-secondary:#4a4a4a;--charcoal:#1e1e1e;--device-frame:#2a2a2a;--white-border:rgba(255,255,255,0.35);--frost:rgba(255,255,255,0.18)}html,body{height:100vh;height:100dvh;overflow:hidden;font-family:'Inter',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column}header{flex-shrink:0;padding:clamp(12px,2vh,20px) clamp(16px,3vw,32px);z-index:10}header img{height:clamp(28px,4vh,38px);width:auto;display:block}main{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:clamp(8px,1.5vh,16px) clamp(16px,3vw,32px)}.hero{display:flex;align-items:center;justify-content:space-between;gap:clamp(20px,4vw,56px);width:100%;max-width:1100px;height:100%}.hero-text{flex:1;min-width:0;max-width:540px;display:flex;flex-direction:column;gap:clamp(10px,1.8vh,18px)}h1{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:700;line-height:1.15;color:var(--charcoal);letter-spacing:-0.02em}.hero-subtitle{font-size:clamp(0.95rem,1.6vw,1.15rem);font-weight:400;line-height:1.5;color:var(--text-secondary);max-width:460px}.bullet-list{list-style:none;display:flex;flex-direction:column;gap:clamp(6px,1vh,10px)}.bullet-list li{display:flex;align-items:flex-start;gap:10px;font-size:clamp(0.85rem,1.3vw,0.98rem);font-weight:400;color:var(--text-secondary);line-height:1.4}.bullet-check{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:1px}.bullet-check svg{width:16px;height:16px}.cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:clamp(4px,0.8vh,8px)}.cta{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-weight:700;font-size:clamp(0.95rem,1.5vw,1.08rem);text-decoration:none;border-radius:999px;padding:clamp(14px,2vh,18px) clamp(28px,4vw,40px);border:1px solid #fff;cursor:pointer;transition:transform .18s ease,box-shadow .25s ease,background .25s ease;box-shadow:0 2px 12px rgba(0,193,106,0.25);min-height:48px;min-width:48px;letter-spacing:.01em;user-select:none;-webkit-tap-highlight-color:transparent;outline-offset:3px;position:relative;z-index:2}.cta:hover{background:var(--green-dark);box-shadow:0 6px 28px rgba(0,153,77,0.4),0 0 0 18px rgba(0,193,106,0.06);transform:translateY(-1px)}.cta:active{transform:scale(0.95);transition:transform .08s ease}.cta:focus-visible{outline:3px solid var(--green);outline-offset:4px;box-shadow:0 6px 28px rgba(0,153,77,0.45)}.badge{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green);background:rgba(0,193,106,0.08);border:1px solid rgba(0,193,106,0.25);border-radius:999px;padding:8px 16px;transition:background .3s ease,border-color .3s ease,transform .2s ease;cursor:default;white-space:nowrap}.badge:hover{background:rgba(0,193,106,0.16);border-color:rgba(0,193,106,0.5);transform:translateY(-1px)}.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.75)}}.device-wrapper{flex-shrink:0;position:relative;perspective:900px;display:flex;align-items:center;justify-content:center}.device-mockup{width:clamp(200px,28vw,320px);aspect-ratio:9/16;max-height:min(58vh,560px);background:var(--device-frame);border-radius:28px;padding:clamp(6px,1vw,10px);position:relative;box-shadow:0 20px 50px rgba(0,0,0,0.18),0 0 0 1px rgba(255,255,255,0.08),inset 0 0 0 3px rgba(255,255,255,0.06);transition:transform .15s ease-out;will-change:transform}.device-mockup::before{content:'';position:absolute;inset:-4px;border-radius:32px;background:linear-gradient(135deg,rgba(255,255,255,0.22),rgba(255,255,255,0.04),rgba(255,255,255,0.16));z-index:-1;pointer-events:none;filter:blur(6px);opacity:.7}.device-mockup::after{content:'';position:absolute;inset:-2px;border-radius:30px;border:1.5px solid var(--frost);z-index:5;pointer-events:none;box-shadow:inset 0 0 30px rgba(255,255,255,0.04)}.device-notch{position:absolute;top:clamp(8px,1.5vh,14px);left:50%;transform:translateX(-50%);width:clamp(60px,10vw,100px);height:clamp(4px,0.7vh,7px);background:#1a1a1a;border-radius:99px;z-index:3}.device-screen{position:relative;width:100%;height:100%;background:#0d0d0d;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.grid-container{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.grid-h,.grid-v{position:absolute;background:rgba(0,193,106,0.18);border-radius:1px}.grid-h{width:100%;height:1px;left:0}.grid-v{height:100%;width:1px;top:0}.grid-h:nth-child(1){top:15%;animation:gridFadeH 3.5s ease-in-out infinite;animation-delay:0s}.grid-h:nth-child(2){top:30%;animation:gridFadeH 3.5s ease-in-out infinite;animation-delay:.2s}.grid-h:nth-child(3){top:45%;animation:gridFadeH 3.5s ease-in-out infinite;animation-delay:.4s}.grid-h:nth-child(4){top:55%;animation:gridFadeH 3.5s ease-in-out infinite;animation-delay:.6s}.grid-h:nth-child(5){top:70%;animation:gridFadeH 3.5s ease-in-out infinite;animation-delay:.8s}.grid-h:nth-child(6){top:85%;animation:gridFadeH 3.5s ease-in-out infinite;animation-delay:1s}.grid-v:nth-child(7){left:18%;animation:gridFadeV 3.5s ease-in-out infinite;animation-delay:.1s}.grid-v:nth-child(8){left:34%;animation:gridFadeV 3.5s ease-in-out infinite;animation-delay:.3s}.grid-v:nth-child(9){left:50%;animation:gridFadeV 3.5s ease-in-out infinite;animation-delay:.5s}.grid-v:nth-child(10){left:66%;animation:gridFadeV 3.5s ease-in-out infinite;animation-delay:.7s}.grid-v:nth-child(11){left:82%;animation:gridFadeV 3.5s ease-in-out infinite;animation-delay:.9s}@keyframes gridFadeH{0%,100%{opacity:.06}30%{opacity:.55}60%{opacity:.12}}@keyframes gridFadeV{0%,100%{opacity:.05}35%{opacity:.5}65%{opacity:.1}}.shield-icon-wrap{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;animation:shield-float 4s ease-in-out infinite}.shield-icon-wrap svg{width:clamp(40px,7vw,72px);height:clamp(48px,8.5vw,86px);filter:drop-shadow(0 0 18px rgba(0,193,106,0.5))}@keyframes shield-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.shield-glow{position:absolute;width:clamp(60px,10vw,110px);height:clamp(60px,10vw,110px);border-radius:50%;background:radial-gradient(circle,rgba(0,193,106,0.25),transparent 70%);animation:glow-breathe 3s ease-in-out infinite;pointer-events:none}@keyframes glow-breathe{0%,100%{transform:scale(0.9);opacity:.5}50%{transform:scale(1.25);opacity:.9}}footer{flex-shrink:0;text-align:center;padding:clamp(8px,1.5vh,14px) 16px;font-size:.75rem;color:#999;letter-spacing:.04em;font-weight:400}footer span{font-variant:small-caps;letter-spacing:.08em}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.device-mockup{transition:none!important}.badge-dot{animation:none;opacity:1}}@media(max-width:768px){.hero{flex-direction:column;justify-content:center;gap:clamp(14px,2.5vh,24px);text-align:left;align-items:flex-start}.hero-text{align-items:flex-start;max-width:100%;gap:clamp(8px,1.4vh,14px)}.hero-subtitle{max-width:100%}.device-mockup{width:clamp(150px,38vw,220px);max-height:min(32vh,360px);border-radius:20px}.device-mockup::before{border-radius:24px}.device-mockup::after{border-radius:22px}.device-screen{border-radius:14px}.device-notch{top:6px;width:50px;height:4px}.cta-row{flex-direction:column;align-items:flex-start;gap:10px;width:100%}.cta{width:100%;text-align:center;justify-content:center}.badge{align-self:flex-start}h1{font-size:clamp(1.35rem,5vw,1.8rem)}}@media(max-width:380px){.device-mockup{width:130px;max-height:28vh;border-radius:16px}.device-screen{border-radius:10px}.device-notch{width:36px;height:3px;top:5px}h1{font-size:1.2rem}.hero-subtitle{font-size:.85rem}.bullet-list li{font-size:.78rem}}