/* ============================================================
   Active Technologies — Main Stylesheet
   ============================================================ */

:root {
  --red: #E8192C;
  --navy: #1A2B4A;
  --navy-light: #243654;
  --white: #ffffff;
  --off-white: #F7F8FA;
  --gray: #6B7280;
  --light-gray: #E5E7EB;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; color: var(--navy); background: var(--white); overflow-x: hidden; }

/* ── NAV ── */
nav.topnav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(26,43,74,0.97); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 72px; border-bottom: 2px solid var(--red); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon { width: 42px; height: 42px; background: var(--red); clip-path: polygon(20% 0%,80% 0%,100% 100%,0% 100%); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 22px; color: white; flex-shrink: 0; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-text .nt1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 18px; color: white; letter-spacing: 2px; line-height: 1; }
.nav-logo-text .nt2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 12px; color: var(--red); letter-spacing: 3px; text-transform: uppercase; line-height: 1.2; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: 1.5px; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover { color: var(--red); }
.nav-cta { background: var(--red); color: white; border: none; padding: 10px 24px; cursor: pointer; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%); transition: background .2s, transform .2s; }
.nav-cta:hover { background: #c0122a; transform: scale(1.04); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 26px; height: 2px; background: white; border-radius: 2px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: rgba(20,35,62,0.99); z-index: 999; padding: 20px 5% 28px; flex-direction: column; border-bottom: 2px solid var(--red); gap: 0; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.85); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: 2px; text-transform: uppercase; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.07); transition: color .2s; display: block; }
.mobile-menu a:hover { color: var(--red); }
.mobile-menu .mob-cta { margin-top: 16px; background: var(--red); color: white; text-align: center; padding: 15px; border: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 2px; clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%); cursor: pointer; }

/* ── HERO ── */
#hero { min-height: 100vh; background: var(--navy); position: relative; overflow: hidden; display: flex; align-items: center; padding-top: 72px; }
.hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(232,25,44,.07) 1px,transparent 1px), linear-gradient(90deg,rgba(232,25,44,.07) 1px,transparent 1px); background-size: 60px 60px; }
.hero-accent-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(180deg,var(--red) 0%,transparent 60%); }
.hero-diagonal { position: absolute; right: -100px; top: 0; bottom: 0; width: 55%; background: var(--navy-light); clip-path: polygon(18% 0%,100% 0%,100% 100%,0% 100%); overflow: hidden; }
.hero-diagonal img { width: 100%; height: 100%; object-fit: cover; opacity: .25; mix-blend-mode: luminosity; }
.hero-diagonal-overlay { position: absolute; inset: 0; background: linear-gradient(135deg,var(--navy-light) 0%,rgba(26,43,74,.3) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 5%; max-width: 680px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,25,44,.15); border: 1px solid rgba(232,25,44,.4); padding: 6px 16px; margin-bottom: 28px; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; color: var(--red); text-transform: uppercase; }
.hero-badge::before { content: ''; width: 8px; height: 8px; background: var(--red); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{ opacity:1; transform:scale(1); } 50%{ opacity:.5; transform:scale(1.4); } }
.hero-headline { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(48px,7vw,90px); line-height: .92; color: white; text-transform: uppercase; letter-spacing: -1px; margin-bottom: 24px; }
.hero-headline .accent { color: var(--red); }
.hero-sub { font-size: 17px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,.7); max-width: 500px; margin-bottom: 40px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary { background: var(--red); color: white; padding: 16px 36px; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 2px; text-transform: uppercase; clip-path: polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%); transition: background .2s, transform .2s; display: inline-block; }
.btn-primary:hover { background: #c0122a; transform: translateY(-2px); }
.btn-outline { border: 2px solid rgba(255,255,255,.4); color: white; padding: 14px 34px; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 2px; text-transform: uppercase; transition: border-color .2s, color .2s; display: inline-block; }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.hero-stats { position: absolute; bottom: 48px; left: 5%; display: flex; gap: 48px; z-index: 2; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 42px; color: white; line-height: 1; }
.stat-num span { color: var(--red); }
.stat-label { font-size: 12px; font-weight: 500; letter-spacing: 2px; color: rgba(255,255,255,.5); text-transform: uppercase; margin-top: 4px; }

/* ── SECTIONS ── */
section { padding: 100px 5%; }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 4px; color: var(--red); text-transform: uppercase; display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.section-label::before { content: ''; width: 32px; height: 3px; background: var(--red); }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(34px,5vw,58px); line-height: 1; text-transform: uppercase; letter-spacing: -.5px; margin-bottom: 20px; }
.section-title .accent { color: var(--red); }
.section-desc { font-size: 16px; font-weight: 400; line-height: 1.75; color: var(--gray); max-width: 600px; }

