.elementor-15644 .elementor-element.elementor-element-49d86ca{width:100%;max-width:100%;}.elementor-15644 .elementor-element.elementor-element-025a82e{width:100%;max-width:100%;}.elementor-15644 .elementor-element.elementor-element-cd41a96{width:100%;max-width:100%;}.elementor-15644 .elementor-element.elementor-element-0fa47ba{width:100%;max-width:100%;}.elementor-15644 .elementor-element.elementor-element-91b068c{width:100%;max-width:100%;}.elementor-15644 .elementor-element.elementor-element-a749255{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-15644 .elementor-element.elementor-element-c10cffd{width:100%;}.elementor-15644 .elementor-element.elementor-element-5f4a0c4{width:100%;}.elementor-15644 .elementor-element.elementor-element-08b1ec0{width:100%;}.elementor-15644 .elementor-element.elementor-element-c862288{width:100%;}.elementor-15644 .elementor-element.elementor-element-e9d5489{width:100%;}.elementor-15644 .elementor-element.elementor-element-64e00f5{width:100%;}}/* Start custom CSS *//* =========================================================
   CAPITAL PLUMBING — VICTORIA MONTH LANDING PAGE
   Stylesheet (imports design tokens at top)
   ========================================================= */


/* =========================================================
   1. DESIGN TOKENS
   Single source of truth — mirrors .design/.../DESIGN_TOKENS.css
   ========================================================= */

:root {
  /* Brand colors (from Logo Guidelines PDF) */
  --cp-blue:        #088CCC;
  --cp-navy:        #042642;
  --cp-red:         #C82D2E;
  --cp-black:       #131718;
  --cp-offwhite:    #F1F0EE;
  --cp-tan:         #B5772F;
  --cp-brown:       #5B3915;

  /* Semantic surfaces */
  --color-bg:               #FFFFFF;
  --color-bg-alt:           var(--cp-offwhite);
  --color-bg-dark:          var(--cp-navy);
  --color-bg-urgency:       var(--cp-red);

  /* Semantic text */
  --color-text:             var(--cp-navy);
  --color-text-muted:       #4A5A6B;
  --color-text-on-dark:     #FFFFFF;
  --color-text-on-red:      #FFFFFF;
  --color-text-link:        var(--cp-blue);

  /* Borders */
  --color-border:           #E2E5EA;
  --color-border-strong:    var(--cp-navy);

  /* CTAs */
  --color-cta:              var(--cp-red);
  --color-cta-hover:        #A82425;
  --color-cta-active:       #8E1E1F;
  --color-cta-text:         #FFFFFF;
  --color-cta-focus-ring:   rgba(200, 45, 46, 0.35);

  --color-cta-2:            #FFFFFF;
  --color-cta-2-text:       var(--cp-navy);
  --color-cta-2-border:     var(--cp-navy);
  --color-cta-2-hover-bg:   var(--cp-navy);
  --color-cta-2-hover-text: #FFFFFF;

  --color-canadian-red:     var(--cp-red);

  /* Typography */
  /* Archivo = sharp, confident, slightly condensed sans — no rounded bubbliness */
  --font-display: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --fs-display:   clamp(2.5rem, 6vw + 1rem, 4.75rem);
  --fs-h1:        clamp(2rem, 4vw + 0.75rem, 3.25rem);
  --fs-h2:        clamp(1.5rem, 2.5vw + 0.75rem, 2.25rem);
  --fs-h3:        clamp(1.25rem, 1.5vw + 0.75rem, 1.5rem);
  --fs-lead:      clamp(1.0625rem, 0.5vw + 1rem, 1.25rem);
  --fs-body:      1rem;
  --fs-small:     0.875rem;
  --fs-micro:     0.75rem;
  --fs-price:     clamp(2rem, 3vw + 1rem, 3rem);

  --fw-regular:   400;
  --fw-medium:    500;
  --fw-semibold:  600;
  --fw-bold:      700;
  --fw-heavy:     800;

  --lh-tight:     1.05;
  --lh-snug:      1.2;
  --lh-normal:    1.5;
  --lh-relaxed:   1.65;

  --ls-tight:     -0.02em;
  --ls-normal:    0;
  --ls-wide:      0.06em;
  --ls-eyebrow:   0.18em;

  /* Spacing scale (4px base) */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  --section-py:        clamp(3rem, 6vw, 6rem);
  --section-py-tight:  clamp(2rem, 4vw, 4rem);
  --container-px:      clamp(1rem, 4vw, 2rem);
  --container-max:     1480px;
  --container-narrow:  900px;
  --container-text:    720px;

  /* Radius */
  --radius-sm:    6px;
  --radius-md:    10px;
  --radius-lg:    16px;
  --radius-xl:    24px;
  --radius-pill:  999px;

  /* Shadows */
  --shadow-xs:  0 1px 2px rgba(4, 38, 66, 0.06);
  --shadow-sm:  0 2px 6px rgba(4, 38, 66, 0.08);
  --shadow-md:  0 8px 20px rgba(4, 38, 66, 0.10);
  --shadow-lg:  0 18px 40px rgba(4, 38, 66, 0.14);
  --shadow-cta: 0 8px 20px rgba(200, 45, 46, 0.30);
  --shadow-cta-hover: 0 12px 28px rgba(200, 45, 46, 0.40);

  /* Motion */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast:    120ms;
  --dur-base:    200ms;
  --dur-slow:    400ms;

  /* Z-index */
  --z-base:        1;
  --z-mobile-cta:  70;

  /* Component tokens */
  --btn-min-h:    52px;
  --btn-min-h-lg: 60px;
  --btn-px:       1.75rem;
  --btn-px-lg:    2.25rem;
  --btn-radius:   var(--radius-md);
  --btn-fw:       var(--fw-bold);
  --btn-fs:       1.0625rem;
  --btn-fs-lg:    1.1875rem;

  --urgency-h:    44px;
  --urgency-fs:   0.9375rem;

  --focus-ring:      0 0 0 3px var(--color-cta-focus-ring);
  --focus-ring-blue: 0 0 0 3px rgba(8, 140, 204, 0.35);
}


