/*
Theme Name: TradeSystemsCo
Theme URI: https://tradesystemsco.com
Author: TradeSystemsCo
Description: Practical WordPress theme for blue-collar website and lead-generation demos.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: tradesystemsco
*/

:root {
  --bg: #f6f1e8;
  --ink: #151515;
  --muted: #5f5b54;
  --dark: #111213;
  --dark-2: #1b1d1f;
  --line: #ded6c9;
  --orange: #f47b20;
  --orange-dark: #c45613;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(17, 18, 19, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 241, 232, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(21,21,21,.08);
}
.admin-bar .site-header { top: 32px; }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--white); background: linear-gradient(135deg, var(--orange), #9b3810); font-size: 13px; letter-spacing: .03em; }
.nav-menu { display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; font-size: 14px; font-weight: 800; color: #34312d; }
.nav-menu a { display: inline-flex; }
.header-cta { padding: 10px 16px; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 900; }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 9px 14px; font-weight: 800; }

.section-dark { background: radial-gradient(circle at 20% 20%, rgba(244,123,32,.26), transparent 28%), linear-gradient(135deg, #101112, #202326); color: var(--white); }
.hero { padding: 90px 0 80px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(320px, .72fr); gap: 44px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 7vw, 78px); line-height: .94; letter-spacing: -.07em; margin-bottom: 22px; }
h2 { font-size: clamp(32px, 5vw, 52px); line-height: 1; letter-spacing: -.06em; margin-bottom: 18px; }
h3 { font-size: 21px; letter-spacing: -.03em; margin-bottom: 8px; }
.hero-lede { color: #d7d2ca; font-size: 19px; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 24px; }
.button, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .wp-block-button__link:hover { transform: translateY(-2px); }
.button-primary, .wp-block-button__link { background: var(--orange); color: var(--white); box-shadow: 0 14px 34px rgba(244, 123, 32, .28); }
.button-secondary { border: 1px solid rgba(255,255,255,.2); color: var(--white); }
.trust-list { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; color: #e5dfd7; font-weight: 700; }
.trust-list li::before { content: "✓"; color: var(--orange); margin-right: 9px; }
.hero-card { padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); }
.card-topline { color: var(--orange); font-weight: 900; margin-bottom: 18px; text-transform: uppercase; font-size: 12px; letter-spacing: .14em; }
.system-list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.system-list li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 15px; border-radius: 16px; background: rgba(255,255,255,.08); }
.system-list span { color: var(--orange); font-weight: 900; }
.system-list strong, .system-list small { display: block; }
.system-list small { color: #c7c1b8; }

.intro, .section { padding: 78px 0; }
.section { border-top: 1px solid rgba(21,21,21,.08); }
.intro-grid, .split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; }
.intro-cards, .trade-grid, .work-grid, .service-grid { display: grid; gap: 16px; }
.intro-cards { grid-template-columns: repeat(2, 1fr); }
.trade-grid { grid-template-columns: repeat(4, 1fr); }
.work-grid, .service-grid { grid-template-columns: repeat(3, 1fr); }
.card, .intro-cards article, .trade-card, .work-card, .service-card, .content-card { background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 40px rgba(21,21,21,.06); }
.card p, .intro-cards p, .trade-card p, .work-card p, .service-card p, .section-heading p, .split-grid p, .cta p, .footer p, .page-content p, .page-content li { color: var(--muted); }
.section-heading { max-width: 780px; margin-bottom: 28px; }
.trade-card { min-height: 286px; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.trade-card:hover { transform: translateY(-4px); border-color: rgba(244,123,32,.5); box-shadow: var(--shadow); }
.trade-card strong { margin-top: auto; color: var(--orange-dark); }
.trade-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--dark); color: var(--white); font-size: 13px; font-weight: 900; margin-bottom: 22px; }
.split-section { background: #eee7dc; }
.steps { display: grid; gap: 14px; }
.steps div { display: grid; grid-template-columns: 54px 1fr; gap: 10px 16px; padding: 22px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.steps span { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 900; }
.steps h3, .steps p { margin-bottom: 0; }
.work-preview { display: grid; place-items: center; min-height: 160px; border-radius: 18px; color: var(--white); font-size: 28px; font-weight: 900; letter-spacing: -.05em; margin-bottom: 18px; background: linear-gradient(135deg, #431407, #f47b20); }
.cta { padding: 80px 0; }
.cta-box { display: flex; justify-content: space-between; gap: 30px; align-items: center; background: var(--dark); color: var(--white); border-radius: 30px; padding: clamp(28px, 5vw, 54px); box-shadow: var(--shadow); }
.cta-box p { max-width: 720px; }
.page-hero { padding: 70px 0 56px; }
.page-content { padding: 64px 0; }
.page-content .content-card { margin-bottom: 20px; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 24px; }
.feed-list article { border-bottom: 1px solid var(--line); padding: 20px 0; }
.feed-list article:first-child { padding-top: 0; }
.footer { padding: 34px 0; border-top: 1px solid rgba(21,21,21,.1); }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-links { display: flex; gap: 20px; font-weight: 800; color: var(--muted); }

@media (max-width: 900px) {
  .hero-grid, .intro-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .trade-grid, .work-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .admin-bar .site-header { top: 0; }
  .nav-toggle { display: inline-flex; }
  .nav-menu { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--bg); flex-direction: column; align-items: stretch; }
  .nav-menu.open { display: flex; }
  .intro-cards, .trade-grid, .work-grid, .service-grid { grid-template-columns: 1fr; }
  .cta-box, .footer-grid { flex-direction: column; align-items: flex-start; }
  h1 { font-size: 44px; }
}

/* HVAC Website Example Page */
.demo-intro {
  padding: 76px 0 52px;
  background:
    radial-gradient(circle at 15% 15%, rgba(244, 123, 32, .18), transparent 30%),
    linear-gradient(135deg, #101112, #24272a);
  color: var(--white);
}
.demo-intro-v2 {
  background:
    radial-gradient(circle at 12% 18%, rgba(244,123,32,.22), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(25,167,206,.18), transparent 24%),
    linear-gradient(135deg, #0e1114, #24272a 62%, #17191b);
}
.demo-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}
.demo-intro h1 { max-width: 920px; margin-bottom: 18px; }
.demo-intro-lede { max-width: 820px; color: #ded8cf; font-size: 19px; }
.demo-note-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}
.demo-note-card strong { display: block; margin-bottom: 8px; font-size: 20px; }
.demo-note-card p { color: #d8d2ca; }
.demo-showcase { padding: 38px 0 84px; background: #e8eef2; }
.hvac-v2-showcase { background: linear-gradient(180deg, #e8eef2 0%, #dfe8ed 100%); }
.demo-frame-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  color: #46515a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}
.demo-frame-label small { color: #78838b; font-weight: 800; }
.hvac-demo-site {
  overflow: hidden;
  border-radius: 30px;
  background: #f8fbfd;
  border: 1px solid rgba(28, 48, 62, .14);
  box-shadow: 0 30px 90px rgba(18, 38, 55, .18);
  color: #12202b;
}
.hvac-v2-site {
  background: #fffaf3;
  border: 1px solid rgba(35, 47, 55, .14);
}
.hvac-top-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 10px clamp(20px, 4vw, 42px);
  background: #10212e;
  color: #d9e8ee;
  font-size: 12px;
  font-weight: 850;
}
.hvac-top-strip a { color: #ffb05c; text-transform: uppercase; letter-spacing: .08em; font-weight: 950; }
.hvac-demo-header {
  position: sticky;
  top: 74px;
  z-index: 5;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(20px, 4vw, 42px);
  background: rgba(255, 250, 243, .95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 48, 62, .1);
}
.admin-bar .hvac-demo-header { top: 106px; }
.hvac-demo-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.hvac-logo-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #62c7e8, #0b6ea8 58%, #0b3d5a);
  color: #fff;
  font-weight: 950;
  letter-spacing: -.03em;
  box-shadow: 0 12px 26px rgba(11, 110, 168, .25);
}
.hvac-demo-brand strong, .hvac-demo-brand small { display: block; line-height: 1.15; }
.hvac-demo-brand small { color: #66737d; font-size: 12px; font-weight: 800; }
.hvac-demo-nav { display: flex; gap: 20px; color: #42505b; font-size: 14px; font-weight: 900; }
.hvac-header-actions { display: flex; align-items: center; gap: 10px; min-width: max-content; }
.hvac-client-link {
  color: #344c5e;
  font-size: 13px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hvac-demo-phone {
  padding: 11px 16px;
  border-radius: 999px;
  background: #f47b20;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(244, 123, 32, .25);
  min-width: max-content;
}
.hvac-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) 390px;
  gap: 34px;
  align-items: center;
  min-height: 620px;
  padding: clamp(46px, 7vw, 88px) clamp(20px, 4vw, 42px);
  background:
    linear-gradient(90deg, rgba(16,33,46,.88), rgba(16,33,46,.62) 46%, rgba(16,33,46,.16)),
    radial-gradient(circle at 80% 18%, rgba(25,167,206,.34), transparent 25%),
    linear-gradient(135deg, #132737, #f5f9fb 58%, #fff3e4);
  position: relative;
  color: #fff;
}
.hvac-v2-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 0;
  width: min(42%, 450px);
  height: 78%;
  border-radius: 220px 220px 0 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.04)),
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.65), transparent 18%),
    linear-gradient(135deg, rgba(25,167,206,.55), rgba(244,123,32,.24));
  opacity: .55;
  pointer-events: none;
}
.hvac-hero-copy, .hvac-hero-service-card { position: relative; z-index: 1; }
.hvac-demo-eyebrow {
  margin: 0 0 10px;
  color: #0b78a7;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 950;
}
.hvac-v2-hero .hvac-demo-eyebrow { color: #9fe7f7; }
.hvac-v2-hero h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(44px, 6.5vw, 82px);
  line-height: .9;
  letter-spacing: -.07em;
  margin-bottom: 20px;
}
.hvac-v2-hero .hvac-hero-copy > p:not(.hvac-demo-eyebrow) {
  max-width: 660px;
  color: #e7f0f4;
  font-size: 19px;
}
.hvac-demo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 24px; }
.hvac-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 999px;
  font-weight: 950;
}
.hvac-button-primary { background: #f47b20; color: #fff; box-shadow: 0 16px 32px rgba(244, 123, 32, .28); }
.hvac-button-secondary { background: #fff; color: #132737; }
.hvac-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 12px;
}
.hvac-hero-proof div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}
.hvac-hero-proof strong, .hvac-hero-proof span { display: block; }
.hvac-hero-proof strong { color: #ffb05c; font-size: 25px; letter-spacing: -.04em; }
.hvac-hero-proof span { color: #e1ebef; font-size: 12px; font-weight: 900; }
.hvac-hero-service-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,250,243,.96);
  color: #12202b;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
.hvac-card-top {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(25, 167, 206, .16);
  color: #0b6ea8;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 950;
}
.hvac-hero-service-card h3 { color: #12202b; font-size: 30px; }
.hvac-hero-service-card p { color: #60727d; }
.hvac-service-picker { display: grid; gap: 10px; margin: 18px 0; }
.hvac-service-picker a {
  padding: 14px 15px;
  border-radius: 16px;
  background: #f0f7fa;
  border: 1px solid rgba(11,110,168,.13);
  color: #132737;
  font-weight: 950;
}
.hvac-service-picker a::after { content: " →"; color: #f47b20; }
.hvac-category-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(18,32,43,.12);
  border-top: 1px solid rgba(18,32,43,.12);
  border-bottom: 1px solid rgba(18,32,43,.12);
}
.hvac-category-band a {
  display: grid;
  gap: 6px;
  padding: 26px clamp(18px, 3vw, 34px);
  background: #fff;
  transition: background .18s ease, transform .18s ease;
}
.hvac-category-band a:hover { background: #fff7ed; transform: translateY(-2px); }
.hvac-category-band span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #10212e;
  color: #fff;
  font-weight: 950;
}
.hvac-category-band strong { font-size: 20px; letter-spacing: -.03em; }
.hvac-category-band small { color: #66737d; font-weight: 800; }
.hvac-v2-content-section, .hvac-expect-section, .hvac-story-section, .hvac-plan-premium, .hvac-review-section, .hvac-demo-quote {
  padding: clamp(48px, 7vw, 82px) clamp(20px, 4vw, 42px);
}
.hvac-section-heading { max-width: 780px; margin-bottom: 28px; }
.hvac-section-heading.centered { text-align: center; margin-inline: auto; }
.hvac-section-heading h2, .hvac-expect-section h2, .hvac-story-section h2, .hvac-plan-premium h2, .hvac-demo-quote h2 {
  color: #12202b;
  letter-spacing: -.06em;
}
.hvac-section-heading p, .hvac-feature-grid p, .hvac-expect-grid p, .hvac-story-section p, .hvac-plan-premium p, .hvac-demo-quote p, .hvac-quote-card li { color: #5f6e78; }
.hvac-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hvac-feature-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(28,48,62,.1);
  box-shadow: 0 16px 42px rgba(18,32,43,.06);
}
.hvac-feature-grid span { display: inline-flex; margin-bottom: 32px; color: #f47b20; font-weight: 950; }
.hvac-feature-grid h3 { color: #12202b; }
.hvac-expect-section { background: #edf6fa; }
.hvac-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.hvac-expect-grid article {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(28,48,62,.1);
}
.hvac-expect-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: #f47b20;
  color: #fff;
  font-weight: 950;
}
.hvac-story-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: center;
  background: #fffaf3;
}
.hvac-check-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.hvac-check-list li { color: #344c5e; font-weight: 900; }
.hvac-check-list li::before { content: "✓"; color: #f47b20; margin-right: 9px; }
.hvac-image-card {
  padding: 18px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(18,32,43,.08);
  border: 1px solid rgba(28,48,62,.1);
}
.hvac-photo-placeholder {
  min-height: 310px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(16,33,46,.82), rgba(11,110,168,.42)),
    linear-gradient(135deg, #dae8ef, #fff3e4);
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -.05em;
}
.hvac-image-card p { margin: 14px 4px 0; color: #66737d; font-size: 14px; }
.hvac-plan-premium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #10212e, #18394f);
  color: #fff;
}
.hvac-plan-premium h2, .hvac-plan-premium p { color: #fff; }
.hvac-plan-premium .hvac-demo-eyebrow { color: #9fe7f7; }
.hvac-plan-box {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
}
.hvac-plan-box strong { display: block; margin-bottom: 14px; font-size: 24px; letter-spacing: -.04em; }
.hvac-plan-box ul { display: grid; gap: 9px; padding-left: 20px; margin: 0 0 20px; }
.hvac-review-section { background: #fff; }
.hvac-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hvac-review-grid blockquote {
  margin: 0;
  padding: 26px;
  border-radius: 24px;
  background: #fffaf3;
  border: 1px solid rgba(28,48,62,.1);
  color: #233948;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -.03em;
}
.hvac-review-grid blockquote::before { content: "★★★★★"; display: block; color: #f47b20; font-size: 14px; letter-spacing: .08em; margin-bottom: 14px; }
.hvac-review-grid cite { display: block; margin-top: 16px; color: #0b6ea8; font-size: 13px; font-style: normal; font-weight: 950; }
.hvac-finance-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(18,32,43,.12); }
.hvac-finance-strip div { padding: 24px clamp(18px, 3vw, 38px); background: #edf6fa; }
.hvac-finance-strip strong, .hvac-finance-strip span { display: block; }
.hvac-finance-strip strong { color: #12202b; font-size: 20px; letter-spacing: -.03em; }
.hvac-finance-strip span { color: #66737d; margin-top: 4px; }
.hvac-demo-quote {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #fff3e4, #ffffff);
  border-top: 1px solid rgba(28,48,62,.1);
}
.hvac-v2-quote > div:first-child { max-width: 650px; }
.hvac-quote-card {
  width: min(100%, 390px);
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(28, 48, 62, .1);
  box-shadow: 0 16px 42px rgba(18, 32, 43, .09);
}
.hvac-quote-card strong { display: block; margin-bottom: 10px; font-size: 19px; }
.hvac-quote-card ul { padding-left: 20px; margin: 0 0 20px; }

@media (max-width: 1040px) {
  .hvac-demo-nav { display: none; }
  .hvac-v2-hero, .hvac-story-section, .hvac-plan-premium { grid-template-columns: 1fr; }
  .hvac-v2-hero::after { opacity: .25; width: 54%; }
  .hvac-feature-grid, .hvac-review-grid { grid-template-columns: repeat(2, 1fr); }
  .hvac-expect-grid, .hvac-category-band { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .demo-intro-grid { grid-template-columns: 1fr; }
  .demo-note-card { max-width: 680px; }
  .hvac-demo-header { position: relative; top: auto; align-items: flex-start; flex-direction: column; }
  .admin-bar .hvac-demo-header { top: auto; }
  .hvac-header-actions { width: 100%; justify-content: space-between; }
}
@media (max-width: 680px) {
  .demo-frame-label, .hvac-demo-quote { align-items: flex-start; flex-direction: column; }
  .hvac-demo-site { border-radius: 22px; }
  .hvac-top-strip { align-items: flex-start; flex-direction: column; gap: 6px; }
  .hvac-v2-hero h2 { font-size: 42px; }
  .hvac-header-actions, .hvac-demo-phone { width: 100%; }
  .hvac-demo-phone { justify-content: center; text-align: center; }
  .hvac-hero-proof, .hvac-category-band, .hvac-feature-grid, .hvac-expect-grid, .hvac-review-grid, .hvac-finance-strip { grid-template-columns: 1fr; }
  .hvac-photo-placeholder { min-height: 220px; font-size: 22px; }
}

/* Contact Page V2 */
.contact-hero {
  padding: 82px 0 72px;
  background:
    radial-gradient(circle at 14% 18%, rgba(244,123,32,.26), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.08), transparent 25%),
    linear-gradient(135deg, #101112, #24272a 62%, #17191b);
}
.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 38px;
  align-items: center;
}
.contact-hero h1 {
  max-width: 900px;
}
.contact-hero-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: var(--shadow);
}
.contact-check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #e5dfd7;
  font-weight: 750;
}
.contact-check-list li::before {
  content: "✓";
  color: var(--orange);
  margin-right: 9px;
  font-weight: 950;
}
.contact-main-section {
  padding: 76px 0;
  background: #f6f1e8;
}
.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 420px;
  gap: 24px;
  align-items: start;
}
.contact-form-panel,
.contact-side-card {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 46px rgba(21,21,21,.07);
}
.contact-form-panel {
  padding: clamp(26px, 4vw, 42px);
}
.contact-form-panel > p:not(.eyebrow),
.contact-side-card p,
.contact-side-card li,
.contact-process-grid p,
.contact-final-cta p {
  color: var(--muted);
}
.contact-form-placeholder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 26px 0 16px;
}
.contact-form-placeholder div {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: #746e65;
  font-weight: 850;
}
.contact-form-placeholder .wide {
  grid-column: 1 / -1;
  min-height: 118px;
  align-items: flex-start;
  padding-top: 16px;
}
.contact-form-note {
  font-size: 14px;
  margin-bottom: 22px;
}
.contact-wp-content {
  margin: 26px 0;
}
.contact-wp-content input,
.contact-wp-content textarea,
.contact-wp-content select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 13px;
  font: inherit;
}
.contact-wp-content textarea {
  min-height: 130px;
}
.contact-side-stack {
  display: grid;
  gap: 18px;
}
.contact-side-card {
  padding: 26px;
}
.contact-side-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin-bottom: 0;
}
.contact-side-card.dark-card {
  background: var(--dark);
  color: var(--white);
  border-color: rgba(255,255,255,.12);
}
.contact-side-card.dark-card p,
.contact-side-card.dark-card li {
  color: #d7d2ca;
}
.contact-process-section {
  padding: 78px 0;
  background: #eee7dc;
  border-top: 1px solid rgba(21,21,21,.08);
}
.contact-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.contact-process-grid article {
  min-height: 260px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(21,21,21,.06);
}
.contact-process-grid span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--orange);
  font-weight: 950;
}
.contact-final-cta {
  padding: 76px 0;
  background: #f6f1e8;
}
.contact-final-cta .cta-box h2,
.contact-final-cta .cta-box p {
  color: var(--white);
}

@media (max-width: 960px) {
  .contact-hero-grid,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero-card {
    max-width: 720px;
  }
  .contact-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .contact-form-placeholder,
  .contact-process-grid {
    grid-template-columns: 1fr;
  }
  .contact-process-grid article {
    min-height: auto;
  }
}

/* About + Services Pages */
.about-hero,
.services-hero {
  padding: 86px 0 76px;
  background:
    radial-gradient(circle at 14% 18%, rgba(244,123,32,.26), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.08), transparent 25%),
    linear-gradient(135deg, #101112, #24272a 62%, #17191b);
}
.about-hero-grid,
.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 38px;
  align-items: center;
}
.about-hero h1,
.services-hero h1 {
  max-width: 980px;
}
.about-hero-card,
.services-hero-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: var(--shadow);
}
.about-hero-card p,
.services-hero-card span {
  color: #d7d2ca;
}
.services-hero-card ol {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-hero-card li {
  padding: 15px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}
.services-hero-card strong,
.services-hero-card span {
  display: block;
}
.services-hero-card strong {
  color: #fff;
  margin-bottom: 2px;
}
.about-belief-section,
.about-who-section,
.about-method-section,
.about-offer-section,
.pricing-section,
.services-pro-section,
.services-value-section,
.services-fit-section {
  padding: 78px 0;
}
.about-belief-grid,
.about-method-grid,
.services-pro-grid,
.services-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: center;
}
.about-belief-copy p,
.about-method-grid p,
.about-offer-section p,
.pricing-section p,
.services-pro-section p,
.services-value-section p,
.services-fit-section li,
.value-grid p,
.pricing-card li,
.pro-card li {
  color: var(--muted);
}
.about-who-section,
.services-value-section {
  background: #eee7dc;
  border-top: 1px solid rgba(21,21,21,.08);
  border-bottom: 1px solid rgba(21,21,21,.08);
}
.about-trade-grid,
.about-offer-grid,
.pricing-grid,
.value-grid {
  display: grid;
  gap: 16px;
}
.about-trade-grid {
  grid-template-columns: repeat(4, 1fr);
}
.about-trade-grid article,
.about-offer-grid article,
.pricing-card,
.value-grid article,
.fit-card,
.pro-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(21,21,21,.06);
}
.about-trade-grid span,
.about-offer-grid span,
.value-grid span,
.about-method-list span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.about-trade-grid h3 {
  font-size: 19px;
  line-height: 1.22;
}
.about-method-section,
.services-pro-section {
  background: #f6f1e8;
}
.about-method-list {
  display: grid;
  gap: 14px;
}
.about-method-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 14px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
}
.about-method-list span {
  grid-row: span 2;
  margin-bottom: 0;
}
.about-method-list strong {
  font-size: 20px;
  letter-spacing: -.03em;
}
.about-method-list p {
  margin-bottom: 0;
}
.section-heading.centered {
  text-align: center;
  margin-inline: auto;
}
.about-offer-grid {
  grid-template-columns: repeat(3, 1fr);
}
.about-center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.about-final-cta,
.services-final-cta {
  padding: 76px 0;
}
.about-final-cta .cta-box h2,
.about-final-cta .cta-box p,
.services-final-cta .cta-box h2,
.services-final-cta .cta-box p {
  color: #fff;
}
.pricing-section {
  background: #f6f1e8;
}
.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 680px;
}
.pricing-card.featured-card {
  background: #111213;
  color: #fff;
  border-color: rgba(244,123,32,.38);
  box-shadow: var(--shadow);
  transform: translateY(-10px);
}
.pricing-card.featured-card p,
.pricing-card.featured-card li {
  color: #d7d2ca;
}
.pricing-card.muted-card {
  background: #eee7dc;
}
.pricing-topline {
  color: var(--orange);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  margin-bottom: 16px;
}
.price-range {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 950;
  color: var(--ink) !important;
  margin-bottom: 16px;
}
.featured-card .price-range {
  color: #fff !important;
}
.pricing-card ul,
.pro-card ul,
.fit-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 22px 0 26px;
}
.pricing-card .button {
  margin-top: auto;
}
.button-secondary-dark {
  background: var(--ink);
  color: #fff;
}
.services-pro-section {
  border-top: 1px solid rgba(21,21,21,.08);
}
.pro-card {
  background: linear-gradient(135deg, #111213, #24272a);
  color: #fff;
}
.pro-card li {
  color: #d7d2ca;
}
.pro-card .price-range {
  color: #fff !important;
}
.value-grid {
  grid-template-columns: repeat(4, 1fr);
}
.services-fit-section {
  background: #f6f1e8;
}
.services-fit-grid {
  align-items: stretch;
}
.fit-card.good-fit {
  background: #fff;
}
.fit-card.bad-fit {
  background: #111213;
  color: #fff;
  border-color: rgba(255,255,255,.12);
}
.fit-card.bad-fit li {
  color: #d7d2ca;
}
.fit-card li::marker,
.pricing-card li::marker,
.pro-card li::marker {
  color: var(--orange);
}

@media (max-width: 980px) {
  .about-hero-grid,
  .services-hero-grid,
  .about-belief-grid,
  .about-method-grid,
  .services-pro-grid,
  .services-fit-grid {
    grid-template-columns: 1fr;
  }
  .about-trade-grid,
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-offer-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card,
  .pricing-card.featured-card {
    min-height: auto;
    transform: none;
  }
}
@media (max-width: 680px) {
  .about-trade-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }
  .about-method-list article {
    grid-template-columns: 1fr;
  }
}

/* TSC File Manager Batch: Examples Dropdown, Homepage Fixes, Footer, Example Pages */
.nav-menu .menu-item-has-children {
  position: relative;
}
.nav-menu .menu-item-has-children > a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 10px;
  color: var(--orange);
}
.nav-menu .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 50;
  transform: translateX(-50%) translateY(4px);
  min-width: 248px;
  display: grid;
  gap: 4px;
  padding: 12px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(246, 241, 232, .98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav-menu .menu-item-has-children:hover .sub-menu,
.nav-menu .menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-menu .sub-menu a {
  display: flex;
  padding: 10px 12px;
  border-radius: 12px;
  color: #34312d;
}
.nav-menu .sub-menu a:hover {
  background: rgba(244,123,32,.12);
  color: var(--orange-dark);
}
.footer-grid-v2 {
  align-items: flex-start;
}
.footer-copy {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.hero-system-card {
  align-self: stretch;
}
.system-list-v2 {
  gap: 12px;
}
.system-list-v2 li {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  padding: 16px;
}
.system-list-v2 span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(244,123,32,.16);
}
.system-list-v2 div {
  min-width: 0;
}
.system-list-v2 strong {
  margin-bottom: 3px;
}
.system-list-v2 small {
  line-height: 1.35;
}
.home-section-light {
  background: var(--bg);
}
.home-section-white {
  background: #fffaf3;
}
.home-section-tint {
  background: #eee7dc;
}
.home-section-white .trade-card,
.home-section-white .work-card {
  background: #fff;
}
a.work-card {
  color: inherit;
  text-decoration: none;
}
.examples-hero,
.trade-example-hero {
  padding: 86px 0 76px;
  background:
    radial-gradient(circle at 14% 18%, rgba(244,123,32,.26), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.08), transparent 25%),
    linear-gradient(135deg, #101112, #24272a 62%, #17191b);
}
.examples-hero-grid,
.trade-example-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 38px;
  align-items: center;
}
.examples-hero-card,
.trade-example-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: #d7d2ca;
  box-shadow: var(--shadow);
}
.trade-example-mark {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, var(--orange), #9b3810);
  color: #fff;
  font-weight: 950;
  letter-spacing: -.04em;
}
.trade-example-card h3 {
  color: #fff;
}
.examples-grid-section,
.trade-example-services,
.trade-example-split {
  padding: 78px 0;
}
.examples-grid-section,
.trade-example-services {
  background: #fffaf3;
}
.examples-note-section {
  padding: 76px 0;
  background: var(--bg);
}
.examples-card-grid,
.trade-example-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.example-card,
.trade-example-service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(21,21,21,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.example-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,123,32,.5);
  box-shadow: var(--shadow);
  background: #fff7ed;
}
.example-card.is-live {
  border-color: rgba(244,123,32,.45);
}
.example-icon {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  margin-bottom: 28px;
  background: var(--dark);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}
.example-card p,
.trade-example-service-grid p,
.trade-example-split p,
.trade-example-split li {
  color: var(--muted);
}
.example-card strong {
  margin-top: auto;
  color: var(--orange-dark);
}
.trade-example-service-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange);
  font-weight: 950;
}
.trade-example-split {
  background: #eee7dc;
}
.trade-example-split .content-card {
  background: #fff;
}

