:root {
  --ink: #071f1a;
  --muted: #62736d;
  --paper: #f7faf6;
  --white: #ffffff;
  --line: #dce7e0;
  --green: #11946f;
  --green-dark: #075a45;
  --mint: #dffbed;
  --mint-strong: #bdf4d8;
  --lime: #d9f95f;
  --amber: #f3b64b;
  --coral: #f26b57;
  --blue: #12394a;
  --shadow: 0 24px 80px rgba(7, 31, 26, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(247, 250, 246, 0.86);
  border-bottom: 1px solid rgba(220, 231, 224, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-radius: 10px;
  font-size: 0.8rem;
  box-shadow: 0 12px 30px rgba(17, 148, 111, 0.24);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.nav a,
.footer a {
  transition: color 180ms ease;
}

.nav a:hover,
.footer a:hover {
  color: var(--green);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 34px rgba(17, 148, 111, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
  box-shadow: 0 10px 24px rgba(7, 31, 26, 0.06);
}

.button.full {
  width: 100%;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  min-height: calc(100svh - 69px);
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px) clamp(44px, 6vw, 76px);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  inset: 8% -18% auto auto;
  width: min(58vw, 820px);
  height: min(58vw, 820px);
  content: "";
  background: radial-gradient(circle, rgba(189, 244, 216, 0.86), rgba(247, 250, 246, 0) 66%);
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 860px;
}
.text-brand {
  color: #0d944c !important;
}
.eyebrow,
.section-kicker,
.price-label,
.mini-label {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  padding: 0 11px;
  color: var(--green-dark);
  background: var(--mint);
  border: 1px solid rgba(17, 148, 111, 0.16);
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  
  margin-bottom: 10px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 860px;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.2vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-row,
.values-list,
.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row {
  margin-top: 28px;
}

.trust-row span,
.values-list span,
.contact-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 750;
}

.hero-visual {
  display: grid;
  justify-items: center;
}

.phone-shell {
  width: min(100%, 390px);
  padding: 14px;
  background: #10211d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

.phone-top span {
  width: 10px;
  height: 10px;
  background: var(--lime);
  border-radius: 50%;
}

.chat-thread {
  display: grid;
  gap: 12px;
  min-height: 470px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(223, 251, 237, 0.86), rgba(255, 255, 255, 0.94)),
    var(--white);
  border-radius: 24px;
}

.message {
  width: 88%;
  padding: 14px;
  background: var(--white);
  border: 1px solid rgba(220, 231, 224, 0.9);
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 12px 28px rgba(7, 31, 26, 0.09);
}

.message span {
  display: block;
  margin-bottom: 7px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.message p {
  margin-bottom: 0;
  color: #18342e;
  font-size: 0.95rem;
}

.message.accent {
  background: #f4ffe3;
  border-color: rgba(217, 249, 95, 0.56);
}

.message.outbound {
  justify-self: end;
  width: 72%;
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  border-radius: 18px 18px 6px 18px;
}

.message.outbound p {
  color: var(--white);
}

.revenue-card {
  width: min(330px, 88%);
  margin-top: -54px;
  margin-left: clamp(34px, 10vw, 150px);
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(7, 31, 26, 0.16);
}

.revenue-card span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.revenue-card strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 1.2rem;
}

.revenue-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.ticker {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  font-size: 0.86rem;
  font-weight: 780;
  white-space: nowrap;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ticker span + span::before {
  content: "→";
  color: var(--lime);
}

.recovery-section,
.value-band,
.section,
.split-section,
.savings-section,
.contact-section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.section-heading p,
.pricing-copy p,
.savings-copy p,
.contact-copy p,
.value-points p {
  color: var(--muted);
  font-size: 1.04rem;
}

.recovery-section {
  background: var(--white);
}

.recovery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 16px;
}

.recovery-card,
.feature-card,
.price-card,
.saving-tile,
.enquiry-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 46px rgba(7, 31, 26, 0.07);
}

.recovery-card {
  min-height: 260px;
  padding: clamp(22px, 3vw, 30px);
}

.insight-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
}

.insight-card::after {
  position: absolute;
  right: -42px;
  top: -42px;
  width: 132px;
  height: 132px;
  content: "";
  background: radial-gradient(circle, rgba(189, 244, 216, 0.8), rgba(189, 244, 216, 0));
  pointer-events: none;
}

.efficiency-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 255, 248, 0.98)),
    var(--white);
}