/* =========================================================
   2. GLOBAL BASE
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* All base styles are scoped to .cp-deals so they don't leak into
   the parent WordPress site (header, footer, sidebars, etc.) */

.cp-deals {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cp-deals h1,
.cp-deals h2,
.cp-deals h3,
.cp-deals h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: var(--lh-snug);
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin: 0;
}

.cp-deals p { margin: 0; }

.cp-deals a {
  color: var(--color-text-link);
  text-decoration: none;
  transition: color var(--dur-base) var(--ease-out);
}
.cp-deals a:hover { color: var(--cp-navy); }

.cp-deals button { font-family: inherit; cursor: pointer; }

.cp-deals img { max-width: 100%; height: auto; display: block; }

.cp-deals :focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: var(--radius-sm);
}

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

/* Skip-to-content (a11y) */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}


/* =========================================================
   3. CONTAINER UTILITY
   ========================================================= */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-px);
}

.container--narrow {
  max-width: var(--container-narrow);
}

.container--text {
  max-width: var(--container-text);
}

/* =========================================================
   FULL-BLEED ESCAPE (for Elementor / WordPress embed)
   Forces sections to break out of any boxed parent container
   and span the full viewport width.
   ========================================================= */

.cp-deals {
  /* Reset any inherited width constraints */
  width: 100%;
  max-width: none;
}

