:root{
  --bg0:#070B1A;
  --bg1:#0A1433;
  --navy:#0B163B;
  --ink:#0B1220;
  --muted:#5B6B85;
  --line:rgba(255,255,255,.18);
  --glass:rgba(255,255,255,.10);
  --glass-strong:rgba(255,255,255,.14);
  --shadow:0 18px 45px rgba(5,12,36,.28);
  --shadow-soft:0 12px 26px rgba(5,12,36,.18);
  --radius:18px;
  --radius-sm:14px;
  --max:1180px;
  --blue:#1A73E8;
  --red:#EA4335;
  --yellow:#FBBC05;
  --green:#34A853;
  --sky:#EAF3FF;
  --focus:0 0 0 4px rgba(26,115,232,.25);
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:#0E1630;
  background:
    radial-gradient(900px 520px at 14% 10%, rgba(26,115,232,.22), transparent 55%),
    radial-gradient(700px 540px at 78% 18%, rgba(52,168,83,.18), transparent 60%),
    radial-gradient(760px 560px at 84% 86%, rgba(234,67,53,.16), transparent 58%),
    radial-gradient(760px 560px at 18% 86%, rgba(251,188,5,.14), transparent 58%),
    linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 55%, #F7FAFF 100%);
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font-family:inherit}

.skip-link{
  position:absolute;left:-999px;top:12px;
  padding:10px 14px;border-radius:999px;
  background:#fff;box-shadow:var(--shadow-soft);z-index:9999;
}
.skip-link:focus{left:12px;outline:none;box-shadow:var(--focus),var(--shadow-soft)}

.container{max-width:var(--max);margin:0 auto;padding:0 20px}

.section{
  padding:84px 0;
  position:relative;
}
.section--tight{padding:64px 0}
.section--hero{padding:102px 0 84px}
.section--dark{
  color:#F2F7FF;
  background:
    radial-gradient(900px 520px at 12% 18%, rgba(26,115,232,.28), transparent 60%),
    radial-gradient(900px 620px at 82% 20%, rgba(52,168,83,.20), transparent 62%),
    radial-gradient(780px 560px at 78% 84%, rgba(234,67,53,.18), transparent 62%),
    linear-gradient(180deg, rgba(7,11,26,.96) 0%, rgba(10,20,51,.94) 50%, rgba(7,11,26,.96) 100%);
  overflow:hidden;
}
.section--dark::before{
  content:"";
  position:absolute;inset:-2px;
  background:
    radial-gradient(circle at 24% 26%, rgba(255,255,255,.08) 0 2px, transparent 2px 14px),
    radial-gradient(circle at 76% 42%, rgba(255,255,255,.06) 0 2px, transparent 2px 16px),
    linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  opacity:.65;
  pointer-events:none;
  filter:blur(.2px);
}

.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(255,255,255,.65);
  box-shadow:0 10px 26px rgba(10,20,51,.10);
  color:#12306D;
  font-weight:600;
  letter-spacing:.01em;
}
.eyebrow .dot{
  width:10px;height:10px;border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--green));
  box-shadow:0 0 0 4px rgba(26,115,232,.18);
}

h1,h2,h3{margin:0 0 10px}
p{margin:0 0 14px;line-height:1.65;color:rgba(14,22,48,.86)}
.section--dark p{color:rgba(242,247,255,.82)}

.h1{
  font-size:clamp(34px, 4.2vw, 54px);
  letter-spacing:-.02em;
  line-height:1.07;
}
.h2{
  font-size:clamp(26px, 3vw, 38px);
  letter-spacing:-.01em;
  line-height:1.15;
}
.h3{
  font-size:clamp(18px, 2vw, 22px);
  line-height:1.25;
}
.lead{
  font-size:clamp(16px, 1.35vw, 18px);
  color:rgba(14,22,48,.78);
}
.section--dark .lead{color:rgba(242,247,255,.82)}

.muted{color:rgba(14,22,48,.72)}
.section--dark .muted{color:rgba(242,247,255,.70)}

