@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --navy: #0B2447;
  --navy-2: #143069;
  --navy-3: #1D3D82;
  --gold: #C5A572;
  --gold-deep: #9E8148;
  --gold-soft: #E4D5B0;
  --cream: #F7F3EA;
  --cream-deep: #EEE7D6;
  --cream-warm: #FBF8F1;
  --plum: #2A2233;
  --charcoal: #1F1B26;
  --slate: #5B6478;
  --slate-light: #94A0B5;
  --border: #E4DDCB;
  --border-2: #D5CBB2;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--plum); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; line-height: 1.18; }

/* ---- TOPBAR ---- */
.topbar { background: var(--navy); color: var(--cream); font-size: 0.8rem; padding: 0.55rem 1.5rem; letter-spacing: 0.3px; border-bottom: 2px solid var(--gold); }
.topbar-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { font-style: italic; font-family: 'Playfair Display', serif; font-size: 0.88rem; color: var(--gold-soft); }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--gold); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--gold-soft); }

/* ---- NAV ---- */
.nav { background: var(--cream); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 82px; }
.nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.logo-mark { width: 46px; height: 46px; background: var(--navy); border: 1.5px solid var(--gold); border-radius: 3px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.5px; position: relative; }
.logo-mark::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border: 1px solid var(--gold); border-radius: 3px; pointer-events: none; opacity: 0.4; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 1.28rem; font-weight: 700; color: var(--navy); letter-spacing: -0.5px; line-height: 1; }
.logo-text span { color: var(--gold-deep); font-style: italic; font-weight: 500; }
.logo-sub { display: block; font-family: 'Inter', sans-serif; font-size: 0.65rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 3px; font-weight: 500; }
.nav-links { display: flex; gap: 2.3rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 0.9rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; letter-spacing: 0.2px; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 1.4rem; }
.nav-phone { font-size: 0.88rem; font-weight: 500; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--gold-deep); }
.btn-nav { background: var(--navy); color: var(--cream); padding: 0.65rem 1.4rem; border-radius: 2px; text-decoration: none; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.6px; transition: all 0.2s; border: 1.5px solid var(--navy); text-transform: uppercase; }
.btn-nav:hover { background: transparent; color: var(--navy); border-color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--navy); display: block; }
.nav-mobile { display: none; background: var(--cream-deep); 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; }

/* ---- HERO ---- */
.hero { background: var(--cream); padding: 5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: -80px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(197,165,114,0.14), transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.hero-inner { max-width: 1180px; 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-flex; align-items: center; gap: 0.7rem; font-size: 0.72rem; color: var(--gold-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 1.6rem; }
.hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.hero-eyebrow::after { content: ''; width: 24px; height: 1px; background: var(--gold); }
.hero h1 { font-size: clamp(2.4rem, 4.8vw, 4rem); margin-bottom: 1.6rem; color: var(--navy); }
.hero h1 em { font-style: italic; color: var(--navy); position: relative; font-weight: 600; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 3px; background: var(--gold); z-index: -1; opacity: 0.7; }
.hero p.lead { font-size: 1.1rem; color: var(--slate); margin-bottom: 2.4rem; max-width: 560px; line-height: 1.7; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.9rem; border-radius: 2px; font-size: 0.84rem; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1.5px solid var(--navy); }
.btn-primary { background: var(--navy); color: var(--cream); }
.btn-primary:hover { background: var(--charcoal); border-color: var(--gold); color: var(--gold); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-deep); }

/* Hero digest card */
.hero-digest { background: var(--cream-warm); border: 1px solid var(--border-2); box-shadow: 0 24px 60px rgba(11,36,71,0.12), 0 0 0 6px var(--cream); position: relative; padding: 2rem 1.8rem; border-radius: 2px; }
.hero-digest::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--gold); }
.digest-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1.1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--border); }
.digest-heading .title { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.1rem; color: var(--navy); }
.digest-heading .meta { font-size: 0.72rem; color: var(--slate); text-transform: uppercase; letter-spacing: 1.5px; }
.digest-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px dotted var(--border-2); }
.digest-row:last-child { border-bottom: 0; }
.digest-row .role { font-size: 0.88rem; color: var(--navy); font-weight: 600; }
.digest-row .role small { display: block; color: var(--slate); font-weight: 400; font-size: 0.76rem; margin-top: 0.15rem; font-style: italic; font-family: 'Playfair Display', serif; }
.digest-row .band { font-size: 0.74rem; color: var(--gold-deep); font-weight: 600; padding: 0.25rem 0.6rem; border: 1px solid var(--gold-soft); border-radius: 2px; white-space: nowrap; letter-spacing: 0.3px; }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--navy); color: var(--cream); padding: 3rem 1.5rem; position: relative; }
.stats-bar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, transparent, var(--gold) 30%, var(--gold) 70%, transparent); }
.stats-bar-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; text-align: center; }
.stat-item { position: relative; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: -1.5rem; top: 15%; bottom: 15%; width: 1px; background: rgba(197,165,114,0.3); }
.stat-val { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 0.35rem; }
.stat-lbl { font-size: 0.78rem; color: var(--gold-soft); letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500; }

