    @property --accent-hue {
  syntax: '<number>';
  inherits: true;
  initial-value: 330;
}

:root {

      --bg-main: #f7f7f6;
      --bg-soft: #f1f1f0;
      --card-bg: #ffffff;
      --border: #e3e3e0;
      --text-main: #111;
      --text-muted: #555;
      --text-subtle: #777;
      --shadow-soft: 0 1px 2px rgba(0,0,0,0.04);
      --shadow-card: 0 8px 30px rgba(17,17,17,0.06);
      --accent-hue: 330;

/*      --accent: hsl(var(--accent-hue), 85%, 55%);*/
      --video-placeholder: #ececeb;
    
  --ink: #111111;
  --paper: #f7f3ea;
  /* Brand */
  --brand-pink: #ebbd3d;
  --brand-yellow: #ebbd3d;
  --brand-grey: #383838;
  --accent: #ebbd3d;
  --accent-soft: #f5d76e;
  --focus-orange: #e67e22;
  --focus-orange-soft: rgba(230, 126, 34, 0.28);
  --muted: #666666;


    }

    /* Dark mode: override variables and key surfaces */
    html.dark-mode {
      --paper: #1a1a1a;
      --ink: #e8e8e8;
      --bg-main: #1a1a1a;
      --bg-soft: #252525;
      --card-bg: #252525;
      --border: #333;
      --text-main: #e8e8e8;
      --text-muted: #b0b0b0;
      --text-subtle: #999;
      --brand-grey: #c0c0c0;
      --video-placeholder: #2d2d2d;
      /* Sky areas: semi-transparent black overlay (0–1). Change this to adjust darkness. */
      --dark-sky-overlay: 0.65;
    }

    html.dark-mode header {
      background: #252525;
      border-bottom-color: var(--border);
    }
    html.dark-mode .hamburger {
      color: #fff;
    }
    html.dark-mode .main-nav a {
      color: var(--text-muted);
    }
    html.dark-mode .container > h2 {
      border-bottom-color: rgba(255, 255, 255, 0.15);
    }
    html.dark-mode .hero h1,
    html.dark-mode .hero-lead,
    html.dark-mode .hero p,
    html.dark-mode .hero a:not(.btn) {
      color: #fff;
    }
    html.dark-mode .hero h1 .hero-h1-bazillions {
      color: var(--brand-yellow);
    }
    html.dark-mode .video-thumb {
      border-color: var(--border);
    }
    html.dark-mode .mobile-menu {
      background:
        linear-gradient(to bottom, rgba(0,0,0,var(--dark-sky-overlay)), rgba(0,0,0,var(--dark-sky-overlay))),
        url('images/clouds.jpg') center / cover no-repeat;
    }
    html.dark-mode .mobile-menu__close,
    html.dark-mode .mobile-menu__close:hover {
      background: rgba(255, 255, 255, 0.15);
      color: var(--ink);
      border-color: rgba(255, 255, 255, 0.2);
    }
    html.dark-mode .mobile-menu__section-title {
      border-bottom-color: rgba(255, 255, 255, 0.2);
    }
    html.dark-mode footer {
      background: #252525;
      border-top: 1px solid var(--border);
    }
    html.dark-mode .app-modal__dialog {
      color: #fff;
      background:
        linear-gradient(to bottom, rgba(0,0,0,var(--dark-sky-overlay)), rgba(0,0,0,var(--dark-sky-overlay))),
        url('images/clouds.jpg') center / cover no-repeat;
    }
    html.dark-mode .app-modal__subtitle {
      color: rgba(255, 255, 255, 0.85);
    }
    html.dark-mode .app-modal__close:hover {
      background: var(--bg-soft);
    }
    html.dark-mode .section-muted,
    html.dark-mode section#rescue,
    html.dark-mode section#resources,
    html.dark-mode section#how-it-feels {
      background: var(--paper);
    }
    /* Dark mode: keep same pricing section as light – dark bg, white text */
    html.dark-mode section#pricing {
      background-color: #141414;
      color: rgba(255, 255, 255, 0.92);
    }
    html.dark-mode section#pricing .pricing-pattern-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image: url('images/pricing-pattern.svg');
      background-size: 60px 36.043px;
      background-repeat: repeat;
      background-position: center 0;
    }
    html.dark-mode section#pricing .container > .eyebrow,
    html.dark-mode section#pricing .container > h2,
    html.dark-mode section#pricing .container > .subhead {
      color: #fff;
    }
    html.dark-mode section#pricing .container > .eyebrow {
      background: rgba(255, 255, 255, 0.15);
      border-color: rgba(255, 255, 255, 0.25);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    }
    html.dark-mode section#pricing:hover .container > .eyebrow {
      background: rgba(255, 255, 255, 0.22);
      color: #fff;
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
    }
    /* Price tier panels: same white bg and dark text as light mode */
    html.dark-mode #pricing .pricing-panel--core,
    html.dark-mode #pricing .addon-panel {
      background: #fff;
      color: #111;
      border-color: rgba(0, 0, 0, 0.12);
      --ink: #111;
      --text-muted: #555;
      --card-bg: #f8f8f8;
      --border: rgba(0, 0, 0, 0.1);
    }
    /* Feature list and items inside panels: light bg like panel (no dark text on dark bg) */
    html.dark-mode #pricing .pricing-features,
    html.dark-mode #pricing .pricing-features-expander__head,
    html.dark-mode #pricing .pricing-features-expander__body {
      background: var(--card-bg);
      color: var(--ink);
      border-color: var(--border);
    }
    html.dark-mode #pricing .feature-item:hover {
      background: rgba(0, 0, 0, 0.05);
    }
    html.dark-mode #pricing .feature-toggle,
    html.dark-mode #pricing .feature-title,
    html.dark-mode #pricing .feature-description,
    html.dark-mode #pricing .pricing-features-section-title {
      color: var(--ink);
    }
    html.dark-mode #pricing .feature-chevron,
    html.dark-mode #pricing .feature-icon {
      color: var(--text-muted);
    }
    html.dark-mode #pricing .pricing-panel__left h2,
    html.dark-mode #pricing .addon-panel .addon-panel__left .addon-title {
      color: #111;
    }
    html.dark-mode #pricing .pricing-tier-eyebrow {
      color: #383838;
      background: linear-gradient(
        135deg,
        #e8a0b8 0%,
        #d89ac8 18%,
        #a8bddb 38%,
        #8dd4ad 55%,
        #e8c078 72%,
        #e0b040 88%,
        #e8a0b8 100%
      );
      border-color: rgba(255, 255, 255, 0.5);
    }
    html.dark-mode section#faqs {
      background: var(--paper);
    }

    /* Logo: dark parts white in dark mode */
    html.dark-mode .logo .cls-2 {
      fill: #fff;
    }

    /* Header CTA: brand yellow */
    html.dark-mode header .btn-primary,
    html.dark-mode .header-cta {
      background: var(--brand-yellow);
      color: #111;
      border: 1px solid #111;
    }
    html.dark-mode header .btn-primary:hover {
      background: #e0b535;
      border-color: #111;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    }

    /* Hero: sky image with semi-transparent black overlay */
    html.dark-mode .hero {
      background-color: transparent;
    }

    /* Parallax sky in dark mode (clouds + overlay); clouds scaled very tall so repeat seam is far below */
    html.dark-mode .parallax-sky {
      background-color: #142840;
      background-image:
        linear-gradient(to bottom, rgba(0,0,0,var(--dark-sky-overlay)), rgba(0,0,0,var(--dark-sky-overlay))),
        url('images/clouds.jpg');
      background-position: center top, center top;
      background-size: cover, 100% 800%;
      background-repeat: no-repeat, repeat-y;
    }

    html.dark-mode body {
      background-color: #142840;
    }

    /* Hero eyebrow: dark bg, white text */
    html.dark-mode .hero .eyebrow,
    html.dark-mode .hero-eyebrow {
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
      border-color: rgba(255, 255, 255, 0.2);
      color: #fff;
    }
    html.dark-mode .hero-eyebrow .eyebrow-megaphone {
      color: #fff;
    }

    html.dark-mode .hero .hero-guarantee-para {
      color: #fff;
    }
    html.dark-mode .hero .hero-creed-quote,
    html.dark-mode .hero .hero-creed-quote cite {
      color: #fff;
    }
    html.dark-mode .hero .hero-creed-quote cite {
      color: rgba(255, 255, 255, 0.85);
    }
    html.dark-mode .hero .hero-creed-quote cite::after {
      color: var(--accent);
      opacity: 0.9;
    }
    /* Problem section: dark bg and cards */
    html.dark-mode section#problem {
      background: var(--paper);
    }
    html.dark-mode .problem-card {
      background: var(--card-bg);
      border-color: var(--border);
    }
    html.dark-mode .problem-card:hover {
      background: #2e2e2e;
    }
    html.dark-mode section#problem:hover {
      background: #141414;
    }
    html.dark-mode .rescue-block:hover {
      background: #2e2e2e;
    }
    html.dark-mode .expander-toggle {
      background: #1a1a1a;
      color: #fff;
      border-color: #fff;
    }
    html.dark-mode .expander-toggle:hover {
      background: #2e2e2e;
      border-color: #fff;
    }
    html.dark-mode section#rescue:hover {
      background: #141414;
    }
    /* Feels + testimonial block: always same sky as hero (dark overlay + clouds), white text */
    html.dark-mode .feels-and-testimonial-block {
      background-color: transparent;
    }
    html.dark-mode .feels-and-testimonial-block::before {
      display: none;
    }
    html.dark-mode .feels-and-testimonial-block section#how-it-feels,
    html.dark-mode .feels-and-testimonial-block .testimonial-section {
      background: transparent !important;
    }
    /* Child .how-it-feels-bg has clouds.jpg set by JS – hide it in dark mode so the block’s overlay shows */
    html.dark-mode .feels-and-testimonial-block .how-it-feels-bg {
      background: none !important;
    }
    html.dark-mode .feels-and-testimonial-block #how-it-feels .container h2,
    html.dark-mode .feels-and-testimonial-block #how-it-feels .container .subhead,
    html.dark-mode .feels-and-testimonial-block #how-it-feels .feels-card h3,
    html.dark-mode .feels-and-testimonial-block #how-it-feels .feels-card p {
      color: #fff;
    }
    html.dark-mode .feels-and-testimonial-block #how-it-feels .feels-card {
      background: rgba(0, 0, 0, 0.35);
      border-color: rgba(255, 255, 255, 0.2);
    }
    html.dark-mode .feels-and-testimonial-block #how-it-feels .feels-card-icon--1 { color: #ea580c; background: rgba(234, 88, 12, 0.25); }
    html.dark-mode .feels-and-testimonial-block #how-it-feels .feels-card-icon--2 { color: #3b82f6; background: rgba(59, 130, 246, 0.25); }
    html.dark-mode .feels-and-testimonial-block #how-it-feels .feels-card-icon--3 { color: #22c55e; background: rgba(34, 197, 94, 0.25); }
    html.dark-mode .feels-and-testimonial-block #how-it-feels .container > .eyebrow {
      color: #fff;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
      border-color: rgba(255, 255, 255, 0.2);
    }
    html.dark-mode .feels-and-testimonial-block .testimonial-section .testimonial,
    html.dark-mode .feels-and-testimonial-block .testimonial-section .testimonial strong,
    html.dark-mode .feels-and-testimonial-block .testimonial-section .testimonial-wrap {
      color: #fff;
    }
    html.dark-mode .rescue-guarantee-callout:hover {
      background: rgba(34, 197, 94, 0.22);
    }

    /* Section eyebrows: dark text (light/white for readability on dark bg) */
    html.dark-mode .eyebrow,
    html.dark-mode section#rescue .eyebrow,
    html.dark-mode section#pricing .eyebrow,
    html.dark-mode section#guide .eyebrow,
    html.dark-mode section#faqs .eyebrow,
    html.dark-mode section#resources .eyebrow,
    html.dark-mode section#how-it-feels .eyebrow,
    html.dark-mode section#problem .eyebrow {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
      border-color: rgba(255, 255, 255, 0.2);
      color: #fff;
    }

    /* Primary CTA brand yellow, secondary CTA black (sitewide in dark mode) */
    html.dark-mode .btn-primary,
    html.dark-mode .footer-ctas .btn-primary,
    html.dark-mode .app-modal__form .btn-primary,
    html.dark-mode .hero-ctas .btn-primary {
      background: var(--brand-yellow);
      color: #111;
      border: 1px solid #111;
    }
    html.dark-mode .btn-primary:hover,
    html.dark-mode .btn-primary:active,
    html.dark-mode .footer-ctas .btn-primary:hover,
    html.dark-mode .app-modal__form .btn-primary:hover,
    html.dark-mode .hero-ctas .btn-primary:hover {
      background: #e0b535;
      color: #111;
      border-color: #111;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    }
    html.dark-mode .btn-secondary,
    html.dark-mode .footer-ctas .btn-secondary,
    html.dark-mode .hero-ctas .btn-secondary {
      background: #111;
      color: #fff;
      border: 1px solid #fff;
    }
    html.dark-mode .btn-secondary:hover,
    html.dark-mode .btn-secondary:active,
    html.dark-mode .footer-ctas .btn-secondary:hover,
    html.dark-mode .hero-ctas .btn-secondary:hover {
      background: #333;
      color: #fff;
      border-color: #fff;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }
    html.dark-mode .hero-handwritten-note,
    html.dark-mode .hero-note-arrow {
      color: rgba(255, 255, 255, 0.9);
    }
    /* When cta_primary_black is on, dark mode primary is brand yellow */
    html.dark-mode body.cta-primary-black .btn-primary,
    html.dark-mode body.cta-primary-black .footer-ctas .btn-primary,
    html.dark-mode body.cta-primary-black .app-modal__form .btn-primary {
      background: var(--brand-yellow);
      color: #111;
      border: 1px solid #111;
    }
    html.dark-mode body.cta-primary-black .btn-primary:hover {
      background: #e0b535;
      color: #111;
      border-color: #111;
    }
    html.dark-mode body.cta-primary-black .btn-secondary,
    html.dark-mode body.cta-primary-black .footer-ctas .btn-secondary {
      background: #111;
      color: #fff;
      border: 1px solid #fff;
    }
    html.dark-mode body.cta-primary-black .btn-secondary:hover {
      background: #333;
      color: #fff;
      border-color: #fff;
    }
    html.dark-mode .btn-primary.is-loading::after {
      border-color: rgba(17, 17, 17, 0.4);
      border-right-color: transparent;
    }
    html.dark-mode .btn-secondary.is-loading::after {
      border-color: rgba(255, 255, 255, 0.5);
      border-right-color: transparent;
    }

    /* LM / resource cards: white text, CTA black bg white text */
    html.dark-mode .resource-card {
      color: #fff;
      border-color: var(--border);
    }
    html.dark-mode .resource-card:hover {
      background: var(--bg-soft);
    }
    html.dark-mode .resource-card h3,
    html.dark-mode .resource-card p {
      color: #fff;
    }
    html.dark-mode .resource-card .btn {
      background: #111;
      color: #fff;
      border-color: #111;
    }

    /* How great it feels: text white */
    html.dark-mode #how-it-feels .container > h2,
    html.dark-mode #how-it-feels .subhead,
    html.dark-mode .feels-card h3,
    html.dark-mode .feels-card p {
      color: #fff;
    }

    /* Testimonial sections: sky (same as hero in dark mode), dark overlay, white text */
    html.dark-mode .testimonial-section {
      background: transparent;
    }
    html.dark-mode .testimonial-section .testimonial,
    html.dark-mode .testimonial-section .testimonial-wrap,
    html.dark-mode .testimonial-section .testimonial::after,
    html.dark-mode .testimonial-section h2,
    html.dark-mode .testimonial-section .testimonial strong {
      color: #fff;
    }
    html.dark-mode .testimonial-section .testimonial::after {
      opacity: 0.9;
    }

    /* Modals: text & icons white */
    html.dark-mode .app-modal__dialog,
    html.dark-mode .app-modal__dialog .app-modal__blurb,
    html.dark-mode .app-modal__dialog .app-modal__benefits,
    html.dark-mode .app-modal__dialog .app-modal__title,
    html.dark-mode .app-modal__dialog a {
      color: #fff;
    }
    html.dark-mode .app-modal__close {
      color: #fff;
      background: rgba(255, 255, 255, 0.15);
      border-color: rgba(255, 255, 255, 0.25);
    }
    html.dark-mode .app-modal__close:hover {
      background: rgba(255, 255, 255, 0.25);
    }
    html.dark-mode .app-modal__calendar-close {
      color: #fff;
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.3);
    }
    html.dark-mode .app-modal__calendar-close:hover {
      background: rgba(255, 255, 255, 0.3);
    }
    html.dark-mode .app-modal__benefits li::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    }

    /* Modal eyebrows: light bg, dark text */
    html.dark-mode .app-modal__eyebrow {
      background: linear-gradient(135deg, #f0efed 0%, #e5e4e2 100%);
      border-color: #d4d2cf;
      color: #111;
    }

    /* Modal form fields: dark grey bg, white text */
    html.dark-mode .app-modal__form input,
    html.dark-mode .app-modal__form textarea {
      background: #333;
      border-color: #444;
      color: #fff;
    }
    html.dark-mode .app-modal__form input::placeholder,
    html.dark-mode .app-modal__form textarea::placeholder {
      color: rgba(255, 255, 255, 0.5);
    }
    html.dark-mode .app-modal__form label {
      color: #fff;
    }

    /* Modal testimonial: distinct panel so it contrasts with modal sky bg */
    html.dark-mode .app-modal__testimonial-card {
      background: rgba(15, 20, 30, 0.92);
      border-radius: 10px;
      padding: 20px 24px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    }
    html.dark-mode .app-modal__book-call-testimonial {
      background: transparent;
    }
    html.dark-mode .app-modal__contact-item,
    html.dark-mode .app-modal__contact-item a,
    html.dark-mode .app-modal__contact-icon {
      color: #fff;
    }
    html.dark-mode .app-modal__contact-icon svg {
      color: #fff;
      stroke: #fff;
    }
    html.dark-mode .app-modal__contact-sep {
      color: rgba(255, 255, 255, 0.6);
    }
    html.dark-mode .app-modal__testimonial-item .app-modal__testimonial-name,
    html.dark-mode .app-modal__testimonial-item .app-modal__testimonial-org,
    html.dark-mode .app-modal__testimonial-item .app-modal__testimonial-quote,
    html.dark-mode .app-modal__testimonial-name,
    html.dark-mode .app-modal__testimonial-org,
    html.dark-mode .app-modal__testimonial-quote,
    html.dark-mode .app-modal__book-call-testimonial .app-modal__testimonial-name,
    html.dark-mode .app-modal__book-call-testimonial .app-modal__testimonial-org,
    html.dark-mode .app-modal__book-call-testimonial .app-modal__testimonial-quote {
      color: #fff;
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
    }

    html, body {
      max-width: 100%;
      overflow-x: hidden;
    }

    /* Parallax sky: fixed layer; clouds scaled very tall so repeat seam is far below viewport */
    .parallax-sky {
      position: fixed;
      inset: 0;
      z-index: -1;
      background-color: #a8c8e8;
      background-image:
        linear-gradient(to bottom, rgba(255,255,255,0.72) 0%, rgba(245,250,255,0.62) 35%, rgba(220,235,255,0.58) 100%),
        url('images/clouds.jpg');
      background-position: center top, center top;
      background-size: cover, 100% 800%;
      background-repeat: no-repeat, repeat-y;
      pointer-events: none;
    }

    body {
      margin: 0;
      padding-top: 52px; /* match header height so content isn’t under sticky header */
      font-family: Inter, system-ui, sans-serif;
      background-color: #a8c8e8;
      color: var(--ink);
      line-height: 1.6;
    }

    /* Hide contact email sitewide when settings.show_email is false */
    body:not(.show-email) .site-email {
      display: none !important;
    }

    h1, h2, h3, h4, h5, h6, .eyebrow {
      font-family: 'Zalando Sans SemiExpanded', Inter, system-ui, sans-serif;
      line-height: 1.25;
    }
    h1 { font-size: 2rem; }
    h2 {
      font-size: 2.2rem;
      margin-bottom: 44px;
      margin-top: 10px;
    }
    /* Section-level h2 (direct child of .container): subtle bottom border, 75% width */
    .container > h2 {
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 0.4em;
      border-bottom: 1px solid rgba(17, 17, 17, 0.12);
      width: 75%;
      max-width: 100%;
    }

    .container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 5%;
      width: 100%;
      box-sizing: border-box;
    }
    @media (min-width: 1488px) {
      .container {
        max-width: none;
        width: 100%;
        padding-left: max(24px, calc((100vw - 1440px) / 2));
        padding-right: max(24px, calc((100vw - 1440px) / 2));
      }
    }

    /* HEADER */

    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid var(--border);
      z-index: 30;
      transition: transform 0.25s ease-out;
    }

    header.header--hidden {
      transform: translateY(-100%);
    }

    .header-inner {
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 220px;
    }

    .logo { height: 40px; width: auto; color: var(--accent); }

    .header-logo-link {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      color: inherit;
    }
    .header-logo-link:hover { color: inherit; }
    .header-logo-tagline-wrap {
      overflow: hidden;
      width: 0;
      white-space: nowrap;
      transition: width 0.35s ease;
    }
    .header-logo-link:hover .header-logo-tagline-wrap {
      width: 240px;
    }
    .header-logo-tagline {
      display: inline-block;
      padding-left: 10px;
      font-size: 0.9rem;
      font-weight: 500;
      color: var(--text-muted);
      opacity: 0;
      transform: translateX(8px);
      transition: opacity 0.25s ease 0.08s, transform 0.3s ease 0.08s;
    }
    .header-logo-link:hover .header-logo-tagline {
      opacity: 1;
      transform: translateX(0);
    }

    @media (min-width: 1200px) {
      .header-inner { height: 90px; }
      body { padding-top: 90px; }
      .logo { height: 60px; width: auto; }
    }

    .tagline {
      font-size: 0.9rem;
      font-weight: 500;
      color: var(--text-muted);
      white-space: nowrap;
      padding-left: 4px;
    }

    header .container {
      display: flex;
      align-items: center;
    }

    .main-nav {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .main-nav a {
      color: var(--text-muted);
      text-decoration: none;
      font-size: 0.9rem;
    }

    .header-cta {
      margin-left: 20px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-decoration: none;
      padding: 14px 28px;
      border-radius: 50px;
      font-size: 0.95rem;
      font-weight: 500;
      transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-icon {
      display: none; /* CTAs: no icons */
    }

    .btn-primary {
      background: var(--brand-yellow);
      color: #111;
      border: none;
    }
    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(235, 189, 61, 0.5);
    }
    .btn-primary:active {
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(235, 189, 61, 0.4);
    }
    .btn.is-loading {
      color: transparent !important;
      pointer-events: none;
    }
    .btn.is-loading > * {
      visibility: hidden;
    }
    .btn.is-loading::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 18px;
      height: 18px;
      margin: -9px 0 0 -9px;
      border: 2px solid rgba(17, 17, 17, 0.6);
      border-right-color: transparent;
      border-radius: 50%;
      animation: btn-throbber 0.6s linear infinite;
      opacity: 1;
      z-index: 1;
    }
    .btn-primary.is-loading::after {
      border-color: rgba(17, 17, 17, 0.5);
      border-right-color: transparent;
    }
    .btn-secondary.is-loading::after {
      border-color: rgba(17, 17, 17, 0.5);
      border-right-color: transparent;
    }
    body.cta-primary-black .btn-primary.is-loading::after {
      border-color: rgba(255, 255, 255, 0.9);
      border-right-color: transparent;
    }
    @keyframes btn-throbber {
      to { transform: rotate(360deg); }
    }
    .btn-secondary {
      background: var(--brand-yellow);
      color: #111;
      border: 1px solid rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    }
    .btn-secondary:hover {
      background: #e0b535;
      border-color: rgba(0, 0, 0, 0.3);
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(56, 56, 56, 0.15);
    }
    .btn-secondary:active {
      transform: translateY(-1px);
    }

    /* Optional: black primary, yellow secondary (set cta_primary_black: true in settings.js) */
    body.cta-primary-black .btn-primary {
      background: #111;
      color: #fff;
      border: 1px solid #fff;
    }
    body.cta-primary-black .btn-primary:hover {
      box-shadow: 0 8px 24px rgba(17, 17, 17, 0.35);
    }
    body.cta-primary-black .btn-primary:active {
      box-shadow: 0 4px 12px rgba(17, 17, 17, 0.25);
    }
    body.cta-primary-black .btn-secondary {
      background: var(--brand-yellow);
      color: #111;
      border: 1px solid #111;
    }
    body.cta-primary-black .btn-secondary:hover {
      background: #e0b535;
      border-color: #111;
      box-shadow: 0 6px 20px rgba(17, 17, 17, 0.12);
    }

    .header-cta { padding: 10px 18px; font-size: 0.9rem; }

    @media (min-width: 1000px) and (max-width: 1199px) {
      .header-cta {
        padding: 6px 14px;
        font-size: 0.85rem;
      }
    }

    .hamburger {
      display: none;
      background: none;
      border: none;
      font-size: 26px;
      cursor: pointer;
      padding: 8px 10px;
      border-radius: 10px;
    }

    @media (max-width: 1000px) {
      .main-nav,
      .header-cta { display: none; }
      .hamburger {
        display: block;
        padding: 8px 0 8px 12px;
      }
    }

    /* Mobile menu: full-screen overlay, sky/clouds bg like hero */
    .mobile-menu {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 100;
      background:
        linear-gradient(to bottom, rgba(220,235,255,0.58), rgba(220,235,255,0.58)),
        url('images/clouds.jpg') center / cover no-repeat;
      padding: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      transition: opacity 0.2s ease, visibility 0.2s ease;
    }
    .mobile-menu[aria-hidden="false"] {
      display: block;
    }
    .mobile-menu__close {
      position: fixed;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      padding: 0;
      font-size: 26px;
      line-height: 1;
      color: var(--ink);
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(17, 17, 17, 0.1);
      cursor: pointer;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 101;
      transition: background 0.15s ease;
    }
    .mobile-menu__close:hover,
    .mobile-menu__close:focus {
      background: #fff;
    }
    .mobile-menu__inner {
      min-height: 100%;
      padding: 30px 5%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }
    .mobile-menu__brand {
      text-align: center;
      margin-bottom: 2px;
    }
    .mobile-menu__logo-wrap {
      display: block;
      text-decoration: none;
      color: inherit;
    }
    .mobile-menu__logo-wrap .logo {
      height: 56px;
      width: auto;
      display: block;
      margin: 0 auto;
    }
    .mobile-menu__tagline {
      margin: 6px 0 0;
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--brand-grey);
    }
    .mobile-menu__section {
      width: 100%;
      max-width: 320px;
      padding: 30px 0 !important
    }
    .mobile-menu__nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }
    .mobile-menu__nav a {
      font-size: 1.05rem;
      font-weight: 500;
      color: var(--ink);
      text-decoration: none;
      padding: 4px 0;
    }
    .mobile-menu__nav a:hover {
      color: var(--brand-pink);
    }
    .mobile-menu__section-title {
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--brand-grey);
      margin: 0 0 4px 0;
      padding-bottom: 4px;
      border-bottom: 1px solid rgba(17, 17, 17, 0.2);
      width: 100%;
      text-align: center;
    }
    .mobile-menu__contact-row {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      margin-top: 16px;
      margin-bottom: 4px;
      font-size: 0.85rem;
    }
    .mobile-menu__contact-item {
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
    .mobile-menu__contact-item a {
      color: var(--ink);
      text-decoration: none;
    }
    .mobile-menu__contact-item a:hover {
      color: var(--brand-pink);
    }
    .mobile-menu__contact-sep {
      display: none; /* one link per line, no separator */
      color: var(--brand-grey);
      opacity: 0.7;
      padding: 0 2px;
      user-select: none;
    }
    .mobile-menu__contact-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--brand-grey);
      flex-shrink: 0;
    }
    .mobile-menu__ctas {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .mobile-menu__ctas .btn {
      width: 100%;
      justify-content: center;
      padding: 8px 18px;
      font-size: 0.85rem;
    }
    .mobile-menu__section--free-tools {
      margin-top: 0;
      text-align: center;
    }
    .mobile-menu__section--free-tools .mobile-menu__lead-magnets {
      align-items: center;
    }
    .mobile-menu__lead-magnets {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .mobile-menu__lead-magnets a {
      color: var(--ink);
      text-decoration: none;
      font-size: 0.9rem;
    }
    .mobile-menu__lead-magnets a:hover {
      color: var(--brand-pink);
    }
    .mobile-menu__lead-magnets li {
      margin: 0;
    }
    .mobile-menu__copyright {
      margin: 0;
      margin-top: auto;
      padding-top: 10px;
      font-size: 0.8rem;
      color: var(--brand-grey);
      opacity: 0.9;
    }
    @media (min-width: 1001px) {
      .mobile-menu {
        display: none !important;
      }
    }

    /* HERO */

/*    .hero { padding: 90px 0; }*/

      .hero {
        position: relative;
        padding: 100px 0 40px;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
      }
      .hero {
        background-color: transparent;
      }
      

.hero h1 {
  font-size: clamp(2.8rem, 6.5vw, 6rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 0.8em;
}
.hero h1 span {
  display: inline;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: normal;
  margin-left: 15px;
}
/* Asterisk after BAZILLIONS: print-style superscript, top-aligned with cap height */
.hero h1 .hero-h1-bazillions {
  color: var(--brand-yellow);
  font-size: 1em;
  font-weight: 800;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.hero h1 .hero-h1-asterisk {
  display: inline-block;
  vertical-align: top;
  font-size: 0.4em;
  line-height: 1;
  margin-left: 0.12em;
  font-weight: 800;
}
@media (min-width: 1500px) {
  .hero h1 .hero-h1-asterisk {
    margin-top: 0.12em;
  }
}

.hero-lead {
  text-align: left;
  font-size: 1rem;
  color: #111;
  margin: 0 0 1.5rem;
  max-width: 52ch;
}

.hero p {
  max-width: 52ch;
  font-size: 1.05rem;
  color: #111;
}

.hero a:not(.btn) {
  color: #111;
  text-decoration: none;
}
.hero a:not(.btn):hover {
  text-decoration: underline;
}




    .hero > .container {
    position: relative;
    z-index: 1;
    }

    .hero-grid {
      width: 100%;
    }

    .hero-header {
      text-align: center;
      margin-bottom: calc(1.5rem + 20px);
    }

    .hero-body {
      display: grid;
      grid-template-columns: 6fr 4fr;
      gap: 40px 48px;
      align-items: start;
      width: 100%;
    }
    .hero-features--span {
      grid-column: 1 / -1;
      margin-top: 8px;
    }

    .hero-ctas-wrap--span {
      grid-column: 1 / -1;
      display: flex;
      justify-content: center;
      text-align: center;
      margin-top: 8px;
      position: relative;
    }

    .hero-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      min-width: 0;
    }

    .hero-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
      min-width: 0;
    }

    .hero-video-wrap {
      width: 100%;
    }

    .hero .hero-social-proof--below {
      grid-column: 1 / -1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 0px;
      text-align: center;
      min-width: 0;
    }
    .hero .hero-social-proof--below .hero-social-proof-text {
      white-space: normal;
      overflow-wrap: break-word;
      word-wrap: break-word;
      max-width: 100%;
    }

    .hero-left .hero-lead,
    .hero-left .hero-guarantee-para,
    .hero-left .hero-creed-quote-wrap {
      max-width: none;
      width: 100%;
    }
    .hero-guarantee-para {
      margin: 0 0 1.25rem;
      font-size: 1rem;
      line-height: 1.6;
      color: #111;
    }

    .hero-creed-quote-wrap {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin: 1.5rem 0;
    }

    /* Hide span version by default, show inline version */
    .hero-creed-quote-wrap--span {
      display: none;
    }
    .hero-creed-quote-wrap--inline {
      display: flex;
    }

    .hero-creed-avatar {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }

    .hero-creed-quote {
      font-size: 1.05rem;
      line-height: 1.65;
      margin: 0;
      color: #111;
      font-weight: bold;
      padding: 0;
      border: none;
      background: none;
      flex: 1;
      min-width: 0;
    }

    .hero-creed-quote::before {
      display: none;
    }
    .hero-creed-quote::after {
      display: none;
    }

    .hero-creed-quote cite {
      display: block;
      margin-top: 0.5em;
      font-size: 0.95rem;
      font-style: normal;
      font-weight: 500;
      color: rgba(17, 17, 17, 0.8);
    }
    .hero-creed-quote cite::after {
      content: " ★★★★★";
      letter-spacing: 3px;
      font-size: 1.25rem;
      color: var(--accent);
      opacity: 0.85;
    }

    .hero-video-plain {
      display: block;
      width: 100%;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-align: left;
      padding: 0;
      background: transparent;
      font: inherit;
    }
    .hero-video-thumb-inner {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .hero-video-plain .hero-video-thumb-inner picture,
    .hero-video-plain .hero-video-thumb-inner > img {
      position: absolute;
      inset: 0;
    }
    .hero-video-plain .hero-video-thumb-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .hero-video-plain .hero-video-thumb-inner .play-icon {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 48px;
      color: #fff;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    }

.video-thumb {
  border-radius: 2px;
  box-shadow: none;
  border: 2px solid #111;
}


    .hero-testimonial-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
      box-shadow: var(--shadow-soft);
    }

    .hero-testimonial-quote {
      font-size: 1.05rem;
      line-height: 1.65;
      margin: 0;
      color: #111;
      font-style: italic;
      text-align: left;
      flex: 1;
      min-width: 0;
    }

    .hero-testimonial-quote::after {
      content: "★★★★★";
      display: block;
      margin-top: 10px;
      letter-spacing: 3px;
      font-size: 1.25rem;
      color: var(--accent);
      opacity: 0.85;
    }

    .hero-testimonial-quote cite {
      display: block;
      margin-top: 0.5em;
      font-size: 0.95rem;
      font-style: normal;
      font-weight: 500;
      color: rgba(17, 17, 17, 0.8);
    }


    /* Mac window chrome stack */
    .mac-window-stack {
      position: relative;
      padding-bottom: 8px;
    }
    .mac-window {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
    .mac-window-back {
      position: absolute;
      top: 0px;
      left: -19px;
      width: 100%;
      transform: rotate(-2deg);
      z-index: 0;
      box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.06);
      opacity: 0.9;
      pointer-events: none;
    }
    .mac-window-front {
      position: relative;
      z-index: 1;
    }
    .mac-window-titlebar {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 14px 10px 12px;
      background: #3c3c3c;
      min-height: 40px;
    }
    .mac-window-titlebar--back {
      background: #4a4a4a;
    }
    .mac-traffic {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-shrink: 0;
    }
    .mac-traffic-close,
    .mac-traffic-min,
    .mac-traffic-max {
      width: 12px;
      height: 12px;
      border-radius: 50%;
    }
    .mac-traffic-close { background: #ff5f57; }
    .mac-traffic-min  { background: #febc2e; }
    .mac-traffic-max  { background: #28c840; }
    .mac-window-titlebar .mac-traffic span:not([class]) {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ff5f57;
    }
    .mac-window-titlebar .mac-traffic span:not([class]):nth-child(2) { background: #febc2e; }
    .mac-window-titlebar .mac-traffic span:not([class]):nth-child(3) { background: #28c840; }
    .mac-window-app {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.7);
      margin-right: 4px;
    }
    .mac-window-doc-title {
      font-size: 0.9rem;
      font-weight: 600;
      color: #fff;
      flex: 1;
      min-width: 0;
    }
    .mac-window-meta {
      font-size: 0.7rem;
      color: rgba(255, 255, 255, 0.5);
    }
    .mac-window-titlebar--back .mac-window-title {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.8);
    }
    .mac-window-body {
      background: #2d2d2d;
      padding: 0;
    }
    .mac-window-body--back {
      padding: 0;
    }
    .mac-window-video-thumb--back {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      position: relative;
      overflow: hidden;
      background: var(--video-placeholder);
    }
    .mac-window-video-thumb--back picture {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
    }
    .mac-window-video-thumb--back img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .mac-window-video-thumb--back .play-icon {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 64px;
      color: #fff;
      text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    }
    .mac-window-video {
      width: 100%;
      display: block;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
    .hero .mac-window-video picture,
    .hero .mac-window-video img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: top;
    }

    .hero-video-caption {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      margin: 7px 0 0;
      text-align: center;
      letter-spacing: 0.02em;
      line-height: 1.4;
    }

    .hero-video-caption-title {
      font-size: 1.15rem;
      font-weight: 700;
      color: #111;
    }

    .hero-video-caption-sub {
      display: block;
      font-size: 0.8rem;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--brand-grey);
      opacity: 0.95;
    }

    @media (max-width: 1399px) {
      /* Move Matt's quote to 2-column span above CTAs */
      .hero-creed-quote-wrap--inline {
        display: none;
      }
      .hero-creed-quote-wrap--span {
        display: flex;
        grid-column: 1 / -1;
        justify-content: center;
        margin: 1.5rem 0 0.5rem;
      }
    }

    @media (max-width: 1140px) {
      .hero-handwritten-annotation {
        display: none;
      }
    }

    @media (max-width: 900px) {
      .hero-body {
        grid-template-columns: 1fr;
      }
      .hero-right {
        order: -1;
      }
      .hero-ctas-wrap {
        order: 1;
      }
      .hero-creed-quote-wrap--span {
        order: 2;
      }
      .hero-social-proof.hero-social-proof--below {
        order: 3;
      }
      .hero-features.hero-features--span {
        order: 4;
      }
    }

    /* Hero containment: prevent bleed on narrow viewports (single-col hero) */
    @media (max-width: 900px) {
      .hero {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
      }
      .hero > .container {
        width: 100%;
        max-width: min(100%, 100vw);
        min-width: 0;
        overflow-x: hidden;
        box-sizing: border-box;
      }
      .hero-grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
      }
      .hero-body {
        min-width: 0;
        max-width: 100%;
      }
      .hero-header {
        max-width: 100%;
        min-width: 0;
      }
      .hero h1 {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
      }
      .hero-left,
      .hero-right {
        min-width: 0;
        max-width: 100%;
      }
      .hero-video-wrap {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
      }
      .hero .video-thumb.hero-video-plain {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        box-sizing: border-box;
      }
      .hero .hero-video-plain .hero-video-thumb-inner img,
      .hero .hero-video-plain img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
      }
      .hero-video-caption,
      .hero .hero-lead,
      .hero .hero-guarantee-para,
      .hero .hero-creed-quote,
      .hero .hero-creed-quote-wrap,
      .hero .hero-social-proof-text {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
      }
      .hero .hero-social-proof--below {
        min-width: 0;
        max-width: 100%;
      }
      .hero .hero-social-proof-text {
        white-space: normal;
      }
    }

    /* Mobile: reduce top spacing; allow LinkedIn faces line to wrap on narrow screens */
    @media (max-width: 768px) {
      .hero {
        padding-top: 56px;
      }
      .hero-header {
        margin-bottom: 1rem;
      }
      .hero-social-proof-text {
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
      }
    }
    /* Sub 700: hero padding-top 40, hide * and *ish in h1 */
    @media (max-width: 700px) {
      .hero {
        padding-top: 40px;
      }
      .hero .hero-h1-narrow-hide {
        display: none;
      }
    }
    /* Sub 600: caption below the video, same as very wide screens */
    @media (max-width: 600px) {
      .hero .hero-video-plain {
        display: block !important;
        width: 100%;
        aspect-ratio: auto;
        overflow: visible;
        border: none;
        box-shadow: none;
        background: transparent;
      }
      .hero .hero-video-plain .hero-video-caption {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-top: 7px;
        padding: 0;
        text-align: center;
        visibility: visible;
      }
    }

    /* 600–900: hero video 35% viewport width, 16:9, caption on right (left-aligned), no extra height or background */
    @media (min-width: 601px) and (max-width: 900px) {
      .hero .hero-video-wrap {
        max-width: 100vw;
        margin: 0 auto;
        box-sizing: border-box;
      }
      .hero .hero-video-wrap .hero-video-plain {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        max-width: 100vw;
        height: calc(35vw * 9 / 16);
        min-height: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        overflow: hidden;
      }
      .hero .hero-video-plain .hero-video-thumb-inner {
        flex: 0 0 35vw;
        width: 35vw;
        max-width: 35vw;
        min-height: 0;
        flex-shrink: 0;
        aspect-ratio: 16 / 9;
      }
      .hero .hero-video-plain .hero-video-caption {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
        padding: 16px 20px;
        text-align: left;
      }
    }

    /* 901px and up: caption visible under the video, no outer border */
    @media (min-width: 901px) {
      .hero .hero-video-wrap {
        width: 100%;
        max-width: 100%;
      }
      .hero .hero-video-plain {
        display: block !important;
        width: 100%;
        aspect-ratio: auto;
        overflow: visible;
        border: none;
        box-shadow: none;
        background: transparent;
      }
      .hero .hero-video-plain .hero-video-caption {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-top: 7px;
        padding: 0;
        text-align: center;
        visibility: visible;
      }
    }

    /* Under 500px: force hero body (video down to pink ticks) to keep shrinking with viewport */
    @media (max-width: 500px) {
      .hero > .container {
        width: 100%;
        max-width: 100vw;
      }
      .hero-body {
        grid-template-columns: minmax(0, 1fr);
        min-width: 0;
        width: 100%;
      }
      .hero-body > * {
        min-width: 0;
        max-width: 100%;
      }
      .hero-left,
      .hero-right,
      .hero-creed-quote-wrap,
      .hero-ctas-wrap,
      .hero-social-proof.hero-social-proof--below,
      .hero-features.hero-features--span {
        min-width: 0;
        max-width: 100%;
      }
      .hero-ctas-wrap,
      .hero-ctas {
        min-width: 0;
        width: 100%;
      }
      .hero-ctas .btn {
        min-width: 0;
      }
      .hero-video-wrap,
      .hero .hero-video-plain {
        min-width: 0;
        max-width: 100%;
      }
      .hero .hero-video-plain .hero-video-thumb-inner img,
      .hero .hero-video-plain img {
        max-width: 100%;
      }
      .hero-social-proof-text {
        white-space: normal;
      }
      .hero h1 {
        font-size: clamp(1.5rem, 6vw, 2.25rem);
      }
    }
    /* 500–700: hero h1 a bit smaller than default */
    @media (min-width: 501px) and (max-width: 700px) {
      .hero h1 {
        font-size: clamp(1.75rem, 5vw, 2.35rem);
      }
    }

    /* Sub 700: smaller eyebrows and CTA buttons */
    @media (max-width: 700px) {
      .eyebrow {
        font-size: 0.82rem;
        padding: 6px 14px;
      }
      .hero-eyebrow {
        padding: 6px 14px 6px 12px;
      }
      .btn {
        padding: 12px 20px;
        font-size: 0.9rem;
      }
      .hero-ctas .btn {
        padding: 12px 20px;
      }
      .hero-ctas .btn-secondary {
        padding: 11px 19px;
      }
      .cta-pair .btn,
      .imagine-ctas .btn {
        padding: 12px 20px;
      }
      .cta-pair .btn-secondary,
      .imagine-ctas .btn-secondary {
        padding: 11px 19px;
      }
    }

    /* Sub 600: hide "BAZILLIONS" tagline next to logo in header; hide * and *ish in hero h1; eyebrows ~20% smaller */
    @media (max-width: 600px) {
      .header-logo-tagline-wrap {
        display: none !important;
      }
      .hero .hero-h1-narrow-hide {
        display: none;
      }
      .eyebrow {
        font-size: 0.66rem;
        padding: 5px 11px;
      }
      .hero-eyebrow {
        padding: 5px 11px 5px 10px;
        gap: 8px;
        margin-bottom: -8px;
      }
    }

    /* Sub 500: hero testimonial – image / quote / attribution each on own line, centred, no stars */
    @media (max-width: 500px) {
      .hero-creed-quote-wrap--span {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .hero-creed-quote-wrap--span .hero-creed-avatar {
        display: block;
      }
      .hero-creed-quote-wrap--span .hero-creed-quote {
        text-align: center;
      }
      .hero-creed-quote-wrap--span .hero-creed-quote cite {
        text-align: center;
      }
      .hero-creed-quote-wrap--span .hero-creed-quote cite::after {
        content: none;
        display: none;
      }
    }

    /* Sub 700: lower testimonial blocks – half padding, no stars */
    @media (max-width: 700px) {
      .testimonial-section {
        padding-top: 40px;
        padding-bottom: 40px;
      }
      .testimonial-section .testimonial::after {
        display: none;
      }
    }

    .hero .video-thumb { border-color: var(--brand-grey); }
    .hero .mac-window-video { border: none; }
    .hero .hero-video-caption-sub { color: var(--brand-grey); opacity: 0.9; }

    .hero-ctas-wrap {
      margin-top: 1.5rem;
    }
    .hero-ctas-wrap--span {
      margin-top: 8px;
    }
    .hero-ctas {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      width: 100%;
      max-width: 100%;
    }

    .hero-ctas .btn { margin-right: 0; flex: 0 0 280px; width: 280px; max-width: 280px; }

    .hero-ctas .btn {
      padding: 16px 32px;
      overflow: visible; /* don’t clip text – base .btn has overflow:hidden */
    }
    /* Secondary has 1px border – reduce padding so total size matches primary */
    .hero-ctas .btn-secondary {
      padding: 15px 31px;
    }
    .hero-ctas .btn-primary {
      font-weight: 600;
    }
    .hero-ctas .btn {
      position: relative;
    }
    .hero-ctas .btn-tooltip,
    .cta-pair .btn-tooltip {
      position: absolute;
      left: 50%;
      bottom: 100%;
      transform: translateX(-50%);
      margin-bottom: 10px;
      padding: 8px 14px;
      background: var(--brand-pink);
      color: #000;
      font-size: 0.85rem;
      font-weight: 500;
      white-space: nowrap;
      border-radius: 8px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      pointer-events: none;
    }
    .hero-ctas .btn-tooltip::after,
    .cta-pair .btn-tooltip::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -6px;
      border: 6px solid transparent;
      border-top-color: var(--brand-pink);
    }
    .hero-ctas .btn:hover .btn-tooltip,
    .hero-ctas .btn:focus-visible .btn-tooltip,
    .cta-pair .btn:hover .btn-tooltip,
    .cta-pair .btn:focus-visible .btn-tooltip {
      opacity: 1;
      visibility: visible;
    }

    /* Handwritten note: overlaid out of flow, inline with buttons, to the right – doesn't affect centering */
    .hero-handwritten-annotation {
      position: absolute;
      top: 50%;
      left: calc(50% + 340px);
      transform: translateY(-50%);
      pointer-events: none;
      z-index: 2;
    }
    .hero-handwritten-note {
      display: block;
      font-family: 'Caveat', cursive;
      font-size: 1.55rem;
      font-weight: 600;
      color: #2a2a2a;
      white-space: nowrap;
      transform: rotate(5deg);
      filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
    }
    .hero-note-arrow {
      position: absolute;
      right: 100%;
      top: 50%;
      margin-right: 6px;
      width: 56px;
      height: 20px;
      transform: translateY(-50%);
      color: #2a2a2a;
      opacity: 0.8;
    }

    .hero-social-proof {
      margin-top: 28px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
    }

    .avatar-stack {
      display: flex;
      align-items: center;
    }

    .avatar-stack .avatar {
      position: relative;
      display: inline-flex;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      overflow: visible;
      border: 2px solid var(--paper);
      margin-left: -12px;
      flex-shrink: 0;
    }

    .avatar-stack .avatar .avatar-tooltip {
      position: absolute;
      left: 50%;
      bottom: 100%;
      transform: translateX(-50%);
      margin-bottom: 10px;
      padding: 8px 14px;
      background: var(--brand-grey);
      color: #fff;
      font-size: 0.85rem;
      font-weight: 500;
      white-space: nowrap;
      border-radius: 8px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      pointer-events: none;
    }

    .avatar-stack .avatar .avatar-tooltip::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -6px;
      border: 6px solid transparent;
      border-top-color: var(--brand-grey);
    }

    .avatar-stack .avatar:hover .avatar-tooltip,
    .avatar-stack .avatar:focus-within .avatar-tooltip {
      opacity: 1;
      visibility: visible;
    }

    .avatar-stack .avatar:first-child {
      margin-left: 0;
    }

    .avatar-stack .avatar .avatar-img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      display: inline-flex;
    }

    .avatar-stack .avatar svg,
    .avatar-stack .avatar .avatar-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .hero-social-proof-text {
      margin: 0;
      font-size: 0.8rem;
      color: var(--brand-grey);
      font-weight: 500;
      min-width: 0; /* allow flex item to shrink so text can wrap on narrow screens */
    }
    /* Inline hero social proof (beside avatars): keep on one line when space allows */
    .hero-social-proof:not(.hero-social-proof--below) .hero-social-proof-text {
      white-space: nowrap;
    }

    .hero-features {
      margin-top: 24px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 8px 20px;
      width: 100%;
    }

    .hero-feature {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 1.2rem;
      /* color: #000; */
      font-weight: bold;
      color: var(--brand-grey);
    }

    .hero-feature .check-icon {
      flex-shrink: 0;
      color: var(--brand-pink);
    }

    .hero-guarantee {
      color: #166534;
    }
    .hero-guarantee-text strong {
      font-weight: 700;
    }
    .hero-guarantee-icon {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      color: #22c55e;
    }

    .video-box {
      background: var(--video-placeholder);
      aspect-ratio: 16 / 9;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #666;
      border: 1px solid rgba(17,17,17,0.08);
      box-shadow: var(--shadow-soft);
    }

    .video-thumb {
      all: unset;
      cursor: pointer;
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: var(--video-placeholder);
      border-radius: 2px;
      border: 1px solid rgba(17,17,17,0.08);
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: hidden;
      font: inherit;
      color: inherit;
    }

    .video-thumb picture {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
    }
    .video-thumb img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .play-icon {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 64px;
      color: #fff;
      text-shadow: 0 4px 20px rgba(0,0,0,0.35);
      pointer-events: none;
    }

    .video-modal {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.7);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 100;
    }

    .video-modal.active { display: flex; }

    .video-dialog {
      background: #000;
      max-width: 980px;
      width: 92%;
      border-radius: 2px;
      position: relative;
      box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.3);
    }

    .video-dialog video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 2px;
    }

    .video-close {
      position: absolute;
      top: -44px;
      right: 0;
      background: none;
      border: none;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
    }

    /* App modal (book a call, website review, lead magnets) */
    .app-modal {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.78);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 110;
      padding: 16px;
      box-sizing: border-box;
    }

    .app-modal.active {
      display: flex;
    }

    .app-modal__dialog {
      position: relative;
      color: #111;
      background:
        linear-gradient(to bottom, rgba(230,240,255,0.92), rgba(230,240,255,0.92)),
        url('images/clouds.jpg') center / cover no-repeat;
      border-radius: 10px;
      box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), 0 8px 24px rgba(0, 0, 0, 0.2);
      max-width: 980px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      padding: 48px 56px 40px 40px;
    }

    .app-modal__close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      padding: 0;
      border: none;
      background: none;
      color: var(--text-main);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
    }

    .app-modal__close:hover {
      background: var(--bg-soft, #f1f1f0);
    }

    .app-modal__calendar-wrap {
      display: none;
      position: relative;
      width: 100%;
      min-height: 400px;
    }
    .app-modal__panel[data-panel="book-call"].app-modal__panel--calendar-view .app-modal__calendar-wrap {
      display: block;
    }
    .app-modal__panel[data-panel="book-call"].app-modal__panel--calendar-view .app-modal__two-col {
      display: none !important;
    }
    .app-modal.app-modal--calendar-view .app-modal__dialog {
      background: #fff;
    }
    .app-modal.app-modal--calendar-view .app-modal__close {
      display: none;
    }
    .app-modal__calendar-wrap iframe {
      display: block;
      width: 100%;
      height: 600px;
      border: 0;
      border-radius: 8px;
    }
    .app-modal__calendar-close {
      position: absolute;
      top: -8px;
      right: -8px;
      z-index: 2;
      width: 40px;
      height: 40px;
      padding: 0;
      font-size: 1.75rem;
      line-height: 1;
      color: #111;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .app-modal__calendar-close:hover {
      background: #f5f5f5;
    }

    .app-modal__panel {
      display: none;
    }

    .app-modal__panel.active {
      display: block;
    }

    .app-modal.active .app-modal__dialog {
      animation: appModalDialogIn 0.45s ease-out forwards;
    }

    @keyframes appModalDialogIn {
      from {
        opacity: 0;
        transform: translateY(16px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .app-modal__title {
      margin: 0 0 8px;
      font-size: 1.75rem;
    }

    .app-modal__subtitle {
      margin: 0 0 24px;
      color: #111;
      font-size: 1rem;
    }

    .app-modal__two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto 1fr;
      gap: 24px 40px;
      align-items: start;
      margin-top: 24px;
    }

    .app-modal__two-col .app-modal__eyebrow {
      grid-column: 1 / -1;
      grid-row: 1;
      text-align: center;
      margin: 0;
      justify-self: center;
    }

    .app-modal__two-col .app-modal__title {
      grid-column: 1 / -1;
      grid-row: 2;
      text-align: center;
      margin: 0 0 0.25em;
    }

    .app-modal__two-col-left {
      grid-column: 1;
      grid-row: 3;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .app-modal__two-col-right {
      grid-column: 2;
      grid-row: 3;
    }

    /* Modal eyebrow: match page section eyebrows (rescue, pricing, resources, etc.) */
    .app-modal__eyebrow {
      display: inline-block;
      width: fit-content;
      margin: 0 0 0.5em;
      padding: 10px 20px;
      border-radius: 999px;
      background: linear-gradient(135deg, #f0efed 0%, #e5e4e2 100%);
      border: 1px solid #d4d2cf;
      box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
      color: var(--brand-grey);
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 0.04em;
    }

    .app-modal__blurb {
      margin: 0;
      font-size: 1rem;
      line-height: 1.6;
      color: #111;
    }

    .app-modal__benefits {
      list-style: none;
      margin: 16px 0 0;
      padding: 0;
      font-size: 0.95rem;
      line-height: 1.5;
      color: #111;
    }
    .app-modal__benefits li {
      position: relative;
      padding-left: 1.5em;
      margin-bottom: 6px;
    }
    .app-modal__benefits li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.2em;
      width: 1em;
      height: 1em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23383838' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    .app-modal__benefits li:last-child {
      margin-bottom: 0;
    }

    .app-modal__testimonials {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 8px;
    }

    /* Testimonial card in two-col panels (website review, lead magnets) */
    .app-modal__two-col-left .app-modal__testimonial-card {
      margin-top: 8px;
    }

    .app-modal__testimonial-item {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .app-modal__testimonial-item .app-modal__testimonial-quote {
      margin: 0;
      font-size: 0.9rem;
      line-height: 1.5;
      color: #111;
      font-style: italic;
      width: 100%;
    }
    .app-modal__testimonial-item .app-modal__testimonial-quote--no-italic {
      font-style: normal;
    }

    .app-modal__testimonial-item .app-modal__testimonial-meta {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .app-modal__testimonial-item .app-modal__testimonial-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }

    .app-modal__testimonial-item .app-modal__testimonial-content {
      flex: 1;
      min-width: 0;
    }

    .app-modal__testimonial-item .app-modal__testimonial-name {
      margin: 0 0 2px;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .app-modal__testimonial-item .app-modal__testimonial-org {
      margin: 0 0 8px;
      font-size: 0.85rem;
      color: #111;
    }

    .app-modal__two-col-right {
      display: flex;
      flex-direction: column;
    }

    .app-modal__rule {
      display: none;
    }

    .app-modal__book-call-form-col {
      display: flex;
      flex-direction: column;
      max-height: none;
      min-height: 0;
    }

    .app-modal__book-call-form-col .app-modal__panel-form {
      display: flex;
      flex-direction: column;
    }

    .app-modal__form--compact {
      display: flex;
      flex-direction: column;
    }

    .app-modal__form--compact .form-group {
      margin-bottom: 0.5rem;
    }

    .app-modal__book-call-form-scroll {
      overflow: visible;
      flex: none;
      padding-right: 0;
      margin-right: 0;
    }

    .app-modal__book-call-form-footer {
      flex-shrink: 0;
      padding-top: 14px;
      margin-top: 4px;
      background: transparent;
    }

    .app-modal__book-call-form-footer .btn {
      width: 100%;
    }

    .app-modal__contact-info {
      margin: 0 0 20px;
      font-size: 0.95rem;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .app-modal__contact-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .app-modal__contact-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #111;
      flex-shrink: 0;
    }

    .app-modal__contact-sep {
      margin: 0 6px;
      color: var(--text-subtle);
    }

    .app-modal__dialog a {
      color: #111;
      text-decoration: none;
    }

    .app-modal__dialog a:hover {
      text-decoration: underline;
    }

    .app-modal__form label {
      display: block;
      margin: 0 0 2px;
      font-size: 0.9rem;
      font-weight: 500;
      color: #111;
    }

    .app-modal__form .required {
      color: var(--accent);
    }

    .app-modal__form .form-group {
      position: relative;
      margin-bottom: 0.65rem;
    }
    .form-group {
      margin-bottom: 0.6rem;
    }

    .app-modal__form input,
    .app-modal__form textarea {
      width: 100%;
      margin-bottom: 0;
      padding: 8px 10px;
      font-size: 1rem;
      font-family: inherit;
      background: rgba(255, 255, 255, 0.38);
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      box-sizing: border-box;
      min-height: 38px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .app-modal__form input::placeholder,
    .app-modal__form textarea::placeholder {
      color: var(--text-subtle);
    }

    .app-modal__form input:focus,
    .app-modal__form textarea:focus {
      outline: none;
      border-color: var(--focus-orange);
      box-shadow: 0 0 0 3px var(--focus-orange-soft);
    }

    .app-modal__form input.invalid,
    .app-modal__form textarea.invalid {
      border-color: #d64545;
    }

    .app-modal__form input.invalid::placeholder,
    .app-modal__form textarea.invalid::placeholder {
      color: #d64545;
    }

    /* Error text shown inside field via placeholder; keep element for screen readers only */
    .app-modal__form .error-message {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
      min-height: 0;
    }

    .app-modal__form textarea {
      min-height: 88px;
      resize: vertical;
    }

    .app-modal__form button[type="submit"] {
      margin-top: 8px;
    }

    /* One-col layout for book-call: intro, form, testimonial */
    .app-modal__one-col {
      display: flex;
      flex-direction: column;
      gap: 28px;
      margin-top: 0;
    }

    .app-modal__one-col--book-call {
      max-width: 520px;
    }

    .app-modal__one-col--privacy {
      max-width: 560px;
      max-height: 85vh;
      display: flex;
      flex-direction: column;
      min-height: 0;
    }

    .app-modal__privacy-body {
      overflow-y: auto;
      flex: 1 1 auto;
      margin-top: 16px;
      padding-right: 8px;
    }

    .app-modal__privacy-body p {
      margin: 0 0 14px;
      font-size: 0.95rem;
      line-height: 1.55;
      color: #222;
    }

    .app-modal__privacy-body p:last-child {
      margin-bottom: 0;
    }

    .app-modal__privacy-body ul {
      margin: 0 0 14px 1.2em;
      padding: 0;
    }

    .app-modal__privacy-body li {
      margin-bottom: 6px;
      font-size: 0.95rem;
      line-height: 1.5;
      color: #222;
    }

    .app-modal__privacy-body a {
      color: inherit;
      text-decoration: underline;
    }

    .app-modal__privacy-body a:hover {
      text-decoration: none;
    }

    .app-modal__one-col-intro {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .app-modal__testimonial-card {
      background: rgba(255, 255, 255, 0.95);
      border-radius: 10px;
      padding: 20px 24px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .app-modal__book-call-testimonial {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 0;
      border-left: none;
      padding-left: 0;
    }

    .app-modal__book-call-testimonial .app-modal__testimonial-avatar {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0;
      flex-shrink: 0;
    }

    .app-modal__book-call-testimonial .app-modal__testimonial-heading {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .app-modal__book-call-testimonial .app-modal__testimonial-name,
    .app-modal__book-call-testimonial .app-modal__testimonial-org {
      margin: 0;
    }

    .app-modal__book-call-testimonial {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto;
      gap: 8px 16px;
      align-items: start;
    }

    .app-modal__book-call-testimonial .app-modal__testimonial-avatar {
      grid-row: 1 / 2;
      grid-column: 1;
    }

    .app-modal__book-call-testimonial .app-modal__testimonial-heading {
      grid-row: 1 / 2;
      grid-column: 2;
      align-self: center;
    }

    .app-modal__book-call-testimonial .app-modal__testimonial-quote {
      grid-column: 1 / -1;
      margin: 0;
    }

    .app-modal__testimonial-avatar {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0 0 12px;
    }

    .app-modal__testimonial-name {
      margin: 0 0 2px;
      font-weight: 600;
      font-size: 1rem;
    }

    .app-modal__testimonial-org {
      margin: 0 0 12px;
      font-size: 0.9rem;
      color: #111;
    }

    .app-modal__testimonial-quote {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.5;
      color: #111;
    }

    .app-modal__video-wrap {
      margin-top: 16px;
    }

    .app-modal__video-wrap video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

    .app-modal__panel-message {
      margin-top: 20px;
      padding: 16px;
      border-radius: 6px;
      font-size: 0.95rem;
    }

    .app-modal__panel-message.success {
      background: #e8f5e9;
      color: #2e7d32;
    }

    .app-modal__panel-message.error {
      background: #ffebee;
      color: #c62828;
    }

    /* Modals: 1 col sub 800px – title, blurb, form (inline labels), contact/benefits, testimonial */
    @media (max-width: 800px) {
      .app-modal__dialog {
        padding: 16px 24px 28px 24px;
      }

      .app-modal__close {
        top: 12px;
        right: 12px;
      }

      .app-modal__two-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
      }

      .app-modal__eyebrow {
        display: none !important;
      }

      /* Title centred and closer to top */
      .app-modal__two-col .app-modal__title {
        order: 1;
        text-align: center;
        margin: 0 0 0.1em;
      }

      /* Top blurb (e.g. "drop us a line") */
      .app-modal__two-col .app-modal__blurb {
        order: 2;
      }

      /* Form column: after blurb, full width */
      .app-modal__two-col .app-modal__two-col-right {
        order: 3;
        width: 100%;
      }

      /* Other contact info (book-call) or benefits (WRV / LM) */
      .app-modal__two-col .app-modal__contact-info,
      .app-modal__two-col .app-modal__benefits {
        order: 4;
      }

      .app-modal__two-col .app-modal__testimonial-card {
        order: 5;
        margin-top: 0;
      }

      /* Left column: contents participate in flex order (blurb, contact-info, testimonial, benefits) */
      .app-modal__two-col .app-modal__two-col-left {
        display: contents;
      }

      /* Form: full width, labels top-aligned with fields (for tall fields e.g. message) */
      .app-modal__two-col .app-modal__panel-form,
      .app-modal__two-col .app-modal__form {
        width: 100%;
      }

      .app-modal__two-col .app-modal__form .form-group {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px 12px;
        margin-bottom: 0.5rem;
      }

      .app-modal__two-col .app-modal__form .form-group label {
        flex: 0 0 90px;
        margin: 0;
        font-size: 0.9rem;
      }

      .app-modal__two-col .app-modal__form .form-group input,
      .app-modal__two-col .app-modal__form .form-group textarea {
        flex: 1 1 0%;
        min-width: 0;
        box-sizing: border-box;
      }

      /* Send button full width */
      .app-modal__two-col .app-modal__form button[type="submit"],
      .app-modal__two-col .app-modal__book-call-form-footer .btn {
        width: 100%;
      }

      .app-modal__two-col .app-modal__form--compact .app-modal__book-call-form-footer {
        margin-top: 8px;
      }

      /* Icon links on one line with centred dot between each */
      .app-modal__two-col .app-modal__contact-info {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-bottom: 0;
      }

      .app-modal__two-col .app-modal__contact-item + .app-modal__contact-item::before {
        content: " · ";
        margin: 0 6px;
        color: var(--text-subtle, #666);
        font-weight: 400;
      }
    }

    /* Sub 450px: labels above fields again */
    @media (max-width: 450px) {
      .app-modal__two-col .app-modal__form .form-group {
        display: block;
      }

      .app-modal__two-col .app-modal__form .form-group label {
        display: block;
        flex: none;
        margin: 0 0 2px;
      }

      .app-modal__two-col .app-modal__form .form-group input,
      .app-modal__two-col .app-modal__form .form-group textarea {
        width: 100%;
        flex: none;
      }
    }

    /* SECTIONS */

    section { padding: 80px 0; }
    section#problem {
      background: #f7f7f6;
      color: var(--ink);
    }
    section#problem .container {
      text-align: center;
    }
    section#problem .eyebrow {
      background: linear-gradient(135deg, #f5f5f4 0%, #ebeae9 100%);
      border: 1px solid #e2e2e0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
      color: var(--brand-grey);
      transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    }
    section#problem h2:not(.problem-title),
    section#problem .subhead,
    section#problem .problem-close {
      color: var(--ink);
    }
    section#problem .subhead {
      margin-left: auto;
      margin-right: auto;
      max-width: 69ch;
      color: var(--text-muted, #555);
    }
    section#problem .problem-close {
      max-width: 89ch;
      margin-top: 36px;
      margin-left: auto;
      margin-right: auto;
      color: var(--muted);
      text-align: center;
    }

    /* Problem section: 3 cards inline, light style */
    .problem-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 2em;
      text-align: left;
    }
    .problem-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 28px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
      transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    }
    .problem-card:hover {
      background: #fff;
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }
    section#problem:hover {
      background: #f5f4f1;
      transition: background 0.3s ease;
    }
    .problem-card .problem-title .icon {
      transition: transform 0.3s ease;
    }
    .problem-card:hover .problem-title .icon {
      transform: rotate(10deg) scale(1.08);
    }
    .problem-card .problem-title {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      margin: 0;
      color: var(--ink);
      font-size: 1.15rem;
      line-height: 1.3;
    }
    .problem-card .problem-title .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 10px;
      flex-shrink: 0;
    }
    .problem-card .problem-title .icon svg {
      width: 28px;
      height: 28px;
    }
    .problem-card:nth-child(1) .problem-title .icon {
      background: rgba(234, 88, 12, 0.12);
      color: #ea580c;
    }
    .problem-card:nth-child(2) .problem-title .icon {
      background: rgba(13, 148, 136, 0.12);
      color: #0d9488;
    }
    .problem-card:nth-child(3) .problem-title .icon {
      background: rgba(99, 102, 241, 0.12);
      color: #6366f1;
    }
    .problem-card p {
      margin: 0 0 1em;
      font-size: 0.95rem;
      line-height: 1.6;
      color: var(--text-muted, #555);
      max-width: none;
    }
    .problem-card p:last-child {
      margin-bottom: 0;
    }
    .problem-card__header {
      margin-bottom: 0;
    }
    .problem-card__body {
      margin-top: 16px;
    }
    .problem-card .problem-title {
      margin: 0 0 16px;
    }
    .expander-toggle {
      display: none;
    }

    @media (max-width: 900px) {
      .problem-cards {
        grid-template-columns: 1fr;
      }
      .problem-card {
        padding: 10px;
      }
      .problem-card__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 0;
        cursor: pointer;
        width: 100%;
      }
      .problem-card .problem-title {
        margin: 0;
        flex: 1;
        min-width: 0;
        font-size: 1.05rem;
        line-height: 1.25;
        flex-direction: row;
        align-items: center;
        gap: 10px;
      }
      .problem-card .problem-title .icon {
        width: 40px;
        height: 40px;
        transition: transform 0.25s ease;
      }
      .problem-card:not(.is-expanded) .problem-title .icon {
        transform: rotate(0deg);
      }
      .problem-card.is-expanded .problem-title .icon {
        transform: rotate(10deg);
      }
      .problem-card .problem-title .icon svg {
        width: 22px;
        height: 22px;
      }
      .problem-card:not(.is-expanded) .problem-card__body {
        margin-top: 0;
      }
      .problem-card__body {
        margin-top: 8px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease;
      }
      .problem-card.is-expanded .problem-card__body {
        max-height: 600px;
      }
      .expander-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        margin-left: auto;
        border: 1px solid rgba(17, 17, 17, 0.15);
        border-radius: 8px;
        background: #fff;
        color: var(--ink);
        font-size: 1.25rem;
        line-height: 1;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease;
      }
      .expander-toggle:hover {
        background: #f5f4f1;
        border-color: rgba(17, 17, 17, 0.25);
      }
      .expander-toggle .expander-toggle-icon {
        transition: transform 0.2s ease;
      }
      .problem-card.is-expanded .expander-toggle .expander-toggle-icon,
      .rescue-block.is-expanded .expander-toggle .expander-toggle-icon {
        transform: rotate(45deg);
      }
      .rescue-block {
        padding: 10px;
      }
      .rescue-block .rescue-icon {
        width: 40px;
        height: 40px;
        transition: transform 0.25s ease;
      }
      .rescue-block .rescue-icon svg {
        width: 22px;
        height: 22px;
      }
      .rescue-block:not(.is-expanded) .rescue-icon {
        transform: rotate(0deg);
      }
      .rescue-block.is-expanded .rescue-icon {
        transform: rotate(10deg);
      }
      .rescue-block__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 0;
        cursor: pointer;
        width: 100%;
      }
      .rescue-block .rescue-title {
        flex: 1;
        min-width: 0;
      }
      .rescue-block:not(.is-expanded) .rescue-block__body {
        margin-top: 0;
      }
      .rescue-block__body {
        margin-top: 8px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease;
      }
      .rescue-block.is-expanded .rescue-block__body {
        max-height: 900px;
      }
      .rescue-block .expander-toggle {
        display: flex;
      }
    }

    /* Zebra stripes: alternate muted / white / rainbow between sections */
    .section-muted { background: #f7f3ea; }
    section#rescue { background: #fff; }
    /* Light mode: white/gold pattern, dark heading text */
    section#pricing {
      position: relative;
    }
    html:not(.dark-mode) section#pricing {
      background-color: #fffef7;
      color: #1a1a1a;
    }
    html:not(.dark-mode) section#pricing .pricing-pattern-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image: url('images/pricing-pattern-light.svg');
      background-size: 150px 150px;
      background-repeat: repeat;
      background-position: center 0;
    }
    #pricing .container {
      position: relative;
      z-index: 1;
    }
    html:not(.dark-mode) section#pricing .container > .eyebrow,
    html:not(.dark-mode) section#pricing .container > h2,
    html:not(.dark-mode) section#pricing .container > .subhead {
      color: #1a1a1a;
    }
    html:not(.dark-mode) section#pricing .container > .eyebrow {
      background: linear-gradient(135deg, #f0efed 0%, #e5e4e2 100%);
      border-color: #d4d2cf;
      box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
    }
    html:not(.dark-mode) section#pricing:hover .container > .eyebrow {
      background: linear-gradient(135deg, #f9f8f5 0%, #f4f3ef 100%);
      color: #111;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }
    /* Dark mode: dark bg, white text */
    html.dark-mode section#pricing {
      background-color: #141414;
      color: rgba(255, 255, 255, 0.92);
    }
    html.dark-mode section#pricing .pricing-pattern-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image: url('images/pricing-pattern.svg');
      background-size: 60px 36.043px;
      background-repeat: repeat;
      background-position: center 0;
    }
    html.dark-mode section#pricing .container > .eyebrow,
    html.dark-mode section#pricing .container > h2,
    html.dark-mode section#pricing .container > .subhead {
      color: #fff;
    }
    html.dark-mode section#pricing .container > .eyebrow {
      background: rgba(255, 255, 255, 0.15);
      border-color: rgba(255, 255, 255, 0.25);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    }
    html.dark-mode section#pricing:hover .container > .eyebrow {
      background: rgba(255, 255, 255, 0.22);
      color: #fff;
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
    }
    section#faqs {
      background: #fff;
    }
    section#resources { background: #fff; }
    section#how-it-feels { background: #f7f3ea; }

    /* Feels + bottom testimonial: single background at all viewport sizes (no seam) */
    .feels-and-testimonial-block {
      background: #f7f3ea;
    }
    .feels-and-testimonial-block section#how-it-feels,
    .feels-and-testimonial-block .testimonial-section {
      background: transparent;
    }

    /* Testimonial sections: sky via global parallax layer (transparent so .parallax-sky shows) */
    .testimonial-section {
      position: relative;
      overflow: hidden;
      background-color: transparent;
    }
    .testimonial-section .container {
      position: relative;
      z-index: 1;
    }
    .testimonial-section .testimonial,
    .testimonial-section .testimonial strong,
    .testimonial-section .testimonial-wrap {
      color: #111;
    }
    .testimonial-section .testimonial::after {
      color: var(--brand-grey);
    }

    /* Eyebrow */

