/*
Theme Name: Quoteive
Theme URI: https://quoteive.com/
Author: Quoteive
Description: Custom WordPress theme converted from the Quoteive static HTML package. Includes homepage, industries, pricing, contact, about, and privacy policy page templates.
Version: 1.0.0
Text Domain: quoteive
*/

:root {
  --quoteive-blue: #05294a;
  --quoteive-blue-dark: #031d36;
  --quoteive-blue-deep: #01182d;
  --quoteive-green: #749d3c;
  --quoteive-green-bright: #82b734;
  --quoteive-white: #ffffff;
  --quoteive-soft: #f4f7fa;
  --quoteive-muted: #63758a;
  --shadow: 0 18px 45px rgba(0, 20, 40, .18);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--quoteive-blue);
  background: #fff;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(5,41,74,.10);
  box-shadow: 0 8px 24px rgba(5,41,74,.05);
  backdrop-filter: blur(10px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 260px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 26px; font-weight: 800; text-transform: uppercase; font-size: .86rem; letter-spacing: .05em; }
.site-nav a:not(.btn) { padding: 14px 0; color: var(--quoteive-blue); }
.site-nav a:not(.btn):hover { color: var(--quoteive-green); }
.nav-cta { margin-left: 8px; white-space: nowrap; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 3px; margin: 5px 0; background: var(--quoteive-blue); border-radius: 999px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: .84rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.btn-green { background: var(--quoteive-green); color: #fff; }
.btn-green:hover { background: #638a30; }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.14); }
.btn-outline:hover { background: rgba(255,255,255,.22); }
.btn-blue { background: var(--quoteive-blue); color: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background: var(--quoteive-blue-deep);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(116,157,60,.16), transparent 28%),
    linear-gradient(90deg, rgba(1,24,45,.98) 0%, rgba(1,24,45,.96) 44%, rgba(1,24,45,.58) 63%, rgba(1,24,45,.12) 100%);
  z-index: -1;
}
.hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-media > img:first-child { width: 100%; height: 100%; object-fit: cover; object-position: center right; opacity: 1; filter: none; }
.van-watermark { display: none; }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 48px; padding: 56px 0; }
.hero-copy { max-width: 660px; color: #fff; }
.eyebrow, .section-kicker { color: var(--quoteive-green-bright); text-transform: uppercase; font-weight: 900; letter-spacing: .13em; margin: 0 0 10px; }
.hero h1 { margin: 0 0 18px; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .94; text-transform: uppercase; letter-spacing: .015em; color: #fff; }
.hero h1 span { color: var(--quoteive-green-bright); }
.hero-lead { font-size: 1.18rem; max-width: 600px; margin: 0 0 22px; color: rgba(255,255,255,.92); font-weight: 700; }
.research-list p { margin: 0 0 10px; font-size: 1.05rem; }
.research-list ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-weight: 700; }
.research-list li { position: relative; padding-left: 36px; color: rgba(255,255,255,.92); }
.research-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; display: grid; place-items: center; border: 2px solid var(--quoteive-green-bright); border-radius: 50%; color: var(--quoteive-green-bright); font-size: .8rem; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.fine-print { margin: 14px 0 0; font-size: .78rem; color: rgba(255,255,255,.78); }

.trust-strip { background: #fff; padding: 30px 0; border-bottom: 1px solid rgba(5,41,74,.10); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust-item { display: flex; gap: 15px; align-items: center; padding-right: 20px; border-right: 1px solid rgba(5,41,74,.16); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; text-transform: uppercase; font-size: .88rem; letter-spacing: .04em; }
.trust-item p { margin: 3px 0 0; color: var(--quoteive-muted); font-size: .9rem; }
.icon, .circle-icon { flex: 0 0 auto; display: grid; place-items: center; color: var(--quoteive-blue); }
.icon { width: 46px; height: 46px; }
.icon::before, .circle-icon::before, .process-icon::before { font-weight: 900; }
.shield::before { content: "◈"; font-size: 38px; }
.people::before { content: "●●●"; letter-spacing: -5px; font-size: 22px; }
.dollar::before { content: "$"; font-size: 35px; }
.map::before { content: "◆"; font-size: 34px; }

.process-section { padding: 78px 0 70px; background: linear-gradient(180deg, #fff 0%, #f5f8fb 100%); text-align: center; }
.process-section h2 { margin: 0 0 45px; text-transform: uppercase; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.process-card { background: #fff; padding: 28px 22px 30px; border-radius: 18px; box-shadow: 0 12px 30px rgba(5,41,74,.08); border: 1px solid rgba(5,41,74,.08); }
.process-icon { width: 82px; height: 82px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #eef4f8; color: var(--quoteive-blue); border: 4px solid rgba(116,157,60,.35); }
.process-icon::before { font-size: 42px; }
.headset::before { content: "☎"; }
.chat::before { content: "☵"; }
.house::before { content: "⌂"; }
.chart::before { content: "↗"; }
.process-card h3 { margin: 0 0 14px; text-transform: uppercase; font-size: 1.02rem; }
.process-card h3 span { color: var(--quoteive-green); font-size: 1.7rem; margin-right: 4px; }
.process-card p { margin: 0; font-size: 1.08rem; font-weight: 800; color: #173958; }

.value-section { background: radial-gradient(circle at 60% 20%, rgba(116,157,60,.16), transparent 30%), linear-gradient(90deg, var(--quoteive-blue-dark), var(--quoteive-blue-deep)); color: #fff; padding: 70px 0; }
.value-grid { display: grid; grid-template-columns: .8fr 1.6fr; gap: 48px; align-items: center; }
.value-copy h2 { margin: 0 0 18px; font-size: clamp(2.4rem, 4.4vw, 4.25rem); line-height: .98; text-transform: uppercase; }
.value-copy h2 span { color: var(--quoteive-green-bright); }
.value-copy p { margin: 0; font-size: 1.14rem; color: rgba(255,255,255,.88); font-weight: 700; }
.value-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid rgba(255,255,255,.25); }
.value-pillars article { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.25); text-align: center; }
.pillar-icon { width: 86px; height: 86px; object-fit: contain; margin: 0 auto 16px; border-radius: 50%; }
.value-pillars h3 { margin: 0 0 10px; text-transform: uppercase; font-size: 1rem; line-height: 1.2; }
.value-pillars p { margin: 0; color: rgba(255,255,255,.80); font-size: .95rem; }

.cta-band { background: linear-gradient(110deg, var(--quoteive-green) 0%, var(--quoteive-green-bright) 45%, var(--quoteive-blue) 45%, var(--quoteive-blue-dark) 100%); color: #fff; padding: 42px 0; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-small { margin: 0 0 4px; text-transform: uppercase; font-weight: 900; letter-spacing: .05em; font-size: 1.3rem; }
.cta-band h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }

.site-footer { background: var(--quoteive-blue-deep); color: #fff; padding: 40px 0 22px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-brand { display: inline-flex; padding: 0; }
.footer-brand img { width: 230px; height: auto; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 22px; text-transform: uppercase; font-weight: 800; font-size: .85rem; letter-spacing: .04em; }
.site-footer a:hover { color: var(--quoteive-green-bright); }
.copyright { color: rgba(255,255,255,.65); font-size: .82rem; padding-top: 28px; }

@media (max-width: 1000px) {
  .brand img { width: 220px; }
  .site-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; }
  .trust-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-pillars { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 78px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; padding: 10px 20px 22px; border-bottom: 1px solid rgba(5,41,74,.10); box-shadow: 0 18px 26px rgba(0,0,0,.10); }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-bottom: 1px solid rgba(5,41,74,.08); }
  .nav-cta { margin: 14px 0 0; }
  .hero { min-height: auto; }
  .hero-media > img:first-child { width: 100%; opacity: .42; object-position: 65% center; }
  .hero-grid { min-height: auto; padding: 64px 0; }
  .cta-band { background: linear-gradient(180deg, var(--quoteive-green), var(--quoteive-blue) 58%); }
  .cta-grid, .footer-grid { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--max)); }
  .brand img { width: 185px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-grid, .process-grid, .value-pillars { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(5,41,74,.10); padding-bottom: 18px; }
  .trust-item:last-child { border-bottom: 0; }
  .value-pillars { border-left: 0; }
  .value-pillars article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); padding: 0 0 24px; }
  .value-pillars article:last-child { border-bottom: 0; padding-bottom: 0; }
}

/* V6 updates: image-based hero to prevent duplicate text overlays */
.hero-image-only {
  min-height: 0;
  background: var(--quoteive-blue-deep);
}
.hero-image-only::before,
.hero-image-only .hero-media,
.hero-image-only .hero-grid,
.hero-image-only .hero-copy {
  display: none !important;
}
.hero-full-image {
  width: 100%;
  height: auto;
  display: block;
}
.hero-accessible-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  border-radius: 6px;
}
.hero-hotspot:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}
.hero-hotspot-call {
  left: 4.15%;
  top: 84.75%;
  width: 20.75%;
  height: 6.45%;
}
.hero-hotspot-works {
  left: 26.15%;
  top: 84.75%;
  width: 15.15%;
  height: 6.45%;
}

/*@media (max-width: 820px) {
  .hero-image-only { min-height: 0; }
  .hero-full-image { min-width: 900px; width: 140%; margin-left: -18%; max-width: none; }
  .hero-full-image { min-width: 630px; width: 100%; margin-left: 0%; max-width: none; }
  .hero-hotspot-call { left: 4%; top: 84.7%; width: 29%; height: 6.5%; }
  .hero-hotspot-works { left: 35%; top: 84.7%; width: 21%; height: 6.5%; }
}

@media (max-width: 620px) {
  .hero-full-image { min-width: 760px; width: 190%; margin-left: -42%; }
  .hero-hotspot-call { left: 5%; top: 84.7%; width: 43%; height: 6.5%; }
  .hero-hotspot-works { left: 52%; top: 84.7%; width: 34%; height: 6.5%; }
}*/


/* V7 updates: process icons and zero-risk icon alignment */
.process-section {
  padding: 72px 0 74px;
  background: #ffffff;
  text-align: center;
}
.process-section h2 {
  margin-bottom: 52px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  align-items: start;
}
.process-card {
  position: relative;
  background: transparent;
  padding: 0 8px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.process-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -36px;
  top: 82px;
  color: rgba(5, 41, 74, .55);
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
}
.process-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  display: block;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.process-icon::before { content: none !important; }
.process-icon.headset { background-image: url("assets/process-headset.png"); }
.process-icon.chat { background-image: url("assets/process-chat.png"); }
.process-icon.house { background-image: url("assets/process-house.png"); }
.process-icon.chart { background-image: url("assets/process-chart.png"); }
.process-card h3 {
  min-height: 42px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
}
.process-card p {
  max-width: 260px;
  margin: 0 auto;
}
.value-pillars {
  align-items: stretch;
}
.value-pillars article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 230px;
  padding: 0 22px;
}
.pillar-icon {
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin: 0 auto 18px;
  border-radius: 0;
}
.value-pillars h3 {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 52px; }
  .process-card:nth-child(2)::after { display: none; }
}