@media (max-width: 980px) {
  .examples-hero-grid,
  .trade-example-hero-grid {
    grid-template-columns: 1fr;
  }
  .examples-card-grid,
  .trade-example-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .nav-menu .sub-menu {
    position: static;
    transform: none;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(255,255,255,.55);
  }
  .nav-menu .menu-item-has-children:hover .sub-menu,
  .nav-menu .menu-item-has-children:focus-within .sub-menu {
    transform: none;
  }
  .examples-card-grid,
  .trade-example-service-grid {
    grid-template-columns: 1fr;
  }
  .example-card,
  .trade-example-service-grid article {
    min-height: auto;
  }
}

/* Trade Example Page-Within-Page V2 - TSC Brand Colors */
.tsc-page-within-page-wrap,
.hvac-v2-showcase {
  background: #e8eef2;
}
.tsc-demo-site {
  overflow: hidden;
  border-radius: 30px;
  background: #fffaf3;
  border: 1px solid rgba(21, 21, 21, .12);
  box-shadow: 0 30px 90px rgba(17, 18, 19, .16);
  color: var(--ink);
}
.tsc-demo-video-hero {
  min-height: 680px;
  position: relative;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17,18,19,.92), rgba(17,18,19,.66) 52%, rgba(17,18,19,.25)),
    radial-gradient(circle at 78% 22%, rgba(244,123,32,.28), transparent 26%),
    linear-gradient(135deg, #101112, #24272a 58%, #3b271b);
}
.tsc-demo-video-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(48%, 520px);
  height: 76%;
  border-radius: 260px 0 0 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.04)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.10) 0 12px, rgba(255,255,255,.03) 12px 24px),
    linear-gradient(135deg, rgba(244,123,32,.42), rgba(196,86,19,.34));
  opacity: .72;
  pointer-events: none;
}
.tsc-demo-topbar,
.tsc-demo-nav,
.tsc-demo-hero-content {
  position: relative;
  z-index: 1;
}
.tsc-demo-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px clamp(20px, 4vw, 42px);
  background: rgba(0,0,0,.28);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 850;
}
.tsc-demo-topbar a {
  color: var(--orange);
  font-weight: 950;
}
.tsc-demo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 4vw, 42px);
  background: rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(12px);
}
.tsc-demo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.tsc-demo-brand span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), #9b3810);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .03em;
}
.tsc-demo-brand strong {
  font-size: 18px;
  letter-spacing: -.04em;
}
.tsc-demo-nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  font-weight: 900;
}
.tsc-demo-nav nav a {
  color: rgba(255,255,255,.88);
}
.tsc-demo-hero-content {
  max-width: 760px;
  padding: clamp(60px, 9vw, 110px) clamp(20px, 4vw, 42px);
}
.tsc-demo-kicker {
  margin: 0 0 10px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 950;
}
.tsc-demo-hero-content h2 {
  color: var(--white);
  font-size: clamp(44px, 7vw, 82px);
  line-height: .9;
  letter-spacing: -.07em;
  margin-bottom: 20px;
}
.tsc-demo-hero-content p {
  max-width: 660px;
  color: rgba(255,255,255,.84);
  font-size: 19px;
}
.tsc-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.tsc-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 999px;
  font-weight: 950;
}
.tsc-demo-button.primary {
  background: var(--orange);
  color: var(--white) !important;
  box-shadow: 0 16px 32px rgba(244,123,32,.28);
}
.tsc-demo-button.secondary {
  background: var(--white);
  color: var(--ink) !important;
}
.tsc-demo-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 !important;
  margin: 0;
  background: rgba(17,18,19,.12);
}
.tsc-demo-proof-strip li {
  list-style: none !important;
  padding: 22px clamp(16px, 3vw, 32px);
  background: var(--white);
  color: #34312d;
  font-weight: 950;
}
.tsc-demo-proof-strip li::before {
  content: "✓";
  color: var(--orange);
  margin-right: 9px;
}
.tsc-demo-section,
.tsc-demo-location-section,
.tsc-demo-plan-section,
.tsc-demo-review-section,
.tsc-demo-final-cta {
  padding: clamp(50px, 7vw, 84px) clamp(20px, 4vw, 42px);
}
.tsc-demo-section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}
.tsc-demo-section-heading.centered {
  text-align: center;
  margin-inline: auto;
}
.tsc-demo-section-heading h2,
.tsc-demo-location-section h2,
.tsc-demo-plan-section h2,
.tsc-demo-review-section h2,
.tsc-demo-final-cta h2 {
  color: var(--ink);
  letter-spacing: -.06em;
}
.tsc-demo-section-heading p,
.tsc-demo-service-grid p,
.tsc-demo-location-section p,
.tsc-demo-plan-section p,
.tsc-demo-final-cta p,
.tsc-demo-form-card li {
  color: var(--muted);
}
.tsc-demo-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tsc-demo-service-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(21,21,21,.06);
}
.tsc-demo-service-grid span {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--orange);
  font-weight: 950;
}
.tsc-demo-location-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 30px;
  align-items: center;
  background: #eee7dc;
}
.tsc-demo-county-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 !important;
  margin: 24px 0 0;
  list-style: none;
}
.tsc-demo-county-list li {
  list-style: none !important;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--white);
  color: #34312d;
  font-size: 13px;
  font-weight: 900;
}
.tsc-demo-map-card {
  min-height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(21,21,21,.08) 1px, transparent 1px),
    linear-gradient(rgba(21,21,21,.08) 1px, transparent 1px),
    linear-gradient(135deg, var(--white), #eee7dc);
  background-size: 34px 34px, 34px 34px, auto;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(21,21,21,.08);
}
.map-pin {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 24px;
  box-shadow: 0 15px 34px rgba(244,123,32,.28);
}
.tsc-demo-map-card strong {
  font-size: 25px;
  letter-spacing: -.04em;
}
.tsc-demo-map-card span {
  color: var(--muted);
}
.tsc-demo-photo-band {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 16px;
  padding: clamp(20px, 4vw, 42px);
  background: #fffaf3;
}
.tsc-demo-photo-main,
.tsc-demo-photo-stack div {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 26px;
  border-radius: 26px;
  text-align: center;
  color: var(--white);
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
  background:
    linear-gradient(135deg, rgba(17,18,19,.82), rgba(244,123,32,.32)),
    linear-gradient(135deg, #24272a, #fff3e4);
}
.tsc-demo-photo-stack {
  display: grid;
  gap: 16px;
}
.tsc-demo-photo-stack div {
  min-height: 172px;
  font-size: 24px;
}
.tsc-demo-plan-section,
.tsc-demo-final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}
.tsc-demo-plan-section {
  background: linear-gradient(135deg, #101112, #24272a);
  color: var(--white);
}
.tsc-demo-plan-section h2,
.tsc-demo-plan-section p {
  color: var(--white);
}
.tsc-demo-review-section {
  background: var(--white);
}
.tsc-demo-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tsc-demo-review-grid blockquote {
  margin: 0;
  padding: 26px;
  border-radius: 24px;
  background: #fffaf3;
  border: 1px solid var(--line);
  color: #34312d;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -.03em;
}
.tsc-demo-review-grid blockquote::before {
  content: "★★★★★";
  display: block;
  color: var(--orange);
  font-size: 14px;
  letter-spacing: .08em;
  margin-bottom: 14px;
}
.tsc-demo-review-grid cite {
  display: block;
  margin-top: 16px;
  color: var(--orange-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}
.tsc-demo-final-cta {
  background: linear-gradient(135deg, #fff3e4, var(--white));
  border-top: 1px solid var(--line);
}
.tsc-demo-final-cta > div:first-child {
  max-width: 650px;
}
.tsc-demo-form-card {
  width: min(100%, 390px);
  padding: 24px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(21,21,21,.08);
}
.tsc-demo-form-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}
.tsc-demo-form-card ul {
  padding-left: 20px;
  margin: 0 0 20px;
}

@media (max-width: 980px) {
  .tsc-demo-nav,
  .tsc-demo-plan-section,
  .tsc-demo-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .tsc-demo-location-section,
  .tsc-demo-photo-band {
    grid-template-columns: 1fr;
  }
  .tsc-demo-service-grid,
  .tsc-demo-review-grid,
  .tsc-demo-proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .tsc-demo-video-hero {
    min-height: auto;
  }
  .tsc-demo-topbar,
  .tsc-demo-nav nav,
  .tsc-demo-actions,
  .tsc-demo-county-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .tsc-demo-service-grid,
  .tsc-demo-review-grid,
  .tsc-demo-proof-strip {
    grid-template-columns: 1fr;
  }
  .tsc-demo-hero-content h2 {
    font-size: 42px;
  }
  .tsc-demo-photo-main,
  .tsc-demo-photo-stack div {
    min-height: 220px;
    font-size: 24px;
  }
}

/* Register365-Inspired Softer TSC Layout V3 */
:root {
  --bg: #f6f9fb;
  --ink: #17324d;
  --muted: #607186;
  --dark: #1f3b57;
  --dark-2: #294966;
  --line: #d9e5ee;
  --orange: #4f8fb7;
  --orange-dark: #2c668b;
  --white: #ffffff;
  --soft-blue: #eaf4fb;
  --soft-blue-2: #d8ebf7;
  --soft-mint: #e8f6f1;
  --soft-sand: #fbf7ef;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(31, 59, 87, .13);
}
body {
  color: var(--ink);
  background: var(--bg);
}
.site-header-v3 {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(31,59,87,.1);
  backdrop-filter: blur(14px);
}
.admin-bar .site-header-v3 { top: 32px; }
.site-topbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.brand-v3,
.footer-brand-v3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: -.04em;
}
.brand-v3 .brand-mark,
.footer-brand-v3 .brand-mark,
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, #4f8fb7, #1f3b57);
  font-size: 13px;
  letter-spacing: .03em;
  box-shadow: 0 12px 28px rgba(79,143,183,.24);
}
.nav-v3 {
  min-height: 58px;
  justify-content: space-between;
  border-top: 1px solid rgba(31,59,87,.08);
}
.nav-v3 .nav-menu {
  gap: 8px;
}
.nav-v3 .nav-menu > li > a {
  padding: 11px 14px;
  border-radius: 999px;
  color: #294966;
}
.nav-v3 .nav-menu > li > a:hover {
  background: var(--soft-blue);
  color: var(--orange-dark);
}
.header-cta-v3,
.button-primary,
.wp-block-button__link {
  background: #4f8fb7;
  color: var(--white) !important;
  box-shadow: 0 14px 34px rgba(79,143,183,.24);
}
.button-secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}
.button-secondary-dark {
  background: var(--ink);
  color: #fff;
}
.eyebrow {
  color: var(--orange-dark);
}
.home-hero-v3 {
  padding: clamp(64px, 8vw, 110px) 0 64px;
  background:
    radial-gradient(circle at 14% 20%, rgba(79,143,183,.18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(170,213,229,.45), transparent 28%),
    linear-gradient(180deg, #ffffff, #edf6fb 72%, #f6f9fb);
}
.home-hero-v3-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 48px;
  align-items: center;
}
.home-hero-v3 h1 {
  max-width: 850px;
  color: var(--ink);
}
.home-hero-v3 .hero-lede {
  color: var(--muted);
  max-width: 740px;
}
.home-hero-v3-panel {
  position: relative;
  padding: 22px;
  border-radius: 34px;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-panel-screen {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
}
.screen-bar {
  display: flex;
  gap: 7px;
  padding: 14px;
  background: #e8f1f7;
}
.screen-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9db8ca;
}
.screen-hero {
  height: 150px;
  background:
    linear-gradient(90deg, rgba(31,59,87,.86), rgba(79,143,183,.55)),
    linear-gradient(135deg, #1f3b57, #d8ebf7);
}
.screen-lines {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.screen-lines i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dce8f0;
}
.screen-lines i:nth-child(1) { width: 82%; }
.screen-lines i:nth-child(2) { width: 64%; }
.screen-lines i:nth-child(3) { width: 74%; }
.screen-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  padding: 0 18px 18px;
}
.screen-cards span {
  min-height: 66px;
  border-radius: 16px;
  background: var(--soft-blue);
  border: 1px solid var(--line);
}
.hero-panel-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background: var(--soft-mint);
  border: 1px solid #cfebe0;
}
.hero-panel-note strong,
.hero-panel-note span {
  display: block;
}
.hero-panel-note span {
  color: var(--muted);
  margin-top: 3px;
}
.home-feature-strip-v3 {
  padding: 0 0 76px;
  background: var(--bg);
}
.home-feature-grid-v3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.home-feature-grid-v3 article,
.package-card-v3,
.proof-box-v3,
.trade-grid-v3 .trade-card,
.steps-v3 div {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(31,59,87,.07);
}
.home-feature-grid-v3 article {
  padding: 26px;
  border-radius: 24px;
}
.home-feature-grid-v3 span,
.package-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--orange-dark);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
}
.home-feature-grid-v3 p,
.package-card-v3 p,
.package-card-v3 li,
.home-how-section-v3 p,
.home-examples-v3 p,
.home-proof-section-v3 p,
.proof-list-v3 li {
  color: var(--muted);
}
.home-builder-section-v3,
.home-examples-v3 {
  padding: 84px 0;
  background: #fff;
}
.package-grid-v3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.package-card-v3 {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 30px;
  border-radius: 30px;
}
.package-card-v3 h3 {
  font-size: 28px;
  line-height: 1.04;
}
.package-card-v3 ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 22px 0 28px;
}
.package-card-v3 .button {
  margin-top: auto;
}
.featured-package-v3 {
  background: linear-gradient(180deg, #f0f8fc, #ffffff);
  border-color: rgba(79,143,183,.34);
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}
.home-how-section-v3 {
  padding: 84px 0;
  background: linear-gradient(180deg, #edf6fb, #f6f9fb);
}
.home-how-grid-v3 {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 44px;
  align-items: center;
}
.steps-v3 div {
  border-radius: 24px;
}
.steps-v3 span {
  background: #4f8fb7;
}
.trade-grid-v3 .trade-icon {
  background: linear-gradient(135deg, #4f8fb7, #1f3b57);
}
.trade-grid-v3 .trade-card:hover {
  border-color: rgba(79,143,183,.55);
  background: #f4fbff;
}
.trade-grid-v3 .trade-card strong,
.example-card strong {
  color: var(--orange-dark);
}
.home-proof-section-v3 {
  padding: 84px 0;
  background: var(--soft-sand);
}
.proof-box-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 32px;
  align-items: center;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 34px;
}
.proof-list-v3 {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.proof-list-v3 li {
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 850;
}
.proof-list-v3 li::before {
  content: "✓";
  color: var(--orange-dark);
  margin-right: 9px;
}
.cta-v3 {
  background: var(--bg);
}
.cta-box-v3 {
  background: linear-gradient(135deg, #1f3b57, #315f7c);
}
.footer-v3 {
  background: #fff;
}
.footer-v3 p,
.footer-v3 .footer-copy,
.footer-v3 .footer-links {
  color: var(--muted);
}
/* Keep new demo pages aligned with softer TSC colors */
.tsc-demo-video-hero {
  background:
    linear-gradient(90deg, rgba(31,59,87,.92), rgba(31,59,87,.64) 52%, rgba(31,59,87,.24)),
    radial-gradient(circle at 78% 22%, rgba(79,143,183,.32), transparent 26%),
    linear-gradient(135deg, #1f3b57, #d8ebf7 70%, #f6f9fb) !important;
}
.tsc-demo-kicker,
.tsc-demo-service-grid span,
.tsc-demo-review-grid blockquote::before,
.tsc-demo-review-grid cite {
  color: var(--orange-dark) !important;
}
.tsc-demo-button.primary,
.tsc-demo-plan-section .tsc-demo-button.primary,
.tsc-demo-final-cta .tsc-demo-button.primary,
.map-pin {
  background: #4f8fb7 !important;
}
.tsc-demo-brand span {
  background: linear-gradient(135deg, #4f8fb7, #1f3b57) !important;
  border-radius: 12px !important;
}
.tsc-demo-location-section {
  background: #edf6fb !important;
}
.tsc-demo-plan-section {
  background: linear-gradient(135deg, #1f3b57, #315f7c) !important;
}
@media (max-width: 980px) {
  .home-hero-v3-grid,
  .home-how-grid-v3,
  .proof-box-v3 {
    grid-template-columns: 1fr;
  }
  .home-feature-grid-v3,
  .package-grid-v3 {
    grid-template-columns: 1fr;
  }
  .featured-package-v3 {
    transform: none;
  }
}
@media (max-width: 680px) {
  .admin-bar .site-header-v3 { top: 0; }
  .site-topbar { min-height: 66px; }
  .nav-v3 {
    min-height: 58px;
  }
  .nav-v3 .nav-menu {
    top: 56px;
  }
  .home-hero-v3 h1 {
    font-size: 42px;
  }
  .screen-cards {
    grid-template-columns: 1fr;
  }
}

/* Build-Me-A-Website Homepage V4 */
:root {
  --radius: 10px;
}
.home-hero-v3,
.home-builder-section-v3,
.home-how-section-v3,
.home-examples-v3,
.home-proof-section-v3,
.home-feature-strip-v3 {
  display: none;
}
.bmw-hero {
  padding: clamp(58px, 8vw, 96px) 0 60px;
  background:
    radial-gradient(circle at 82% 16%, rgba(79,143,183,.22), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #edf6fb 100%);
}
.bmw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 54px;
  align-items: center;
}
.bmw-hero h1 {
  max-width: 760px;
  color: var(--ink);
}
.bmw-hero .hero-lede {
  color: var(--muted);
  max-width: 700px;
}
.bmw-build-visual {
  position: relative;
  min-height: 430px;
}
.builder-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}
.builder-card-main {
  position: absolute;
  inset: 18px 42px 36px 0;
  overflow: hidden;
}
.builder-toolbar {
  display: flex;
  gap: 8px;
  padding: 14px;
  background: #dfeef7;
}
.builder-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8baec4;
}
.builder-hero-block {
  height: 160px;
  background:
    linear-gradient(90deg, rgba(31,59,87,.88), rgba(79,143,183,.48)),
    linear-gradient(135deg, #1f3b57, #cbe4f4);
}
.builder-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px;
}
.builder-row i {
  min-height: 82px;
  border-radius: 10px;
  background: #edf6fb;
  border: 1px solid var(--line);
}
.builder-lines {
  display: grid;
  gap: 10px;
  padding: 0 18px 20px;
}
.builder-lines b {
  height: 12px;
  border-radius: 99px;
  background: #d8e8f2;
}
.builder-lines b:nth-child(1) { width: 88%; }
.builder-lines b:nth-child(2) { width: 68%; }
.builder-lines b:nth-child(3) { width: 78%; }
.builder-card-small {
  position: absolute;
  width: 190px;
  padding: 16px;
}
.builder-card-small strong {
  display: block;
  margin-bottom: 12px;
}
.builder-card-small span {
  display: block;
  height: 10px;
  margin-top: 8px;
  border-radius: 99px;
  background: #d8e8f2;
}
.builder-card-one {
  right: 0;
  top: 0;
}
.builder-card-two {
  right: 26px;
  bottom: 0;
}
.bmw-benefits,
.bmw-pricing,
.bmw-mobile-section,
.bmw-examples,
.bmw-process,
.bmw-daytoday,
.bmw-features,
.bmw-faq,
.bmw-final-cta {
  padding: clamp(66px, 8vw, 92px) 0;
}
.bmw-benefits {
  padding-top: 36px;
  background: #fff;
}
.bmw-benefit-grid,
.bmw-pricing-grid,
.bmw-process-grid,
.bmw-feature-card-grid {
  display: grid;
  gap: 18px;
}
.bmw-benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}
.bmw-benefit-grid article,
.bmw-price-card,
.bmw-process-grid article,
.bmw-feature-card-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31,59,87,.06);
}
.bmw-benefit-grid article {
  padding: 28px;
}
.bmw-benefit-grid h2 {
  font-size: 24px;
  letter-spacing: -.04em;
}
.bmw-benefit-grid p,
.bmw-price-card p,
.bmw-price-card li,
.bmw-split-grid p,
.bmw-split-grid li,
.bmw-process-grid p,
.bmw-alt-copy p,
.bmw-feature-card-grid p,
.faq-list p {
  color: var(--muted);
}
.bmw-pricing {
  background: #edf6fb;
}
.bmw-pricing-grid {
  grid-template-columns: repeat(4, 1fr);
}
.bmw-price-card {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 24px;
}
.bmw-price-card h3 {
  font-size: 25px;
  line-height: 1.08;
}
.price-label {
  margin-bottom: 14px;
  color: var(--orange-dark) !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.bmw-price-card .price-range {
  margin: 8px 0 20px;
  color: var(--ink) !important;
  font-size: clamp(26px, 3vw, 36px);
}
.bmw-price-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 24px 0 0;
}
.bmw-price-card .button {
  width: 100%;
}
.featured-price-card {
  border-color: rgba(79,143,183,.45);
  box-shadow: 0 24px 70px rgba(79,143,183,.18);
  transform: translateY(-10px);
}
.bmw-mobile-section,
.bmw-daytoday,
.bmw-faq {
  background: #fff;
}
.bmw-split-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 54px;
  align-items: center;
}
.bmw-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.bmw-check-list li::before {
  content: "✓";
  color: var(--orange-dark);
  margin-right: 9px;
  font-weight: 950;
}
.device-stack {
  position: relative;
  min-height: 430px;
}
.device {
  position: absolute;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #1f3b57;
  box-shadow: 0 18px 42px rgba(31,59,87,.12);
}
.device span {
  display: block;
  height: 110px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1f3b57, #9fcae2);
}
.device i {
  display: block;
  height: 11px;
  border-radius: 99px;
  background: #d8e8f2;
}
.desktop-device {
  left: 0;
  top: 24px;
  width: 78%;
  min-height: 300px;
}
.tablet-device {
  right: 38px;
  bottom: 0;
  width: 38%;
  min-height: 250px;
}
.phone-device {
  right: 0;
  top: 76px;
  width: 25%;
  min-height: 285px;
}
.bmw-examples {
  background: linear-gradient(180deg, #edf6fb, #f6f9fb);
}
.bmw-slider-shell {
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  gap: 18px;
  align-items: center;
}
.slider-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(31,59,87,.08);
}
.bmw-device-preview {
  position: relative;
  min-height: 500px;
}
.preview-desktop,
.preview-tablet,
.preview-phone {
  position: absolute;
  border: 2px solid #1f3b57;
  background: #fff;
  box-shadow: var(--shadow);
}
.preview-desktop {
  left: 6%;
  right: 10%;
  top: 0;
  min-height: 390px;
  border-radius: 14px;
  padding: 22px;
}
.preview-tablet {
  right: 4%;
  bottom: 24px;
  width: 31%;
  min-height: 300px;
  border-radius: 18px;
  padding: 16px;
}
.preview-phone {
  left: 2%;
  bottom: 0;
  width: 18%;
  min-height: 310px;
  border-radius: 22px;
  padding: 12px;
}
.preview-site {
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(31,59,87,.86), rgba(79,143,183,.48)),
    linear-gradient(135deg, #1f3b57, #cbe4f4);
}
.preview-site strong {
  font-size: clamp(18px, 3vw, 34px);
  letter-spacing: -.05em;
}
.preview-site span {
  color: rgba(255,255,255,.86);
  font-weight: 800;
}
.bmw-example-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.bmw-example-links a {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
}
.bmw-process {
  background: #fff;
}
.bmw-process-grid {
  grid-template-columns: repeat(4, 1fr);
}
.bmw-process-grid article {
  padding: 26px;
}
.bmw-process-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: #4f8fb7;
  color: #fff;
  font-weight: 950;
}
.bmw-alternating {
  display: grid;
  gap: clamp(44px, 7vw, 78px);
}
.bmw-alt-row {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
}
.bmw-alt-row.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
}
.bmw-alt-row.reverse .bmw-alt-image {
  order: 2;
}
.bmw-alt-image {
  min-height: 310px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 950;
  letter-spacing: -.06em;
  background:
    linear-gradient(135deg, rgba(31,59,87,.82), rgba(79,143,183,.42)),
    linear-gradient(135deg, #1f3b57, #d8ebf7);
  box-shadow: var(--shadow);
}
.bmw-alt-copy {
  padding: 12px 0;
}
.bmw-alt-copy h3 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}
.bmw-features {
  background: #edf6fb;
}
.bmw-feature-card-grid {
  grid-template-columns: repeat(3, 1fr);
}
.bmw-feature-card-grid article {
  padding: 26px;
}
.bmw-feature-card-grid span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #e8f6f1;
}
.bmw-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 46px;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  padding: 0;
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 950;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  color: var(--orange-dark);
  font-size: 24px;
  line-height: 1;
}
.faq-list details[open] summary::after {
  content: "–";
}
.faq-list details p {
  padding: 0 22px 22px;
  margin: 0;
}
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #4f8fb7;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(31,59,87,.24);
}
@media (max-width: 1120px) {
  .bmw-pricing-grid,
  .bmw-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-price-card {
    transform: none;
  }
}
@media (max-width: 900px) {
  .bmw-hero-grid,
  .bmw-split-grid,
  .bmw-faq-grid,
  .bmw-alt-row,
  .bmw-alt-row.reverse {
    grid-template-columns: 1fr;
  }
  .bmw-alt-row.reverse .bmw-alt-image {
    order: 0;
  }
  .bmw-benefit-grid,
  .bmw-feature-card-grid {
    grid-template-columns: 1fr;
  }
  .bmw-build-visual,
  .device-stack {
    min-height: 380px;
  }
}
@media (max-width: 680px) {
  .bmw-pricing-grid,
  .bmw-process-grid {
    grid-template-columns: 1fr;
  }
  .bmw-slider-shell {
    grid-template-columns: 1fr;
  }
  .slider-arrow {
    display: none;
  }
  .bmw-device-preview {
    min-height: 420px;
  }
  .preview-desktop {
    left: 0;
    right: 0;
    min-height: 280px;
  }
  .preview-tablet {
    width: 44%;
    right: 0;
    min-height: 220px;
  }
  .preview-phone {
    width: 30%;
    min-height: 230px;
  }
  .builder-card-main {
    inset: 20px 0 70px 0;
  }
  .builder-card-small {
    width: 160px;
  }
  .back-to-top {
    width: 54px;
    height: 54px;
    font-size: 13px;
  }
}

