*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--cyan:#00d4f0;--cyan-bright:#00e8ff;--green:#00e878;--graphite:#3a3d42;--graphite-light:#5c6066;--silver:#d4d6d9;--silver-light:#e8eaed;--white:#fafbfc;--bg-start:#fdfeff;--bg-end:#f0f2f5;--card-bg:#fff;--divider:#e2e4e8;--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 14px rgba(0,0,0,.08);--shadow-lg:0 8px 28px rgba(0,0,0,.12);--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--font:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif}html,body{height:100%;overflow:hidden}body{font-family:var(--font);font-weight:400;background:linear-gradient(170deg,var(--bg-start) 0,var(--bg-end) 60%,#eef0f4 100%);color:var(--graphite);display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.hex-layer{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.hex{position:absolute;width:140px;height:160px;opacity:.03;transition:transform .4s cubic-bezier(.25,.1,.25,1);will-change:transform}.hex::before{content:'';display:block;width:100%;height:100%;background:var(--graphite);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.hex:nth-child(1){top:8%;left:5%;width:110px;height:126px}.hex:nth-child(2){top:18%;right:8%;width:150px;height:172px}.hex:nth-child(3){bottom:15%;left:10%;width:130px;height:149px}.hex:nth-child(4){bottom:10%;right:6%;width:100px;height:115px}.hex:nth-child(5){top:45%;left:50%;width:90px;height:103px;opacity:.025}.hex:nth-child(6){top:55%;right:25%;width:120px;height:137px;opacity:.022}.main-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(16px,3vw,32px);max-width:680px;width:100%;gap:clamp(8px,1.5vh,14px)}.logo-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:clamp(2px,.4vh,6px)}.logo-wrap img{height:clamp(32px,5vh,44px);width:auto;display:block}.tag-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:clamp(2px,.3vh,4px)}.tag{font-size:clamp(10px,1.5vw,12px);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--graphite-light);background:var(--card-bg);border:1px solid var(--divider);padding:5px 12px;border-radius:20px;white-space:nowrap;box-shadow:var(--shadow-sm)}.tag.accent{color:#009db5;border-color:rgba(0,212,240,.3);background:rgba(0,212,240,.04)}h1{font-size:clamp(22px,4.2vw,36px);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--graphite);max-width:560px;margin-bottom:clamp(1px,.2vh,2px)}h1 span.highlight{color:#009db5;position:relative}.subtitle{font-size:clamp(13px,1.8vw,16px);font-weight:400;color:var(--graphite-light);letter-spacing:.02em;margin-bottom:clamp(4px,.8vh,8px)}.subtitle em{font-style:normal;font-weight:700;color:#2a2d31}.cta-wrap{position:relative;display:inline-block;width:100%;max-width:520px;margin-bottom:clamp(6px,1vh,10px)}.cta-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:clamp(52px,7vh,64px);background:var(--cyan);color:#0a1c20;font-family:var(--font);font-weight:700;font-size:clamp(16px,2.6vw,20px);letter-spacing:-.01em;border:1px solid var(--silver);border-radius:var(--radius-lg);cursor:pointer;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,180,200,.18),0 1px 3px rgba(0,0,0,.05);transition:box-shadow .1s ease,background .1s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;outline:none}.cta-btn:focus-visible{outline:3px solid #009db5;outline-offset:3px;box-shadow:0 0 0 6px rgba(0,180,200,.12)}.cta-btn .shield-icon{width:22px;height:26px;opacity:0;transform:translateY(2px);transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.cta-btn .shield-icon svg{display:block;width:100%;height:100%}.cta-btn .btn-text{position:relative;z-index:1}@media(hover:hover){.cta-btn:hover{box-shadow:0 4px 16px rgba(0,180,200,.28),0 2px 6px rgba(0,0,0,.08);background:var(--cyan-bright);transform:translateY(-1px)}.cta-btn:hover .shield-icon{opacity:1;transform:translateY(0)}}@media(hover:none),(pointer:coarse){.cta-btn:active{box-shadow:0 4px 16px rgba(0,180,200,.28),0 2px 6px rgba(0,0,0,.08);background:var(--cyan-bright);transform:scale(.98);transition:transform .08s ease}.cta-btn:active .shield-icon{opacity:1;transform:translateY(0)}}.signal-wave{display:flex;align-items:center;justify-content:center;gap:5px;height:22px;margin-bottom:clamp(2px,.4vh,4px)}.signal-arc{width:clamp(16px,3vw,24px);height:3px;border-radius:50%;border:1.5px solid var(--green);border-top-color:transparent;border-left-color:transparent;opacity:.7;animation:pulse-wave 2.2s ease-in-out infinite}.signal-arc:nth-child(1){animation-delay:0s}.signal-arc:nth-child(2){animation-delay:.18s;width:clamp(19px,3.6vw,28px)}.signal-arc:nth-child(3){animation-delay:.36s;width:clamp(22px,4.2vw,32px)}.signal-arc:nth-child(4){animation-delay:.54s;width:clamp(25px,4.8vw,36px)}.signal-arc:nth-child(5){animation-delay:.72s;width:clamp(28px,5.4vw,40px)}@keyframes pulse-wave{0%,100%{opacity:.35;transform:scaleY(.6)}40%{opacity:.9;transform:scaleY(1.3)}70%{opacity:.55;transform:scaleY(.85)}}.features-row{display:flex;gap:clamp(8px,1.5vw,14px);flex-wrap:wrap;justify-content:center;margin-bottom:clamp(4px,.6vh,6px)}.feature-card{background:var(--card-bg);border:1px solid var(--divider);border-radius:var(--radius-md);padding:clamp(8px,1.2vw,12px) clamp(10px,1.6vw,16px);text-align:center;box-shadow:var(--shadow-sm);min-width:clamp(80px,14vw,120px);transition:box-shadow .25s ease,transform .25s ease}@media(hover:hover){.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}}.feature-card .fc-icon{font-size:clamp(18px,2.5vw,24px);margin-bottom:3px;display:block}.feature-card .fc-label{font-size:clamp(10px,1.3vw,12px);font-weight:700;color:var(--graphite);letter-spacing:.02em;white-space:nowrap}.feature-card .fc-sub{font-size:clamp(9px,1.1vw,10px);color:var(--graphite-light);margin-top:1px}.signal-meter-wrap{display:flex;align-items:center;gap:8px;padding:6px 14px;background:var(--card-bg);border:1px solid var(--divider);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);cursor:default;transition:box-shadow .25s ease}@media(hover:hover){.signal-meter-wrap:hover{box-shadow:var(--shadow-md)}.signal-meter-wrap:hover .sig-bar:nth-child(1){height:10px}.signal-meter-wrap:hover .sig-bar:nth-child(2){height:16px}.signal-meter-wrap:hover .sig-bar:nth-child(3){height:23px}.signal-meter-wrap:hover .sig-bar:nth-child(4){height:30px}}.sig-bars{display:flex;align-items:flex-end;gap:3px;height:32px}.sig-bar{width:5px;border-radius:3px;background:var(--green);transition:height .3s cubic-bezier(.34,1.56,.64,1)}.sig-bar:nth-child(1){height:7px}.sig-bar:nth-child(2){height:13px}.sig-bar:nth-child(3){height:20px}.sig-bar:nth-child(4){height:27px}.sig-label{font-size:10px;font-weight:700;color:var(--graphite-light);letter-spacing:.05em;text-transform:uppercase}.dashed-line{width:clamp(40px,8vw,80px);height:0;border-top:1px dashed var(--silver);opacity:.7;flex-shrink:0}.bottom-row{display:flex;align-items:center;gap:clamp(6px,1vw,12px);flex-wrap:wrap;justify-content:center;margin-top:clamp(2px,.3vh,3px)}.footer-note{font-size:clamp(9px,1.1vw,10px);color:var(--graphite-light);letter-spacing:.03em;opacity:.7}@media(prefers-reduced-motion:reduce){.signal-arc{animation:none;opacity:.55}.hex{transition:none}.cta-btn,.cta-btn .shield-icon,.feature-card,.sig-bar,.signal-meter-wrap{transition:none}.cta-btn:hover,.cta-btn:active{transform:none;box-shadow:0 2px 8px rgba(0,180,200,.18),0 1px 3px rgba(0,0,0,.05);background:var(--cyan)}.cta-btn:hover .shield-icon,.cta-btn:active .shield-icon{opacity:0}}@media(max-width:480px){.feature-card{min-width:70px;padding:7px 9px}.feature-card .fc-label{font-size:10px}.feature-card .fc-sub{font-size:8px}.tag{font-size:9px;padding:4px 9px}.signal-meter-wrap{padding:4px 10px}.sig-bars{height:26px;gap:2px}.sig-bar{width:4px}.sig-bar:nth-child(1){height:5px}.sig-bar:nth-child(2){height:10px}.sig-bar:nth-child(3){height:16px}.sig-bar:nth-child(4){height:22px}@media(hover:hover){.signal-meter-wrap:hover .sig-bar:nth-child(1){height:7px}.signal-meter-wrap:hover .sig-bar:nth-child(2){height:13px}.signal-meter-wrap:hover .sig-bar:nth-child(3){height:20px}.signal-meter-wrap:hover .sig-bar:nth-child(4){height:27px}}.dashed-line{width:30px}}@media(max-width:360px){.features-row{gap:5px}.feature-card{padding:6px 7px;min-width:60px;border-radius:10px}.feature-card .fc-label{font-size:9px}.tag-row{gap:5px}.tag{padding:3px 7px;font-size:8px;letter-spacing:.02em}}