:root {
  --navy: #082a76;
  --navy-dark: #061d52;
  --blue-ink: #0b245c;
  --orange: #ff6b12;
  --orange-dark: #e8510a;
  --gold: #ffb536;
  --ink: #172033;
  --muted: #637083;
  --line: rgba(8, 42, 118, 0.14);
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 22px 65px rgba(8, 42, 118, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.nav-open { overflow: hidden; }
body.motion-ready .animate-on-scroll { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 700ms ease; }
body.motion-ready .animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header { position: absolute; top: 14px; left: 50%; z-index: 20; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(12px, 1.8vw, 22px); width: min(1200px, calc(100% - 28px)); min-height: 68px; padding: 8px 12px 8px 16px; border: 1px solid rgba(255,255,255,.62); border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: 0 18px 48px rgba(8,42,118,.14); backdrop-filter: blur(18px); transform: translateX(-50%); overflow: hidden; }
.landing-header { position: absolute; top: 14px; left: 50%; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1200px, calc(100% - 28px)); min-height: 68px; padding: 8px 12px 8px 16px; border: 1px solid rgba(255,255,255,.62); border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 18px 48px rgba(8,42,118,.14); backdrop-filter: blur(18px); transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; }
.brand img { width: clamp(136px, 13vw, 166px); height: auto; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.9vw, 23px); color: var(--blue-ink); font-size: 14px; font-weight: 850; }
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; cursor: pointer; font-weight: 950; }
.header-cta { min-height: 48px; padding: 0 clamp(14px, 1.6vw, 18px); background: var(--orange); color: var(--white); box-shadow: 0 12px 24px rgba(255,107,18,.26); white-space: nowrap; }
.button { min-height: 54px; padding: 0 24px; }
.button.primary { background: var(--orange); color: var(--white); box-shadow: 0 16px 34px rgba(255,107,18,.26); }
.button.secondary { border: 1px solid rgba(8,42,118,.22); background: rgba(255,255,255,.88); color: var(--navy); }
.nav-toggle { position: relative; z-index: 90; display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--navy); }

