/* BuyWithEXL — page-specific styles (design system overrides only) */

/* ─── Global offset for sticky nav ─────────────────────── */
:target { scroll-margin-top: calc(var(--nav-height) + 20px); }

/* ─── DFW Sunrise: rich gradient overrides for dark sections ── */
#hero.section-dark {
  background: linear-gradient(135deg,
    #060D1F 0%,
    #0D1E48 30%,
    #0F2E72 60%,
    #1248A8 85%,
    #1555BF 100%
  );
}
/* Warm sunrise glow at bottom-left of hero */
#hero.section-dark::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 600px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(249,115,22,0.18) 0%, rgba(249,115,22,0.06) 45%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.problem-section {
  background: linear-gradient(150deg,
    #08111F 0%,
    #0C1C42 35%,
    #0E2A68 65%,
    #1040A0 100%
  ) !important;
}
#contact.section-dark {
  background: linear-gradient(135deg,
    #07101E 0%,
    #0A1A3A 40%,
    #0C2260 70%,
    #0E2878 100%
  );
}
/* Warm glow accent — bottom right of contact */
#contact.section-dark::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 500px;
  height: 350px;
  background: radial-gradient(ellipse, rgba(249,115,22,0.12) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.new-home-banner {
  background: linear-gradient(135deg, #060D1F 0%, #0D1E48 50%, #0F2E72 100%) !important;
}

/* ─── Hero ──────────────────────────────────────────────── */
.hero-section {
  padding: calc(var(--nav-height) + 52px) 0 56px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* dot-grid mesh background */
.hero-mesh {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  z-index: 0;
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* ── Left text ── */
.hero-content {
  text-align: left;
}

.hero-content h1 {
  margin-bottom: 22px;
  color: var(--white);
  line-height: 1.1;
}

.hero-highlight {
  color: #FDBA74;
  position: relative;
  display: inline-block;
}

/* animated underline on highlight */
.hero-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: var(--green);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: underline-in 0.7s 0.9s ease forwards;
}

@keyframes underline-in {
  to { transform: scaleX(1); }
}

.hero-subhead {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: rgba(255,255,255,0.78);
  margin-bottom: 36px;
  line-height: 1.7;
  max-width: 460px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  backdrop-filter: blur(6px);
}

/* ── Right visual ── */
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Main closing card */
.hv-card {
  width: 100%;
  max-width: 380px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 28px 28px 24px;
  backdrop-filter: blur(16px);
  box-shadow:
    0 0 0 1px rgba(249,115,22,0.1),
    0 24px 64px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.08);
  position: relative;
  z-index: 2;
}

/* House illustration area */
.hv-house-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.hv-house-svg {
  width: 56px;
  height: 46px;
  flex-shrink: 0;
}

.hv-house-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Row list */
.hv-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.hv-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hv-row-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

.hv-row-val {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
}

.hv-deduct {
  color: rgba(224,100,100,0.85) !important;
}

.hv-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 14px 0;
}

/* Rebate highlight */
.hv-rebate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.hv-rebate-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--white);
}

.hv-rebate-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(249,115,22,0.7);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 8px rgba(249,115,22,0.7); }
  50%       { box-shadow: 0 0 16px rgba(249,115,22,1); }
}

.hv-rebate-amount {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
}

/* Progress bar */
.hv-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hv-bar {
  height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  overflow: hidden;
}

.hv-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green), #FB923C);
  border-radius: 3px;
  width: 0;
  transition: width 1.2s 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hv-bar-label {
  font-size: 0.73rem;
  color: rgba(255,255,255,0.38);
  letter-spacing: 0.02em;
}

/* Floating chips */
.hv-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.92);
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.28);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  z-index: 3;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.6);
}

.hv-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F97316;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(249,115,22,0.8);
}

.hv-chip-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.hv-chip-sub {
  font-size: 0.72rem;
  color: var(--slate);
  font-weight: 400;
}

.hv-key-icon, .hv-star-icon { font-size: 1.1rem; }

.hv-chip-tl {
  top: -18px;
  left: -24px;
  animation: float-chip 4s ease-in-out infinite;
}

.hv-chip-br {
  bottom: -20px;
  right: -20px;
  animation: float-chip 5s ease-in-out infinite reverse;
}

.hv-chip-rm {
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  animation: float-chip 6s ease-in-out infinite 1s;
}

