@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,600;8..144,700&display=swap');

:root {
  --petrol: #082F49;
  --petrol-2: #0C4A6E;
  --petrol-3: #164E63;
  --orange: #F97316;
  --orange-deep: #C2410C;
  --orange-soft: #FED7AA;
  --steel: #334155;
  --steel-light: #64748B;
  --steel-lighter: #94A3B8;
  --off-white: #F8FAFC;
  --off-white-2: #F1F5F9;
  --off-white-3: #E2E8F0;
  --white: #FFFFFF;
  --border: #CBD5E1;
  --charcoal: #0F172A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Roboto Flex', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--off-white); line-height: 1.6; -webkit-font-smoothing: antialiased; font-variation-settings: 'wdth' 100; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Rubik', system-ui, sans-serif; font-weight: 700; color: var(--petrol); letter-spacing: -0.02em; line-height: 1.1; }

/* ---- TOPBAR ---- */
.topbar { background: var(--petrol); color: var(--off-white); font-size: 0.78rem; padding: 0.55rem 1.5rem; border-bottom: 3px solid var(--orange); }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { display: flex; align-items: center; gap: 0.55rem; font-weight: 500; letter-spacing: 0.3px; }
.topbar-l::before { content: ''; display: inline-block; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 8px var(--orange); }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.77rem; }
.topbar a { color: var(--orange); text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--orange-soft); }

/* ---- NAV ---- */
.nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(8,47,73,0.04); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-mark { width: 44px; height: 44px; background: var(--petrol); display: flex; align-items: center; justify-content: center; color: var(--orange); font-family: 'Rubik', sans-serif; font-weight: 900; font-size: 0.95rem; letter-spacing: 0.5px; position: relative; border-radius: 8px; transform: skewX(-6deg); }
.logo-mark span { display: inline-block; transform: skewX(6deg); }
.logo-mark::after { content: ''; position: absolute; bottom: 4px; right: 4px; width: 8px; height: 3px; background: var(--orange); border-radius: 2px; }
.logo-text { font-family: 'Rubik', sans-serif; font-size: 1.28rem; font-weight: 800; color: var(--petrol); letter-spacing: -0.5px; line-height: 1; }
.logo-text em { color: var(--orange-deep); font-style: normal; font-weight: 600; }
.logo-sub { display: block; font-family: 'Roboto Flex', sans-serif; font-size: 0.65rem; color: var(--steel-light); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 3px; font-weight: 500; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--steel); font-weight: 500; font-size: 0.9rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; }
.nav-links a:hover, .nav-links a.active { color: var(--petrol); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px; background: var(--orange); border-radius: 2px; }
.nav-right { display: flex; align-items: center; gap: 1.25rem; }
.nav-phone { font-size: 0.88rem; font-weight: 600; color: var(--petrol); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; font-family: 'Rubik', sans-serif; }
.nav-phone svg { color: var(--orange); }
.btn-nav { background: var(--orange); color: var(--white); padding: 0.7rem 1.4rem; border-radius: 6px; text-decoration: none; font-family: 'Rubik', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; transition: all 0.2s; border: 2px solid var(--orange); }
.btn-nav:hover { background: var(--orange-deep); border-color: var(--orange-deep); transform: translateY(-1px); }
.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(--petrol); display: block; }
.nav-mobile { display: none; background: var(--off-white-2); 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(--petrol); text-decoration: none; font-size: 0.95rem; font-weight: 500; }