.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:saturate(140%) blur(12px);
  -webkit-backdrop-filter:saturate(140%) blur(12px);
  background:rgba(255,255,255,.55);
  border-bottom:1px solid rgba(255,255,255,.55);
}
.header.is-scrolled{
  background:rgba(255,255,255,.62);
  box-shadow:0 12px 30px rgba(8,16,40,.10);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{
  display:flex;align-items:center;gap:12px;min-width:220px;
}
.brand img{width:170px;max-width:46vw}
.brand .tag{
  display:none;
  font-size:12px;color:rgba(11,22,59,.72);
}

.nav-links{
  display:flex;align-items:center;gap:18px;flex-wrap:wrap;
  justify-content:flex-end;
}
.nav-links a{
  padding:10px 10px;border-radius:12px;
  color:rgba(11,22,59,.80);
  font-weight:600;
  transition:transform .18s ease, background .18s ease, color .18s ease;
}
.nav-links a:hover{background:rgba(26,115,232,.08);transform:translateY(-1px)}
.nav-links a[aria-current="page"]{color:var(--blue);background:rgba(26,115,232,.10)}

.nav-cta{
  display:flex;align-items:center;gap:10px;
}
.btn{
  border:none;
  padding:12px 16px;
  border-radius:999px;
  cursor:pointer;
  font-weight:700;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  text-decoration:none;
  white-space:nowrap;
}
.btn:focus{outline:none;box-shadow:var(--focus)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg, rgba(26,115,232,1), rgba(18,66,175,1));
  box-shadow:0 14px 30px rgba(26,115,232,.24);
}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(26,115,232,.28)}
.btn-secondary{
  color:rgba(11,22,59,.88);
  background:rgba(255,255,255,.64);
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 10px 24px rgba(8,16,40,.10);
}
.btn-secondary:hover{transform:translateY(-1px);background:rgba(255,255,255,.78)}
.btn-ghost{
  background:transparent;
  border:1px solid rgba(11,22,59,.18);
  color:rgba(11,22,59,.86);
}
.btn-ghost:hover{background:rgba(26,115,232,.06);transform:translateY(-1px)}
.btn-light{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#F2F7FF;
}
.btn-light:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}

.menu-btn{
  display:none;
  width:44px;height:44px;border-radius:14px;
  border:1px solid rgba(11,22,59,.14);
  background:rgba(255,255,255,.58);
  box-shadow:0 10px 20px rgba(8,16,40,.10);
  cursor:pointer;
}
.menu-btn:focus{outline:none;box-shadow:var(--focus)}
.menu-icon{width:18px;height:14px;position:relative;margin:0 auto}
.menu-icon span{
  position:absolute;left:0;right:0;height:2px;border-radius:2px;
  background:rgba(11,22,59,.86);
  transition:transform .18s ease, top .18s ease, opacity .18s ease;
}
.menu-icon span:nth-child(1){top:1px}
.menu-icon span:nth-child(2){top:6px}
.menu-icon span:nth-child(3){top:11px}
.header.is-open .menu-icon span:nth-child(1){top:6px;transform:rotate(45deg)}
.header.is-open .menu-icon span:nth-child(2){opacity:0}
.header.is-open .menu-icon span:nth-child(3){top:6px;transform:rotate(-45deg)}

.hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:stretch;
}
.hero-card{
  height:100%;
}

.glass{
  background:var(--glass);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  backdrop-filter:saturate(150%) blur(14px);
  -webkit-backdrop-filter:saturate(150%) blur(14px);
}
.glass--light{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 18px 55px rgba(8,16,40,.12);
  backdrop-filter:saturate(150%) blur(12px);
  -webkit-backdrop-filter:saturate(150%) blur(12px);
}
.card{
  padding:22px;
  border-radius:var(--radius);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 60px rgba(8,16,40,.14);
  border-color:rgba(255,255,255,.32);
}
.section--dark .card:hover{box-shadow:0 24px 65px rgba(0,0,0,.32)}