/* Build-Me-A-Website Homepage V5 With Uploaded Images */
:root {
  --radius: 8px;
  --bg: #f5f8f8;
  --ink: #123f4a;
  --muted: #617275;
  --dark: #155963;
  --dark-2: #0f4650;
  --line: #d9e3e4;
  --orange: #2e7b82;
  --orange-dark: #165a63;
  --white: #ffffff;
  --soft-blue: #e9f3f5;
  --soft-blue-2: #dcecee;
  --soft-mint: #e8f4ef;
  --soft-sand: #f8f1ea;
  --shadow: 0 12px 34px rgba(18,63,74,.10);
}
.home-hero-v3,
.home-builder-section-v3,
.home-how-section-v3,
.home-examples-v3,
.home-proof-section-v3,
.home-feature-strip-v3,
.bmw-hero,
.bmw-benefits,
.bmw-pricing,
.bmw-mobile-section,
.bmw-examples,
.bmw-process,
.bmw-daytoday,
.bmw-features,
.bmw-faq,
.bmw-final-cta {
  display: none !important;
}
body { background: var(--bg); color: var(--ink); }
h1, h2, h3 { color: var(--ink); }
.button-primary, .wp-block-button__link {
  background: #f4d99d;
  color: #111 !important;
  border: 2px solid #111;
  box-shadow: 0 8px 18px rgba(18,63,74,.12);
}
.button-secondary, .button-light {
  background: #fff;
  color: var(--ink) !important;
  border: 1px solid var(--line);
}
.button-secondary-dark {
  background: var(--dark);
  color: #fff !important;
}
.bmw5-hero {
  padding: clamp(50px, 7vw, 82px) 0;
  background: #f6f6f4;
}
.bmw5-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1fr);
  gap: 44px;
  align-items: center;
}
.bmw5-hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 6.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.bmw5-hero .hero-lede {
  color: var(--muted);
  max-width: 680px;
}
.bmw5-hero-image img,
.bmw5-wide-image img,
.bmw5-feature-image img,
.bmw5-process-step img {
  display: block;
  width: 100%;
  height: auto;
}
.bmw5-hero-image img {
  max-height: 430px;
  object-fit: contain;
}
.bmw5-benefits {
  padding: 54px 0;
  background: #fff;
}
.bmw5-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.bmw5-benefit-grid article {
  border-radius: 0;
}
.bmw5-benefit-grid h2 {
  font-size: 24px;
  letter-spacing: -.04em;
}
.bmw5-benefit-grid p,
.bmw5-price-card li,
.bmw5-maintenance-box span,
.bmw5-mobile-banner p,
.bmw5-process-step p,
.bmw5-process-right p,
.bmw5-wide-copy p,
.bmw5-feature-copy p,
.bmw5-faq-list p {
  color: var(--muted);
}
.bmw5-pricing {
  padding: clamp(70px, 8vw, 96px) 0;
  background:
    radial-gradient(circle at 0% 20%, rgba(46,123,130,.10), transparent 32%),
    #eef4f4;
}
.bmw5-pricing .section-heading h2 {
  font-size: clamp(38px, 5vw, 58px);
}
.bmw5-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.bmw5-price-card {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(18,63,74,.09);
}
.bmw5-featured-card {
  border-color: rgba(46,123,130,.42);
  box-shadow: 0 18px 42px rgba(18,63,74,.14);
}
.bmw5-price-card h3 {
  font-size: 25px;
  line-height: 1.08;
}
.bmw5-price-card .price-range {
  margin: 6px 0 20px;
  color: var(--ink) !important;
  font-size: clamp(29px, 3vw, 38px);
}
.bmw5-price-card .button {
  width: 100%;
  margin-bottom: 22px;
}
.bmw5-checks {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}
.bmw5-checks li::before {
  content: "✓";
  color: #2e9b83;
  margin-right: 8px;
  font-weight: 950;
}
.bmw5-maintenance-box {
  margin-top: auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fbfdfd;
}
.bmw5-maintenance-box strong,
.bmw5-maintenance-box span {
  display: block;
}
.bmw5-mobile-banner {
  padding: clamp(72px, 8vw, 100px) 0;
  background: var(--dark);
  color: #fff;
  text-align: center;
}
.bmw5-mobile-banner h2 {
  color: #fff;
  font-weight: 400;
  font-size: clamp(34px, 5vw, 56px);
}
.bmw5-mobile-banner h2 strong {
  color: #f4d99d;
}
.bmw5-mobile-banner p {
  max-width: 900px;
  margin: 26px auto 0;
  color: rgba(255,255,255,.82);
}
.bmw5-examples {
  padding: clamp(72px, 8vw, 100px) 0;
  background: #fff;
}
.bmw5-example-stage {
  display: grid;
  grid-template-columns: 64px 180px 1fr 64px;
  gap: 18px;
  align-items: center;
}
.bmw5-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #555;
  font-size: 54px;
  line-height: 1;
}
.bmw5-builder-note {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 8px;
  min-height: 240px;
  background: #f5f5f5;
  padding: 24px;
}
.bmw5-avatar {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dark), #2e7b82);
  color: #fff;
  font-weight: 950;
}
.bmw5-builder-note span {
  color: var(--muted);
}
.bmw5-device-showcase {
  position: relative;
  min-height: 430px;
}
.bmw5-desktop-frame,
.bmw5-tablet-frame,
.bmw5-phone-frame {
  position: absolute;
  background: #e8e8e8;
  border: 14px solid #dedede;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.bmw5-desktop-frame {
  left: 4%; right: 17%; top: 0; min-height: 330px; border-radius: 8px;
}
.bmw5-desktop-frame::after {
  content: "";
  position: absolute;
  left: 38%; right: 38%; bottom: -58px;
  height: 58px;
  background: #dedede;
  clip-path: polygon(25% 0, 75% 0, 100% 100%, 0% 100%);
}
.bmw5-tablet-frame {
  right: 7%; bottom: 22px; width: 31%; min-height: 285px; border-radius: 18px;
}
.bmw5-phone-frame {
  right: 0; bottom: 12px; width: 17%; min-height: 250px; border-radius: 22px;
  border-width: 10px;
}
.bmw5-demo-screen {
  min-height: inherit;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(18,63,74,.86), rgba(46,123,130,.45)), linear-gradient(135deg, #123f4a, #dcecee);
}
.bmw5-demo-screen strong {
  font-size: clamp(18px, 3vw, 34px);
  letter-spacing: -.05em;
}
.bmw5-demo-screen span {
  color: rgba(255,255,255,.84);
  font-weight: 800;
}
.bmw5-example-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.bmw5-example-links a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}
.bmw5-process {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  background: var(--dark);
  color: #fff;
}
.bmw5-process h2,
.bmw5-process h3 {
  color: #fff;
}
.bmw5-process-left,
.bmw5-process-right {
  padding: clamp(60px, 7vw, 92px) clamp(30px, 6vw, 86px);
}
.bmw5-process-right {
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--dark-2);
}
.bmw5-process-right p,
.bmw5-process-step p {
  color: rgba(255,255,255,.78);
}
.bmw5-process-inner {
  max-width: 720px;
  margin-left: auto;
}
.bmw5-process-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  margin-top: 34px;
}
.bmw5-process-step img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .95;
}
.bmw5-process-step h3,
.bmw5-process-step p {
  margin-bottom: 5px;
}
.bmw5-daytoday,
.bmw5-features {
  padding: clamp(70px, 8vw, 96px) 0;
  background: #fff;
}
.bmw5-wide-row,
.bmw5-feature-row {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, .58fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: clamp(40px, 7vw, 78px) auto 0;
}
.bmw5-wide-row.image-right,
.bmw5-feature-row.image-right {
  grid-template-columns: minmax(0, .58fr) minmax(160px, .42fr);
}
.bmw5-wide-image img,
.bmw5-feature-image img {
  max-height: 260px;
  object-fit: contain;
}
.bmw5-wide-copy h3,
.bmw5-feature-copy h3 {
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: -.05em;
}
.bmw5-features {
  background: #f8fbfb;
}
.bmw5-faq {
  padding: clamp(70px, 8vw, 96px) 0;
  background: #fff;
}
.bmw5-faq-wrap {
  max-width: 820px;
}
.bmw5-faq-wrap h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 28px;
}
.bmw5-faq-list {
  display: grid;
  gap: 0;
}
.bmw5-faq-list details {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.bmw5-faq-list summary {
  padding: 18px 0;
  font-weight: 800;
}
.bmw5-faq-list summary::after {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
  color: var(--dark);
}
.bmw5-faq-list p {
  padding: 0 0 18px 22px;
}
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(18,63,74,.24);
}
@media (max-width: 1120px) {
  .bmw5-pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .bmw5-example-stage { grid-template-columns: 48px 1fr 48px; }
  .bmw5-builder-note { display: none; }
}
@media (max-width: 900px) {
  .bmw5-hero-grid,
  .bmw5-benefit-grid,
  .bmw5-process,
  .bmw5-wide-row,
  .bmw5-wide-row.image-right,
  .bmw5-feature-row,
  .bmw5-feature-row.image-right {
    grid-template-columns: 1fr;
  }
  .bmw5-process-inner { margin: 0; }
  .bmw5-process-right { min-height: 340px; }
  .bmw5-wide-image,
  .bmw5-feature-image { text-align: center; }
  .bmw5-wide-image img,
  .bmw5-feature-image img { margin: 0 auto; }
}
@media (max-width: 680px) {
  .bmw5-hero h1 { font-size: 42px; }
  .bmw5-pricing-grid { grid-template-columns: 1fr; }
  .bmw5-example-stage { grid-template-columns: 1fr; }
  .bmw5-arrow { display: none; }
  .bmw5-device-showcase { min-height: 380px; }
  .bmw5-desktop-frame { left: 0; right: 6%; min-height: 250px; }
  .bmw5-tablet-frame { width: 38%; min-height: 210px; right: 5%; }
  .bmw5-phone-frame { width: 25%; min-height: 210px; }
  .bmw5-process-step { grid-template-columns: 52px 1fr; }
  .bmw5-process-step img { width: 48px; height: 48px; }
  .back-to-top { width: 52px; height: 52px; font-size: 13px; }
}

