:root {
  --bg: #f6f8fa;
  --surface: #ffffff;
  --surface-2: #eef3f5;
  --ink: #12202e;
  --muted: #5f6c78;
  --navy: #0e2b3f;
  --navy-2: #173e57;
  --accent: #4d7d78;
  --accent-soft: #dbe8e6;
  --line: #dce3e8;
  --success: #2d6b62;
  --shadow: 0 20px 50px rgba(14, 43, 63, 0.10);
  --radius: 20px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { 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(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-tight { padding: 64px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
  color: var(--accent); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.12; letter-spacing: -0.025em; color: var(--navy); }
h1 { font-size: clamp(2.65rem, 5vw, 5.2rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 18px; color: var(--muted); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.28rem); max-width: 760px; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

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

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,248,250,.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,227,232,.8);
}
.header-row { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; color: var(--navy); white-space: nowrap; }
.brand-mark { width: 40px; height: 40px; border-radius: 10px; background: var(--navy); display: grid; place-items: center; color: white; font-size: .78rem; letter-spacing: .03em; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { text-decoration: none; font-size: .95rem; font-weight: 600; color: #344554; }
.nav a:hover, .nav a:focus-visible { color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { text-decoration: none; font-weight: 700; color: var(--navy); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 0 18px; border-radius: 10px; border: 1px solid transparent;
  font-weight: 700; text-decoration: none; cursor: pointer; transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--navy); }
.btn-primary:hover { background: var(--navy-2); }
.btn-secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.btn-secondary:hover { border-color: #b6c3cc; }
.btn-ghost { color: var(--navy); background: transparent; border-color: #b9c7d0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; }

.hero { padding: 92px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
.hero-copy .lead { margin: 22px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: .92rem; }
.hero-meta strong { color: var(--navy); }
.hero-visual {
  position: relative; min-height: 500px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 24% 20%, rgba(77,125,120,.22), transparent 32%),
    linear-gradient(145deg, #102e42 0%, #173e57 52%, #244d5e 100%);
  isolation: isolate;
}
.hero-visual::before, .hero-visual::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.16); }
.hero-visual::before { width: 400px; height: 400px; right: -140px; top: -80px; }
.hero-visual::after { width: 260px; height: 260px; left: -80px; bottom: -70px; }
.visual-panel { position:absolute; inset: 46px; border:1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); padding: 28px; color:#fff; }
.visual-panel h3 { color:#fff; font-size: 1.7rem; max-width: 280px; }
.asset-stack { display:grid; gap:12px; margin-top: 32px; }
.asset-pill { display:flex; align-items:center; gap:14px; padding:14px 16px; border-radius:14px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.11); }
.asset-pill svg { width:24px; height:24px; flex:0 0 24px; }
.asset-pill span { font-weight:650; }
.visual-note { position:absolute; left:28px; right:28px; bottom:24px; color:rgba(255,255,255,.74); font-size:.84rem; }

.kpi-strip { margin-top: 28px; display:grid; grid-template-columns: repeat(4,1fr); border:1px solid var(--line); border-radius:18px; overflow:hidden; background:#fff; }
.kpi { padding: 22px; border-right:1px solid var(--line); }
.kpi:last-child { border-right:0; }
.kpi strong { display:block; color:var(--navy); font-size:1.02rem; }
.kpi span { color:var(--muted); font-size:.9rem; }

.split { display:grid; grid-template-columns: .9fr 1.1fr; gap:64px; align-items:start; }
.cards { display:grid; gap:18px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:28px; box-shadow: 0 8px 24px rgba(14,43,63,.04); }
.card-icon { width:46px; height:46px; display:grid; place-items:center; background:var(--accent-soft); color:var(--accent); border-radius:12px; margin-bottom:20px; }
.card-icon svg { width:24px; height:24px; }
.card ul { margin:14px 0 0; padding-left:20px; color:var(--muted); }
.card li + li { margin-top:6px; }
.note { padding:16px 18px; background:var(--surface-2); border-left:3px solid var(--accent); border-radius:10px; color:#40515e; font-size:.95rem; }

.finance-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:36px; }
.finance-card { padding:34px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); position:relative; overflow:hidden; }
.finance-card .number { position:absolute; right:24px; top:18px; font-size:4.2rem; font-weight:800; color:#edf2f4; line-height:1; }
.finance-card h3 { font-size:1.6rem; position:relative; }

.asset-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; margin-top:36px; }
.asset-card { background:#fff; border:1px solid var(--line); border-radius:16px; padding:22px; min-height:220px; }
.asset-card .card-icon { margin-bottom:18px; }
.asset-card h3 { font-size:1.05rem; }
.asset-card p { font-size:.93rem; }

.industries { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.industry { padding:10px 14px; border-radius:999px; background:#fff; border:1px solid var(--line); color:#425360; font-weight:650; font-size:.92rem; }

.process { counter-reset: step; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:36px; }
.process-step { position:relative; background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px; }
.process-step::before { counter-increment: step; content: "0" counter(step); display:inline-grid; place-items:center; width:38px; height:38px; border-radius:10px; background:var(--navy); color:#fff; font-weight:800; font-size:.82rem; margin-bottom:18px; }
.process-step:not(:last-child)::after { content:""; position:absolute; top:45px; left:calc(100% + 3px); width:12px; height:1px; background:#aebbc4; }

.cta-band { background:var(--navy); color:#fff; border-radius:28px; padding:50px; display:flex; justify-content:space-between; align-items:center; gap:30px; }
.cta-band h2, .cta-band p { color:#fff; }
.cta-band p { opacity:.78; margin-bottom:0; }
.cta-band .btn-secondary { border-color:rgba(255,255,255,.24); }

.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:36px; align-items:start; }
.contact-card { background:var(--navy); color:#fff; padding:34px; border-radius:var(--radius); }
.contact-card h2, .contact-card h3 { color:#fff; }
.contact-card p, .contact-card a { color:rgba(255,255,255,.82); }
.contact-lines { display:grid; gap:14px; margin-top:24px; }
.contact-line { display:flex; gap:12px; align-items:flex-start; }
.contact-line svg { width:20px; height:20px; flex:0 0 20px; margin-top:3px; }
.form-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:32px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1 / -1; }
label { font-size:.9rem; font-weight:700; color:#2f4250; }
input, select, textarea { width:100%; border:1px solid #cbd5dc; border-radius:10px; min-height:46px; padding:11px 13px; background:#fff; color:var(--ink); }
textarea { min-height:130px; resize:vertical; }
input:focus, select:focus, textarea:focus { outline:3px solid rgba(77,125,120,.14); border-color:var(--accent); }
.checkbox { display:flex; align-items:flex-start; gap:10px; }
.checkbox input { width:18px; min-height:18px; margin-top:4px; }
.form-note { font-size:.84rem; color:var(--muted); }
.status { margin-top:14px; font-size:.9rem; color:var(--success); min-height:22px; }

.legal-hero { padding:72px 0 40px; }
.legal-content { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:36px; }
.legal-content h2 { font-size:1.5rem; margin-top:34px; }
.placeholder { padding:14px 16px; border:1px dashed #b0bec7; border-radius:10px; background:#f8fafb; color:#53636f; }

.site-footer { background:#0b2233; color:#fff; margin-top:86px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:48px; padding:54px 0 44px; }
.site-footer p, .site-footer a { color:rgba(255,255,255,.72); }
.site-footer h3 { color:#fff; font-size:1rem; }
.footer-links { display:grid; gap:9px; }
.footer-links a { text-decoration:none; }
.footer-links a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding:18px 0 28px; display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.58); font-size:.84rem; }

.cookie-banner { position:fixed; left:20px; right:20px; bottom:20px; z-index:200; max-width:860px; margin:auto; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); padding:20px; display:none; gap:18px; align-items:center; }
.cookie-banner.show { display:flex; }
.cookie-banner p { margin:0; font-size:.9rem; }
.cookie-actions { display:flex; gap:8px; margin-left:auto; flex:0 0 auto; }

@media (max-width: 1080px) {
  .nav { display:none; position:absolute; top:82px; left:0; right:0; padding:18px 20px 24px; background:var(--bg); border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start; }
  .nav.open { display:flex; }
  .menu-toggle { display:inline-grid; place-items:center; }
  .header-actions .btn { display:none; }
  .hero-grid, .split, .contact-grid { grid-template-columns:1fr; }
  .hero-visual { min-height:430px; }
  .asset-grid { grid-template-columns:repeat(3,1fr); }
  .process { grid-template-columns:repeat(2,1fr); }
  .process-step::after { display:none; }
}

@media (max-width: 760px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .section { padding:68px 0; }
  .header-row { height:72px; }
  .nav { top:72px; }
  .brand { font-size:.95rem; }
  .brand-mark { width:36px; height:36px; }
  .phone-link { display:none; }
  .hero { padding:68px 0 44px; }
  .hero-grid { gap:34px; }
  .hero-visual { min-height:380px; }
  .visual-panel { inset:24px; padding:22px; }
  .kpi-strip { grid-template-columns:1fr 1fr; }
  .kpi:nth-child(2) { border-right:0; }
  .kpi:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .cards.two, .cards.three, .finance-grid, .asset-grid, .process, .form-grid { grid-template-columns:1fr; }
  .asset-card { min-height:0; }
  .field.full { grid-column:auto; }
  .cta-band { padding:32px 26px; flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-bottom { flex-direction:column; }
  .cookie-banner { align-items:flex-start; flex-direction:column; }
  .cookie-actions { margin-left:0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; animation:none !important; }
}
