@import url('https://fonts.googleapis.com/css2?family=Anton&family=Overpass:wght@300;400;500;600;700;800&display=swap');

:root {
  --navy: #1E3A8A;
  --navy-2: #1E40AF;
  --navy-3: #172554;
  --navy-soft: #C7D2FE;
  --rust: #C2410C;
  --rust-deep: #9A3412;
  --rust-soft: #FED7AA;
  --sand: #FAF6EC;
  --sand-warm: #F5EFDD;
  --sand-deep: #E8DEC5;
  --charcoal: #1F2937;
  --steel: #475569;
  --steel-light: #64748B;
  --border: #DDD3B8;
  --border-2: #C5B994;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Overpass', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--sand); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Anton', 'Arial Black', sans-serif; font-weight: 400; color: var(--navy); letter-spacing: 0.5px; line-height: 1.1; text-transform: uppercase; }

.topbar { background: var(--navy-3); color: var(--sand); font-size: 0.78rem; padding: 0.55rem 1.5rem; letter-spacing: 0.6px; position: relative; overflow: hidden; }
.topbar::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 24px, rgba(194,65,12,0.08) 24px 26px); pointer-events: none; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; position: relative; }
.topbar-l { font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-size: 0.72rem; color: var(--rust-soft); }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.77rem; }
.topbar a { color: var(--rust-soft); text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; }
.topbar a:hover { color: var(--white); }

.nav { background: var(--sand); border-bottom: 3px solid var(--rust); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 80px; }
.nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.logo-mark { width: 52px; height: 52px; background: var(--navy); color: var(--rust-soft); display: flex; align-items: center; justify-content: center; font-family: 'Anton', sans-serif; font-size: 1.4rem; letter-spacing: 1px; position: relative; }
.logo-mark::after { content: ''; position: absolute; bottom: -4px; right: -4px; width: 16px; height: 4px; background: var(--rust); }
.logo-text { font-family: 'Anton', sans-serif; font-size: 1.65rem; color: var(--navy); letter-spacing: 1.5px; line-height: 1; text-transform: uppercase; }
.logo-text em { color: var(--rust); font-style: normal; }
.logo-sub { display: block; font-family: 'Overpass', sans-serif; font-size: 0.66rem; color: var(--steel); text-transform: uppercase; letter-spacing: 3px; margin-top: 5px; font-weight: 600; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--charcoal); font-weight: 700; font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase; transition: color 0.2s; position: relative; padding: 0.4rem 0; font-family: 'Overpass', sans-serif; }
.nav-links a:hover, .nav-links a.active { color: var(--rust); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px; background: var(--rust); }
.nav-right { display: flex; align-items: center; gap: 1.25rem; }
.nav-phone { font-family: 'Overpass', sans-serif; font-size: 0.86rem; font-weight: 700; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--rust); }
.btn-nav { background: var(--rust); color: var(--white); padding: 0.75rem 1.5rem; text-decoration: none; font-family: 'Overpass', sans-serif; font-size: 0.82rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.2s; border: 2px solid var(--rust); }
.btn-nav:hover { background: var(--rust-deep); border-color: var(--rust-deep); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 3px; background: var(--navy); display: block; }
.nav-mobile { display: none; background: var(--sand-warm); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.nav-mobile a { color: var(--navy); text-decoration: none; font-size: 0.95rem; font-weight: 700; text-transform: uppercase; }

.hero { background: var(--navy); color: var(--sand); padding: 5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 40px, rgba(194,65,12,0.08) 40px 42px); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, var(--rust) 0%, var(--rust) 30%, transparent 30%, transparent 40%, var(--rust) 40%, var(--rust) 60%, transparent 60%, transparent 70%, var(--rust) 70%, var(--rust) 100%); }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-block; font-family: 'Overpass', sans-serif; font-size: 0.72rem; color: var(--rust-soft); letter-spacing: 3.5px; text-transform: uppercase; font-weight: 800; margin-bottom: 1.4rem; padding: 0.4rem 1rem; background: var(--navy-3); border-left: 3px solid var(--rust); }
.hero h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); margin-bottom: 1.5rem; color: var(--sand); font-weight: 400; letter-spacing: 1px; }
.hero h1 em { font-style: normal; color: var(--rust-soft); background: var(--rust-deep); padding: 0 0.4rem; }
.hero p.lead { font-size: 1.1rem; color: rgba(250,246,236,0.85); margin-bottom: 2.2rem; max-width: 560px; line-height: 1.7; font-weight: 400; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 2rem; font-family: 'Overpass', sans-serif; font-size: 0.82rem; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; text-decoration: none; transition: all 0.2s; cursor: pointer; border: 2px solid var(--rust); }
.btn-primary { background: var(--rust); color: var(--white); }
.btn-primary:hover { background: var(--rust-deep); border-color: var(--rust-deep); }
.btn-ghost { background: transparent; color: var(--rust-soft); border-color: var(--rust-soft); }
.btn-ghost:hover { background: var(--rust); color: var(--white); border-color: var(--rust); }