/* Homepage V14 Clean Fixes: wider text lanes, section-colored image blending, mobile image-first */
/* Keep the submitted images visible, but blend their baked white/checker backgrounds
   into the section color. Text lanes are widened to match Micah's marked-up target. */
.bmw5-daytoday,
.bmw5-features {
  background: #f5f8fc !important;
}
.bmw5-hero-image,
.bmw5-wide-image,
.bmw5-feature-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.bmw5-hero-image { min-height: clamp(260px, 34vw, 450px); }
.bmw5-wide-image,
.bmw5-feature-image { min-height: clamp(235px, 25vw, 340px); }
.bmw5-hero-image::before,
.bmw5-wide-image::before,
.bmw5-feature-image::before,
.bmw5-hero-image::after,
.bmw5-wide-image::after,
.bmw5-feature-image::after {
  content: none !important;
  display: none !important;
}
.bmw5-hero-image img,
.bmw5-wide-image img,
.bmw5-feature-image img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  mix-blend-mode: multiply !important;
  filter: contrast(1.08) saturate(.98) brightness(1.03) !important;
}
.bmw5-hero-image img {
  max-width: min(100%, 620px) !important;
  max-height: 450px !important;
}
.bmw5-wide-image img,
.bmw5-feature-image img {
  max-width: clamp(250px, 25vw, 380px) !important;
  max-height: 320px !important;
}
.bmw5-wide-row,
.bmw5-feature-row,
.bmw5-wide-row.image-right,
.bmw5-feature-row.image-right {
  width: min(1280px, calc(100% - 48px));
  max-width: 1280px;
  min-height: clamp(250px, 27vw, 360px);
  margin: clamp(52px, 7vw, 88px) auto 0;
  display: grid;
  align-items: center;
  gap: clamp(38px, 5vw, 82px);
}
.bmw5-wide-row.image-left,
.bmw5-feature-row.image-left {
  grid-template-columns: minmax(245px, .72fr) minmax(680px, 1.78fr);
}
.bmw5-wide-row.image-right,
.bmw5-feature-row.image-right {
  grid-template-columns: minmax(680px, 1.78fr) minmax(245px, .72fr);
}
.bmw5-wide-row.image-left .bmw5-wide-image,
.bmw5-feature-row.image-left .bmw5-feature-image {
  grid-column: 1;
  justify-content: flex-start !important;
}
.bmw5-wide-row.image-left .bmw5-wide-copy,
.bmw5-feature-row.image-left .bmw5-feature-copy {
  grid-column: 2;
  justify-self: stretch;
  text-align: left;
}
.bmw5-wide-row.image-right .bmw5-wide-copy,
.bmw5-feature-row.image-right .bmw5-feature-copy {
  grid-column: 1;
  justify-self: stretch;
  text-align: left;
}
.bmw5-wide-row.image-right .bmw5-wide-image,
.bmw5-feature-row.image-right .bmw5-feature-image {
  grid-column: 2;
  justify-content: flex-end !important;
}
.bmw5-wide-copy,
.bmw5-feature-copy {
  width: 100%;
  max-width: 940px;
  min-width: 0;
  min-height: clamp(235px, 25vw, 340px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bmw5-wide-copy h3,
.bmw5-feature-copy h3 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  margin-bottom: 14px;
}
.bmw5-wide-copy p,
.bmw5-feature-copy p,
.bmw5-process-step p,
.bmw5-process-right p,
.bmw5-faq-list p,
.bmw5-mobile-banner p {
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.62;
  max-width: 900px;
}
.bmw5-wide-copy p + p,
.bmw5-feature-copy p + p {
  margin-top: 10px;
}
.bmw5-daytoday .section-heading,
.bmw5-features .section-heading {
  margin-bottom: 10px;
}

/* Home-like sharper geometry on internal pages: reduce the pillowy round feel. */
.about-hero-card,
.services-hero-card,
.contact-hero-card,
.examples-hero-card,
.trade-example-card,
.demo-note-card,
.contact-form-panel,
.contact-side-card,
.contact-process-grid article,
.about-trade-grid article,
.about-offer-grid article,
.pricing-card,
.value-grid article,
.fit-card,
.pro-card,
.example-card,
.trade-example-service-grid article,
.content-card {
  border-radius: 8px !important;
}
.about-method-list article,
.contact-form-placeholder div,
.nav-menu .sub-menu,
.nav-menu .sub-menu a {
  border-radius: 8px !important;
}
.about-hero,
.services-hero,
.contact-hero,
.examples-hero,
.trade-example-hero,
.demo-intro {
  border-radius: 0 !important;
}

/* Variation by page so About / Services / Examples / Contact don't all feel like clones. */
.about-page .about-belief-section { background: #ffffff; }
.about-page .about-belief-grid {
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  align-items: start;
}
.about-page .about-belief-copy {
  border-left: 4px solid var(--accent-red);
  padding-left: clamp(22px, 3vw, 38px);
}
.about-page .about-method-grid { align-items: stretch; }
.about-page .about-method-list article {
  background: #101820;
  color: #fff;
  border-color: rgba(143,197,234,.25);
}
.about-page .about-method-list article p { color: rgba(255,255,255,.76); }
.services-page .pricing-grid {
  grid-template-columns: 1.05fr .95fr 1.05fr;
  gap: 20px;
}
.services-page .pricing-card.featured-card {
  transform: none;
  border-top: 6px solid var(--accent-red);
}
.services-page .services-pro-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
}
.services-page .services-value-section .section-heading {
  margin-left: 0;
  text-align: left;
}
.examples-page .examples-grid-section .section-heading {
  text-align: left;
  margin-inline: 0 auto;
}
.examples-page .examples-card-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.examples-page .example-card { grid-column: span 4; min-height: 260px; }
.examples-page .example-card:nth-child(1),
.examples-page .example-card:nth-child(6) { grid-column: span 5; }
.examples-page .example-card:nth-child(2),
.examples-page .example-card:nth-child(5) { grid-column: span 3; }
.examples-page .example-card:nth-child(3),
.examples-page .example-card:nth-child(4) { grid-column: span 4; }
.contact-page .contact-main-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: stretch;
}
.contact-page .contact-form-panel { border-left: 6px solid var(--accent-red); }
.contact-page .contact-side-stack { align-content: stretch; }
.contact-page .contact-side-card.dark-card { min-height: 58%; }
.contact-page .contact-process-grid { grid-template-columns: 1.2fr .9fr .9fr 1.2fr; }