.hero-bullets{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}
.bullet{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}
.bullet .icon{
  width:34px;height:34px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
}
.bullet strong{display:block;color:#F2F7FF}
.bullet span{display:block;color:rgba(242,247,255,.76);font-size:13px;line-height:1.45}

.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:28px;
}
.grid-2{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
  margin-top:22px;
}

.kicker{
  font-weight:800;
  color:rgba(242,247,255,.85);
  letter-spacing:.02em;
}

.badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.badge{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(242,247,255,.80);
  font-weight:600;
  font-size:13px;
}

.list{
  margin:14px 0 0;
  padding-left:18px;
  color:rgba(14,22,48,.84);
}
.section--dark .list{color:rgba(242,247,255,.78)}
.list li{margin:6px 0;line-height:1.55}

.split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:start;
  margin-top:26px;
}
.media{
  border-radius:var(--radius);
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(560px 340px at 20% 18%, rgba(26,115,232,.28), transparent 55%),
    radial-gradient(560px 340px at 72% 20%, rgba(52,168,83,.22), transparent 60%),
    radial-gradient(560px 360px at 70% 88%, rgba(234,67,53,.20), transparent 58%),
    radial-gradient(560px 360px at 20% 86%, rgba(251,188,5,.18), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.60) 0%, rgba(255,255,255,.22) 100%);
  border:1px solid rgba(255,255,255,.70);
  box-shadow:0 18px 55px rgba(8,16,40,.12);
  min-height:260px;
}
.media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.media .media-label{
  position:absolute;left:16px;bottom:26px;
  padding:8px 10px;border-radius:12px;
  max-width:calc(100% - 32px);
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.78);
  color:rgba(11,22,59,.82);
  font-weight:700;
  font-size:12px;
  letter-spacing:.01em;
  box-shadow:0 12px 26px rgba(8,16,40,.10);
  backdrop-filter:saturate(150%) blur(10px);
  -webkit-backdrop-filter:saturate(150%) blur(10px);
}

.service-icon{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#F2F7FF;
  margin-bottom:12px;
}
.service-icon.is-blue{background:linear-gradient(135deg, rgba(26,115,232,.22), rgba(26,115,232,.10))}
.service-icon.is-green{background:linear-gradient(135deg, rgba(52,168,83,.22), rgba(52,168,83,.10))}
.service-icon.is-red{background:linear-gradient(135deg, rgba(234,67,53,.22), rgba(234,67,53,.10))}
.service-icon.is-yellow{background:linear-gradient(135deg, rgba(251,188,5,.22), rgba(251,188,5,.10))}

.quote{
  padding:18px 18px;
  border-left:4px solid rgba(26,115,232,.55);
  background:rgba(255,255,255,.66);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 16px 44px rgba(8,16,40,.10);
}
.quote p{margin:0;color:rgba(11,22,59,.78)}