.hero-specs { background: var(--sand); color: var(--charcoal); padding: 2rem 1.8rem; position: relative; border-left: 4px solid var(--rust); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.hero-specs::before { content: ''; position: absolute; top: 0; right: 0; width: 60px; height: 3px; background: var(--rust); }
.specs-heading { font-family: 'Anton', sans-serif; font-size: 1.4rem; color: var(--navy); letter-spacing: 1.2px; margin-bottom: 1.2rem; padding-bottom: 0.9rem; border-bottom: 2px solid var(--border); text-transform: uppercase; }
.spec-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 0.85rem 0; border-bottom: 1px dashed var(--border-2); }
.spec-row:last-child { border-bottom: 0; }
.spec-row .role { font-family: 'Overpass', sans-serif; color: var(--navy); font-weight: 700; font-size: 0.94rem; }
.spec-row .role small { display: block; color: var(--steel); font-weight: 400; font-size: 0.78rem; margin-top: 0.15rem; text-transform: none; letter-spacing: 0; }
.spec-row .badge { font-family: 'Anton', sans-serif; font-size: 0.72rem; color: var(--white); background: var(--rust); padding: 0.25rem 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; white-space: nowrap; }
.spec-row .badge.navy { background: var(--navy); }

.stats-bar { background: var(--sand-warm); padding: 3rem 1.5rem; position: relative; border-bottom: 3px solid var(--rust); border-top: 1px solid var(--border); }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat-item { text-align: center; padding: 1.2rem 0.8rem; background: var(--white); border-top: 4px solid var(--rust); position: relative; }
.stat-item:nth-child(2) { border-top-color: var(--navy); }
.stat-item:nth-child(4) { border-top-color: var(--navy); }
.stat-val { font-family: 'Anton', sans-serif; font-size: 2.8rem; color: var(--navy); line-height: 1; margin-bottom: 0.35rem; letter-spacing: 1px; }
.stat-item:nth-child(odd) .stat-val { color: var(--rust); }
.stat-lbl { font-family: 'Overpass', sans-serif; font-size: 0.72rem; color: var(--steel); letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }

.section { padding: 5.5rem 1.5rem; background: var(--sand); }
.section-alt { background: var(--sand-warm); }
.section-navy { background: var(--navy); color: var(--sand); position: relative; overflow: hidden; }
.section-navy::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 30px, rgba(194,65,12,0.06) 30px 32px); pointer-events: none; }
.section-navy h2, .section-navy h3, .section-navy h4 { color: var(--sand); }
.section-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.section-header { max-width: 740px; margin: 0 auto 3.5rem; text-align: center; }
.eyebrow { display: inline-block; font-family: 'Overpass', sans-serif; font-size: 0.7rem; color: var(--rust); letter-spacing: 3.5px; text-transform: uppercase; font-weight: 800; margin-bottom: 1rem; padding: 0.4rem 1rem; background: var(--sand); border: 2px solid var(--rust); }
.section-navy .eyebrow { background: var(--navy-3); color: var(--rust-soft); border-color: var(--rust); }
.section-header h2 { font-size: clamp(2rem, 3.8vw, 2.8rem); margin-bottom: 1rem; letter-spacing: 1px; }
.section-header h2 em { font-style: normal; color: var(--rust); }
.section-navy .section-header h2 em { color: var(--rust-soft); }
.section-header p.lead { color: var(--steel); font-size: 1.05rem; line-height: 1.7; font-weight: 400; }
.section-navy .section-header p.lead { color: rgba(250,246,236,0.75); }