@media (max-width: 620px) {
  .process-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-card::after { display: none !important; }
  .process-icon { width: 128px; height: 128px; }
  .value-pillars article { min-height: 0; }
}

/* V8 About Us page */
.page-hero {
  background: radial-gradient(circle at 78% 20%, rgba(130,183,52,.18), transparent 26%), linear-gradient(115deg, var(--quoteive-blue-deep) 0%, var(--quoteive-blue-dark) 52%, var(--quoteive-blue) 100%);
  color: #fff;
  padding: 86px 0 78px;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: center;
}
.page-hero h1 {
  margin: 0 0 18px;
  max-width: 780px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .98;
  text-transform: uppercase;
  letter-spacing: .015em;
}
.page-hero-lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 800;
}
.about-hero-card {
  background: rgba(255,255,255,.96);
  color: var(--quoteive-blue);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}
.about-hero-card span {
  position: relative;
  display: block;
  padding-left: 34px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.about-hero-card span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid var(--quoteive-green-bright);
  border-radius: 50%;
  color: var(--quoteive-green-bright);
  font-size: .78rem;
}
.about-story-section {
  background: #fff;
  padding: 84px 0;
}
.about-story-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.about-story-aside {
  position: sticky;
  top: 130px;
}
.about-story-aside h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.about-story-content {
  max-width: 780px;
  color: #173958;
}
.about-story-content p {
  margin: 0 0 24px;
  font-size: 1.16rem;
  line-height: 1.8;
}
.about-belief-box {
  margin-top: 38px;
  padding: 32px 34px;
  border-left: 8px solid var(--quoteive-green-bright);
  border-radius: 18px;
  background: linear-gradient(120deg, #f4f8ef, #ffffff);
  box-shadow: 0 14px 36px rgba(5,41,74,.08);
}
.about-belief-box p {
  margin: 0;
  color: var(--quoteive-blue);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.35;
  font-weight: 900;
}
.about-values-section {
  background: var(--quoteive-soft);
  padding: 70px 0;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.about-values-grid article {
  background: #fff;
  border: 1px solid rgba(5,41,74,.08);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(5,41,74,.07);
}
.about-values-grid h3 {
  margin: 0 0 12px;
  color: var(--quoteive-blue);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.about-values-grid p {
  margin: 0;
  color: var(--quoteive-muted);
  font-size: 1.02rem;
}

@media (max-width: 900px) {
  .page-hero-grid,
  .about-story-grid,
  .about-values-grid {
    grid-template-columns: 1fr;
  }
  .about-story-aside {
    position: static;
  }
  .about-hero-card {
    max-width: 520px;
  }
}

@media (max-width: 620px) {
  .page-hero {
    padding: 64px 0 58px;
  }
  .about-story-section,
  .about-values-section {
    padding: 56px 0;
  }
  .about-story-content p {
    font-size: 1.05rem;
  }
}

/* V9 rebuilt Contact, Pricing, and Industries pages */
.service-hero .page-hero-card,
.page-hero-card {
  background: rgba(255,255,255,.96);
  color: var(--quoteive-blue);
  border-radius: 22px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.page-hero-card h2 { margin: 0 0 12px; text-transform: uppercase; line-height: 1.1; }
.page-hero-card p { margin: 0 0 22px; color: var(--quoteive-muted); font-weight: 700; }
.compact-card .btn { width: 100%; }
.checklist-card ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 13px; }
.checklist-card li { position: relative; padding-left: 34px; font-weight: 800; line-height: 1.35; }
.checklist-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid var(--quoteive-green-bright);
  border-radius: 50%;
  color: var(--quoteive-green-bright);
  font-size: .78rem;
}
.content-section { padding: 78px 0; }
.light-section { background: #fff; }
.muted-section { background: var(--quoteive-soft); }
.section-heading { max-width: 840px; margin: 0 auto 44px; text-align: center; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.05; text-transform: uppercase; }
.section-heading p { margin: 0 auto; color: var(--quoteive-muted); font-size: 1.1rem; font-weight: 700; }
.feature-card-grid, .industry-grid, .workflow-grid { display: grid; gap: 24px; }
.three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card, .industry-card, .workflow-step, .form-card, .contact-info-card, .split-cta-card {
  background: #fff;
  border: 1px solid rgba(5,41,74,.08);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(5,41,74,.08);
}
.feature-card, .industry-card { padding: 30px; }
.feature-card h3, .industry-card h3, .workflow-step h3 { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .035em; }
.feature-card p, .industry-card p, .workflow-step p { margin: 0; color: var(--quoteive-muted); font-size: 1.02rem; }
.feature-icon, .contact-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(116,157,60,.18), rgba(5,41,74,.06));
  color: var(--quoteive-blue);
  border: 1px solid rgba(116,157,60,.25);
}
.feature-icon::before, .contact-icon::before {
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  color: var(--quoteive-blue);
}
.document-icon::before { content: "▤"; }
.clock-icon::before { content: "◷"; }
.check-box-icon::before { content: "☑"; }
.industry-home::before { content: "⌂"; }
.industry-hvac::before { content: "✽"; }
.industry-roof::before { content: "⌂"; }
.industry-remodel::before { content: "⚒"; }
.industry-plumbing::before { content: "♒"; }
.industry-windows::before { content: "▦"; }
.industry-duct::before { content: "≈"; }
.industry-chimney::before { content: "♨"; }
.industry-siding::before { content: "▤"; }
.industry-gutter::before { content: "⌒"; }
.industry-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.industry-card { min-height: 255px; }
.workflow-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.workflow-step { padding: 28px; border-top: 7px solid var(--quoteive-green-bright); }
.workflow-step span { display: inline-block; margin-bottom: 12px; color: var(--quoteive-green); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.split-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 36px; background: linear-gradient(115deg, #fff 0%, #fff 55%, rgba(116,157,60,.10) 100%); }
.split-cta-card h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.08; text-transform: uppercase; }
.split-cta-card p { margin: 0; color: var(--quoteive-muted); font-size: 1.08rem; font-weight: 700; }
.split-cta-card .btn { flex: 0 0 auto; }
.contact-section { background: var(--quoteive-soft); padding: 78px 0; }
.contact-grid { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 34px; align-items: start; }
.contact-info-card, .form-card { padding: 34px; }
.contact-info-card { background: linear-gradient(160deg, var(--quoteive-blue-deep), var(--quoteive-blue)); color: #fff; }
.contact-info-card .section-kicker { margin-bottom: 8px; }
.contact-info-card h2, .form-card h2 { margin: 0 0 12px; text-transform: uppercase; font-size: 2rem; line-height: 1.08; }
.contact-info-card p { color: rgba(255,255,255,.82); margin: 0 0 28px; }
.contact-list { display: grid; gap: 22px; }
.contact-item { display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: start; }
.contact-icon { width: 54px; height: 54px; margin: 0; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.22); color: #fff; }
.contact-icon::before { color: #fff; font-size: 28px; }
.location-icon::before { content: "⌖"; }
.email-icon::before { content: "✉"; }
.phone-icon::before { content: "☎"; }
.contact-item strong { display: block; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.contact-item span, .contact-item a { color: rgba(255,255,255,.85); }
.form-card p { color: var(--quoteive-muted); margin: 0 0 24px; }
.quoteive-contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-weight: 900; color: var(--quoteive-blue); text-transform: uppercase; letter-spacing: .05em; font-size: .82rem; }
.form-field input, .form-field textarea {
  width: 100%;
  border: 1px solid rgba(5,41,74,.18);
  border-radius: 10px;
  min-height: 50px;
  padding: 12px 14px;
  font: inherit;
  color: var(--quoteive-blue);
  background: #fff;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(130,183,52,.25); border-color: var(--quoteive-green); }
.form-submit { justify-self: start; border: 0; cursor: pointer; }
.form-note { font-size: .85rem !important; color: var(--quoteive-muted); margin: -4px 0 0 !important; }

@media (max-width: 1100px) {
  .industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .three-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-info-card { order: 2; }
  .form-card { order: 1; }
  .split-cta-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 700px) {
  .content-section, .contact-section { padding: 56px 0; }
  .industry-grid, .workflow-grid, .form-row { grid-template-columns: 1fr; }
  .feature-card, .industry-card, .workflow-step, .form-card, .contact-info-card, .split-cta-card { padding: 24px; }
  .industry-card { min-height: 0; }
}

/* V10 Privacy Policy page */
.legal-hero .page-hero-card p {
  margin-bottom: 22px;
}
.legal-section {
  background: linear-gradient(180deg, #fff 0%, var(--quoteive-soft) 100%);
  padding: 78px 0 86px;
}
.legal-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.legal-toc {
  position: sticky;
  top: 116px;
  background: #fff;
  border: 1px solid rgba(5,41,74,.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(5,41,74,.08);
}
.legal-toc a {
  display: block;
  padding: 9px 0;
  color: var(--quoteive-blue);
  font-weight: 800;
  font-size: .95rem;
  border-bottom: 1px solid rgba(5,41,74,.08);
}
.legal-toc a:last-child { border-bottom: 0; }
.legal-content {
  background: #fff;
  border: 1px solid rgba(5,41,74,.08);
  border-radius: 22px;
  padding: clamp(28px, 4vw, 54px);
  box-shadow: 0 16px 40px rgba(5,41,74,.08);
  color: #173958;
}
.legal-updated {
  margin: 0 0 26px;
  padding: 14px 18px;
  background: #f4f8ef;
  border-left: 6px solid var(--quoteive-green-bright);
  border-radius: 12px;
  color: var(--quoteive-blue);
}
.legal-content section {
  scroll-margin-top: 120px;
  margin-top: 42px;
}
.legal-content section:first-of-type { margin-top: 0; }
.legal-content h2 {
  margin: 0 0 18px;
  color: var(--quoteive-blue);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.1;
  text-transform: uppercase;
}
.legal-content h3 {
  margin: 28px 0 10px;
  color: var(--quoteive-blue);
  font-size: 1.18rem;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.legal-content p,
.legal-content li {
  font-size: 1rem;
  line-height: 1.75;
  color: #385570;
}
.legal-content p { margin: 0 0 16px; }
.legal-content ul {
  margin: 14px 0 20px;
  padding-left: 22px;
}
.legal-content li { margin: 8px 0; }
.legal-content address {
  font-style: normal;
  line-height: 1.8;
  padding: 22px 24px;
  background: var(--quoteive-soft);
  border-radius: 16px;
  color: var(--quoteive-blue);
  font-weight: 800;
}
.legal-content address a { color: var(--quoteive-green); }

@media (max-width: 980px) {
  .legal-grid { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
}
@media (max-width: 620px) {
  .legal-section { padding: 54px 0 64px; }
  .legal-content { border-radius: 18px; }
  .legal-toc { display: none; }
}

/* WordPress admin-bar spacing */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