.timeline{
  display:grid;
  grid-template-columns:repeat(7, 1fr);
  gap:12px;
  margin-top:24px;
}
.step{
  padding:16px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  min-height:120px;
}
.step .n{
  width:34px;height:34px;border-radius:14px;
  display:grid;place-items:center;
  font-weight:800;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#F2F7FF;
  margin-bottom:10px;
}
.step strong{display:block;color:#F2F7FF}
.step span{display:block;margin-top:6px;color:rgba(242,247,255,.76);font-size:13px;line-height:1.45}

.form{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  margin-top:18px;
}
.field{display:flex;flex-direction:column;gap:8px}
.field label{font-weight:700;color:rgba(242,247,255,.86)}
.field input,.field select,.field textarea{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  color:#F2F7FF;
  outline:none;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.field input::placeholder,.field textarea::placeholder{color:rgba(242,247,255,.54)}
.field input:focus,.field select:focus,.field textarea:focus{box-shadow:var(--focus)}
.field input.error,
.field select.error,
.field textarea.error{
  border-color:rgba(234,67,53,.70);
  box-shadow:0 0 0 3px rgba(234,67,53,.20);
}
.field input.error:focus,.field select.error:focus,.field textarea.error:focus{box-shadow:0 0 0 3px rgba(234,67,53,.26),var(--focus)}
.field select option{
  color:rgba(11,18,32,.92);
  background:#fff;
}
.field select option:disabled{
  color:rgba(11,18,32,.45);
}
.field textarea{min-height:120px;resize:vertical}
.field.full{grid-column:1 / -1}
.form-actions{
  grid-column:1 / -1;
  display:flex;gap:12px;flex-wrap:wrap;align-items:center;
  margin-top:4px;
}
.fineprint{font-size:12px;color:rgba(242,247,255,.70);line-height:1.45}
.fineprint a{color:rgba(226,239,255,.95);font-weight:700;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.fineprint a:hover{color:#fff}

.hp-field{display:none!important}
.btn[disabled],.btn:disabled,.btn-primary[disabled],.btn-primary:disabled{opacity:.72;cursor:not-allowed;transform:none!important;box-shadow:none!important}
.btn--sending{opacity:.92}

.footer{
  padding:36px 0;
  border-top:1px solid rgba(255,255,255,.12);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:16px;
  align-items:start;
}
.footer p{color:rgba(242,247,255,.74)}
.footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.footer-links a{
  padding:10px 12px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(242,247,255,.78);
  font-weight:700;
  transition:transform .18s ease, background .18s ease;
}
.footer-links a:hover{transform:translateY(-1px);background:rgba(255,255,255,.12)}

.toast{
  position:fixed;
  left:auto;right:24px;bottom:24px;
  max-width:min(420px, calc(100vw - 48px));margin:0;
  padding:16px 18px;border-radius:18px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:0 18px 44px rgba(8,16,40,.14);
  backdrop-filter:saturate(150%) blur(14px);
  -webkit-backdrop-filter:saturate(150%) blur(14px);
  color:rgba(11,22,59,.90);
  transform:translateY(22px);
  opacity:0;
  pointer-events:none;
  transition:transform .36s cubic-bezier(.2,.8,.2,1), opacity .32s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
  z-index:80;
}
.toast.is-on{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.toast[data-toast] strong{display:block;margin-bottom:6px;font-size:13px;text-transform:none;letter-spacing:.01em}
.toast[data-toast] span{display:block;color:rgba(11,22,59,.76);font-size:14px;line-height:1.55}

.toast--success{
  border-color:rgba(52,168,83,.42);
  background:
    radial-gradient(120% 140% at 10% 0%, rgba(52,168,83,.26), transparent 55%),
    rgba(255,255,255,.78);
  box-shadow:0 20px 50px rgba(16,94,54,.14);
}
.toast--success span{color:rgba(10,61,38,.92);font-weight:600}

.toast--error{
  border-color:rgba(234,67,53,.42);
  background:
    radial-gradient(120% 140% at 10% 0%, rgba(234,67,53,.22), transparent 55%),
    rgba(255,255,255,.78);
  box-shadow:0 20px 50px rgba(120,32,26,.14);
}
.toast--error span{color:rgba(90,26,21,.94);font-weight:600}

.toast--neutral{border-color:rgba(255,255,255,.88)}

.toast strong[hidden]{display:none}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .timeline{grid-template-columns:1fr 1fr}
  .brand .tag{display:none}
}

@media (max-width: 720px){
  .section{padding:72px 0}
  .section--hero{padding:92px 0 72px}
  .grid-3,.grid-2{grid-template-columns:1fr}
  .hero-bullets{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}

  .toast{
    left:16px;right:16px;bottom:16px;max-width:none;
    margin:0 auto;
  }

  .menu-btn{display:inline-grid;place-items:center}
  .nav-links{
    display:none;
    position:absolute;
    left:20px;right:20px;top:72px;
    padding:12px;
    border-radius:18px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(255,255,255,.88);
    box-shadow:0 18px 48px rgba(8,16,40,.14);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }
  .header.is-open .nav-links{display:grid;gap:6px}
  .nav-links a{padding:12px 12px}
  .nav-cta .btn-primary{display:none}
}
