
:root{
  --navy:#0f1c3f;
  --navy-2:#142754;
  --navy-3:#1c3270;
  --ink:#162033;
  --muted:#667189;
  --line:#d8deea;
  --soft:#f5f7fb;
  --white:#ffffff;
  --gold:#c7a96b;
  --gold-soft:#f2eadc;
  --success:#1f7a5a;
  --shadow:0 18px 40px rgba(15,28,63,.10);
  --shadow-soft:0 12px 30px rgba(15,28,63,.08);
  --radius:22px;
  --radius-sm:16px;
  --container:min(1180px, calc(100% - 32px));
  --section:88px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.65;
  text-rendering:optimizeLegibility;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
p{margin:0 0 18px}
h1,h2,h3,h4{
  margin:0 0 16px;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:var(--navy);
}
h1{font-size:clamp(2.3rem, 5vw, 4.4rem)}
h2{font-size:clamp(1.7rem, 3.2vw, 2.7rem)}
h3{font-size:clamp(1.1rem, 2vw, 1.4rem)}
small, .small{font-size:.92rem}
.muted{color:var(--muted)}
.container{width:var(--container); margin:0 auto}
.section{padding:var(--section) 0}
.section-tight{padding:60px 0}
.section-soft{background:var(--soft)}
.section-dark{
  background:linear-gradient(160deg, var(--navy) 0%, #0c1735 100%);
  color:rgba(255,255,255,.92);
}
.section-dark h2, .section-dark h3, .section-dark h1{color:#fff}
.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(15,28,63,.06);
  color:var(--navy);
  font-weight:700;
  font-size:.92rem;
}
.badge.gold{background:var(--gold-soft); color:#7b5a20}
.badge.dark{background:rgba(255,255,255,.12); color:#fff}
.kicker{
  color:var(--navy-3);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
  font-size:.82rem;
  margin-bottom:16px;
}
.lead{
  font-size:1.12rem;
  color:var(--muted);
  max-width:760px;
}
.btn-row{display:flex; flex-wrap:wrap; gap:14px; margin-top:28px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  font-weight:700;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  border:1px solid transparent;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  color:#fff;
  box-shadow:var(--shadow-soft);
}
.btn-secondary{
  background:#fff;
  color:var(--navy);
  border-color:rgba(15,28,63,.14);
}
.btn-ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.25);
}
.btn-block{width:100%}
.link-arrow{font-weight:700; color:var(--navy)}
.link-arrow::after{content:" →"}

.skip-link{
  position:absolute; left:-9999px; top:0;
}
.skip-link:focus{
  left:16px; top:16px; z-index:1000; background:#fff; padding:10px 14px; border-radius:12px;
  box-shadow:var(--shadow-soft);
}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(15,28,63,.08);
}
.header-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:78px;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:900;
  color:var(--navy);
  letter-spacing:-0.03em;
}
.brand-mark{
  width:42px; height:42px; border-radius:14px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.28), transparent 46%),
    linear-gradient(135deg, var(--navy-3), var(--navy));
  box-shadow:0 10px 22px rgba(15,28,63,.22);
  position:relative;
}
.brand-mark::before,
.brand-mark::after{
  content:"";
  position:absolute;
  background:rgba(255,255,255,.92);
  border-radius:999px;
}
.brand-mark::before{width:19px; height:3px; left:11px; top:13px}
.brand-mark::after{width:14px; height:3px; left:11px; top:23px}
.brand small{
  display:block; font-weight:700; color:var(--muted); letter-spacing:0; margin-top:2px;
}
.nav-toggle{
  display:none;
  width:46px; height:46px; border-radius:14px; border:1px solid rgba(15,28,63,.1); background:#fff;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after{
  display:block;
  width:18px;
  height:2px;
  background:var(--navy);
  border-radius:999px;
  margin:0 auto;
  position:relative;
}
.nav-toggle span::before,
.nav-toggle span::after{content:""; position:absolute; left:0}
.nav-toggle span::before{top:-6px}
.nav-toggle span::after{top:6px}
.nav-wrap{
  display:flex;
  align-items:center;
  gap:20px;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}
