
:root {
  --white: #ffffff;
  --canvas: #f5f7fb;
  --surface: #ffffff;
  --surface-2: #eef2f7;
  --ink: #14213d;
  --ink-soft: #435168;
  --muted: #718096;
  --line: #dce4ee;
  --blue: #0b5cff;
  --blue-dark: #063b9e;
  --blue-soft: #eaf1ff;
  --orange: #ff7a1a;
  --orange-dark: #d95000;
  --orange-soft: #fff1e7;
  --success: #11845b;
  --danger: #c9382e;
  --shadow-sm: 0 8px 28px rgba(20, 33, 61, .08);
  --shadow-md: 0 20px 55px rgba(20, 33, 61, .13);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(11,92,255,.2); }

.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 9999;
  padding: 12px 18px; border-radius: 10px; background: var(--ink); color: white;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section-sm { padding: 72px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 16px; color: var(--blue); font-size: .77rem; font-weight: 800;
  letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--orange); border-radius: 999px; }
.section-title { margin: 0; max-width: 820px; font-size: clamp(2rem, 4.4vw, 3.65rem); line-height: 1.08; letter-spacing: -.045em; }
.section-lead { max-width: 760px; margin: 24px 0 0; color: var(--ink-soft); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.8; }
.text-gradient { background: linear-gradient(110deg, var(--blue) 0%, #2678ff 48%, var(--orange) 110%); -webkit-background-clip: text; color: transparent; }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(220,228,238,.8);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.header-inner { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 250px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 12px 15px; border-radius: 11px; color: var(--ink-soft); font-size: .94rem; font-weight: 700; transition: .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue); background: var(--blue-soft); outline: none; }
.site-nav a[aria-current="page"] { color: var(--blue); background: var(--blue-soft); }
.site-nav .nav-cta { margin-left: 8px; color: white; background: var(--blue); box-shadow: 0 8px 24px rgba(11,92,255,.23); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: white; background: var(--blue-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 22px; height: 2px; border-radius: 3px; background: currentColor; transition: .25s ease; position: absolute; }
.menu-toggle::before { transform: translateY(-7px); }
.menu-toggle::after { transform: translateY(7px); }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

.hero {
  min-height: auto; padding: 18px 0 34px; overflow: hidden;
  display: flex; align-items: center; background:
    radial-gradient(circle at 82% 22%, rgba(11,92,255,.15), transparent 28%),
    radial-gradient(circle at 75% 82%, rgba(255,122,26,.15), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(20,33,61,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(20,33,61,.045) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, #000 42%, #000);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.07fr .93fr; gap: 78px; align-items: center; }
.hero-copy h1 { margin: 0; font-size: clamp(3rem, 6.3vw, 5.55rem); line-height: .98; letter-spacing: -.067em; max-width: 780px; }
.hero-copy .hero-lead { max-width: 690px; margin: 28px 0 0; color: var(--ink-soft); font-size: clamp(1.06rem, 1.7vw, 1.24rem); line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; transition: .22s ease; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { color: white; background: var(--blue); box-shadow: 0 14px 34px rgba(11,92,255,.25); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(11,92,255,.3); }
.btn-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.82); }
.btn-secondary:hover { border-color: #b9c8da; background: white; transform: translateY(-2px); }
.btn-orange { color: white; background: var(--orange); box-shadow: 0 14px 34px rgba(255,122,26,.25); }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 34px; color: var(--muted); font-size: .92rem; font-weight: 650; }
.hero-trust .trust-mark { display: flex; }
.hero-trust .dot { width: 28px; height: 28px; margin-left: -6px; border: 3px solid white; border-radius: 50%; background: linear-gradient(135deg, var(--blue), #74a4ff); }
.hero-trust .dot:first-child { margin-left: 0; }
.hero-trust .dot:nth-child(2) { background: linear-gradient(135deg, var(--orange), #ffc08c); }
.hero-trust .dot:nth-child(3) { background: linear-gradient(135deg, var(--ink), #718096); }

.hero-visual { position: relative; min-height: 500px; }
.tech-orbit { position: absolute; inset: 4% 2% 0 0; border: 1px solid rgba(11,92,255,.18); border-radius: 50%; animation: orbit 18s linear infinite; }
.tech-orbit::before, .tech-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; box-shadow: 0 0 0 8px rgba(11,92,255,.1); }
.tech-orbit::before { left: 14%; top: 11%; background: var(--blue); }
.tech-orbit::after { right: 8%; bottom: 26%; background: var(--orange); box-shadow: 0 0 0 8px rgba(255,122,26,.11); }
@keyframes orbit { to { transform: rotate(360deg); } }
.dashboard-card { position: absolute; inset: 78px 24px 34px 42px; padding: 24px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-md); backdrop-filter: blur(16px); }
.hero-photo-card {
  padding: 0;
  overflow: hidden;
  background: #fff;
  backdrop-filter: none;
}
.hero-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 68% center;
}
.dash-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dash-title { font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; color: var(--muted); }
.dash-status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: var(--success); background: #eaf8f3; font-size: .75rem; font-weight: 800; }
.dash-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(17,132,91,.1); }
.signal-wrap { position: relative; margin: 30px auto 22px; width: 214px; height: 190px; display: grid; place-items: center; }
.signal-core { width: 92px; height: 92px; border-radius: 26px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue), #0045c8); box-shadow: 0 22px 45px rgba(11,92,255,.27); transform: rotate(-7deg); }
.signal-core svg { width: 42px; height: 42px; transform: rotate(7deg); }
.signal-ring { position: absolute; border: 1px solid rgba(11,92,255,.2); border-radius: 50%; }
.signal-ring.r1 { width: 136px; height: 136px; }
.signal-ring.r2 { width: 184px; height: 184px; }
.signal-node { position: absolute; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--blue); background: white; box-shadow: var(--shadow-sm); }
.signal-node.n1 { top: 2px; left: 24px; }
.signal-node.n2 { right: 4px; top: 72px; color: var(--orange); }
.signal-node.n3 { bottom: 4px; left: 42px; color: var(--ink); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric { padding: 15px 10px; border: 1px solid var(--line); border-radius: 16px; background: #f9fbfd; text-align: center; }
.metric strong { display: block; font-size: 1.32rem; letter-spacing: -.03em; }
.metric span { display: block; margin-top: 5px; color: var(--muted); font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.float-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.float-card .icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-soft); }
.float-card strong { display: block; font-size: .88rem; }
.float-card small { display: block; margin-top: 2px; color: var(--muted); font-size: .84rem; }
.float-one { left: -2px; top: 28px; }
.float-two { display: none; }
.float-two .icon { color: var(--orange); background: var(--orange-soft); }

.stats-strip { position: relative; z-index: 3; margin-top: -28px; }
.stats-panel { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); overflow: hidden; }
.stat { padding: 28px 26px; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 24%; width: 1px; height: 52%; background: var(--line); }
.stat strong { display: block; font-size: clamp(1.55rem, 2.5vw, 2.25rem); letter-spacing: -.045em; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .88rem; line-height: 1.4; }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.sticky-intro { position: sticky; top: calc(var(--header-h) + 42px); }
.copy-stack { display: grid; gap: 24px; }
.copy-stack p { margin: 0; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.85; }
.highlight-box { margin-top: 32px; padding: 22px 24px; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; background: var(--orange-soft); color: #74401c; line-height: 1.65; }

.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 54px; }
.feature-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 1px 0 rgba(20,33,61,.02); overflow: hidden; transition: .25s ease; }
.feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -62px; bottom: -72px; border-radius: 50%; background: var(--blue-soft); transition: .25s ease; }
.feature-card:nth-child(2)::after { background: var(--orange-soft); }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature-card:hover::after { transform: scale(1.25); }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--blue); background: var(--blue-soft); }
.feature-card:nth-child(2) .feature-icon { color: var(--orange); background: var(--orange-soft); }
.feature-card:nth-child(3) .feature-icon { color: var(--ink); background: var(--surface-2); }
.feature-icon svg { width: 28px; height: 28px; }
.feature-card h3 { margin: 28px 0 13px; font-size: 1.38rem; }
.feature-card p { margin: 0; color: var(--ink-soft); line-height: 1.72; }
.feature-card .number { position: absolute; right: 24px; top: 23px; color: #d6dfeb; font-size: 1.15rem; font-weight: 850; }

.process-section { background: var(--ink); color: white; overflow: hidden; }
.process-section::before { content: ""; position: absolute; inset: -20%; background: radial-gradient(circle at 75% 40%, rgba(11,92,255,.35), transparent 28%), radial-gradient(circle at 15% 110%, rgba(255,122,26,.2), transparent 30%); }
.process-section .container { position: relative; z-index: 1; }
.process-section .eyebrow { color: #8eb4ff; }
.process-section .section-lead { color: #c3cedd; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 52px; counter-reset: step; }
.step { position: relative; padding: 26px 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 30px; color: #83aaff; font-size: .8rem; font-weight: 850; letter-spacing: .13em; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 43px; right: -18px; width: 18px; height: 1px; background: rgba(255,255,255,.3); }
.step h3 { margin: 0 0 11px; font-size: 1.07rem; }
.step p { margin: 0; color: #b7c2d1; font-size: .91rem; line-height: 1.65; }

.region-cloud { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.region-chip { padding: 12px 17px; border: 1px solid #cbd8e7; border-radius: 999px; color: var(--ink-soft); background: white; font-size: .84rem; font-weight: 800; letter-spacing: .06em; }

.cta-band { padding: 38px; border: 1px solid #cbdaf2; border-radius: 28px; background: linear-gradient(120deg, #eaf1ff 0%, white 56%, #fff0e5 100%); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.5rem); letter-spacing: -.04em; }
.cta-band p { max-width: 680px; margin: 12px 0 0; color: var(--ink-soft); line-height: 1.65; }

.page-hero { padding: 92px 0 72px; background: linear-gradient(180deg,#fff 0%,#f5f7fb 100%); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -120px; top: -90px; width: 430px; height: 430px; border-radius: 50%; border: 75px solid rgba(11,92,255,.05); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 0; max-width: 900px; font-size: clamp(2.75rem, 6vw, 5.15rem); line-height: 1; letter-spacing: -.06em; }
.page-hero p { max-width: 710px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.14rem; line-height: 1.75; }
.breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.breadcrumb a:hover { color: var(--blue); }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: start; }
.contact-info { display: grid; gap: 16px; }
.info-card { display: flex; gap: 18px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.info-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: var(--blue-soft); }
.info-card:nth-child(2) .info-icon { color: var(--orange); background: var(--orange-soft); }
.info-card h3 { margin: 2px 0 8px; font-size: .9rem; text-transform: uppercase; letter-spacing: .09em; }
.info-card p, .info-card address { margin: 0; color: var(--ink-soft); line-height: 1.65; font-style: normal; }
.info-card a:hover { color: var(--blue); }
.map-card { min-height: 300px; margin-top: 16px; border-radius: 22px; position: relative; overflow: hidden; background: #dbe5f0; border: 1px solid var(--line); }
.map-grid { position: absolute; inset: 0; opacity: .78; background-image: linear-gradient(35deg, transparent 45%, rgba(255,255,255,.75) 46%, rgba(255,255,255,.75) 51%, transparent 52%), linear-gradient(-25deg, transparent 45%, rgba(255,255,255,.58) 46%, rgba(255,255,255,.58) 52%, transparent 53%), linear-gradient(rgba(20,33,61,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(20,33,61,.08) 1px, transparent 1px); background-size: 120px 120px, 150px 150px, 34px 34px, 34px 34px; }
.map-pin { position: absolute; left: 50%; top: 44%; width: 66px; height: 66px; transform: translate(-50%,-50%) rotate(45deg); border-radius: 50% 50% 50% 0; display: grid; place-items: center; color: white; background: var(--orange); box-shadow: 0 14px 32px rgba(255,122,26,.35); }
.map-pin svg { width: 28px; height: 28px; transform: rotate(-45deg); }
.map-label { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); width: calc(100% - 40px); padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); text-align: center; font-weight: 750; }
.map-label a { color: var(--blue); }

.form-card { padding: 34px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: var(--shadow-sm); }
.form-card h2 { margin: 0; font-size: 1.85rem; letter-spacing: -.035em; }
.form-card > p { margin: 12px 0 26px; color: var(--ink-soft); line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: .88rem; font-weight: 780; }
.required { color: var(--orange-dark); }
.form-control { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #cbd6e2; border-radius: 12px; color: var(--ink); background: #fbfcfe; outline: none; transition: .2s ease; }
textarea.form-control { min-height: 165px; resize: vertical; }
.form-control:focus { border-color: var(--blue); background: white; box-shadow: 0 0 0 4px rgba(11,92,255,.11); }
.checkbox { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; }
.form-note { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.form-note a { text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; font-weight: 700; line-height: 1.5; }
.alert-success { color: #0d6848; background: #e7f7f1; border: 1px solid #b7e3d3; }
.alert-error { color: #9d2d27; background: #fff0ef; border: 1px solid #f0c4c0; }

.jobs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.job-card { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; position: relative; overflow: hidden; }
.job-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -82px; top: -82px; border-radius: 50%; background: var(--blue-soft); }
.job-card:nth-child(2)::before { background: var(--orange-soft); }
.job-type { position: relative; display: inline-flex; padding: 8px 11px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.job-card:nth-child(2) .job-type { color: var(--orange-dark); background: var(--orange-soft); }
.job-card h2 { position: relative; margin: 25px 0 13px; font-size: 1.7rem; letter-spacing: -.035em; }
.job-card p { position: relative; margin: 0; color: var(--ink-soft); line-height: 1.75; }
.job-list { position: relative; display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.job-list li { display: flex; gap: 10px; color: var(--ink-soft); line-height: 1.5; }
.job-list li::before { content: ""; flex: 0 0 8px; width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-soft); }
.job-card:nth-child(2) .job-list li::before { background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
.people-section { background: white; }
.people-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: center; }
.people-visual { min-height: 430px; position: relative; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, var(--ink) 0%, #21345e 100%); }
.people-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 42px 42px; }
.avatar { position: absolute; width: 132px; height: 132px; border-radius: 34px; display: grid; place-items: center; color: white; font-size: 2.2rem; font-weight: 850; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 18px 35px rgba(0,0,0,.2); }
.avatar.a1 { left: 54px; top: 62px; background: linear-gradient(145deg,var(--blue),#0043bd); transform: rotate(-8deg); }
.avatar.a2 { right: 54px; top: 110px; background: linear-gradient(145deg,var(--orange),#ce4c00); transform: rotate(7deg); }
.avatar.a3 { left: 42%; bottom: 44px; background: linear-gradient(145deg,#718096,var(--ink)); transform: rotate(-2deg); }
.connection { position: absolute; height: 2px; transform-origin: left center; background: linear-gradient(90deg,rgba(255,255,255,.65),transparent); }
.connection.c1 { width: 210px; left: 150px; top: 138px; transform: rotate(13deg); }
.connection.c2 { width: 190px; left: 190px; top: 275px; transform: rotate(-19deg); }
.people-copy p { color: var(--ink-soft); line-height: 1.82; }

.legal-draft { padding: 18px 20px; border: 1px solid #f0cfad; border-radius: 14px; background: #fff8ef; color: #74401c; line-height: 1.65; }
.prose { max-width: 820px; }
.prose h2 { margin: 42px 0 14px; font-size: 1.55rem; }
.prose p, .prose li { color: var(--ink-soft); line-height: 1.8; }

.site-footer { padding: 70px 0 24px; color: #c7d0dd; background: #101b31; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .85fr; gap: 60px; }
.footer-brand { width: 260px; filter: none; opacity: 1; background: rgba(255,255,255,.98); border-radius: 12px; padding: 8px 12px; }
.footer-copy { max-width: 440px; margin: 23px 0 0; color: #aab6c7; line-height: 1.75; }
.footer-title { margin: 4px 0 20px; color: white; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { color: #b8c4d4; transition: .2s ease; }
.footer-links a:hover { color: white; transform: translateX(3px); }
.footer-contact { display: grid; gap: 13px; color: #b8c4d4; line-height: 1.55; }
.footer-contact a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8290a4; font-size: .82rem; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  :root { --header-h: 76px; }
  .brand { width: 215px; }
  .menu-toggle { display: flex; position: relative; }
  .site-nav { position: fixed; left: 18px; right: 18px; top: calc(var(--header-h) + 10px); display: grid; gap: 5px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 14px; }
  .site-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .hero { padding-top: 22px; padding-bottom: 30px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .stats-panel { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2)::after { display: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .people-grid { grid-template-columns: 1fr; gap: 44px; }
  .sticky-intro { position: static; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .cards-3 .feature-card:last-child { grid-column: 1 / -1; min-height: 260px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2)::after { display: none; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info { grid-template-columns: 1fr 1fr; }
  .map-card { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .header-inner { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 200px; }
  .section { padding: 76px 0; }
  .hero { min-height: auto; padding: 24px 0 38px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13.6vw, 4rem); }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-visual { min-height: 430px; }
  .dashboard-card { inset: 62px 10px 26px 18px; padding: 18px; }
  .dashboard-card.hero-photo-card { padding: 0; }
  .float-one { left: 0; top: 11px; }
  .float-two { right: 0; bottom: 2px; }
  .signal-wrap { transform: scale(.8); margin: 12px auto 2px; }
  .metric { padding: 13px 6px; }
  .metric strong { font-size: 1.12rem; }
  .metric span { font-size: .64rem; }
  .stats-strip { margin-top: 0; }
  .stats-panel { grid-template-columns: 1fr 1fr; }
  .stat { padding: 21px 18px; }
  .cards-3, .steps, .jobs-grid, .contact-info { grid-template-columns: 1fr; }
  .cards-3 .feature-card:last-child { grid-column: auto; }
  .step::after { display: none; }
  .cta-band { padding: 28px 23px; display: grid; }
  .cta-band .btn { width: 100%; }
  .page-hero { padding: 70px 0 56px; }
  .form-card { padding: 25px 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
  .form-actions { display: grid; }
  .people-visual { min-height: 370px; }
  .avatar { width: 104px; height: 104px; border-radius: 28px; }
  .avatar.a1 { left: 25px; top: 50px; }
  .avatar.a2 { right: 25px; top: 90px; }
  .avatar.a3 { left: 36%; bottom: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .footer-bottom-links { flex-wrap: wrap; }
}

@media (max-width: 980px) {
  .dash-top { flex-wrap: wrap; }
  .float-one { left: 4px; top: 16px; }
}
@media (max-width: 640px) {
  .float-card { display: none; }
  .metric-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .metric { padding: 12px 8px; }
}