/* ── ABOUT ── */
#about { background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 60px; }
.about-visual { position: relative; }
.about-img-main { width: 100%; aspect-ratio: 4/3; object-fit: cover; clip-path: polygon(0 0,95% 0,100% 5%,100% 100%,5% 100%,0 95%); }
.about-accent-block { position: absolute; bottom: -24px; right: -24px; background: var(--red); padding: 28px 32px; font-family: 'Barlow Condensed', sans-serif; }
.about-accent-block strong { display: block; font-size: 48px; font-weight: 900; color: white; line-height: 1; }
.about-accent-block span { font-size: 13px; color: rgba(255,255,255,.8); letter-spacing: 2px; text-transform: uppercase; }
.about-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--navy); }
.about-list li::before { content: '▶'; color: var(--red); font-size: 10px; margin-top: 4px; flex-shrink: 0; }
.about-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.badge { background: var(--navy); color: white; padding: 8px 18px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; clip-path: polygon(6px 0%,100% 0%,calc(100% - 6px) 100%,0% 100%); }

/* ── SERVICES ── */
#services { background: var(--navy); }
#services .section-title { color: white; }
#services .section-desc { color: rgba(255,255,255,.6); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin-top: 60px; }
.service-card { position: relative; overflow: hidden; background: var(--navy-light); aspect-ratio: 1/1; cursor: pointer; transition: transform .3s; }
.service-card:hover { z-index: 2; transform: scale(1.03); }
.service-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(50%) brightness(.45); transition: filter .4s, transform .4s; }
.service-card:hover img { filter: grayscale(0%) brightness(.3); transform: scale(1.07); }
.service-card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(26,43,74,.97) 0%,rgba(26,43,74,.5) 50%,transparent 100%); padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.service-card-tag { position: absolute; top: 18px; left: 18px; background: var(--red); padding: 4px 12px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 2px; color: white; text-transform: uppercase; clip-path: polygon(4px 0%,100% 0%,calc(100% - 4px) 100%,0% 100%); }
.service-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 24px; color: white; text-transform: uppercase; letter-spacing: 1px; line-height: 1; margin-bottom: 7px; }
.service-card p { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.5; font-weight: 300; max-height: 0; overflow: hidden; transition: max-height .4s; }
.service-card:hover p { max-height: 80px; }
.service-card-arrow { position: absolute; bottom: 24px; right: 24px; width: 34px; height: 34px; border: 2px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: white; font-size: 15px; transition: background .2s, border-color .2s; }
.service-card:hover .service-card-arrow { background: var(--red); border-color: var(--red); }
.card-learn { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 2.5px; color: rgba(255,255,255,0); text-transform: uppercase; transition: color .3s; pointer-events: none; margin-top: 6px; display: block; }
.service-card:hover .card-learn { color: rgba(255,255,255,.5); }
.svc-card-btn { cursor: pointer; }

/* ── WHY ── */
#why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 60px; }
.why-items { display: flex; flex-direction: column; }
.why-item { display: flex; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--light-gray); transition: padding-left .3s; cursor: pointer; }
.why-item:hover { padding-left: 12px; }
.why-item:first-child { padding-top: 0; }
.why-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 48px; color: var(--light-gray); line-height: 1; min-width: 52px; transition: color .3s; }
.why-item:hover .why-num { color: var(--red); }
.why-text h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 22px; color: var(--navy); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.why-text p { font-size: 14px; color: var(--gray); line-height: 1.7; }
.why-visual { position: sticky; top: 100px; }
.why-big-card { background: var(--navy); padding: 48px; position: relative; overflow: hidden; }
.why-big-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(232,25,44,.1); }
.why-big-card::after { content: ''; position: absolute; bottom: -40px; left: -40px; width: 140px; height: 140px; border-radius: 50%; background: rgba(232,25,44,.07); }
.why-quote { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 36px; color: white; line-height: 1.1; text-transform: uppercase; position: relative; z-index: 1; margin-bottom: 32px; }
.why-quote .accent { color: var(--red); }
.why-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; position: relative; z-index: 1; }
.why-metric { padding: 18px; background: rgba(255,255,255,.04); border-left: 3px solid var(--red); }
.why-metric strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 34px; font-weight: 900; color: white; line-height: 1; }
.why-metric span { font-size: 12px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1.5px; }
.specialties-strip { margin-top: 56px; background: var(--off-white); padding: 28px 36px; border-left: 4px solid var(--red); }
.specialties-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 4px; color: var(--red); text-transform: uppercase; margin-bottom: 14px; }
.specialties-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.spec-tag { background: white; border: 1px solid var(--light-gray); padding: 7px 16px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; color: var(--navy); text-transform: uppercase; transition: background .2s, border-color .2s, color .2s; cursor: pointer; }
.spec-tag:hover { background: var(--red); border-color: var(--red); color: white; }

