/* A&J Windowhaus — Static rebuild
   Font: Plus Jakarta Sans
   Brand: black + white, with subtle grey accents */

:root {
  --color-bg: #ffffff;
  --color-text: #111111;
  --color-text-muted: #555555;
  --color-text-soft: #888888;
  --color-border: #e5e5e5;
  --color-light: #f4f4f4;
  --color-light-2: #fafafa;
  --color-dark: #0a0a0a;
  --color-dark-2: #1a1a1a;
  --color-accent: #111111;
  --color-gold: #c9a548;
  --color-success: #2ec27e;
  --container: 1240px;
  --container-narrow: 1080px;
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04);
  --shadow: 0 8px 24px rgba(0,0,0,.06);
  --shadow-lg: 0 16px 48px rgba(0,0,0,.10);
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--color-text);
  background: var(--color-bg);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

h1, h2, h3, h4, h5 { font-family: var(--font); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 .6em; color: var(--color-text); }
h1 { font-size: clamp(2rem, 4.4vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.55rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; color: var(--color-text-muted); }
ul, ol { padding-left: 1.2em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 50px 0; }
.section-lg { padding: 110px 0; }
.text-center { text-align: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 600; color: var(--color-text-muted); margin-bottom: 12px; display: block; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: .95rem; border: 1px solid transparent; transition: all .2s ease; line-height: 1; white-space: nowrap; }
.btn-primary { background: var(--color-dark); color: #fff; border-color: var(--color-dark); }
.btn-primary:hover { background: #000; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: var(--color-text); border: 1px solid var(--color-text); }
.btn-outline:hover { background: var(--color-text); color: #fff; }
.btn-white { background: #fff; color: var(--color-dark); }
.btn-white:hover { background: var(--color-light); }
.btn-link { padding: 0; background: none; color: var(--color-text); font-weight: 600; }
.btn-link:hover { color: var(--color-text-muted); }
.btn-sm { padding: 9px 18px; font-size: .85rem; }
.btn-lg { padding: 16px 32px; font-size: 1rem; }

/* Top utility bar */
.topbar { background: #f6f6f6; border-bottom: 1px solid var(--color-border); font-size: .82rem; color: var(--color-text-muted); }
.topbar .container { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; gap: 16px; flex-wrap: wrap; }
.topbar .left, .topbar .right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a { color: var(--color-text-muted); }
.topbar a:hover { color: var(--color-text); }
.topbar .financing-link { color: var(--color-text); font-weight: 600; }
.topbar .icon-link { display: inline-flex; align-items: center; gap: 6px; }
.topbar svg { width: 14px; height: 14px; flex-shrink: 0; }
.topbar .social { display: inline-flex; gap: 10px; }
.topbar .social a svg { width: 16px; height: 16px; }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid var(--color-border); position: sticky; top: 0; z-index: 100; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.site-header .logo img { height: 44px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > ul { display: flex; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.main-nav a { padding: 8px 14px; font-size: .92rem; font-weight: 500; color: var(--color-text); border-radius: 6px; display: inline-flex; align-items: center; gap: 6px; transition: color .15s; }
.main-nav a:hover { color: var(--color-text-muted); }
.main-nav .has-dropdown { position: relative; }
.main-nav .dropdown { position: absolute; top: 100%; left: 0; background: #fff; min-width: 240px; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 12px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s ease; list-style: none; margin: 8px 0 0; border: 1px solid var(--color-border); }
.main-nav .has-dropdown:hover > .dropdown, .main-nav .has-dropdown:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .dropdown a { display: block; padding: 9px 14px; border-radius: 6px; font-weight: 500; }
.main-nav .dropdown a:hover { background: var(--color-light); }
.main-nav .dropdown-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--color-text-soft); padding: 8px 14px 4px; }
.main-nav .caret { width: 10px; height: 10px; }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-cta .phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--color-text); }
.header-cta .phone svg { width: 16px; height: 16px; }
.mobile-toggle { display: none; background: none; border: 0; padding: 6px; }
.mobile-toggle svg { width: 28px; height: 28px; }

/* Hero (dark image hero used across product/about/etc pages) */
.hero-dark { position: relative; min-height: 480px; background: #1a1a1a center / cover no-repeat; color: #fff; display: flex; align-items: center; padding: 80px 0; overflow: hidden; }
.hero-dark::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.55) 100%); }
.hero-dark .container { position: relative; z-index: 1; text-align: center; }
.hero-dark h1 { color: #fff; margin-bottom: 18px; }
.hero-dark p { color: rgba(255,255,255,.85); max-width: 720px; margin: 0 auto 28px; font-size: 1.05rem; }
.hero-dark .btn-primary { background: var(--color-dark); border-color: rgba(255,255,255,.15); }
.hero-dark .btn-primary:hover { background: #fff; color: var(--color-dark); }

/* Homepage hero — split with form */
.home-hero { background: #fff; padding: 50px 0 30px; position: relative; overflow: hidden; }
.home-hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.home-hero h1 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); }
.home-hero .lead { font-size: 1.1rem; color: var(--color-text-muted); max-width: 600px; margin-bottom: 28px; }
.home-hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.home-hero .map-bg { position: absolute; right: -100px; top: 50%; transform: translateY(-50%); width: 60%; opacity: .08; pointer-events: none; }

/* Hero contact card (homepage) */
.hero-form-card { background: var(--color-dark); color: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-lg); }
.hero-form-card h3 { color: #fff; font-size: 1.4rem; margin-bottom: 8px; }
.hero-form-card .sub { color: rgba(255,255,255,.7); font-size: .9rem; margin-bottom: 22px; }
.hero-form-card .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.hero-form-card input, .hero-form-card select, .hero-form-card textarea { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff; font-family: inherit; font-size: .92rem; }
.hero-form-card input::placeholder, .hero-form-card textarea::placeholder { color: rgba(255,255,255,.5); }
.hero-form-card .btn { width: 100%; justify-content: center; margin-top: 10px; background: #fff; color: var(--color-dark); }
.hero-form-card .btn:hover { background: var(--color-light); }
.hero-form-card .disclaimer { font-size: .72rem; color: rgba(255,255,255,.55); margin-top: 14px; line-height: 1.5; }

/* Stats row */
.stats-row { background: var(--color-dark); color: #fff; padding: 38px 0; }
.stats-row .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { font-size: 2rem; font-weight: 700; line-height: 1.1; margin-bottom: 4px; }
.stat-label { font-size: .85rem; color: rgba(255,255,255,.75); }

/* Generic two-column with image */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }
.two-col .col-image img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Feature grid (6 cards / 4 cards) */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.feature-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.feature-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.feature-card { padding: 28px; background: #fff; border-radius: var(--radius); border: 1px solid var(--color-border); transition: all .2s; }
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.feature-card .icon { width: 44px; height: 44px; border-radius: 10px; background: var(--color-light); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature-card .icon svg { width: 22px; height: 22px; }
.feature-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.feature-card p { font-size: .95rem; margin: 0; }

/* Inline icon-list (key features / custom options block on product pages) */
.icon-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 28px; list-style: none; padding: 0; margin: 0; }
.icon-list li { display: flex; align-items: flex-start; gap: 12px; font-size: .98rem; color: var(--color-text); }
.icon-list li::before { content: ""; flex-shrink: 0; width: 22px; height: 22px; background: var(--color-dark); border-radius: 50%; margin-top: 2px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-repeat: no-repeat; background-position: center; background-size: 14px; }

/* Product card grid (homepage windows/doors showcase) */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.product-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.product-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--color-border); overflow: hidden; text-align: center; transition: all .2s; display: flex; flex-direction: column; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: var(--color-dark); }
.product-card .thumb { padding: 28px; background: var(--color-light-2); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; }
.product-card .thumb img { max-height: 100%; width: auto; max-width: 100%; }
.product-card .body { padding: 18px; font-weight: 600; font-size: .98rem; }

/* Service area card grid */
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.area-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius); padding: 28px; transition: all .2s; }
.area-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.area-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.area-card p { font-size: .92rem; margin-bottom: 18px; color: var(--color-text-muted); }
.area-card .btn { padding: 9px 18px; font-size: .85rem; }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.testimonial-card { background: var(--color-light-2); border-radius: var(--radius); padding: 28px; }
.testimonial-card .stars { color: #f5b50a; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-card .quote { color: var(--color-text); font-size: .98rem; line-height: 1.65; margin-bottom: 18px; }
.testimonial-card .author { display: flex; align-items: center; gap: 12px; }
.testimonial-card .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--color-dark); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: .9rem; flex-shrink: 0; }
.testimonial-card .name { font-weight: 600; font-size: .92rem; }

/* FAQ accordion */
.faq { max-width: 880px; margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; font-weight: 600; font-size: 1.05rem; cursor: pointer; list-style: none; gap: 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.6rem; font-weight: 400; color: var(--color-text-muted); flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .answer { padding: 0 0 22px; color: var(--color-text-muted); font-size: .98rem; line-height: 1.7; }
.faq-item .answer p:last-child { margin: 0; }

/* Product page sidebar */
.product-layout { display: grid; grid-template-columns: 260px 1fr; gap: 50px; align-items: start; }
.product-sidebar { background: transparent; }
.product-sidebar h4 { font-size: 1rem; font-weight: 700; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--color-border); }
.product-sidebar ul { list-style: none; padding: 0; margin: 0 0 32px; }
.product-sidebar li { border-bottom: 1px solid var(--color-border); }
.product-sidebar li a { display: flex; justify-content: space-between; align-items: center; padding: 10px 4px; font-size: .92rem; color: var(--color-text); }
.product-sidebar li a:hover { color: var(--color-text-muted); }
.product-sidebar li a::after { content: "›"; color: var(--color-text-soft); }
.product-sidebar .contact-card { background: var(--color-dark); color: #fff; border-radius: var(--radius); padding: 22px; }
.product-sidebar .contact-card h4 { color: #fff; border: 0; padding: 0; }
.product-sidebar .contact-card p { color: rgba(255,255,255,.8); font-size: .88rem; margin: 0 0 6px; line-height: 1.6; }
.product-sidebar .contact-card a { color: #fff; }

.product-main .product-image { background: var(--color-light-2); border-radius: var(--radius); padding: 40px; margin-bottom: 36px; text-align: center; }
.product-main .product-image img { max-height: 340px; margin: 0 auto; }
.product-main .block { margin-bottom: 40px; }
.product-main h2 { font-size: 1.7rem; margin-bottom: 18px; }

/* Banner CTA */
.banner-cta { background: var(--color-light); padding: 50px 0; }
.banner-cta .container { text-align: center; }
.banner-cta h2 { margin-bottom: 14px; }
.banner-cta p { max-width: 620px; margin: 0 auto 22px; }

/* Big dark CTA strip (footer-adjacent) */
.cta-strip { background: var(--color-dark); color: #fff; padding: 50px 0; }
.cta-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-strip h2 { color: #fff; margin: 0; font-size: 1.45rem; max-width: 580px; line-height: 1.35; }
.cta-strip .btn-white { background: #fff; color: var(--color-dark); }

/* Partners strip */
.partners-strip { padding: 36px 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: #fff; }
.partners-strip .container { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; justify-content: space-between; }
.partners-strip .label { font-size: .9rem; color: var(--color-text-muted); flex-shrink: 0; max-width: 200px; }
.partners-strip .logos { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; flex: 1; justify-content: flex-end; }
.partners-strip .logos img { height: 36px; width: auto; opacity: .75; transition: opacity .15s; filter: grayscale(0.2); }
.partners-strip .logos img:hover { opacity: 1; }

/* Footer */
.site-footer { background: #000; color: #fff; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.4fr; gap: 50px; padding-bottom: 50px; }
.footer-brand img { height: 44px; margin-bottom: 14px; }
.footer-brand .tagline { color: rgba(255,255,255,.7); font-size: .92rem; margin-bottom: 18px; }
.footer-brand .social { display: flex; gap: 12px; }
.footer-brand .social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: inline-flex; align-items: center; justify-content: center; transition: all .15s; }
.footer-brand .social a:hover { background: #fff; }
.footer-brand .social a:hover svg { fill: #000; }
.footer-brand .social svg { width: 16px; height: 16px; fill: #fff; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.75); font-size: .92rem; transition: color .15s; }
.site-footer a:hover { color: #fff; }
.footer-cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; text-align: center; font-size: .85rem; color: rgba(255,255,255,.5); }

/* Forms (contact, intake) */
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form label { display: block; font-weight: 600; font-size: .85rem; margin-bottom: 6px; color: var(--color-text); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid var(--color-border); font-family: inherit; font-size: .95rem; background: #fff; }
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .btn { justify-self: start; }

.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: start; }
.contact-info-card { background: var(--color-light-2); padding: 32px; border-radius: var(--radius); }
.contact-info-card h3 { font-size: 1.4rem; margin-bottom: 18px; }
.contact-info-card .info-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.contact-info-card .icon { width: 38px; height: 38px; background: var(--color-dark); color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-card .icon svg { width: 18px; height: 18px; }
.contact-info-card .info-row h4 { font-size: .95rem; margin: 0 0 4px; }
.contact-info-card .info-row p { margin: 0; font-size: .92rem; }

/* Process steps */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; counter-reset: step; }
.process-step { padding: 28px; background: var(--color-light-2); border-radius: var(--radius); position: relative; counter-increment: step; }
.process-step::before { content: counter(step, decimal-leading-zero); position: absolute; top: 18px; right: 18px; font-size: 1.4rem; font-weight: 700; color: var(--color-text-soft); }
.process-step h3 { font-size: 1.05rem; margin-bottom: 8px; padding-right: 40px; }
.process-step p { font-size: .9rem; margin: 0; }

/* Phone CTA banner (city pages) */
.phone-cta { background: var(--color-light); padding: 50px 0; text-align: center; }
.phone-cta .icon { width: 54px; height: 54px; background: var(--color-dark); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.phone-cta .icon svg { width: 22px; height: 22px; }
.phone-cta h3 { font-size: 1.3rem; margin-bottom: 6px; }
.phone-cta .number { font-size: 1.7rem; font-weight: 700; color: var(--color-text); }

/* Financing yellow accent (only on /financing) */
.financing-hero { background: var(--color-gold); padding: 70px 0; text-align: center; color: var(--color-dark); }
.financing-hero img { height: 60px; margin: 0 auto 18px; }
.financing-hero h1 { color: var(--color-dark); }
.financing-hero p { color: rgba(0,0,0,.7); max-width: 600px; margin: 0 auto; }

/* Mobile menu */
.mobile-nav { display: none; position: fixed; inset: 76px 0 0; background: #fff; z-index: 99; overflow-y: auto; padding: 24px; }
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-nav li { border-bottom: 1px solid var(--color-border); }
.mobile-nav a, .mobile-nav .group-label { display: block; padding: 14px 4px; font-weight: 500; }
.mobile-nav .group-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; color: var(--color-text-soft); padding-top: 22px; }

/* Responsive */
@media (max-width: 1024px) {
  .main-nav, .header-cta .phone-text { display: none; }
  .mobile-toggle { display: inline-flex; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .feature-grid, .feature-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .stats-row .stats { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .two-col { grid-template-columns: 1fr; gap: 30px; }
  .two-col.reverse { direction: ltr; }
  .product-grid, .product-grid.cols-4 { grid-template-columns: repeat(3, 1fr); }
  .testimonial-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .product-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 56px 0; }
  .topbar .left { gap: 10px; }
  .topbar .right { display: none; }
  .site-header .container { height: 64px; }
  .site-header .logo img { height: 36px; }
  .mobile-nav { top: 64px; }
  .feature-grid, .feature-grid.cols-4 { grid-template-columns: 1fr; }
  .product-grid, .product-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid, .area-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-cols-2 { grid-template-columns: 1fr 1fr; gap: 24px; }
  .process-steps { grid-template-columns: 1fr; }
  .icon-list { grid-template-columns: 1fr; }
  .hero-form-card { padding: 24px; }
  .hero-form-card .form-row { grid-template-columns: 1fr; }
  .cta-strip .container { flex-direction: column; align-items: flex-start; text-align: left; }
  .contact-form { grid-template-columns: 1fr; }
  .partners-strip .logos { gap: 24px; justify-content: center; }
  .partners-strip .logos img { height: 28px; }
}
