/* POD Landing — light Lisa theme. Layout uses Bootstrap grid in the template. */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/poppins/poppins-latin-700.woff2") format("woff2");
}

body.page-template-pod-landing,
body.page-template-pod-thank-you {
  --pod-navy: #00112c;
  --pod-blue: #074ff7;
  --pod-blue-dark: #0f54d6;
  --pod-gold: #f4a32b;
  --pod-text: #243044;
  --pod-muted: #5b6b82;
  --pod-bg: #f4f7fc;
  --pod-line: rgba(11, 31, 68, 0.1);
  --pod-icon-color-0: #074ff7;
  --pod-icon-color-1: #21ac59;
  --pod-icon-color-2: #6e1af2;
  --pod-icon-color-3: #f4a32b;
  --pod-icon-color-4: #f42b8c;
  --pod-icon-bg-0: rgba(29, 78, 216, 0.1);
  --pod-icon-bg-1: rgba(33, 172, 89, 0.1);
  --pod-icon-bg-2: rgba(110, 26, 242, 0.1);
  --pod-icon-bg-3: rgba(244, 163, 43, 0.1);
  --pod-icon-bg-4: rgba(244, 43, 140, 0.1);
  font-family: "Poppins", sans-serif;
  color: var(--pod-text);
  background-color: #fff!important;
  overflow-x: hidden;
  max-width: 100%;
}

/* Clip glow / rotated blur so it never creates a page scrollbar */
html:has(body.page-template-pod-landing),
html:has(body.page-template-pod-thank-you) {
  overflow-x: hidden;
}

/* Hero radial glow — body pseudo (like former .pod-hero::before), clipped to viewport */
body.page-template-pod-landing {
  position: relative;
  isolation: isolate;
}

body.page-template-pod-landing::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: min(900px, 70%);
  height: min(500px, 70vh);
  right: 0;
  top: 10rem;
  transform: rotate(-30deg);
  transform-origin: top right;
  background: #074ff7;
  filter: blur(80px);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  /* Keep painted blur from expanding layout width */
  max-width: 100%;
}

body.page-template-pod-landing #page,
body.page-template-pod-landing .site,
body.page-template-pod-thank-you #page,
body.page-template-pod-thank-you .site {
  position: relative;
  z-index: 1;
  background: transparent;
  overflow-x: hidden;
  max-width: 100%;
}

/* Override main style.css — transparent sections (testimonials keeps navy) */
body.page-template-pod-landing section:not(.pod-testimonials),
body.page-template-pod-thank-you section {
  background-color: transparent !important;
  background-image: none !important;
}

body.page-template-pod-landing section:nth-child(odd):not(.pod-testimonials) {
  background-color: transparent !important;
  background-image: none !important;
}

body.page-template-pod-landing section.pod-testimonials {
  background-color: var(--pod-navy) !important;
}

body.page-template-pod-landing h1,
body.page-template-pod-landing h2,
body.page-template-pod-landing h3,
body.page-template-pod-landing h4,
body.page-template-pod-landing h5,
body.page-template-pod-landing h6,
body.page-template-pod-thank-you h1,
body.page-template-pod-thank-you h2 {
  color: var(--pod-navy);
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.02em;
}

body.page-template-pod-landing.custom-background,
body.page-template-pod-thank-you.custom-background {
  background-color: #fff !important;
}

body.page-template-pod-landing :is(h1, h2, h3, h4, h5, h6) span {
  font-weight: inherit;
}
body.page-template-pod-landing header.pod-site-header,
body.page-template-pod-thank-you header.pod-site-header,
body.page-template-pod-landing .container,
body.page-template-pod-thank-you .container {
  max-width: 1300px;
  width: 100%;
}
/* POD header — HVAC-style: absolute, transparent, no shrink on scroll */
body.page-template-pod-landing header.pod-site-header,
body.page-template-pod-thank-you header.pod-site-header {
  position: absolute !important;
  top: 18px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  margin-inline: auto;
  padding-inline: 0.5rem;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  transition: none !important;
  z-index: 20;
}