.timing-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 253, 238, 0.98)),
    var(--white);
}

.efficiency-panel,
.timing-panel {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(220, 231, 224, 0.9);
  border-radius: 16px;
}

.conversion-path {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.conversion-path span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 10px;
  color: var(--green-dark);
  background: rgba(223, 251, 237, 0.86);
  border: 1px solid rgba(17, 148, 111, 0.18);
  border-radius: 14px;
  font-size: 0.8rem;
  font-weight: 850;
  text-align: center;
}

.conversion-path span:last-child {
  color: var(--ink);
  background: var(--lime);
  border-color: rgba(217, 249, 95, 0.7);
}

.efficiency-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.efficiency-row strong {
  color: var(--ink);
}

.highlight-row strong {
  color: var(--green-dark);
}

.efficiency-meter {
  position: relative;
  height: 12px;
  margin: 12px 0;
  overflow: hidden;
  background: #edf4ef;
  border-radius: 999px;
}

.efficiency-meter span {
  display: block;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--lime));
  border-radius: inherit;
}

.lift-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.lift-note strong {
  color: var(--green-dark);
  font-size: 1.1rem;
}

.lift-note span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 720;
}

.timing-panel {
  display: grid;
  gap: 10px;
}

.nudge-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: #f8fbf7;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.nudge-step span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--green-dark);
  background: var(--mint);
  border-radius: 50%;
  font-size: 0.74rem;
  font-weight: 900;
}

.nudge-step strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.92rem;
}

.nudge-step p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.nudge-step.active {
  background: var(--green);
  border-color: var(--green);
}

.nudge-step.active span {
  color: var(--ink);
  background: var(--lime);
}

.nudge-step.active strong,
.nudge-step.active p {
  color: var(--white);
}

.checkout-step {
  border-color: rgba(17, 148, 111, 0.24);
}

.primary-recovery {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 90, 69, 0.96), rgba(17, 148, 111, 0.92)),
    var(--green-dark);
}

.primary-recovery p {
  color: rgba(255, 255, 255, 0.78);
}

.primary-recovery .mini-label {
  color: var(--ink);
  background: var(--lime);
  border-color: transparent;
}

.recovery-card:not(.primary-recovery) p,
.feature-card p,
.saving-tile p,
.price-card p,
.form-note {
  color: var(--muted);
}

.timing-panel .nudge-step.active p {
  color: var(--white);
}

.recovery-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.recovery-stats div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.recovery-stats strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.recovery-stats span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 720;
}

.flow-preview {
  width: 100%;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.value-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 31, 26, 0.96), rgba(10, 55, 47, 0.98)),
    var(--ink);
}

.value-band .section-kicker {
  color: var(--ink);
  background: var(--lime);
  border-color: transparent;
}

.value-points p {
  color: rgba(255, 255, 255, 0.74);
}

.values-list {
  margin-top: 20px;
}

.values-list span {
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 230px;
  padding: 24px;
}