.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.sector-card { background: var(--white); border: 2px solid var(--border); padding: 1.8rem 1.6rem 1.7rem; position: relative; transition: all 0.25s; }
.sector-card::before { content: ''; position: absolute; top: -2px; left: -2px; width: 60px; height: 4px; background: var(--rust); }
.sector-card:hover { border-color: var(--navy); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(30,58,138,0.12); }
.sector-card:hover::before { width: calc(100% + 4px); }
.sector-card .num { font-family: 'Anton', sans-serif; font-size: 0.85rem; color: var(--rust); margin-bottom: 0.5rem; letter-spacing: 2px; }
.sector-card h4 { font-family: 'Anton', sans-serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.6rem; letter-spacing: 1px; }
.sector-card p { font-size: 0.9rem; color: var(--steel); line-height: 1.65; font-family: 'Overpass', sans-serif; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1.2rem; }
.why-content h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.3rem; letter-spacing: 1px; }
.why-content h2 em { font-style: normal; color: var(--rust-soft); }
.why-content > p.intro { color: rgba(250,246,236,0.85); font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.5rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1.2rem; padding-bottom: 1.4rem; border-bottom: 1px dashed rgba(250,246,236,0.15); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .badge { flex-shrink: 0; width: 38px; height: 38px; background: var(--rust); color: var(--white); font-family: 'Anton', sans-serif; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; letter-spacing: 0.5px; }
.why-list .body strong { color: var(--sand); display: block; margin-bottom: 0.35rem; font-family: 'Anton', sans-serif; font-size: 1.2rem; letter-spacing: 1px; text-transform: uppercase; }
.why-list .body span { color: rgba(250,246,236,0.75); font-size: 0.94rem; line-height: 1.65; }

.why-visual { background: var(--sand); color: var(--charcoal); padding: 2.2rem 2rem; border-left: 4px solid var(--rust); position: relative; }
.why-visual::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 4px; background: var(--navy); }
.why-visual h4 { font-family: 'Anton', sans-serif; font-size: 1.4rem; color: var(--navy); letter-spacing: 1.2px; margin-bottom: 1.3rem; padding-bottom: 0.9rem; border-bottom: 2px solid var(--border); text-transform: uppercase; }
.why-visual .checklist { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.why-visual .checklist li { display: flex; align-items: baseline; gap: 0.85rem; padding: 0.7rem 0; border-bottom: 1px dashed var(--border); font-family: 'Overpass', sans-serif; }
.why-visual .checklist li:last-child { border-bottom: 0; }
.why-visual .checklist .k { font-family: 'Anton', sans-serif; font-size: 0.85rem; color: var(--rust); letter-spacing: 1.5px; text-transform: uppercase; min-width: 130px; }
.why-visual .checklist .v { color: var(--charcoal); font-size: 0.93rem; line-height: 1.55; font-weight: 400; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.process-step { background: var(--white); border: 2px solid var(--border); padding: 2.4rem 1.8rem 1.9rem; position: relative; }
.process-step::before { content: ''; position: absolute; top: -2px; left: 20px; right: 20px; height: 4px; background: var(--rust); }
.process-step .step-num { font-family: 'Anton', sans-serif; font-size: 3rem; color: var(--rust); line-height: 1; margin-bottom: 1rem; letter-spacing: 1px; }
.process-step h4 { font-family: 'Anton', sans-serif; font-size: 1.3rem; color: var(--navy); margin-bottom: 0.7rem; letter-spacing: 1px; }
.process-step p { color: var(--steel); font-size: 0.94rem; line-height: 1.7; }

.cta-banner { background: var(--navy); color: var(--sand); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 40px, rgba(194,65,12,0.08) 40px 42px); pointer-events: none; }
.cta-banner::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--rust); }
.cta-banner-inner { max-width: 780px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { background: var(--navy-3); color: var(--rust-soft); border-color: var(--rust); margin-bottom: 1.4rem; }
.cta-banner h2 { font-size: clamp(2rem, 3.6vw, 2.6rem); margin-bottom: 1.2rem; color: var(--sand); letter-spacing: 1px; }
.cta-banner h2 em { font-style: normal; color: var(--rust-soft); background: var(--rust-deep); padding: 0 0.4rem; }
.cta-banner p { color: rgba(250,246,236,0.8); margin: 0 auto 2.2rem; max-width: 560px; font-size: 1rem; line-height: 1.65; }

.footer { background: var(--navy-3); color: var(--sand); padding: 4rem 1.5rem 1.8rem; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--rust); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(250,246,236,0.15); position: relative; }
.footer-brand-mark { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem; }
.footer-brand p { color: rgba(250,246,236,0.7); font-size: 0.92rem; line-height: 1.7; max-width: 340px; }
.footer-col h5 { font-family: 'Anton', sans-serif; font-size: 1rem; color: var(--rust-soft); margin-bottom: 1.1rem; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a, .footer-col li { color: rgba(250,246,236,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--rust-soft); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(250,246,236,0.45); flex-wrap: wrap; gap: 1rem; position: relative; letter-spacing: 0.5px; }
.footer-bottom em { color: var(--rust-soft); font-style: normal; font-family: 'Anton', sans-serif; text-transform: uppercase; letter-spacing: 1.5px; }

.page-header { background: var(--navy); color: var(--sand); padding: 5rem 1.5rem 4rem; text-align: center; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 30px, rgba(194,65,12,0.08) 30px 32px); pointer-events: none; }
.page-header::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--rust); }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { background: var(--navy-3); color: var(--rust-soft); border-color: var(--rust); margin-bottom: 1.4rem; }
.page-header h1 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); margin-bottom: 1.2rem; color: var(--sand); letter-spacing: 1.5px; }
.page-header h1 em { font-style: normal; color: var(--rust-soft); background: var(--rust-deep); padding: 0 0.4rem; }
.page-header p { color: rgba(250,246,236,0.8); max-width: 640px; margin: 0 auto; font-size: 1.05rem; line-height: 1.7; }
.crumbs { display: flex; justify-content: center; gap: 0.7rem; font-family: 'Overpass', sans-serif; font-size: 0.72rem; color: rgba(250,246,236,0.6); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.crumbs a { color: var(--rust-soft); text-decoration: none; }

.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Anton', sans-serif; font-size: 1.7rem; margin: 2.6rem 0 1.1rem; color: var(--navy); letter-spacing: 1px; text-transform: uppercase; position: relative; padding-left: 1.2rem; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 5px; background: var(--rust); }
.prose h3 { font-family: 'Anton', sans-serif; font-size: 1.3rem; margin: 1.8rem 0 0.8rem; color: var(--rust); letter-spacing: 1px; text-transform: uppercase; }
.prose p { font-size: 1rem; margin-bottom: 1.2rem; color: var(--charcoal); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.08rem; color: var(--navy); font-weight: 500; }
.prose ul { padding-left: 0; margin-bottom: 1.2rem; list-style: none; }
.prose ul li { padding-left: 2rem; position: relative; margin-bottom: 0.7rem; line-height: 1.75; }
.prose ul li::before { content: ''; position: absolute; left: 0.5rem; top: 0.85rem; width: 12px; height: 3px; background: var(--rust); }
.prose strong { color: var(--navy); font-weight: 700; }
.prose a { color: var(--rust); text-decoration: underline; text-decoration-color: var(--rust); text-underline-offset: 3px; font-weight: 700; }
.prose a:hover { color: var(--rust-deep); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--white); border: 2px solid var(--border); padding: 2.2rem; position: relative; }
.contact-info::before { content: ''; position: absolute; top: -2px; left: 20px; right: 20px; height: 4px; background: var(--rust); }
.contact-info h3 { font-family: 'Anton', sans-serif; font-size: 1.5rem; margin-bottom: 1.5rem; color: var(--navy); letter-spacing: 1px; text-transform: uppercase; }
.contact-row { display: flex; gap: 1.1rem; padding: 1.1rem 0; border-bottom: 1px dashed var(--border-2); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 42px; height: 42px; background: var(--navy); display: flex; align-items: center; justify-content: center; color: var(--rust-soft); flex-shrink: 0; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Overpass', sans-serif; font-size: 0.68rem; color: var(--rust); text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 0.3rem; font-weight: 800; }
.contact-row .val { color: var(--navy); font-size: 0.94rem; font-weight: 500; line-height: 1.5; }
.form-frame { background: var(--white); border: 2px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(30,58,138,0.1); }
.form-frame iframe { width: 100%; height: 780px; border: 0; display: block; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone, .logo-sub { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 68px; }
  .sector-grid, .stats-bar-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 3.5rem 1.5rem; }
  .hero { padding: 3rem 1.5rem 4rem; }
}
