:root {
  --dark: #001A33;
  --accent: #F2B705;
  --accent-2: #D4A017;
  --ink: #102033;
  --muted: #617080;
  --surface: #f4f7fa;
  --line: #dce5ee;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 26, 51, .14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--dark); color: white; padding: 10px 14px; border-radius: 10px; z-index: 1000; }
.skip-link:focus { left: 10px; }
.topbar { background: var(--dark); color: rgba(255,255,255,.86); font-size: .9rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 42px; }
.topbar-links { display: flex; gap: 18px; flex-wrap: wrap; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,.08); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(0,26,51,.10); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 24px; }
.brand-logo { width: 260px; max-height: 68px; object-fit: contain; height: auto; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 10px 12px; border-radius: 999px; font-weight: 700; font-size: .94rem; color: var(--dark); }
.site-nav a:hover, .site-nav a.active { background: color-mix(in srgb, var(--accent) 14%, white); color: var(--dark); }
.nav-cta { background: var(--accent) !important; color: white !important; box-shadow: 0 12px 26px color-mix(in srgb, var(--accent) 28%, transparent); }
.nav-toggle { display: none; border: 0; background: var(--dark); border-radius: 12px; width: 46px; height: 42px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: white; }
.hero { position: relative; overflow: hidden; color: white; min-height: 620px; display: grid; align-items: center; background: linear-gradient(135deg, rgba(0,26,51,.84), rgba(0,26,51,.58)), url('../images/hero.jpg') center/cover; }
.hero-subpage { min-height: 420px; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(to bottom, transparent, rgba(0,26,51,.38)); }
.hero-inner { position: relative; z-index: 1; width: min(800px, 100%); padding: 86px 0; }
.hero-badge, .kicker { text-transform: uppercase; letter-spacing: .14em; font-weight: 900; color: var(--accent); font-size: .84rem; }
.hero .hero-badge { color: white; background: rgba(255,255,255,.14); display: inline-flex; padding: 8px 12px; border-radius: 999px; }
h1, h2, h3 { line-height: 1.08; color: var(--dark); }
.hero h1 { font-size: clamp(3rem, 8vw, 6rem); margin: 18px 0; color: white; letter-spacing: -.05em; }
.hero-lead { font-size: 1.24rem; max-width: 760px; color: rgba(255,255,255,.90); }
.hero-actions, .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 18px; border-radius: 999px; font-weight: 900; border: 2px solid transparent; cursor: pointer; }
.button-primary { background: var(--accent); color: #fff; }
.button-secondary { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.55); color: #fff; }
.button-dark { background: var(--dark); color: #fff; }
.button-outline { background: white; color: var(--dark); border-color: var(--line); }
.button-small { min-height: 40px; padding: 8px 14px; font-size: .92rem; }
.hero-brandline { margin-top: 24px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.84); }
.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.trust-item { background: white; padding: 26px; display: flex; gap: 16px; align-items: flex-start; }
.trust-icon { background: var(--dark); color: white; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; }
.trust-item span { display: block; color: var(--muted); font-size: .94rem; margin-top: 4px; }
.section { padding: 92px 0; }
.section-sm { padding: 56px 0; }
.section-surface { background: var(--surface); }
.section-dark { background: var(--dark); color: rgba(255,255,255,.82); }
.section-dark h2, .section-dark h3 { color: white; }
.section-head { max-width: 740px; margin-bottom: 34px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2, .split-copy h2, .contact-form h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 8px 0 16px; letter-spacing: -.035em; }
.lead { font-size: 1.15rem; color: var(--ink); font-weight: 650; }
.section-dark .lead, .section-dark p { color: rgba(255,255,255,.82); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.media-tag { position: absolute; left: 24px; bottom: 24px; width: min(360px, calc(100% - 48px)); padding: 18px; border-radius: 18px; color: white; background: rgba(0,26,51,.86); backdrop-filter: blur(12px); font-weight: 800; }
.media-tag small { display: block; color: var(--accent); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 4px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 900; color: var(--accent); margin-top: 12px; }
.cards-3, .cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card, .value-card, .process-step, .insight-card, .contact-panel, .contact-form { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 50px rgba(0,26,51,.08); overflow: hidden; }
.service-card::before { content: ''; display: block; min-height: 190px; background: var(--accent) center/cover; background-image: var(--card-image); }
.service-card-content, .value-card, .process-step, .insight-card { padding: 26px; }
.service-number, .service-detail-tag { color: var(--accent); text-transform: uppercase; font-size: .78rem; letter-spacing: .13em; font-weight: 900; }
.service-card h3, .value-card h3, .process-step h3 { font-size: 1.38rem; margin: 10px 0; }
.quick-services { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; justify-content: center; }
.quick-service { padding: 11px 15px; border-radius: 999px; background: white; border: 1px solid var(--line); font-weight: 800; }
.process-grid, .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.section-dark .process-step { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
.process-num, .value-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--accent); color: white; font-weight: 950; margin-bottom: 18px; }
.value-icon { background: var(--dark); }
.service-toolbar { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; }
.filter-btn { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 10px 14px; font-weight: 900; cursor: pointer; color: var(--dark); }
.filter-btn.active, .filter-btn:hover { background: var(--accent); color: white; border-color: var(--accent); }
.service-detail { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; margin-bottom: 20px; background: white; box-shadow: 0 14px 45px rgba(0,26,51,.07); }
.service-detail.hidden { display: none; }
.service-detail h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 8px 0; }
.service-detail-body { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 18px; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; margin: 10px 0; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 950; }
.service-detail-footer { margin-top: 22px; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-panel, .contact-form { padding: 30px; }
.contact-method { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--line); }
.contact-method svg { width: 24px; height: 24px; fill: none; stroke: var(--accent); stroke-width: 2; flex: 0 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group.full { grid-column: 1 / -1; }
label { font-weight: 800; display: grid; gap: 6px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; min-height: 48px; padding: 12px 14px; font: inherit; background: white; }
textarea { min-height: 145px; resize: vertical; }
.form-check { display: flex; align-items: flex-start; gap: 10px; font-weight: 650; }
.form-check input { width: auto; min-height: 0; margin-top: 6px; }
.form-hint, .form-message { color: var(--muted); font-size: .9rem; }
.honeypot { position: absolute; left: -9999px; }
.cta-band { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 36px; border-radius: 28px; background: linear-gradient(135deg, var(--dark), color-mix(in srgb, var(--accent) 50%, var(--dark))); color: white; box-shadow: var(--shadow); }
.cta-band h2 { color: white; margin: 0 0 8px; }
.cta-band p { color: rgba(255,255,255,.84); }
.site-footer { background: #061425; color: rgba(255,255,255,.78); padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; }
.footer-brand img { width: 260px; max-height: 82px; object-fit: contain; margin-bottom: 16px; }
.footer-col h3 { color: white; margin: 0 0 12px; }
.footer-links, .footer-contact { display: grid; gap: 9px; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.icon-arrow { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.reveal { opacity: 0; transform: translateY(18px); transition: .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 128px 16px auto; display: none; flex-direction: column; align-items: stretch; background: white; border-radius: 20px; padding: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .split, .contact-layout, .service-detail-body, .footer-grid { grid-template-columns: 1fr; }
  .cards-3, .cards-grid, .process-grid, .value-grid, .trust-grid { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .hero { min-height: 560px; }
  .topbar-inner { align-items: flex-start; flex-direction: column; padding: 10px 0; }
  .form-grid { grid-template-columns: 1fr; }
}