/* Eyebrow: glassmorphism style (same for hero and all section eyebrows) */
.eyebrow {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.65) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  color: var(--brand-grey);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Eyebrow on white / muted sections (problem, rescue, pricing, etc.): 25% more pop */
section#rescue .eyebrow,
section#pricing .eyebrow,
section#guide .eyebrow,
section#faqs .eyebrow,
section#resources .eyebrow,
section#how-it-feels .eyebrow {
  background: linear-gradient(135deg, #f0efed 0%, #e5e4e2 100%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid #d4d2cf;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  color: var(--brand-grey);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

/* Section hover: eyebrow paler (warmer, subtler), text darker, shadow slightly darker */
section#problem:hover .eyebrow,
section#rescue:hover .eyebrow,
section#pricing:hover .eyebrow,
section#guide:hover .eyebrow,
section#faqs:hover .eyebrow,
section#resources:hover .eyebrow {
  background: linear-gradient(135deg, #f9f8f5 0%, #f4f3ef 100%);
  color: #222;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
/* Inline text links (About/guide, FAQs, body copy): black with underline */
section#guide a:not(.btn),
.faq-panel a,
.section-muted .container p a {
  color: #111;
  text-decoration: underline;
}
section#guide a:not(.btn):hover,
.faq-panel a:hover,
.section-muted .container p a:hover {
  color: #000;
}

/* No eyebrow hover in bottom sky block */
.feels-and-testimonial-block section#how-it-feels:hover .container > .eyebrow {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
html.dark-mode .feels-and-testimonial-block section#how-it-feels:hover .container > .eyebrow {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

/* Hero eyebrow: flex layout for megaphone icon */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 16px;
  margin-bottom: -10px;
}
.hero-eyebrow .eyebrow-megaphone {
  flex-shrink: 0;
  color: var(--brand-grey);
}


    /* TESTIMONIAL */

    .testimonial-wrap {
      display: flex;
      align-items: center;
      gap: 24px;
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
    }

    .testimonial-avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      flex: 0 0 auto;
      box-shadow: var(--shadow-soft);
      transition: transform 0.35s ease;
    }
    .testimonial-section:hover .testimonial-avatar {
      transform: scale(1.05);
    }
    .feels-and-testimonial-block .testimonial-section:hover .testimonial-avatar {
      transform: none;
    }

    .testimonial {
      font-size: 1.15rem;
      line-height: 1.7;
      margin: 0;
      position: relative;
    }

    .testimonial::after {
      content: "★★★★★";
      display: block;
      margin-top: 10px;
      letter-spacing: 3px;
      font-size: 1.5rem;
      color: var(--accent);
      opacity: 0.9;
    }
    .testimonial-section:hover .testimonial::after {
      animation: star-glint 0.8s ease;
    }
    .feels-and-testimonial-block .testimonial-section:hover .testimonial::after {
      animation: none;
    }
    @keyframes star-glint {
      0%, 100% { opacity: 0.9; filter: brightness(1); }
      30% { opacity: 1; filter: brightness(1.4); text-shadow: 0 0 8px rgba(255, 255, 255, 0.8); }
      60% { opacity: 1; filter: brightness(1.2); }
    }

    .testimonial strong { font-weight: 700; }

    .testimonial strong { font-weight: 700; }

    @media (max-width: 700px) {
      .testimonial-wrap {
        flex-direction: column;
        align-items: center;
      }
      .testimonial-wrap .testimonial {
        text-align: center;
      }
    }

    /* SIGNS */

    .signs-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 32px;
    }

    .sign-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 28px;
      box-shadow: var(--shadow-soft);
    }

    .sign-card h3 {
      margin: 0 0 10px;
      font-size: 1.2rem;
    }

    .sign-card p {
      margin: 0;
      color: #333;
    }

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

    /* RESCUE SECTION (Vanilla Killer to the rescue) */

    #rescue .container {
      text-align: center;
    }
    #rescue .container > .eyebrow,
    #rescue .container > h2 {
      margin-left: auto;
      margin-right: auto;
    }
    #rescue .rescue-block {
      text-align: left;
    }

    .rescue-steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      max-width: none;
      margin: 0 auto;
    }
    .rescue-block {
      padding: 28px;
      border: 1px solid var(--border);
      border-radius: 12px;
      background: var(--card-bg);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    }

    .rescue-block__head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .rescue-step-num {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 1.1rem;
      font-weight: 700;
      flex-shrink: 0;
    }
    .rescue-block:nth-child(1) .rescue-step-num { background: rgba(234, 88, 12, 0.15); color: #ea580c; }
    .rescue-block:nth-child(2) .rescue-step-num { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
    .rescue-block:nth-child(3) .rescue-step-num { background: rgba(34, 197, 94, 0.15); color: #22c55e; }
    .rescue-title {
      margin: 0;
      font-size: 1.15rem;
      line-height: 1.3;
      letter-spacing: -0.01em;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .rescue-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 10px;
      flex-shrink: 0;
    }
    .rescue-icon svg {
      width: 28px;
      height: 28px;
    }
    .rescue-icon--1 { background: rgba(234, 88, 12, 0.12); color: #ea580c; }
    .rescue-icon--2 { background: rgba(59, 130, 246, 0.12); color: #3b82f6; }
    .rescue-icon--3 { background: rgba(34, 197, 94, 0.12); color: #22c55e; }

    .rescue-block {
      transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    }
    .rescue-block:hover {
      background: #fbfaf8;
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }
    section#rescue:hover {
      background: #faf9f7;
      transition: background 0.3s ease;
    }
    .rescue-block .rescue-icon {
      transition: transform 0.3s ease;
    }
    .rescue-block:hover .rescue-icon {
      transform: rotate(10deg) scale(1.08);
    }

    .rescue-sub {
      margin: 0 0 14px;
      color: #111;
      font-size: 0.95rem;
      font-weight: 700;
    }

    .rescue-text p {
      margin: 0 0 10px;
      color: var(--ink);
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .rescue-text p:last-of-type {
      margin-bottom: 0;
    }

    .rescue-guarantee-callout {
      margin-top: 16px;
      padding: 14px 18px;
      border: none;
      border-radius: 10px;
      background: rgba(34, 197, 94, 0.1);
      font-weight: 600;
      color: var(--ink);
      font-size: 0.9rem;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      transition: background 0.25s ease;
    }
    .rescue-guarantee-callout:hover {
      background: rgba(34, 197, 94, 0.18);
    }
    .rescue-guarantee-icon {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      color: #22c55e;
    }

    .rescue-guarantee-wrap {
      text-align: center;
      margin-top: 32px;
    }
    .rescue-guarantee-wrap .rescue-guarantee-callout {
      margin-top: 0;
      display: inline-flex;
      max-width: 640px;
    }

    .rescue-mac-wrap {
      margin-top: 24px;
      max-width: 400px;
    }
    .rescue-mac-wrap .mac-window-video {
      border: none;
    }

    @media (max-width: 900px) {
      .rescue-steps {
        grid-template-columns: 1fr;
      }
      .rescue-block {
        padding: 10px;
      }
      .rescue-block__head {
        margin-bottom: 0;
      }
    }
    @media (max-width: 600px) {
      .rescue-block__head {
        flex-wrap: wrap;
      }
      .rescue-title {
        font-size: 1.2rem;
      }
    }

    /* How it works without videos: 3 boxes, each 2 cols – left: icon + title (bottom-left), right: blurb */
    #rescue.rescue-no-videos .rescue-mac-wrap {
      display: none;
    }

    /* PRICING */

    #pricing .container,
    #faqs .container,
    #resources .container,
    #guide .container,
    #how-it-feels .container {
      text-align: center;
    }
    #pricing .container > .eyebrow,
    #faqs .container > .eyebrow,
    #faqs .container > h2,
    #resources .container > .eyebrow,
    #resources .container > h2,
    #guide .container > .eyebrow,
    #guide .container > h2,
    #how-it-feels .container > .eyebrow,
    #how-it-feels .container > h2 {
      margin-left: auto;
      margin-right: auto;
    }
    #pricing .pricing-core,
    #faqs .faq,
    #resources .resource-grid,
    #guide .container > div[style],
    .feels-grid {
      text-align: left;
    }
    /* Guide section: 1 col sub 800 – centre content, 260px image centred */
    @media (max-width: 800px) {
      #guide .container > div[style] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 24px;
        margin-top: 24px;
      }
      #guide .container > div[style] > img {
        width: 160px;
        height: 160px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      #guide .container > div[style] > div {
        text-align: center;
        width: 100%;
      }
    }

    .subhead {
      color: var(--text-muted);
      margin-bottom: 32px;
    }

    .subhead.small {
      font-size: 0.9rem;
      margin-bottom: 28px;
      color: #666;
    }

    /* Pricing: core offer + feature list + add-ons */
    .pricing-core {
      max-width: 1440px;
      margin: 0 auto;
      text-align: left;
    }

    #pricing .container > .eyebrow {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    #pricing .subhead {
      margin-bottom: 20px;
    }

    /* 2-col layout: panel wraps left + right (core and addons) */
    .pricing-product {
      margin-bottom: 0;
    }

    .pricing-panel,
    .addon-panel {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: start;
    }
    .addon-panel__right--copy-only .addon-copy {
      margin: 0 0 1em;
      max-width: 52ch;
      line-height: 1.6;
    }
    .addon-panel__right--copy-only .addon-copy:last-child {
      margin-bottom: 0;
    }

    .pricing-panel--core {
      background: var(--card-bg);
      border: 1px solid var(--border);
      /* border-bottom: none; */
      border-radius: 8px 8px 0 0;
      padding: 40px 36px 36px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
      margin-bottom: 28px;
    }

    .pricing-panel--core .pricing-panel__left {
      position: sticky;
      top: 100px;
    }

    .pricing-panel__left,
    .addon-panel__left {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .pricing-panel__left .price,
    .addon-panel__left .addon-price {
      margin-top: auto;
      padding-top: 8px;
    }
    .pricing-delivery {
      margin: 6px 0 0;
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--text-muted);
    }
    .pricing-delivery-cta {
      margin-top: 14px;
    }
    .pricing-delivery-cta .btn {
      margin: 0;
    }

    .pricing-panel__left h2 {
      margin: 0 0 4px;
      font-size: 1.75rem;
      font-weight: 700;
    }
    /* Light mode: panels have light bg so all panel text (incl. H2s) must be dark */
    html:not(.dark-mode) #pricing .pricing-panel,
    html:not(.dark-mode) #pricing .addon-panel {
      color: #111;
    }
    html:not(.dark-mode) #pricing .pricing-panel__left h2,
    html:not(.dark-mode) #pricing .addon-panel .addon-panel__left .addon-title {
      color: #111;
    }

    .pricing-sub {
      font-size: 1.05rem;
      color: var(--text-muted);
      margin: 0;
      font-weight: 500;
    }
    .pricing-subhead {
      font-size: 0.9rem;
      color: var(--text-muted);
      margin: 0 0 8px;
      font-weight: 600;
    }

    .pricing-body {
      margin: 0;
      color: var(--ink);
      line-height: 1.6;
      max-width: 52ch;
    }

    .pricing-panel__left .price {
      font-size: 2rem;
      font-weight: 800;
    }

    .addon-optional {
      margin: 0 0 4px;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--text-muted);
    }

    /* Pricing tier eyebrows: rainbow lozenge (core + optional addons) */
    #pricing .pricing-tier-eyebrow {
      display: inline-block;
      width: fit-content;
      align-self: flex-start;
      margin: 0 0 6px;
      padding: 3px 10px;
      border-radius: 999px;
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--brand-grey);
      background: linear-gradient(
        135deg,
        #e8a0b8 0%,
        #d89ac8 18%,
        #a8bddb 38%,
        #8dd4ad 55%,
        #e8c078 72%,
        #e0b040 88%,
        #e8a0b8 100%
      );
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    /* Green performance guarantee (core + add-ons) – expandable */
    .pricing-guarantee {
      margin-top: 0;
      border: none;
      border-radius: 8px;
      background: rgba(34, 197, 94, 0.12);
      overflow: hidden;
    }
    .pricing-guarantee-toggle {
      width: 100%;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
      border: none;
      background: transparent;
      font: inherit;
      font-weight: 600;
      color: var(--ink);
      text-align: left;
      cursor: pointer;
    }
    .pricing-guarantee:hover {
      background: rgba(34, 197, 94, 0.18);
    }
    .pricing-guarantee:hover .pricing-guarantee-toggle {
      background: transparent;
    }
    .pricing-guarantee-icon {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      color: #22c55e;
    }
    .pricing-guarantee-label {
      flex: 1;
    }
    .pricing-guarantee-chevron {
      flex-shrink: 0;
      font-size: 1.1rem;
      color: #22c55e;
      transition: transform 0.2s ease;
    }
    .pricing-guarantee.is-open .pricing-guarantee-chevron {
      transform: rotate(45deg);
    }
    .pricing-guarantee-detail {
      padding: 0 18px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }
    .pricing-guarantee.is-open .pricing-guarantee-detail {
      max-height: 220px;
    }
    .pricing-guarantee-detail p {
      margin: 0 0 14px 0;
      padding-bottom: 14px;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.5;
      color: var(--ink);
    }

    /* Feature list: bullets with icon, title, description (tooltip desktop / expand mobile) */
    .pricing-features-section-title {
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--text-muted);
      margin: 0 0 10px;
    }
    .pricing-panel__right .pricing-features-section-title:not(:first-child),
    .addon-panel__right .pricing-features-section-title:not(:first-child) {
      margin-top: 24px;
    }

    /* Pricing features expander: desktop = always open, no header */
    .pricing-features-expander__head {
      display: none;
    }
    .pricing-features-expander__body {
      display: block;
    }

    @media (max-width: 769px) {
      .pricing-features-expander__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        margin-bottom: 0;
        cursor: pointer;
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 10px 12px;
        background: rgba(0, 0, 0, 0.04);
        color: var(--ink);
      }
      .pricing-features-expander__title {
        font-size: 0.95rem;
        font-weight: 600;
      }
      .pricing-features-expander .expander-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        margin-left: auto;
        border: 1px solid rgba(17, 17, 17, 0.15);
        border-radius: 8px;
        background: #fff;
        color: var(--ink);
        font-size: 1.25rem;
        line-height: 1;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease;
      }
      .pricing-features-expander .expander-toggle:hover {
        background: #f5f4f1;
        border-color: rgba(17, 17, 17, 0.25);
      }
      .pricing-features-expander .expander-toggle .expander-toggle-icon {
        transition: transform 0.2s ease;
      }
      .pricing-features-expander.is-expanded .expander-toggle .expander-toggle-icon {
        transform: rotate(45deg);
      }
      .pricing-features-expander__body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
      }
      .pricing-features-expander.is-expanded .pricing-features-expander__body {
        max-height: 2000px;
      }
      .pricing-features-expander:not(.is-expanded) .pricing-features-expander__body {
        margin-top: 0;
      }
      .pricing-features-expander.is-expanded .pricing-features-expander__body {
        margin-top: 12px;
      }
    }

    .pricing-features {
      list-style: none;
      margin: 0;
      padding: 0;
      border: 1px solid var(--border);
      border-radius: 8px;
      overflow: hidden;
      background: var(--card-bg);
    }

    .pricing-features .feature-item {
      border-bottom: 1px solid var(--border);
      margin: 0;
      padding: 0;
    }

    .pricing-features .feature-item:last-child {
      border-bottom: none;
    }

    .feature-toggle {
      display: flex;
      align-items: center;
      gap: 14px;
      width: 100%;
      min-height: 44px;
      padding: 14px 18px;
      background: none;
      border: none;
      font-size: 0.95rem;
      font-weight: 500;
      color: var(--ink);
      text-align: left;
      cursor: pointer;
      font-family: inherit;
    }

    .feature-item:hover {
      background: rgba(0, 0, 0, 0.04);
    }
    .feature-toggle:hover {
      background: transparent;
    }

    .feature-icon {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      color: var(--brand-grey);
    }

    .feature-title {
      flex: 1;
    }

    .feature-chevron {
      flex-shrink: 0;
      font-size: 1.1rem;
      color: var(--text-muted);
      transition: transform 0.2s ease;
    }

    .feature-item.is-open .feature-chevron {
      transform: rotate(45deg);
    }

    /* Desktop: description as hover tooltip */
    .feature-description {
      font-size: 0.9rem;
      line-height: 1.5;
      color: var(--text-muted);
      padding: 0 18px 0 54px;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.2s ease, max-height 0.25s ease;
    }

    @media (min-width: 769px) {
      .feature-item {
        position: relative;
      }
      .feature-item:hover .feature-description,
      .feature-item.is-open .feature-description {
        max-height: 280px;
        opacity: 1;
        padding: 12px 18px 16px 54px;
        font-size: 0.95rem;
      }
      .feature-item.is-open .feature-description {
        display: block !important;
      }
      .pricing-features .feature-description[hidden] {
        display: block !important;
        max-height: 0;
        opacity: 0;
        padding: 0 18px 0 54px;
      }
    }

    @media (max-width: 768px) {
      .feature-description {
        padding: 0 18px 0 54px;
      }
      .feature-item.is-open .feature-description {
        display: block !important;
        max-height: 300px;
        opacity: 1;
        padding: 0 18px 14px 54px;
      }
    }

    /* Optional add-ons */
    .pricing-addons {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .addon-panel {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 0;
      padding: 28px 24px;
      margin-bottom: 10px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    }
    .addon-panel:last-child {
      border-radius: 0 0 8px 8px;
    }

    .addon-title {
      margin: 0;
      font-size: 1.2rem;
      font-weight: 700;
    }

    .addon-price {
      font-size: 1.35rem;
      font-weight: 800;
      color: var(--ink);
    }
    .addon-price-note {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 500;
      color: var(--text-muted);
      margin-left: 8px;
      white-space: nowrap;
    }

    .addon-copy {
      margin: 0;
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.5;
    }

    .deployment-sample-prices {
      margin: 12px 0 0;
      padding: 12px 0 0;
      border-top: 1px solid var(--border);
    }
    .deployment-sample-prices__title {
      margin: 0 0 6px;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: var(--text-muted);
    }
    .deployment-sample-prices__item {
      margin: 0 0 4px;
      font-size: 0.8rem;
      color: var(--text-muted);
      line-height: 1.45;
    }
    .deployment-sample-prices__item:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .pricing-panel,
      .addon-panel {
        grid-template-columns: 1fr;
      }
      .pricing-panel--core .pricing-panel__left {
        position: static;
      }
      .pricing-panel--core {
        padding: 28px 20px 24px;
      }
      .addon-panel {
        padding: 24px 20px;
      }
    }

    .subhead {
      color: var(--text-muted);
      margin-bottom: 32px;
    }

    .subhead.small {
      font-size: 0.9rem;
      margin-bottom: 28px;
      color: #666;
    }

    /* FAQ */

    .faq-intro {
      color: var(--text-muted);
      margin-bottom: 18px;
    }

    .faq {
      border: none;
      border-radius: 12px;
      margin-bottom: 16px;
      overflow: hidden;
      background: transparent;
    }

    .faq-trigger {
      width: 100%;
      background: linear-gradient(135deg, rgba(255, 140, 160, 0.7) 0%, rgba(255, 180, 100, 0.65) 25%, rgba(255, 235, 120, 0.65) 50%, rgba(180, 255, 180, 0.65) 75%, rgba(140, 220, 255, 0.65) 100%);
      color: #000;
      font-weight: 700;
      border: 1px solid rgba(17, 17, 17, 0.1);
      padding: 14px 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1rem;
      cursor: pointer;
      text-align: left;
      gap: 16px;
      border-radius: 12px 12px 0 0;
    }

    .faq.open .faq-trigger {
      border-radius: 12px 12px 0 0;
    }

    .faq-trigger span:last-child {
      font-size: 1.2rem;
      color: var(--ink);
      opacity: 0.85;
      flex: 0 0 auto;
    }

    .faq-panel {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      padding: 0 18px;
      background: linear-gradient(135deg, rgba(255, 140, 160, 0.45) 0%, rgba(255, 180, 100, 0.4) 25%, rgba(255, 235, 120, 0.4) 50%, rgba(180, 255, 180, 0.4) 75%, rgba(140, 220, 255, 0.4) 100%);
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-top: none;
      border-radius: 0 0 12px 12px;
      transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
    }

    .faq-panel p {
      margin: 0 0 10px;
      color: var(--ink);
    }
    .faq-panel p:last-child {
      margin-bottom: 0;
    }

    .faq.open .faq-panel {
      max-height: 400px;
      opacity: 1;
      padding: 14px 18px 16px;
    }

    /* HOW IT FEELS */

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

    .feels-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 28px;
      box-shadow: var(--shadow-soft);
      transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    }
    .feels-card:hover {
      background: #fff;
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    }
    .feels-and-testimonial-block .feels-card:hover {
      background: rgba(255, 255, 255, 0.95);
      transform: none;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }
    html.dark-mode .feels-and-testimonial-block .feels-card:hover {
      background: rgba(0, 0, 0, 0.35);
      box-shadow: var(--shadow-soft);
    }
    /* Feels + bottom testimonial: same sky as hero (light or dark), no hover */
    .feels-and-testimonial-block {
      position: relative;
      overflow: hidden;
    }
    /* Light mode: transparent so global .parallax-sky shows (same parallax as hero) */
    html:not(.dark-mode) .feels-and-testimonial-block {
      background-color: transparent;
    }
    html:not(.dark-mode) .feels-and-testimonial-block .how-it-feels-bg {
      background: none;
      visibility: hidden;
    }
    html:not(.dark-mode) .feels-and-testimonial-block::before {
      display: none;
    }
    .feels-and-testimonial-block .how-it-feels-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      /* No background so global .parallax-sky shows through with parallax */
      background: none;
    }
    .feels-and-testimonial-block::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 0.5;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255,255,255,0.72) 0%, rgba(245,250,255,0.62) 35%, rgba(220,235,255,0.58) 100%);
    }
    .feels-and-testimonial-block section#how-it-feels {
      background: transparent;
      position: relative;
    }
    .feels-and-testimonial-block section#how-it-feels::before {
      display: none;
    }
    .feels-and-testimonial-block .testimonial-section {
      background: transparent;
    }
    /* Light mode: always sky + dark text (same as hero) */
    .feels-and-testimonial-block #how-it-feels .container h2,
    .feels-and-testimonial-block #how-it-feels .container .subhead,
    .feels-and-testimonial-block #how-it-feels .feels-card h3,
    .feels-and-testimonial-block #how-it-feels .feels-card p {
      color: #111;
    }
    .feels-and-testimonial-block #how-it-feels .container > .eyebrow {
      color: #111;
      background: rgba(255, 255, 255, 0.9);
      border-color: rgba(0, 0, 0, 0.12);
    }
    .feels-and-testimonial-block #how-it-feels .feels-card {
      background: rgba(255, 255, 255, 0.95);
      border-color: rgba(0, 0, 0, 0.1);
    }
    .feels-and-testimonial-block .testimonial-section .testimonial,
    .feels-and-testimonial-block .testimonial-section .testimonial strong,
    .feels-and-testimonial-block .testimonial-section .testimonial-wrap {
      color: #111;
    }
    #how-it-feels .container {
      position: relative;
      z-index: 1;
    }
    .feels-and-testimonial-block .testimonial-section .container {
      position: relative;
      z-index: 1;
    }
    .feels-card .feels-card-icon {
      transition: transform 0.3s ease;
    }
    .feels-card:hover .feels-card-icon {
      transform: rotate(10deg) scale(1.08);
    }
    .feels-and-testimonial-block .feels-card:hover .feels-card-icon {
      transform: none;
    }

    .feels-card-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      margin-bottom: 16px;
    }
    .feels-card-icon svg {
      width: 28px;
      height: 28px;
    }
    .feels-card-icon--1 { background: rgba(234, 88, 12, 0.15); color: #ea580c; }
    .feels-card-icon--2 { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
    .feels-card-icon--3 { background: rgba(34, 197, 94, 0.15); color: #22c55e; }

    .feels-card h3 {
      margin: 0 0 10px;
      font-size: 1.2rem;
    }

    .feels-card p {
      margin: 0;
      color: #333;
    }

    .imagine-ctas-wrap {
      width: 100%;
      margin-top: 40px;
      display: flex;
      justify-content: center;
      text-align: center;
    }

    .imagine-ctas,
    .cta-pair {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
      margin-top: 0;
      width: 100%;
      max-width: 100%;
    }
    .imagine-ctas .btn,
    .cta-pair .btn {
      margin: 0;
      position: relative;
      overflow: visible;
      padding: 16px 32px;
      flex: 0 0 280px;
      width: 280px;
      max-width: 280px;
    }
    .imagine-ctas .btn-secondary,
    .cta-pair .btn-secondary {
      padding: 15px 31px;
    }

    /* Sub 700px: two CTAs stacked, fixed width and centered (not full-width on phone) */
    @media (max-width: 700px) {
      .hero-ctas {
        flex-direction: column;
        align-items: center;
        width: 100%;
      }
      .hero-ctas .btn {
        width: 280px;
        max-width: 100%;
        min-width: 0;
        justify-content: center;
        flex: none;
      }
      .cta-pair,
      .imagine-ctas {
        flex-direction: column;
        align-items: center;
        width: 100%;
      }
      .cta-pair .btn,
      .imagine-ctas .btn {
        width: 280px;
        max-width: 100%;
        min-width: 0;
        justify-content: center;
        flex: none;
      }
      .mobile-menu__ctas .btn {
        width: 100%;
      }
    }

    /* No-hover (touch) devices: show explicit CTA labels in buttons */
    .btn-text-touch {
      display: none;
    }
    @media (hover: none) {
      .btn-text {
        display: none;
      }
      .btn-text-touch {
        display: inline;
      }
    }

    /* RESOURCES */
    .resources-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 32px;
    }
    .resource-card--hidden {
      display: none !important;
    }

    .resource-card {
      display: block;
      background: var(--bg-main);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 28px;
      box-shadow: var(--shadow-soft);
      text-decoration: none;
      color: inherit;
      transition: box-shadow 0.2s ease, background 0.2s ease;
    }

    .resource-card:hover {
      box-shadow: var(--shadow-card);
      background: #fff;
    }

    /* Lead magnet: tiled disco dancer emoji at jaunty angle, visible on hover (first card) */
    .resource-card--face {
      position: relative;
      overflow: hidden;
    }
    .resource-card--face::before {
      content: '';
      position: absolute;
      inset: -50%;
      z-index: -1;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctext x='16' y='22' text-anchor='middle' font-size='20' font-family='sans-serif'%3E%26%23128378%3B%3C/text%3E%3C/svg%3E");
      background-repeat: repeat;
      background-size: 64px 64px;
      transform: rotate(-8deg);
      opacity: 0;
      transition: opacity 0.35s ease;
    }
    .resource-card--face:hover::before {
      opacity: 0.3;
    }

    /* Lead magnet: wobble on hover (second card) */
    @keyframes resource-wobble {
      0%, 100% { transform: translateY(-2px) rotate(0deg); }
      25% { transform: translateY(-2px) rotate(-1deg); }
      75% { transform: translateY(-2px) rotate(1deg); }
    }
    .resource-card--wobble:hover {
      animation: resource-wobble 0.5s ease;
    }

    .resource-card h3 {
      margin: 0 0 10px;
      font-size: 1.2rem;
    }

    .resource-card p {
      margin: 0 0 20px;
      color: #333;
    }

    .resource-card .btn {
      margin-top: 0;
      pointer-events: none; /* card is the link; button is visual only */
      background: #fff;
      color: #111;
      border: 1px solid rgba(0, 0, 0, 0.2);
    }
    .resource-card:hover .btn {
      background: #f5f5f5;
      border-color: rgba(0, 0, 0, 0.25);
    }

    @media (max-width: 900px) {
      .hero-grid,
      .feels-grid,
      .resources-grid {
        grid-template-columns: 1fr;
      }

      h1 { 
        font-size: 2.3rem; 
      }
    }

    /* FOOTER */

/* FOOTER */

footer {
  background: #252525;
  color: rgba(255,255,255,0.85);
  padding: 40px 0 40px;
}

footer a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
}
.footer-logo:hover {
  text-decoration: none;
}
.footer-logo-svg {
  width: 160px;
  height: auto;
  max-height: 52px;
}
.footer-logo {
  color: #ffffff;
}
/* Footer: same logo, white text + yellow accent on dark background */
.footer-logo .cls-1 {
  fill: #ebbd3d !important;
}
.footer-logo .cls-2 {
  fill: #ffffff !important;
}
.footer-logo:hover .cls-1 {
  fill: #f5d76e !important;
}
.footer-logo:hover .cls-2 {
  fill: #ffffff !important;
}

.footer-contact .footer-contact-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 8px;
  opacity: 0.9;
}
.footer-contact li {
  display: block;
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 14px;
  color: #fff;
}