.site-nav a{
  padding:10px 14px;
  border-radius:999px;
  color:var(--muted);
  font-weight:700;
  font-size:.95rem;
}
.site-nav a:hover,
.site-nav a.active{
  background:rgba(15,28,63,.06);
  color:var(--navy);
}
.header-cta{display:flex; align-items:center; gap:12px}

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(199,169,107,.18), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(255,255,255,.08), transparent 20%),
    linear-gradient(160deg, var(--navy) 0%, #0d1837 75%);
  color:rgba(255,255,255,.92);
}
.hero::before{
  content:"";
  position:absolute;
  inset:auto -10% -70px auto;
  width:440px; height:440px;
  background:radial-gradient(circle, rgba(199,169,107,.18), transparent 62%);
  filter:blur(8px);
}
.hero .section{padding:84px 0 88px}
.hero-grid{
  display:grid;
  grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr);
  gap:44px;
  align-items:center;
}
.hero h1,.hero h2,.hero h3{color:#fff}
.hero p.lead{color:rgba(255,255,255,.76)}
.hero-card{
  position:relative;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 40px rgba(0,0,0,.15);
}
.hero-card::after{
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  pointer-events:none;
}
.hero-stack{display:grid; gap:16px}
.mini-stat{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:18px;
  background:rgba(255,255,255,.05);
  border-radius:18px;
}
.mini-stat strong{display:block; color:#fff; font-size:1.06rem}
.mini-icon{
  flex:0 0 42px;
  width:42px; height:42px; border-radius:14px;
  background:rgba(255,255,255,.12);
  display:grid; place-items:center;
  font-weight:900;
  color:#fff;
}
.hero-note{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.78);
  font-size:.96rem;
}

.grid{
  display:grid;
  gap:22px;
}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{
  background:#fff;
  border:1px solid rgba(15,28,63,.08);
  border-radius:var(--radius);
  padding:26px;
  box-shadow:var(--shadow-soft);
}
.card.soft{
  background:linear-gradient(180deg, #fff 0%, #fafbfd 100%);
}
.card.dark{
  background:linear-gradient(160deg, var(--navy) 0%, #0e1734 100%);
  color:rgba(255,255,255,.88);
  border-color:rgba(255,255,255,.08);
}
.card.dark h3, .card.dark h2{color:#fff}
.card h3{margin-bottom:12px}
.icon-badge{
  width:46px; height:46px; border-radius:16px;
  display:grid; place-items:center;
  background:rgba(15,28,63,.06);
  color:var(--navy);
  font-weight:900;
  margin-bottom:18px;
}
.card.dark .icon-badge{
  background:rgba(255,255,255,.09);
  color:#fff;
}
.value-list{
  display:grid;
  gap:14px;
}
.value-item{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:12px;
  align-items:flex-start;
}
.value-item .tick{
  width:24px; height:24px;
  border-radius:999px;
  background:rgba(15,28,63,.07);
  color:var(--navy-3);
  display:grid; place-items:center;
  font-size:.82rem;
  font-weight:800;
  margin-top:2px;
}
.section-dark .value-item .tick,
.card.dark .value-item .tick{
  background:rgba(255,255,255,.1);
  color:#fff;
}
.eyebrow-row{
  display:flex; justify-content:space-between; gap:20px; align-items:flex-end; margin-bottom:28px;
}
.eyebrow-row .lead{margin:0}
.service-card p, .industry-card p, .kpi-card p{margin-bottom:0}
.service-card h3, .industry-card h3, .kpi-card h3{margin-bottom:10px}
.service-card .icon-badge, .industry-card .icon-badge, .kpi-card .icon-badge{margin-bottom:14px}

.band{
  padding:20px 24px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(15,28,63,.06), rgba(15,28,63,.03));
  border:1px solid rgba(15,28,63,.07);
  display:flex;
  flex-wrap:wrap;
  gap:16px 28px;
  align-items:center;
  justify-content:space-between;
}
.band strong{color:var(--navy)}
.stat-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.stat-card{
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(15,28,63,.08);
  box-shadow:var(--shadow-soft);
}
.stat-card .stat-label{
  font-weight:800;
  color:var(--navy);
  margin-bottom:10px;
}
.process{
  position:relative;
}
.process::before{
  content:"";
  position:absolute;
  left:25px; top:22px; bottom:22px;
  width:2px;
  background:linear-gradient(180deg, rgba(15,28,63,.16), rgba(15,28,63,.02));
}
.process-step{
  position:relative;
  padding-left:78px;
  margin-bottom:24px;
}
.process-step:last-child{margin-bottom:0}
.step-number{
  position:absolute;
  left:0; top:0;
  width:52px; height:52px;
  border-radius:18px;
  background:linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  color:#fff;
  display:grid; place-items:center;
  font-weight:900;
  box-shadow:var(--shadow-soft);
}

.split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);
  gap:36px;
  align-items:start;
}
.callout{
  background:linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  border:1px solid rgba(15,28,63,.08);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow-soft);
}
.callout.dark{
  background:linear-gradient(160deg, var(--navy) 0%, #0d1838 100%);
  color:rgba(255,255,255,.88);
}
.callout.dark h3, .callout.dark h2{color:#fff}
.callout ul, .card ul{
  margin:0; padding-left:18px; color:var(--muted);
}
.callout.dark ul, .card.dark ul{color:rgba(255,255,255,.76)}
.checks{
  display:grid;
  gap:12px;
}
.check{
  display:flex; gap:12px; align-items:flex-start;
}
.check span:first-child{
  width:22px; height:22px; border-radius:999px; flex:0 0 22px;
  display:grid; place-items:center;
  background:rgba(15,28,63,.07);
  color:var(--navy);
  font-size:.8rem; font-weight:900;
  margin-top:2px;
}
.callout.dark .check span:first-child{background:rgba(255,255,255,.1); color:#fff}

.compare{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.compare-box{
  border:1px solid rgba(15,28,63,.08);
  border-radius:24px;
  padding:24px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.compare-box h3{margin-bottom:8px}
.compare-box.generic{background:#fcfcfd}
.compare-box.skill{background:linear-gradient(180deg, #fff 0%, #f7f9fe 100%)}
.table-like{
  display:grid;
  gap:14px;
}
.table-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:14px;
}
.table-cell{
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(15,28,63,.07);
  background:#fff;
}
.label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,28,63,.06);
  color:var(--navy);
  font-size:.82rem;
  font-weight:800;
  margin-bottom:10px;
}

.case-note{
  padding:14px 16px;
  border-radius:18px;
  background:var(--gold-soft);
  color:#71511d;
  font-weight:700;
  font-size:.95rem;
  display:inline-block;
}
.case-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.case-grid .card{padding:22px}
.faq-list{display:grid; gap:14px}
details.faq-item{
  border:1px solid rgba(15,28,63,.08);
  border-radius:20px;
  background:#fff;
  padding:0 22px;
  box-shadow:var(--shadow-soft);
}
details.faq-item summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  font-weight:800;
  color:var(--navy);
  padding:20px 0;
}
details.faq-item summary::-webkit-details-marker{display:none}
details.faq-item p, details.faq-item ul{padding-bottom:20px; color:var(--muted)}
details.faq-item[open] summary{padding-bottom:12px}

.form-shell{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);
  gap:26px;
}
.form-card{
  background:#fff;
  border:1px solid rgba(15,28,63,.08);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow-soft);
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.field{display:grid; gap:8px}
.field.full{grid-column:1 / -1}
label{font-weight:700; color:var(--navy)}
input, select, textarea{
  width:100%;
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(15,28,63,.12);
  padding:0 16px;
  font:inherit;
  color:var(--ink);
  background:#fff;
  transition:border-color .18s ease, box-shadow .18s ease;
}
textarea{min-height:150px; padding:14px 16px; resize:vertical}
input:focus, select:focus, textarea:focus{
  outline:none;
  border-color:rgba(28,50,112,.5);
  box-shadow:0 0 0 4px rgba(28,50,112,.08);
}
.form-note{
  margin-top:14px;
  color:var(--muted);
  font-size:.95rem;
}
.contact-block{
  display:grid;
  gap:16px;
}
.contact-line{
  padding:18px;
  border-radius:18px;
  background:rgba(15,28,63,.04);
  border:1px solid rgba(15,28,63,.07);
}
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.chip{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(15,28,63,.06);
  color:var(--navy);
  font-weight:700;
  font-size:.92rem;
}
.article-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  height:100%;
}
.article-card .chip{width:max-content}
.policy{
  display:grid;
  gap:26px;
}
.policy-section{
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(15,28,63,.08);
  box-shadow:var(--shadow-soft);
}
.policy-section h2{font-size:1.65rem; margin-bottom:12px}
.policy-section ul{margin:0; padding-left:20px; color:var(--muted)}
.center{
  text-align:center;
  max-width:820px;
  margin:0 auto;
}
.cta-panel{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  padding:34px;
  background:linear-gradient(160deg, var(--navy) 0%, #0b1733 100%);
  color:rgba(255,255,255,.9);
  box-shadow:var(--shadow);
}
.cta-panel::before{
  content:"";
  position:absolute;
  inset:auto -60px -120px auto;
  width:260px; height:260px;
  background:radial-gradient(circle, rgba(199,169,107,.22), transparent 62%);
}
.cta-panel h2, .cta-panel h3{color:#fff}
.cta-panel .lead{color:rgba(255,255,255,.76)}

.site-footer{
  background:#0b1430;
  color:rgba(255,255,255,.78);
  padding:56px 0 28px;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) repeat(2,minmax(0,.7fr));
  gap:28px;
  padding-bottom:30px;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.site-footer h3{color:#fff; margin-bottom:14px}
.site-footer a{color:rgba(255,255,255,.78)}
.site-footer a:hover{color:#fff}
.footer-links{
  display:grid;
  gap:10px;
}
.footer-note{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-top:20px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.58);
  font-size:.92rem;
}
.footer-brand p{max-width:520px}
.inline-icon{
  display:inline-flex; width:10px; height:10px; border-radius:999px; background:var(--gold); margin-right:8px;
}
.empty-state{
  min-height:58vh;
  display:grid;
  place-items:center;
}
.empty-card{
  max-width:720px;
  text-align:center;
  padding:40px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(15,28,63,.08);
  box-shadow:var(--shadow);
}
.legal-disclaimer{
  padding:18px 22px;
  border-radius:20px;
  background:rgba(199,169,107,.14);
  color:#72511d;
  border:1px solid rgba(199,169,107,.3);
}
.sticky-note{
  position:sticky; top:98px;
}
.page-intro{margin-bottom:34px}
hr.sep{
  height:1px; border:0; background:rgba(15,28,63,.08); margin:34px 0;
}

@media (max-width: 1080px){
  :root{--section:76px}
  .hero-grid, .split, .form-shell, .footer-grid, .grid-4, .grid-3, .stat-grid, .case-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .grid-4 .card:last-child:nth-child(odd),
  .case-grid .card:last-child:nth-child(odd){grid-column:1 / -1}
}
@media (max-width: 860px){
  .nav-toggle{display:grid; place-items:center}
  .nav-wrap{
    display:none;
    position:absolute;
    left:16px; right:16px; top:76px;
    background:#fff;
    border:1px solid rgba(15,28,63,.08);
    border-radius:24px;
    box-shadow:var(--shadow);
    padding:18px;
    flex-direction:column;
    align-items:stretch;
  }
  .nav-wrap.open{display:flex}
  .site-nav{flex-direction:column; align-items:stretch}
  .site-nav a{border-radius:14px}
  .header-cta{flex-direction:column}
  .hero-grid, .split, .compare, .form-shell, .footer-grid, .grid-4, .grid-3, .grid-2, .stat-grid, .case-grid, .table-row{
    grid-template-columns:1fr;
  }
  .eyebrow-row{flex-direction:column; align-items:flex-start}
  .process::before{left:25px}
  .form-grid{grid-template-columns:1fr}
}
@media (max-width: 560px){
  body{font-size:15.5px}
  .container{width:min(100% - 20px, 1180px)}
  .hero .section{padding:72px 0}
  .card, .form-card, .callout, .policy-section, .cta-panel, .empty-card{padding:22px}
  .site-header .container{width:min(100% - 20px, 1180px)}
}


.brand-mark-img{width:42px;height:42px;display:block;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(15,28,63,.18));}
.hero-page{grid-template-columns:minmax(0,1.02fr) minmax(300px,.98fr);}
.visual-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.15);}
.hero .visual-card{color:rgba(255,255,255,.86);}
.visual-card p{margin:14px 2px 0;color:inherit;}
.hero-figure{width:100%;height:auto;display:block;border-radius:22px;background:rgba(255,255,255,.12);}
.visual-caption{font-size:.97rem;line-height:1.65;color:rgba(255,255,255,.8)!important;}
.hero-card.visual-card{padding:20px;}
.hero-card.visual-card .hero-figure{margin-bottom:16px;}
form#consultation-form{scroll-margin-top:120px;}
.contact-line a.link-arrow{word-break:break-word;}
