:root{
  --blue:#06468f;
  --blue-dark:#033874;
  --blue-deep:#062f67;
  --blue-bright:#0a53aa;
  --yellow:#ffbd26;
  --yellow-dark:#f0aa00;
  --ink:#0c2d5b;
  --muted:#5d6f86;
  --page:#f8fbff;
  --card:#ffffff;
  --border:#dce6f1;
  --shadow:0 8px 26px rgba(4,54,111,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
button,input{font:inherit}
button{cursor:pointer}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 64px));margin:0 auto}

/* Header */
.site-header{
  height:82px;
  background:linear-gradient(90deg,#084e9e 0%,#043f88 62%,#063a79 100%);
  position:sticky;
  top:0;
  z-index:50;
  box-shadow:0 2px 12px rgba(0,29,73,.16);
}
.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  gap:26px;
}
.brand{
  width:232px;
  flex:0 0 auto;
  display:flex;
  align-items:center;
}
.brand img{
  height:64px;
  width:auto;
  object-fit:contain;
  object-position:left center;
}
.main-nav{
  display:flex;
  align-items:stretch;
  gap:29px;
  margin-left:auto;
  height:100%;
}
.main-nav a{
  position:relative;
  display:flex;
  align-items:center;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
  opacity:.96;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  height:3px;
  bottom:19px;
  background:var(--yellow);
  border-radius:3px;
  transition:.22s;
}
.main-nav a:hover::after,
.main-nav a.active::after{right:0}

.header-support{
  border:0;
  border-radius:10px;
  background:var(--yellow);
  color:#0a3468;
  height:46px;
  padding:0 20px;
  font-size:13px;
  font-weight:900;
  box-shadow:0 4px 12px rgba(0,22,58,.22);
  display:flex;
  gap:9px;
  align-items:center;
  white-space:nowrap;
}
.header-support svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}
.menu-toggle{
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  width:42px;
  height:42px;
  padding:8px;
}
.menu-toggle span{
  display:block;
  height:3px;
  background:#fff;
  border-radius:4px;
  margin:5px 0;
}

/* Hero */
.hero{
  height:480px;
  position:relative;
  overflow:hidden;
  background:#fff;
}
.hero-photo{
  position:absolute;
  inset:0 0 0 37%;
  background-image:url('../assets/hero-photo.jpg');
  background-size:cover;
  background-position:center 38%;
  background-repeat:no-repeat;
}
.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 8%,rgba(255,255,255,.75) 23%,rgba(255,255,255,.15) 44%,rgba(255,255,255,0) 58%);
}
.hero-glow{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.32),transparent 42%);
  pointer-events:none;
}
.hero-inner{
  height:100%;
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
}
.hero-copy{
  padding-top:39px;
  width:54%;
  position:relative;
  z-index:3;
}
.eyebrow{
  font-size:15px;
  font-weight:900;
  color:#eea500;
  letter-spacing:.1px;
  margin-bottom:9px;
}
.hero h1{
  margin:0;
  color:#0a4a94;
  font-size:46px;
  line-height:1.04;
  letter-spacing:-.6px;
  font-weight:900;
}
.hero h1 span{color:#f2aa13}
.hero-copy>p{
  font-size:16px;
  line-height:1.45;
  margin:18px 0 18px;
  color:#173c6b;
  font-weight:600;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
}
.btn{
  border-radius:24px;
  height:44px;
  padding:0 20px;
  border:0;
  font-size:13px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:.2s;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:#074a99;
  color:#fff;
  box-shadow:0 6px 16px rgba(4,66,144,.18);
}
.btn-outline{
  background:rgba(255,255,255,.92);
  border:1.5px solid #1a5ca5;
  color:#06478f;
}
.play{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  color:#0a4a99;
  display:grid;
  place-items:center;
  font-size:10px;
  margin-right:9px;
  padding-left:1px;
}
.pillars{
  display:flex;
  gap:32px;
  margin-top:34px;
}
.pillar{
  display:flex;
  align-items:center;
  gap:12px;
  color:#064b99;
}
.pillar-badge{
  width:48px;
  height:48px;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff,#eef5fd);
  border:1px solid #d7e4f3;
  display:grid;
  place-items:center;
  box-shadow:0 8px 16px rgba(10,71,145,.08);
  flex:0 0 auto;
}
.pillar svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linejoin:round;
  stroke-linecap:round;
}
.pillar b{
  font-size:13px;
  line-height:1.08;
}
.hero-seal{
  position:absolute;
  top:54px;
  right:35px;
  width:128px;
  height:128px;
  border-radius:50%;
  border:2px solid #0d4d97;
  color:#0b4389;
  background:rgba(255,255,255,.88);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  font-size:12px;
  font-weight:900;
  text-align:center;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.8),inset 0 0 0 6px #0d4d97;
  transform:rotate(-1deg);
}
.hero-seal::before,.hero-seal::after{
  content:"";
  position:absolute;
  inset:-5px;
  border:1px solid #0d4d97;
  border-radius:47% 53% 48% 52%/52% 45% 55% 48%;
  transform:rotate(6deg);
}
.hero-seal::after{inset:-8px;transform:rotate(-4deg);opacity:.7}
.hero-seal b{color:var(--yellow);font-size:17px;line-height:1}
.hero-wave{
  position:absolute;
  left:-3%;
  right:-3%;
  bottom:-26px;
  height:78px;
  background:#f8fbff;
  border-radius:50% 50% 0 0/54% 54% 0 0;
  transform:rotate(-.2deg);
}