/* ── CONTACT ── */
#contact { background: var(--navy); padding-bottom: 0; }
#contact .section-title { color: white; }
#contact .section-desc { color: rgba(255,255,255,.6); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; margin-top: 56px; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-item { display: flex; gap: 18px; align-items: flex-start; }
.contact-icon { width: 48px; height: 48px; background: rgba(232,25,44,.15); border: 1px solid rgba(232,25,44,.3); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-item-text label { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 3px; color: var(--red); text-transform: uppercase; margin-bottom: 4px; }
.contact-item-text p { font-size: 15px; color: rgba(255,255,255,.85); font-weight: 300; line-height: 1.5; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-field label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 2px; color: rgba(255,255,255,.5); text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: white; padding: 13px 15px; font-family: 'Barlow', sans-serif; font-size: 14px; outline: none; transition: border-color .2s; resize: none; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.25); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--red); }
.form-field select option { background: var(--navy); color: white; }
.btn-submit { background: var(--red); color: white; border: none; padding: 17px 36px; cursor: pointer; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 3px; text-transform: uppercase; align-self: flex-start; clip-path: polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%); transition: background .2s, transform .2s; }
.btn-submit:hover { background: #c0122a; transform: translateY(-2px); }

/* ── FOOTER ── */
footer { background: #0d1826; padding: 36px 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-brand { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 18px; color: white; letter-spacing: 2px; text-transform: uppercase; }
.footer-brand span { color: var(--red); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.3); margin-top: 4px; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 2px; color: rgba(255,255,255,.4); text-decoration: none; text-transform: uppercase; transition: color .2s; }
.footer-links a:hover { color: var(--red); }
.footer-socials { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: 12px; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; transition: border-color .2s, color .2s, background .2s; }
.social-btn:hover { border-color: var(--red); color: white; background: var(--red); }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── SERVICE MODAL ── */
.modal-backdrop { position: fixed; inset: 0; z-index: 3000; background: rgba(10,18,36,.85); backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.modal-backdrop.open { opacity: 1; pointer-events: all; }
.svc-modal { position: fixed; top: 50%; left: 50%; z-index: 3001; width: min(860px,94vw); max-height: 88vh; transform: translate(-50%,-46%) scale(.94); opacity: 0; pointer-events: none; transition: transform .38s cubic-bezier(.34,1.3,.64,1), opacity .3s ease; display: flex; flex-direction: column; background: var(--white); overflow: hidden; }
.svc-modal.open { transform: translate(-50%,-50%) scale(1); opacity: 1; pointer-events: all; }
.modal-hero { position: relative; height: 200px; overflow: hidden; flex-shrink: 0; }
.modal-hero img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55); }
.modal-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(26,43,74,.95) 0%,rgba(26,43,74,.5) 60%,transparent 100%); }
.modal-hero-content { position: absolute; inset: 0; padding: 28px 36px; display: flex; flex-direction: column; justify-content: flex-end; }
.modal-tag { display: inline-block; background: var(--red); padding: 4px 14px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 2.5px; color: white; text-transform: uppercase; clip-path: polygon(4px 0%,100% 0%,calc(100% - 4px) 100%,0% 100%); margin-bottom: 10px; width: fit-content; }
.modal-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(30px,4vw,46px); color: white; text-transform: uppercase; line-height: .95; letter-spacing: -0.5px; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; transition: background .2s, transform .2s; z-index: 10; line-height: 1; }
.modal-close:hover { background: var(--red); border-color: var(--red); transform: rotate(90deg); }
.modal-body { overflow-y: auto; padding: 36px; display: flex; flex-direction: column; gap: 32px; flex: 1; }
.modal-body::-webkit-scrollbar { width: 4px; }
.modal-body::-webkit-scrollbar-thumb { background: var(--light-gray); border-radius: 4px; }
.modal-overview { font-size: 15px; line-height: 1.8; color: var(--gray); border-left: 3px solid var(--red); padding-left: 20px; }
.modal-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.modal-section-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.modal-section-title::before { content: ''; width: 20px; height: 3px; background: var(--red); flex-shrink: 0; }
.tech-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-pill { background: var(--navy); color: white; padding: 6px 16px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; clip-path: polygon(5px 0%,100% 0%,calc(100% - 5px) 100%,0% 100%); transition: background .2s; }
.tech-pill:hover { background: var(--red); }
.included-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.included-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--navy); line-height: 1.5; }
.included-list li::before { content: ''; width: 8px; height: 8px; background: var(--red); border-radius: 50%; margin-top: 5px; flex-shrink: 0; }
.case-card { background: var(--off-white); border-left: 4px solid var(--red); padding: 20px 24px; }
.case-card-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 3px; color: var(--red); text-transform: uppercase; margin-bottom: 6px; }
.case-card h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 18px; color: var(--navy); text-transform: uppercase; margin-bottom: 8px; }
.case-card p { font-size: 13px; color: var(--gray); line-height: 1.6; }
.case-stats { display: flex; gap: 20px; margin-top: 14px; flex-wrap: wrap; }
.case-stat strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 26px; color: var(--red); line-height: 1; }
.case-stat span { font-size: 11px; color: var(--gray); text-transform: uppercase; letter-spacing: 1.5px; }
.modal-cta-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; background: var(--navy); padding: 24px 36px; flex-shrink: 0; }
.modal-cta-bar p { font-size: 15px; color: rgba(255,255,255,.75); font-weight: 300; max-width: 460px; }
.modal-cta-bar p strong { color: white; }
.btn-modal-cta { background: var(--red); color: white; border: none; padding: 14px 32px; cursor: pointer; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%); transition: background .2s, transform .2s; text-decoration: none; display: inline-block; flex-shrink: 0; }
.btn-modal-cta:hover { background: #c0122a; transform: translateY(-2px); }
.placeholder-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(232,25,44,.08); border: 1px dashed rgba(232,25,44,.35); padding: 5px 14px; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--red); text-transform: uppercase; margin-bottom: 4px; }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .about-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .why-visual { position: static; }
}
@media(max-width:768px) {
  nav.topnav { padding: 0 4%; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  section { padding: 64px 4%; }
  #hero { padding-top: 72px; }
  .hero-diagonal { display: none; }
  .hero-content { max-width: 100%; padding: 0 4%; }
  .hero-sub { font-size: 15px; }
  .hero-stats { bottom: 20px; left: 4%; gap: 20px; }
  .stat-num { font-size: 30px; }
  .stat-label { font-size: 10px; }
  .about-grid { margin-top: 32px; }
  .about-accent-block { bottom: -14px; right: -8px; padding: 18px 22px; }
  .about-accent-block strong { font-size: 34px; }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 3px; }
  .service-card { aspect-ratio: unset; min-height: 280px; }
  .service-card h3 { font-size: 20px; }
  .why-big-card { padding: 32px; }
  .why-quote { font-size: 28px; }
  .specialties-strip { padding: 22px 24px; }
  .contact-grid { margin-top: 32px; }
  .form-row { grid-template-columns: 1fr; }
  footer { flex-direction: column; align-items: flex-start; gap: 16px; padding: 28px 4%; }
  .footer-links { gap: 16px; }
  .modal-cols { grid-template-columns: 1fr; }
  .modal-hero { height: 160px; }
  .modal-hero-content { padding: 20px; }
  .modal-body { padding: 24px; }
  .modal-cta-bar { padding: 20px 24px; flex-direction: column; align-items: flex-start; }
}
@media(max-width:480px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .hero-headline { font-size: clamp(38px,11vw,58px); }
  .hero-buttons { flex-direction: column; gap: 12px; }
  .btn-primary, .btn-outline { text-align: center; }
  .hero-stats { gap: 16px; }
  .stat-num { font-size: 26px; }
  .why-num { font-size: 36px; }
  .why-big-card { padding: 22px; }
  .why-metrics { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-metric strong { font-size: 26px; }
  .about-accent-block { display: none; }
}