body.page-template-pod-landing header.pod-site-header#masthead.scrolled,
body.page-template-pod-thank-you header.pod-site-header#masthead.scrolled {
  max-width: 1240px !important;
  width: calc(100% - 40px) !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

body.page-template-pod-landing header.pod-site-header .navbar > .container,
body.page-template-pod-thank-you header.pod-site-header .navbar > .container {
  max-width: 100%;
  gap: 1rem;
  padding-inline: 0.65rem;
  min-height: 62px;
}

body.page-template-pod-landing header.pod-site-header .custom-logo,
body.page-template-pod-thank-you header.pod-site-header .custom-logo,
body.page-template-pod-landing header.pod-site-header .pod-header-logo,
body.page-template-pod-thank-you header.pod-site-header .pod-header-logo {
  max-height: 34px;
  height: auto;
  width: auto;
}

body.page-template-pod-landing header.pod-site-header .navbar-collapse,
body.page-template-pod-thank-you header.pod-site-header .navbar-collapse,
body.page-template-pod-landing header.pod-site-header .navbar-toggler,
body.page-template-pod-thank-you header.pod-site-header .navbar-toggler {
  display: none !important;
}

body.page-template-pod-landing header.pod-site-header .header-actions,
body.page-template-pod-thank-you header.pod-site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

body.page-template-pod-landing header.pod-site-header .header-actions .pod-header-cta,
body.page-template-pod-thank-you header.pod-site-header .header-actions .pod-header-cta {
  display: none !important;
}

@media (min-width: 768px) {
  body.page-template-pod-landing header.pod-site-header .header-actions .pod-header-cta,
  body.page-template-pod-thank-you header.pod-site-header .header-actions .pod-header-cta {
    display: inline-flex !important;
    align-items: center;
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }
}

body.page-template-pod-landing header.pod-site-header .header-actions .phone-btn,
body.page-template-pod-thank-you header.pod-site-header .header-actions .phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 10px 20px;
  border: 1px solid var(--pod-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--pod-navy) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
}

body.page-template-pod-landing header.pod-site-header .header-actions .phone-btn:hover,
body.page-template-pod-thank-you header.pod-site-header .header-actions .phone-btn:hover,
body.page-template-pod-landing header.pod-site-header .header-actions .phone-btn:focus,
body.page-template-pod-thank-you header.pod-site-header .header-actions .phone-btn:focus {
  color: var(--pod-navy) !important;
  border-color: rgba(7, 79, 247, 0.25);
  background: #fff;
}

body.page-template-pod-landing header.pod-site-header .header-actions .phone-btn i,
body.page-template-pod-thank-you header.pod-site-header .header-actions .phone-btn i {
  color: var(--pod-blue);
}

body.page-template-pod-landing header.pod-site-header .header-actions .phone-btn.mobile-icon,
body.page-template-pod-thank-you header.pod-site-header .header-actions .phone-btn.mobile-icon {
  padding: 10px 14px;
}

body.page-template-pod-landing .site-main,
body.page-template-pod-landing #primary {
  background: transparent;
}

/* ── Shared list checks (override global ul li::before) ── */
body.page-template-pod-landing ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
  font-size: inherit;
}

body.page-template-pod-landing ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 600;
  color: var(--pod-navy);
  padding-left: 0;
  padding-top: 0;
}

body.page-template-pod-landing ul li::before {
  content: "\F26A";
  font-size: 1rem;
  line-height: 1.35;
  color: var(--pod-blue);
  margin-right: 0;
  margin-top: 5px;
  flex-shrink: 0;
  width: 1.15rem;
}

body.page-template-pod-landing ul li:has(img)::before {
  content: none;
}

/* Hero */
body.page-template-pod-landing .pod-hero {
  position: relative;
  text-align: left;
  padding-top: 6.5rem;
  background-color: transparent !important;
  background-image: none !important;
}

body.page-template-pod-landing .pod-hero > .container {
  position: relative;
}