.hero { position: relative; min-height: 94vh; overflow: hidden; background: var(--soft); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: radial-gradient(circle at 90% 30%, rgba(255,107,18,.18), transparent 32%), linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 42%, rgba(255,255,255,.36) 72%, rgba(8,42,118,.16) 100%); }
.hero-content { position: relative; z-index: 1; display: flex; align-items: center; min-height: 94vh; width: min(1200px, calc(100% - 36px)); margin: 0 auto; padding: 145px 0 58px; }
.hero-copy { max-width: 770px; animation: heroRise 820ms ease both; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: 12px; font-weight: 950; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; color: var(--navy-dark); font-size: clamp(44px, 7vw, 84px); line-height: .96; }
h2 { margin-bottom: 0; color: var(--navy-dark); font-size: clamp(32px, 4.8vw, 58px); line-height: 1.02; }
h3 { margin-bottom: 10px; color: var(--navy-dark); font-size: 21px; line-height: 1.14; }
.hero-copy p:not(.eyebrow) { max-width: 670px; margin-bottom: 28px; color: #39465b; font-size: 20px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.landing-hero { position: relative; min-height: 100vh; overflow: hidden; background: var(--soft); }
.landing-hero-image, .landing-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.landing-hero-image { object-fit: cover; object-position: center; }
.landing-hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 44%, rgba(255,255,255,.72) 72%, rgba(8,42,118,.2) 100%); }
.landing-hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 440px); align-items: center; gap: 42px; width: min(1200px, calc(100% - 36px)); min-height: 100vh; margin: 0 auto; padding: 136px 0 54px; }
.landing-copy { max-width: 760px; animation: heroRise 820ms ease both; }
.landing-copy h1 { margin-bottom: 20px; }
.landing-copy p:not(.eyebrow) { max-width: 650px; margin-bottom: 28px; color: #39465b; font-size: 20px; line-height: 1.58; }
.landing-form-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.landing-form-card h2 { margin-bottom: 18px; font-size: 28px; line-height: 1.08; }
.landing-lead-form { grid-template-columns: 1fr; padding: 0; border: 0; box-shadow: none; }
.landing-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; width: min(1200px, calc(100% - 36px)); margin: -30px auto 0; position: relative; z-index: 3; }
.landing-strip span { display: grid; min-height: 72px; place-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--blue-ink); box-shadow: 0 16px 38px rgba(8,42,118,.12); font-weight: 950; text-align: center; }
.landing-service-grid, .process-grid, .faq-grid { display: grid; gap: 16px; }
.landing-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 34px; }
.landing-service-grid article, .process-grid article, .faq-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 18px 44px rgba(8,42,118,.1); transition: transform 220ms ease, box-shadow 220ms ease; }
.landing-service-grid strong { display: grid; width: 44px; height: 44px; margin-bottom: 18px; place-items: center; border-radius: 8px; background: rgba(255,107,18,.12); color: var(--orange-dark); }
.landing-service-grid p, .process-grid p, .faq-grid p { color: var(--muted); line-height: 1.65; }
.landing-proof { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: center; padding: 76px max(18px, calc((100vw - 1200px) / 2)); background: var(--navy-dark); }
.landing-proof h2 { color: var(--white); }
.landing-proof .eyebrow { color: var(--gold); }
.landing-proof .stats-grid { grid-column: auto; margin: 0; }
.landing-proof .stats-grid div { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.08); }
.process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
.process-grid span { display: inline-flex; margin-bottom: 18px; padding: 8px 11px; border-radius: 8px; background: var(--navy-dark); color: var(--gold); font-size: 13px; font-weight: 950; }
.landing-testimonials { padding-top: 76px; padding-bottom: 76px; }
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }
.landing-final-cta { width: min(1040px, calc(100% - 36px)); margin: 0 auto 82px; padding: 44px; border-radius: 8px; background: linear-gradient(135deg, rgba(255,181,54,.24), transparent 44%), var(--navy-dark); color: var(--white); text-align: center; box-shadow: var(--shadow); }
.landing-final-cta h2 { max-width: 720px; margin: 0 auto 24px; color: var(--white); }
.landing-final-cta .button { margin: 0 auto; }

.trust-section, .section, .contact-section { width: min(1200px, calc(100% - 36px)); margin: 0 auto; }
.trust-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; padding: 74px 0 58px; }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.trust-grid article { min-height: 72px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); color: var(--blue-ink); font-weight: 950; }
.stats-grid { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 8px 0 0; }
.stats-grid div { padding: 24px; border-radius: 8px; background: var(--navy-dark); color: var(--white); transition: transform 220ms ease, box-shadow 220ms ease; }
.stats-grid dt { color: var(--orange); font-size: 42px; font-weight: 950; }
.stats-grid dd { margin: 4px 0 0; color: rgba(255,255,255,.78); font-weight: 800; }
.section { padding: 86px 0; }
.section-heading { display: grid; grid-template-columns: 300px 1fr; gap: 44px; margin-bottom: 34px; }
.section-heading.compact { display: block; max-width: 850px; }
.section-heading.compact p:not(.eyebrow) { max-width: 720px; margin-top: 18px; color: var(--muted); line-height: 1.65; }
.results-section, .about-section { border-top: 1px solid var(--line); }