.feature-card.highlighted {
  background: linear-gradient(180deg, #f4ffe4, var(--white));
  border-color: rgba(17, 148, 111, 0.24);
}

.icon-box {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  color: var(--green-dark);
  background: var(--mint);
  border-radius: 14px;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  background:
    linear-gradient(180deg, rgba(223, 251, 237, 0.52), rgba(247, 250, 246, 1)),
    var(--paper);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  font-weight: 750;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  content: "✓";
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.78rem;
}

.price-card {
  padding: clamp(24px, 4vw, 34px);
}

.price {
  margin: 16px 0 6px;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
}

.message-rates {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.message-rates div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.message-rates span {
  color: var(--muted);
}

.message-rates strong {
  text-align: right;
}

.compare-section {
  background: var(--white);
}

.comparison {
  max-width: 1080px;
  margin-inline: auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.78fr 1fr 1fr;
}

.comparison-row > div {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.comparison-row > div + div {
  border-left: 1px solid var(--line);
}

.comparison-head {
  color: var(--white);
  background: var(--blue);
  font-weight: 850;
}

.comparison-row:not(.comparison-head) div:first-child {
  font-weight: 850;
}

.comparison-row:not(.comparison-head) div:nth-child(2) {
  color: var(--muted);
}

.comparison-row:not(.comparison-head) div:nth-child(3) {
  color: var(--green-dark);
  font-weight: 850;
  background: #f1fff8;
}

.savings-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  color: var(--white);
  background: var(--ink);
}

.savings-section .section-kicker {
  color: var(--ink);
  background: var(--lime);
  border-color: transparent;
  margin-bottom: 10px;
}

.savings-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.savings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.saving-tile {
  min-height: 205px;
  padding: 22px;
}

.saving-tile span {
  color: var(--coral);
  font-weight: 850;
}

.saving-tile strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 1.2rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  background: #f5f7f1;
}

.contact-points {
  margin-top: 26px;
}

.enquiry-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 32px);
}

.enquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfdf9;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(17, 148, 111, 0.14);
}

.enquiry-form textarea {
  resize: vertical;
}

.form-note {
  margin: -2px 0 0;
  font-size: 0.84rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.footer strong {
  color: var(--ink);
}

@media (max-width: 1040px) {
  .hero,
  .value-band,
  .split-section,
  .savings-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .recovery-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .ticker {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .savings-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding-block: 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.86rem;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 36px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(2.55rem, 12.5vw, 3.55rem);
    line-height: 0.94;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    gap: 8px;
    margin-top: 22px;
  }

  .trust-row span,
  .values-list span,
  .contact-points span {
    min-height: 30px;
    font-size: 0.82rem;
  }

  .phone-shell {
    border-radius: 26px;
  }

  .chat-thread {
    min-height: 330px;
    padding: 14px;
  }

  .revenue-card {
    width: 100%;
    margin: 12px 0 0;
  }

  .recovery-grid,
  .feature-grid,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .recovery-stats {
    grid-template-columns: 1fr;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    border-bottom: 1px solid var(--line);
  }

  .comparison-row > div {
    border-bottom: 0;
  }

  .comparison-row > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .message-rates div,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Edted below*/

/* --- Aesthetic Pricing Section Styles --- */

/* Bundle Card - Base (Mobile First) */
.bundle-card {
  background: #0f172a !important; /* Forces the dark card background to appear */
  color: #f8fafc;
  border-radius: 16px;
  padding: 1.5rem; /* Reduced padding for mobile screens */
  margin: 0 1rem 3rem; /* Adds breathing room on the left/right edges of the phone */
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.2);
  border: 1px solid #1e293b;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: auto;
}

.bundle-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.bundle-icon {
  font-size: 2.5rem;
}

.bundle-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.3rem; /* Slightly smaller for mobile */
}

.bundle-value {
  color: #a3e635;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block; /* Ensures it drops to the next line smoothly */
  margin-top: 0.25rem;
}

.bundle-pitch {
  color: #cbd5e1;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0;
}

.bundle-price {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1;
  color: #ffffff;
}

.bundle-price span {
  font-size: 1rem;
  font-weight: 400;
  color: #94a3b8;
}

/* Desktop layout rules for the Bundle Card */
@media (min-width: 850px) {
  .bundle-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3rem;
    margin: 0 auto 4rem; /* Re-centers it on desktop */
    max-width: 1050px;
  }
  .bundle-info {
    flex: 1.5;
    padding-right: 2.5rem;
    border-right: 1px solid #334155;
  }
  .bundle-action {
    flex: 1;
    padding-left: 2.5rem;
    text-align: center;
  }
  .bundle-header h3 {
    font-size: 1.5rem;
  }
}

/* Pricing Grid - Constrained & Clean */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1050px; /* Prevents cards from getting too wide */
  margin: 0 auto 1rem;
  align-items: start; /* Prevents vertical stretching */
}

.price-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  text-align: left;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px -5px rgba(0, 0, 0, 0.1);
}

.tier-label {
  display: inline-block;
  background: #eefdf2;
  color: #0d944c;
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.price-card h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1.25rem;
  color: #0f172a;
}