body.page-template-pod-landing .badge-pill {
  display: inline-block;
  color: var(--pod-blue);
  background: rgba(26, 109, 255, 0.1);
  border: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  line-height: normal;
}

body.page-template-pod-landing .badge-pill--on-dark {
  color: #c7d7ff;
  background: rgba(255, 255, 255, 0.12);
}

body.page-template-pod-landing .pod-hero h1 {
  color: var(--pod-navy);
  font-size: clamp(1.85rem, 4vw, 4rem);
  line-height: 1.15;
}

body.page-template-pod-landing .pod-hero h1 em,
body.page-template-pod-landing .pod-hero h1 span {
  color: var(--pod-blue);
  font-size: inherit;
  font-weight: inherit;
}

body.page-template-pod-landing .pod-hero ul {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
}

/* Desktop: 3 checkmarks on row 1, 2 on row 2 */
@media (min-width: 992px) {
  body.page-template-pod-landing .pod-hero ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: start;
    width: max-content;
    max-width: 100%;
  }
}

body.page-template-pod-landing .pod-hero ul li {
  margin-bottom: 0;
  padding-top: 0;
  align-items: center;
}

/* Hero visual — desktop: Lisa behind form (previous layout) */
body.page-template-pod-landing .pod-hero-visual-col {
  position: relative;
  overflow: visible;
}

body.page-template-pod-landing .pod-hero-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 2rem;
  overflow: visible;
}

body.page-template-pod-landing .pod-portrait-figure {
  margin: 0;
  pointer-events: none;
}

body.page-template-pod-landing .pod-portrait-img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: bottom left;
}

body.page-template-pod-landing .pod-side-card {
  position: relative;
  z-index: 2;
  width: min(100%, 450px);
  margin-right: 0;
  background: #fff;
  border-radius: 20px;
  padding: 1.35rem;
  box-shadow: 0 20px 44px rgba(11, 31, 68, 0.14);
  text-align: left;
}

@media (min-width: 992px) {
  body.page-template-pod-landing .pod-portrait-figure {
    position: absolute;
    inset: 0 0 0 -15%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  body.page-template-pod-landing .pod-portrait-img {
    width: 55%;
    max-height: 100%;
    object-position: bottom left;
  }

  body.page-template-pod-landing .pod-social-proof {
    max-width: 60%;
  }
}

body.page-template-pod-landing .pod-social-proof {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: normal;
  max-width: 100%;
  width: 100%;
}

body.page-template-pod-landing .pod-stars {
  color: var(--pod-gold);
  letter-spacing: 0.08em;
  font-size: 1.2rem;
}

body.page-template-pod-landing .pod-form-embed {
  min-height: 200px;
}

body.page-template-pod-landing .pod-form-embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
}

/* Icons with soft tinted multi-color backgrounds + darker icon colors */
body.page-template-pod-landing .pod-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--pod-icon-bg-0);
  color: var(--pod-icon-color-0);
  margin-bottom: 0.55rem;
  overflow: hidden;
}

body.page-template-pod-landing .pod-icon i {
  font-size: 1.5rem;
  line-height: 1;
  color: inherit;
}

body.page-template-pod-landing .pod-icon-img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
  display: block;
}

body.page-template-pod-landing .pod-icon-tone-0 .pod-icon,
body.page-template-pod-landing .pod-icon-tone-0.pod-stat-card .pod-icon {
  background: var(--pod-icon-bg-0);
  color: var(--pod-icon-color-0);
}

body.page-template-pod-landing .pod-icon-tone-1 .pod-icon,
body.page-template-pod-landing .pod-icon-tone-1.pod-stat-card .pod-icon {
  background: var(--pod-icon-bg-1);
  color: var(--pod-icon-color-1);
}

body.page-template-pod-landing .pod-icon-tone-2 .pod-icon,
body.page-template-pod-landing .pod-icon-tone-2.pod-stat-card .pod-icon {
  background: var(--pod-icon-bg-2);
  color: var(--pod-icon-color-2);
}