.cp-deals .urgency-bar,
.cp-deals > section {
  /* Full-bleed: escape any boxed parent up to the viewport edge */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Prevent horizontal scroll caused by full-bleed trick */
.cp-deals {
  overflow-x: clip;
}


/* =========================================================
   4. URGENCY BAR (static, red)
   ========================================================= */

.urgency-bar {
  position: relative;
  width: 100%;
  background: var(--color-bg-urgency);
  color: var(--color-text-on-red);
  min-height: var(--urgency-h);
  display: flex;
  align-items: center;
}

.urgency-bar__inner {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding: var(--space-2) var(--container-px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  text-align: center;
}

.urgency-bar__text {
  font-family: var(--font-body);
  font-size: var(--urgency-fs);
  font-weight: var(--fw-medium);
  line-height: var(--lh-snug);
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  justify-content: center;
}

.urgency-bar__text strong {
  font-weight: var(--fw-bold);
  letter-spacing: 0.02em;
}

.urgency-bar__sub {
  opacity: 0.95;
}

@media (max-width: 480px) {
  .urgency-bar__sub {
    width: 100%;
    font-size: 0.8125rem;
    opacity: 0.92;
  }
}


/* =========================================================
   5. SHARED — Eyebrows, section heads, buttons
   ========================================================= */

/* Eyebrow label */
.eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  margin: 0 0 var(--space-4);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}
.eyebrow--red  { color: var(--cp-red); }
.eyebrow--blue { color: var(--cp-blue); }
.eyebrow__flag { font-size: 1.1em; }

/* Section head */
.section-head {
  margin-bottom: var(--space-12);
  max-width: 720px;
}
.section-head--center {
  text-align: left;
  max-width: 720px;
  margin-inline: 0;
}
.section-head__title {
  font-size: var(--fs-h1);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--cp-navy);
  margin-bottom: var(--space-4);
}
.section-head__sub {
  font-size: var(--fs-lead);
  color: var(--color-text-muted);
  line-height: var(--lh-relaxed);
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: var(--btn-min-h);
  padding: 0 var(--btn-px);
  border: 2px solid transparent;
  border-radius: var(--btn-radius);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--btn-fs);
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform var(--dur-base) var(--ease-out),
    box-shadow var(--dur-base) var(--ease-out),
    background var(--dur-base) var(--ease-out),
    color var(--dur-base) var(--ease-out),
    border-color var(--dur-base) var(--ease-out);
}

.btn--lg {
  min-height: var(--btn-min-h-lg);
  padding: 0 var(--btn-px-lg);
  font-size: var(--btn-fs-lg);
}

/* Primary (red) */
.btn--primary {
  background: var(--color-cta);
  color: var(--color-cta-text);
  border-color: var(--color-cta);
}
.btn--primary:hover {
  background: var(--color-cta-hover);
  border-color: var(--color-cta-hover);
  color: #FFFFFF;
}
.btn--primary:active {
  background: var(--color-cta-active);
  border-color: var(--color-cta-active);
}

/* Secondary (outline navy / phone) */
.btn--secondary {
  background: var(--color-cta-2);
  color: var(--color-cta-2-text);
  border-color: var(--color-cta-2-border);
}
.btn--secondary:hover {
  background: var(--color-cta-2-hover-bg);
  color: var(--color-cta-2-hover-text);
}

/* Block (full width inside cards) */
.btn--block {
  width: 100%;
}


/* =========================================================
   8. HERO (above the fold — money zone)
   ========================================================= */

.hero {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  padding-block: clamp(2.5rem, 5vw, 5rem);
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  align-items: center;
}

@media (min-width: 960px) {
  .hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: var(--space-12);
  }
}

/* Decorative background maple leaves — kept very subtle */
.hero__bg-leaf {
  position: absolute;
  width: 200px;
  pointer-events: none;
  opacity: 0.04;
  color: var(--cp-red);
}
.hero__bg-leaf img { width: 100%; height: auto; }
.hero__bg-leaf--top    { top: -40px;  right: -40px; transform: rotate(15deg); }
.hero__bg-leaf--bottom { bottom: -80px; left: -60px; transform: rotate(-25deg); width: 240px; }

@media (max-width: 640px) {
  .hero__bg-leaf--top    { width: 120px; opacity: 0.035; }
  .hero__bg-leaf--bottom { display: none; }
}

/* Hero copy */
.hero__copy { position: relative; z-index: 2; }

.hero__headline {
  font-size: var(--fs-display);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: var(--cp-navy);
  margin-bottom: var(--space-5);
  text-transform: none;
}

.hero__headline-em {
  display: block;
  color: var(--cp-red);
  position: relative;
}

.hero__subhead {
  font-size: var(--fs-lead);
  color: var(--cp-navy);
  font-weight: var(--fw-semibold);
  margin-bottom: var(--space-3);
}

.hero__trust {
  font-size: var(--fs-body);
  color: var(--color-text-muted);
  margin-bottom: var(--space-8);
  max-width: 50ch;
}

/* Offer stack (the 3 bullet points in the hero) */
.offer-stack {
  list-style: none;
  margin: 0 0 var(--space-8);
  padding: 0;
  display: grid;
  gap: var(--space-3);
  background: var(--color-bg-alt);
  border-left: 4px solid var(--cp-red);
  border-radius: var(--radius-md);
  padding: var(--space-5) var(--space-6);
}

.offer-stack__item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: 1.0625rem;
  font-weight: var(--fw-medium);
  color: var(--cp-navy);
  line-height: var(--lh-snug);
}