@keyframes float-chip {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

.hv-chip-rm {
  animation: float-chip-rm 6s ease-in-out infinite 1s;
}

@keyframes float-chip-rm {
  0%, 100% { transform: translateY(-50%); }
  50%       { transform: translateY(calc(-50% - 8px)); }
}

/* ── Hero responsive ── */
@media (max-width: 960px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-content { text-align: center; }
  .hero-content h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
  .hero-subhead { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .trust-bar { justify-content: center; }

  .hero-visual {
    padding: 32px 24px;
  }

  .hv-chip-rm { display: none; }
  .hv-chip-tl { left: 0; }
  .hv-chip-br { right: 0; }
}

@media (max-width: 640px) {
  .hero-visual { padding: 28px 8px; }
  .hv-chip-tl, .hv-chip-br { display: none; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
}

/* ─── Card icon boxes (SVG icon with colored bg) ────────── */
.card-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.card-icon-blue  { background: rgba(34,68,204,0.1);  color: var(--blue); }
.card-icon-green { background: rgba(249,115,22,0.12); color: var(--green-dark); }
.card-icon-navy  { background: rgba(13,24,85,0.08);   color: var(--navy); }

/* Plan check/x as SVG — inherit color from CSS */
.plan-check { color: var(--green-dark); flex-shrink: 0; margin-top: 2px; display: block; }
.plan-x     { color: var(--muted);      flex-shrink: 0; margin-top: 2px; display: block; }

/* ─── How It Works ──────────────────────────────────────── */
.step-card {
  text-align: center;
  padding: 36px 24px;
  position: relative;
}

.step-number {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.9;
}

.step-card h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.steps-note {
  text-align: center;
  margin-top: 36px;
  font-size: 0.92rem;
  color: var(--slate);
  background: var(--offwhite);
  border-radius: var(--radius);
  padding: 14px 24px;
  display: inline-block;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

/* ─── Calculator ────────────────────────────────────────── */
.calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.calc-inputs {
  padding: 48px 40px;
  background: var(--navy);
  color: var(--white);
}

.calc-price-display {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.calc-price-display span:first-child {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
}

.calc-price-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.calc-inputs .form-label { color: rgba(255,255,255,0.75); }

.calc-inputs input[type="range"] {
  background: rgba(255,255,255,0.12);
}

.calc-inputs .form-input {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
  color: var(--white);
}

.calc-inputs .form-input::placeholder { color: rgba(255,255,255,0.4); }
.calc-inputs .form-input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.18);
}

.calc-results {
  padding: 48px 40px;
}

.calc-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(13,24,85,0.07);
  gap: 16px;
}

.calc-result-row:last-of-type { border-bottom: none; }

.calc-result-label {
  font-size: 0.92rem;
  color: var(--slate);
  flex: 1;
}

.calc-result-value {
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  white-space: nowrap;
}

.calc-divider {
  border: none;
  border-top: 2px solid rgba(13,24,85,0.1);
  margin: 4px 0;
}

.calc-rebate-row .calc-result-label { font-weight: 600; color: var(--navy); }
.calc-rebate {
  font-size: 1.6rem;
  color: var(--green-dark);
  font-family: var(--font-heading);
}

.calc-struck {
  text-decoration: line-through;
  color: var(--error);
  opacity: 0.75;
}

.calc-savings-row .calc-result-label { font-weight: 600; color: var(--navy); }
.calc-savings { color: var(--green-dark); font-weight: 700; }

.calc-zero-note {
  font-size: 0.85rem;
  color: var(--slate);
  background: var(--offwhite);
  border-radius: var(--radius);
  padding: 10px 14px;
  margin: 8px 0;
}

.calc-disclaimer {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 16px 0 20px;
}

.calc-cta { margin-top: 4px; }

@media (max-width: 860px) {
  .calc-wrapper { grid-template-columns: 1fr; }
  .calc-inputs, .calc-results { padding: 36px 28px; }
}

/* ─── Problem Section ────────────────────────────────────── */
.problem-section {
  background: var(--navy-dark);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}

.problem-label {
  background: rgba(249,115,22,0.18);
  color: #FDBA74;
}

.problem-grid { align-items: stretch; }

.problem-card {
  border-radius: var(--radius-lg);
  padding: 36px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.problem-card:hover { transform: translateY(-4px); }

.problem-card-bad {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(239,68,68,0.25);
  border-top: 3px solid rgba(239,68,68,0.7);
}

.problem-card-warn {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(251,191,36,0.25);
  border-top: 3px solid rgba(251,191,36,0.7);
}

.problem-card-good {
  background: rgba(249,115,22,0.06);
  border: 1px solid rgba(249,115,22,0.3);
  border-top: 3px solid var(--green);
  box-shadow: 0 0 40px rgba(249,115,22,0.08);
}

.problem-card-badge {
  position: absolute;
  top: -1px;
  right: 20px;
  background: var(--green);
  color: var(--navy);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 0 0 8px 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.problem-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.problem-icon-red   { background: rgba(239,68,68,0.12); color: #f87171; }
.problem-icon-yellow{ background: rgba(251,191,36,0.12); color: #FBBF24; }
.problem-icon-green { background: rgba(249,115,22,0.15); color: var(--green); }

.problem-card h3 { color: var(--white); font-size: 1.15rem; }
.problem-card p  { color: rgba(255,255,255,0.62); font-size: 0.93rem; line-height: 1.65; flex: 1; }

.problem-money-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.problem-money-red    { background: rgba(239,68,68,0.12); color: #f87171; border: 1px solid rgba(239,68,68,0.2); }
.problem-money-yellow { background: rgba(251,191,36,0.1); color: #FBBF24; border: 1px solid rgba(251,191,36,0.2); }
.problem-money-green  { background: rgba(249,115,22,0.12); color: var(--green); border: 1px solid rgba(249,115,22,0.25); }

/* ─── About Section ─────────────────────────────────────── */
.about-container {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: center;
}

.about-card {
  background: var(--navy);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.about-photo-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 3px solid rgba(249,115,22,0.4);
  box-shadow: 0 0 0 6px rgba(249,115,22,0.08);
  background: var(--navy-mid);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-name {
  color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.about-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FBBF24;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.about-brokerage {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.about-stat {
  padding: 14px 8px;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.about-stat:last-child { border-right: none; }

.about-stat-val {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: #FBBF24;
  line-height: 1;
  margin-bottom: 5px;
}

.about-stat-label {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}

.about-phone-btn {
  border-color: rgba(255,255,255,0.3);
  color: var(--white);
  gap: 8px;
}

.about-phone-btn:hover {
  border-color: var(--green);
  color: var(--green);
  background: rgba(249,115,22,0.06);
}

.about-bio { }

.about-para {
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.about-bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0 32px;
}

.about-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.5;
}

.about-bullets li svg { flex-shrink: 0; margin-top: 2px; }

.about-cta { gap: 10px; }

@media (max-width: 860px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-card { max-width: 340px; margin: 0 auto; }
}

/* ─── Calculator v2 ──────────────────────────────────────── */
.calc2-wrapper {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: start;
}

.calc2-left {
  background: var(--navy);
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  box-shadow: var(--shadow-lg);
}

.calc2-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
}

.calc2-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 20px 0;
}

.calc2-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.calc2-number-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin-bottom: 20px;
  transition: border-color var(--transition);
}

.calc2-number-wrap:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
}

.calc2-dollar {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  margin-right: 6px;
  line-height: 1;
}

.calc2-number-input {
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  width: 100%;
  -moz-appearance: textfield;
}

.calc2-number-input::-webkit-outer-spin-button,
.calc2-number-input::-webkit-inner-spin-button { -webkit-appearance: none; }

.calc2-slider { width: 100%; margin-bottom: 8px; }

.calc2-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  margin-bottom: 28px;
}

/* Comparison cards */
.calc2-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.calc2-card {
  border-radius: var(--radius);
  padding: 18px 16px;
  position: relative;
}

.calc2-card-trad {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}

.calc2-card-exl {
  background: rgba(249,115,22,0.07);
  border: 1px solid rgba(249,115,22,0.3);
}

.calc2-popular-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: var(--navy);
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.calc2-card-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.calc2-card-amount {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
}

.calc2-amount-red   { color: #f87171; }
.calc2-amount-green { color: var(--green); }

.calc2-card-detail {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}

.calc2-card-you { margin-top: 4px; }
.calc2-bad  { color: #f87171; }
.calc2-good { color: var(--green); }

.calc2-zero-note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  padding: 10px 14px;
  margin-bottom: 16px;
}

.calc2-disclaimer {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  line-height: 1.6;
  margin-top: 4px;
}

/* Right panel */
.calc2-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calc2-explainer {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(13,24,85,0.07);
}

.calc2-explainer-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: var(--navy);
}

.calc2-example-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}

.calc2-breakdown {
  border: 1px solid rgba(13,24,85,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 12px;
}

.calc2-brow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 16px;
  font-size: 0.88rem;
  color: var(--slate);
  border-bottom: 1px solid rgba(13,24,85,0.06);
}

.calc2-brow:last-child { border-bottom: none; }

.calc2-brow-fee { color: #e05252; }

.calc2-brow-divider {
  height: 2px;
  background: rgba(13,24,85,0.08);
}

.calc2-brow-rebate {
  background: rgba(249,115,22,0.08);
  font-weight: 700;
  color: var(--navy);
}

.calc2-rebate-val { color: var(--green-dark); font-size: 1.05rem; }

.calc2-note {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.55;
  font-style: italic;
}

.calc2-cta-card {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  color: var(--white);
}

.calc2-cta-card h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 8px;
}

.calc2-cta-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 18px;
  line-height: 1.5;
}

.calc2-cta-card .btn { gap: 8px; }

@media (max-width: 900px) {
  .calc2-wrapper { grid-template-columns: 1fr; }
  .calc2-left { padding: 28px 22px; }
}

@media (max-width: 480px) {
  .calc2-cards { grid-template-columns: 1fr; }
}

/* ─── Plan Section ──────────────────────────────────────── */
.plan-grid {
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
}

.plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-card-main {
  border-top: 4px solid var(--navy);
  position: relative;
}

.plan-badge {
  display: inline-block;
  background: var(--green);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.plan-header { margin-bottom: 28px; }

.plan-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--navy);
}

.plan-price {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
}

.plan-price-sub {
  font-size: 1rem;
  font-weight: 500;
  color: var(--slate);
}

.plan-subtitle {
  font-size: 0.88rem;
  color: var(--slate);
  line-height: 1.6;
}

.plan-features {
  flex: 1;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--slate);
  line-height: 1.5;
}

.plan-check {
  color: var(--green-dark);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.plan-feature-no {
  color: var(--muted);
}

.plan-x {
  color: var(--muted);
  flex-shrink: 0;
  margin-top: 1px;
}

.plan-card-secondary {
  background: var(--offwhite);
  box-shadow: none;
  border: 1.5px solid rgba(13,24,85,0.1);
}

.plan-browse-details {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan-browse-item {
  font-size: 0.92rem;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-browse-item span { color: var(--green-dark); font-weight: 700; }

/* ─── Contact Section ───────────────────────────────────── */
.contact-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}

.section-header-left { text-align: left; margin: 0 0 32px; }

.lead-form { display: block; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-thanks {
  text-align: center;
  padding: 48px 32px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.12);
}

.thanks-icon {
  font-size: 3rem;
  color: var(--green);
  margin-bottom: 16px;
}

.form-thanks h3 {
  color: var(--white);
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.form-thanks p {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
}

.contact-info-inner {
  padding: 40px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.1);
}

.contact-info-title {
  color: var(--white);
  font-size: 1.15rem;
  margin-bottom: 28px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.contact-icon {
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-info-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 4px;
}

.contact-info-value {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
}

a.contact-info-value:hover { color: var(--green); }

.trec-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249,115,22,0.1);
  border: 1px solid rgba(249,115,22,0.25);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--green);
  margin-top: 8px;
}

.trec-badge-dot { font-size: 0.5rem; }

@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-buttons .btn { width: 100%; max-width: 400px; }
}

/* ─── New Home Buyers Nav Link ───────────────────────────── */
.nav-link-new-home {
  color: var(--green) !important;
  font-weight: 600 !important;
  border: 1px solid rgba(249,115,22,0.3);
  border-radius: 100px;
  padding: 5px 14px !important;
  transition: all var(--transition);
}

.nav-link-new-home:hover {
  background: rgba(249,115,22,0.12);
  border-color: var(--green);
  color: var(--green) !important;
}

/* ─── New Home Banner ───────────────────────────────────── */
.new-home-banner {
  padding: 72px 0;
  overflow: hidden;
}

.new-home-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.new-home-text .section-headline {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 14px;
}

.new-home-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  max-width: 560px;
}