.analytics-card, .testimonial-grid article, .lead-form, .about-logo, .detail-card, .policy-document { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.services-section, .testimonials-section { width: 100%; max-width: none; padding-right: max(18px, calc((100vw - 1200px) / 2)); padding-left: max(18px, calc((100vw - 1200px) / 2)); background: var(--soft); }
.services-showcase { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 16px; align-items: stretch; margin-top: 34px; }
.service-feature { display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; padding: 30px; border-radius: 8px; background: linear-gradient(135deg, rgba(255,181,54,.22), transparent 42%), var(--navy-dark); color: var(--white); box-shadow: var(--shadow); }
.service-feature span { width: fit-content; margin-bottom: 24px; padding: 8px 11px; border-radius: 8px; background: rgba(255,255,255,.12); color: var(--gold); font-size: 13px; font-weight: 950; }
.service-feature h3 { color: var(--white); font-size: clamp(28px, 3vw, 42px); }
.service-feature p { color: rgba(255,255,255,.76); line-height: 1.65; }
.service-link { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 48px; margin-top: 28px; padding: 0 18px; border-radius: 8px; background: var(--orange); color: var(--white); font-weight: 950; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.service-list article { display: grid; grid-template-columns: auto 1fr; gap: 16px; min-height: 148px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 18px 44px rgba(8,42,118,.1); transition: transform 220ms ease, box-shadow 220ms ease; }
.service-index { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 8px; background: rgba(255,107,18,.12); color: var(--orange-dark); font-size: 13px; font-weight: 950; }
.service-list p, .detail-card p, .testimonial-grid p, .results-copy p, .about-section p, .contact-copy p, .policy-document p, .policy-document li { color: var(--muted); line-height: 1.65; }

.results-section { display: grid; grid-template-columns: minmax(0, 1fr) 470px; align-items: center; gap: 50px; }
.growth-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.growth-list li { padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue-ink); font-weight: 900; }
.analytics-card { padding: 24px; }
.analytics-top { display: grid; gap: 6px; margin-bottom: 22px; }
.analytics-top span { color: var(--muted); font-size: 13px; font-weight: 850; }
.analytics-top strong { color: var(--navy-dark); font-size: 28px; line-height: 1.1; }
.line-chart { padding: 14px; border-radius: 8px; background: var(--soft); }
.line-chart svg { width: 100%; height: auto; }
.line-chart polyline { fill: none; stroke: var(--orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 9; stroke-dasharray: 600; stroke-dashoffset: 600; animation: drawLine 1600ms ease forwards; }
.line-chart .secondary-line { stroke: var(--navy); stroke-width: 6; opacity: .6; }
.analytics-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.analytics-metrics div { padding: 14px; border-radius: 8px; background: var(--navy-dark); color: var(--white); }
.analytics-metrics strong, .analytics-metrics span { display: block; }
.analytics-metrics strong { color: var(--gold); font-size: 28px; }
.analytics-metrics span { margin-top: 4px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 800; }

.industries-section { width: 100%; max-width: none; padding-right: max(18px, calc((100vw - 1200px) / 2)); padding-left: max(18px, calc((100vw - 1200px) / 2)); background: var(--navy-dark); }
.industries-section .eyebrow { color: var(--gold); }
.industries-section h2 { color: var(--white); }
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.industry-grid span { min-height: 82px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); color: var(--white); font-size: 18px; font-weight: 950; }

.testimonial-grid, .detail-grid { display: grid; gap: 16px; }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.testimonial-grid article, .detail-card { padding: 24px; transition: transform 220ms ease, box-shadow 220ms ease; }
.avatar { display: grid; width: 56px; height: 56px; margin-bottom: 20px; place-items: center; border-radius: 8px; background: linear-gradient(135deg, var(--navy), var(--orange)); color: var(--white); font-weight: 950; }
.review-stars { margin: -4px 0 14px; color: var(--gold); font-size: 18px; letter-spacing: 2px; line-height: 1; }
.testimonial-grid strong { color: var(--navy); }

.about-section { display: grid; grid-template-columns: 390px 1fr; align-items: center; gap: 46px; }
.about-logo { padding: 36px; }
.contact-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1fr); gap: 44px; margin-bottom: 92px; padding: 42px; border-radius: 8px; background: linear-gradient(135deg, rgba(255,107,18,.16), transparent 34%), var(--navy-dark); color: var(--white); }
.contact-copy h2 { color: var(--white); }
.contact-copy p, .contact-copy .eyebrow { color: rgba(255,255,255,.78); }
.contact-methods { display: grid; margin-top: 30px; }
.contact-methods a, .contact-methods span { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.17); color: var(--white); font-weight: 850; line-height: 1.5; }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 20px; color: var(--ink); }
.lead-form label { display: grid; gap: 7px; }
.lead-form .full { grid-column: 1 / -1; }
.lead-form span { color: var(--muted); font-size: 13px; font-weight: 850; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: #fbfcff; color: var(--ink); outline: 0; }
input, select { height: 48px; padding: 0 12px; }
textarea { resize: vertical; padding: 12px; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,18,.16); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 13px; }

