:root {
  --navy: #062846;
  --navy-2: #0c355a;
  --navy-3: #123f68;
  --gold: #f3a51c;
  --gold-dark: #d98908;
  --cream: #fffaf1;
  --sand: #f6ead8;
  --soft-blue: #eff5fa;
  --danger: #c62828;
  --text: #1c2f43;
  --muted: #617283;
  --white: #ffffff;
  --border: #e7d8c2;
  --shadow: 0 12px 35px rgba(7, 36, 63, .1);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 78px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.03em; }
h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin-bottom: 24px; }
h3 { color: var(--navy); line-height: 1.3; }
p { color: var(--muted); }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 700; font-size: 1.25rem; white-space: nowrap; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--gold);
  border-radius: 50% 50% 50% 10%; color: var(--gold); transform: rotate(-8deg);
}
.brand-mark i { transform: rotate(8deg); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.main-nav a { color: rgba(255,255,255,.85); text-decoration: none; font-size: .86rem; font-weight: 600; position: relative; padding: 27px 0 23px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px; background: var(--gold); transform: scaleX(0); transition: .25s; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: #fff; font-size: 1.4rem; }
.btn {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 22px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: .25s ease;
}
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 8px 18px rgba(243,165,28,.25); }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.65); background: rgba(2,20,37,.2); }
.btn-outline-light:hover { background: #fff; color: var(--navy); }
.nav-donate { flex: 0 0 auto; }

.hero { min-height: 590px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg, .cta-bg { position: absolute; inset: 0; border-radius: 0; }
.hero-overlay {position: absolute;inset: 0;background-image: url(https://demowebz.com/projects/I-15HealingHearts/wp-content/uploads/2026/07/ChatGPT-Image-Jul-3-2026-06_07_41-AM.png);background-repeat: no-repeat;background-size: cover;background-position: 0px -71px;}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 40px; }
.hero-copy { max-width: 760px; }
.hero h1 { color: #fff; font-size: clamp(3rem, 7vw, 5.6rem); line-height: .98; margin-bottom: 18px; }
.hero h2 { color: var(--gold); font-size: clamp(1.2rem, 2.2vw, 1.75rem); max-width: 760px; }
.hero p { color: rgba(255,255,255,.86); max-width: 680px; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.interstate-sign {
  justify-self: end; width: 160px; background: #0d3c6f; border: 7px solid #f2f2f2;
  clip-path: polygon(8% 0, 92% 0, 100% 22%, 90% 79%, 50% 100%, 10% 79%, 0 22%);
  text-align: center; overflow: hidden; box-shadow: 0 18px 34px rgba(0,0,0,.3);
}
.interstate-sign span { display: block; background: #a7241a; color: #fff; font-weight: 800; font-size: 1rem; padding: 8px 4px; letter-spacing: .05em; }
.interstate-sign strong { display: block; color: #fff; font-size: 5rem; line-height: 1.15; padding: 6px 0 28px; }

.image-holder {
  position: relative; min-height: 340px; border-radius: var(--radius); overflow: hidden;
  background:
    linear-gradient(135deg, rgba(243,165,28,.18), rgba(6,40,70,.22)),
    repeating-linear-gradient(45deg, #e8edf1 0 12px, #dbe4ea 12px 24px);
  border: 1px dashed rgba(6,40,70,.28);
}
.placeholder-content {position: absolute;inset: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 8px;text-align: center;color: rgba(255,255,255,.86);padding: 30px;background-image: url(https://demowebz.com/projects/I-15HealingHearts/wp-content/uploads/2026/07/we-scaled.jpg);background-size: cover;}
.placeholder-content.dark { color: var(--navy); }
.placeholder-content i { font-size: 2.5rem; color: var(--gold); }
.placeholder-content span { font-weight: 700; }
.placeholder-content small { opacity: .75; }
.image-holder--hero { background:
  linear-gradient(135deg, rgba(243,165,28,.34), rgba(6,40,70,.36)),
  repeating-linear-gradient(45deg, #836c4a 0 14px, #6b7d82 14px 28px); }

.split-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 56px; align-items: center; }
.image-card { min-height: 410px; box-shadow: var(--shadow); }
.section-title { display: flex; align-items: center; gap: 12px; }
.section-title h2 { margin: 0; }
.section-title.centered { justify-content: center; text-align: center; margin-bottom: 42px; }
.title-left { margin-bottom: 24px; }
.title-icon { width: 42px; height: 42px; display: grid; place-items: center; background: rgba(243,165,28,.14); color: var(--gold); border-radius: 50%; }
.quote-box { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px; background: var(--cream); border-left: 4px solid var(--gold); border-radius: 12px; margin-top: 24px; }
.quote-box i { color: var(--gold); font-size: 2rem; }
.quote-box p { margin: 0; color: var(--text); font-weight: 500; }
.mission-values { color: var(--gold-dark); font-weight: 700; letter-spacing: .03em; margin-top: 18px; }

.life-matters { background: linear-gradient(90deg, #f6ead7 0%, #fff4df 58%, #f0c27b 100%); }
.life-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 330px; align-items: stretch; }
.life-copy { padding: 58px 20px 50px 0; }
.life-copy h2 { margin-bottom: 34px; }
.impact-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.impact-row article { padding-right: 14px; border-right: 1px solid rgba(6,40,70,.16); }
.impact-row article:last-child { border: 0; }
.impact-row i { font-size: 2.2rem; color: #d64545; margin-bottom: 15px; }
.impact-row h3 { font-size: .92rem; }
.life-image { min-height: 330px; border: 0; border-radius: 0; }

.dangers { background: #fff; }
.danger-icons { display: grid; grid-template-columns: repeat(7,1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 30px; }
.danger-icons article { text-align: center; padding: 26px 13px; border-right: 1px solid var(--border); }
.danger-icons article:last-child { border-right: 0; }
.danger-icons i { display: block; font-size: 1.9rem; color: var(--navy-2); margin-bottom: 12px; }
.danger-icons span { display: block; font-size: .78rem; font-weight: 600; line-height: 1.35; }
.safety-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; }
.heat-card, .tips-card { border-radius: var(--radius); padding: 30px; }
.heat-card { background: #fff0eb; border: 1px solid #f0c9be; text-align: center; }
.alert-title { color: var(--danger); text-transform: uppercase; font-weight: 700; }
.heat-card > strong { display: block; color: var(--danger); font-size: clamp(2.4rem,5vw,4rem); line-height: 1; margin: 12px 0 24px; }
.temp-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.temp-columns div { display: flex; flex-direction: column; }
.temp-columns span { font-size: .8rem; color: var(--muted); }
.tips-card { background: var(--cream); border: 1px solid var(--border); }
.tips-card h3 { text-align: center; }
.tip-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.tip-row article { display: flex; flex-direction: column; gap: 14px; text-align: center; align-items: center; }
.tip-row i { font-size: 2.2rem; color: var(--navy-2); }
.tip-row span { font-size: .82rem; font-weight: 600; }

.solutions { background: var(--cream); }
.solution-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.solution-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 26px 18px; text-align: center; box-shadow: 0 8px 22px rgba(6,40,70,.05); transition: .25s; }
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.solution-card i { font-size: 2.25rem; color: var(--navy-2); margin-bottom: 18px; }
.solution-card:nth-child(even) i { color: var(--gold-dark); }
.solution-card h3 { font-size: .92rem; min-height: 48px; }
.solution-card p { font-size: .78rem; margin: 0; }

.progress { background: linear-gradient(#f4f8fb, #fff); }
.progress-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px; align-items: stretch; }
.leader-card { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; }
.leader-image { min-height: 270px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { color: var(--text); font-size: .9rem; }
.check-list i { color: var(--navy-2); margin-right: 8px; }
.leaders-panel { background: #fff; border: 1px solid #d7e2eb; border-radius: var(--radius); padding: 28px; text-align: center; box-shadow: var(--shadow); }
.leader-bubbles { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 28px 0 16px; }
.leader-bubbles > div { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.avatar { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-blue); color: var(--navy-2); border: 2px solid #fff; box-shadow: 0 0 0 2px var(--gold); }
.leader-bubbles small { font-size: .68rem; line-height: 1.25; font-weight: 600; }
.thank-you { margin-top: 34px; background: var(--navy); color: #fff; border: 2px solid var(--gold); border-radius: 14px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 22px; padding: 24px 30px; }
.thank-you h2 { color: #fff; margin: 0; font-size: 2rem; }
.thank-you span { color: var(--gold); font-size: 1.2rem; }
.thank-you p { color: rgba(255,255,255,.8); margin: 0; }
.gold-heart, .thank-icon { font-size: 2.7rem; color: var(--gold); }

.heading-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 32px; }
.heading-row h2 { margin: 0; }
.heading-row a { color: var(--navy-2); font-weight: 700; text-decoration: none; }
.news-layout { display: grid; gap: 26px; }
.news-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.news-card { display: grid; grid-template-columns: 150px 1fr; border: 1px solid #dfe7ed; border-radius: 14px; background: #fff; overflow: hidden; box-shadow: 0 8px 20px rgba(6,40,70,.05); }
.news-image { min-height: 170px; border: 0; border-radius: 0; }
.news-content { padding: 20px; }
.news-content h3 { font-size: .9rem; }
.news-content p { font-size: .76rem; }
.news-content a { color: var(--navy-2); font-weight: 700; font-size: .8rem; text-decoration: none; }
.video-panel { border: 1px solid #dfe7ed; border-radius: 14px; padding: 24px; }
.video-item { display: grid; grid-template-columns: 78px 1fr; gap: 12px; align-items: center; text-decoration: none; padding: 12px 0; border-bottom: 1px solid #e8eef3; font-size: .76rem; font-weight: 600; }
.video-thumb { height: 50px; border-radius: 8px; background: linear-gradient(135deg,#c7d5df,#8fa7b8); display: grid; place-items: center; color: #fff; }

.death-valley { background: #fffaf2; }
.death-grid { display: grid; grid-template-columns: 1fr .85fr .8fr; gap: 28px; align-items: stretch; }
.death-image { min-height: 340px; }
.death-copy { padding: 12px 0; }
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 32px; }
.stats-row article { text-align: center; }
.stats-row i { color: var(--navy-2); font-size: 1.6rem; display: block; margin-bottom: 8px; }
.stats-row strong { display: block; color: var(--navy); }
.stats-row span { display: block; font-size: .7rem; color: var(--muted); }
.history-card { background: #f7e3c4; border-radius: var(--radius); padding: 30px; }
.history-card blockquote { font-size: 1.5rem; color: var(--navy); font-weight: 700; margin: 24px 0 0; }

.learn-more { background: var(--soft-blue); }
.resource-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.resource-card { min-height: 190px; background: #fff; border: 1px solid #dce6ed; border-radius: 14px; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 22px; box-shadow: 0 8px 22px rgba(6,40,70,.05); transition: .25s; }
.resource-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.resource-card i { font-size: 2.1rem; color: var(--navy-2); margin-bottom: 18px; }
.resource-card h3 { font-size: .86rem; }
.resource-card span { color: var(--navy-2); font-size: .75rem; font-weight: 700; }

.final-cta { position: relative; min-height: 280px; display: flex; align-items: center; overflow: hidden; }
.cta-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-content h2 { color: #fff; margin-bottom: 12px; }
.cta-content p { color: rgba(255,255,255,.82); max-width: 670px; margin: 0; }

.site-footer { background: var(--navy); color: #fff; padding-top: 54px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .65fr 1fr .8fr; gap: 34px; padding-bottom: 40px; }
.site-footer p, .site-footer a, .site-footer li { color: rgba(255,255,255,.72); }
.site-footer h3 { color: #fff; font-size: .95rem; margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; font-size: .8rem; }
.site-footer a:hover { color: var(--gold); }
.footer-brand p { font-size: .78rem; margin-top: 18px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; color: #fff; }
.contact-list li { font-size: .76rem; }
.contact-list i { width: 20px; }
.footer-donate p { font-size: .75rem; margin-top: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: center; gap: 20px; padding: 18px 0; color: rgba(255,255,255,.55); font-size: .7rem; }
.hero-overlay::after {
    content: "";
    background-color: #00000070;
    position: absolute;
    width: 100%;
    height: 100%;
}

.mission-video-section {
  padding: 90px 20px;
  background: #fffaf2;
  font-family: "Poppins", sans-serif;
}
 
.video-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
 
.video-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
 
.video-heading span {
  color: #e8950c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
 
.video-heading h2 {
  margin: 10px 0 15px;
  color: #062846;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.2;
}
 
.video-heading p {
  margin: 0;
  color: #617283;
  line-height: 1.8;
}
 
.youtube-video-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 7px solid #fff;
  border-radius: 22px;
  background: #062846;
  box-shadow: 0 22px 60px rgba(6, 40, 70, 0.18);
}
 
.youtube-video-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
 
.youtube-video-card:hover img {
  transform: scale(1.04);
}
 
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 40, 70, 0.82),
    rgba(6, 40, 70, 0.15)
  );
}


.Image2hhsu {
    background-image: url(https://demowebz.com/projects/I-15HealingHearts/wp-content/uploads/2026/07/eihro-scaled.jpg);
    background-size: contain;
}


.hdsfuss {
    background: url(https://demowebz.com/projects/I-15HealingHearts/wp-content/uploads/2026/07/attractive-businessman-with-crossed-arms_11zon-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.BG_GYH { 
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
        url(https://demowebz.com/projects/I-15HealingHearts/wp-content/uploads/2026/07/download_11zon.jpg) !important; 
    background-size: cover !important; 
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 500px;
}

.footer-brand h3 {
    font-size: 21px;
    margin: 0px;
}

.hfgajssd1 {
    color: var(--navy);
    background: url(https://demowebz.com/projects/I-15HealingHearts/wp-content/uploads/2026/07/images_11zon.jpg);
    background-size: cover;
    background-position: center;
}

.imagenews {
    background: url(https://demowebz.com/projects/I-15HealingHearts/wp-content/uploads/2026/07/21163199_web1_SM3_0210e.webp);
    background-size: cover;
    background-position: center;
}
 
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: #f3a51c;
  color: #fff;
  font-size: 26px;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}
 
.play-button i {
  margin-left: 5px;
}
 
.youtube-video-card:hover .play-button {
  background: #d98908;
  transform: translate(-50%, -50%) scale(1.08);
}
 
.video-text {
  position: absolute;
  left: 40px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
 
.video-text small {
  color: #f3a51c;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
 
.video-text strong {
  margin-top: 5px;
  font-size: clamp(19px, 3vw, 30px);
}
 
@media (max-width: 767px) {
  .mission-video-section {
    padding: 60px 15px;
  }
 
  .youtube-video-card {
    border-width: 4px;
    border-radius: 14px;
  }
 
  .play-button {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
 
  .video-text {
    left: 20px;
    bottom: 20px;
  }
}
 
@keyframes videoPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.85);
  }
 
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}
 
@media (max-width: 767px) {
  .mission-video-section {
    padding: 65px 15px;
  }
 
  .video-section-heading {
    margin-bottom: 30px;
  }
 
  .mission-video-wrapper {
    border-width: 4px;
    border-radius: 15px;
  }
 
  .video-play-button {
    width: 68px;
    height: 68px;
    font-size: 22px;
  }
 
  .video-caption {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
}
 
@media (max-width: 480px) {
  .video-caption h3 {
    font-size: 17px;
  }
 
  .video-caption span {
    font-size: 10px;
  }
 
  .video-play-button {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .78rem; }
  .solution-grid { grid-template-columns: repeat(3,1fr); }
  .danger-icons { grid-template-columns: repeat(4,1fr); }
  .danger-icons article:nth-child(4) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2,.7fr) 1fr; }
  .footer-donate { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; top: 76px; left: 0; right: 0; background: var(--navy); display: none;
    flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 24px; border-top: 1px solid rgba(255,255,255,.12);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .main-nav a::after { bottom: 8px; transform-origin: left; }
  .nav-donate { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .interstate-sign { display: none; }
  .split-layout, .life-grid, .progress-grid, .death-grid { grid-template-columns: 1fr; }
  .life-copy { padding-right: 0; }
  .life-image { min-height: 300px; }
  .safety-grid { grid-template-columns: 1fr; }
  .leader-card { grid-template-columns: 180px 1fr; }
  .news-layout { grid-template-columns: 1fr; }
  .video-panel { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
  .video-panel h3 { grid-column: 1 / -1; }
  .video-item { grid-template-columns: 1fr; border: 0; }
  .resource-grid { grid-template-columns: repeat(3,1fr); }
  .cta-content { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 58px 0; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 630px; }
  .hero h1 { font-size: 3rem; }
  .hero-overlay { background: rgba(4,30,54,.83); }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .btn { width: 100%; }
  .impact-row { grid-template-columns: 1fr; }
  .impact-row article { border: 0; border-bottom: 1px solid rgba(6,40,70,.13); padding: 0 0 16px; }
  .danger-icons { grid-template-columns: repeat(2,1fr); }
  .danger-icons article { border-bottom: 1px solid var(--border); }
  .danger-icons article:nth-child(even) { border-right: 0; }
  .temp-columns, .tip-row { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: repeat(2,1fr); }
  .leader-card { grid-template-columns: 1fr; }
  .leader-image { min-height: 320px; }
  .leader-bubbles { grid-template-columns: repeat(2,1fr); }
  .thank-you { grid-template-columns: auto 1fr; }
  .thank-you p { grid-column: 1 / -1; }
  .thank-icon { display: none; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: 120px 1fr; }
  .video-panel { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; align-items: center; }
}




.thank-you-section {
  background: linear-gradient(135deg, #0a1e3f 0%, #14284a 100%);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-left: 4px solid #f5a623;
  border-radius: 8px;
  padding: 3rem 3.5rem;
  margin: 2rem 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

section.thank-you-section.reveal.visible {
    margin-bottom: -65px;
}

.thank-you-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.thank-you-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.thank-you-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.thank-you-label {
  color: #f5a623;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.divider {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(90deg, #f5a623, transparent);
}

.recipient-name {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.thank-you-message {
  color: #c5d1e0;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
}

@media (max-width: 768px) {
  .thank-you-section {
    padding: 2rem 1.5rem;
  }
  
  .recipient-name {
    font-size: 1.75rem;
  }
  
  .thank-you-message {
    font-size: 0.95rem;
  }
}

   :root {
      --navy: #062846;
      --navy-2: #0c355a;
      --gold: #f3a51c;
      --gold-dark: #d98908;
      --cream: #fffaf1;
      --sand: #f6ead8;
      --soft-blue: #eff5fa;
      --danger: #c62828;
      --text: #1c2f43;
      --muted: #617283;
      --white: #ffffff;
      --border: #e7d8c2;
      --shadow: 0 18px 50px rgba(7, 36, 63, .12);
      --radius: 18px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: "Poppins", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(243, 165, 28, .12), transparent 34%),
        linear-gradient(180deg, #f8fbfd 0%, #fffaf1 100%);
      line-height: 1.75;
    }

    a {
      color: inherit;
    }

    .email-page {
      padding: 70px 20px;
    }

    .email-container {
      width: min(1080px, 100%);
      margin: 0 auto;
    }

    .email-hero {
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
      color: var(--white);
      border-radius: 28px 28px 0 0;
      padding: clamp(34px, 6vw, 64px);
      position: relative;
      overflow: hidden;
    }

    .email-hero::before {
      content: "";
      position: absolute;
      right: -100px;
      top: -120px;
      width: 330px;
      height: 330px;
      border-radius: 50%;
      background: rgba(243, 165, 28, .16);
    }

    .email-hero::after {
      content: "";
      position: absolute;
      right: 55px;
      bottom: -90px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      max-width: 850px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--gold);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .email-hero h1 {
      margin: 0 0 16px;
      font-size: clamp(34px, 5.5vw, 62px);
      line-height: 1.05;
      letter-spacing: -0.04em;
    }

    .email-hero p {
      margin: 0;
      max-width: 760px;
      color: rgba(255, 255, 255, .82);
      font-size: clamp(15px, 2vw, 18px);
    }

    .email-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-top: 0;
      border-radius: 0 0 28px 28px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .email-meta {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
      background: var(--cream);
      border-bottom: 1px solid var(--border);
    }

    .meta-item {
      padding: 22px 28px;
      border-right: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

    .meta-item:nth-child(even) {
      border-right: 0;
    }

    .meta-item.full {
      grid-column: 1 / -1;
      border-right: 0;
      border-bottom: 0;
    }

    .meta-label {
      display: flex;
      align-items: center;
      gap: 9px;
      color: var(--gold-dark);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      margin-bottom: 7px;
    }

    .meta-value {
      margin: 0;
      color: var(--navy);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.5;
    }

    .letter-body {
      padding: clamp(28px, 5vw, 58px);
    }

    .letter-body h2 {
      margin: 44px 0 14px;
      color: var(--navy);
      font-size: clamp(25px, 3.5vw, 36px);
      line-height: 1.18;
      letter-spacing: -0.03em;
    }

    .letter-body h2:first-child {
      margin-top: 0;
    }

    .letter-body p {
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 15.5px;
    }

    .letter-body strong {
      color: var(--navy);
      font-weight: 800;
    }

    .opening-line {
      color: var(--navy) !important;
      font-size: 18px !important;
      font-weight: 600;
    }

    .highlight-box {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 16px;
      margin: 30px 0;
      padding: 24px;
      background: #fff7e7;
      border: 1px solid var(--border);
      border-left: 5px solid var(--gold);
      border-radius: 16px;
    }

    .highlight-box i {
      color: var(--gold-dark);
      font-size: 28px;
      margin-top: 3px;
    }

    .highlight-box p {
      margin: 0;
      color: var(--text);
      font-weight: 600;
    }

    .danger-box {
      margin: 30px 0;
      padding: 24px;
      background: #fff0eb;
      border: 1px solid #f0c9be;
      border-radius: 16px;
    }

    .danger-box h3 {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 12px;
      color: var(--danger);
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    .danger-box p {
      margin-bottom: 0;
      color: var(--text);
    }

    .clean-list {
      display: grid;
      gap: 14px;
      margin: 24px 0 30px;
      padding: 0;
      list-style: none;
    }

    .clean-list li {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 13px;
      align-items: start;
      padding: 18px;
      background: var(--soft-blue);
      border: 1px solid #dce6ed;
      border-radius: 14px;
      color: var(--text);
      font-size: 15px;
    }

    .clean-list i {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--navy);
      color: var(--gold);
      font-size: 14px;
    }

    .proposal-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      margin: 28px 0 34px;
    }

    .proposal-card {
      padding: 24px;
      background: #ffffff;
      border: 1px solid var(--border);
      border-radius: 16px;
      box-shadow: 0 10px 24px rgba(6, 40, 70, .06);
    }

    .proposal-card span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      margin-bottom: 14px;
      border-radius: 50%;
      background: var(--gold);
      color: #fff;
      font-weight: 800;
    }

    .proposal-card h3 {
      margin: 0 0 10px;
      color: var(--navy);
      font-size: 18px;
    }

    .proposal-card p {
      margin: 0;
      font-size: 14px;
    }

    .signature-card {
      margin-top: 44px;
      padding: 28px;
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
      border-radius: 18px;
      color: var(--white);
    }

    .signature-card p {
      margin: 0 0 10px;
      color: rgba(255, 255, 255, .8);
    }

    .signature-card .name {
      color: var(--white);
      font-size: 24px;
      font-weight: 800;
      margin-top: 20px;
    }

    .signature-line {
      width: 280px;
      max-width: 100%;
      height: 1px;
      margin: 26px 0 18px;
      background: rgba(255, 255, 255, .36);
    }

    .print-note {
      text-align: center;
      margin: 22px 0 0;
      color: var(--muted);
      font-size: 13px;
    }

    @media (max-width: 768px) {
      .email-page {
        padding: 34px 14px;
      }

      .email-hero,
      .email-card {
        border-radius: 18px;
      }

      .email-card {
        margin-top: 14px;
        border-top: 1px solid var(--border);
      }

      .email-meta,
      .proposal-grid {
        grid-template-columns: 1fr;
      }

      .meta-item,
      .meta-item:nth-child(even) {
        border-right: 0;
      }

      .letter-body p {
        font-size: 14.5px;
      }

      .highlight-box,
      .clean-list li {
        grid-template-columns: 1fr;
      }
    }

    @media print {
      body {
        background: #fff;
      }

      .email-page {
        padding: 0;
      }

      .email-card,
      .email-hero {
        box-shadow: none;
        border-radius: 0;
      }

      .print-note {
        display: none;
      }
    }
    
    
    
    