body.page-template-pod-landing .pod-icon-tone-3 .pod-icon,
body.page-template-pod-landing .pod-icon-tone-3.pod-stat-card .pod-icon {
  background: var(--pod-icon-bg-3);
  color: var(--pod-icon-color-3);
}

body.page-template-pod-landing .pod-icon-tone-4 .pod-icon {
  background: var(--pod-icon-bg-4);
  color: var(--pod-icon-color-4);
}

/* Stats + Framework: stronger multi-color icon treatment */
body.page-template-pod-landing .pod-stats .pod-icon i,
body.page-template-pod-landing #framework .pod-icon i {
  font-weight: 600;
}

body.page-template-pod-landing .pod-trust-row {
  display: flex;
  gap: 0.85rem;
}

body.page-template-pod-landing .pod-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  text-align: left;
}

body.page-template-pod-landing .pod-trust-icon-col {
  flex-shrink: 0;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  padding-top: 0.1rem;
}

body.page-template-pod-landing .pod-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: none !important;
  border-radius: 0;
  color: var(--pod-blue);
  overflow: visible;
}

body.page-template-pod-landing .pod-trust-icon i {
  font-size: 1.25rem;
  line-height: 1;
  color: inherit;
}

body.page-template-pod-landing .pod-trust-icon .pod-icon-img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

body.page-template-pod-landing .pod-trust-copy {
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  gap: 0.1rem;
  min-width: 0;
}

body.page-template-pod-landing .pod-trust-title {
  display: block;
  font-weight: 600;
  color: var(--pod-navy);
  line-height: 1.3;
}

body.page-template-pod-landing .pod-trust-desc {
  display: block;
  font-weight: 400;
  color: var(--pod-muted);
  line-height: 1.35;
}

body.page-template-pod-landing .pod-stats-panel {
  background: #ffffff;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  border-radius: 14px;
  padding-block: 0.75rem;
  padding-inline: 0.75rem;
}

body.page-template-pod-landing .pod-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  text-align: center;
  background: transparent;
  border-radius: 14px;
  color: var(--pod-navy);
}

body.page-template-pod-landing .pod-stat-icon-col {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

body.page-template-pod-landing .pod-stat-icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0;
}

body.page-template-pod-landing .pod-stats .pod-stat-icon {
  width: 3.25rem;
  height: 3.25rem;
}

body.page-template-pod-landing .pod-stat-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  width: 100%;
}

body.page-template-pod-landing .pod-stat-value {
  font-size: clamp(1.05rem, 2.8vw, 1.5rem);
  line-height: 1.15;
  color: var(--pod-navy);
}