/* Process section cleanup retained from previous pass. */
.bmw5-process {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr);
  overflow: hidden;
}
.bmw5-process-left,
.bmw5-process-right {
  padding: clamp(58px, 6vw, 82px) clamp(30px, 5vw, 68px);
}
.bmw5-process-inner {
  max-width: 720px;
  margin-left: auto;
}
.bmw5-process-step {
  position: relative;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 34px;
}
.bmw5-process-step img { display: none; }
.bmw5-process-step::before {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,.86);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}
.bmw5-process-step:nth-of-type(1)::before { content: "✓"; }
.bmw5-process-step:nth-of-type(2)::before { content: "✎"; }
.bmw5-process-step:nth-of-type(3)::before { content: "↗"; }
.bmw5-process-step:nth-of-type(4)::before { content: "⚙"; }
.bmw5-process-step h3 {
  font-size: clamp(21px, 1.8vw, 25px);
  line-height: 1.18;
  margin-bottom: 8px;
}
.bmw5-process h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.03;
}
.bmw5-process-right { overflow: hidden; }
.bmw5-process-right > div {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}
.bmw5-process-right h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
}
.bmw5-pricing-grid { align-items: stretch; }
.bmw5-price-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: minmax(70px, auto) minmax(50px, auto) auto 1fr auto;
  gap: 0;
}
.bmw5-price-card h3 {
  min-height: 70px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.bmw5-price-card .price-range {
  min-height: 50px;
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
  white-space: nowrap;
}
.bmw5-price-card .button {
  min-height: 50px;
  width: 100%;
  align-self: start;
  margin: 0 0 22px;
}
.bmw5-price-card .bmw5-checks {
  align-self: start;
  margin-top: 4px;
}
.bmw5-maintenance-box { min-height: 104px; }
.bmw6-portfolio .section-heading p {
  max-width: 740px;
  margin-inline: auto;
  color: var(--muted);
}
.bmw6-portfolio-stage .bmw5-arrow {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.bmw6-portfolio-screen {
  text-decoration: none;
  transition: filter .18s ease, transform .18s ease;
}
.bmw6-portfolio-screen:hover { filter: brightness(1.06); }
.bmw6-portfolio-links a:first-child {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}
@media (max-width: 1180px) {
  .bmw5-wide-row.image-left,
  .bmw5-feature-row.image-left,
  .bmw5-wide-row.image-right,
  .bmw5-feature-row.image-right {
    width: min(100% - 40px, 1120px);
    grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
  }
  .services-page .pricing-grid,
  .examples-page .examples-card-grid,
  .contact-page .contact-process-grid { grid-template-columns: repeat(2, 1fr); }
  .examples-page .example-card,
  .examples-page .example-card:nth-child(n) { grid-column: auto; }
  .bmw5-price-card { grid-template-rows: auto auto auto 1fr auto; }
  .bmw5-price-card h3,
  .bmw5-price-card .price-range,
  .bmw5-maintenance-box { min-height: 0; }
}
@media (max-width: 900px) {
  .bmw5-wide-row.image-left,
  .bmw5-feature-row.image-left,
  .bmw5-wide-row.image-right,
  .bmw5-feature-row.image-right,
  .bmw5-process,
  .about-page .about-belief-grid,
  .services-page .services-pro-grid,
  .contact-page .contact-main-grid,
  .services-page .pricing-grid,
  .examples-page .examples-card-grid,
  .contact-page .contact-process-grid { grid-template-columns: 1fr; }
  .bmw5-wide-row.image-left .bmw5-wide-image,
  .bmw5-feature-row.image-left .bmw5-feature-image,
  .bmw5-wide-row.image-right .bmw5-wide-image,
  .bmw5-feature-row.image-right .bmw5-feature-image {
    grid-column: auto;
    order: 1;
    justify-content: center !important;
    min-height: 220px;
  }
  .bmw5-wide-row.image-left .bmw5-wide-copy,
  .bmw5-feature-row.image-left .bmw5-feature-copy,
  .bmw5-wide-row.image-right .bmw5-wide-copy,
  .bmw5-feature-row.image-right .bmw5-feature-copy {
    grid-column: auto;
    order: 2;
  }
  .bmw5-wide-image img,
  .bmw5-feature-image img {
    max-width: min(82vw, 360px) !important;
    max-height: 310px !important;
  }
  .bmw5-wide-copy,
  .bmw5-feature-copy,
  .bmw5-wide-row.image-right .bmw5-wide-copy,
  .bmw5-feature-row.image-right .bmw5-feature-copy {
    min-height: 0;
    text-align: left;
    margin-left: 0;
    max-width: none;
  }
  .bmw5-wide-copy p,
  .bmw5-feature-copy p {
    max-width: none;
  }
  .bmw5-process-inner {
    max-width: none;
    margin-left: 0;
  }
  .about-page .about-belief-copy {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .bmw5-wide-row,
  .bmw5-feature-row,
  .bmw5-wide-row.image-right,
  .bmw5-feature-row.image-right {
    width: min(100% - 28px, 1120px);
    gap: 18px;
  }
  .bmw5-process-step {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }
  .bmw5-process-step::before {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
  .bmw5-price-card .price-range { white-space: normal; }
}

/* Homepage V6 Blue-Forward Color Adjustment */
:root {
  --bg: #f5f8fc;
  --ink: #111827;
  --muted: #5f6f84;
  --dark: #101820;
  --dark-2: #16283a;
  --line: #d8e3ef;
  --orange: #2f80b7;
  --orange-dark: #155d8f;
  --white: #ffffff;
  --soft-blue: #e8f2fb;
  --soft-blue-2: #d9eaf7;
  --soft-mint: #edf6fb;
  --soft-sand: #f8f3ef;
  --accent-red: #b43d35;
  --accent-red-dark: #7f241f;
  --shadow: 0 12px 34px rgba(17, 24, 39, .10);
}
body {
  background: var(--bg);
  color: var(--ink);
}
h1, h2, h3 {
  color: var(--ink);
}
.brand-v3 .brand-mark,
.footer-brand-v3 .brand-mark,
.brand-mark,
.bmw5-avatar,
.tsc-demo-brand span {
  background: linear-gradient(135deg, #2f80b7, #101820) !important;
  box-shadow: 0 12px 28px rgba(47,128,183,.22);
}
.site-header-v3 {
  background: rgba(255,255,255,.95);
  border-bottom-color: rgba(17,24,39,.09);
}
.nav-v3 .nav-menu > li > a:hover {
  background: var(--soft-blue);
  color: var(--orange-dark);
}
.header-cta-v3,
.button-primary,
.wp-block-button__link {
  background: #2f80b7 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(47,128,183,.22) !important;
}
.button-primary:hover,
.wp-block-button__link:hover,
.header-cta-v3:hover {
  background: #155d8f !important;
}
.button-secondary,
.button-light {
  background: #ffffff;
  color: var(--ink) !important;
  border: 1px solid var(--line);
}
.button-secondary-dark {
  background: #101820 !important;
  color: #fff !important;
}
.eyebrow,
.price-label {
  color: var(--accent-red) !important;
}
.bmw5-hero {
  background:
    radial-gradient(circle at 82% 14%, rgba(47,128,183,.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #edf5fc 100%) !important;
}
.bmw5-pricing {
  background:
    radial-gradient(circle at 0% 20%, rgba(47,128,183,.10), transparent 32%),
    #edf5fc !important;
}
.bmw5-price-card {
  border-color: var(--line);
}
.bmw5-featured-card {
  border-color: rgba(47,128,183,.42) !important;
  box-shadow: 0 18px 42px rgba(47,128,183,.15) !important;
}
.bmw5-checks li::before,
.bmw-check-list li::before,
.proof-list-v3 li::before {
  color: var(--accent-red) !important;
}
.bmw5-maintenance-box {
  background: #f8fbfe !important;
}
.bmw5-mobile-banner,
.bmw5-process,
.cta-box-v3,
.tsc-demo-plan-section {
  background: linear-gradient(135deg, #101820, #16344f) !important;
}
.bmw5-process-right {
  background: linear-gradient(135deg, #16283a, #101820) !important;
}
.bmw5-mobile-banner h2 strong {
  color: #8fc5ea !important;
}
.bmw5-arrow,
.slider-arrow {
  color: #101820 !important;
}
.bmw5-builder-note {
  background: #f1f6fb !important;
}
.bmw5-desktop-frame,
.bmw5-tablet-frame,
.bmw5-phone-frame {
  border-color: #101820 !important;
  background: #e3e8ee !important;
}
.bmw5-demo-screen,
.preview-site,
.tsc-demo-video-hero,
.bmw5-alt-image,
.bmw-alt-image {
  background:
    linear-gradient(135deg, rgba(16,24,32,.88), rgba(47,128,183,.48)),
    linear-gradient(135deg, #101820, #d9eaf7) !important;
}
.bmw5-example-links a:first-child,
.bmw6-portfolio-links a:first-child {
  background: #101820 !important;
  border-color: #101820 !important;
  color: #fff !important;
}
.bmw5-process-step img {
  border: 1px solid rgba(143,197,234,.35);
}
.bmw5-features {
  background: #f5f8fc !important;
}
.bmw5-faq-list summary::after {
  color: var(--accent-red) !important;
}
.back-to-top,
.map-pin,
.tsc-demo-button.primary,
.tsc-demo-plan-section .tsc-demo-button.primary,
.tsc-demo-final-cta .tsc-demo-button.primary {
  background: #101820 !important;
  color: #fff !important;
}
.trade-grid-v3 .trade-icon,
.example-icon,
.trade-icon {
  background: linear-gradient(135deg, #2f80b7, #101820) !important;
}
.trade-card:hover,
.example-card:hover {
  border-color: rgba(180,61,53,.35) !important;
}
.tsc-demo-kicker,
.tsc-demo-service-grid span,
.tsc-demo-review-grid blockquote::before,
.tsc-demo-review-grid cite {
  color: var(--accent-red) !important;
}
.tsc-demo-location-section {
  background: #edf5fc !important;
}

/* TSC V7 Global Mobile and Internal Page Theme Consistency */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.section-dark,
.about-hero,
.services-hero,
.contact-hero,
.examples-hero,
.trade-example-hero,
.demo-intro,
.demo-intro-v2 {
  background:
    radial-gradient(circle at 14% 18%, rgba(47,128,183,.34), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(143,197,234,.18), transparent 28%),
    linear-gradient(135deg, #101820 0%, #16344f 62%, #0d141c 100%) !important;
  color: #fff;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.about-hero h1,
.services-hero h1,
.contact-hero h1,
.examples-hero h1,
.trade-example-hero h1,
.demo-intro h1,
.demo-intro h2 {
  color: #fff;
}
.about-hero-card,
.services-hero-card,
.contact-hero-card,
.examples-hero-card,
.trade-example-card,
.demo-note-card {
  background: rgba(255,255,255,.09);
  border-color: rgba(143,197,234,.22);
  color: rgba(255,255,255,.82);
}
.contact-main-section,
.pricing-section,
.services-fit-section,
.examples-note-section,
.about-method-section,
.about-offer-section {
  background: #f5f8fc;
}
.about-who-section,
.services-value-section,
.contact-process-section,
.trade-example-split,
.examples-grid-section,
.trade-example-services,
.hvac-v2-showcase,
.demo-showcase {
  background: #edf5fc;
}
.example-card:hover,
.trade-card:hover,
.about-trade-grid article:hover,
.value-grid article:hover {
  border-color: rgba(180,61,53,.35);
  box-shadow: 0 18px 42px rgba(47,128,183,.14);
}
.example-card.is-live {
  border-color: rgba(47,128,183,.42);
}
.example-card strong,
.trade-example-service-grid span,
.about-trade-grid span,
.about-offer-grid span,
.value-grid span,
.about-method-list span,
.contact-process-grid span,
.pricing-topline,
.card-topline {
  color: var(--accent-red);
}
.pricing-grid {
  align-items: stretch;
}
.pricing-card {
  min-height: 0;
  height: 100%;
}
.pricing-card .button {
  margin-top: auto;
}
@media (max-width: 900px) {
  .shell {
    width: min(100% - 28px, 1120px);
  }
  .nav {
    min-height: 66px;
  }
  .nav-menu {
    max-height: calc(100vh - 88px);
    overflow: auto;
  }
  .bmw5-hero-grid,
  .bmw5-benefit-grid,
  .bmw5-pricing-grid,
  .pricing-grid,
  .about-offer-grid,
  .examples-card-grid,
  .trade-example-service-grid,
  .contact-process-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }
  .bmw5-price-card {
    grid-template-rows: auto auto auto auto auto;
  }
  .bmw5-device-showcase {
    min-height: 330px;
    transform: scale(.92);
    transform-origin: top center;
  }
}
@media (max-width: 680px) {
  h1,
  .bmw5-hero h1 {
    font-size: clamp(36px, 12vw, 44px);
    letter-spacing: -.045em;
  }
  h2,
  .bmw5-mobile-banner h2,
  .bmw5-pricing .section-heading h2 {
    font-size: clamp(28px, 9vw, 38px);
  }
  .hero-actions,
  .bmw5-example-links,
  .footer-links {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .button,
  .wp-block-button__link,
  .bmw5-example-links a {
    width: 100%;
    text-align: center;
  }
  .bmw5-benefits,
  .bmw5-pricing,
  .bmw5-mobile-banner,
  .bmw5-examples,
  .bmw5-daytoday,
  .bmw5-features,
  .bmw5-faq,
  .page-content,
  .contact-main-section,
  .contact-process-section,
  .pricing-section,
  .services-pro-section,
  .services-value-section,
  .services-fit-section,
  .examples-grid-section,
  .trade-example-services,
  .trade-example-split {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .bmw5-hero,
  .about-hero,
  .services-hero,
  .contact-hero,
  .examples-hero,
  .trade-example-hero,
  .demo-intro {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .bmw5-process-left,
  .bmw5-process-right {
    padding: 48px 20px;
  }
  .contact-form-panel,
  .contact-side-card,
  .pricing-card,
  .fit-card,
  .pro-card,
  .example-card,
  .trade-example-service-grid article,
  .about-trade-grid article,
  .about-offer-grid article,
  .value-grid article {
    padding: 22px;
    border-radius: 22px;
  }
}