.tier-focus {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0 0 1.5rem 0;
  font-weight: 500;
}

.price-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1.25rem;
}

.price-card .price span {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 400;
}

.pitch {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
  margin-bottom: 1.5rem;
  min-height: 100px;
}

/* AMC Section */
.amc-section {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.amc-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.amc-header h4 {
  margin: 0;
  color: #0f172a;
  font-size: 1.25rem;
}

.free-support {
  color: #0d944c;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.amc-card {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: left;
}

.amc-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.amc-price-row span {
  font-weight: 700;
  color: #0f172a;
}

.amc-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
}

/* Desktop layout rules for the Bundle Card */
@media (min-width: 850px) {
  .bundle-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3rem;
  }
  .bundle-info {
    flex: 1.5;
    padding-right: 2.5rem;
    border-right: 1px solid #334155;
  }
  .bundle-action {
    flex: 1;
    padding-left: 2.5rem;
    text-align: center;
  }
}



/* --- Clean Comparison Table (Mobile & Desktop) --- */
.comparison {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto; /* Allows smooth swiping if the screen is super narrow */
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
}

.comparison-row {
  display: grid;
  /* Forces 3 columns. The minmax ensures columns never shrink too small */
  grid-template-columns: minmax(110px, 1fr) minmax(130px, 1fr) minmax(130px, 1fr);
  border-bottom: 1px solid #e2e8f0;
}

.comparison-row:last-child {
  border-bottom: none;
}