.new-home-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.new-home-cta-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  text-align: center;
  margin: 0;
}

@media (max-width: 820px) {
  .new-home-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .new-home-cta { align-items: flex-start; }
}

/* ─── Recent Buyer Wins — dark section overrides ────── */
.section-dark .section-sub {
  color: rgba(255,255,255,0.68);
}
.section-dark .wf-btn {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.7);
}
.section-dark .wf-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.38);
  color: #fff;
}
.section-dark .wf-btn.active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.section-dark .wins-summary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.section-dark .wins-skel {
  background: rgba(255,255,255,0.06);
  animation: none;
}

/* ─── Recent Buyer Wins ──────────────────────────────── */
.wins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

/* Skeleton loading cards */
.win-skel {
  height: 360px;
  border-radius: 18px;
  background: linear-gradient(90deg, #e4e7ef 25%, #eef0f5 50%, #e4e7ef 75%);
  background-size: 200% 100%;
  animation: win-shimmer 1.4s infinite;
}
@keyframes win-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Card */
.win-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(13,24,85,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.win-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(13,24,85,0.13);
}

/* Photo area */
.win-photo-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: linear-gradient(135deg, #0d1855 0%, #1a2f9e 60%, #2244cc 100%);
  flex-shrink: 0;
}
.win-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.win-photo-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.12);
}
/* Hide placeholder icon when real photo loads */
.win-photo-wrap:not(.no-photo) .win-photo-bg { display: none; }

