/*
Theme Name: Pima Backflow
Theme URI: https://buckeyebackflow.com
Author: Pima Backflow Testing
Description: A fast, responsive WordPress theme for Pima Backflow Testing.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: pima-backflow
*/

:root {
  --navy: #17324d;
  --navy-deep: #0c2338;
  --turquoise: #187f83;
  --turquoise-dark: #116568;
  --sand: #ede3d2;
  --sand-light: #f8f4ed;
  --terracotta: #c96b43;
  --terracotta-dark: #a94f2c;
  --white: #fff;
  --ink: #172b3d;
  --muted: #5d6c77;
  --line: #dfe5e7;
  --shadow: 0 18px 55px rgba(12,35,56,.12);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--turquoise-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--terracotta-dark); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin: 0 0 .55em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.3rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
p { margin: 0 0 1.2em; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.eyebrow { color: var(--terracotta-dark); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section { padding: clamp(70px, 9vw, 116px) 0; }
.section-soft { background: var(--sand-light); }
.section-head { max-width: 750px; margin-bottom: 44px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.button, .wp-element-button, button, input[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 12px 22px; border: 0; border-radius: 8px;
  background: var(--terracotta); color: var(--white) !important; font: inherit; font-weight: 800;
  text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 22px rgba(201,107,67,.22);
}
.button:hover, .wp-element-button:hover, button:hover, input[type="submit"]:hover { background: var(--terracotta-dark); transform: translateY(-2px); }
.button-secondary { background: transparent; color: var(--navy) !important; border: 1px solid rgba(23,50,77,.25); box-shadow: none; }
.button-secondary:hover { background: var(--white); }

.utility-bar { background: var(--navy-deep); color: #dce8ec; font-size: .78rem; letter-spacing: .035em; }
.utility-bar .shell { display: flex; justify-content: space-between; gap: 18px; padding-block: 8px; }
.utility-bar span:last-child { color: #9fcfd0; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; white-space: nowrap; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--white); background: var(--turquoise); box-shadow: 0 7px 18px rgba(24,127,131,.2); }
.brand-mark svg { width: 27px; height: 27px; }
.brand-name { font-weight: 900; line-height: 1.05; letter-spacing: -.025em; }
.brand-name small { display: block; margin-top: 4px; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.main-nav li { position: relative; }
.main-nav a { display: block; padding: 26px 0; color: var(--navy); font-size: .9rem; font-weight: 800; text-decoration: none; }
.main-nav a:hover { color: var(--terracotta-dark); }
.main-nav .sub-menu { position: absolute; top: calc(100% - 8px); left: -20px; display: block; width: 235px; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); transition: .2s ease; }
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .sub-menu a { padding: 10px 12px; border-radius: 7px; }
.main-nav .sub-menu a:hover { background: var(--sand-light); }
.header-cta { margin-left: 6px; min-height: 44px; padding: 10px 18px; font-size: .85rem; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 44px; padding: 0; border-radius: 8px; box-shadow: none; }
.menu-toggle span:not(.screen-reader-text), .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--white); }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f4ed 0%, #edf5f3 100%); }
.hero::before { content: ""; position: absolute; inset: auto -8% -45% auto; width: 560px; aspect-ratio: 1; border-radius: 50%; background: rgba(201,107,67,.08); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(40px, 7vw, 90px); padding-block: 76px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 span { color: var(--turquoise-dark); }
.hero-lead { max-width: 620px; color: #425968; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.hero-note span::before { content: "✓"; margin-right: 7px; color: var(--turquoise); font-weight: 900; }
.hero-art { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px 28px 110px 28px; background: linear-gradient(#b9dadd 0 38%, #dba878 38% 67%, #b86f48 67%); box-shadow: var(--shadow); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,35,56,.25)); }
.sun { position: absolute; top: 54px; right: 62px; width: 112px; aspect-ratio: 1; border-radius: 50%; background: #ffe3a3; box-shadow: 0 0 0 18px rgba(255,227,163,.16); }
.mountains { position: absolute; inset: 185px 0 auto; height: 170px; background: #826d68; clip-path: polygon(0 70%, 20% 30%, 32% 64%, 53% 6%, 76% 67%, 91% 38%, 100% 61%, 100% 100%, 0 100%); }
.desert { position: absolute; inset: auto 0 0; height: 190px; background: linear-gradient(12deg, #b45f3e, #d68b5d); }
.cactus { position: absolute; z-index: 3; left: 52px; bottom: 80px; width: 21px; height: 118px; border-radius: 12px 12px 4px 4px; background: #1c6965; }
.cactus::before, .cactus::after { content: ""; position: absolute; width: 34px; height: 55px; border: 14px solid #1c6965; border-top: 0; border-radius: 0 0 20px 20px; }
.cactus::before { left: -30px; top: 30px; border-right: 0; }
.cactus::after { right: -30px; top: 49px; border-left: 0; }
.device { position: absolute; z-index: 4; right: 44px; bottom: 45px; width: min(72%, 350px); padding: 24px; border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 20px 45px rgba(12,35,56,.24); }
.device-label { color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pipe { position: relative; height: 112px; margin-top: 8px; }
.pipe .horizontal { position: absolute; left: 10px; right: 10px; top: 55px; height: 18px; border-radius: 8px; background: #486372; }
.pipe .valve { position: absolute; top: 31px; width: 68px; height: 65px; border: 12px solid var(--turquoise); border-radius: 15px; background: var(--white); }
.pipe .valve.one { left: 54px; }
.pipe .valve.two { right: 54px; }
.pipe .wheel { position: absolute; top: 8px; width: 44px; aspect-ratio: 1; border: 7px double var(--terracotta); border-radius: 50%; }
.pipe .wheel.one { left: 66px; }
.pipe .wheel.two { right: 66px; }

.trust-strip { background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: #a7d8d7; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.trust-item span { font-size: .93rem; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 25px rgba(12,35,56,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(24,127,131,.35); box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 14px; background: #e3f0ef; color: var(--turquoise-dark); font-family: Georgia,serif; font-size: 1.1rem; font-weight: 900; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-link { position: absolute; left: 30px; bottom: 26px; font-size: .85rem; font-weight: 900; text-decoration: none; }
.service-link::after { content: " →"; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.feature-panel { padding: clamp(30px, 5vw, 58px); border-radius: 26px; background: var(--navy); color: #dce7ed; box-shadow: var(--shadow); }
.feature-panel h2 { color: var(--white); }
.check-list { display: grid; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 35px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--turquoise); color: var(--white); font-size: .75rem; font-weight: 900; }
.steps { display: grid; gap: 12px; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; border-radius: 14px; background: var(--white); border: 1px solid var(--line); }
.step-num { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--terracotta-dark); font-family: Georgia,serif; font-size: 1.3rem; font-weight: 900; }
.step h3 { margin: 3px 0 5px; }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }
.area-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.area-card { min-height: 175px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 15px; color: var(--white); text-decoration: none; background: linear-gradient(145deg, var(--turquoise-dark), var(--navy)); }
.area-card:nth-child(even) { background: linear-gradient(145deg, var(--terracotta), var(--navy)); }
.area-card strong { font-family: Georgia,serif; font-size: 1.45rem; }
.area-card span { color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 700; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-grid details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.faq-grid summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-grid details p { margin: 14px 0 0; color: var(--muted); font-size: .93rem; }
.cta-band { position: relative; overflow: hidden; padding: 72px 0; background: var(--navy); color: var(--white); }
.cta-band::after { content: ""; position: absolute; width: 300px; aspect-ratio: 1; right: -50px; top: -120px; border: 45px solid rgba(24,127,131,.35); border-radius: 50%; }
.cta-inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { color: var(--white); margin: 0; }
.cta-band p { margin: 8px 0 0; color: #c8d8e2; }

.page-hero { padding: 80px 0 62px; background: linear-gradient(135deg, var(--sand-light), #edf5f3); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 850px; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.page-content { width: min(calc(100% - 40px), 900px); margin-inline: auto; padding-block: 70px 100px; }
.page-content h2 { margin-top: 1.4em; }
.page-content h3 { margin-top: 1.5em; }
.page-content .intro { margin: 0 0 35px; padding: 26px 30px; border-left: 5px solid var(--turquoise); background: var(--sand-light); border-radius: 0 10px 10px 0; }
.page-content ul { padding-left: 1.25em; }
.page-content li { margin-bottom: .55em; }

/* Forminator */
.forminator-ui.forminator-custom-form { margin-top: 30px !important; }
.forminator-ui .forminator-row { margin-bottom: 18px !important; }
.forminator-ui .forminator-label { color: var(--navy) !important; font-weight: 800 !important; }
.forminator-ui input, .forminator-ui textarea, .forminator-ui select {
  min-height: 50px !important; border: 1px solid #cbd5da !important; border-radius: 8px !important; background: var(--white) !important;
}
.forminator-ui input:focus, .forminator-ui textarea:focus, .forminator-ui select:focus { border-color: var(--turquoise) !important; box-shadow: 0 0 0 3px rgba(24,127,131,.12) !important; }
.forminator-ui .forminator-button-submit { min-height: 52px !important; padding: 12px 28px !important; border-radius: 8px !important; background: var(--terracotta) !important; font-weight: 800 !important; }

.site-footer { background: #091b2c; color: #b9c9d3; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-block: 66px; }
.footer-brand .brand { color: var(--white); margin-bottom: 20px; }
.footer-brand p { max-width: 430px; font-size: .92rem; }
.site-footer h3 { color: var(--white); font-family: inherit; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #cbd8df; font-size: .9rem; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom .shell { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 1020px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; margin: 0; padding: 12px 20px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: block; }
  .main-nav ul { display: block; }
  .main-nav a { padding: 10px 4px; }
  .main-nav .sub-menu { position: static; width: auto; display: block; padding: 0 0 0 18px; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 480px; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .area-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .utility-bar .shell { justify-content: center; text-align: center; }
  .utility-bar span:last-child { display: none; }
  .brand-name small { display: none; }
  .header-inner { min-height: 68px; }
  .hero-grid { padding-block: 58px; }
  .hero-art { min-height: 390px; border-radius: 22px 22px 70px 22px; }
  .device { right: 18px; width: calc(100% - 70px); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .card-grid, .split, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .cta-inner, .footer-bottom .shell { display: block; }
  .cta-inner .button { margin-top: 25px; }
  .footer-grid { gap: 34px; }
  .page-hero { padding: 58px 0 45px; }
  .page-content { width: min(calc(100% - 28px), 900px); padding-block: 50px 75px; }
}

@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }
  .trust-grid, .area-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-item:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* Photographic homepage hero */
.hero-art.hero-photo {
  margin: 0;
  background: #d9c8aa;
}
.hero-art.hero-photo::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(12,35,56,.02) 45%, rgba(12,35,56,.22));
  pointer-events: none;
}
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 52% center;
}


/* Service-page photography */
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 7vw, 84px);
  align-items: center;
}
.page-hero-photo {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px 24px 78px 24px;
  background: var(--sand);
  box-shadow: var(--shadow);
}
.page-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12,35,56,.16));
  pointer-events: none;
}
.page-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 900px) {
  .page-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .page-hero-photo { min-height: 340px; }
}
@media (max-width: 520px) {
  .page-hero-photo { min-height: 270px; border-radius: 20px 20px 56px 20px; }
}


/* Residential and commercial system visuals */
.service-visual-section {
  width: min(calc(100% - 40px), 1100px);
  margin: -34px auto 100px;
}
.service-visual-copy {
  max-width: 760px;
  margin-bottom: 30px;
}
.service-visual-copy h2,
.commercial-gallery-heading h2 {
  margin: 6px 0 12px;
}
.service-visual-copy p:last-child,
.commercial-gallery-heading p {
  margin: 0;
  color: var(--muted);
}
.system-diagram {
  margin: 0;
}
.system-diagram img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.system-diagram figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: .82rem;
}
.commercial-gallery-heading {
  max-width: 760px;
  margin: 70px 0 26px;
}
.commercial-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.commercial-photo-grid figure {
  margin: 0;
}
.commercial-photo-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 18px 18px 54px 18px;
  box-shadow: var(--shadow);
}
.commercial-photo-grid figcaption {
  margin-top: 10px;
  color: var(--navy);
  font-size: .84rem;
  font-weight: 800;
}
@media (max-width: 720px) {
  .service-visual-section {
    width: min(calc(100% - 28px), 1100px);
    margin-top: -18px;
    margin-bottom: 75px;
  }
  .commercial-photo-grid { grid-template-columns: 1fr; }
  .commercial-gallery-heading { margin-top: 52px; }
  .system-diagram img { border-radius: 14px; }
}


/* Commercial compliance content */
.commercial-overview {
  width: min(calc(100% - 40px), 1100px);
}
.commercial-overview > h2,
.commercial-overview > p:not(.intro) {
  max-width: 800px;
}
.commercial-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 56px;
}
.commercial-audience-grid section {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}
.commercial-audience-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.08rem;
}
.commercial-audience-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.commercial-scope {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
  padding: 38px;
  border-radius: 20px;
  background: var(--navy);
}
.commercial-scope h2 {
  margin: 6px 0 0;
  color: var(--white);
}
.commercial-scope .eyebrow {
  color: #74d2d2;
}
.commercial-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commercial-checklist li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 31px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: var(--white);
}
.commercial-checklist li:last-child {
  border-bottom: 0;
}
.commercial-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #74d2d2;
  font-weight: 900;
}
.commercial-process {
  margin-top: 68px;
}
.commercial-process .commercial-gallery-heading {
  margin-bottom: 26px;
}
.commercial-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.commercial-process-grid li {
  margin: 0;
  padding: 26px;
  border-top: 4px solid var(--turquoise);
  border-radius: 0 0 16px 16px;
  background: var(--sand-light);
}
.commercial-process-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}
.commercial-process-grid h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}
.commercial-process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.commercial-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-top: 64px;
  padding: 38px 42px;
  border-radius: 20px;
  background: var(--sand);
}
.commercial-cta h2 {
  margin: 6px 0 8px;
}
.commercial-cta p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}
.commercial-cta .button {
  flex: 0 0 auto;
}
@media (max-width: 820px) {
  .commercial-audience-grid,
  .commercial-process-grid {
    grid-template-columns: 1fr;
  }
  .commercial-scope {
    grid-template-columns: 1fr;
  }
  .commercial-cta {
    display: block;
  }
  .commercial-cta .button {
    margin-top: 24px;
  }
}
@media (max-width: 720px) {
  .commercial-overview {
    width: min(calc(100% - 28px), 1100px);
  }
  .commercial-audience-grid {
    margin-bottom: 42px;
  }
  .commercial-scope,
  .commercial-cta {
    padding: 28px 24px;
  }
}