.offer-stack__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--cp-red);
  color: #FFFFFF;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  margin-top: 3px;
}

.offer-stack__price {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  color: var(--cp-red);
  font-size: 1.15em;
  letter-spacing: -0.01em;
}

.offer-stack__text { padding-top: 2px; }

/* Hero CTAs */
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 480px) {
  .hero__ctas .btn { width: 100%; }
}

/* Hero visual: savings summary card */
.hero__visual {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.savings-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  text-align: left;
}

/* Top "May Only" tag (squared, not pill) */
.savings-card__ribbon {
  position: absolute;
  top: -14px;
  left: var(--space-6);
  background: var(--cp-red);
  color: #FFFFFF;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: var(--space-2) var(--space-4);
  white-space: nowrap;
}

.savings-card__eyebrow {
  margin-top: var(--space-4);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--color-text-muted);
}

.savings-card__amount {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3.5rem, 5vw + 1.5rem, 5.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--cp-red);
  margin-block: var(--space-2) var(--space-3);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.savings-card__amount-symbol {
  font-size: 0.55em;
  margin-top: 0.35em;
  margin-right: 0.05em;
  font-weight: var(--fw-bold);
}

.savings-card__amount-plus {
  font-size: 0.6em;
  margin-top: 0.2em;
  font-weight: var(--fw-bold);
}

.savings-card__note {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-6);
  max-width: 32ch;
}

.savings-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-6);
  display: grid;
  gap: var(--space-3);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding-block: var(--space-5);
}

.savings-card__list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-3);
  font-size: 0.9375rem;
  color: var(--cp-navy);
  padding-block: var(--space-1);
}

.savings-card__list-label {
  font-weight: var(--fw-medium);
  text-align: left;
}

.savings-card__list-price {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  color: var(--cp-red);
  font-size: 1rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.savings-card__footer {
  font-size: var(--fs-small);
  line-height: var(--lh-snug);
  color: var(--cp-navy);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.savings-card__footer strong {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.9375rem;
}

.savings-card__footer-sub {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: var(--fw-semibold);
}

@media (max-width: 640px) {
  .savings-card {
    max-width: 100%;
  }
}


/* =========================================================
   9. TRUST SECTION
   ========================================================= */

.trust {
  padding-block: var(--section-py);
  background: var(--color-bg-alt);
}

.pillars {
  list-style: none;
  margin: 0 0 var(--space-12);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
}

@media (min-width: 768px) {
  .pillars {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-8);
  }
}

.pillar {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-6);
  text-align: left;
  transition: border-color var(--dur-base) var(--ease-out);
}

.pillar:hover {
  border-color: var(--cp-navy);
}

.pillar__icon {
  width: 40px;
  height: 40px;
  margin: 0 0 var(--space-4);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--cp-blue);
}
.pillar__icon svg { width: 28px; height: 28px; }

.pillar__title {
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  color: var(--cp-navy);
  margin-bottom: var(--space-2);
}

.pillar__body {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: var(--lh-relaxed);
}

.trust__cta {
  text-align: left;
}


/* =========================================================
   10. AC SERVICE TIERS (Good / Better / Best)
   ========================================================= */

.tiers {
  padding-block: var(--section-py);
  background: #FFFFFF;
}

.tier-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

@media (min-width: 900px) {
  .tier-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
    align-items: stretch;
  }
}

.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: clamp(1.75rem, 3vw, 2.25rem);
  transition: border-color var(--dur-base) var(--ease-out);
}

.tier-card:hover {
  border-color: var(--cp-navy);
}

.tier-card__level {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.tier-card__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--cp-navy);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
}

.tier-card__price {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3rem, 4vw + 1rem, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--cp-red);
  margin-bottom: var(--space-3);
}

.tier-card__price-symbol {
  font-size: 0.55em;
  font-weight: 800;
  vertical-align: top;
  margin-right: 0.05em;
  position: relative;
  top: 0.35em;
}

.tier-card__tag {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-5);
  border-bottom: 1px solid var(--color-border);
}

.tier-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-6);
  display: grid;
  gap: var(--space-3);
  flex-grow: 1;
}

.tier-card__features li {
  position: relative;
  padding-left: var(--space-6);
  font-size: 0.9375rem;
  line-height: var(--lh-snug);
  color: var(--cp-navy);
}