/* ---- HERO ---- */
.hero { background: var(--off-white); padding: 5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(30deg, transparent 48%, rgba(8,47,73,0.03) 49%, rgba(8,47,73,0.03) 51%, transparent 52%); background-size: 60px 60px; pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -60px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(249,115,22,0.14), transparent 65%); pointer-events: none; }
.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-flex; align-items: center; gap: 0.6rem; font-family: 'Rubik', sans-serif; font-size: 0.72rem; color: var(--orange-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.6rem; padding: 0.4rem 1rem; background: var(--orange-soft); border-radius: 20px; border: 1px solid var(--orange); }
.hero h1 { font-size: clamp(2.4rem, 4.8vw, 4rem); margin-bottom: 1.5rem; color: var(--petrol); font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--orange-deep); position: relative; font-weight: 800; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 8px; background: var(--orange-soft); z-index: -1; opacity: 0.85; }
.hero p.lead { font-size: 1.1rem; color: var(--steel); 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.6rem; padding: 1rem 2rem; border-radius: 6px; font-family: 'Rubik', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 2px solid; }
.btn-primary { background: var(--petrol); color: var(--white); border-color: var(--petrol); }
.btn-primary:hover { background: var(--petrol-2); border-color: var(--petrol-2); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(8,47,73,0.2); }
.btn-ghost { background: transparent; color: var(--petrol); border-color: var(--petrol); }
.btn-ghost:hover { background: var(--petrol); color: var(--white); }

/* Hero RPM stat cluster */
.hero-cluster { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.rpm-card { background: var(--white); border: 2px solid var(--border); border-radius: 12px; padding: 1.4rem 1.2rem; position: relative; overflow: hidden; transition: all 0.3s; }
.rpm-card:nth-child(1) { background: var(--petrol); color: var(--off-white); border-color: var(--petrol); grid-column: span 2; padding: 2rem; }
.rpm-card:nth-child(1) .rpm-title { color: var(--orange-soft); }
.rpm-card:nth-child(1) .rpm-val { color: var(--orange); }
.rpm-card:nth-child(1) .rpm-sub { color: rgba(248,250,252,0.7); }
.rpm-title { font-family: 'Rubik', sans-serif; font-size: 0.7rem; color: var(--steel-light); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 0.5rem; }
.rpm-val { font-family: 'Rubik', sans-serif; font-size: 2rem; font-weight: 900; color: var(--petrol); line-height: 1; letter-spacing: -1.5px; margin-bottom: 0.3rem; }
.rpm-card:nth-child(1) .rpm-val { font-size: 2.6rem; }
.rpm-sub { font-size: 0.82rem; color: var(--steel-light); line-height: 1.5; }
.rpm-tach { position: absolute; top: -8px; right: -8px; width: 60px; height: 60px; opacity: 0.15; }
.rpm-card:nth-child(1) .rpm-tach { opacity: 0.4; color: var(--orange); }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--petrol); color: var(--off-white); padding: 2.8rem 1.5rem; position: relative; }
.stats-bar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--orange) 0%, var(--orange) 30%, transparent 30%, transparent 33%, var(--orange) 33%, var(--orange) 63%, transparent 63%, transparent 66%, var(--orange) 66%, var(--orange) 100%); }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item { position: relative; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: -1rem; top: 20%; bottom: 20%; width: 1px; background: rgba(249,115,22,0.3); }
.stat-val { font-family: 'Rubik', sans-serif; font-size: 2.4rem; font-weight: 900; color: var(--orange); line-height: 1; margin-bottom: 0.35rem; letter-spacing: -1px; }
.stat-lbl { font-size: 0.78rem; color: var(--off-white); opacity: 0.85; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500; }

/* ---- SECTIONS ---- */
.section { padding: 5.5rem 1.5rem; background: var(--off-white); }
.section-alt { background: var(--off-white-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { max-width: 740px; margin: 0 auto 3.5rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: 'Rubik', sans-serif; font-size: 0.72rem; color: var(--orange-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 20px; height: 3px; background: var(--orange); border-radius: 2px; }
.section-header h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin-bottom: 1rem; color: var(--petrol); font-weight: 800; }
.section-header h2 em { font-style: normal; color: var(--orange-deep); position: relative; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 8px; background: var(--orange-soft); opacity: 0.85; z-index: -1; }
.section-header p.lead { color: var(--steel); font-size: 1.05rem; line-height: 1.7; }

/* ---- SECTORS ---- */
.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.9rem 1.6rem 1.7rem; position: relative; transition: all 0.25s; border-radius: 10px; overflow: hidden; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 4px; background: var(--orange); transform: scaleY(0.4); transform-origin: top; transition: transform 0.3s; }
.sector-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(8,47,73,0.1); }
.sector-card:hover::before { transform: scaleY(1); }
.sector-card .idx { font-family: 'Rubik', sans-serif; font-size: 0.75rem; color: var(--orange-deep); margin-bottom: 0.5rem; letter-spacing: 2px; font-weight: 700; }
.sector-card h4 { font-family: 'Rubik', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--petrol); margin-bottom: 0.55rem; }
.sector-card p { font-size: 0.88rem; color: var(--steel); line-height: 1.65; }