/* ---- SECTIONS ---- */
.section { padding: 5.5rem 1.5rem; }
.section-alt { background: var(--cream-deep); position: relative; }
.section-alt::before, .section-alt::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.section-alt::before { top: 0; }
.section-alt::after { bottom: 0; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-header { max-width: 740px; margin: 0 auto 3.5rem; text-align: center; }
.ornament { display: block; margin: 0 auto 1.2rem; width: 36px; height: 36px; color: var(--gold-deep); }
.eyebrow { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.7rem; color: var(--gold-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 20px; height: 1px; background: var(--gold); }
.section-header h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); margin-bottom: 1rem; color: var(--navy); }
.section-header h2 em { font-style: italic; color: var(--navy); position: relative; font-weight: 600; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 3px; background: var(--gold); opacity: 0.65; z-index: -1; }
.section-header p.lead { color: var(--slate); font-size: 1rem; line-height: 1.75; font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.05rem; }

/* ---- SECTORS ---- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.sector-card { background: var(--cream-warm); border: 1px solid var(--border); padding: 2rem 1.7rem 1.8rem; position: relative; transition: all 0.25s; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 3px; background: var(--gold); transition: width 0.3s; }
.sector-card:hover { border-color: var(--gold-soft); box-shadow: 0 12px 32px rgba(11,36,71,0.08); transform: translateY(-2px); }
.sector-card:hover::before { width: 100%; }
.sector-card .num { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.85rem; color: var(--gold-deep); margin-bottom: 0.5rem; letter-spacing: 1px; }
.sector-card h4 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 0.55rem; }
.sector-card p { font-size: 0.88rem; color: var(--slate); line-height: 1.65; font-family: 'Inter', sans-serif; }

/* ---- WHY ---- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1rem; }
.why-content h2 { font-size: clamp(1.75rem, 3.2vw, 2.2rem); margin-bottom: 1.2rem; color: var(--navy); }
.why-content h2 em { font-style: italic; color: var(--navy); position: relative; font-weight: 600; }
.why-content h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 3px; background: var(--gold); opacity: 0.65; z-index: -1; }
.why-content > p.intro { color: var(--slate); font-size: 1rem; line-height: 1.75; margin-bottom: 2rem; font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.08rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.6rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1.2rem; padding-bottom: 1.6rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .roman { flex-shrink: 0; font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.6rem; color: var(--gold-deep); font-weight: 600; width: 46px; text-align: right; padding-top: 2px; }
.why-list .body strong { color: var(--navy); display: block; margin-bottom: 0.3rem; font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; }
.why-list .body span { color: var(--slate); font-size: 0.92rem; line-height: 1.65; }

.why-visual { background: var(--navy); color: var(--cream); padding: 2.4rem 2rem; border-radius: 2px; position: relative; box-shadow: 0 20px 50px rgba(11,36,71,0.18); }
.why-visual::before { content: ''; position: absolute; top: 12px; left: 12px; right: 12px; bottom: 12px; border: 1px solid rgba(197,165,114,0.3); pointer-events: none; }
.why-visual .quote-mark { font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1; color: var(--gold); opacity: 0.5; margin-bottom: 0.4rem; }
.why-visual blockquote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.25rem; line-height: 1.55; color: var(--cream); margin-bottom: 1.6rem; }
.why-visual .attrib { font-size: 0.78rem; color: var(--gold-soft); letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500; }
.why-visual .attrib::before { content: ''; display: inline-block; width: 22px; height: 1px; background: var(--gold); margin-right: 0.6rem; vertical-align: middle; }

/* ---- PROCESS ---- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.process-step { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.2rem 1.8rem 1.8rem; position: relative; }
.process-step::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 2px; background: var(--gold); }
.process-step .roman-num { font-family: 'Playfair Display', serif; font-style: italic; font-size: 2.4rem; color: var(--gold-deep); line-height: 1; margin-bottom: 1rem; font-weight: 600; }
.process-step h4 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.7rem; font-weight: 700; }
.process-step p { color: var(--slate); font-size: 0.92rem; line-height: 1.7; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--navy); color: var(--cream); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.cta-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at center, rgba(197,165,114,0.12), transparent 60%); pointer-events: none; }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--gold); margin-bottom: 1.2rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--gold); }
.cta-banner h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; color: var(--cream); }
.cta-banner h2 em { font-style: italic; color: var(--gold); font-weight: 600; }
.cta-banner p { color: var(--gold-soft); margin: 0 auto 2.2rem; max-width: 560px; font-size: 1rem; font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.05rem; }
.cta-banner .btn-primary { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.cta-banner .btn-primary:hover { background: transparent; color: var(--gold); border-color: var(--gold); }

/* ---- FOOTER ---- */
.footer { background: var(--charcoal); color: var(--cream); padding: 4rem 1.5rem 1.8rem; }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(197,165,114,0.2); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(247,243,234,0.72); font-size: 0.92rem; line-height: 1.7; max-width: 340px; font-family: 'Playfair Display', serif; font-style: italic; }
.footer-col h5 { font-family: 'Playfair Display', serif; font-size: 0.9rem; color: var(--gold); margin-bottom: 1.1rem; font-weight: 600; letter-spacing: 0.3px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a, .footer-col li { color: rgba(247,243,234,0.72); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { max-width: 1180px; margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(247,243,234,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--gold-soft); font-family: 'Playfair Display', serif; }

/* ---- PAGE HEADER ---- */
.page-header { background: var(--cream); padding: 4.5rem 1.5rem 3.8rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; top: 0; right: -60px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(197,165,114,0.12), transparent 65%); pointer-events: none; }
.page-header::after { content: ''; position: absolute; bottom: 0; left: 20%; right: 20%; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.page-header-inner { max-width: 880px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.2rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1.2rem; color: var(--navy); }
.page-header h1 em { font-style: italic; color: var(--navy); position: relative; font-weight: 600; }
.page-header h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 3px; background: var(--gold); opacity: 0.7; z-index: -1; }
.page-header p { color: var(--slate); max-width: 640px; margin: 0 auto; font-size: 1.05rem; line-height: 1.7; font-family: 'Playfair Display', serif; font-style: italic; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-size: 0.78rem; color: var(--slate); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500; }
.crumbs a { color: var(--gold-deep); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin: 2.4rem 0 1rem; color: var(--navy); font-weight: 700; }
.prose h2::before { content: '\00A7 '; color: var(--gold-deep); font-style: italic; opacity: 0.7; margin-right: 0.3rem; }
.prose h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin: 1.8rem 0 0.8rem; color: var(--navy); font-style: italic; font-weight: 600; }
.prose p { font-size: 1rem; margin-bottom: 1.15rem; color: var(--plum); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.08rem; color: var(--navy); font-family: 'Playfair Display', serif; font-style: italic; }
.prose ul { padding-left: 0; margin-bottom: 1.1rem; color: var(--plum); list-style: none; }
.prose ul li { padding-left: 1.6rem; position: relative; margin-bottom: 0.6rem; line-height: 1.7; }
.prose ul li::before { content: '\2022'; position: absolute; left: 0.5rem; color: var(--gold-deep); font-weight: 700; }
.prose strong { color: var(--navy); font-weight: 600; }
.prose a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--gold-deep); }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.2rem; position: relative; }
.contact-info::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--gold); }
.contact-info h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; margin-bottom: 1.5rem; color: var(--navy); font-weight: 700; }
.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: 40px; height: 40px; background: var(--navy); border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; border-radius: 2px; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-size: 0.68rem; color: var(--gold-deep); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.25rem; font-weight: 600; }
.contact-row .val { color: var(--navy); font-size: 0.94rem; font-weight: 500; line-height: 1.5; }
.form-frame { background: var(--cream-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(11,36,71,0.08); }
.form-frame iframe { width: 100%; height: 780px; border: 0; display: block; }

/* ---- RESPONSIVE ---- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .stat-item + .stat-item::before { display: none; }
  .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 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-bar-inner { grid-template-columns: 1fr; gap: 1.6rem; }
  .section { padding: 3.5rem 1.5rem; }
  .hero { padding: 3rem 1.5rem 4rem; }
}
