:root {
  --blue: #5590cf;
  --blue-deep: #2f6fae;
  --blue-soft: #eaf3fc;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #dce6f0;
  --white: #ffffff;
  --dark: #0f1724;
  --radius: 22px;
  --shadow: 0 22px 55px rgba(29, 78, 121, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, system-ui, sans-serif; background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; background: var(--dark); color: white; padding: 10px 14px; z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,230,240,.8); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 260px; max-height: 66px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta):hover { color: var(--blue-deep); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(85,144,207,.3); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }
.hero { position: relative; overflow: hidden; padding: 96px 0 86px; background: linear-gradient(135deg,#f7fbff 0%,#fff 55%,#edf6ff 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 12px; color: var(--blue-deep); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #93c5fd; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(46px, 6vw, 78px); line-height: 1.03; letter-spacing: -.055em; max-width: 760px; margin-bottom: 24px; }
h2 { font-size: clamp(34px,4vw,54px); line-height: 1.1; letter-spacing: -.04em; margin-bottom: 20px; }
h3 { line-height: 1.25; }
.hero-text { max-width: 690px; font-size: 19px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 12px; border: 1px solid transparent; font-weight: 700; cursor: pointer; font: inherit; }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 14px 32px rgba(85,144,207,.3); }
.btn-primary:hover { background: var(--blue-deep); transform: translateY(-1px); }
.btn-secondary { background: white; border-color: var(--line); }
.btn.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: 13px; }
.trust-row span { padding-left: 14px; border-left: 2px solid var(--blue); }
.trust-row b { color: var(--ink); display: block; font-size: 14px; }
.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content:""; position:absolute; width:430px; height:430px; border-radius:50%; background: linear-gradient(145deg,#fff,#dceeff); box-shadow: var(--shadow); }
.visual-main { width: 330px; min-height: 345px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 28px; border: 1px solid rgba(85,144,207,.2); }
.visual-main img { width: 220px; border-radius: 50%; mix-blend-mode: multiply; }
.visual-main small { display:block; color:var(--muted); margin-top:16px; }
.visual-main strong { font-size:20px; }
.visual-card { border-radius: 24px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.visual-float { position: absolute; z-index: 3; padding: 14px 18px; display:flex; gap:10px; align-items:center; font-weight:700; font-size:13px; }
.visual-float svg { width:22px; color:var(--blue-deep); }
.float-one { left: 0; top: 100px; }
.float-two { right: 4px; top: 190px; }
.float-three { left: 45px; bottom: 80px; }
.hero-orb { position:absolute; border-radius:50%; filter: blur(2px); opacity:.55; z-index: 0; }
.hero-orb-one { width:180px; height:180px; background:#d9ecff; left:-70px; top:110px; }
.hero-orb-two { width:230px; height:230px; border:1px solid #b7d8f4; right:-90px; bottom:-80px; }
.proof-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:white; }
.proof-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.proof-grid > div { padding:26px 30px; border-right:1px solid var(--line); }
.proof-grid > div:last-child { border-right:0; }
.proof-grid strong { display:block; margin-bottom:4px; }
.proof-grid span { color:var(--muted); font-size:14px; }
.section { padding: 104px 0; }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading.narrow { max-width: 660px; }
.section-heading > p:last-child, .about-grid p { color:var(--muted); }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:white; transition:.25s ease; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#bad7ef; }
.service-card.featured { grid-row: span 2; background:linear-gradient(160deg,#eaf4ff,#fff); }
.service-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:15px; background:var(--blue-soft); color:var(--blue-deep); margin-bottom:24px; }
.service-icon svg { width:28px; height:28px; }
.service-card h3 { font-size:21px; margin-bottom:12px; }
.service-card p,.service-card li { color:var(--muted); font-size:14px; }
.service-card ul { padding-left:18px; margin:22px 0 0; }
.section-dark { background:var(--dark); color:white; }
.split-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; }
.muted { color:#aab6c5; }
.text-link { color:#93c5fd; font-weight:700; }
.benefit-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.benefit { background:#162233; border:1px solid #27384d; border-radius:20px; padding:26px; }
.benefit span { color:#75a9dc; font-size:13px; font-weight:800; }
.benefit h3 { margin:12px 0 8px; }
.benefit p { color:#aab6c5; font-size:14px; margin-bottom:0; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.process-step { position:relative; padding:30px 24px; border-top:3px solid var(--blue); background:#f8fbfe; border-radius:0 0 18px 18px; }
.process-step span { display:inline-grid; place-items:center; width:35px; height:35px; border-radius:50%; background:var(--blue); color:white; font-weight:800; margin-bottom:20px; }
.process-step p { color:var(--muted); font-size:14px; margin-bottom:0; }
.about-section { background:#f7fafc; }
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:center; }
.about-visual { padding:35px; background:radial-gradient(circle at 30% 20%,#fff,#dbeeff); border-radius:34px; }
.about-panel { background:white; border-radius:28px; padding:34px; box-shadow:var(--shadow); }
.about-panel img { border-radius:50%; margin:auto; }
.about-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.about-tags span { background:white; border:1px solid var(--line); border-radius:999px; padding:8px 13px; font-size:13px; font-weight:600; }
.contact-section { padding:104px 0; background:linear-gradient(140deg,#173552,#0e1825); color:white; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:start; }
.contact-grid > div > p { color:#b4c2d2; }
.contact-details { margin-top:36px; display:grid; gap:14px; }
.contact-details a,.contact-details div { display:flex; flex-direction:column; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.14); }
.contact-details span { color:#93a7bb; font-size:12px; text-transform:uppercase; letter-spacing:.09em; }
.contact-form { background:white; color:var(--ink); border-radius:24px; padding:30px; box-shadow:0 24px 60px rgba(0,0,0,.2); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
label { display:block; font-weight:700; font-size:13px; margin-bottom:15px; }
input,select,textarea { width:100%; margin-top:7px; border:1px solid #d5e0ea; border-radius:10px; padding:13px 14px; font:inherit; color:var(--ink); background:white; }
input:focus,select:focus,textarea:focus { outline:3px solid rgba(85,144,207,.18); border-color:var(--blue); }
textarea { resize:vertical; }
.form-note { margin:12px 0 0; color:#758293; font-size:11px; text-align:center; }
.site-footer { background:white; padding:30px 0; }
.footer-grid { display:grid; grid-template-columns:240px 1fr auto; align-items:center; gap:30px; font-size:12px; color:var(--muted); }
.footer-grid img { width:220px; }
@media (max-width: 980px) {
  .main-nav { position:fixed; inset:82px 20px auto; display:none; flex-direction:column; align-items:stretch; padding:20px; border:1px solid var(--line); background:white; border-radius:18px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .nav-toggle { display:block; }
  .hero-grid,.split-grid,.about-grid,.contact-grid { grid-template-columns:1fr; }
  .hero { padding-top:70px; }
  .hero-visual { min-height:470px; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .service-card.featured { grid-row:auto; }
  .process-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr; text-align:center; }
  .footer-grid img { margin:auto; }
}
@media (max-width: 680px) {
  .container { width:min(100% - 28px,1180px); }
  .brand img { width:205px; }
  .hero { padding:58px 0 64px; }
  h1 { font-size:44px; }
  .hero-actions { flex-direction:column; }
  .btn { width:100%; }
  .trust-row { display:grid; grid-template-columns:1fr 1fr; }
  .hero-visual { min-height:390px; transform:scale(.88); margin:-20px; }
  .proof-grid,.services-grid,.benefit-grid,.process-grid { grid-template-columns:1fr; }
  .proof-grid > div { border-right:0; border-bottom:1px solid var(--line); padding-inline:0; }
  .proof-grid > div:last-child { border-bottom:0; }
  .section,.contact-section { padding:76px 0; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .contact-form { padding:22px; }
  .float-one { left:-10px; }.float-two { right:-10px; }.float-three { left:10px; }
}