/* ---- WHY GRID ---- */
.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(--petrol); font-weight: 800; }
.why-content h2 em { font-style: normal; color: var(--orange-deep); position: relative; }
.why-content h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 8px; background: var(--orange-soft); opacity: 0.85; z-index: -1; }
.why-content > p.intro { color: var(--steel); font-size: 1rem; line-height: 1.75; margin-bottom: 2rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.4rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1rem; padding-bottom: 1.4rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .chev { flex-shrink: 0; width: 34px; height: 34px; background: var(--petrol); color: var(--orange); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.why-list .chev svg { width: 16px; height: 16px; }
.why-list .body strong { color: var(--petrol); display: block; margin-bottom: 0.3rem; font-family: 'Rubik', sans-serif; font-size: 1.1rem; font-weight: 700; }
.why-list .body span { color: var(--steel); font-size: 0.92rem; line-height: 1.65; }

.why-visual { background: var(--petrol); color: var(--off-white); padding: 2.4rem 2rem; border-radius: 12px; position: relative; overflow: hidden; }
.why-visual::before { content: ''; position: absolute; top: -30px; right: -30px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(249,115,22,0.2), transparent 65%); pointer-events: none; }
.why-visual h4 { font-family: 'Rubik', sans-serif; font-size: 1rem; color: var(--orange); text-transform: uppercase; letter-spacing: 2.5px; font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid rgba(249,115,22,0.3); position: relative; }
.why-visual .checklist { list-style: none; display: flex; flex-direction: column; gap: 1rem; position: relative; }
.why-visual .checklist li { display: flex; align-items: flex-start; gap: 0.9rem; font-size: 0.94rem; color: var(--off-white); padding: 0.7rem 0; border-bottom: 1px solid rgba(249,115,22,0.15); }
.why-visual .checklist li:last-child { border-bottom: 0; }
.why-visual .checklist svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--orange); margin-top: 2px; }