body.page-template-pod-landing .pod-stat-label {
  font-size: clamp(0.68rem, 1.8vw, 0.85rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* Desktop stats — previous side-by-side layout */
@media (min-width: 992px) {
  body.page-template-pod-landing .pod-stat-card {
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
    text-align: left;
  }

  body.page-template-pod-landing .pod-stat-icon-col {
    justify-content: flex-start;
  }

  body.page-template-pod-landing .pod-stats .pod-stat-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  body.page-template-pod-landing .pod-stat-copy {
    gap: 0.5rem;
    width: auto;
  }

  body.page-template-pod-landing .pod-stat-value {
    font-size: 1.5rem;
  }

  body.page-template-pod-landing .pod-stat-label {
    font-size: 0.85rem;
    letter-spacing: 0.04em;
  }
}

/* Framework */
body.page-template-pod-landing #framework .pod-section-intro :is(h1, h2, h3, h4) {
  font-weight: 700;
}

body.page-template-pod-landing .pod-pillar {
  background: #fff;
  border: 1px solid var(--pod-line);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(11, 31, 68, 0.05);
  line-height: normal;
}

body.page-template-pod-landing .pod-pillar-icon {
  width: clamp(2.75rem, 8vw, 4.125rem);
  height: clamp(2.75rem, 8vw, 4.125rem);
  margin-inline: auto;
  margin-bottom: 0.55rem;
}

body.page-template-pod-landing .pod-pillar-icon i {
  font-size: clamp(1.15rem, 3.2vw, 1.5rem);
}

body.page-template-pod-landing .pod-pillar-icon .pod-icon-img {
  width: clamp(1.25rem, 3.5vw, 2rem);
  height: clamp(1.25rem, 3.5vw, 2rem);
}

body.page-template-pod-landing .pod-pillar-title {
  font-size: clamp(0.85rem, 2.4vw, 1.15rem);
  line-height: 1.25;
  color: var(--pod-navy);
}

body.page-template-pod-landing .pod-pillar-text {
  font-size: clamp(0.72rem, 2vw, 0.875rem);
  line-height: 1.4;
  color: var(--pod-muted);
}

/* Desktop 6-across: slightly tighter so all cards fit one row */
@media (min-width: 992px) {
  body.page-template-pod-landing .pod-pillar {
    padding: 0.85rem 0.65rem !important;
  }

  body.page-template-pod-landing .pod-pillar-icon {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 0.5rem;
  }

  body.page-template-pod-landing .pod-pillar-icon i {
    font-size: 1.25rem;
  }

  body.page-template-pod-landing .pod-pillar-icon .pod-icon-img {
    width: 1.5rem;
    height: 1.5rem;
  }

  body.page-template-pod-landing .pod-pillar-title {
    font-size: 0.95rem;
  }

  body.page-template-pod-landing .pod-pillar-text {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  body.page-template-pod-landing .pod-pillar-icon {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 0.65rem;
  }

  body.page-template-pod-landing .pod-pillar-icon i {
    font-size: 1.35rem;
  }

  body.page-template-pod-landing .pod-pillar-icon .pod-icon-img {
    width: 1.75rem;
    height: 1.75rem;
  }

  body.page-template-pod-landing .pod-pillar-title {
    font-size: 1.05rem;
  }

  body.page-template-pod-landing .pod-pillar-text {
    font-size: 0.8rem;
  }
}

/* Assessment — intro list 2-col desktop */
body.page-template-pod-landing .pod-assessment-grid-2 ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 1.25rem;
  font-size: 14px;
  line-height: normal;
}

@media (min-width: 576px) {
  body.page-template-pod-landing .pod-assessment-grid-2 ul {
    grid-template-columns: 1fr 1fr;
    font-size: inherit;
    gap: 0.85rem 1.5rem;
  }
}

body.page-template-pod-landing .pod-score-card {
  max-width: 450px;
  width: 100%;
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--pod-line);
  border-radius: 20px;
  box-shadow:
    18px 22px 48px rgba(7, 79, 247, 0.18),
    0 10px 28px rgba(11, 31, 68, 0.08);
  transform: rotate(2.5deg) skewY(-0.6deg);
  transition: transform 0.25s ease;
}

body.page-template-pod-landing .pod-score-card:hover {
  transform: rotate(1deg) skewY(-0.3deg);
}

body.page-template-pod-landing .pod-score-ring {
  width: 100px;
  height: 100px;
  margin-inline: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #fff 58%, transparent 59%),
    conic-gradient(var(--pod-blue) 0 78%, #d9e4f7 0);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--pod-blue);
}

body.page-template-pod-landing .pod-bars {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

body.page-template-pod-landing .pod-bar {
  display: grid;
  grid-template-columns: minmax(4.5rem, 28%) 1fr auto;
  align-items: center;
  gap: 0.65rem 0.75rem;
  margin-bottom: 0;
}

body.page-template-pod-landing .pod-bar-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--pod-navy);
  line-height: 1.2;
  text-align: left;
}

body.page-template-pod-landing .pod-bar-track {
  display: block;
  min-width: 0;
}

body.page-template-pod-landing .pod-bar-track i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e5edf8;
  position: relative;
  overflow: hidden;
  font-style: normal;
}

body.page-template-pod-landing .pod-bar-track i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 70%);
  background: var(--pod-text);
  border-radius: inherit;
}