/* SOLD diagonal ribbon */
.win-ribbon {
  position: absolute;
  top: 22px;
  left: -32px;
  width: 120px;
  background: #e63946;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-align: center;
  padding: 6px 0;
  transform: rotate(-45deg);
  box-shadow: 0 3px 10px rgba(230,57,70,0.45);
}

/* Date pill */
.win-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255,255,255,0.88);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Card body */
.win-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.win-address {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  margin: 0 0 3px;
  line-height: 1.3;
}
.win-city {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 14px;
}
.win-specs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.win-specs span {
  background: var(--offwhite);
  color: var(--slate);
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.win-financials {
  border-top: 1px solid rgba(13,24,85,0.07);
  padding-top: 14px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.win-fin-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.win-fin-label {
  font-size: 0.79rem;
  color: var(--muted);
}
.win-fin-price {
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--navy);
}
.win-fin-rebate-row {
  background: rgba(249,115,22,0.08);
  border-radius: 10px;
  padding: 8px 12px;
  margin: 0 -6px;
}
.win-fin-rebate {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--green-dark);
}

/* Empty state */
.wins-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  padding: 48px 0;
}

/* Summary strip */
.wins-summary {
  margin-top: 48px;
  background: var(--navy);
  border-radius: 22px;
  padding: 36px 48px 24px;
}
.wins-summary-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 20px;
}
.wins-stat {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 16px;
}
.wins-stat-divider {
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.wins-stat-num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.1rem;
  color: var(--green);
  line-height: 1;
}
.wins-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.3;
}
.wins-disclaimer {
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 960px) {
  .wins-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .wins-grid { grid-template-columns: 1fr; }
  .wins-summary { padding: 28px 20px 20px; }
  .wins-summary-inner { flex-direction: column; gap: 28px; }
  .wins-stat-divider { width: 48px; height: 1px; }
  .wins-stat-num { font-size: 1.8rem; }
}

/* ─── Navbar: active blog link ──────────────────────── */

/* ─── Hero Slideshow ─────────────────────────────────── */
.hero-visual {
  padding-top: 28px;
  padding-left: 28px;
}

.hv-slideshow {
  width: 100%;
  max-width: 380px;
  position: relative;
  z-index: 2;
}

.hv-slide-skel {
  height: 336px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}

.hv-slide-track { position: relative; }

.hv-slide {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(249,115,22,0.08),
    0 24px 64px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.08);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

.hv-slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
  z-index: 2;
}

