@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0c1222;--bg-surface: #111a2e;--bg-card: rgba(17,26,46,.7);--border: rgba(148,163,184,.1);--border-hover: rgba(148,163,184,.22);--fg: #f1f5f9;--fg-2: #94a3b8;--accent: #22c55e;--accent-dim: rgba(34,197,94,.1);--blue: #3b82f6;--red: #ef4444;--violet: #8b5cf6;--cyan: #06b6d4;--amber: #f59e0b;--radius: 14px;--max-w: 1120px;--glow-green: 0 0 40px rgba(34,197,94,.08);--glow-blue: 0 0 40px rgba(59,130,246,.08)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--fg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;line-height:1.65;font-size:16px}a{color:inherit;text-decoration:none}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1)}.fade-in.is-visible{opacity:1;transform:translateY(0)}.site{min-height:100vh;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.08),transparent),var(--bg)}.main{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem 5rem}.topbar{position:sticky;top:0;z-index:100;background:#0c1222cc;backdrop-filter:blur(16px) saturate(1.8);-webkit-backdrop-filter:blur(16px) saturate(1.8);border-bottom:1px solid var(--border)}.topbar-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;gap:1rem}.logo-link{display:flex;align-items:center;gap:.5rem}.logo-full{height:36px;width:auto;flex-shrink:0}.logo-full-sm{height:26px}.nav-links{display:none;gap:1.8rem;font-size:.88rem;font-weight:500;color:var(--fg-2)}.nav-links a{transition:color .15s}.nav-links a:hover{color:var(--fg)}@media(min-width:860px){.nav-links{display:flex}.burger{display:none!important}}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#0c1222f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:1.2rem 1.5rem 1.4rem;gap:.7rem;font-size:.95rem}.topbar-right{display:flex;align-items:center;gap:.6rem}.burger{display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--border);border-radius:10px;width:38px;height:38px;color:var(--fg-2);cursor:pointer;transition:border-color .15s,background .15s}.burger:hover{border-color:var(--border-hover);background:#ffffff08}.hide-mobile{display:none}@media(min-width:520px){.hide-mobile{display:inline-flex}}.btn{display:inline-flex;align-items:center;gap:.4rem;border-radius:10px;border:1px solid transparent;padding:.6rem 1.3rem;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none}.btn-sm{padding:.42rem .9rem;font-size:.82rem}.btn-primary{background:linear-gradient(135deg,var(--accent),#16a34a);color:#fff;box-shadow:0 2px 12px #22c55e33}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 24px #22c55e4d}.btn-secondary{background:var(--bg-surface);border-color:var(--border);color:var(--fg)}.btn-secondary:hover{border-color:var(--border-hover);background:#ffffff0f}.btn-ghost{background:transparent;color:var(--fg-2);border-color:transparent}.btn-ghost:hover{color:var(--fg)}.hero{padding:5rem 0 3.5rem;max-width:680px}@media(min-width:700px){.hero{padding:7rem 0 4.5rem}}.label{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;padding:.3rem .8rem;border-radius:8px;background:var(--accent-dim);border:1px solid rgba(34,197,94,.15)}.hero-h1{font-size:clamp(2rem,4.5vw + .5rem,3.2rem);font-weight:800;letter-spacing:-.035em;line-height:1.15;margin-bottom:1.25rem}.hero-sub{color:var(--fg-2);font-size:1.1rem;line-height:1.7;margin-bottom:2rem;max-width:560px}.hero-sub a{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#22c55e66}.hero-sub a:hover{text-decoration-color:var(--accent)}.hero-cta{display:flex;flex-wrap:wrap;gap:.7rem}.pillars{padding-bottom:3.5rem}.pillars-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.pillars-grid{grid-template-columns:repeat(3,1fr)}}.pillar{padding:1.6rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s,box-shadow .2s}.pillar:hover{border-color:var(--border-hover);box-shadow:var(--glow-green)}.pillar-icon{color:var(--accent);margin-bottom:.75rem}.pillar h3{font-size:1rem;font-weight:700;margin-bottom:.3rem}.pillar p{font-size:.92rem;color:var(--fg-2);line-height:1.55}.product-section{padding-bottom:3.5rem}.product-card{border:1px solid rgba(34,197,94,.15);border-radius:var(--radius);padding:2.2rem 1.8rem;background:radial-gradient(ellipse at 0% 0%,rgba(34,197,94,.06),transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(59,130,246,.05),transparent 50%),var(--bg-surface);transition:border-color .2s,box-shadow .3s;box-shadow:var(--glow-green)}.product-card:hover{border-color:#22c55e40;box-shadow:0 0 60px #22c55e1f}@media(min-width:700px){.product-card{padding:2.8rem}}.chip{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);border:1px solid rgba(34,197,94,.2);padding:.22rem .65rem;border-radius:8px;margin-bottom:.8rem}.product-info h2{font-size:1.7rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.7rem;background:linear-gradient(135deg,var(--fg),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-info p{color:var(--fg-2);font-size:1rem;line-height:1.7;max-width:560px;margin-bottom:1.4rem}.product-cta{display:flex;flex-wrap:wrap;gap:.6rem}.services-overview{padding-bottom:3.5rem}.services-overview h2,.region-section h2,.features-section h2{font-size:1.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.4rem}.section-sub{color:var(--fg-2);font-size:1rem;margin-bottom:1.8rem;max-width:540px;line-height:1.6}.cards-4{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:600px){.cards-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.cards-4{grid-template-columns:repeat(4,1fr)}}.s-card{display:block;padding:1.5rem 1.4rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s,transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.s-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 8px 30px #0003}.s-card h3{font-size:.95rem;font-weight:700;margin-bottom:.3rem}.s-card p{font-size:.9rem;color:var(--fg-2);line-height:1.55}.s-card-icon{margin-bottom:.65rem;display:block}.s-icon-red{color:var(--red)}.s-icon-blue{color:var(--blue)}.s-icon-violet{color:var(--violet)}.s-icon-green{color:var(--accent)}.cards-2{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.cards-2{grid-template-columns:repeat(2,1fr)}}.cards-3{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.cards-3{grid-template-columns:repeat(3,1fr)}}.region-section{padding-bottom:3.5rem}.region-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;background:var(--bg-surface);transition:border-color .2s,box-shadow .2s}.region-card:hover{border-color:var(--border-hover);box-shadow:var(--glow-blue)}.region-icon{color:var(--blue);margin-bottom:.6rem}.region-card h3{font-size:1rem;font-weight:700;margin-bottom:.3rem}.region-card p{font-size:.92rem;color:var(--fg-2);line-height:1.6}.cta-section{padding-bottom:2.5rem}.cta-box{border:1px solid rgba(34,197,94,.15);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center;max-width:560px;margin:0 auto;background:radial-gradient(ellipse at 50% 0%,rgba(34,197,94,.06),transparent 60%),var(--bg-surface);box-shadow:var(--glow-green)}.cta-box h2{font-size:1.35rem;font-weight:800;margin-bottom:.5rem}.cta-box p{color:var(--fg-2);font-size:.95rem;margin-bottom:1.4rem;line-height:1.6}.page-top{padding:4rem 0 2.5rem}@media(min-width:700px){.page-top{padding:6rem 0 3rem}}.page-top h1{font-size:clamp(1.8rem,3.5vw + .4rem,2.6rem);font-weight:800;letter-spacing:-.035em;margin-bottom:.6rem}.page-top-sub{color:var(--fg-2);font-size:1.1rem;max-width:540px;line-height:1.65}.service-list{display:flex;flex-direction:column;gap:1.2rem;padding-bottom:2.5rem}.svc{display:flex;gap:1.2rem;padding:1.6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);transition:border-color .2s,box-shadow .2s}.svc:hover{border-color:var(--border-hover);box-shadow:0 4px 20px #00000026}.svc-icon{flex-shrink:0;margin-top:.2rem}.svc h2{font-size:1.15rem;font-weight:700;margin-bottom:.25rem}.svc-intro{font-size:.95rem;color:var(--fg-2);margin-bottom:.6rem}.svc ul{padding-left:1.2rem;font-size:.92rem;color:var(--fg-2);line-height:1.75}.svc li{margin-bottom:.25rem}.svc strong{color:var(--fg);font-weight:600}.fw-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;padding:1rem 1.4rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2.5rem;background:var(--bg-surface)}.fw-label{font-size:.82rem;font-weight:700;color:var(--fg-2);text-transform:uppercase;letter-spacing:.06em}.fw-pills{display:flex;flex-wrap:wrap;gap:.45rem}.pill{padding:.25rem .7rem;border-radius:8px;font-size:.78rem;font-weight:700;background:#3b82f614;color:#93c5fd;border:1px solid rgba(59,130,246,.18)}.features-section{padding-bottom:3.5rem}.f-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;background:var(--bg-surface);transition:border-color .2s,box-shadow .2s}.f-card:hover{border-color:var(--border-hover);box-shadow:0 4px 20px #00000026}.f-card h3{font-size:1rem;font-weight:700;margin-bottom:.25rem}.f-card p{font-size:.92rem;color:var(--fg-2);line-height:1.6}.compare-section{padding-bottom:3.5rem}.compare-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;background:var(--bg-surface)}.compare-card h3{font-size:1rem;font-weight:700;margin-bottom:.65rem}.compare-card ul{padding-left:1.2rem;font-size:.92rem;color:var(--fg-2);line-height:1.75}.compare-old{border-color:#ef444433;background:radial-gradient(ellipse at 0% 0%,rgba(239,68,68,.04),transparent 50%),var(--bg-surface)}.compare-old h3{color:#fca5a5}.compare-new{border-color:#22c55e33;background:radial-gradient(ellipse at 0% 0%,rgba(34,197,94,.04),transparent 50%),var(--bg-surface)}.compare-new h3{color:#86efac}.inline-note{display:flex;align-items:flex-start;gap:.7rem;padding:1.1rem 1.3rem;border:1px solid rgba(139,92,246,.15);border-radius:var(--radius);margin-bottom:2.5rem;background:radial-gradient(ellipse at 0% 50%,rgba(139,92,246,.04),transparent 50%),var(--bg-surface)}.inline-note svg{flex-shrink:0;color:var(--violet);margin-top:.2rem}.inline-note p{font-size:.92rem;color:var(--fg-2);line-height:1.6}.inline-note a{color:#a78bfa;font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#a78bfa66}.inline-note a:hover{text-decoration-color:#a78bfa}.about-section{padding-bottom:2.5rem}.about-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;background:var(--bg-surface);transition:border-color .2s,box-shadow .2s}.about-card:hover{border-color:var(--border-hover);box-shadow:0 4px 20px #0000001f}.about-card h3{font-size:1rem;font-weight:700;margin-bottom:.35rem}.about-card p{font-size:.95rem;color:var(--fg-2);line-height:1.65}.about-card a{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#22c55e66}.about-card a:hover{text-decoration-color:var(--accent)}.contact-section{padding-bottom:2.5rem}.contact-block{max-width:460px;margin:0 auto;text-align:center}.contact-main-icon{color:var(--accent);margin-bottom:1rem}.contact-email{display:inline-block;font-size:1.4rem;font-weight:800;color:var(--fg);margin-bottom:1rem;border-bottom:2px solid var(--accent);padding-bottom:3px;transition:color .15s}.contact-email:hover{color:var(--accent)}.contact-block p{font-size:1rem;color:var(--fg-2);line-height:1.65}.site-footer{border-top:1px solid var(--border);background:#0c122280;margin-top:2rem}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-left{display:flex;align-items:center;gap:1rem}.footer-copy{font-size:.82rem;color:var(--fg-2)}.footer-copy a{color:#a78bfa;font-weight:600;text-decoration:underline;text-underline-offset:2px}.footer-copy a:hover{color:#c4b5fd}.footer-nav{display:flex;flex-wrap:wrap;gap:1.2rem;font-size:.85rem;color:var(--fg-2)}.footer-nav a:hover{color:var(--fg)}.footer-region{font-size:.78rem;color:#94a3b866;width:100%;text-align:center;margin-top:.4rem}@media(min-width:700px){.footer-region{width:auto;text-align:right;margin-top:0}}