.page-hero { padding: 148px max(18px, calc((100vw - 1200px) / 2)) 72px; background: linear-gradient(135deg, rgba(255,107,18,.16), transparent 34%), var(--navy-dark); color: var(--white); }
.page-hero h1 { max-width: 860px; margin-bottom: 18px; color: var(--white); animation: heroRise 760ms ease both; }
.page-hero p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.6; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero + .contact-section { margin-top: 72px; }
.detail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.policy-section { max-width: 980px; }
.policy-document { padding: 34px; }
.policy-document h2 { margin-top: 34px; margin-bottom: 12px; font-size: 30px; }
.policy-document h2:first-child { margin-top: 0; }
.policy-document ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 22px; }
.policy-contact { display: grid; gap: 8px; margin: 18px 0 26px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.policy-contact p { margin: 0; }
.legal-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: min(1200px, calc(100% - 36px)); margin: 44px auto 80px; }
.legal-section article { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.legal-section h2 { margin-bottom: 8px; font-size: 22px; }
.legal-section p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.legal-section a { display: inline-flex; margin-top: 14px; color: var(--orange-dark); font-weight: 950; }
.service-link-text { display: inline-flex; margin-top: 12px; color: var(--orange-dark); font-weight: 950; }
.faq-section, .map-section, .seo-copy-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.faq-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 14px 32px rgba(8,42,118,.08); }
.faq-grid p { color: var(--muted); line-height: 1.65; }
.map-card { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: 24px; align-items: stretch; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.map-card address { margin-top: 18px; color: var(--muted); font-style: normal; line-height: 1.7; }
.map-card iframe { width: 100%; min-height: 340px; border: 0; border-radius: 8px; background: var(--soft); }

.site-footer { display: grid; grid-template-columns: 320px 1fr; gap: 32px; padding: 32px max(18px, calc((100vw - 1200px) / 2)); border-top: 1px solid var(--line); background: var(--soft); }
.site-footer img { width: 190px; }
.site-footer p { margin: 12px 0 0; color: var(--muted); line-height: 1.55; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; color: var(--blue-ink); font-weight: 850; }
.site-footer a:hover { color: var(--orange); }

.ai-assistant { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: grid; justify-items: end; gap: 12px; }
.ai-launcher { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 20px; border: 0; border-radius: 8px; background: var(--orange); color: var(--white); box-shadow: 0 18px 34px rgba(255,107,18,.32); cursor: pointer; font-weight: 950; }
.ai-panel { display: none; width: min(380px, calc(100vw - 28px)); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 24px 70px rgba(8,42,118,.22); }
.ai-assistant.open .ai-panel { display: block; }
.ai-assistant.open .ai-launcher { display: none; }
.ai-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px; background: var(--navy-dark); color: var(--white); }
.ai-panel-header strong, .ai-panel-header span { display: block; }
.ai-panel-header span { margin-top: 3px; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 800; }
.ai-panel-header button { border: 0; background: transparent; color: var(--gold); cursor: pointer; font-size: 13px; font-weight: 950; }
.ai-messages { display: grid; max-height: 330px; gap: 10px; overflow-y: auto; padding: 14px; }
.ai-message { width: fit-content; max-width: 92%; padding: 11px 12px; border-radius: 8px; font-size: 14px; line-height: 1.45; }
.ai-message.bot { background: var(--soft); color: var(--ink); }
.ai-message.user { justify-self: end; background: var(--navy); color: var(--white); }
.ai-message a { display: inline-flex; margin-top: 8px; color: var(--orange-dark); font-weight: 950; }
.ai-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.ai-form input { height: 44px; }
.ai-form button { min-width: 70px; border: 0; border-radius: 8px; background: var(--orange); color: var(--white); cursor: pointer; font-weight: 950; }