body.page-template-pod-landing .pod-bar-value {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--pod-navy);
  line-height: 1;
  min-width: 2.4rem;
  text-align: right;
}

/* Programs / Pricing */
body.page-template-pod-landing .pod-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--pod-line);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(11, 31, 68, 0.06);
}

body.page-template-pod-landing .pod-plan-title {
  font-weight: 700;
}

body.page-template-pod-landing .pod-plan-desc {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  max-width: 350px;
  width: 100%;
}

body.page-template-pod-landing .pod-plan.is-pro {
  background: var(--pod-navy);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(0, 17, 44, 0.28);
  color: #fff;
}

body.page-template-pod-landing .pod-plan.is-pro :is(h1, h2, h3, h4, h5, h6, .pod-plan-title) {
  color: #fff;
}

body.page-template-pod-landing .pod-plan.is-pro .pod-plan-desc {
  color: #fff;
}

body.page-template-pod-landing .pod-plan.is-pro .pod-price {
  color: #fff;
}

body.page-template-pod-landing .pod-plan.is-pro .pod-price small {
  color: #fff;
}

body.page-template-pod-landing .pod-plan.is-pro ul li {
  color: #fff;
}

body.page-template-pod-landing .pod-plan-badge {
  position: absolute;
  top: -12px;
  right: 1.2rem;
  background: var(--pod-blue);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.1rem 1rem;
  border-radius: 5px;
}

body.page-template-pod-landing .pod-price {
  color: var(--pod-blue);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

body.page-template-pod-landing .pod-price small {
  font-size: 0.95rem;
  color: var(--pod-text);
  font-weight: 600;
}

body.page-template-pod-landing .pod-plan-features {
  margin-bottom: 1rem;
}

body.page-template-pod-landing .pod-plan-options {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-top: 1px solid var(--pod-line);
  padding-top: 1rem;
  margin-top: 1.25rem;
  line-height: normal;
}

body.page-template-pod-landing .pod-plan.is-pro .pod-plan-options {
  border-color: rgba(255, 255, 255, 0.22);
}

body.page-template-pod-landing .pod-plan-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--pod-navy);
  cursor: pointer;
  margin: 0;
}

body.page-template-pod-landing .pod-plan.is-pro .pod-plan-option {
  color: #fff;
}

body.page-template-pod-landing .pod-plan-option input {
  accent-color: var(--pod-blue);
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  flex-shrink: 0;
}

body.page-template-pod-landing .pod-plan.is-pro .btn-primary-cta {
  background: var(--pod-blue) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(7, 79, 247, 0.35);
}

body.page-template-pod-landing .btn-primary-cta,
body.page-template-pod-thank-you .btn-primary-cta, .wpcf7-submit {
  background: var(--pod-blue) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 0.85rem 1.75rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(26, 109, 255, 0.25);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: normal;
}

body.page-template-pod-landing .btn-primary-cta::after,
body.page-template-pod-thank-you .btn-primary-cta::after, .wpcf7-submit::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1;
  speak: never;
}

body.page-template-pod-landing .btn-primary-cta:hover,
body.page-template-pod-thank-you .btn-primary-cta:hover {
  background: var(--pod-blue-dark) !important;
  color: #fff !important;
}

body.page-template-pod-landing .btn-primary-cta.pod-btn-outline {
  background: #fff !important;
  color: var(--pod-blue) !important;
  box-shadow: none !important;
  border: 2px solid var(--pod-blue) !important;
}

body.page-template-pod-landing .btn-primary-cta.pod-btn-outline:hover {
  background: var(--pod-blue) !important;
  color: #fff !important;
  border-color: var(--pod-blue) !important;
}

body.page-template-pod-landing .btn-primary-cta.pod-btn-outline:hover::after {
  color: #fff;
}

body.page-template-pod-landing .pod-section,
body.page-template-pod-landing .pod-panel {
  background-color: transparent !important;
  background-image: none !important;
}

body.page-template-pod-landing .pod-section {
  text-align: left;
  position: relative;
}