.tier-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  background: var(--cp-red);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' d='M6.2 11.6L2.4 7.8l1.4-1.4 2.4 2.4 5.6-5.6 1.4 1.4z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' d='M6.2 11.6L2.4 7.8l1.4-1.4 2.4 2.4 5.6-5.6 1.4 1.4z'/></svg>") center / contain no-repeat;
}

.tier-card__features li strong {
  font-weight: 700;
  color: var(--cp-navy);
}

.tier-card__feature-note {
  display: block;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  font-style: italic;
  margin-top: 2px;
}

/* Featured (Better / Most Popular) tier */
.tier-card--featured {
  border: 2px solid var(--cp-red);
  padding-top: clamp(2.25rem, 4vw, 3rem);
}

.tier-card--featured:hover {
  border-color: var(--cp-red);
}

.tier-card__flag {
  position: absolute;
  top: 0;
  left: var(--space-6);
  background: var(--cp-red);
  color: #FFFFFF;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: var(--space-2) var(--space-4);
}


/* =========================================================
   10b. PROMO COUPONS
   ========================================================= */

.promos {
  padding-block: var(--section-py);
  background: var(--color-bg-alt);
}

.coupon-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-10);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

@media (min-width: 640px) {
  .coupon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .coupon-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-5);
  }
}

.coupon {
  position: relative;
  background: #FFFFFF;
  border: 2px dashed var(--cp-red);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
}

.coupon--featured {
  border-style: solid;
  border-color: var(--cp-red);
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px var(--cp-red);
}

/* Decorative ticket notches on the side edges */
.coupon__notch {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--color-bg-alt);
  border-radius: 50%;
  left: -11px;
  border: 2px dashed var(--cp-red);
  pointer-events: none;
}

.coupon--featured .coupon__notch {
  border-style: solid;
}

.coupon__notch--top {
  top: 50%;
  transform: translateY(-50%);
}

.coupon__notch--bottom {
  display: none;
}

.coupon__inner {
  padding: clamp(1.5rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.coupon__type {
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.coupon__amount {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.75rem, 4vw + 0.5rem, 3.75rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--cp-red);
  margin-bottom: var(--space-3);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.15em;
}

.coupon__amount-prefix {
  font-family: var(--font-body);
  font-size: 0.32em;
  font-weight: 700;
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: -0.25em;
  padding-top: 0.4em;
}

.coupon__amount-symbol {
  font-size: 0.55em;
  font-weight: 800;
  position: relative;
  top: 0.35em;
}

.coupon__amount-suffix {
  font-size: 0.32em;
  font-weight: 800;
  letter-spacing: 0.05em;
  align-self: center;
  padding-top: 0.4em;
}

.coupon__detail {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-5);
  flex-grow: 1;
}

.coupon__divider {
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    var(--color-border) 0,
    var(--color-border) 4px,
    transparent 4px,
    transparent 8px
  );
  margin-bottom: var(--space-4);
}

.coupon__code {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  margin-bottom: var(--space-1);
}

.coupon__code-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--color-text-muted);
}

.coupon__code-value {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-weight: 700;
  font-size: 1rem;
  color: var(--cp-navy);
  letter-spacing: 0.06em;
  background: var(--color-bg-alt);
  padding: 2px var(--space-2);
  border: 1px solid var(--color-border);
}

.coupon__expiry {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: var(--space-4);
}

/* Tiered savings list (used on the toilet bundle coupon) */
.coupon__tiers {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-5);
  display: grid;
  border-top: 1px dashed var(--cp-navy);
  border-bottom: 1px dashed var(--cp-navy);
}

.coupon__tiers li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-3);
  font-size: 0.9375rem;
  color: var(--cp-navy);
  padding-block: var(--space-3);
  border-bottom: 1px dashed var(--cp-navy);
}

.coupon__tiers li:last-child {
  border-bottom: 0;
}

.coupon__tier-qty {
  font-weight: 600;
}

.coupon__tier-save {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--cp-red);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.promos__fineprint {
  text-align: left;
  font-size: var(--fs-small);
  color: var(--color-text-muted);
  max-width: 720px;
  margin-inline: 0;
  line-height: var(--lh-relaxed);
}

.promos__fineprint a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

/* (link styling consolidated above) */


