:root {
  --red: #D8151A;
  --red-dark: #A00F13;
  --red-light: #FF2F35;
  --blue: #0A2B6E;
  --blue-mid: #1547B8;
  --blue-light: #1E60DC;
  --white: #FFFFFF;
  --off-white: #F5F5F5;
  --gray-light: #E8EBF2;
  --gray: #7A8AA0;
  --dark: #06111F;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  background: var(--dark);
  color: var(--white);
  overflow-x: hidden;
}

a#btntel{
font-size:24px !important;
background:#0b1a30 !important; 
}

/* ===== FLOATING CTA BAR ===== */
.sticky-bar {

  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #019ee3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 10px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 3px solid var(--red-light);
  box-shadow: 0 2px 20px rgba(216,21,26,0.5);
}
.sticky-bar a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,0.1);
  padding: 5px 14px;
  border-radius: 4px;
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.2);
}
.sticky-bar a:hover { background: rgba(255,255,255,0.25); }
.sticky-bar .pulse-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #0f0;
  animation: pulse 1.3s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%,100%{box-shadow:0 0 0 0 rgba(0,255,0,.6);}
  50%{box-shadow:0 0 0 7px rgba(0,255,0,0);}
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  padding-top: 50px;
   padding-bottom: 80px;
  background:
    linear-gradient(135deg, rgba(10,43,110,0.88) 0%, rgba(6,17,31,0.82) 50%, rgba(140,10,13,0.88) 100%),
    url('../img/ambulance-casablanca-maroc-01.webp') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(216,21,26,0.15) 0%, transparent 70%);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(216,21,26,0.2);
  border: 1px solid rgba(216,21,26,0.5);
  color: #ff6b6e;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  animation: fadeDown .6s ease both;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size:65px;
  letter-spacing: .04em;
  line-height: .92;
  color: var(--white);
  position: relative;
  animation: fadeDown .7s .1s ease both;
}
.hero-title span {
  color: var(--red-light);
  display: block;
}

.hero-sub {
  margin-top: 1.2rem;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  max-width: 540px;
  line-height: 1.55;
  animation: fadeDown .7s .2s ease both;
}

.hero-timer {
  margin-top: 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 4px solid var(--red-light);
  padding: 12px 22px;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .05em;
  animation: fadeDown .7s .3s ease both;
}
.hero-timer .icon { font-size: 1.4rem; }

.hero-ctas {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeDown .7s .4s ease both;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--red);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 6px 30px rgba(216,21,26,0.55);
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.btn-primary:hover { background: var(--red-light); transform: translateY(-2px); box-shadow: 0 10px 40px rgba(216,21,26,0.7); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: transparent;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 15px 32px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.35);
  transition: border-color .2s, background .2s;
}
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

.hero-phones {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeDown .7s .5s ease both;
}
.hero-phone-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: .03em;
  text-decoration: none;
  transition: color .2s;
}
.hero-phone-item:hover { color: var(--red-light); }
.hero-phone-item .ph-icon {
  width: 38px; height: 38px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  animation: ringShake 3s 2s infinite;
}
@keyframes ringShake {
  0%,92%,100%{transform:rotate(0);}
  94%{transform:rotate(-12deg);}
  96%{transform:rotate(12deg);}
  98%{transform:rotate(-8deg);}
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.4);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
.scroll-arrow {
  width: 24px; height: 24px;
  border-right: 2px solid rgba(255,255,255,0.3);
  border-bottom: 2px solid rgba(255,255,255,0.3);
  transform: rotate(45deg);
  animation: scrollBounce 1.8s infinite;
}
@keyframes scrollBounce { 0%,100%{transform:rotate(45deg) translateY(0);}50%{transform:rotate(45deg) translateY(5px);} }

/* ===== SECTION BASE ===== */
section { position: relative; }
.section-inner { max-width: 1100px; margin: 0 auto; padding: 90px 24px; }
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red-light);
  margin-bottom: .8rem;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: .04em;
  line-height: 1;
  color: var(--white);
  margin-bottom: 1rem;
}
.section-title .accent { color: var(--red-light); }
.divider-line {
  width: 60px; height: 4px;
  background: linear-gradient(90deg, var(--red-light), var(--blue-light));
  border-radius: 2px;
  margin: 1.2rem 0 2.4rem;
}

/* ===== SECTION 2 — ABOUT ===== */
.about-section {
  background: #0b1a30;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  margin-bottom: 1.2rem;
}
.about-text strong { color: var(--white); }
.about-phone-box {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%);
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
}
.about-phone-box::before {
  content: '🚑';
  position: absolute;
  font-size: 9rem;
  opacity: .05;
  right: -20px;
  bottom: -20px;
  line-height: 1;
}
.about-phone-box .apb-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: .8rem;
}
.about-phone-box .apb-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
  color: var(--white);
  letter-spacing: .05em;
  display: block;
  text-decoration: none;
  transition: color .2s;
}
.about-phone-box .apb-num:hover { color: #ffd166; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.stat-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
.stat-box .num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--red-light);
  display: block;
}
.stat-box .lbl {
  font-size: .78rem;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ===== SECTION 3 — WHY ===== */
.why-section {
  background: var(--dark);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.why-card {
  background: linear-gradient(160deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 3px solid var(--red-light);
  border-radius: 10px;
  padding: 28px 24px;
  transition: transform .25s, box-shadow .25s, border-top-color .25s;
}
.why-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); border-top-color: var(--blue-light); }
.why-card .wc-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  display: block;
}
.why-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .6rem;
}
.why-card p { font-size: .92rem; color: rgba(255,255,255,0.6); line-height: 1.65; }