/* Photo area */
.hv-slide-photo {
  position: relative;
  height: 158px;
  overflow: hidden;
  background: linear-gradient(135deg, #0d1855 0%, #1a2f9e 60%, #2244cc 100%);
  flex-shrink: 0;
}

.hv-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hv-slide-photo-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hv-slide-photo:not(.no-photo) .hv-slide-photo-bg { display: none; }

.hv-slide-ribbon {
  position: absolute;
  top: 20px;
  left: -30px;
  width: 114px;
  background: #e63946;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 5px 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 8px rgba(230,57,70,0.5);
}

.hv-slide-date-badge {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background: rgba(0,0,0,0.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255,255,255,0.9);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
}

/* Slide body */
.hv-slide-body { padding: 16px 20px 18px; }

.hv-slide-location {
  font-size: 0.67rem;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.hv-slide-address {
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--white);
  margin: 0 0 3px;
  line-height: 1.3;
}

.hv-slide-specs {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.48);
  margin-bottom: 12px;
}

.hv-slide-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 12px;
}

.hv-slide-fin {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hv-slide-price-row,
.hv-slide-rebate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hv-slide-price-label,
.hv-slide-rebate-label {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.48);
}

.hv-slide-price-val {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
}

.hv-slide-rebate-row {
  background: rgba(249,115,22,0.1);
  border-radius: 8px;
  padding: 6px 10px;
  margin: 0 -4px;
}

.hv-slide-rebate-val {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1rem;
  color: var(--green);
}

/* Dots */
.hv-slide-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.hv-slide-dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.22);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hv-slide-dot.active {
  background: var(--green);
  width: 22px;
}

/* Responsive */
@media (max-width: 960px) {
  .hero-visual { padding-top: 36px; padding-left: 0; }
}
@media (max-width: 640px) {
  .hv-slideshow { max-width: 100%; }
  .hero-visual { padding-top: 28px; }
}

/* ─── Testimonials ───────────────────────────────────── */
.testi-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1.5px solid rgba(13,24,85,0.1);
  border-radius: 100px;
  padding: 10px 22px;
  margin: 0 auto 52px;
  box-shadow: var(--shadow);
  /* center block */
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}

.testi-stars { color: #FBBF24; font-size: 1.05rem; letter-spacing: 2px; }

.testi-badge-text {
  font-size: 0.88rem;
  color: var(--navy);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.testi-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px 26px 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(13,24,85,0.07);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.testi-card-stars { color: #FBBF24; font-size: 0.95rem; letter-spacing: 2px; }

.testi-quote {
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
  position: relative;
  padding-left: 18px;
}

.testi-quote::before {
  content: '\201C';
  font-size: 3.5rem;
  line-height: 0;
  color: var(--green);
  opacity: 0.35;
  position: absolute;
  top: 14px;
  left: -4px;
  font-style: normal;
  font-family: Georgia, serif;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(13,24,85,0.06);
  padding-top: 16px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.88rem;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.testi-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 2px;
}

.testi-meta {
  font-size: 0.76rem;
  color: var(--muted);
  margin-bottom: 3px;
}

.testi-google-source {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  color: var(--muted);
}

.testi-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.testi-cta-btn {
  gap: 10px;
}

.testi-cta-note {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
}

@media (max-width: 900px) {
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .testi-google-badge { font-size: 0.82rem; padding: 8px 16px; }
}

/* ─── Testimonial Scrolling Columns ─────────────────── */
.testi-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 640px;
  gap: 20px;
  height: 640px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.testi-col { overflow: hidden; height: 100%; }

.testi-col-track {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: testi-scroll 32s linear infinite;
  will-change: transform;
}

/* Override min-height inside scrolling columns so cards shrink to content */
.testi-col .testi-card { min-height: unset; }
.testi-col .testi-author { margin-top: 0; }

.testi-col:hover .testi-col-track { animation-play-state: paused; }

@keyframes testi-scroll {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .testi-col-track { animation: none; }
}

@media (max-width: 900px) {
  .testi-columns { grid-template-columns: repeat(2, 1fr); height: 580px; }
  .testi-col:last-child { display: none; }
}

@media (max-width: 600px) {
  .testi-columns { grid-template-columns: 1fr; height: 500px; }
  .testi-col:nth-child(2), .testi-col:last-child { display: none; }
}

/* ─── Navbar phone link ─────────────────────────────────── */
.nav-phone-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 10px;
  border: 1.5px solid var(--green);
  border-radius: 8px;
  transition: background .15s, color .15s;
}
.nav-phone-link:hover { background: var(--green); color: #fff; }
@media (max-width: 1020px) { .nav-phone-link { display: none; } }

/* ─── Navigation Drawer ─────────────────────────────────── */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13,24,85,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1099;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nav-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 92vw);
  background: #fff;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  transform: translateX(110%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -12px 0 48px rgba(0,0,0,0.18);
}
.nav-drawer.open { transform: translateX(0); }

.nav-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(13,24,85,0.08);
  flex-shrink: 0;
}
.nav-drawer-head .nav-logo {
  background: var(--navy);
  border-radius: 8px;
  padding: 5px 12px;
}
.nav-drawer-head .nav-logo img { height: 40px; }
.nav-drawer-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(13,24,85,0.14);
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  transition: background var(--transition);
}
.nav-drawer-close:hover { background: rgba(13,24,85,0.06); }

.nav-drawer-links {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
.nav-drawer-links a {
  display: flex;
  align-items: center;
  padding: 15px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--navy);
  border-bottom: 1px solid rgba(13,24,85,0.05);
  transition: background var(--transition), color var(--transition);
  text-decoration: none;
}
.nav-drawer-links a:last-child { border-bottom: none; }
.nav-drawer-links a:hover {
  background: rgba(249,115,22,0.06);
  color: var(--green);
}
.nav-drawer-external {
  color: var(--green) !important;
  font-weight: 600 !important;
}