.comparison-row > div {
  padding: 1.25rem 1rem;
  font-size: 0.95rem;
  color: #475569;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

/* Header Row Styling */
.comparison-head {
  background: #f8fafc;
  font-weight: 700;
  border-radius: 12px 12px 0 0;
}

.comparison-head > div {
  color: #0f172a;
  font-size: 1rem;
}

/* Highlight the Nudge Easy (Winning) Column */
.comparison-row > div:last-child {
  background: #f0fdf4; 
  font-weight: 600;
  color: #0d944c;
  border-left: 1px solid #dcfce7;
}

.comparison-head > div:last-child {
  background: #dcfce7;
  color: #0d944c;
  border-left: none;
}

/* --- Mobile Specific Tweaks --- */
@media (max-width: 768px) {
  .comparison-row > div {
    padding: 0.75rem 0.5rem; /* Tighter padding to save space */
    font-size: 0.8rem; /* Smaller text so it fits 3 columns cleanly */
    word-break: break-word;
  }
  
  .comparison-head > div {
    font-size: 0.85rem;
  }
}


/*Calculator Code Below*/

/* --- Premium Bento Calculator UI --- */
.calc-bento {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  max-width: 1050px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 16px 40px -10px rgba(15,23,42,0.08);
  overflow: hidden;
}

.calc-inputs-panel {
  padding: 3.5rem;
  background: #ffffff;
}

.calc-results-panel {
  padding: 3.5rem;
  background: #f8fafc; /* Subtle gray background to separate outputs */
  border-left: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Slider Typography & Layout */
.slider-group {
  margin-bottom: 2.5rem;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.slider-header label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.value-pill {
  background: #eefdf2;
  color: #0d944c;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: monospace;
  font-size: 1.15rem;
  font-weight: 700;
  border: 1px solid #bbf7d0;
}

/* Superior Mobile-First Sliders */
.range-wrapper {
  padding: 10px 0; /* Extra safe space for thick thumbs */
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #e2e8f0;
  border-radius: 8px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px; /* Massive thumb for mobile usability */
  height: 32px;
  border-radius: 50%;
  background: #0d944c;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(13, 148, 76, 0.3);
  border: 3px solid #ffffff; /* Gives it a premium native app feel */
}

input[type="range"]::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0d944c;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(13, 148, 76, 0.3);
  border: 3px solid #ffffff;
}

.slider-hint {
  display: block;
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 0.75rem;
  font-family: monospace;
}

.calc-disclaimer {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
}

/* Outputs & Results */
.results-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 1rem;
}

.monthly-compare-bento {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.mc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 1.1rem;
}

.mc-row.typical {
  border-bottom: 1px dashed #e2e8f0;
  padding-top: 0;
}

.mc-row.nudge {
  padding-bottom: 0;
}

.mc-row.typical strong {
  color: #ef4444; 
  text-decoration: line-through;
  text-decoration-color: rgba(239, 68, 68, 0.4);
}

.mc-row.nudge strong {
  color: #0d944c;
  font-size: 1.3rem;
}

.timeline-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.tl-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.tl-box.positive { background: #f0fdf4; border-color: #bbf7d0; }
.tl-box.negative { background: #fef2f2; border-color: #fecaca; }

.tl-month {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.tl-val {
  display: block;
  font-size: 1.75rem;
  font-family: monospace;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: -0.5px;
}

.tl-box.positive .tl-val { color: #166534; }
.tl-box.negative .tl-val { color: #991b1b; }

.tl-label {
  display: block;
  font-size: 0.85rem;
  color: #475569;
  font-weight: 500;
}

/* Mobile Responsive Adjustments */
@media (max-width: 850px) {
  .calc-bento {
    grid-template-columns: 1fr;
  }
  .calc-inputs-panel {
    padding: 2rem;
  }
  .calc-results-panel {
    padding: 2rem;
    border-left: none;
    border-top: 1px solid #e2e8f0;
  }
  .slider-header label {
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .timeline-bento { grid-template-columns: 1fr; } /* Stack timeline cards on very small phones */
}


/*Use case section below*/

/* --- Premium Use Case Cards Layout (Fluid & Responsive) --- */
.uc-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.uc-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  box-shadow: 0 10px 40px -10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  overflow: hidden; /* Prevents visual glows from stretching mobile screens */
  position: relative;
}

.uc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
}

/* Alternating layout for desktop */
.uc-card:nth-child(even) .uc-content { order: 2; }
.uc-card:nth-child(even) .uc-visual { order: 1; }

.uc-content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #0f172a;
  line-height: 1.2;
}

.uc-content p {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.uc-stat-pill {
  display: inline-flex;
  align-items: center;
  font-family: monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #b91c1c;
  background: #fef2f2;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 1rem;
  border: 1px solid #fecaca;
}

.uc-why {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.5;
}

.uc-why svg {
  flex-shrink: 0;
  color: #0d944c;
  margin-top: 2px;
}

.uc-why strong {
  color: #0f172a;
}

.uc-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}

/* --- Visual Mockup Components (Fluid for Mobile) --- */
.visual-glow {
  position: absolute; 
  width: 100%; 
  max-width: 280px; 
  height: 280px; 
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,107,76,0.12) 0%, rgba(255,107,71,0.06) 55%, transparent 75%);
  filter: blur(18px); 
  z-index: 0; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%,-50%); 
  pointer-events: none;
}

.visual-card {
  position: relative; 
  z-index: 1; 
  background: #fff; 
  border: 1px solid #e2e8f0; 
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15,23,42,0.08); 
  padding: 1.5rem; 
  width: 100%; 
  max-width: 340px; /* Fluid boundary */
  box-sizing: border-box;
}

