:root{--ink:#102033;--muted:#64748b;--line:#e2e8f0;--soft:#f7fafc;--blue:#2563eb;--green:#0f766e;--dark:#0f172a}body{margin:0;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff}.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand-logo{width:178px;height:42px;object-fit:contain}.navbar{padding:14px 0}.nav-link{color:#334155;font-weight:650}.nav-link:hover,.language-link{color:var(--blue)}.btn{border-radius:8px;font-weight:750}.btn-primary{background:var(--blue);border-color:var(--blue)}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn-outline-primary{color:var(--blue);border-color:#bfdbfe}.btn-outline-primary:hover{background:var(--blue);border-color:var(--blue)}.hero-section{padding:110px 0 86px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)}.eyebrow{display:inline-flex;margin-bottom:18px;color:var(--green);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.hero-section h1,.page-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;font-weight:900;letter-spacing:0;margin:0}.hero-text,.page-hero p{max-width:720px;color:var(--muted);font-size:19px;line-height:1.7;margin:22px 0 30px}.hero-panel{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.09);padding:22px}.hero-panel div{padding:18px;border-bottom:1px solid var(--line)}.hero-panel div:last-child{border-bottom:0}.hero-panel strong{display:block;font-size:20px}.hero-panel span{color:var(--muted)}.trust-section{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-grid div{display:flex;align-items:center;gap:10px;font-weight:750;color:#334155}.trust-grid i,.check-list i,.pricing-card li i{color:var(--green);font-size:21px}.section{padding:82px 0}.muted-section{background:var(--soft)}.section-heading{max-width:760px;margin-bottom:34px}.section-heading h2,.cta-band h2,.section h2{font-size:clamp(30px,4vw,46px);font-weight:880;letter-spacing:0}.section-heading p{color:var(--muted);font-size:17px;line-height:1.7}.service-card,.pricing-card,.faq-item,.contact-panel{height:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:26px}.service-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#e0f2fe;color:var(--blue);border-radius:10px;font-size:24px;margin-bottom:18px}.service-card h3,.pricing-card h3,.faq-item h3{font-size:20px;font-weight:850}.service-card p,.faq-item p,.contact-panel p,.lead-copy,.policy-copy p{color:var(--muted);line-height:1.75}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px}.process-grid span{display:inline-flex;color:var(--blue);font-weight:900;margin-bottom:12px}.process-grid h3{font-size:20px;font-weight:850}.process-grid p{color:var(--muted);line-height:1.65}.check-list{display:grid;gap:14px}.check-list div{display:flex;gap:12px;padding:16px 18px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:700}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.cta-band{padding:54px 0;background:linear-gradient(135deg,var(--blue),var(--green));color:#fff}.cta-band p{color:rgba(255,255,255,.82);margin:0}.page-hero{padding:86px 0 48px;background:#f8fbff;border-bottom:1px solid var(--line)}.pricing-card{position:relative}.pricing-card.featured{border-color:var(--blue);box-shadow:0 20px 55px rgba(37,99,235,.12)}.plan-badge{position:absolute;top:18px;right:18px;background:#dcfce7;color:#166534;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:850}.plan-price{font-size:32px;font-weight:900;color:var(--blue);margin:16px 0}.pricing-card ul{list-style:none;padding:0;margin:0 0 24px}.pricing-card li{display:flex;gap:10px;padding:8px 0;color:#334155}.pricing-note{margin-top:26px;color:var(--muted);text-align:center}.narrow{max-width:820px}.lead-copy{font-size:20px}.contact-form,.contact-panel{border:1px solid var(--line);border-radius:12px;background:#fff;padding:28px}.contact-form label{font-weight:750;margin-bottom:7px}.contact-form small{color:#dc2626}.hp-field{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.site-footer{background:#0f172a;color:#cbd5e1;padding:54px 0 26px}.footer-logo{width:178px;height:42px;object-fit:contain;filter:brightness(0) invert(1)}.site-footer a{display:block;color:#dbeafe;text-decoration:none;margin:7px 0}.site-footer p{color:#cbd5e1}.site-footer h6{color:#fff;font-weight:850}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;color:#94a3b8;font-size:14px}@media(max-width:991.98px){.hero-section{padding:78px 0 58px}.trust-grid,.process-grid,.faq-grid{grid-template-columns:1fr}.navbar-nav{padding-top:14px}.section{padding:58px 0}.page-hero{padding:58px 0 34px}.hero-section h1,.page-hero h1{font-size:40px}.hero-text,.page-hero p{font-size:17px}.contact-form,.contact-panel{padding:22px}}@media(max-width:575.98px){.brand-logo{width:150px}.hero-section h1,.page-hero h1{font-size:34px}.btn-lg{width:100%}.trust-grid div{align-items:flex-start}.service-card,.pricing-card,.faq-item{padding:22px}}