/* Testimonials */
body.page-template-pod-landing .pod-testimonials {
  background-color: var(--pod-navy) !important;
}

body.page-template-pod-landing .pod-testimonials h1,
body.page-template-pod-landing .pod-testimonials h2,
body.page-template-pod-landing .pod-testimonials h3,
body.page-template-pod-landing .pod-testimonials h4,
body.page-template-pod-landing .pod-testimonials p {
  color: #fff;
}

body.page-template-pod-landing .pod-quote {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #fff;
  margin: 0;
  font-size: 1rem;
  line-height: normal;
}

body.page-template-pod-landing .pod-quote-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.page-template-pod-landing .pod-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--pod-icon-bg-0);
  color: var(--pod-icon-color-0);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

body.page-template-pod-landing .pod-avatar-tone-0 {
  background: var(--pod-icon-bg-0);
  color: var(--pod-icon-color-0);
}

body.page-template-pod-landing .pod-avatar-tone-1 {
  background: var(--pod-icon-bg-1);
  color: var(--pod-icon-color-1);
}

body.page-template-pod-landing .pod-avatar-tone-2 {
  background: var(--pod-icon-bg-2);
  color: var(--pod-icon-color-2);
}

body.page-template-pod-landing .pod-avatar-tone-3 {
  background: var(--pod-icon-bg-3);
  color: var(--pod-icon-color-3);
}

body.page-template-pod-landing .pod-avatar-tone-4 {
  background: var(--pod-icon-bg-4);
  color: var(--pod-icon-color-4);
}

/* Stronger subtle tints on dark testimonials section */
body.page-template-pod-landing .pod-testimonials .pod-avatar-tone-0 {
  background: rgba(7, 79, 247, 0.22);
  color: #9ec0ff;
}

body.page-template-pod-landing .pod-testimonials .pod-avatar-tone-1 {
  background: rgba(33, 172, 89, 0.22);
  color: #7ee4a8;
}

body.page-template-pod-landing .pod-testimonials .pod-avatar-tone-2 {
  background: rgba(110, 26, 242, 0.22);
  color: #c9a8ff;
}

body.page-template-pod-landing .pod-testimonials .pod-avatar-tone-3 {
  background: rgba(244, 163, 43, 0.22);
  color: #ffd08a;
}

body.page-template-pod-landing .pod-testimonials .pod-avatar-tone-4 {
  background: rgba(244, 43, 140, 0.22);
  color: #ff9ecd;
}

body.page-template-pod-landing .pod-quote-meta strong {
  color: #fff;
}

body.page-template-pod-landing .pod-quote-meta .small {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
  body.page-template-pod-landing::before {
    width: min(420px, 100%);
    height: min(370px, 75vh);
    right: auto;
    left: auto;
    top: 55rem;
    transform-origin: center;
  }

  body.page-template-pod-landing .pod-hero-copy-col {
    text-align: center;
  }

  body.page-template-pod-landing .pod-hero-visual {
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  body.page-template-pod-landing .pod-portrait-figure {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: auto;
  }

  body.page-template-pod-landing .pod-portrait-img {
    width: auto;
    max-width: min(280px, 72vw);
    max-height: min(380px, 52vh);
    margin-inline: auto;
    object-position: bottom center;
  }

  body.page-template-pod-landing .pod-side-card {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }

  body.page-template-pod-landing .pod-hero ul {
    justify-content: center;
  }

  body.page-template-pod-landing .pod-social-proof {
    justify-content: center;
    margin-inline: auto;
    max-width: 100%;
  }

  body.page-template-pod-landing .pod-trust-row {
    justify-content: center;
  }

  body.page-template-pod-landing .pod-score-card {
    transform: none;
  }

  body.page-template-pod-landing .pod-score-card:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  body.page-template-pod-landing .pod-hero h1 {
    font-size: clamp(1.6rem, 7.5vw, 2.1rem);
  }

  body.page-template-pod-landing .pod-portrait-img {
    max-width: 200px;
    max-height: inherit;
    width: 100%;
  }

  body.page-template-pod-landing .pod-side-card {
    padding: 1.1rem;
  }

  body.page-template-pod-landing .pod-form-embed iframe {
    min-height: 360px;
  }

  body.page-template-pod-landing .pod-stats-panel {
    padding-inline: 0.5rem;
  }

  body.page-template-pod-landing .pod-stats .pod-stat-icon {
    width: 2.65rem;
    height: 2.65rem;
  }

  body.page-template-pod-landing .pod-stats .pod-icon i {
    font-size: 1.15rem;
  }

  body.page-template-pod-landing .pod-trust-row {
    align-items: stretch;
    gap: 0.65rem;
  }

  body.page-template-pod-landing .pod-trust-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    text-align: center;
  }

  body.page-template-pod-landing ul {
    font-size: 14px;
  }

  body.page-template-pod-landing header.pod-site-header .header-actions .phone-btn,
  body.page-template-pod-thank-you header.pod-site-header .header-actions .phone-btn {
    padding: 10px;
  }
}

