:root{--bg:#f7f8fc;--surface:#fff;--surface-muted:#f0f4ff;--text:#1d2433;--text-muted:#52607a;--primary:#1356f5;--primary-strong:#0f47ca;--border:#d9e1f2;--dark:#152137;--radius:16px;--shadow:0 10px 30px #1c377a1a;color:var(--text);background:var(--bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*,:before,:after{box-sizing:border-box}body{color:var(--text);background:var(--bg);margin:0;font-size:16px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}h1,h2,h3,h4{color:#0d1a35;margin:0 0 .75rem;line-height:1.2}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:1.2rem}p,ul,ol{color:var(--text-muted);margin:0 0 1rem}.site{min-height:100vh}.container{width:min(1100px,100% - 2rem);margin:0 auto}.header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff2;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:1rem;min-height:78px;display:flex}.brand img{width:300px;height:auto}.menu{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.nav-link{color:var(--text);border-radius:999px;padding:.55rem 1rem;font-weight:600;text-decoration:none}.nav-link:hover,.nav-link.active{background:var(--surface-muted);color:var(--primary-strong)}.nav-link:focus-visible{background:var(--surface-muted)}.intro{border-bottom:1px solid var(--border);background:linear-gradient(#eff4ff 0%,#eff4ff00 100%)}.intro p{margin:0;padding:.75rem 0;font-size:.95rem}.section{padding:clamp(2.6rem,4vw,4.5rem) 0}.hero{padding-top:clamp(3rem,6vw,6rem)}.hero-grid,.split,.cta-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(1.25rem,4vw,3rem);display:grid}.hero-image,.about-image,.cta-image{border-radius:var(--radius);box-shadow:var(--shadow)}.media{object-fit:contain;background:#fff;border-radius:12px;width:100%;max-height:220px;padding:.75rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:.8rem;font-weight:700}.button{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{background:var(--primary-strong)}.button:active{transform:translateY(1px)}.text-link{color:var(--primary-strong);font-weight:700}.muted{background:#f1f5ff}.dark{background:var(--dark)}.dark h3,.dark p{color:#e6eeff}.cards,.posts,.stats{gap:1rem;display:grid}.cards,.stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.posts{grid-template-columns:1fr 1fr}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.price{color:var(--primary);font-size:1.15rem;font-weight:800}.center-text{text-align:center;margin-top:1.1rem}.check-list{padding:0;list-style:none}.check-list li{margin-bottom:.65rem;padding-left:1.6rem;position:relative}.check-list li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;top:0;left:0}.testimonial{text-align:center;max-width:720px;margin:0 auto}.testimonial blockquote{color:#213050;margin:1rem 0;font-size:1.1rem;font-style:italic}.testimonial-avatar{object-fit:contain;background:#fff;border-radius:12px;width:auto;max-width:180px;max-height:96px;margin:0 auto;padding:.35rem}.testimonial-author{margin-bottom:0}.article{max-width:850px}.post-image{object-fit:cover;border-radius:12px;width:100%;max-height:220px;margin-bottom:.9rem}.meta{color:#6b7690;font-size:.9rem}.post h2{font-size:1.35rem}.post h2 a{text-decoration:none}.post h2 a:hover,.post h2 a:focus-visible{color:var(--primary-strong)}.page-header{padding-bottom:1.75rem}.footer{background:#0f1728;border-top:1px solid #ffffff1a;margin-top:2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding:2rem 0;display:grid}.footer h4{color:#f8fbff}.footer p,.footer a{color:#d5dff5;text-decoration:none}.footer a:hover{color:#fff}@media (width<=900px){.nav{flex-direction:column;justify-content:center;padding:.8rem 0}.brand img{width:260px}.menu{justify-content:center}.hero-grid,.split,.cta-grid,.posts{grid-template-columns:1fr}.hero-image,.about-image,.cta-image,.media{order:-1}}
