*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{height:100dvh;height:100vh;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI',Roboto,sans-serif;background:#F7F7F5;color:#0D0D0D;height:100dvh;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:720px;height:100dvh;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:clamp(16px,3vh,28px) clamp(16px,4vw,40px);gap:clamp(6px,1.5vh,14px)}header{display:flex;align-items:center;justify-content:space-between;width:100%;flex-shrink:0;padding:0 4px}.logo-wrap{display:flex;align-items:center;gap:6px}.logo-wrap img{height:clamp(28px,5vh,38px);width:auto;display:block}.uptime{display:inline-flex;align-items:center;gap:7px;font-size:clamp(11px,1.6vw,13px);font-weight:500;color:#555;letter-spacing:-0.01em;background:#fff;padding:6px 12px;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,0.06);white-space:nowrap}.uptime-dot{width:8px;height:8px;border-radius:50%;background:#34C759;display:inline-block;flex-shrink:0;animation:pulse-dot 2.4s ease-in-out infinite}@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(52,199,89,0.5)}50%{box-shadow:0 0 0 7px rgba(52,199,89,0)}}.hero{text-align:center;flex-shrink:0;padding:0 4px}.hero h1{font-size:clamp(24px,5.5vw,40px);font-weight:700;letter-spacing:-0.03em;line-height:1.1;color:#0D0D0D;margin-bottom:clamp(6px,1.2vh,10px)}.hero .subtitle{font-size:clamp(13px,2.2vw,16px);font-weight:400;color:#555;letter-spacing:-0.01em;line-height:1.4;max-width:440px;margin:0 auto}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(8px,1.6vw,14px);width:100%;flex-shrink:0;max-width:640px}@media(max-width:600px){.features{grid-template-columns:1fr;gap:8px;max-width:340px}}.feature-card{background:#fff;border-radius:20px;padding:clamp(12px,2.2vh,18px) clamp(12px,3vw,16px);box-shadow:0 2px 10px rgba(0,0,0,0.04),0 1px 3px rgba(0,0,0,0.03);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:clamp(4px,0.8vh,7px);position:relative;overflow:hidden;cursor:default;border:1px solid rgba(0,0,0,0.04)}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#00C2FF;border-radius:0 0 2px 2px;opacity:.85}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.04)}@media(hover:hover){.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.04)}}.feature-label{font-size:clamp(11px,1.7vw,13px);font-weight:700;color:#0D0D0D;letter-spacing:-0.02em;line-height:1.2}.feature-preview{font-size:clamp(10px,1.5vw,12px);font-weight:400;color:#666;letter-spacing:-0.01em;line-height:1.3}.free-badge{display:inline-block;font-size:clamp(9px,1.3vw,10px);font-weight:700;color:#00C2FF;background:rgba(0,194,255,0.08);padding:3px 8px;border-radius:10px;letter-spacing:.01em;align-self:flex-start;white-space:nowrap}.cta-wrapper{flex-shrink:0;width:100%;display:flex;justify-content:center;padding:0 4px}.cta-button{display:inline-flex;align-items:center;justify-content:center;background:#00C2FF;color:#fff;font-weight:700;font-size:clamp(15px,2.6vw,18px);letter-spacing:-0.02em;text-decoration:none;border-radius:26px;padding:clamp(13px,2.4vh,17px) clamp(28px,6vw,44px);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 4px 16px rgba(0,194,255,0.3),0 1px 4px rgba(0,0,0,0.06);outline:none;border:none;cursor:pointer;white-space:nowrap;text-align:center}.cta-button:hover{transform:scale(1.03);box-shadow:0 6px 22px rgba(0,194,255,0.4),0 2px 6px rgba(0,0,0,0.08);background:#00b0e8}.cta-button:focus-visible{outline:3px solid rgba(0,194,255,0.6);outline-offset:3px}.cta-button:active{transform:scale(0.97)}.security-note{flex-shrink:0;font-size:clamp(10px,1.5vw,12px);color:#888;letter-spacing:-0.01em;text-align:center;padding:0 8px;line-height:1.5}.tooltip{position:relative;display:inline;border-bottom:1.5px dotted #999;cursor:help;color:#555;font-weight:500}.tooltip-card{position:absolute;bottom:calc(100%+10px);left:50%;transform:translateX(-50%);background:#fff;color:#333;font-size:11px;font-weight:400;letter-spacing:0;line-height:1.45;padding:10px 14px;border-radius:14px;box-shadow:0 8px 28px rgba(0,0,0,0.14),0 2px 8px rgba(0,0,0,0.06);white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;z-index:100;text-align:center;min-width:180px;border:1px solid rgba(0,0,0,0.06)}.tooltip-card::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#fff}.tooltip:hover .tooltip-card,.tooltip:focus-within .tooltip-card{opacity:1;visibility:visible}.tooltip:active .tooltip-card{opacity:1;visibility:visible}@media(max-width:600px){.tooltip-card{min-width:150px;font-size:10px;padding:8px 11px;border-radius:10px;bottom:calc(100%+8px)}}footer{flex-shrink:0;text-align:center;padding:0;width:100%}footer span{font-size:clamp(10px,1.4vw,11px);color:#aaa;letter-spacing:-0.01em}