:root {
  --ink: #07111f;
  --ink-2: #0c1a2d;
  --text: #243247;
  --muted: #66758b;
  --line: #dfe6ef;
  --surface: #f4f7fb;
  --white: #ffffff;
  --blue: #5b8cff;
  --cyan: #36d1dc;
  --green: #46d39a;
  --shadow: 0 20px 60px rgba(7, 17, 31, 0.12);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.bg-soft { background: var(--surface); }
.bg-ink { background: var(--ink); color: var(--white); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin-bottom: 15px; color: #236ab5; font-size: 0.78rem;
  font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: linear-gradient(90deg,var(--cyan),var(--blue)); }
.bg-ink .eyebrow { color: #8bdff0; }
h1,h2,h3,h4 { margin: 0 0 18px; color: var(--ink); line-height: 1.08; letter-spacing: -.035em; }
.bg-ink h1,.bg-ink h2,.bg-ink h3,.bg-ink h4 { color: var(--white); }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.15rem, 4.4vw, 4rem); }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
p { margin: 0 0 20px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); max-width: 760px; }
.bg-ink .lead, .bg-ink p { color: #b9c6d8; }
.text-gradient { background: linear-gradient(105deg,var(--cyan),#93b6ff 65%); -webkit-background-clip: text; background-clip:text; color:transparent; }
.text-center { text-align: center; }
.text-center .lead { margin-inline: auto; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stack { display: grid; gap: 24px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 800; transition: .25s ease;
}
.btn-primary { background: linear-gradient(100deg,var(--cyan),var(--blue)); color: var(--ink); box-shadow: 0 13px 30px rgba(91,140,255,.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(91,140,255,.34); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: #142842; transform: translateY(-2px); }
.btn-outline { border-color: rgba(255,255,255,.3); color: var(--white); }
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); }
.btn-light-outline { border-color: var(--line); color: var(--ink); }
.btn-light-outline:hover { border-color: var(--blue); color: #2a63c8; }
.button-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.88); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,230,239,.8);
}
.nav-shell { height: 82px; display:flex; align-items:center; justify-content:space-between; gap: 24px; }
.brand img { width: 250px; height:auto; }
.desktop-nav { display:flex; align-items:center; gap: 30px; font-weight: 750; font-size:.94rem; }
.desktop-nav a { position:relative; padding: 28px 0; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:20px; height:2px; background:linear-gradient(90deg,var(--cyan),var(--blue)); transition:.25s; }
.desktop-nav a:hover::after,.desktop-nav a.active::after { right:0; }
.nav-actions { display:flex; align-items:center; gap:12px; }
.menu-toggle { display:none; width:46px; height:46px; border:1px solid var(--line); background:var(--white); border-radius:50%; }
.menu-toggle span { display:block; width:20px; height:2px; background:var(--ink); margin:4px auto; transition:.25s; }
.mobile-menu { display:none; position:fixed; inset:82px 0 0; background:var(--white); padding:24px 20px 40px; overflow:auto; z-index:999; }
.mobile-menu a { display:block; padding:16px 8px; border-bottom:1px solid var(--line); font-size:1.08rem; font-weight:800; }
.mobile-menu .btn { margin-top:22px; width:100%; }

/* Hero */
.hero { position:relative; overflow:hidden; padding: 80px 0 90px; background:
  radial-gradient(circle at 13% 15%, rgba(54,209,220,.2), transparent 26%),
  radial-gradient(circle at 82% 12%, rgba(91,140,255,.25), transparent 28%),
  var(--ink);
}
.hero::after { content:""; position:absolute; inset:0; opacity:.18; pointer-events:none;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size: 64px 64px;
}
.hero .container { position:relative; z-index:2; }
.hero-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap:56px; align-items:center; }
.hero h1 { color:var(--white); font-size:clamp(3.2rem,6.4vw,6.6rem); }
.hero-copy p { color:#b9c6d8; font-size:1.16rem; max-width:680px; }
.hero-visual { position:relative; }
.hero-visual img { border-radius: 30px; aspect-ratio: 4/3; object-fit:cover; box-shadow:0 32px 80px rgba(0,0,0,.42); border:1px solid rgba(255,255,255,.13); }
.float-card { position:absolute; background:rgba(255,255,255,.95); color:var(--ink); padding:17px 20px; border-radius:17px; box-shadow:var(--shadow); font-weight:800; }
.float-card small { display:block; color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:3px; }
.float-card.one { left:-30px; bottom:32px; }
.float-card.two { right:-22px; top:34px; }
.trust-row { display:flex; flex-wrap:wrap; align-items:center; gap:22px; margin-top:34px; color:#9fb0c5; font-size:.88rem; }
.trust-row span { display:flex; align-items:center; gap:8px; }
.trust-row i { width:8px; height:8px; background:var(--green); border-radius:50%; box-shadow:0 0 0 5px rgba(70,211,154,.12); }

/* Page hero */
.page-hero { padding: 92px 0 82px; background:
  radial-gradient(circle at 75% 0%, rgba(91,140,255,.32), transparent 29%),
  var(--ink); color:var(--white); overflow:hidden;
}
.page-hero h1 { color:var(--white); max-width:950px; }
.page-hero .lead { color:#b9c6d8; }
.breadcrumb { color:#8fa2bb; font-size:.9rem; margin-bottom:28px; }
.breadcrumb a { color:var(--cyan); }

/* Cards */
.card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:30px; transition:.25s ease; }
.card:hover { transform:translateY(-6px); box-shadow:var(--shadow); border-color:transparent; }
.icon-box { width:54px; height:54px; display:grid; place-items:center; border-radius:16px; background:linear-gradient(135deg,rgba(54,209,220,.18),rgba(91,140,255,.18)); color:#2b63c4; font-weight:900; margin-bottom:22px; }
.icon-box svg { width:28px; height:28px; }
.service-card { display:flex; flex-direction:column; min-height:100%; }
.service-card p { color:var(--muted); }
.service-card .text-link { margin-top:auto; }
.text-link { display:inline-flex; align-items:center; gap:8px; color:#2c66ca; font-weight:850; }
.text-link:hover { gap:13px; }

/* Media */
.media-frame { position:relative; }
.media-frame img { width:100%; border-radius:26px; aspect-ratio:4/3; object-fit:cover; }
.media-frame::before { content:""; position:absolute; inset:-18px 18px 18px -18px; border:1px solid rgba(91,140,255,.35); border-radius:28px; z-index:-1; }
.caption-card { position:absolute; right:-18px; bottom:24px; max-width:240px; background:var(--white); box-shadow:var(--shadow); border-radius:18px; padding:18px; color:var(--ink); font-weight:800; }

/* Stats */
.stats-band { margin-top:-38px; position:relative; z-index:5; }
.stats-shell { background:var(--white); border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow); padding:26px; display:grid; grid-template-columns:repeat(4,1fr); }
.stat { padding:15px 24px; border-right:1px solid var(--line); }
.stat:last-child { border-right:0; }
.stat strong { display:block; color:var(--ink); font-size:2rem; letter-spacing:-.04em; }
.stat span { color:var(--muted); font-size:.88rem; }

/* Process */
.process-step { position:relative; padding-left:76px; }
.process-step .num { position:absolute; left:0; top:0; width:52px; height:52px; display:grid; place-items:center; border-radius:50%; background:var(--ink); color:var(--white); font-weight:900; }
.process-step:not(:last-child)::after { content:""; position:absolute; left:25px; top:58px; bottom:-22px; width:2px; background:var(--line); }

/* Work */
.work-card { overflow:hidden; border-radius:24px; background:var(--ink); color:var(--white); position:relative; }
.work-card img { aspect-ratio:4/3; object-fit:cover; width:100%; transition:.5s; opacity:.86; }
.work-card:hover img { transform:scale(1.04); opacity:.62; }
.work-card .work-copy { position:absolute; inset:auto 0 0; padding:28px; background:linear-gradient(transparent,rgba(7,17,31,.96)); }
.work-card h3 { color:var(--white); margin-bottom:7px; }
.work-card p { color:#b9c6d8; margin:0; }

/* Lists */
.check-list { list-style:none; margin:25px 0 0; padding:0; display:grid; gap:12px; }
.check-list li { position:relative; padding-left:30px; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; width:21px; height:21px; display:grid; place-items:center; border-radius:50%; background:rgba(70,211,154,.14); color:#17845d; font-weight:900; }
.tag-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.tag { border:1px solid var(--line); border-radius:999px; padding:8px 13px; color:var(--muted); font-size:.86rem; background:var(--white); }

/* CTA */
.cta-shell { position:relative; overflow:hidden; border-radius:30px; padding:64px; background:
 radial-gradient(circle at 85% 10%,rgba(54,209,220,.35),transparent 30%),
 linear-gradient(135deg,#07111f,#102845); color:var(--white); }
.cta-shell h2 { color:var(--white); max-width:760px; }
.cta-shell p { color:#c4d0df; max-width:680px; }

/* Forms */
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:8px; }
.field.full { grid-column:1/-1; }
label { color:var(--ink); font-weight:800; font-size:.9rem; }
input, textarea, select { width:100%; border:1px solid var(--line); border-radius:14px; padding:15px 16px; color:var(--ink); background:var(--white); outline:none; transition:.2s; }
input:focus,textarea:focus,select:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(91,140,255,.12); }
textarea { min-height:150px; resize:vertical; }
.form-note { color:var(--muted); font-size:.82rem; margin-top:12px; }
.contact-card { display:flex; gap:16px; padding:22px 0; border-bottom:1px solid var(--line); }
.contact-card:last-child { border-bottom:0; }
.contact-card strong { display:block; color:var(--ink); margin-bottom:3px; }
.contact-card span { color:var(--muted); }
.contact-icon { flex:0 0 46px; height:46px; display:grid; place-items:center; border-radius:14px; background:var(--surface); color:#2d66c8; font-weight:900; }
.map-frame { width:100%; height:400px; border:0; border-radius:24px; }

/* FAQ */
.faq-list { display:grid; gap:12px; }
details { border:1px solid var(--line); border-radius:16px; background:var(--white); padding:0 20px; }
summary { list-style:none; cursor:pointer; padding:20px 38px 20px 0; color:var(--ink); font-weight:850; position:relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:0; top:17px; font-size:1.5rem; color:#2d66c8; }
details[open] summary::after { content:"−"; }
details p { color:var(--muted); padding-bottom:18px; }

/* Footer */
.site-footer { background:#050c16; color:#aebbd0; padding:72px 0 0; }
.footer-grid { display:grid; grid-template-columns:1.35fr .75fr .9fr 1.15fr; gap:42px; }
.footer-brand img { width:235px; filter:brightness(0) invert(1); margin-bottom:20px; }
.footer-title { color:var(--white); font-size:.95rem; letter-spacing:.08em; text-transform:uppercase; margin-bottom:20px; }
.footer-links { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.footer-links a:hover { color:var(--cyan); }
.footer-contact a { display:block; margin-bottom:9px; }
.footer-bottom { margin-top:54px; padding:22px 0; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:20px; font-size:.86rem; }
.footer-bottom a:hover { color:var(--cyan); }

/* Utility */
.notice { border-left:4px solid var(--blue); background:#edf4ff; padding:18px 20px; border-radius:0 14px 14px 0; color:#2f4c74; }
.quote { padding:28px; border-radius:22px; background:var(--ink); color:var(--white); }
.quote p { color:#d0d9e6; font-size:1.08rem; }
.quote strong { color:var(--cyan); }
.legal h2 { margin-top:42px; font-size:1.8rem; }
.legal h3 { margin-top:28px; }
.legal ul { padding-left:22px; }
.screen-reader { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Responsive */
@media (max-width: 1000px) {
  .desktop-nav,.nav-actions .btn { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu.open { display:block; }
  .hero-grid,.grid-2 { grid-template-columns:1fr; }
  .hero-visual { max-width:720px; margin-top:12px; }
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .stats-shell { grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2) { border-bottom:1px solid var(--line); }
}
@media (max-width: 760px) {
  .container { width:min(100% - 28px,var(--container)); }
  .section { padding:72px 0; }
  .section-sm { padding:48px 0; }
  .nav-shell { height:72px; }
  .brand img { width:210px; }
  .mobile-menu { inset:72px 0 0; }
  .hero { padding:58px 0 74px; }
  .hero h1 { font-size:clamp(2.7rem,14vw,4.4rem); }
  .page-hero { padding:64px 0 62px; }
  .grid-3,.grid-4 { grid-template-columns:1fr; }
  .stats-shell { grid-template-columns:1fr 1fr; padding:12px; }
  .stat { padding:14px; }
  .float-card.two { right:8px; top:10px; }
  .float-card.one { left:8px; bottom:12px; }
  .float-card { font-size:.83rem; padding:12px 14px; }
  .cta-shell { padding:42px 24px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}
@media (max-width: 440px) {
  .stats-shell { grid-template-columns:1fr; }
  .stat { border-right:0; border-bottom:1px solid var(--line); }
  .stat:last-child { border-bottom:0; }
  .button-row .btn { width:100%; }
}

/* Team page — names only */
.team-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 44px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.team-card {
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(54,209,220,.18), transparent 42%),
    var(--white);
}
.team-card::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  right: -28px;
  top: -28px;
  border: 1px solid rgba(91,140,255,.26);
  border-radius: 50%;
}
.team-number {
  color: #2d66c8;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 30px;
}
.team-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  overflow-wrap: anywhere;
}
.notice code {
  color: var(--ink);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(91,140,255,.18);
  border-radius: 6px;
  padding: 2px 6px;
}
@media (max-width: 1000px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .team-heading { grid-template-columns: 1fr; gap: 12px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 440px) {
  .team-grid { grid-template-columns: 1fr; }
  .team-card { min-height: 145px; }
}





.team-role {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}