/* ---- PROCESS ---- */
.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.2rem 1.8rem 1.8rem; position: relative; border-radius: 10px; }
.process-step::before { content: ''; position: absolute; top: -2px; left: 20px; right: 20px; height: 4px; background: var(--orange); border-radius: 0 0 4px 4px; }
.process-step .stepnum { font-family: 'Rubik', sans-serif; font-size: 3rem; font-weight: 900; color: var(--orange); line-height: 1; margin-bottom: 0.8rem; letter-spacing: -3px; }
.process-step .stepnum::before { content: '0'; color: var(--orange-soft); }
.process-step h4 { font-family: 'Rubik', sans-serif; font-size: 1.2rem; color: var(--petrol); margin-bottom: 0.7rem; font-weight: 700; }
.process-step p { color: var(--steel); font-size: 0.92rem; line-height: 1.7; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--petrol); color: var(--off-white); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(249,115,22,0.18), transparent 60%); pointer-events: none; }
.cta-banner::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--orange); margin-bottom: 1.2rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--orange); }
.cta-banner h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; color: var(--off-white); font-weight: 800; }
.cta-banner h2 em { font-style: normal; color: var(--orange); }
.cta-banner p { color: rgba(248,250,252,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-size: 1rem; }
.cta-banner .btn-primary { background: var(--orange); color: var(--white); border-color: var(--orange); }
.cta-banner .btn-primary:hover { background: var(--orange-deep); border-color: var(--orange-deep); }

/* ---- FOOTER ---- */
.footer { background: var(--charcoal); color: var(--off-white); padding: 4rem 1.5rem 1.8rem; }
.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(249,115,22,0.2); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(248,250,252,0.65); font-size: 0.92rem; line-height: 1.7; max-width: 340px; }
.footer-col h5 { font-family: 'Rubik', sans-serif; font-size: 0.8rem; color: var(--orange); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1.1rem; font-weight: 700; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a, .footer-col li { color: rgba(248,250,252,0.65); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(248,250,252,0.4); flex-wrap: wrap; gap: 1rem; letter-spacing: 0.3px; }

/* ---- PAGE HEADER ---- */
.page-header { background: var(--off-white-2); padding: 4.5rem 1.5rem 3.8rem; text-align: center; position: relative; overflow: hidden; border-bottom: 3px solid var(--orange); }
.page-header::before { content: ''; position: absolute; top: -80px; right: -60px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(249,115,22,0.14), transparent 65%); pointer-events: none; }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.2rem; }
.page-header h1 { font-size: clamp(2.1rem, 4.2vw, 3.2rem); margin-bottom: 1.2rem; color: var(--petrol); font-weight: 800; }
.page-header h1 em { font-style: normal; color: var(--orange-deep); position: relative; }
.page-header h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 8px; background: var(--orange-soft); opacity: 0.85; z-index: -1; }
.page-header p { color: var(--steel); max-width: 640px; margin: 0 auto; font-size: 1.05rem; line-height: 1.7; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-family: 'Rubik', sans-serif; font-size: 0.78rem; color: var(--steel-light); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500; }
.crumbs a { color: var(--orange-deep); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Rubik', sans-serif; font-size: 1.55rem; margin: 2.4rem 0 1rem; color: var(--petrol); font-weight: 700; position: relative; padding-left: 1rem; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 8px; width: 4px; background: var(--orange); border-radius: 2px; }
.prose h3 { font-family: 'Rubik', sans-serif; font-size: 1.2rem; margin: 1.8rem 0 0.8rem; color: var(--orange-deep); font-weight: 600; }
.prose p { font-size: 1rem; margin-bottom: 1.15rem; color: var(--steel); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.1rem; color: var(--petrol); font-weight: 500; }
.prose ul { padding-left: 0; margin-bottom: 1.1rem; color: var(--steel); list-style: none; }
.prose ul li { padding-left: 1.8rem; position: relative; margin-bottom: 0.6rem; line-height: 1.7; }
.prose ul li::before { content: '\276F'; position: absolute; left: 0.3rem; top: 0; color: var(--orange); font-weight: 700; }
.prose strong { color: var(--petrol); font-weight: 700; }
.prose a { color: var(--petrol); text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; text-decoration-thickness: 2px; }
.prose a:hover { color: var(--orange-deep); }

/* ---- CONTACT ---- */
.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; border-radius: 10px; }
.contact-info::before { content: ''; position: absolute; top: -2px; left: 20px; right: 20px; height: 4px; background: var(--orange); border-radius: 0 0 4px 4px; }
.contact-info h3 { font-family: 'Rubik', sans-serif; font-size: 1.3rem; margin-bottom: 1.5rem; color: var(--petrol); font-weight: 700; }
.contact-row { display: flex; gap: 1.1rem; padding: 1.1rem 0; border-bottom: 1px dashed var(--border); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 42px; height: 42px; background: var(--petrol); display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; border-radius: 8px; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Rubik', sans-serif; font-size: 0.68rem; color: var(--orange-deep); text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 0.25rem; font-weight: 700; }
.contact-row .val { color: var(--petrol); font-size: 0.94rem; font-weight: 500; line-height: 1.5; }
.form-frame { background: var(--white); border: 2px solid var(--border); border-radius: 10px; padding: 0.5rem; box-shadow: 0 20px 40px rgba(8,47,73,0.08); }
.form-frame iframe { width: 100%; height: 800px; border: 0; display: block; border-radius: 6px; }

/* ---- 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: 66px; }
  .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; }
}