.footer-sub {
  margin: 0 0 22px;
  max-width: 46ch;
  color: rgba(255,255,255,0.65);
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.75);
}

.footer-links a:hover {
  color: #fff;
}

.footer-ctas .btn {
  margin-right: 12px;
  margin-bottom: 10px;
}

.footer-ctas .btn-secondary {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  background: transparent;
}

.footer-ctas .btn-primary:hover {
  box-shadow: 0 4px 14px rgba(235, 189, 61, 0.4);
}

body.cta-primary-black .footer-ctas .btn-primary:hover {
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.4);
}
body.cta-primary-black .footer-ctas .btn-secondary {
  background: var(--brand-yellow);
  color: #111;
  border: 1px solid #111;
}
body.cta-primary-black .footer-ctas .btn-secondary:hover {
  background: #f5f5f5;
}

.footer-meta {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}
.footer-meta__copy {
  flex: 0 1 auto;
}
.footer-meta .dark-mode-toggle {
  flex-shrink: 0;
}

/* Dark mode toggle in footer */
.dark-mode-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}
.dark-mode-toggle:hover {
  color: rgba(255,255,255,0.85);
}
.dark-mode-toggle__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dark-mode-toggle__slider {
  display: block;
  width: 40px;
  height: 22px;
  background: rgba(255,255,255,0.25);
  border-radius: 11px;
  position: relative;
  transition: background 0.2s ease;
}
.dark-mode-toggle__slider::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.dark-mode-toggle__input:checked + .dark-mode-toggle__slider {
  background: var(--brand-pink, #ebbd3d);
}
.dark-mode-toggle__input:checked + .dark-mode-toggle__slider::after {
  transform: translateX(18px);
}
.dark-mode-toggle__input:focus-visible + .dark-mode-toggle__slider {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
/* Slider state from html.dark-mode so mobile menu toggle (no adjacent input) stays in sync */
html.dark-mode .dark-mode-toggle__slider {
  background: var(--brand-pink, #ebbd3d);
}
html.dark-mode .dark-mode-toggle__slider::after {
  transform: translateX(18px);
}

/* Dark mode toggle in mobile menu: at bottom, above copyright */
.mobile-menu__dark-toggle {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--ink);
}
.mobile-menu__dark-toggle:hover {
  color: var(--ink);
}
html.dark-mode .mobile-menu__dark-toggle {
  border-top-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
}
html.dark-mode .mobile-menu__dark-toggle:hover {
  color: #fff;
}
html.dark-mode .mobile-menu__dark-toggle .dark-mode-toggle__slider::after {
  background: #fff;
}

/* Footer: 2 cols between 900px and 600px, 1 col below 600px */

@media (min-width: 601px) and (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-grid > .footer-brand {
    grid-column: 1;
    grid-row: 1 / -1;
  }
  .footer-grid > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer-grid > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-grid > .footer-brand,
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-ctas .btn {
    display: inline-block;
  }
}

/* Cookie consent: backdrop + bar */
.cookie-bar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
  /* Blocks clicks so the page can't be used until they Accept or Decline */
}
.cookie-bar-backdrop[hidden] {
  display: none !important;
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #2d2d2d;
  color: #f5f5f5;
  padding: 16px 24px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.cookie-bar[hidden] {
  display: none !important;
}
.cookie-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.cookie-bar__text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  opacity: 0.95;
}
.cookie-bar__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-bar__btn {
  padding: 10px 18px;
  font-size: 0.9rem;
}

/* Success screen (replaces form in modal) – hide main content when success is shown */
.app-modal__panel .app-modal__eyebrow[hidden],
.app-modal__panel .app-modal__title[hidden],
.app-modal__panel .app-modal__book-call[hidden],
.app-modal__panel .app-modal__two-col[hidden],
.app-modal__panel .app-modal__one-col[hidden] {
  display: none !important;
}
.app-modal__success,
.app-modal__success-full {
  padding: 32px 24px;
  text-align: center;
}
.app-modal__success[hidden],
.app-modal__success-full[hidden] {
  display: none !important;
}
.app-modal__success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #2e7d32;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: successPop 0.4s ease-out;
}
@keyframes successPop {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}
.app-modal__success-icon svg {
  width: 32px;
  height: 32px;
}
.app-modal__success-message {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}