.visual-card .vc-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #64748b; font-weight: 700; margin-bottom: 1rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem;}
.visual-card .vc-count { background: #eefdf2; color: #0d944c; padding: 2px 8px; border-radius: 10px; font-family: monospace; }

/* Timeline Mockup */
.tl-step { display: flex; gap: 12px; position: relative; padding-bottom: 1.25rem; }
.tl-step:last-child { padding-bottom: 0; }
.tl-step::before { content: ""; position: absolute; left: 8px; top: 20px; bottom: 0; width: 2px; background: #e2e8f0; }
.tl-step:last-child::before { display: none; }
.tl-step.done::before { background: #0d944c; }
.tl-dot { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #e2e8f0; background: #fff; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; z-index: 2; }
.tl-step.done .tl-dot { background: #0d944c; border-color: #0d944c; }
.tl-step.done .tl-dot::after { content: ""; width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px,-1px); }
.tl-step.active .tl-dot { border-color: #ef4444; box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15); }
.tl-title { font-size: 0.9rem; font-weight: 700; color: #0f172a; margin-bottom: 2px; }
.tl-msg { font-size: 0.8rem; color: #64748b; }
.tl-step.done .tl-msg, .tl-step.active .tl-msg { color: #0d944c; font-weight: 500; }

/* Phone Mockup */
.phone-mock { position: relative; z-index: 1; width: 100%; max-width: 280px; background: #111b21; border-radius: 34px; padding: 10px; box-shadow: 0 20px 44px rgba(15,23,42,0.15); box-sizing: border-box; }
.phone-notch { width: 70px; height: 16px; background: #111b21; border-radius: 0 0 10px 10px; margin: 0 auto 6px; position: relative; top: 2px; }
.chat-window { background: #efeae2; border-radius: 26px; overflow: hidden; }
.chat-header { background: #075e54; color: #fff; padding: 14px 16px 12px; display: flex; align-items: center; gap: 10px; }
.chat-avatar { width: 30px; height: 30px; border-radius: 50%; background: #eefdf2; color: #075e54; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.chat-name { font-size: 0.9rem; font-weight: 600; line-height: 1.2; }
.chat-status { font-size: 0.7rem; color: #cfe9e4; }
.chat-body { padding: 16px 12px 20px; min-height: 210px; display: flex; flex-direction: column; justify-content: flex-end; }
.wa-card { background: #d9fdd3; border-radius: 10px 10px 10px 2px; box-shadow: 0 1px 1px rgba(0,0,0,0.08); max-width: 92%; align-self: flex-end; overflow: hidden; }
.wa-text { padding: 9px 10px 4px; font-size: 0.85rem; color: #111b21; line-height: 1.45; }
.wa-meta { display: flex; justify-content: flex-end; align-items: center; gap: 4px; padding: 0 10px 7px; font-size: 0.65rem; color: #5b7065; }
.wa-cta { display: flex; align-items: center; justify-content: center; gap: 6px; border-top: 1px solid rgba(0,0,0,0.08); padding: 9px 10px; font-size: 0.85rem; font-weight: 600; color: #039be5; position: relative; }
.tap-ring { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border-radius: 50%; border: 2px solid #039be5; opacity: 0; animation: tapPulse 2.6s ease-out infinite; }
@keyframes tapPulse { 0% { opacity: 0.65; transform: translateY(-50%) scale(0.4); } 70%, 100% { opacity: 0; transform: translateY(-50%) scale(1.6); } }

/* Impact Stat */
.impact-stat { position: relative; z-index: 1; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 1rem 1.25rem; display: flex; align-items: center; gap: 12px; box-shadow: 0 10px 24px rgba(15,23,42,0.08); width: 100%; max-width: 300px; box-sizing: border-box; }
.impact-stat .is-num { font-family: monospace; font-size: 1.5rem; font-weight: 700; color: #0d944c; flex-shrink: 0; }
.impact-stat .is-label { font-size: 0.8rem; color: #475569; line-height: 1.4; }

/* Segment Mockup */
.seg-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; flex-wrap: wrap; gap: 0.5rem; }
.seg-chip { background: #ef4444; color: #fff; font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 16px; }
.seg-count { font-family: monospace; font-size: 0.75rem; color: #64748b; }
.seg-row { display: flex; align-items: center; gap: 10px; padding: 0.6rem 0; border-top: 1px solid #e2e8f0; }
.seg-row:first-of-type { border-top: none; }
.seg-avatar { width: 28px; height: 28px; border-radius: 50%; background: #f8fafc; color: #0d944c; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.75rem; flex-shrink: 0; }
.seg-name { font-size: 0.85rem; font-weight: 600; color: #0f172a; }
.seg-meta { font-size: 0.7rem; color: #64748b; }
.seg-row.highlight { background: #eefdf2; margin: 0 -12px; padding: 0.6rem 12px; border-radius: 8px; border-top: none; }
.seg-sent { margin-left: auto; font-size: 0.7rem; font-weight: 700; color: #0d944c; }
.seg-footer { margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed #cbd5e1; font-size: 0.8rem; color: #475569; display: flex; gap: 8px; }

/* Composer Mockup */
.composer-mock { position: relative; z-index: 1; width: 100%; max-width: 340px; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 16px 40px rgba(15,23,42,0.08); padding: 1.5rem; box-sizing: border-box; }
.cm-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #64748b; font-weight: 700; margin-bottom: 0.75rem; }
.cm-body { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 1rem; font-size: 0.85rem; color: #0f172a; line-height: 1.6; margin-bottom: 1rem; word-break: break-word; }
.cm-token { background: #eefdf2; color: #0d944c; padding: 2px 6px; border-radius: 6px; font-family: monospace; font-size: 0.75rem; font-weight: 600; display: inline-block; margin: 2px 0; }
.cm-chips { display: flex; gap: 8px; margin-bottom: 1rem; flex-wrap: wrap; }
.cm-chip { font-size: 0.75rem; padding: 4px 10px; border-radius: 20px; border: 1px solid #cbd5e1; color: #475569; font-weight: 500; }
.cm-chip.active { background: #0d944c; color: #fff; border-color: #0d944c; }
.cm-submit { width: 100%; text-align: center; background: #0f172a; color: #fff; padding: 10px; border-radius: 8px; font-size: 0.85rem; font-weight: 600; }

/* --- Mobile Responsive Tiers --- */
@media (max-width: 950px) {
  .uc-card { 
    grid-template-columns: 1fr; 
    padding: 3rem; 
    gap: 3rem; 
  }
  .uc-card:nth-child(even) .uc-content, .uc-card:nth-child(odd) .uc-content { order: 1; }
  .uc-card:nth-child(even) .uc-visual, .uc-card:nth-child(odd) .uc-visual { order: 2; }
}

@media (max-width: 500px) {
  /* Extreme tight constraints for small screens like iPhone SE */
  .uc-card {
    padding: 1.5rem; /* Drastically reduced to give mockups room to breathe */
    gap: 2rem;
    border-radius: 16px;
  }
  .uc-content h3 { font-size: 1.5rem; }
  .uc-content p { font-size: 1rem; }
  .uc-why { flex-direction: column; padding: 1rem; }
  
  .impact-stat {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
    padding: 1rem;
  }
  
  .visual-card, .composer-mock {
    padding: 1.25rem;
  }
}


.calc-example-sentence strong { color: var(--accent, #1a1a1a); font-weight: 600; }

.calc-example-sentence {
  max-width: 680px;
  margin: 32px auto 0;
  padding: 20px 24px;
  background: var(--surface-muted, #f7f7f9);
  border: 1px solid var(--border, #e5e5e8);
  border-radius: var(--radius-lg, 14px);
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary, #4a4a52);
}

.calc-example-sentence {
  /* make the numbers pop without needing separate <strong> tags in the HTML */
  font-variant-numeric: tabular-nums;
}

@media (max-width: 640px) {
  .calc-example-sentence {
    margin: 24px 16px 0;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.55;
    border-radius: var(--radius-md, 10px);
  }
}


/* ============================================
   Nudge Easy — /vs/ comparison page components
   Append this to your existing styles.css.
   Uses var(--token, fallback) so it inherits your
   real design tokens automatically if the names match;
   otherwise falls back to sensible defaults.
   ============================================ */

/* --- Nav: intentionally not redefined here.
   This page reuses your real .site-header / .brand / .brand-mark / .nav / .header-cta
   classes, which are already styled in your existing style.css from the homepage.
   Nothing to add here — it inherits automatically now that class names match. --- */

/* --- Hero (comparison intro) --- */
.hero-compare h1 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero-compare p {
  max-width: 720px;
  color: var(--text-secondary, #4a4a52);
  font-size: 17px;
  line-height: 1.65;
}

/* --- Comparison table --- */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 15px;
}
.compare-table th,
.compare-table td {
  text-align: left;
  padding: 14px 16px;
  border: 1px solid var(--border, #e5e5e8);
  vertical-align: top;
  line-height: 1.5;
}
.compare-table th {
  background: var(--surface-muted, #f7f7f9);
  font-weight: 700;
}
.compare-table th:first-child,
.compare-table td:first-child {
  font-weight: 600;
  color: var(--text-primary, #1a1a1a);
  width: 22%;
}
.compare-table tbody tr:nth-child(even) {
  background: var(--surface-muted, #fafafb);
}

@media (max-width: 720px) {
  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table th,
  .compare-table td,
  .compare-table tr {
    display: block;
  }
  .compare-table thead {
    display: none;
  }
  .compare-table tr {
    margin-bottom: 16px;
    border: 1px solid var(--border, #e5e5e8);
    border-radius: var(--radius-md, 10px);
    overflow: hidden;
  }
  .compare-table td {
    border: none;
    border-bottom: 1px solid var(--border, #e5e5e8);
    padding: 10px 14px;
  }
  .compare-table td:first-child {
    background: var(--surface-muted, #f7f7f9);
    width: 100%;
  }
  .compare-table td:not(:first-child)::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-secondary, #4a4a52);
    margin-bottom: 4px;
  }
}

/* --- Fit cards (Choose X if / Choose Y if) --- */
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
.fit-card {
  background: var(--surface-muted, #f7f7f9);
  border: 1px solid var(--border, #e5e5e8);
  border-radius: var(--radius-lg, 14px);
  padding: 24px;
}
.fit-card h3 {
  font-size: 17px;
  margin-bottom: 14px;
}
.fit-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-secondary, #4a4a52);
  font-size: 14.5px;
  line-height: 1.7;
}
.fit-card li {
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .fit-grid {
    grid-template-columns: 1fr;
  }
}

/* --- FAQ accordion --- */
.faq-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-list details {
  border: 1px solid var(--border, #e5e5e8);
  border-radius: var(--radius-md, 10px);
  padding: 4px 20px;
  background: #fff;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  padding: 16px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--text-secondary, #4a4a52);
  margin-left: 12px;
}
.faq-list details[open] summary::after {
  content: "\2212"; /* minus sign */
}
.faq-list p {
  margin: 0 0 18px;
  color: var(--text-secondary, #4a4a52);
  font-size: 14.5px;
  line-height: 1.65;
}

/* --- Reused from the calculator fix — keep only one copy in your stylesheet --- */
.calc-example-sentence {
  max-width: 680px;
  margin: 32px auto 0;
  padding: 20px 24px;
  background: var(--surface-muted, #f7f7f9);
  border: 1px solid var(--border, #e5e5e8);
  border-radius: var(--radius-lg, 14px);
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary, #4a4a52);
  font-variant-numeric: tabular-nums;
}
.calc-example-sentence strong {
  color: var(--accent, #1a1a1a);
  font-weight: 600;
}

/* --- CTA section --- */
.cta-section {
  text-align: center;
  background: var(--text-primary, #1a1a1a);
  color: #fff;
  border-radius: var(--radius-lg, 14px);
  padding: 48px 24px;
}
.cta-section h2 {
  color: #fff;
  margin-bottom: 8px;
}
.cta-section p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}
.cta-section .nav-cta {
  background: #fff;
  color: var(--text-primary, #1a1a1a);
}

/* Mobile nav behavior: whatever your existing .site-header already does on
   nudgeeasy.com's homepage at narrow widths, it'll do the same here automatically
   — this page doesn't override that. If your homepage nav overflows on mobile too
   (worth checking, since your screenshot suggests it might), that's a fix to make
   once in your real style.css, not per-page. */

/* --- Nav hardening fix: append to the very end of style.css --- */

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
}

.nav a {
  flex: none;
  white-space: nowrap;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  width: auto;
  padding: 10px 22px;
  border-radius: 999px;
  line-height: 1.2;
}

@media (max-width: 820px) {
  .nav {
    display: none !important;
  }
  .site-header {
    grid-template-columns: 1fr auto !important;
  }
}


/* ============================================
   Nudge Easy — Security & Compliance section
   Append this to your existing styles.css.
   ============================================ */

.security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.security-card {
  background: var(--surface-muted, #f7f7f9);
  border: 1px solid var(--border, #e5e5e8);
  border-radius: var(--radius-lg, 14px);
  padding: 24px;
}

.security-card svg {
  color: var(--green, #11946f);
  margin-bottom: 14px;
}

.security-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.security-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary, #4a4a52);
  margin: 0;
}

@media (max-width: 640px) {
  .security-grid {
    grid-template-columns: 1fr;
  }
}