.nav-drawer-foot {
  padding: 20px 24px 28px;
  border-top: 1px solid rgba(13,24,85,0.08);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-drawer-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  padding: 11px 16px;
  border: 1.5px solid rgba(13,24,85,0.18);
  border-radius: 100px;
  transition: background var(--transition), border-color var(--transition);
}
.nav-drawer-phone:hover { background: rgba(13,24,85,0.04); border-color: var(--navy); }
.nav-drawer-cta {
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  background: var(--green);
  color: #fff !important;
  border-radius: 100px;
  text-decoration: none;
  transition: background var(--transition), transform var(--transition);
}
.nav-drawer-cta:hover { background: var(--green-dark); transform: translateY(-1px); }

/* ─── Hero secondary CTA ─────────────────────────────────── */
.hero-call-alt {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  margin-top: 16px;
}
.hero-phone-link {
  color: var(--green);
  text-decoration: none;
  font-weight: 700;
}
.hero-phone-link:hover { text-decoration: underline; }

/* ─── Social Proof Strip ─────────────────────────────────── */
.social-proof-strip {
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 12px 0;
  position: relative;
  z-index: 10;
}
.social-proof-strip .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sp-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
}
.sp-item-link {
  text-decoration: none;
  color: var(--navy);
  border-radius: 6px;
  padding: 2px 4px;
  transition: background .15s;
}
.sp-item-link:hover { background: rgba(0,0,0,0.04); }
.sp-google-logo { object-fit: contain; }
.sp-stars { color: #FBBF24; font-size: 0.85rem; letter-spacing: 1px; }
.sp-divider {
  width: 1px;
  height: 16px;
  background: rgba(0,0,0,0.15);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .sp-divider { display: none; }
  .social-proof-strip .container { justify-content: flex-start; gap: 8px; }
  .sp-item { font-size: 0.75rem; }
}

/* ─── Wins city filter ───────────────────────────────────── */
.wins-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.wf-btn {
  padding: 6px 16px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  background: var(--white);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--slate);
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
  white-space: nowrap;
}
.wf-btn:hover { border-color: var(--blue); color: var(--blue); }
.wf-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ─── Contact urgency ────────────────────────────────────── */
.contact-urgency {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--green);
  font-weight: 600;
  margin-top: 8px;
}

