.elementor-1100 .elementor-element.elementor-element-f3e0941{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:100px;--padding-bottom:100px;--padding-left:180px;--padding-right:100px;}.elementor-1100 .elementor-element.elementor-element-f3e0941::before, .elementor-1100 .elementor-element.elementor-element-f3e0941 > .elementor-background-video-container::before, .elementor-1100 .elementor-element.elementor-element-f3e0941 > .e-con-inner > .elementor-background-video-container::before, .elementor-1100 .elementor-element.elementor-element-f3e0941 > .elementor-background-slideshow::before, .elementor-1100 .elementor-element.elementor-element-f3e0941 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1100 .elementor-element.elementor-element-f3e0941 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-1100 .elementor-element.elementor-element-f3e0941:not(.elementor-motion-effects-element-type-background), .elementor-1100 .elementor-element.elementor-element-f3e0941 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1100 .elementor-element.elementor-element-4bee4c9{--display:flex;}.elementor-1100 .elementor-element.elementor-element-4bee4c9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1100 .elementor-element.elementor-element-61c722a .elementor-heading-title{font-size:40px;line-height:1.2em;color:#FFFFFF;}.elementor-1100 .elementor-element.elementor-element-676ea98{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-1100 .elementor-element.elementor-element-f3e0941{--overlay-opacity:0.73;--padding-top:80px;--padding-bottom:80px;--padding-left:60px;--padding-right:60px;}}@media(max-width:767px){.elementor-1100 .elementor-element.elementor-element-f3e0941{--overlay-opacity:0.62;--padding-top:60px;--padding-bottom:60px;--padding-left:40px;--padding-right:40px;}.elementor-1100 .elementor-element.elementor-element-61c722a .elementor-heading-title{font-size:30px;}}@media(min-width:768px){.elementor-1100 .elementor-element.elementor-element-4bee4c9{--width:98.844%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1100 .elementor-element.elementor-element-4bee4c9{--width:81%;}}/* Start custom CSS */:root {
    --ink: #1C2230;
    --body-text: #303845;
    --muted: #6B7280;
    --rule: #E8E2D6;
    --cream: #F7F4EF;
    --warm-white: #FFFFFF;
    --accent: #722030;
    --accent-light: #F5E8EA;
    --accent-mid: #8F2A3C;
    --green: #2D6A4F;
    --green-light: #E8F5EE;
    --gold: #DAA11B;
    --gold-light: #FDF8E8;
    --blue: #1C2230;
    --blue-light: #ECEEF2;
    --sidebar-bg: #F7F4EF;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
    color-scheme: light only;
  }

  body {
    background: #F7F4EF !important;
    color: #303845 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
  }

  /* Top bar CSS removed: WordPress theme handles site header */

  /* HERO */
  .hero {
    background: var(--ink);
    padding: 64px 24px 72px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 40px,
      rgba(255,255,255,0.015) 40px,
      rgba(255,255,255,0.015) 41px
    );
  }
  .hero-inner {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
  }
  .hero-breadcrumb {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #DAA11B;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .hero-breadcrumb span { color: rgba(255,255,255,0.3); }
  .hero h1 {
    font-family: 'Lora', serif;
    font-size: clamp(26px, 4.5vw, 44px);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 22px;
  }
  .hero-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-meta-item {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .hero-meta-item svg { opacity: 0.5; }

  /* LAYOUT */
  .page-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 56px;
    align-items: start;
  }
  @media (max-width: 860px) {
    .page-layout { grid-template-columns: 1fr; gap: 0; }
    .sidebar { display: none; }
  }

  /* ── MOBILE: font hierarchy fix ───────────────────────────── */
  @media (max-width: 600px) {
    body { font-size: 15px; }

    .article-body h2 {
      font-size: 20px;
      margin-top: 40px;
    }
    .article-body h3 {
      font-size: 16.5px;
      font-weight: 700;
    }
    .article-body p,
    .article-body li,
    .answer-capsule,
    .driver-text span,
    .saving-card p,
    .checklist li,
    .tldr p {
      font-size: 14.5px;
      line-height: 1.75;
    }
    .article-intro { font-size: 15px; }
    .cta-block h3 { font-size: 19px; }
    .cta-block p { font-size: 14px; }
    .faq-section h2 { font-size: 21px; }
    .faq-q { font-size: 15.5px; line-height: 1.4; }
    .faq-a { font-size: 14.5px; }
    .page-layout { padding: 0 16px; }
    .article-body { padding: 32px 0 60px; }
    .savings-grid { grid-template-columns: 1fr; }
    .cta-block { padding: 28px 20px; }
  }

  /* ── MOBILE: responsive table ─────────────────────────────── */
  @media (max-width: 640px) {
    .cost-table-wrap { border: none; border-radius: 0; }
    .cost-table thead { display: none; }
    .cost-table,
    .cost-table tbody,
    .cost-table tr,
    .cost-table td { display: block; width: 100%; }
    .cost-table tr {
      border: 1px solid var(--rule);
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
    }
    .cost-table tr:nth-child(even) td { background: transparent; }
    .cost-table td {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 12px;
      padding: 11px 14px;
      border-bottom: 1px solid var(--rule);
      font-size: 13.5px;
    }
    .cost-table tr td:last-child { border-bottom: none; }
    .cost-table td::before {
      content: attr(data-label);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--muted);
      white-space: nowrap;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .cost-table .price { white-space: nowrap; }
    .driver-list li { flex-direction: column; gap: 8px; }
    .driver-icon { width: 28px; height: 28px; font-size: 13px; }
  }

  /* MAIN ARTICLE */
  .article-body {
    padding: 52px 0 80px;
    min-width: 0;
    background: #F7F4EF !important;
  }

  /* TL;DR BOX */
  .tldr {
    background: var(--gold-light);
    border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 22px 24px;
    margin-bottom: 44px;
  }
  .tldr-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
  }
  .tldr p {
    font-size: 15px;
    line-height: 1.75;
    color: #4A3A1F;
    font-weight: 400;
  }

  /* TYPOGRAPHY */
  .article-body h2 {
    font-family: 'Lora', serif;
    font-size: clamp(21px, 2.8vw, 27px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.25;
    margin-top: 56px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rule);
  }
  .article-body h3 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .article-body p {
    margin-bottom: 18px;
    color: var(--body-text);
  }
  .article-body a {
    color: var(--accent);
    text-decoration: underline;
    text-decoration-color: rgba(114,32,48,0.35);
    text-underline-offset: 2px;
    transition: color 0.15s;
  }
  .article-body a:hover { color: var(--accent-mid); }

  /* ANSWER CAPSULE */
  .answer-capsule {
    background: var(--blue-light);
    border-left: 4px solid var(--blue);
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
    margin: 4px 0 24px;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink);
  }

  /* COST TABLE */
  .cost-table-wrap {
    margin: 28px 0;
    border-radius: 8px;
    border: 1px solid var(--rule);
    overflow: hidden;
  }
  .cost-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
  }
  .cost-table thead tr {
    background: var(--ink);
    color: white;
  }
  .cost-table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .cost-table td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--rule);
    vertical-align: top;
  }
  .cost-table tr:last-child td { border-bottom: none; }
  .cost-table tr:nth-child(even) td { background: var(--sidebar-bg); }
  .cost-table .price {
    font-weight: 700;
    color: var(--accent);
    white-space: nowrap;
  }

  /* CALLOUT BOXES */
  .callout {
    border-radius: 8px;
    padding: 20px 24px;
    margin: 32px 0;
  }
  .callout-warning {
    background: #FFF8F0;
    border: 1px solid #F0C080;
  }
  .callout-warning .callout-label { color: #B07020; }
  .callout-green {
    background: var(--green-light);
    border: 1px solid #A8D5BC;
  }
  .callout-green .callout-label { color: var(--green); }
  .callout-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .callout p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.7;
  }

  /* DRIVER LIST */
  .driver-list {
    list-style: none;
    margin: 16px 0 24px;
    display: grid;
    gap: 12px;
  }
  .driver-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: var(--warm-white);
    border: 1px solid var(--rule);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
  }
  .driver-icon {
    width: 32px; height: 32px;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
    margin-top: 1px;
  }
  .driver-icon-red { background: #F5E8EA; }
  .driver-icon-gold { background: #FDF8E8; }
  .driver-icon-blue { background: #ECEEF2; }
  .driver-icon-purple { background: #F5E8EA; }
  .driver-text strong {
    display: block;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 3px;
    font-size: 14.5px;
  }
  .driver-text span { color: var(--muted); font-size: 14px; }

  /* SAVINGS LIST */
  .savings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 20px 0 28px;
  }
  @media (max-width: 600px) { .savings-grid { grid-template-columns: 1fr; } }
  .saving-card {
    background: var(--green-light);
    border: 1px solid #A8D5BC;
    border-radius: 8px;
    padding: 14px 16px;
  }
  .saving-card strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 5px;
  }
  .saving-card p {
    font-size: 13.5px;
    color: #2A5040;
    margin: 0;
    line-height: 1.6;
  }

  /* CHECKLIST */
  .checklist {
    list-style: none;
    margin: 16px 0 24px;
    display: grid;
    gap: 10px;
  }
  .checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15px;
    color: var(--body-text);
  }
  .check-icon {
    width: 22px; height: 22px;
    background: var(--green);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .check-icon svg { width: 12px; height: 12px; }

  /* DIVIDER */
  .section-rule {
    border: none;
    border-top: 1px solid var(--rule);
    margin: 44px 0;
  }

  /* CTA BLOCK */
  .cta-block {
    background: var(--ink);
    border-radius: 12px;
    padding: 36px 32px;
    margin: 44px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255,255,255,0.02) 30px, rgba(255,255,255,0.02) 31px);
  }
  .cta-block * { position: relative; }
  .cta-block h3 {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cta-block p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 22px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-btn {
    display: inline-block;
    background: var(--accent);
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.2s;
    position: relative;
    z-index: 2;
  }
  .cta-btn:hover { background: var(--accent-mid); color: #FFFFFF !important; text-decoration: none !important; }
  .cta-phone {
    display: block;
    margin-top: 12px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.4);
  }
  .cta-phone a { color: rgba(255,255,255,0.65); text-decoration: none; }

  /* FAQ */
  .faq-section { margin-top: 56px; }
  .faq-section h2 {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rule);
  }
  .faq-item {
    border-bottom: 1px solid var(--rule);
    padding: 28px 0;
  }
  .faq-section h2 + .faq-item { padding-top: 0; }
  .faq-item:last-child { border-bottom: none; padding-bottom: 0; }
  .faq-q {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .faq-a {
    font-size: 15.5px;
    color: var(--body-text);
    line-height: 1.8;
  }

  /* SIDEBAR */
  .sidebar {
    padding-top: 52px;
    position: sticky;
    top: 32px;
  }
  .sidebar-card {
    background: var(--warm-white);
    border: 1px solid var(--rule);
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 20px;
  }
  .sidebar-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
  }
  .toc-list {
    list-style: none;
    display: grid;
    gap: 4px;
    padding: 0;
    margin: 0;
  }
  .toc-list li a {
    font-size: 13.5px;
    color: var(--body-text);
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 20px;
    border-radius: 4px;
    transition: color 0.15s;
    line-height: 1.4;
  }
  .toc-list li a:hover { color: var(--accent); text-decoration: none; }
  .sidebar-cta {
    background: var(--accent);
    border-radius: 10px;
    padding: 22px;
    text-align: center;
  }
  .sidebar-cta h4 {
    font-family: 'Lora', serif;
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .sidebar-cta p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .sidebar-cta a {
    display: block;
    background: white;
    color: var(--accent);
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: opacity 0.15s;
  }
  .sidebar-cta a:hover { opacity: 0.9; }
  .sidebar-cta .phone {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
  }
  .sidebar-cta .phone a {
    background: none;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 0;
    margin: 0;
    display: inline;
    font-weight: 600;
  }

  /* INTRO */
  .article-intro {
    font-size: 17.5px;
    line-height: 1.85;
    color: var(--body-text);
    margin-bottom: 6px;
  }

  /* SOURCE NOTE */
  .source-note {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: -10px;
    margin-bottom: 20px;
    font-style: italic;
  }/* End custom CSS */