.why-phones {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.why-phone-pill {
  display: flex;
  align-items: center;
  gap: .6rem;
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(216,21,26,.45);
  transition: background .2s, transform .15s;
  letter-spacing: .03em;
}
.why-phone-pill:hover { background: var(--red-light); transform: scale(1.04); }

/* ===== SECTION 4 — TEAM ===== */
.team-section {
  background: linear-gradient(180deg, #0b1a30 0%, #07121f 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
}
.team-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: start;
}
.team-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.1rem;
}
.team-features {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.tf-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: .95rem;
  color: rgba(255,255,255,0.8);
}
.tf-item .tf-dot {
  width: 8px; height: 8px;
  background: var(--red-light);
  border-radius: 50%;
  flex-shrink: 0;
}
.team-visual {
  background: linear-gradient(135deg, #0A2B6E 0%, #D8151A 100%);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.05'%3E%3Cpath d='M0 20 L20 0 L40 20 L20 40 Z'/%3E%3C/g%3E%3C/svg%3E");
}
.team-visual .tv-emoji { font-size: 5rem; display: block; margin-bottom: 1rem; position: relative; }
.team-visual .tv-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  letter-spacing: .06em;
  color: var(--white);
  position: relative;
}
.team-visual .tv-sub {
  font-size: .9rem;
  color: rgba(255,255,255,0.7);
  margin-top: .4rem;
  position: relative;
}
.team-phone-big {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: #ffd166;
  display: block;
  margin-top: 1.5rem;
  text-decoration: none;
  letter-spacing: .05em;
  position: relative;
}

/* ===== SECTION 5 — ZONES ===== */
.zones-section {
  background: var(--dark);
}
.zones-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.zones-emergency {
  background: var(--red);
  border-radius: 8px;
  padding: 18px 24px;
  text-align: center;
}
.zones-emergency .ze-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: block;
  margin-bottom: 4px;
}
.zones-emergency .ze-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: .05em;
}
.zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: .8rem;
}
.zone-chip {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-left: 3px solid var(--blue-mid);
  padding: 10px 14px;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: background .2s, border-left-color .2s;
}
.zone-chip:hover { background: rgba(255,255,255,0.08); border-left-color: var(--red-light); color: #fff; }
.zone-chip .z-dot { font-size: .8rem; }

/* ===== SECTION 6 — VALUES ===== */
.values-section {
  background: #0b1a30;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.2rem;
}
.val-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  transition: background .25s;
}
.val-card:hover { background: rgba(255,255,255,0.06); }
.val-card .vc-icon { font-size: 2rem; display: block; margin-bottom: .7rem; }
.val-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.val-card p { font-size:16px; color: rgba(255,255,255,0.5); margin-top: .4rem; }

/* ===== SECTION 7 — CTA BAND ===== */
.cta-band {
  background: linear-gradient(135deg, var(--red-dark) 0%, #7a0c0f 50%, var(--red-dark) 100%);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}
.cta-text .section-title { color: #fff; }
.cta-text p {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.75;
  margin-bottom: .9rem;
}
.cta-checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-bottom: 1.8rem;
}
.cta-checks li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .96rem;
  color: rgba(255,255,255,0.85);
}
.cta-checks li::before {
  content: '✅';
  font-size: .9rem;
  flex-shrink: 0;
}
.cta-phone-block {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}
.cpb-sos {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .3em;
  color: rgba(255,255,255,0.6);
  margin-bottom: .3rem;
}
.cpb-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: .05em;
  display: block;
  transition: color .2s;
}
.cpb-num:hover { color: #ffd166; }
.cpb-sep { color: rgba(255,255,255,0.25); margin: .3rem 0; font-size: .8rem; }
.cpb-cta {
  display: block;
  margin-top: 1.5rem;
  background: #fff;
  color: var(--red-dark);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 6px;
  transition: background .2s, transform .15s;
}
.cpb-cta:hover { background: #ffd166; transform: scale(1.03); }

/* ===== SECTION 8 — CONTACT ===== */
.contact-section {
  background: var(--dark);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.contact-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 28px 22px;
  transition: background .25s, transform .25s;
}
.contact-card:hover { background: rgba(255,255,255,0.07); transform: translateY(-4px); }
.contact-card .cc-icon { font-size: 1.8rem; margin-bottom: .8rem; display: block; }
.contact-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: .6rem;
}
.contact-card a, .contact-card p {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  letter-spacing: .03em;
  line-height: 1.4;
  transition: color .2s;
}
.contact-card a:hover { color: var(--red-light); }

/* ===== FOOTER ===== */
footer {
  background: #040c18;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 40px 24px;
  text-align: center;
}
.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  letter-spacing: .1em;
  color: var(--white);
  margin-bottom: .4rem;
}
.footer-logo span { color: var(--red-light); }
.footer-tagline {
  font-size: .85rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.footer-phones {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.footer-phones a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color .2s;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.footer-phones a:hover { color: var(--red-light); }
.footer-copy {
  font-size: .78rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: .05em;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .about-grid, .team-inner, .cta-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .why-grid, .values-grid, .contact-grid { grid-template-columns: 1fr 1fr; }
  .about-stats { grid-template-columns: repeat(3,1fr); }
  .zones-header { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .why-grid, .values-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-stats { 
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sticky-bar { flex-direction: column; gap: .5rem; padding: 8px 14px; }
  .hero { padding-top: 90px; }
  .img-gallery-3 { grid-template-columns: 1fr !important; }
}

/* Red/blue diagonal separator */
.diagonal-sep {
  height: 60px;
  background: linear-gradient(135deg, var(--blue) 49%, var(--red) 51%);
  margin: 0;
}


@media (max-width: 600px) {
  .stat-box {
    padding: 12px;
  }

  .stat-box .num {
    font-size: 1.5rem;
  }

  .stat-box .lbl {
    font-size: 0.7rem;
  }
}


.img-card img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}