/* Thank you */
body.page-template-pod-thank-you .pod-thanks {
  min-height: 70vh;
  padding: 6.5rem 0 4rem;
  background: transparent !important;
}

body.page-template-pod-thank-you .pod-thanks-card {
  background: #fff;
  border: 1px solid var(--pod-line);
  border-radius: 20px;
  padding: 2rem 1.25rem;
  box-shadow: 0 16px 40px rgba(11, 31, 68, 0.08);
}

body.page-template-pod-thank-you .pod-form-wrap {
  min-height: 1036px;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  body.page-template-pod-thank-you .pod-thanks-card {
    padding: 2.5rem 2rem;
  }
}

/* ── POD Landing V2 extras ── */
body.page-template-pod-landing-v2 #pod-hero-form,
body.page-template-pod-landing #pod-hero-form {
  scroll-margin-top: 6rem;
}

body.page-template-pod-landing-v2 .pod-assessment-centered .badge-pill {
  display: inline-block;
}

body.page-template-pod-landing-v2 .pod-assessment-centered :is(h1, h2, h3, h4, p) {
  text-align: center;
}

body.page-template-pod-landing-v2 .pod-assessment-centered ul {
  display: inline-grid;
  grid-template-columns: 1fr;
  gap: 0.35rem 1.5rem;
  text-align: left;
  margin-inline: auto;
  margin-top: 1.25rem;
}

@media (min-width: 576px) {
  body.page-template-pod-landing-v2 .pod-assessment-centered ul {
    grid-template-columns: 1fr 1fr;
  }
}

body.page-template-pod-landing-v2 .pod-testimonial-gallery {
  columns: 3;
  column-gap: 14px;
  max-width: 920px;
  margin-inline: auto;
  margin-top: 0.5rem;
}

body.page-template-pod-landing-v2 .pod-testimonial-gallery-item {
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 8px solid #ffffff;
  overflow: hidden;
  box-shadow: 0 0 5.08px 0 rgba(0, 0, 0, 0.25);
}

body.page-template-pod-landing-v2 .pod-testimonial-gallery-item img,
body.page-template-pod-landing-v2 .pod-testimonial-gallery-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  transform: none !important;
}

@media (max-width: 991.98px) {
  body.page-template-pod-landing-v2 .pod-testimonial-gallery {
    columns: 2;
  }
}

@media (max-width: 575.98px) {
  body.page-template-pod-landing-v2 .pod-testimonial-gallery {
    columns: 1;
    max-width: 360px;
  }
}

/* Admin: hide legacy ACF fields */
.acf-hidden.pod-acf-legacy-hidden {
  display: none !important;
}




.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.3em;
    font-size: .8rem;
    line-height: normal;
    border-radius: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: rgb(255 185 0 / 10%);
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: rgb(70 180 80 / 10%);
}
.wpcf7-spinner{
    position: absolute;
    left: 10px;
    margin-top: 12px;
}
.wpcf7-submit{
    width:100%;
}