/* Maintenance overlay */
.maintenance-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(17, 17, 17, 0.92);
  color: #f7f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.maintenance-overlay__inner {
  max-width: 28rem;
  text-align: center;
}
.maintenance-overlay__text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
}

/* --- Parallax & scroll reveal (cosmetic JS) --- */
.hero .hero-header,
.hero .hero-left,
.hero .hero-right {
  will-change: transform;
  transition: transform 0.22s ease-out;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .hero .hero-header,
  .hero .hero-left,
  .hero .hero-right {
    transition: none;
  }
  .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .scroll-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Easter egg: Maya Angelou line in footer – single color, centred at top, visible only in dark mode */
.footer-maya-easter {
  margin: 0 0 30px 0 ;
  padding: 0 1rem 1.25rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.footer-maya-easter:empty {
  display: none;
}
html.dark-mode .footer-maya-easter:not(:empty) {
  opacity: 1;
  color: var(--text-muted);
}

/* Eyebrows that host easter-egg tooltips need a positioning context */
.hero-eyebrow,
#rescue .eyebrow {
  position: relative;
}

/* Easter egg: 1s-hover tooltips (rescue eyebrow, hero eyebrow) – above eyebrow, fixed to element not mouse */
.easter-egg-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px;
  z-index: 10000;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background: var(--brand-grey);
  white-space: normal;
  max-width: 280px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.easter-egg-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: var(--brand-grey);
}
.easter-egg-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
html.dark-mode .easter-egg-tooltip {
  color: #fff;
  background: #333;
}
html.dark-mode .easter-egg-tooltip::after {
  border-top-color: #333;
}

html.dark-mode .avatar-stack .avatar .avatar-tooltip {
  background: #333;
}
html.dark-mode .avatar-stack .avatar .avatar-tooltip::after {
  border-top-color: #333;
}

.app-modal__success-easter {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

/* Dark mode: success screen text must be white and readable */
html.dark-mode .app-modal__success-message,
html.dark-mode .app-modal__success-easter {
  color: #fff;
}

