
*{box-sizing:border-box}
:root{
  --bg:#f4f8fb;--text:#102033;--muted:#5e7086;--line:#dfe9f2;
  --primary:#3e6ff4;--primary-dark:#254fc7;
  --soft-blue:#edf4ff;--soft-green:#edf9f2;--soft-lilac:#f4efff;--soft-peach:#fff2eb;
  --shadow:0 16px 50px rgba(42,66,91,.08);--radius:22px
}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);background:radial-gradient(circle at top left,#fff 0%,#eef6ff 45%,#f4f8fb 100%);min-height:100vh
}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;top:0;z-index:40;display:flex;justify-content:space-between;align-items:center;gap:22px;
  padding:18px 4vw;background:rgba(244,248,251,.84);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,233,242,.75)
}
.brand-with-logo,.footer-brand{display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:1.1rem;letter-spacing:-.03em}
.site-logo{width:42px;height:42px;object-fit:contain;border-radius:12px}
.footer-logo{width:34px;height:34px;object-fit:contain;border-radius:10px}
.header-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.main-nav{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.main-nav a{color:var(--muted);font-weight:600;transition:color .2s ease}
.main-nav a:hover,.main-nav a.active{color:var(--text)}
.nav-cta{padding:10px 16px;background:#fff;border:1px solid var(--line);border-radius:999px}
.lang-toggle{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;min-height:42px;padding:0 14px;font-weight:700;cursor:pointer}
main,.page-main{width:min(1180px,92vw);margin:0 auto}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;padding:72px 0 48px}
.hero-copy h1,.page-hero h1{margin:14px 0 16px;font-size:clamp(2.2rem,5vw,4.3rem);line-height:1.05;letter-spacing:-.05em;max-width:12ch}
.lead{font-size:1.06rem;line-height:1.8;color:var(--muted);max-width:62ch}
.lead.narrow{max-width:52rem}
.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(62,111,244,.09);color:var(--primary-dark);font-weight:700;font-size:.85rem}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 30px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:linear-gradient(135deg,var(--primary),#5f88ff);color:#fff;box-shadow:0 14px 28px rgba(62,111,244,.2)}
.button-secondary{background:rgba(255,255,255,.84);border:1px solid var(--line);color:var(--text)}
.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.trust-row div{background:rgba(255,255,255,.7);border:1px solid rgba(223,233,242,.9);box-shadow:var(--shadow);border-radius:18px;padding:18px 18px 16px}
.trust-row strong,.metric-card strong,.panel-item strong,.contact-item strong{display:block;font-size:1rem;margin-bottom:6px}
.trust-row span,.metric-card p,.feature-card p,.panel-item span,.contact-item span{color:var(--muted);line-height:1.7}
.card{background:rgba(255,255,255,.92);border:1px solid rgba(223,233,242,.9);border-radius:var(--radius);box-shadow:var(--shadow)}
.glass-card{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(249,252,255,.78))}
.hero-visual{padding:22px}
.dashboard-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.status-dot{width:11px;height:11px;border-radius:50%;background:#34c759;box-shadow:0 0 0 6px rgba(52,199,89,.12)}
.dashboard-label,.metric-title{font-size:.9rem;color:var(--muted)}
.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.metric-card,.feature-card,.contact-card{border-radius:20px;padding:22px;border:1px solid rgba(223,233,242,.95);background:rgba(255,255,255,.92)}
.soft-blue{background:var(--soft-blue)} .soft-green{background:var(--soft-green)} .soft-lilac{background:var(--soft-lilac)} .soft-peach{background:var(--soft-peach)}
.section-block,.page-hero,.split-section,.cta-band{padding:32px 0 52px}
.section-heading h2,.split-copy h2,.cta-band h2{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.12;letter-spacing:-.04em;margin:14px 0 0;max-width:14ch}
.feature-grid,.card-grid{display:grid;gap:18px;margin-top:24px}
.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.card-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}
.feature-card h3{margin-top:0;margin-bottom:10px;font-size:1.15rem;letter-spacing:-.02em}
.split-section{display:grid;grid-template-columns:1fr .9fr;gap:28px;align-items:center}
.split-section.compact{align-items:start}
.timeline{padding-left:20px;color:var(--muted);line-height:1.85}
.split-panel{padding:24px}
.mini-chart{height:160px;border-radius:18px;background:linear-gradient(180deg,#f6faff 0%,#ebf3ff 100%);border:1px solid var(--line);position:relative;overflow:hidden;margin-bottom:18px}
.chart-line{position:absolute;inset:25% 6% auto 6%;height:56px;border-radius:999px;border-bottom:4px solid var(--primary);transform:skewY(-6deg);opacity:.92}
.panel-list{display:grid;gap:14px}
.panel-item{padding:16px 18px;border-radius:18px;background:#fbfdff;border:1px solid var(--line)}
.cta-band{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:16px 0 56px;padding:30px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(237,244,255,.86));border:1px solid var(--line);box-shadow:var(--shadow)}
.cta-band.subtle{margin-top:28px}
.site-footer{width:min(1180px,92vw);margin:0 auto;padding:0 0 30px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:.95rem}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.contact-card{max-width:760px;display:grid;gap:16px}
.contact-item{padding:18px;border-radius:18px;background:#fbfdff;border:1px solid var(--line)}
#cursor-trail{position:fixed;inset:0;pointer-events:none;z-index:10}
.cursor-letter{position:fixed;top:0;left:0;font-size:.95rem;font-weight:800;letter-spacing:-.02em;color:rgba(37,79,199,.12);pointer-events:none;user-select:none;transform:translate(-50%,-50%);white-space:pre}
@media (max-width:980px){
  .hero,.split-section,.feature-grid,.card-grid.three-col,.trust-row{grid-template-columns:1fr}
  .site-header,.site-footer,.cta-band{flex-direction:column;align-items:flex-start}
  .hero-copy h1,.page-hero h1,.section-heading h2,.split-copy h2,.cta-band h2{max-width:none}
}
@media (max-width:640px){
  .site-header{padding:16px 4vw}.main-nav{gap:14px}.hero{padding-top:40px}.metric-grid{grid-template-columns:1fr}
  .cursor-letter{display:none}.site-logo{width:36px;height:36px}
}


.wide-logo{
  width: 210px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  border-radius: 0;
}

.wide-footer-logo{
  width: 150px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  border-radius: 0;
}

.brand-with-logo,
.footer-brand{
  gap: 0;
}

.site-logo,
.footer-logo{
  background: transparent;
  box-shadow: none;
}

@media (max-width: 640px){
  .wide-logo{
    width: 160px;
    max-height: 52px;
  }
  .wide-footer-logo{
    width: 120px;
    max-height: 42px;
  }
}