/* =========================================================
   11. FINAL CTA SECTION (the conversion hammer)
   ========================================================= */

.final-cta {
  position: relative;
  background: var(--cp-navy);
  color: var(--color-text-on-dark);
  padding-block: clamp(4rem, 8vw, 7rem);
  overflow: hidden;
  text-align: left;
}

.final-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-inline: 0;
}

/* Corner maple leaves — subtle accent only */
.final-cta__leaf {
  position: absolute;
  width: 220px;
  pointer-events: none;
  opacity: 0.06;
  color: var(--cp-red);
  z-index: 1;
}
.final-cta__leaf img { width: 100%; height: auto; }
.final-cta__leaf--tl { top: -50px; left: -50px; transform: rotate(-25deg); }
.final-cta__leaf--br { bottom: -60px; right: -60px; transform: rotate(20deg); width: 260px; }

@media (max-width: 640px) {
  .final-cta__leaf--tl { width: 140px; }
  .final-cta__leaf--br { display: none; }
}

.eyebrow--on-dark {
  color: #FF7A7B;   /* lighter red for contrast on navy */
  margin-bottom: var(--space-6);
}

.final-cta__headline {
  font-size: var(--fs-display);
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: var(--space-6);
  line-height: 1.0;
  letter-spacing: -0.035em;
}

.final-cta__body {
  font-size: var(--fs-lead);
  color: rgba(255, 255, 255, 0.88);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-3);
  max-width: 60ch;
}

.final-cta__body strong {
  color: #FFFFFF;
  font-weight: var(--fw-bold);
}

.final-cta__sub {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  color: #FFFFFF;
  margin-bottom: var(--space-8);
}

.final-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: flex-start;
  margin-bottom: var(--space-8);
}

@media (max-width: 480px) {
  .final-cta__buttons .btn { width: 100%; }
}

/* Ghost-light button (used on dark backgrounds) */
.btn--ghost-light {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--ghost-light:hover {
  background: #FFFFFF;
  color: var(--cp-navy);
  border-color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.final-cta__guarantee {
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}


/* =========================================================
   11. STICKY MOBILE CTA BAR (mobile only)
   Two equal buttons in the thumb zone
   ========================================================= */

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-mobile-cta);
  background: #FFFFFF;
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -8px 24px rgba(4, 38, 66, 0.12);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  /* Respect iOS safe area */
  padding: var(--space-2) var(--space-2) max(var(--space-2), env(safe-area-inset-bottom));
}

/* Hide on tablet+ */
@media (min-width: 768px) {
  .mobile-cta { display: none; }
}

/* Push our wrapper content above sticky bar so it doesn't cover the
   final CTA. We scope this to .cp-deals (not body) so it doesn't add
   unwanted padding to the parent WordPress site's footer area. */
@media (max-width: 767px) {
  .cp-deals {
    padding-bottom: 84px;
  }
}

.mobile-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 56px;
  margin: 0 var(--space-1);
  padding: 0 var(--space-3);
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 1rem;
  letter-spacing: 0.02em;
  border: 2px solid transparent;
  transition: transform var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out);
}

.mobile-cta__btn--primary {
  background: var(--cp-red);
  color: #FFFFFF;
  border-color: var(--cp-red);
  box-shadow: var(--shadow-cta);
}
.mobile-cta__btn--primary:hover,
.mobile-cta__btn--primary:active {
  background: var(--color-cta-hover);
  color: #FFFFFF;
}

.mobile-cta__btn--secondary {
  background: #FFFFFF;
  color: var(--cp-navy);
  border-color: var(--cp-navy);
}
.mobile-cta__btn--secondary:hover,
.mobile-cta__btn--secondary:active {
  background: var(--cp-navy);
  color: #FFFFFF;
}


/* =========================================================
   14. ACCESSIBILITY & QA POLISH
   ========================================================= */

/* Prevent horizontal overflow */
html, body { overflow-x: hidden; }

/* Make all interactive targets at least 44×44 (WCAG 2.5.5) */
a, button { min-height: auto; }
a.btn, button.btn,
.mobile-cta__btn,
.site-header__phone {
  min-height: 44px;
}

/* High-contrast outline for keyboard users on CTA buttons */
.btn:focus-visible {
  outline: 3px solid var(--cp-blue);
  outline-offset: 3px;
  box-shadow: none;
}/* End custom CSS */