/* General sections */
.section{
  padding:18px 0 24px;
  background:var(--page);
}
.section-title h2{
  margin:0;
  color:#0b3d80;
  font-size:22px;
  font-weight:900;
  letter-spacing:.1px;
}
.section-title h2 span{color:#0d55ad}
.section-title.centered{text-align:center}
.section-title.centered i,.section-title.light i{
  display:block;
  width:34px;
  height:3px;
  border-radius:3px;
  background:var(--yellow);
  margin:6px auto 17px;
}
.section-title.light h2{color:#fff}
.section-title.light i{margin:6px 0 14px}
.section-title.compact h2{font-size:18px}

/* Priorities */
.priority-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.priority-card{
  background:#fff;
  border:1px solid #e3ebf4;
  border-radius:14px;
  padding:18px 16px 16px;
  text-align:center;
  box-shadow:var(--shadow);
  min-height:210px;
  display:flex;
  flex-direction:column;
  align-items:center;
  transition:.22s;
}
.priority-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(4,54,111,.14);
}
.priority-icon{
  width:72px;
  height:72px;
  border-radius:22px;
  color:#064c9c;
  background:linear-gradient(180deg,#f7fbff,#eef5fd);
  border:1px solid #dbe7f4;
  display:grid;
  place-items:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.priority-icon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.priority-card h3{
  color:#0750a3;
  font-size:13px;
  line-height:1.1;
  margin:12px 0 9px;
  font-weight:900;
}
.priority-card p{
  font-size:12px;
  line-height:1.35;
  color:#173966;
  margin:0 0 11px;
}
.priority-card button{
  margin-top:auto;
  background:transparent;
  border:0;
  color:#0a50a4;
  font-weight:900;
  font-size:12px;
}
.priority-card button span{
  font-size:16px;
  margin-left:4px;
}

/* About */
.about{padding-top:0}
.about-panel{
  position:relative;
  min-height:235px;
  background:linear-gradient(105deg,#084d9d 0%,#053e84 62%,#043879 100%);
  border-radius:13px;
  overflow:hidden;
  color:#fff;
  display:grid;
  grid-template-columns:39% 31% 30%;
  box-shadow:0 8px 25px rgba(0,43,101,.14);
}
.about-copy{
  padding:24px 0 20px 27px;
  position:relative;
  z-index:3;
}
.about-copy p{
  font-size:12.5px;
  line-height:1.46;
  margin:0 0 9px;
  max-width:390px;
}
.btn-yellow{
  height:37px;
  border-radius:5px;
  background:var(--yellow);
  color:#0a3268;
  padding:0 17px;
  margin-top:2px;
}
.about-values{
  position:relative;
  z-index:3;
  padding:30px 5px 22px 16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:15px;
}
.value{
  display:flex;
  align-items:center;
  gap:10px;
}
.value-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1.5px solid rgba(255,255,255,.55);
  background:rgba(255,255,255,.08);
  display:grid;
  place-items:center;
  flex:0 0 auto;
  backdrop-filter:blur(2px);
}
.value-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:#fff;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.value p{
  margin:0;
  font-size:11px;
  line-height:1.25;
  color:#eaf3ff;
}
.value b{
  display:block;
  font-size:13px;
  color:#fff;
  margin-bottom:2px;
}
.value span{display:block}
.about-photo{
  position:absolute;
  right:0;
  top:0;
  width:36%;
  height:100%;
  background:url('../assets/about-photo.jpg') center 17%/cover no-repeat;
  z-index:1;
}
.about-photo::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#063e84 0%,rgba(6,62,132,.67) 12%,transparent 45%);
}
.about-lineart{
  position:absolute;
  right:0;
  bottom:0;
  width:36%;
  height:100%;
  opacity:.16;
  background-image:linear-gradient(90deg,transparent 0 100%),repeating-linear-gradient(75deg,rgba(255,255,255,.18) 0 1px,transparent 1px 26px);
  z-index:2;
  pointer-events:none;
}

/* News + social */
.news-social{
  padding-top:0;
  padding-bottom:10px;
}
.news-social-grid{
  display:grid;
  grid-template-columns:62% 38%;
  gap:27px;
}
.news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:10px;
}
.news-card{
  background:#fff;
  border:1px solid #e1e9f3;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 4px 14px rgba(4,54,111,.08);
}
.news-card>img{
  width:100%;
  height:68px;
  object-fit:cover;
}
.news-body{padding:7px 10px 9px}
.news-head{
  display:grid;
  grid-template-columns:37px 1fr;
  gap:8px;
  align-items:start;
}
.news-head time{
  background:#06499a;
  color:#fff;
  border-radius:4px;
  text-align:center;
  padding:4px 2px;
  line-height:.9;
}
.news-head time b{font-size:13px;display:block}
.news-head time small{font-size:8px}
.news-head h3{
  font-size:11px;
  line-height:1.25;
  margin:2px 0 0;
  color:#102f59;
}
.news-card p{
  font-size:10.5px;
  line-height:1.3;
  margin:8px 0 8px;
  color:#355171;
  min-height:28px;
}
.news-card button{
  border:0;
  background:none;
  padding:0;
  color:#0b50a4;
  font-weight:900;
  font-size:10.5px;
}
.all-news-btn{
  display:block;
  margin:11px auto 0;
  border:1px solid #0d54a7;
  background:#fff;
  color:#0a4d9d;
  font-size:10.5px;
  font-weight:900;
  border-radius:4px;
  padding:6px 15px;
}
.social-column{
  border-left:1px solid #c9d7e7;
  padding-left:25px;
}
.social-column>p{
  font-size:10.5px;
  margin:5px 0 8px;
  color:#31547c;
  font-weight:600;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:4px;
}
.gallery-grid img{
  width:100%;
  height:64px;
  object-fit:cover;
  border-radius:4px;
  transition:.2s;
}
.gallery-grid img:hover{transform:scale(1.03)}
.social-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:10px;
}
.social-links a{
  width:32px;
  height:32px;
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  display:grid;
  place-items:center;
  box-shadow:0 3px 8px rgba(0,0,0,.12);
  transition:.2s;
}
.social-links a:hover{transform:translateY(-2px)}
.social-links a svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
.social-links .ig{background:linear-gradient(135deg,#ff004d,#c914e5)}
.social-links .fb{background:#174a8e}
.social-links .wa{background:#00a859}
.social-links .yt{background:#f00000}
.social-links .fb svg,
.social-links .wa svg,
.social-links .yt svg{stroke:none;fill:currentColor}

/* CTA */
.campaign-cta{
  background:linear-gradient(90deg,#064b99,#053a7e);
  color:#fff;
  padding:12px 0;
}
.campaign-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:45px;
}
.cta-message{
  display:flex;
  align-items:center;
  gap:15px;
  min-width:430px;
}
.cta-heart{
  color:var(--yellow);
  font-size:59px;
  line-height:.8;
  font-family:Arial;
}
.cta-message p{margin:0 0 -2px;font-size:17px}
.cta-message h3{margin:0;color:var(--yellow);font-size:20px}
.cta-message small{font-size:11px;display:block;margin-top:2px}
.newsletter{width:43%}
.newsletter label{
  display:block;
  font-size:10.5px;
  font-weight:900;
  margin-bottom:7px;
}
.newsletter>div{
  display:flex;
  gap:10px;
}
.newsletter input{
  height:37px;
  flex:1;
  border:0;
  border-radius:5px;
  padding:0 13px;
  outline:none;
  color:#183b66;
  min-width:0;
}
.newsletter button{
  border:0;
  border-radius:5px;
  background:var(--yellow);
  color:#082e62;
  padding:0 20px;
  font-weight:900;
  font-size:11px;
}

/* Footer */
.site-footer{
  background:#fff;
  padding:18px 0 10px;
}
.footer-grid{
  display:grid;
  grid-template-columns:25% 15% 24% 19% 17%;
  gap:20px;
  align-items:start;
}
.footer-brand img{
  width:220px;
  max-height:77px;
  object-fit:contain;
  object-position:left center;
}
.footer-col h4,
.footer-support-card h4{
  margin:0 0 7px;
  color:#0a458e;
  font-size:11px;
  font-weight:900;
}
.footer-col a,
.footer-col p{
  display:block;
  font-size:10px;
  line-height:1.35;
  color:#173b69;
  text-decoration:none;
  margin:2px 0;
}
.footer-col a:hover{text-decoration:underline}
.footer-socials{
  justify-content:flex-start;
  gap:11px;
  margin-top:12px;
}
.footer-socials a{
  width:26px;
  height:26px;
}
.footer-socials a svg{
  width:14px;
  height:14px;
}
.footer-support-card{
  border:1px solid #bcd0e8;
  border-radius:8px;
  padding:11px 12px;
  text-align:center;
}
.footer-support-card p{
  font-size:9.5px;
  line-height:1.4;
  margin:5px 0 8px;
  color:#234a78;
}
.footer-support-card button{
  border:0;
  border-radius:5px;
  background:var(--yellow);
  color:#09336c;
  font-weight:900;
  font-size:10px;
  padding:7px 16px;
}
.legal{
  text-align:center;
  color:#164982;
  font-size:9px;
  font-weight:800;
  margin-top:7px;
}

/* Modal / toast */
.modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,24,61,.76);
  z-index:100;
  display:grid;
  place-items:center;
  padding:20px;
  backdrop-filter:blur(3px);
}
.modal-backdrop[hidden]{display:none}
.modal{
  position:relative;
  background:#fff;
  width:min(600px,100%);
  max-height:min(78vh,720px);
  overflow:auto;
  border-radius:18px;
  padding:30px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.modal-close{
  position:absolute;
  right:14px;
  top:12px;
  border:0;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#eef4fb;
  color:#06458f;
  font-size:27px;
  line-height:1;
}
.modal-kicker{
  font-size:11px;
  color:#efaa00;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
  padding-right:42px;
}
.modal h2{
  color:#073f87;
  margin:5px 42px 14px 0;
  font-size:26px;
  line-height:1.1;
}
.modal p,.modal li{
  font-size:14px;
  line-height:1.55;
  color:#2c496b;
}
.modal ul{padding-left:20px}
.modal .modal-action{
  display:inline-flex;
  margin-top:10px;
  border:0;
  background:var(--yellow);
  color:#082f65;
  text-decoration:none;
  border-radius:7px;
  padding:11px 16px;
  font-weight:900;
  font-size:12px;
}
.support-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
  margin-top:15px;
}
.support-form label{
  font-size:11px;
  font-weight:800;
  color:#174778;
}
.support-form input,.support-form select,.support-form textarea{
  width:100%;
  border:1px solid #ccdae9;
  border-radius:7px;
  padding:10px;
  margin-top:5px;
  outline:none;
  background:#fff;
  color:#173c69;
}
.support-form textarea{
  min-height:85px;
  resize:vertical;
}
.support-form .full{grid-column:1/-1}
.support-form button{
  grid-column:1/-1;
  border:0;
  background:var(--yellow);
  color:#082f65;
  border-radius:7px;
  padding:12px;
  font-weight:900;
}
.video-frame{
  aspect-ratio:16/9;
  background:linear-gradient(135deg,#063a7b,#0b55a8);
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#fff;
  text-align:center;
  padding:20px;
}
.video-frame .big-play{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#fff;
  color:#064792;
  display:grid;
  place-items:center;
  font-size:27px;
  margin:0 auto 12px;
  padding-left:4px;
}
.toast{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translate(-50%,18px);
  z-index:120;
  background:#063a7d;
  color:#fff;
  padding:12px 18px;
  border-radius:9px;
  box-shadow:0 12px 32px rgba(0,0,0,.2);
  opacity:0;
  pointer-events:none;
  transition:.22s;
  font-size:13px;
}
.toast.show{
  opacity:1;
  transform:translate(-50%,0);
}

/* Responsive */
@media(max-width:1080px){
  .container{width:min(100% - 36px,1000px)}
  .brand{width:185px}
  .brand img{height:58px}
  .main-nav{gap:17px}
  .main-nav a{font-size:12.5px}
  .header-support{padding:0 13px;font-size:11.5px}
  .hero-copy{width:58%}
  .hero h1{font-size:40px}
  .hero-seal{right:10px}
}

@media(max-width:880px){
  html{scroll-padding-top:70px}
  .site-header{height:70px}
  .brand{width:185px}
  .header-support{display:none}
  .menu-toggle{display:block}
  .main-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:70px;
    height:auto;
    background:#043b7e;
    padding:8px 18px 16px;
    flex-direction:column;
    gap:0;
    box-shadow:0 12px 18px rgba(0,0,0,.18);
  }
  .main-nav.open{display:flex}
  .main-nav a{
    padding:11px 8px;
    border-bottom:1px solid rgba(255,255,255,.12);
    font-size:14px;
  }
  .main-nav a::after{display:none}

  .hero{height:auto;min-height:690px}
  .hero-photo{
    left:0;
    top:340px;
    height:380px;
    background-position:center top;
  }
  .hero-photo::after{
    background:linear-gradient(180deg,#fff 0,rgba(255,255,255,.45) 15%,rgba(255,255,255,0) 35%);
  }
  .hero-copy{width:100%;padding-top:35px}
  .hero h1{font-size:39px}
  .hero-copy>p{font-size:15px}
  .pillars{margin-top:27px}
  .hero-seal{top:380px;right:24px}
  .hero-wave{bottom:-29px}

  .priority-grid{grid-template-columns:repeat(2,1fr)}
  .priority-card:last-child{
    grid-column:1/-1;
    max-width:50%;
    width:100%;
    justify-self:center;
  }

  .about-panel{
    grid-template-columns:1fr;
    min-height:520px;
  }
  .about-copy{padding-right:28px}
  .about-values{padding:10px 28px 265px}
  .about-photo{
    width:100%;
    height:250px;
    top:auto;
    bottom:0;
    background-position:center 14%;
  }
  .about-photo::before{
    background:linear-gradient(180deg,#063e84 0%,rgba(6,62,132,.35) 24%,transparent 55%);
  }
  .about-lineart{width:100%;height:250px}

  .news-social-grid{grid-template-columns:1fr}
  .social-column{
    border-left:0;
    border-top:1px solid #d0dbea;
    padding-left:0;
    padding-top:18px;
  }
  .gallery-grid img{height:100px}

  .campaign-cta-inner{
    flex-direction:column;
    align-items:stretch;
    gap:15px;
  }
  .newsletter{width:100%}
  .cta-message{min-width:0}

  .footer-grid{grid-template-columns:1fr 1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-brand img{width:200px}
}

@media(max-width:580px){
  .container{width:calc(100% - 26px)}
  .brand img{height:54px}
  .hero{min-height:720px}
  .hero h1{font-size:31px;line-height:1.07}
  .eyebrow{font-size:12px}
  .desktop-break{display:none}
  .hero-actions{
    align-items:stretch;
    flex-direction:column;
    gap:9px;
    width:260px;
  }
  .btn{height:42px}
  .pillars{
    gap:14px;
    flex-wrap:wrap;
  }
  .pillar-badge{
    width:42px;
    height:42px;
    border-radius:12px;
  }
  .pillar svg{
    width:26px;
    height:26px;
  }
  .pillar b{font-size:11px}
  .hero-photo{
    top:405px;
    height:340px;
    background-position:55% top;
  }
  .hero-seal{
    top:435px;
    width:105px;
    height:105px;
    font-size:9.5px;
    right:8px;
  }
  .section{padding-left:0;padding-right:0}
  .priority-grid{grid-template-columns:1fr}
  .priority-card:last-child{
    grid-column:auto;
    max-width:none;
  }

  .about-panel{min-height:550px}
  .about-copy{padding:22px 20px}
  .about-values{padding:8px 20px 265px}

  .news-grid{grid-template-columns:1fr}
  .news-card>img{height:130px}
  .gallery-grid img{height:78px}

  .cta-heart{font-size:46px}
  .cta-message h3{font-size:17px}
  .cta-message p{font-size:14px}

  .newsletter>div{gap:6px}
  .newsletter button{padding:0 11px}

  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-support-card{grid-column:1/-1}
  .footer-brand{grid-column:1/-1}

  .support-form{grid-template-columns:1fr}
  .support-form .full{grid-column:auto}
}
