:root {
  --ink: #07111f;
  --muted: #667085;
  --line: #e6eaf0;
  --surface: #ffffff;
  --soft: #f6f8fb;
  --blue: #2563eb;
  --blue-dark: #123b7a;
  --orange: #f26a21;
  --gold: #f59e0b;
  --green: #0f766e;
  --danger: #b42318;
  --shadow: 0 24px 80px rgba(7, 17, 31, 0.10);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
p { color: var(--muted); margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -0.04em; color: var(--ink); }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { color: var(--orange); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; margin-bottom: .9rem; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: #475467; max-width: 780px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.section { padding: clamp(70px, 8vw, 118px) 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #d0d5dd; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid rgba(230,234,240,.85);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand img { width: 52px; height: 52px; border-radius: 16px; object-fit: contain; box-shadow: 0 12px 30px rgba(7,17,31,.08); background: #fff; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 1.25rem; letter-spacing: -.04em; }
.brand small { color: var(--muted); font-weight: 700; font-size: .82rem; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { text-decoration: none; color: #344054; font-weight: 800; font-size: .94rem; padding: 10px 14px; border-radius: 999px; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { background: #eef4ff; color: var(--blue); }
.main-nav .nav-cta { background: var(--ink); color: #fff; padding-inline: 18px; box-shadow: 0 14px 30px rgba(7,17,31,.16); }
.main-nav .nav-cta:hover, .main-nav .nav-cta.active { background: var(--blue); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 18px; height: 2px; background: var(--ink); border-radius: 99px; transition: .2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 110px) 0 80px; background: radial-gradient(circle at top left, rgba(242,106,33,.18), transparent 34%), linear-gradient(135deg, #f8fbff 0%, #fff 46%, #f4f7fb 100%); }
.hero::before { content: ''; position: absolute; width: 420px; height: 420px; right: -140px; top: 80px; background: radial-gradient(circle, rgba(37,99,235,.15), transparent 65%); border-radius: 999px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(34px, 6vw, 76px); position: relative; z-index: 1; }
.hero h1, .page-hero h1 { font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -.08em; max-width: 850px; }
.hero h1 span, .highlight { color: var(--orange); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 20px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-weight: 900; cursor: pointer; transition: .2s ease; }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 18px 45px rgba(7,17,31,.18); }
.btn-primary:hover { transform: translateY(-2px); background: var(--blue); }
.btn-secondary { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: 0 12px 35px rgba(7,17,31,.06); }
.btn-secondary:hover { transform: translateY(-2px); border-color: #b9c5d6; }
.hero-card { position: relative; border-radius: 40px; overflow: hidden; box-shadow: var(--shadow); background: #111; min-height: 560px; }
.hero-card img { width: 100%; height: 560px; object-fit: cover; }
.hero-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,17,31,.76)); }
.hero-float { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 1; padding: 22px; border-radius: 26px; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat strong { display: block; font-size: 1.55rem; color: var(--ink); letter-spacing: -.05em; }
.stat span { color: var(--muted); font-size: .82rem; font-weight: 800; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 50px; }
.trust-item { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 20px; padding: 18px; font-weight: 900; color: #344054; display: flex; gap: 10px; align-items: center; }
.trust-item i { color: var(--orange); }

.page-hero { padding: 82px 0; background: linear-gradient(135deg, #f7faff, #fff 48%, #fff4ed); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.page-hero img { border-radius: 34px; height: 440px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 40px rgba(7,17,31,.05); transition: .2s ease; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.card-dark { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.card-dark p, .card-dark li { color: #d0d5dd; }
.icon { width: 52px; height: 52px; border-radius: 18px; background: #fff4ed; color: var(--orange); display: grid; place-items: center; font-size: 1.2rem; margin-bottom: 18px; }
.card h3 { font-size: 1.28rem; margin-bottom: 12px; }
.card ul, .check-list { padding: 0; margin: 18px 0 0; list-style: none; display: grid; gap: 10px; }
.card li, .check-list li { color: #475467; display: flex; gap: 10px; }
.card li::before, .check-list li::before { content: '✓'; color: var(--green); font-weight: 900; }
.split-image { border-radius: 34px; width: 100%; min-height: 500px; object-fit: cover; box-shadow: var(--shadow); }
.process { counter-reset: step; display: grid; gap: 16px; }
.process .step { counter-increment: step; display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; padding: 22px; border-radius: 24px; background: #fff; border: 1px solid var(--line); }
.process .step::before { content: counter(step); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--ink); color: #fff; font-weight: 900; }
.step h3 { font-size: 1.12rem; margin-bottom: 6px; }

.service-card { min-height: 100%; }
.service-card .tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #eef4ff; color: var(--blue); font-weight: 900; font-size: .78rem; margin-bottom: 16px; }
.sector-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; }
.sector-list span { border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; color: #344054; font-weight: 800; background: #fff; }
.team-card { text-align: left; }
.avatar { width: 96px; height: 96px; border-radius: 28px; display: grid; place-items: center; background: linear-gradient(135deg, var(--ink), var(--blue)); color: #fff; font-size: 2rem; font-weight: 900; margin-bottom: 18px; }
.role { color: var(--orange); font-weight: 900; margin: 8px 0 14px; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insight-card { padding: 0; overflow: hidden; }
.insight-card img { height: 210px; width: 100%; object-fit: cover; }
.insight-body { padding: 24px; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }
.tag { background: #eef4ff; color: var(--blue-dark); border-radius: 999px; padding: 6px 10px; font-size: .78rem; font-weight: 900; }
.read-more { color: var(--blue); font-weight: 900; text-decoration: none; }
.article { max-width: 900px; margin: 0 auto; }
.article img { border-radius: 34px; width: 100%; max-height: 460px; object-fit: cover; box-shadow: var(--shadow); margin: 28px 0; }
.article-content { font-size: 1.08rem; }
.article-content h2 { margin: 34px 0 12px; font-size: 1.9rem; }
.article-content p { color: #475467; }
.article-meta { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-list { display: grid; gap: 14px; margin-top: 24px; }
.contact-item { padding: 18px; border-radius: 22px; border: 1px solid var(--line); background: #fff; display: flex; gap: 14px; align-items: flex-start; }
.contact-item i { color: var(--orange); width: 22px; margin-top: 4px; }
.form-grid { display: grid; gap: 16px; }
label { display: block; font-weight: 900; color: #344054; margin-bottom: 8px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; font: inherit; outline: none; background: #fff; transition: .2s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37,99,235,.10); }
textarea { resize: vertical; min-height: 150px; }
button.btn { border: 0; }
.alert { border-radius: 18px; padding: 14px 16px; margin-bottom: 18px; font-weight: 800; display: none; }
.alert.success { background: #ecfdf3; color: #067647; border: 1px solid #abefc6; }
.alert.error { background: #fef3f2; color: var(--danger); border: 1px solid #fecdca; }
.alert.is-visible { display: block; }

.site-footer { background: var(--ink); color: #d0d5dd; padding: 70px 0 28px; }
.site-footer p, .site-footer a { color: #d0d5dd; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr 1fr; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-weight: 900; color: #fff !important; margin-bottom: 16px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 14px; background: #fff; }
.site-footer h4 { color: #fff; margin-bottom: 16px; font-size: 1rem; }
.site-footer h4 + a, .site-footer div > a:not(.footer-brand):not(.footer-button) { display: block; margin-bottom: 10px; }
.footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.footer-socials a { width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center; background: rgba(255,255,255,.08); }
.footer-button { display: inline-flex; margin-top: 8px; background: var(--orange); color: #fff !important; padding: 11px 15px; border-radius: 999px; font-weight: 900; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #98a2b3; }

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; top: 82px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); transform: translateY(-14px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px; }
  .hero-grid, .page-hero-grid, .grid-2, .contact-grid { grid-template-columns: 1fr; }
  .grid-3, .insights-grid { grid-template-columns: 1fr 1fr; }
  .grid-4, .trust-strip, .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-card, .hero-card img { min-height: 460px; height: 460px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { height: 74px; }
  .brand small { display: none; }
  .brand img { width: 46px; height: 46px; }
  .main-nav { top: 74px; }
  .hero { padding-top: 48px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero-card, .hero-card img { min-height: 380px; height: 380px; border-radius: 28px; }
  .hero-float { grid-template-columns: 1fr; position: relative; left: auto; right: auto; bottom: auto; margin: -86px 14px 16px; }
  .trust-strip, .grid-3, .grid-4, .insights-grid, .footer-grid, .sector-list { grid-template-columns: 1fr; }
  .page-hero img { height: 320px; }
  .section { padding: 64px 0; }
  .footer-bottom { display: grid; }
}
