:root {
  --ink: #0b1739;
  --muted: #5d6b87;
  --blue: #1769ff;
  --blue-dark: #0b4ed7;
  --cyan: #22b8f0;
  --surface: #ffffff;
  --surface-soft: #f5f8ff;
  --line: #dce5f4;
  --success: #0d9f6e;
  --shadow: 0 20px 60px rgba(17, 54, 110, 0.12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-soft { background: var(--surface-soft); }
.section-dark {
  color: #fff;
  background: linear-gradient(135deg, #07132f, #0c285d);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.section-dark .eyebrow { color: #72c9ff; }
.section-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.section-lead {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.section-dark .section-lead { color: #bac9e7; }
.section-heading { margin-bottom: 48px; }
.section-heading.center { text-align: center; }
.section-heading.center .section-title, .section-heading.center .section-lead { margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 229, 244, .8);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
}
.nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.03em; }
.brand-mark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  box-shadow: 0 8px 24px rgba(23, 105, 255, .28);
}
.brand-mark svg { width: 23px; }
.brand span span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links > a {
  position: relative;
  color: #34415f;
  font-size: .94rem;
  font-weight: 650;
}
.nav-links > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  background: var(--blue);
  transition: transform .25s ease;
}
.nav-links > a:hover, .nav-links > a.active { color: var(--blue); }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.menu-toggle {
  display: none;
  width: 43px;
  height: 43px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-soft);
  cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff !important; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 10px 28px rgba(23, 105, 255, .25); }
.button-primary:hover { box-shadow: 0 14px 34px rgba(23, 105, 255, .35); }
.button-secondary { border-color: var(--line); color: var(--ink); background: #fff; }
.button-light { color: var(--blue); background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.14); }
.button svg { width: 18px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 105px 0 90px;
  background:
    radial-gradient(circle at 78% 25%, rgba(34,184,240,.18), transparent 28%),
    radial-gradient(circle at 10% 70%, rgba(23,105,255,.11), transparent 25%),
    linear-gradient(180deg, #f8fbff, #fff);
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .45;
  background-image: linear-gradient(rgba(20,78,170,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(20,78,170,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.15rem);
  line-height: .99;
  letter-spacing: -.065em;
}
.gradient-text { color: transparent; background: linear-gradient(100deg, var(--blue), var(--cyan)); background-clip: text; -webkit-background-clip: text; }
.hero-copy { max-width: 660px; margin: 25px 0 33px; color: var(--muted); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; color: #4d5d7c; font-size: .88rem; font-weight: 650; }
.hero-note span { display: flex; align-items: center; gap: 7px; }
.hero-note svg { width: 17px; color: var(--success); }
.hero-visual { position: relative; min-height: 460px; }
.orb { position: absolute; border-radius: 999px; filter: blur(2px); }
.orb.one { top: 20px; right: 5px; width: 320px; height: 320px; background: linear-gradient(145deg, rgba(23,105,255,.16), rgba(34,184,240,.04)); }
.orb.two { bottom: 10px; left: 20px; width: 220px; height: 220px; background: rgba(34,184,240,.11); }
.dashboard {
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 20px;
  width: min(100%, 430px);
  padding: 21px;
  transform: rotate(1.5deg);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 25px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 30px 80px rgba(21,57,112,.22);
  backdrop-filter: blur(18px);
}
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.dash-dots { display: flex; gap: 5px; }
.dash-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c8d4e7; }
.status { padding: 6px 10px; border-radius: 999px; color: var(--success); background: #e8fbf4; font-size: .7rem; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric { padding: 15px; border: 1px solid #e9eef7; border-radius: 14px; background: #fbfdff; }
.metric small { display: block; color: #71809b; font-size: .65rem; }
.metric strong { display: block; margin-top: 4px; font-size: 1.25rem; }
.metric em { color: var(--success); font-size: .65rem; font-style: normal; }
.chart { display: flex; height: 150px; align-items: end; gap: 9px; margin-top: 16px; padding: 20px 18px 12px; border-radius: 16px; background: linear-gradient(180deg, #f2f7ff, #fff); }
.chart span { flex: 1; min-height: 15%; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, var(--cyan), var(--blue)); animation: grow 1s both; transform-origin: bottom; }
.chart span:nth-child(2) { animation-delay: .08s; } .chart span:nth-child(3) { animation-delay: .16s; } .chart span:nth-child(4) { animation-delay: .24s; } .chart span:nth-child(5) { animation-delay: .32s; } .chart span:nth-child(6) { animation-delay: .4s; } .chart span:nth-child(7) { animation-delay: .48s; }
@keyframes grow { from { transform: scaleY(0); } }
.float-card {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: -8px;
  display: flex;
  width: 230px;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid #e1e9f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.float-card .icon { flex: 0 0 45px; }
.float-card strong, .float-card small { display: block; }
.float-card small { color: var(--muted); font-size: .72rem; }

.icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  color: var(--blue);
  background: linear-gradient(145deg, #eaf2ff, #f1fbff);
}
.icon svg { width: 24px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  position: relative;
  overflow: hidden;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 9px 35px rgba(15,55,110,.05);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-6px); border-color: #b9d1fb; box-shadow: var(--shadow); }
.card h3 { margin: 20px 0 9px; font-size: 1.16rem; line-height: 1.3; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; color: var(--blue); font-size: .88rem; font-weight: 800; }
.card-link svg { width: 16px; transition: transform .2s; }
.card:hover .card-link svg { transform: translateX(4px); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.visual-panel {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(145deg, #0b2860, #1769ff);
  box-shadow: var(--shadow);
}
.visual-panel::before { position: absolute; width: 370px; height: 370px; top: -130px; right: -100px; content: ""; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; }
.visual-content { position: absolute; inset: 70px 45px; display: grid; place-items: center; }
.network { position: relative; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.network::before, .network::after { position: absolute; inset: 50px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.network::after { inset: 108px; background: rgba(255,255,255,.12); }
.node { position: absolute; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; color: #fff; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); box-shadow: 0 12px 35px rgba(0,0,0,.15); }
.node svg { width: 26px; }
.node.n1 { top: -10px; left: 135px; } .node.n2 { top: 125px; right: -15px; } .node.n3 { bottom: -8px; left: 135px; } .node.n4 { top: 125px; left: -15px; }
.check-list { display: grid; gap: 15px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: #33415e; font-weight: 600; }
.check-list svg { width: 21px; flex: 0 0 auto; margin-top: 2px; color: var(--blue); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.14); }
.stat { padding: 35px 25px; text-align: center; background: rgba(8,27,65,.82); }
.stat strong { display: block; color: #fff; font-size: 2.2rem; letter-spacing: -.04em; }
.stat span { color: #aebfdf; font-size: .86rem; }
.cta {
  position: relative;
  overflow: hidden;
  padding: 60px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(120deg, #0c51da, #168de8);
  box-shadow: 0 25px 70px rgba(23,105,255,.25);
}
.cta::after { position: absolute; top: -120px; right: -70px; width: 330px; height: 330px; content: ""; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta h2 { max-width: 670px; margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; letter-spacing: -.04em; }
.cta p { max-width: 630px; margin: 15px 0 0; color: #dcecff; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 90px;
  text-align: center;
  background: linear-gradient(180deg, #f3f8ff, #fff);
}
.page-hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 0, rgba(23,105,255,.18), transparent 40%); }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 850px; margin: 0 auto; font-size: clamp(2.8rem, 6vw, 4.7rem); line-height: 1.03; letter-spacing: -.06em; }
.page-hero p { max-width: 700px; margin: 23px auto 0; color: var(--muted); font-size: 1.1rem; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.breadcrumb a { color: var(--blue); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value { padding: 26px; border-left: 3px solid var(--blue); border-radius: 0 18px 18px 0; background: #fff; box-shadow: 0 8px 30px rgba(15,55,110,.06); }
.value h3 { margin: 0 0 8px; }
.value p { margin: 0; color: var(--muted); font-size: .92rem; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.statement { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.statement h2 { margin: 13px 0 12px; font-size: 2rem; }
.statement p { margin: 0; color: var(--muted); }
.goals { counter-reset: goal; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 45px; margin: 35px 0 0; padding: 0; list-style: none; }
.goals li { display: flex; align-items: flex-start; gap: 15px; color: #35425e; }
.goals li::before { counter-increment: goal; content: counter(goal, decimal-leading-zero); color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .06em; }

.service-block { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; padding: 60px 0; border-bottom: 1px solid var(--line); }
.service-block:last-child { border-bottom: 0; }
.service-number { margin-bottom: 18px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.service-block h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.15; letter-spacing: -.04em; }
.service-detail > p { margin: 0 0 25px; color: var(--muted); font-size: 1.04rem; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; }
.tag { padding: 8px 13px; border: 1px solid #d7e5fa; border-radius: 999px; color: #294065; background: #f6f9ff; font-size: .82rem; font-weight: 700; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.contact-info { padding: 40px; border-radius: 25px; color: #fff; background: linear-gradient(145deg, #081a40, #0c3b89); }
.contact-info h2 { margin: 0 0 12px; font-size: 2rem; }
.contact-info > p { margin: 0 0 35px; color: #bac9e7; }
.contact-row { display: flex; gap: 15px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-row .icon { flex: 0 0 45px; color: #fff; background: rgba(255,255,255,.1); }
.contact-row strong, .contact-row span, .contact-row a { display: block; }
.contact-row span, .contact-row a { margin-top: 3px; color: #c7d5ee; font-size: .9rem; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 38px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 750; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cad7ea;
  border-radius: 10px;
  outline: none;
  color: var(--ink);
  background: #fbfdff;
  transition: border .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,105,255,.1); }
.form-status { grid-column: 1 / -1; display: none; padding: 12px 15px; border-radius: 10px; color: #08704d; background: #e8fbf4; font-size: .9rem; font-weight: 700; }
.map-placeholder {
  display: grid;
  min-height: 370px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 25px;
  text-align: center;
  background:
    linear-gradient(30deg, transparent 49%, rgba(23,105,255,.07) 50%, transparent 51%) 0 0/80px 80px,
    linear-gradient(-30deg, transparent 49%, rgba(23,105,255,.07) 50%, transparent 51%) 0 0/80px 80px,
    #f4f8ff;
}
.map-pin { display: grid; width: 70px; height: 70px; margin: 0 auto 15px; place-items: center; border-radius: 50% 50% 50% 0; color: #fff; background: var(--blue); transform: rotate(-45deg); box-shadow: var(--shadow); }
.map-pin svg { width: 28px; transform: rotate(45deg); }
.map-placeholder h3 { margin: 0; }
.map-placeholder p { margin: 5px 0 0; color: var(--muted); }

.site-footer { padding: 75px 0 25px; color: #c2cee4; background: #07132f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 50px; }
.site-footer .brand { color: #fff; }
.footer-about { max-width: 350px; margin: 20px 0; color: #99a9c7; font-size: .9rem; }
.site-footer h3 { margin: 5px 0 20px; color: #fff; font-size: .95rem; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { color: #9eaecc; font-size: .88rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.socials { display: flex; gap: 9px; }
.socials a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #fff; }
.socials svg { width: 18px; }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.11); color: #8393b1; font-size: .78rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .section { padding: 80px 0; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 80px; }
  .hero-visual { min-height: 420px; }
  .dashboard { right: 8%; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-block { grid-template-columns: 1fr; gap: 22px; }
  .nav-links { position: fixed; inset: 77px 0 auto; display: grid; gap: 0; padding: 20px; transform: translateY(-130%); border-bottom: 1px solid var(--line); background: #fff; transition: transform .3s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-links > a { padding: 14px; }
  .nav-links > a::after { display: none; }
  .nav-links .button { margin-top: 8px; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 65px 0; }
  .hero { min-height: auto; padding: 70px 0 55px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-grid { gap: 35px; }
  .hero-actions .button { width: 100%; }
  .hero-note { gap: 10px 18px; }
  .hero-visual { min-height: 340px; }
  .dashboard { top: 15px; right: 0; width: 96%; padding: 15px; }
  .metric { padding: 10px; }
  .metric strong { font-size: 1rem; }
  .chart { height: 110px; }
  .float-card { bottom: 0; left: 0; width: 205px; }
  .cards, .value-grid, .statement-grid, .goals, .form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .card { padding: 24px; }
  .visual-panel { min-height: 370px; }
  .visual-content { inset: 50px 25px; }
  .network { transform: scale(.78); }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 25px 12px; }
  .stat strong { font-size: 1.75rem; }
  .cta { padding: 40px 25px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 75px 0 65px; }
  .service-block { padding: 42px 0; }
  .contact-info, .form { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .copyright { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