.stats-grid div:hover, .service-list article:hover, .testimonial-grid article:hover, .growth-list li:hover, .industry-grid span:hover, .detail-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(8,42,118,.14); }
@keyframes heroRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes drawLine { to { stroke-dashoffset: 0; } }

@media (max-width: 1120px) {
  .site-header { z-index: 80; grid-template-columns: 1fr auto; overflow: visible; }
  .brand img { width: 150px; }
  .nav-toggle { display: block; }
  .nav-links, .header-cta { display: none; }
  .nav-open .nav-links { position: fixed; top: 92px; left: 14px; right: 14px; z-index: 85; display: grid; justify-items: start; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
  .nav-open .nav-links a { width: 100%; padding: 16px; border-bottom: 1px solid var(--line); }
  .nav-open .nav-links a:last-child { border-bottom: 0; }
  .trust-section, .section-heading, .results-section, .about-section, .contact-section, .legal-section, .site-footer, .landing-hero-content, .landing-proof, .map-card { grid-template-columns: 1fr; }
  .services-showcase, .testimonial-grid, .industry-grid, .detail-grid, .landing-service-grid, .landing-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-proof .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 58px; padding: 6px 8px 6px 12px; }
  .landing-header { top: 10px; width: calc(100% - 20px); min-height: 58px; padding: 6px 8px 6px 12px; }
  .brand img { width: 118px; }
  .landing-header .header-cta { min-height: 42px; padding: 0 12px; font-size: 13px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 62%, rgba(255,255,255,.58) 100%); }
  .hero-content { width: calc(100% - 28px); padding-top: 112px; padding-bottom: 42px; }
  .landing-hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 74%, rgba(255,255,255,.64) 100%); }
  .landing-hero-content { width: calc(100% - 28px); padding-top: 112px; padding-bottom: 42px; }
  .landing-copy p:not(.eyebrow) { font-size: 17px; }
  .landing-strip { grid-template-columns: 1fr; margin-top: 18px; }
  h1 { font-size: 43px; }
  h2 { font-size: 32px; }
  .hero-copy p:not(.eyebrow) { font-size: 17px; }
  .hero-actions, .stats-grid, .services-showcase, .service-list, .testimonial-grid, .industry-grid, .detail-grid, .growth-list, .analytics-metrics, .lead-form, .landing-service-grid, .landing-proof .stats-grid, .process-grid, .faq-grid { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-section, .section, .contact-section, .legal-section { width: calc(100% - 28px); }
  .trust-section { padding-top: 58px; }
  .trust-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .industries-section { width: 100%; padding: 54px 18px 96px; }
  .industries-section h2 { max-width: 100%; font-size: 30px; line-height: 1.12; }
  .industries-section .section-heading { margin-bottom: 26px; }
  .industry-grid { gap: 10px; }
  .industry-grid span { min-height: 68px; padding: 18px; align-items: center; font-size: 19px; line-height: 1.2; }
  .contact-section { margin-bottom: 68px; padding: 24px; }
  .map-card { padding: 18px; }
  .map-card iframe { min-height: 280px; }
  .page-hero { padding-top: 116px; padding-bottom: 56px; }
  .page-hero + .contact-section { margin-top: 42px; }
  .site-footer { padding-right: 18px; padding-left: 18px; }
  .landing-final-cta { width: calc(100% - 28px); padding: 28px; }
  .ai-assistant { right: 14px; bottom: 14px; }
  .ai-panel { width: calc(100vw - 28px); }
}
