@font-face {
  font-family: "Borsok";
  src: url("assets/fonts/boorsok.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Bernier";
  src: url("assets/fonts/bernier-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --navy: #0b2d4a;
  --navy-deep: #061f35;
  --ink: #17344d;
  --muted: #5c6f7e;
  --canvas: #f6f2ee;
  --white: #ffffff;
  --ice: #eaf6fb;
  --blue: #50bae7;
  --blue-strong: #159bd3;
  --coral: #f28180;
  --pink: #e597e1;
  --purple: #a39ee3;
  --yellow: #e4be4a;
  --line: #c6d7e1;
  --shell: 1220px;
  --shadow: 0 22px 54px rgba(6, 31, 53, 0.14);
  --shadow-soft: 0 12px 30px rgba(6, 31, 53, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 14px;
  transform: translateY(-160%);
  padding: 12px 18px;
  border: 1px solid var(--navy);
  border-radius: 7px;
  color: var(--navy);
  background: white;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.heading-line, .hero-title-line { display: block; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(11, 45, 74, 0.18);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand-lockup { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; }
.tlc-header-logo { width: 158px; height: 40px; object-fit: contain; }
.tap-header-logo { width: 74px; height: 43px; object-fit: contain; }
.brand-rule { width: 1px; height: 34px; background: var(--navy); opacity: .22; }
.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav a { color: var(--navy); font-size: .78rem; font-weight: 700; text-decoration: none; }
.header-nav > a:not(.header-button):hover { color: var(--blue-strong); }
.header-button {
  padding: 12px 17px;
  border-radius: 7px;
  color: var(--navy);
  background: var(--yellow);
  font-weight: 800 !important;
  box-shadow: 0 5px 14px rgba(228,190,74,.24);
}
.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  gap: 5px;
  padding: 11px;
  border: 0;
  border-radius: 8px;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
}
.menu-toggle span { width: 25px; height: 2px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
a:focus-visible, button:focus-visible { outline: 4px solid rgba(80,186,231,.36); outline-offset: 4px; }

.kicker {
  margin: 0 0 14px;
  color: var(--blue-strong);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.45;
  text-transform: uppercase;
}
h1 {
  font-family: "Bernier", "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .92;
  text-transform: none;
}
h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.12;
  text-wrap: balance;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 94px;
  background: linear-gradient(90deg, #dff3fb 0 54%, #f7fbfd 54% 100%);
  border-bottom: 1px solid rgba(11,45,74,.12);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
  align-items: center;
  gap: 70px;
}
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.hero-copy h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.45rem, 5.45vw, 6rem);
  -webkit-text-stroke: clamp(2px, .18vw, 3.5px) #ffffff;
  paint-order: stroke fill;
  text-shadow: 0 6px 0 rgba(11,45,74,.08);
}
.hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: #496276;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.76;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid var(--navy);
  border-radius: 7px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button svg { width: 19px; height: 19px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue-strong); border-color: var(--blue-strong); box-shadow: 0 10px 22px rgba(21,155,211,.22); }
.button-primary:hover { background: #0d8fc6; }
.button-secondary { color: var(--navy); background: white; }
.button-secondary:hover { background: var(--ice); }
.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 27px;
  color: #607585;
  font-size: .72rem;
  line-height: 1.45;
}
.hero-reassurance span { position: relative; padding-left: 14px; }
.hero-reassurance span::before { content: ""; position: absolute; top: .52em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.hero-reassurance strong { color: var(--navy); }

.hero-visual { min-width: 0; }
.phone-stage {
  position: relative;
  width: min(100%, 610px);
  min-height: 700px;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.phone-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(80,186,231,.28), rgba(80,186,231,0) 69%);
}
.phone-frame {
  position: relative;
  z-index: 3;
  width: 304px;
  height: 654px;
  padding: 9px;
  border: 3px solid var(--navy-deep);
  border-radius: 49px;
  background: var(--navy-deep);
  box-shadow: 0 34px 62px rgba(6,31,53,.27);
  transform: translateX(72px) rotate(2deg);
}
.phone-top {
  position: absolute;
  z-index: 5;
  top: 17px;
  left: 50%;
  width: 92px;
  height: 21px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #031827;
}
.phone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 38px; background: #0b9fd2; }
.phone-app-screen { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.phone-connectors {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.connector {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 2px rgba(6,31,53,.08));
}
.connector-dot { filter: drop-shadow(0 2px 2px rgba(6,31,53,.12)); }
.connector-coral { stroke: var(--coral); }
.connector-purple { stroke: var(--purple); }
.connector-teal { stroke: #31a89f; }
.connector-blue { stroke: var(--blue); }
.connector-gold { stroke: #e8b42f; }
.connector-violet { stroke: #8e7ed8; }
.dot-coral { fill: var(--coral); }
.dot-purple { fill: var(--purple); }
.dot-teal { fill: #31a89f; }
.dot-blue { fill: var(--blue); }
.dot-gold { fill: #e8b42f; }
.dot-violet { fill: #8e7ed8; }
.phone-note {
  position: absolute;
  z-index: 7;
  width: 176px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(11,45,74,.18);
  border-left: 4px solid var(--accent, var(--blue));
  border-radius: 14px;
  color: var(--navy);
  background: rgba(255,255,255,.98);
  box-shadow: 0 12px 28px rgba(6,31,53,.12);
  font-size: .73rem;
  font-weight: 750;
  line-height: 1.34;
}

.note-one { --accent: var(--coral); top: 88px; left: -2px; text-align: right; justify-content: flex-end; }
.note-two { --accent: var(--blue); top: 219px; right: -132px; }
.note-three { --accent: #e8b42f; top: 350px; right: -136px; }
.note-four { --accent: var(--purple); top: 226px; left: -4px; text-align: right; justify-content: flex-end; }
.note-five { --accent: #31a89f; top: 425px; left: 0; text-align: right; justify-content: flex-end; }
.note-six { --accent: #8e7ed8; top: 535px; right: -132px; }


.audience-section { padding: 94px 0 112px; background: var(--white); }
.section-intro { max-width: 850px; margin: 0 auto 44px; text-align: center; }
.section-intro h2, .feedback-copy h2, .closing-copy h2 { margin: 0; font-size: clamp(2.15rem, 3.45vw, 3.45rem); }
.section-intro > p:not(.kicker), .closing-copy > p:not(.kicker) { max-width: 760px; margin: 20px auto 0; color: var(--muted); font-size: .98rem; line-height: 1.72; }
.section-eyebrow { display: flex; align-items: center; gap: 17px; margin-bottom: 22px; color: var(--navy); font-size: .69rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-eyebrow::before, .section-eyebrow::after { content: ""; height: 1px; flex: 1; background: rgba(11,45,74,.55); }
.section-eyebrow span { white-space: nowrap; }
.section-eyebrow-left::before { display: none; }
.section-eyebrow-left::after { max-width: 120px; }
.audience-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.audience-card {
  position: relative;
  min-height: 220px;
  padding: 34px 30px 30px;
  border: 1px solid rgba(11,45,74,.2);
  border-radius: 10px;
  background: white;
  box-shadow: 0 11px 24px rgba(6,31,53,.07);
}
.audience-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; border-radius: 10px 10px 0 0; }
.audience-blue::before { background: var(--blue); }
.audience-coral::before { background: var(--coral); }
.audience-purple::before { background: var(--purple); }
.audience-number { display: block; margin-bottom: 33px; color: rgba(11,45,74,.44); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.audience-card h3 { margin: 0; font-size: 1.08rem; }
.audience-card p { margin: 14px 0 0; color: #5b6e7c; font-size: .86rem; line-height: 1.68; }

.feedback-section { padding: 104px 0 116px; background: var(--navy); }
.feedback-grid { display: grid; grid-template-columns: minmax(310px,.66fr) minmax(0,1.34fr); align-items: start; gap: 76px; }
.feedback-copy { position: sticky; top: 112px; }
.feedback-copy .section-eyebrow { color: rgba(255,255,255,.72); }
.feedback-copy .section-eyebrow::after { background: rgba(255,255,255,.42); }
.feedback-copy .kicker { color: var(--blue); }
.feedback-copy h2 { color: white; font-size: clamp(2.05rem, 3vw, 2.95rem); }
.feedback-intro { margin: 23px 0 0; color: rgba(255,255,255,.74); font-size: .95rem; line-height: 1.75; }
.info-list { display: grid; gap: 0; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.2); }
.info-item { display: flex; gap: 17px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.info-icon { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); }
.info-icon svg { width: 21px; height: 21px; }
.info-blue { background: var(--blue); }
.info-purple { background: var(--purple); }
.info-yellow { background: var(--yellow); }
.info-item h3 { margin: 0; color: white; font-size: .84rem; }
.info-item p { margin: 6px 0 0; color: rgba(255,255,255,.66); font-size: .75rem; line-height: 1.58; }
.feedback-form-column { min-width: 0; }
.form-meta, .widget-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
  color: white;
}
.form-meta span, .widget-meta span { font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.form-meta strong { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.68); }
.jotform-wrap { min-height: 1180px; background: transparent; }
.jotform-wrap iframe { width: 100% !important; max-width: 100% !important; display: block; border: 0 !important; background: transparent !important; }
.preview-form {
  min-height: 760px;
  padding: 34px 0 0;
  color: var(--navy);
  background: white;
}
.preview-form label { display: block; margin: 23px 34px 8px; font-size: .78rem; font-weight: 800; }
.mock-input, .mock-textarea { margin-inline: 34px; border: 1px solid var(--line); border-radius: 6px; }
.mock-input { height: 48px; display: flex; align-items: center; padding: 0 15px; color: #7f8e99; font-size: .8rem; }
.mock-stars { margin-inline: 34px; color: var(--purple); font-size: 2.2rem; letter-spacing: .12em; }
.mock-textarea { height: 150px; }
.mock-textarea.short { height: 100px; }
.mock-submit { width: 210px; margin: 30px auto 0; padding: 15px; border-radius: 6px; color: white; background: var(--blue-strong); text-align: center; font-weight: 900; }

.thank-you-strip { padding: 44px 0; color: var(--navy); background: var(--yellow); }
.thank-you-inner { display: flex; align-items: center; justify-content: center; gap: 24px; }
.thank-you-mark { flex: 0 0 104px; width: 104px; height: 104px; display: grid; place-items: center; border-radius: 22px; color: var(--navy); background: rgba(255,255,255,.88); }
.thank-you-app-mark { overflow: hidden; }
.thank-you-app-mark img { width: 94px; height: 79px; display: block; object-fit: contain; }
.thank-you-strip .kicker { margin-bottom: 7px; color: var(--navy); }
.thank-you-strip h2 { max-width: 790px; margin: 0; color: var(--navy); font-size: clamp(1.65rem,2.8vw,2.6rem); }

.giveback-section { padding: 96px 0 120px; background: var(--ice); }
.giveback-heading { max-width: 940px; }
.impact-row { max-width: 1040px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 46px auto 62px; }
.impact-item { display: flex; align-items: center; gap: 17px; padding: 0 16px; }
.impact-dot { flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); font-weight: 900; }
.impact-blue { background: var(--blue); }
.impact-coral { background: var(--coral); }
.impact-yellow { background: var(--yellow); }
.impact-item p { margin: 0; color: #516775; font-size: .78rem; line-height: 1.56; }
.donation-widget-column { max-width: 990px; margin: 0 auto; }
.widget-meta { color: var(--navy); align-items: center; margin-bottom: 20px; }
.widget-meta h3 { margin: 7px 0 0; font-size: 1.25rem; }
.widget-meta p { max-width: 310px; margin: 0; color: #617481; font-size: .72rem; line-height: 1.55; text-align: right; }
.widget-wrap { min-height: 850px; background: transparent; }
.widget-wrap iframe { display: block; width: 100% !important; border: 0 !important; background: transparent !important; }
.preview-widget { min-height: 650px; padding: 56px 11%; background: transparent; text-align: center; }
.preview-widget-tabs { display: inline-flex; gap: 6px; padding: 5px; border-radius: 9px; background: rgba(255,255,255,.75); }
.preview-widget-tabs span { padding: 10px 26px; border-radius: 5px; color: #607482; font-weight: 800; }
.preview-widget-tabs .active { color: white; background: var(--navy); }
.preview-amounts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.preview-amounts span { padding: 22px; border: 1px solid var(--navy); border-radius: 7px; color: var(--navy); background: white; font-size: 1.25rem; font-weight: 900; }
.preview-custom { margin-top: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 7px; color: #7a8a95; background: white; text-align: left; }
.preview-impact { margin: 26px 0; padding: 21px; border-left: 5px solid var(--yellow); color: var(--navy); background: rgba(255,255,255,.76); line-height: 1.55; }
.preview-donate { padding: 16px; border-radius: 7px; color: white; background: var(--navy); font-weight: 900; }

.closing-section { padding: 84px 0; background: white; }
.closing-grid { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 54px; }
.closing-logo-wrap { min-height: 210px; display: grid; place-items: center; padding: 32px; border-radius: 12px; background: var(--navy); }
.closing-logo-wrap img { width: 190px; }
.closing-copy { max-width: 720px; }
.closing-copy .kicker { color: var(--blue-strong); }
.closing-copy > p:not(.kicker) { margin-inline: 0; }

.site-footer { padding: 52px 0; color: white; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .55fr; align-items: start; gap: 50px; }
.footer-logo { width: 195px; margin-bottom: 17px; filter: brightness(0) invert(1); }
.footer-brand-block p, .footer-meta p { margin: 0; color: rgba(255,255,255,.7); font-size: .75rem; line-height: 1.7; }
.footer-brand-block p { max-width: 360px; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { color: white; font-size: .77rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-meta { display: grid; gap: 8px; text-align: right; }

@media (max-width: 1040px) {
  .hero { padding-bottom: 70px; background: linear-gradient(180deg, #dff3fb 0 46%, #f7fbfd 46% 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 820px; text-align: center; margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-reassurance { justify-content: center; }
  .phone-stage { min-height: 660px; }
  .phone-frame { transform: translateX(38px) rotate(2deg); }
  .feedback-grid { grid-template-columns: 1fr; gap: 50px; }
  .feedback-copy { position: static; max-width: 800px; }
  .feedback-copy .section-eyebrow-left::before { display: block; }
  .feedback-copy .section-eyebrow-left::after { max-width: none; }
  .form-meta { max-width: 850px; }
  .jotform-wrap, .preview-form { max-width: 850px; }
  .closing-grid { grid-template-columns: 230px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 780px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .tlc-header-logo { width: 131px; height: 35px; }
  .tap-header-logo { width: 60px; height: 36px; }
  .brand-lockup { gap: 11px; }
  .brand-rule { height: 28px; }
  .menu-toggle { display: grid; }
  .header-nav {
    position: fixed;
    inset: 68px 0 auto;
    z-index: 99;
    display: grid;
    gap: 0;
    padding: 10px 14px 18px;
    border-bottom: 1px solid rgba(11,45,74,.18);
    background: white;
    box-shadow: 0 22px 36px rgba(6,31,53,.15);
    transform: translateY(-140%);
    opacity: 0;
    visibility: hidden;
    transition: transform .23s ease, opacity .23s ease, visibility .23s ease;
  }
  .header-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .header-nav a { padding: 15px 12px; border-bottom: 1px solid rgba(11,45,74,.1); font-size: .83rem; }
  .header-nav a:last-child { border-bottom: 0; }
  .header-button { margin-top: 8px; text-align: center; }

  .hero { padding: 58px 0 60px; background: linear-gradient(180deg, #dff3fb 0 49%, #f7fbfd 49% 100%); }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); -webkit-text-stroke-width: 2.3px; text-shadow: 0 4px 0 rgba(11,45,74,.07); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-reassurance { display: grid; justify-content: stretch; text-align: left; }
  .phone-stage { min-height: 620px; width: 100%; }
  .phone-frame { width: 270px; height: 582px; transform: translateX(20px) rotate(1.5deg); }
  .phone-note { width: 142px; min-height: 52px; padding: 9px 10px; font-size: .62rem; border-radius: 12px; }
  .phone-connectors { display: none; }
  .note-one { top: 54px; left: -2px; }
  .note-two { top: 166px; right: -2px; }
  .note-three { top: 286px; right: -2px; }
  .note-four { top: 176px; left: -2px; }
  .note-five { top: 392px; left: -2px; }
  .note-six { top: 482px; right: -2px; }

  .audience-section, .feedback-section, .giveback-section { padding-block: 76px; }
  .section-eyebrow { gap: 11px; font-size: .62rem; letter-spacing: .1em; }
  .section-eyebrow span { white-space: normal; text-align: center; }
  .section-intro h2, .feedback-copy h2, .closing-copy h2 { font-size: clamp(1.9rem, 8.5vw, 2.65rem); }
  .audience-grid, .impact-row { grid-template-columns: 1fr; }
  .audience-card { min-height: 190px; }
  .feedback-grid { gap: 43px; }
  .form-meta, .widget-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .jotform-wrap { min-height: 1220px; }
  .preview-form { padding-top: 18px; }
  .thank-you-inner { align-items: flex-start; gap: 16px; }
  .thank-you-mark { flex-basis: 50px; width: 50px; height: 50px; }
  .thank-you-strip h2 { font-size: 1.5rem; }
  .impact-row { margin-bottom: 45px; }
  .impact-item { padding: 0; }
  .widget-meta p { text-align: left; }
  .widget-wrap iframe { height: 1510px !important; }
  .closing-section { padding: 70px 0; }
  .closing-grid { grid-template-columns: 1fr; gap: 32px; }
  .closing-logo-wrap { min-height: 185px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-meta { grid-column: auto; }
}

@media (max-width: 470px) {
  .tap-header-logo, .brand-rule { display: none; }
  .hero-copy h1 { font-size: clamp(2.55rem, 13.5vw, 3.7rem); }
  .hero-lead { font-size: .93rem; }
  .phone-stage { min-height: 585px; margin-inline: -5px; width: calc(100% + 10px); }
  .phone-frame { width: 248px; height: 535px; border-radius: 43px; transform: translateX(14px) rotate(1.25deg); }
  .phone-screen { border-radius: 33px; }
  .phone-note { width: 116px; min-height: 46px; padding: 8px 9px; font-size: .54rem; }
  .note-one { top: 45px; left: -5px; }
  .note-two { top: 148px; right: -5px; }
  .note-three { top: 252px; right: -5px; }
  .note-four { top: 157px; left: -5px; }
  .note-five { top: 350px; left: -5px; }
  .note-six { top: 435px; right: -5px; }
  .section-intro h2, .feedback-copy h2 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .feedback-copy .heading-line { display: inline; }
  .thank-you-inner { display: grid; grid-template-columns: 46px 1fr; }
  .thank-you-mark { width: 46px; height: 46px; }
  .thank-you-strip h2 { font-size: 1.27rem; }
  .preview-widget { padding-inline: 0; }
  .preview-amounts span { padding-inline: 8px; }
  .closing-copy .heading-line { display: inline; }
}

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

/* Native Jotform API form -------------------------------------------------- */
.native-form-shell {
  min-width: 0;
  min-height: 520px;
}
.form-loading {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 42px 0;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: white;
}
.form-loading strong { display: block; font-size: .92rem; }
.form-loading p { margin: 7px 0 0; color: rgba(255,255,255,.62); font-size: .75rem; }
.form-loading-spinner {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 3px solid rgba(255,255,255,.22);
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: native-form-spin .8s linear infinite;
}
@keyframes native-form-spin { to { transform: rotate(360deg); } }

.native-feedback-form {
  display: grid;
  gap: 0;
  color: white;
}
.native-form-fields { display: grid; }
.form-question,
.form-question-heading,
.form-question-copy {
  min-width: 0;
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.form-question:first-child,
.form-question-heading:first-child,
.form-question-copy:first-child { border-top: 1px solid rgba(255,255,255,.2); }

/* Preserve safe rich-text formatting authored in Jotform while retaining TLC typography. */
.jotform-rich-text {
  color: var(--navy);
  font-family: var(--font-body);
}
.jotform-rich-text > :first-child { margin-top: 0; }
.jotform-rich-text > :last-child { margin-bottom: 0; }
.jotform-rich-text p,
.jotform-rich-text div {
  margin: 0;
  line-height: 1.55;
  text-wrap: pretty;
}
.jotform-rich-text strong,
.jotform-rich-text b { font-weight: 800; }

.form-question-heading h3 {
  margin: 0;
  color: white;
  font-size: 1.35rem;
}
.form-question-heading p,
.form-question-copy p {
  max-width: 700px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.68);
  font-size: .8rem;
  line-height: 1.65;
}
.native-field-label {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 13px;
  padding: 0;
  color: white;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.45;
}
legend.native-field-label { float: left; }
legend.native-field-label + * { clear: both; }
.native-field-label-text { max-width: 660px; }
.field-required,
.field-optional {
  flex: 0 0 auto;
  margin-top: 1px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .54rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.field-required { color: var(--navy); background: var(--yellow); }
.field-optional { color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.26); }
.native-field-help {
  margin: -5px 0 14px;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  line-height: 1.55;
}
.form-question input[type="text"],
.form-question input[type="email"],
.form-question input[type="tel"],
.form-question input[type="number"],
.form-question input[type="date"],
.form-question textarea,
.form-question select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  outline: none;
  color: var(--navy);
  background: white;
  box-shadow: 0 8px 20px rgba(2,20,34,.1);
  font-size: .82rem;
  line-height: 1.45;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.form-question textarea { min-height: 142px; resize: vertical; }
.form-question input::placeholder,
.form-question textarea::placeholder { color: #8796a0; opacity: 1; }
.form-question input:focus,
.form-question textarea:focus,
.form-question select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(80,186,231,.22), 0 10px 24px rgba(2,20,34,.12);
}
.form-question input:invalid:not(:placeholder-shown),
.form-question textarea:invalid:not(:placeholder-shown),
.form-question select:invalid:not(:focus) { border-color: var(--coral); }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.choice-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-item { min-width: 0; }
.choice-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.choice-item label {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 18px rgba(2,20,34,.09);
  cursor: pointer;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.choice-item label:hover { transform: translateY(-1px); border-color: var(--blue); }
.choice-control {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  border: 2px solid #9ab0be;
  border-radius: 50%;
  background: white;
}
.form-question-checkbox .choice-control { border-radius: 5px; }
.choice-item input:checked + label {
  border-color: var(--blue);
  background: #eefaff;
  box-shadow: 0 0 0 3px rgba(80,186,231,.18), 0 8px 20px rgba(2,20,34,.11);
}
.choice-item input:checked + label .choice-control { border-color: var(--blue-strong); background: var(--blue-strong); }
.choice-item input:checked + label .choice-control::after {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateY(-1px) rotate(-45deg);
}
.form-question-radio .choice-item input:checked + label .choice-control::after,
.form-question-scale .choice-item input:checked + label .choice-control::after {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: white;
  transform: none;
}
.choice-item input:focus-visible + label { outline: 4px solid rgba(80,186,231,.3); outline-offset: 3px; }
.field-error-message {
  display: none;
  margin: 10px 0 0;
  color: #ffd9d9;
  font-size: .7rem;
  font-weight: 700;
}
.form-question.has-error .field-error-message { display: block; }
.form-question.has-error .choice-grid,
.form-question.has-error .star-rating { padding: 4px; border-radius: 9px; outline: 2px solid var(--coral); outline-offset: 2px; }

.star-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
}
.star-rating input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.star-rating label {
  color: rgba(255,255,255,.26);
  font-size: clamp(2.6rem, 5vw, 3.65rem);
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 2px 9px rgba(0,0,0,.15);
  transition: color .15s ease, transform .15s ease;
}
.star-rating label:hover { color: var(--yellow); transform: translateY(-2px); }
.star-rating input:checked + label { color: var(--yellow); }
.star-rating:has(input:nth-of-type(2):checked) label:nth-of-type(-n+2),
.star-rating:has(input:nth-of-type(3):checked) label:nth-of-type(-n+3),
.star-rating:has(input:nth-of-type(4):checked) label:nth-of-type(-n+4),
.star-rating:has(input:nth-of-type(5):checked) label:nth-of-type(-n+5),
.star-rating:has(input:nth-of-type(6):checked) label:nth-of-type(-n+6),
.star-rating:has(input:nth-of-type(7):checked) label:nth-of-type(-n+7),
.star-rating:has(input:nth-of-type(8):checked) label:nth-of-type(-n+8),
.star-rating:has(input:nth-of-type(9):checked) label:nth-of-type(-n+9),
.star-rating:has(input:nth-of-type(10):checked) label:nth-of-type(-n+10) { color: var(--yellow); }
.star-rating input:focus-visible + label { outline: 3px solid rgba(80,186,231,.45); outline-offset: 4px; border-radius: 4px; }
.rating-scale {
  max-width: 330px;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: rgba(255,255,255,.55);
  font-size: .62rem;
  font-weight: 700;
}
.scale-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.scale-grid .choice-item { flex: 1 1 54px; max-width: 74px; }
.scale-grid .choice-item label { min-height: 52px; justify-content: center; padding: 10px; }
.scale-grid .choice-control { display: none; }

.compound-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.compound-field { min-width: 0; }
.compound-label {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.52);
  font-size: .62rem;
  font-weight: 700;
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.native-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0 0;
}
.native-form-actions p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.57);
  font-size: .67rem;
  line-height: 1.6;
}
.native-submit-button {
  min-height: 54px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border: 1px solid var(--yellow);
  border-radius: 8px;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 0 10px 24px rgba(228,190,74,.22);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.native-submit-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(228,190,74,.28); }
.native-submit-button:disabled { cursor: wait; opacity: .7; transform: none; }
.native-submit-button svg { width: 20px; height: 20px; stroke-width: 2.4; }
.native-submit-button.is-loading svg { animation: native-form-spin .8s linear infinite; }
.native-form-message {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 7px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}
.native-form-message.is-error { color: #7a2020; background: #ffe5e5; border: 1px solid #f0aaaa; }
.native-form-message.is-success { color: #0a5938; background: #dcf7eb; border: 1px solid #93d9bb; }
.native-form-error,
.native-form-success {
  padding: 42px 0;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: white;
}
.native-form-error h3,
.native-form-success h3 { max-width: 680px; margin: 0; color: white; font-size: clamp(1.7rem,3vw,2.6rem); }
.native-form-error p,
.native-form-success > p:not(.kicker) { max-width: 680px; margin: 15px 0 0; color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.7; }
.native-form-error a { display: inline-block; margin-top: 18px; color: var(--blue); font-weight: 800; text-underline-offset: 4px; }
.native-form-success .button { margin-top: 24px; }
.success-check {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--yellow);
}
.success-check svg { width: 28px; height: 28px; stroke-width: 2.4; }

@media (max-width: 780px) {
  .native-field-label { gap: 12px; font-size: .82rem; }
  .choice-grid,
  .choice-grid-compact { grid-template-columns: 1fr; }
  .compound-grid { grid-template-columns: 1fr; }
  .native-form-actions { align-items: stretch; flex-direction: column; }
  .native-submit-button { width: 100%; }
  .star-rating { width: 100%; justify-content: space-between; gap: 2px; }
  .star-rating label { font-size: clamp(2.35rem, 12vw, 3.2rem); }
  .rating-scale { max-width: none; }
}

@media (max-width: 470px) {
  .form-question,
  .form-question-heading,
  .form-question-copy { padding-block: 25px; }
  .native-field-label { display: grid; justify-content: stretch; }
  .field-required,
  .field-optional { width: fit-content; }
  .star-rating label { font-size: 2.25rem; }
  .scale-grid .choice-item { flex-basis: 48px; }
}

/* v14 Tap 2 Giveback brand alignment -------------------------------------- */
.hero {
  padding: 96px 0 104px;
  background: linear-gradient(90deg, #edf8fc 0 55%, #ffffff 55% 100%);
}
.hero-copy h1 {
  -webkit-text-stroke: clamp(1px, .08vw, 1.6px) #ffffff;
  text-shadow: 0 3px 0 rgba(11,45,74,.045);
}
.button-primary {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 10px 22px rgba(11,45,74,.16);
}
.button-primary:hover { background: var(--navy-deep); }

/* Keep the phone as the focal point and quieten the annotations. */
.phone-note {
  width: 174px;
  min-height: 54px;
  padding: 11px 14px;
  border: 1px solid rgba(11,45,74,.14);
  border-left: 0;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(6,31,53,.09);
  font-size: .7rem;
  font-weight: 700;
}
.note-one, .note-four, .note-five { --accent: var(--blue); }
.note-two, .note-three, .note-six { --accent: var(--purple); }
.connector-coral, .connector-teal, .connector-gold { stroke: var(--blue); }
.connector-purple, .connector-blue, .connector-violet { stroke: var(--purple); }
.dot-coral, .dot-teal, .dot-gold { fill: var(--blue); }
.dot-purple, .dot-blue, .dot-violet { fill: var(--purple); }

/* More editorial audience presentation. */
.audience-section { padding: 110px 0 120px; }
.section-eyebrow { display: none; }
.audience-grid { gap: 28px; }
.audience-card {
  min-height: 205px;
  padding: 32px 30px;
  border-color: rgba(11,45,74,.13);
  border-radius: 16px;
  box-shadow: none;
}
.audience-card::before {
  inset: 30px auto auto 30px;
  width: 42px;
  height: 4px;
  border-radius: 99px;
}
.audience-number { margin: 28px 0 26px; }

/* Open, visible native form on a calm pale-blue background. */
.feedback-section {
  padding: 116px 0 124px;
  background: #eaf6fb;
  border-top: 1px solid rgba(11,45,74,.09);
  border-bottom: 1px solid rgba(11,45,74,.09);
}
.feedback-copy { top: 108px; }
.feedback-copy .kicker { color: var(--blue-strong); }
.feedback-copy h2,
.feedback-copy .info-item h3,
.form-question-heading h3,
.native-field-label,
.native-feedback-form,
.form-loading,
.native-form-loading { color: var(--navy); }
.feedback-intro,
.feedback-copy .info-item p,
.form-question-heading p,
.form-question-copy p,
.native-field-help,
.form-loading p,
.native-form-loading p { color: #5c6f7e; }
.info-list { border-top-color: rgba(11,45,74,.14); }
.info-item { border-bottom-color: rgba(11,45,74,.14); }
.info-icon { background: white; border: 1px solid rgba(11,45,74,.1); }
.form-meta { color: var(--navy); }
.form-meta strong { color: #607585; }
.native-form-shell { min-height: 620px; }
.native-form-loading,
.form-loading {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 50px 0;
  border-top: 1px solid rgba(11,45,74,.14);
  border-bottom: 1px solid rgba(11,45,74,.14);
}
.native-form-spinner,
.form-loading-spinner {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 3px solid rgba(11,45,74,.14);
  border-top-color: var(--blue-strong);
  border-radius: 50%;
  animation: native-form-spin .8s linear infinite;
}
.form-question,
.form-question-heading,
.form-question-copy { border-bottom-color: rgba(11,45,74,.14); }
.form-question:first-child,
.form-question-heading:first-child,
.form-question-copy:first-child { border-top-color: rgba(11,45,74,.14); }
.field-optional { color: #607585; border-color: rgba(11,45,74,.22); }
.form-question input[type="text"],
.form-question input[type="email"],
.form-question input[type="tel"],
.form-question input[type="number"],
.form-question input[type="date"],
.form-question textarea,
.form-question select {
  border-color: rgba(11,45,74,.18);
  box-shadow: none;
}
.choice-item label {
  border-color: rgba(11,45,74,.16);
  box-shadow: none;
}
.star-rating label { color: rgba(11,45,74,.18); text-shadow: none; }
.field-error-message { color: #a33d3d; }
.native-form-actions { border-top-color: rgba(11,45,74,.14); }
.native-form-actions p { color: #607585; }
.native-submit-button { background: var(--navy); }

/* Reserve yellow for gratitude and giving moments. */
.giveback-section { background: #ffffff; }
.thank-you-strip { background: var(--yellow); }
.closing-section { background: #f7fbfd; }

@media (max-width: 1040px) {
  .hero { background: linear-gradient(180deg, #edf8fc 0 47%, #ffffff 47% 100%); }
}

@media (max-width: 760px) {
  .hero { padding: 64px 0 70px; background: linear-gradient(180deg, #edf8fc 0 50%, #ffffff 50% 100%); }
  .hero-copy h1 { -webkit-text-stroke-width: 1.2px; text-shadow: 0 2px 0 rgba(11,45,74,.04); }
  .audience-section, .feedback-section, .giveback-section { padding-block: 80px; }
  .audience-card { min-height: 175px; }
  .feedback-copy { position: static; }
}

/* v15 feedback-only refinements */
.header-inner {
  justify-content: flex-start;
}

.hero-actions {
  justify-content: flex-start;
}

.closing-donation-prompt {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(11, 45, 74, .14);
}

.closing-donation-prompt p {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--navy);
  font-weight: 600;
}

.closing-donation-prompt .button {
  width: fit-content;
}

@media (max-width: 620px) {
  .closing-donation-prompt .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* v16 accessibility and TLC typography refinements */
.native-submit-button,
.native-submit-button:visited {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 10px 24px rgba(11, 45, 74, .18);
}

.native-submit-button:hover {
  color: #ffffff;
  background: #061f35;
  border-color: #061f35;
  box-shadow: 0 14px 28px rgba(11, 45, 74, .24);
}

/* TLC copy rule: keep the final words together and avoid single-word last lines. */
h1,
h2,
h3,
h4,
h5,
h6,
p,
.phone-note,
.hero-reassurance span,
.native-field-label-text,
.native-field-help,
.choice-item label,
.button,
.footer-links a {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.no-widow {
  white-space: nowrap;
}

/* v18: restore clear spacing between the audience-card accent and heading. */
.audience-card h3 {
  margin-top: 18px;
}


/* v20: allow Jotform paragraph controls to retain their authored rich text. */
.form-question-copy .jotform-rich-text {
  max-width: 100%;
  margin: 0;
  color: var(--navy);
}
.form-question-copy .jotform-rich-text p,
.form-question-copy .jotform-rich-text div,
.form-question-copy .jotform-rich-text span {
  color: inherit;
}

@media (max-width: 640px) {
  .thank-you-inner { align-items: flex-start; }
  .thank-you-mark { flex-basis: 78px; width: 78px; height: 78px; border-radius: 18px; }
  .thank-you-app-mark img { width: 70px; height: 59px; }
}


/* v26: submission thank-you reveal */
.thank-you-strip[hidden] { display: none !important; }
.thank-you-content { min-width: 0; }
.thank-you-donation-prompt {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(11,45,74,.18);
}
.thank-you-donation-prompt p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.55;
}
.thank-you-donation-prompt .button {
  width: fit-content;
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
@media (max-width: 700px) {
  .thank-you-inner { align-items: flex-start; }
  .thank-you-donation-prompt .button { width: 100%; justify-content: center; text-align: center; }
}


/* v27: simplified thank-you state and responsive polish */
.thank-you-strip {
  scroll-margin-top: 24px;
}

.thank-you-inner {
  justify-content: flex-start;
  gap: clamp(24px, 4vw, 48px);
}

.thank-you-content {
  max-width: 1120px;
}

.thank-you-strip .kicker {
  margin: 0 0 18px;
  letter-spacing: .16em;
}

.thank-you-strip h2 {
  max-width: 1120px;
  font-size: clamp(1.8rem, 2.65vw, 3rem);
  line-height: 1.08;
  text-wrap: balance;
}

.thank-you-donate-button {
  width: fit-content;
  margin-top: 30px;
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.thank-you-donate-button:hover,
.thank-you-donate-button:focus-visible {
  color: #fff;
  background: #08243c;
  border-color: #08243c;
}

/* The v26 divider/subtext container is no longer used. */
.thank-you-donation-prompt { display: contents; }

@media (max-width: 1100px) {
  .hero-grid,
  .feedback-grid {
    gap: clamp(34px, 5vw, 64px);
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 6.8vw, 5rem);
  }

  .phone-stage {
    transform: scale(.92);
    transform-origin: center top;
  }

  .thank-you-strip {
    padding: 54px 0;
  }

  .thank-you-strip h2 {
    font-size: clamp(1.75rem, 3.6vw, 2.6rem);
  }
}

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

  .hero-copy,
  .feedback-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: auto;
  }

  .phone-stage {
    width: min(100%, 690px);
    margin-inline: auto;
    transform: none;
  }

  .feedback-form-column {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }

  .thank-you-inner {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: center;
  }

  .thank-you-mark {
    width: 130px;
    height: 130px;
    flex-basis: 130px;
  }

  .thank-you-app-mark img {
    width: 116px;
    height: 98px;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(100% - 32px, var(--shell));
  }

  .hero-section,
  .audience-section,
  .feedback-section {
    padding-block: 58px;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
    line-height: .98;
  }

  .hero-copy p,
  .feedback-intro {
    font-size: 1rem;
  }

  .phone-stage {
    width: min(100%, 440px);
  }

  .phone-note {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    transform: none !important;
  }

  .phone-note::before,
  .phone-note::after,
  .phone-connector,
  .phone-pin {
    display: none !important;
  }

  .phone-notes {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }

  .native-form-shell,
  .feedback-form-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .native-submit-button,
  .button {
    min-height: 52px;
  }

  .thank-you-strip {
    padding: 48px 0 54px;
  }

  .thank-you-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .thank-you-mark {
    width: 108px;
    height: 108px;
  }

  .thank-you-app-mark img {
    width: 96px;
    height: 82px;
  }

  .thank-you-strip .kicker {
    margin-bottom: 12px;
  }

  .thank-you-strip h2 {
    font-size: clamp(1.75rem, 7.5vw, 2.35rem);
    line-height: 1.04;
  }

  .thank-you-donate-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .shell {
    width: min(100% - 24px, var(--shell));
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.2rem);
  }

  .audience-grid {
    gap: 14px;
  }

  .audience-card {
    padding: 24px 20px;
  }

  .native-form-shell,
  .feedback-form-card {
    padding-inline: 14px;
  }

  .thank-you-strip h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.05rem);
  }
}


/* v32: location icons replacing audience cards */
.audience-icon-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  margin-top: clamp(42px, 5vw, 68px);
}

.audience-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
}

.audience-icon-item img {
  display: block;
  width: 100%;
  max-width: 205px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .audience-icon-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .audience-icon-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }

  .audience-icon-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(48%, 190px);
  }
}

@media (max-width: 420px) {
  .audience-icon-row {
    gap: 14px;
  }

  .audience-icon-item img {
    max-width: 150px;
  }
}

/* v36: expanded location row and stronger thank-you eyebrow */
.audience-icon-row {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 30px);
}

.audience-icon-item img {
  max-width: 175px;
}

.thank-you-strip .kicker {
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .13em;
}

@media (max-width: 1250px) {
  .audience-icon-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 960px;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .audience-icon-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .audience-icon-item:last-child {
    grid-column: auto;
    width: auto;
  }

  .thank-you-strip .kicker {
    font-size: clamp(.98rem, 4.3vw, 1.15rem);
    letter-spacing: .1em;
  }
}

@media (max-width: 420px) {
  .audience-icon-item img {
    max-width: 145px;
  }
}

/* v38: retain the designed phone composition on small screens. */
@media (max-width: 700px) {
  .phone-note {
    position: absolute;
    width: 142px;
    max-width: none;
    margin-top: 0;
  }
}

@media (max-width: 470px) {
  .phone-note {
    width: 116px;
  }
}

/* v39: supplied Bernier H1 and a stronger post-submission success state. */
.hero-copy h1 {
  font-family: "Bernier", "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .9;
  text-transform: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  text-shadow: none;
}

.thank-you-strip {
  min-height: calc(100svh - 78px);
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 118px) 0;
  scroll-margin-top: 78px;
  color: var(--navy);
  background: linear-gradient(135deg, #e4be4a 0%, #efca58 52%, #f5db79 100%);
  border-top: 1px solid rgba(11,45,74,.14);
  border-bottom: 1px solid rgba(11,45,74,.14);
}

.thank-you-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.thank-you-primary {
  min-width: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 4vw, 46px);
}

.thank-you-mark {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11,45,74,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 18px 42px rgba(11,45,74,.14);
}

.thank-you-app-mark img {
  width: 116px;
  height: 98px;
  object-fit: contain;
}

.thank-you-content {
  min-width: 0;
  max-width: 720px;
}

.thank-you-strip .kicker {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(.82rem, 1vw, .96rem);
  font-weight: 900;
  letter-spacing: .15em;
}

.thank-you-strip h2 {
  max-width: 720px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.45rem, 4.3vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.thank-you-message {
  max-width: 690px;
  margin: 24px 0 0;
  color: #29465d;
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.72;
}

.thank-you-giveback {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(145deg, #0b2d4a 0%, #173f61 58%, #514ca3 145%);
  box-shadow: 0 26px 60px rgba(11,45,74,.22);
}

.thank-you-giveback::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--blue) 0 34%, var(--purple) 34% 67%, var(--coral) 67% 100%);
}

.giveback-eyebrow {
  margin: 0 0 18px;
  color: #bcecff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.thank-you-giveback h3 {
  max-width: 460px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.thank-you-giveback > p:not(.giveback-eyebrow) {
  max-width: 470px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.79);
  font-size: .94rem;
  line-height: 1.68;
}

.thank-you-giveback .thank-you-donate-button {
  width: fit-content;
  min-height: 56px;
  margin-top: 28px;
  padding-inline: 24px;
  border-color: #f5d567;
  color: var(--navy);
  background: linear-gradient(90deg, var(--yellow), #f5d567);
  box-shadow: 0 13px 28px rgba(0,0,0,.2);
}

.thank-you-giveback .thank-you-donate-button:hover,
.thank-you-giveback .thank-you-donate-button:focus-visible {
  border-color: #f8df85;
  color: var(--navy);
  background: #f8df85;
}

.thank-you-giveback small {
  display: block;
  margin-top: 15px;
  color: rgba(255,255,255,.62);
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .thank-you-strip {
    min-height: auto;
    padding-block: 76px;
  }

  .thank-you-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .thank-you-primary {
    max-width: 820px;
  }

  .thank-you-giveback {
    width: 100%;
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .thank-you-strip {
    padding-block: 58px;
    scroll-margin-top: 68px;
  }

  .thank-you-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .thank-you-primary {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .thank-you-mark {
    width: 104px;
    height: 104px;
    border-radius: 18px;
  }

  .thank-you-app-mark img {
    width: 92px;
    height: 78px;
  }

  .thank-you-strip .kicker {
    margin-bottom: 14px;
    font-size: .76rem;
  }

  .thank-you-strip h2 {
    font-size: clamp(2.3rem, 11vw, 3.3rem);
    line-height: 1;
  }

  .thank-you-message {
    margin-top: 20px;
    font-size: .96rem;
  }

  .thank-you-giveback {
    padding: 32px 26px;
    border-radius: 18px;
  }

  .thank-you-giveback .thank-you-donate-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: clamp(2.65rem, 14vw, 3.4rem);
  }

  .thank-you-strip h2 {
    font-size: clamp(2.1rem, 10.5vw, 2.75rem);
  }

  .thank-you-giveback {
    padding: 29px 22px;
  }
}

/* v40: compact, aligned thank-you and giveback layout. */
.thank-you-strip {
  min-height: auto;
  padding: clamp(64px, 7vw, 88px) 0;
}

.thank-you-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: center;
  gap: clamp(54px, 7vw, 88px);
}

.thank-you-primary {
  display: block;
  max-width: 660px;
}

.thank-you-status {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.thank-you-mark {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(11,45,74,.12);
}

.thank-you-app-mark img {
  width: 72px;
  height: 62px;
}

.thank-you-strip .kicker {
  max-width: 310px;
  margin: 0;
}

.thank-you-content {
  max-width: 660px;
}

.thank-you-strip h2 {
  max-width: 650px;
  font-size: clamp(2.75rem, 3.65vw, 3.7rem);
  line-height: 1.03;
}

.thank-you-message {
  max-width: 610px;
  margin-top: 22px;
}

.thank-you-giveback {
  width: 100%;
  max-width: 440px;
  justify-self: end;
  padding: 40px;
  border-radius: 18px;
}

.thank-you-giveback h3 {
  font-size: clamp(1.65rem, 2.1vw, 2rem);
}

.thank-you-giveback .thank-you-donate-button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

@media (max-width: 980px) {
  .thank-you-strip {
    padding-block: 68px;
  }

  .thank-you-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 800px;
  }

  .thank-you-primary,
  .thank-you-content {
    max-width: 680px;
  }

  .thank-you-giveback {
    max-width: 560px;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .thank-you-strip {
    padding-block: 50px;
  }

  .thank-you-inner {
    gap: 34px;
  }

  .thank-you-status {
    gap: 16px;
    margin-bottom: 24px;
  }

  .thank-you-mark {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
    border-radius: 15px;
  }

  .thank-you-app-mark img {
    width: 64px;
    height: 54px;
  }

  .thank-you-strip .kicker {
    margin: 0;
  }

  .thank-you-strip h2 {
    font-size: clamp(2.35rem, 10vw, 3.15rem);
  }

  .thank-you-giveback {
    max-width: none;
    padding: 30px 26px;
  }
}

@media (max-width: 420px) {
  .thank-you-strip {
    padding-block: 44px;
  }

  .thank-you-status {
    align-items: center;
  }

  .thank-you-strip h2 {
    font-size: clamp(2.15rem, 10.5vw, 2.65rem);
  }

  .thank-you-giveback {
    padding: 28px 22px;
  }
}
