*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{height:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;display:flex;flex-direction:column;font-family:'Inter',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;background:linear-gradient(145deg,#f8fcff 0,#e6f4f0 40%,#d4eaf3 100%);color:#0b2b35;line-height:1.5;overflow-x:hidden;overflow-y:auto;transition:background .3s ease}@media(prefers-reduced-motion:reduce){body{transition:none}}main{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;width:100%}.hero{max-width:720px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.8rem}.logo-block{display:flex;justify-content:center}.logo-block img{width:clamp(56px,10vw,72px);height:auto;filter:drop-shadow(0 12px 18px rgba(9,64,82,0.08));transition:transform .2s ease}@media(prefers-reduced-motion:reduce){.logo-block img{transition:none}}h1{font-size:clamp(2.2rem,7vw,3.6rem);font-weight:700;letter-spacing:-0.02em;line-height:1.15;color:#0a3843;text-wrap:balance;margin:0}strong{color:#0c5e6e}@supports(background-clip:text){.gradient-text{background:linear-gradient(135deg,#0c5e6e,#0d7b8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}p.subhead{font-size:clamp(1.1rem,2.5vw,1.35rem);color:#1f4b56;max-width:560px;margin:0 auto;opacity:.92;text-wrap:pretty}.trust-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem 1.8rem;font-size:.95rem;font-weight:500;color:#1f4b56;margin:.2rem 0 .5rem}.trust-item{display:flex;align-items:center;gap:.4rem;background:rgba(255,255,255,0.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.5rem 1.1rem;border-radius:2.5rem;box-shadow:0 6px 14px rgba(0,0,0,0.02),0 2px 4px rgba(9,64,82,0.05);border:1px solid rgba(255,255,255,0.7);transition:background .2s}@media(prefers-reduced-motion:reduce){.trust-item{transition:none}}.trust-item svg{width:18px;height:18px;flex-shrink:0;color:#0c5e6e}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(115deg,#0b5b6b,#0d7f8f);color:#fff;font-weight:700;font-size:clamp(1.1rem,2.8vw,1.3rem);padding:1rem 2.8rem;border-radius:3rem;text-decoration:none;box-shadow:0 14px 28px rgba(8,76,91,0.25),0 4px 10px rgba(0,0,0,0.08);border:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .2s;outline-offset:4px;letter-spacing:-0.01em;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cta-button:hover{transform:scale(1.03);box-shadow:0 20px 32px rgba(8,76,91,0.3),0 6px 14px rgba(0,0,0,0.1);background:linear-gradient(115deg,#0a5a6a,#0e8596)}.cta-button:active{transform:scale(0.98);box-shadow:0 8px 16px rgba(8,76,91,0.3),0 2px 6px rgba(0,0,0,0.15)}.cta-button:focus-visible{outline:3px solid #0d7b8a;outline-offset:5px;box-shadow:0 0 0 3px rgba(13,123,138,0.3)}@media(prefers-reduced-motion:reduce){.cta-button,.cta-button:hover,.cta-button:active{transition:none;transform:none}}.illustration{width:100%;max-width:480px;margin:.6rem auto 0;background:rgba(255,255,255,0.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:2.8rem;padding:1.2rem 1.2rem .9rem;box-shadow:0 24px 48px -12px rgba(9,64,82,0.12),0 8px 20px rgba(0,0,0,0.05);border:1px solid rgba(255,255,255,0.8)}.browser-mock{background:#f0f4f8;border-radius:1.5rem;padding:.7rem .9rem .5rem;box-shadow:inset 0 1px 4px rgba(0,0,0,0.05)}.browser-dots{display:flex;gap:6px;margin-bottom:.65rem}.dot{width:10px;height:10px;border-radius:50%;background:#cbd5e0}.dot:nth-child(1){background:#f87171}.dot:nth-child(2){background:#fbbf24}.dot:nth-child(3){background:#4ade80}.article-preview{display:flex;flex-direction:column;gap:.5rem;background:#fff;border-radius:1rem;padding:.9rem 1rem;box-shadow:0 4px 10px rgba(0,0,0,0.03)}.line{height:10px;background:#e2e8f0;border-radius:20px;width:100%}.line.short{width:65%}.line.medium{width:80%}.line.xshort{width:35%}.activity-indicator{display:flex;align-items:center;justify-content:center;gap:.45rem;font-size:.9rem;color:#1c525e;background:rgba(255,255,255,0.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.5rem 1.4rem;border-radius:2rem;margin-top:.25rem;box-shadow:0 2px 8px rgba(0,0,0,0.02);border:1px solid rgba(255,255,255,0.7)}.pulse-dot{width:9px;height:9px;background:#0c5e6e;border-radius:50%;animation:softPulse 1.8s infinite ease-in-out}@keyframes softPulse{0%{opacity:.5;transform:scale(0.9)}50%{opacity:1;transform:scale(1.1)}100%{opacity:.5;transform:scale(0.9)}}@media(prefers-reduced-motion:reduce){.pulse-dot{animation:none;opacity:.9}}.progress-strip{display:flex;gap:.5rem;justify-content:center;margin:.4rem 0 0}.step{width:clamp(38px,10vw,52px);height:4px;background:#cbdce2;border-radius:8px;transition:background .25s ease}.step.active{background:#0d7b8a;box-shadow:0 0 8px rgba(13,123,138,0.4)}@media(prefers-reduced-motion:reduce){.step{transition:none}}footer{margin-top:auto;padding:1.2rem 1.5rem;text-align:center;font-size:.9rem;color:#2d5968;background:transparent}footer a{color:#0b5b6b;text-decoration:none;font-weight:500}footer a:hover{text-decoration:underline}@media(max-width:480px){.hero{gap:1.4rem}.trust-row{font-size:.85rem;gap:.8rem}.cta-button{padding:.9rem 2rem;font-size:1.05rem}.illustration{padding:.9rem .9rem .7rem}}@media(min-width:1400px){.hero{max-width:800px}}