/* ─── Contact trust logos ────────────────────────────────── */
.contact-trust-logos {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.trust-logo-eh { height: 44px; width: auto; object-fit: contain; }
.trust-logo-realtor { height: 44px; width: auto; object-fit: contain; }

/* ─── Mobile sticky bar ──────────────────────────────────── */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
}
@media (max-width: 768px) { .mobile-sticky-bar { display: flex; } }
.msb-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 8px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: opacity .15s;
}
.msb-btn:active { opacity: 0.8; }
.msb-call { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.msb-text { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.msb-cta { background: var(--green); color: #fff; flex: 1.5; }
@media (max-width: 768px) {
  body { padding-bottom: 80px; }
}

/* ─── Footer credentials bar (full-width trust strip) ────── */
.footer-credentials-bar {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 30px 0 22px;
  text-align: center;
}
.footer-credentials-label {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin: 0 0 18px;
}
.footer-credentials-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
/* White pill badge for logos with light / transparent backgrounds */
.footer-eh-logo,
.footer-realtor-logo,
.footer-metrotex-logo,
.footer-ssl-logo,
.footer-zillow-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  background: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  display: block;
}
/* REALTOR® + MLS: black bg reads naturally on the dark footer */
.footer-mls-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .footer-credentials-logos { gap: 10px; }
  .footer-eh-logo, .footer-realtor-logo, .footer-metrotex-logo,
  .footer-ssl-logo, .footer-zillow-logo, .footer-mls-logo { height: 42px; }
}
.footer-google-reviews {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  transition: border-color .15s, color .15s, background .15s;
}
.footer-google-reviews:hover { color: #fff; border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.06); }
.footer-google-logo-img { height: 18px; width: auto; object-fit: contain; }
.footer-gr-stars { color: #FBBF24; letter-spacing: 1px; }
.footer-gr-stars { color: #FBBF24; font-size: 0.75rem; letter-spacing: 1px; }

/* ─── Card subtle borders ────────────────────────────────── */
.card, .testi-card, .win-card, .step-card, .plan-card {
  border: 1px solid rgba(0,0,0,0.06);
}

/* ─── Testimonials min-height ────────────────────────────── */
.testi-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
}
.testi-author { margin-top: auto; }

/* ─── Section spacing bump ───────────────────────────────── */
.section { padding-block: 100px; }
@media (max-width: 768px) { .section { padding-block: 64px; } }

/* TREC IABS links */
.trec-iabs-link {
  margin-top: 8px;
  font-size: 0.78rem;
}
.trec-iabs-link a {
  color: var(--blue);
  text-decoration: none;
  opacity: 0.85;
}
.trec-iabs-link a:hover { opacity: 1; text-decoration: underline; }

.about-iabs-note {
  margin-top: 14px;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.7;
}
.about-iabs-note a {
  color: var(--blue);
  text-decoration: none;
}
.about-iabs-note a:hover { text-decoration: underline; }

/* ─── Pre-Approval Cards ─────────────────────────────────── */
.pac-hint {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin: 2px 0 12px;
}

.pac-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.pac {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px 14px 14px;
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  cursor: pointer;
  transition: border-color .18s, background .18s, box-shadow .18s;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.pac:hover {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.07);
}

/* Hidden radio input */
.pac-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icon circle */
.pac-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 4px;
  flex-shrink: 0;
  transition: transform .18s;
}
.pac-green  { background: rgba(249,115,22,0.15);   color: #F97316; }
.pac-blue   { background: rgba(59,130,246,0.15);  color: #60a5fa; }
.pac-amber  { background: rgba(251,191,36,0.15);  color: #fbbf24; }
.pac-gold   { background: rgba(234,179,8,0.15);   color: #eab308; }

.pac-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.pac-desc {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.3;
}

/* Checkmark badge — top-right, hidden by default */
.pac-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity .18s, transform .18s;
}

/* Selected state — triggered when the hidden radio is checked */
.pac:has(.pac-input:checked) {
  border-color: var(--green);
  background: rgba(249,115,22,0.08);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}
.pac:has(.pac-input:checked) .pac-check {
  opacity: 1;
  transform: scale(1);
}
.pac:has(.pac-input:checked) .pac-label { color: #fff; }
.pac:has(.pac-input:checked) .pac-icon-wrap { transform: scale(1.08); }

/* Fallback for browsers without :has() — JS adds .is-selected class */
.pac.is-selected {
  border-color: var(--green);
  background: rgba(249,115,22,0.08);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}
.pac.is-selected .pac-check { opacity: 1; transform: scale(1); }
.pac.is-selected .pac-icon-wrap { transform: scale(1.08); }

@media (max-width: 780px) {
  .pac-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .pac-grid { grid-template-columns: 1fr; }
  .pac { flex-direction: row; align-items: center; gap: 12px; }
  .pac-icon-wrap { margin-bottom: 0; flex-shrink: 0; }
  .pac-check { top: 50%; right: 14px; transform: translateY(-50%) scale(0.5); }
  .pac.is-selected .pac-check,
  .pac:has(.pac-input:checked) .pac-check { opacity: 1; transform: translateY(-50%) scale(1); }
}

/* Helper note (Not Yet) */
.pac-helper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(249,115,22,0.08);
  border: 1px solid rgba(249,115,22,0.25);
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 10px;
  animation: fadeSlideIn .25s ease;
}
.pac-helper p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
  margin: 0;
}
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Trust strip above submit */
.form-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 20px;
  padding: 12px 0 4px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 4px;
}
.form-trust-strip span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}

/* Submit button — slightly taller with arrow */
.form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 1rem;
  letter-spacing: -.2px;
}
.form-submit-btn:hover svg { transform: translateX(3px); }
.form-submit-btn svg { transition: transform .18s; }

/* ── Content Protection ── */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input, textarea, select, [contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
a img, button img, .pac img, .nav-logo, .footer-logo,
.footer-credentials-logos img, .footer-google-logo-img,
.social-proof-strip img {
  pointer-events: auto;
}

/* ── DFW Sunrise: dark-background contrast fixes ──────────────
   #F97316 (orange) on dark navy gradient is ~2.4:1 — not ideal for small text.
   Elements on dark sections use warm peach #FDBA74 which hits ~6:1 on dark navy.
*/
.section-dark .section-label          { color: #FDBA74; background: rgba(249,115,22,0.18); }
.hero-highlight                        { color: #FDBA74; }
.hero-highlight::after                 { background: linear-gradient(90deg, #FDBA74, #FB923C); }
.section-dark .hv-rebate-amount,
.section-dark [class*="calc2-amount"],
.section-dark .calc2-good,
.section-dark .calc2-rebate-val        { color: #FDBA74; }
.section-dark .plan-check              { color: #FDBA74; }
.section-dark .footer-gr-stars,
.sp-stars                              { color: #FDBA74; }
.section-dark a.contact-info-value:hover { color: #FDBA74; }
.section-dark .trec-iabs-link,
.section-dark .about-iabs-note a       { color: #FDBA74; }

/* ── Blog nav active state ───────────────────────────────── */
.nav-links .nav-blog-active { color: var(--green); font-weight: 600; }

/* ── Blog article required disclaimer ───────────────────── */
.post-article-disclaimer {
  margin-top: 2.4em;
  padding: 18px 22px;
  background: #f8f9fc;
  border: 1px solid rgba(13,24,85,0.1);
  border-radius: 10px;
  font-size: 0.78rem;
  color: #6B7B8D;
  line-height: 1.7;
}
.post-article-disclaimer p { margin-bottom: 0; }

/* ════════════════════════════════════════════════════════════
   BLOG — listing page + article pages
   ════════════════════════════════════════════════════════════ */

/* ── Blog listing: hero ──────────────────────────────────── */
.blog-hero {
  background: linear-gradient(135deg, #060D1F 0%, #0D1E48 35%, #0F2E72 65%, #1248A8 100%);
  padding: 88px 24px 64px;
  text-align: center;
}
.blog-hero h1 {
  font-family: var(--font-heading);
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 14px;
}
.blog-hero p {
  color: rgba(255,255,255,0.62);
  font-size: 1.05rem;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.65;
}
.blog-hero-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #FDBA74;
  background: rgba(249,115,22,0.18);
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}

/* ── Blog listing: grid ──────────────────────────────────── */
.blog-main {
  background: var(--offwhite);
  padding: 56px 24px 96px;
}
.blog-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 28px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(13,24,85,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-card-body { padding: 28px 26px 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
  background: rgba(249,115,22,0.1);
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 14px;
  width: fit-content;
}
.blog-card-title {
  font-family: var(--font-heading);
  font-size: 1.13rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog-card-excerpt {
  font-size: 0.9rem;
  color: var(--slate);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 20px;
}
.blog-card-meta {
  font-size: 0.77rem;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(13,24,85,0.07);
  margin-bottom: 16px;
}
.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  transition: gap 0.18s;
}
.blog-card-link:hover { gap: 10px; }

/* ── Blog card category header bands ────────────────── */
.blog-card-band {
  height: 5px;
  flex-shrink: 0;
}
.band-buyer-guide { background: #F97316; }
.band-legal       { background: #0D1855; }
.band-dfwliving   { background: #0D9488; }

/* ── Blog post: hero header ──────────────────────────────── */
.post-hero {
  background: linear-gradient(135deg, #060D1F 0%, #0D1E48 35%, #0F2E72 65%, #1248A8 100%);
  padding: 88px 24px 64px;
}
.post-hero-inner { max-width: 780px; margin: 0 auto; }
.post-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  margin-bottom: 22px;
  text-decoration: none;
  transition: color 0.18s;
}
.post-back:hover { color: rgba(255,255,255,0.85); }
.post-tag-hero {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FDBA74;
  background: rgba(249,115,22,0.18);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 22px;
}
.post-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 28px;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.58);
  flex-wrap: wrap;
}
.post-meta strong { color: rgba(255,255,255,0.88); }
.post-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.22);
}
.post-meta-dot { opacity: 0.3; }

/* ── Blog post: article layout ───────────────────────────── */
.post-main {
  background: var(--offwhite);
  padding: 48px 24px 96px;
}
.post-article-wrap {
  max-width: 780px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.post-article {
  padding: 52px 56px 56px;
  font-size: 1.06rem;
  line-height: 1.85;
  color: #374151;
  user-select: text;
}
@media (max-width: 640px) { .post-article { padding: 32px 22px 40px; } }

/* Article typography */
.post-article h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 800;
  color: var(--navy);
  margin: 2.6em 0 0.7em;
  padding-bottom: 0.45em;
  border-bottom: 2px solid rgba(249,115,22,0.15);
  line-height: 1.25;
}
.post-article h2:first-child { margin-top: 0; }
.post-article h3 {
  font-family: var(--font-heading);
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1.8em 0 0.5em;
}
.post-article p { margin-bottom: 1.25em; }
.post-article p:last-child { margin-bottom: 0; }
.post-article ul, .post-article ol { margin: 0.6em 0 1.25em 1.5em; }
.post-article li { margin-bottom: 0.55em; }
.post-article ul { list-style: disc; }
.post-article ol { list-style: decimal; }
.post-article strong { color: #111827; font-weight: 600; }
.post-article a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.post-article a:hover { color: var(--navy); }

/* Savings table */
.post-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.8em 0;
  font-size: 0.9rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(13,24,85,0.08);
}
.post-article thead tr { background: var(--navy); }
.post-article thead th {
  padding: 13px 16px;
  text-align: left;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-article tbody tr:nth-child(odd) { background: var(--white); }
.post-article tbody tr:nth-child(even) { background: var(--offwhite); }
.post-article tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(13,24,85,0.05);
}
.post-article tbody tr:last-child td { border-bottom: none; }
.post-article .savings-cell { font-weight: 700; color: #16a34a; }
@media (max-width: 560px) {
  .post-article table { font-size: 0.78rem; }
  .post-article thead th, .post-article tbody td { padding: 10px 10px; }
}

/* Callout blockquote */
.post-article blockquote {
  background: rgba(249,115,22,0.07);
  border-left: 4px solid var(--green);
  border-radius: 0 10px 10px 0;
  padding: 18px 24px;
  margin: 1.8em 0;
  font-style: normal;
}
.post-article blockquote p { margin-bottom: 0; }

/* Info highlight box */
.post-highlight {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 1.8em 0;
  border: 1px solid rgba(13,24,85,0.08);
}
.post-highlight p { margin-bottom: 0; }

/* CTA box at end of article */
.post-cta-box {
  background: linear-gradient(135deg, #060D1F 0%, #0D1E48 45%, #0F2E72 100%);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  margin: 3em 0 0;
  text-align: center;
}
.post-cta-box h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.25;
}
.post-cta-box p {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  margin-bottom: 26px;
}
.post-cta-box .btn-green {
  background: var(--green);
  color: #fff;
  padding: 14px 34px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.post-cta-box .btn-green:hover { background: var(--green-dark); }
@media (max-width: 520px) { .post-cta-box { padding: 28px 22px; } }

/* Author bio */
.post-author-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 56px 36px;
  background: #f8faff;
  border-top: 1px solid rgba(13,24,85,0.07);
}
.post-author-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid rgba(13,24,85,0.1);
}
.post-author-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
}
.post-author-info p {
  font-size: 0.84rem;
  color: var(--slate);
  line-height: 1.65;
  margin-bottom: 12px;
}
.post-author-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  transition: gap 0.18s;
}
.post-author-cta:hover { gap: 9px; }
@media (max-width: 580px) {
  .post-author-box { flex-direction: column; padding: 24px 22px; }
}
