/* ==========================================================================
   Simple Health Cares — Custom Stylesheet
   Built with Bootstrap 5.3
   ========================================================================== */

:root {
  --shc-primary: #0d9488;
  --shc-primary-dark: #0f766e;
  --shc-primary-light: #ccfbf1;
  --shc-secondary: #0369a1;
  --shc-accent: #f59e0b;
  --shc-dark: #0f172a;
  --shc-body: #526077;
  --shc-soft: #f0fdfa;
  --shc-border: #e2e8f0;
  --shc-heading-font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --shc-body-font: "Inter", "Segoe UI", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: var(--shc-body-font);
  color: var(--shc-body);
  background: #ffffff;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--shc-heading-font);
  color: var(--shc-dark);
  font-weight: 700;
  line-height: 1.25;
}

a {
  text-decoration: none;
  transition: color .2s ease;
}

img { max-width: 100%; }

p { margin-bottom: 1rem; }

/* ---------- Utility ---------- */
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }

.eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--shc-primary);
  background: var(--shc-primary-light);
  padding: .35rem .9rem;
  border-radius: 50rem;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--shc-body);
  max-width: 680px;
}

.text-primary-shc { color: var(--shc-primary) !important; }
.bg-soft { background: var(--shc-soft); }
.bg-light-gray { background: #f8fafc; }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--shc-heading-font);
  font-weight: 600;
  border-radius: 50rem;
  padding: .7rem 1.6rem;
  transition: all .25s ease;
}

.btn-primary {
  background: var(--shc-primary);
  border-color: var(--shc-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--shc-primary-dark);
  border-color: var(--shc-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13, 148, 136, .35);
}

.btn-outline-primary {
  color: var(--shc-primary);
  border-color: var(--shc-primary);
}

.btn-outline-primary:hover {
  background: var(--shc-primary);
  border-color: var(--shc-primary);
  color: #fff;
}

.btn-accent {
  background: var(--shc-accent);
  border-color: var(--shc-accent);
  color: #fff;
}

.btn-accent:hover {
  background: #d97706;
  border-color: #d97706;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(245, 158, 11, .35);
}

.btn-outline-light:hover { transform: translateY(-2px); }

.btn-lg { padding: .9rem 2rem; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--shc-dark);
  color: #cbd5e1;
  font-size: .85rem;
  padding: .5rem 0;
}

.topbar a { color: #e2e8f0; }
.topbar a:hover { color: #5eead4; }
.topbar .divider { color: #475569; margin: 0 .6rem; }

/* ---------- Navbar ---------- */
.navbar {
  padding: .9rem 0;
  transition: all .3s ease;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
}

.navbar.scrolled {
  box-shadow: 0 6px 24px rgba(15, 23, 42, .08);
  border-bottom-color: var(--shc-border);
}

.navbar .navbar-brand {
  font-family: var(--shc-heading-font);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--shc-dark);
  display: flex;
  align-items: center;
  gap: .6rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--shc-primary), var(--shc-secondary));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.navbar .nav-link {
  font-family: var(--shc-heading-font);
  font-weight: 600;
  color: var(--shc-dark);
  margin: 0 .35rem;
  padding: .55rem .9rem !important;
  border-radius: 50rem;
  transition: all .2s ease;
}

.navbar .nav-link:hover { color: var(--shc-primary); }

.navbar .nav-link.active {
  color: var(--shc-primary);
  background: var(--shc-primary-light);
}

.navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 120px 0 130px;
  background:
    linear-gradient(100deg, rgba(8, 47, 73, .93) 0%, rgba(13, 148, 136, .88) 55%, rgba(13, 148, 136, .72) 100%),
    url("../img/hero-1.jpg") center/cover no-repeat;
  color: #fff;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  padding: .45rem 1.1rem;
  border-radius: 50rem;
  margin-bottom: 1.4rem;
  backdrop-filter: blur(4px);
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.hero h1 span {
  color: #99f6e4;
}

.hero p.lead {
  color: rgba(255, 255, 255, .88);
  font-size: 1.1rem;
  max-width: 560px;
}

.hero .btn-light {
  color: var(--shc-primary-dark);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .9rem 1.6rem;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-weight: 600;
  color: #f0fdfa;
  font-size: .95rem;
}

.hero-points svg { color: #99f6e4; }

.hero-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(2, 44, 34, .35);
  color: var(--shc-body);
}

.hero-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
}

.hero-card .form-control,
.hero-card .form-select {
  border-radius: .6rem;
  padding: .7rem 1rem;
  border-color: var(--shc-border);
  font-size: .95rem;
}

.hero-card .form-control:focus,
.hero-card .form-select:focus {
  border-color: var(--shc-primary);
  box-shadow: 0 0 0 .2rem rgba(13, 148, 136, .12);
}

.hero-card small {
  color: #94a3b8;
  display: block;
  margin-top: .8rem;
  font-size: .8rem;
}

.hero-strip {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  transform: translateY(50%);
  z-index: 5;
}

.hero-strip .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
  padding: 1.1rem 1.4rem;
}

.hero-strip .icon-circle {
  width: 46px; height: 46px;
  background: var(--shc-primary-light);
  color: var(--shc-primary);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hero-strip h6 { font-size: .95rem; margin: 0; }
.hero-strip p { font-size: .82rem; margin: 0; color: #64748b; }

/* ---------- Section headings ---------- */
.section-head {
  margin-bottom: 3.2rem;
}

.section-head.center { text-align: center; }
.section-head.center .section-subtitle { margin-left: auto; margin-right: auto; }

/* ---------- Service cards ---------- */
.service-card {
  background: #fff;
  border: 1px solid var(--shc-border);
  border-radius: 1.1rem;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, .12);
  border-color: transparent;
}

.service-card .card-img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.service-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-card:hover .card-img-wrap img {
  transform: scale(1.07);
}

.service-card .card-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 55%, rgba(15, 23, 42, .35) 100%);
}

.service-card .icon-circle {
  position: absolute;
  left: 1.2rem;
  bottom: -1.4rem;
  z-index: 2;
  width: 56px; height: 56px;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--shc-primary), var(--shc-secondary));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(13, 148, 136, .4);
}

.service-card .card-body {
  padding: 2rem 1.5rem 1.6rem;
}

.service-card .card-title {
  font-size: 1.15rem;
  margin-bottom: .6rem;
}

.service-card .card-text {
  font-size: .93rem;
  color: var(--shc-body);
  margin-bottom: 1.1rem;
}

.service-card .btn {
  padding: .55rem 1.3rem;
  font-size: .88rem;
}

/* ---------- Icon feature (Why choose us) ---------- */
.feature-item {
  background: #fff;
  border: 1px solid var(--shc-border);
  border-radius: 1.1rem;
  padding: 1.8rem 1.6rem;
  height: 100%;
  transition: all .3s ease;
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .1);
  border-color: transparent;
}

.feature-item .icon-circle {
  width: 58px; height: 58px;
  border-radius: 1rem;
  background: var(--shc-primary-light);
  color: var(--shc-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.feature-item h5 { font-size: 1.05rem; margin-bottom: .5rem; }
.feature-item p { font-size: .92rem; margin: 0; }

/* ---------- About section ---------- */
.about-img-wrap {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.about-img-wrap img {
  width: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
}

.about-exp-badge {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .18);
  display: flex;
  align-items: center;
  gap: .9rem;
  border-left: 5px solid var(--shc-primary);
}

.about-exp-badge .num {
  font-family: var(--shc-heading-font);
  font-size: 2rem;
  font-weight: 800;
  color: var(--shc-primary);
  line-height: 1;
}

.about-exp-badge span { font-size: .85rem; color: #64748b; line-height: 1.3; }

.about-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem 1.2rem;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 600;
  color: var(--shc-dark);
  font-size: .95rem;
}

.about-list svg { color: var(--shc-primary); flex: 0 0 auto; }

/* ---------- Stats ---------- */
.stats-band {
  background: linear-gradient(120deg, var(--shc-primary-dark), var(--shc-secondary));
  padding: 56px 0;
  color: #fff;
}

.stat-item .num {
  font-family: var(--shc-heading-font);
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.stat-item .num span { color: #99f6e4; }
.stat-item p { margin: 0; color: rgba(255, 255, 255, .8); font-size: .95rem; }

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: #fff;
  border: 1px solid var(--shc-border);
  border-radius: 1.1rem;
  padding: 1.8rem;
  height: 100%;
  transition: all .3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .1);
}

.testimonial-card .stars {
  color: var(--shc-accent);
  margin-bottom: 1rem;
  letter-spacing: .15em;
}

.testimonial-card .quote {
  font-size: .97rem;
  color: var(--shc-body);
  font-style: italic;
  margin-bottom: 1.4rem;
}

.testimonial-card .person {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--shc-heading-font);
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
  flex: 0 0 auto;
}

.avatar.teal { background: linear-gradient(135deg, #0d9488, #0f766e); }
.avatar.blue { background: linear-gradient(135deg, #0284c7, #0369a1); }
.avatar.amber { background: linear-gradient(135deg, #f59e0b, #d97706); }
.avatar.green { background: linear-gradient(135deg, #16a34a, #15803d); }

.testimonial-card .person h6 {
  font-size: .98rem;
  margin: 0;
}

.testimonial-card .person span {
  font-size: .82rem;
  color: #94a3b8;
}

/* ---------- FAQ ---------- */
.faq-item {
  background: #fff;
  border: 1px solid var(--shc-border);
  border-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: box-shadow .3s ease;
}

.faq-item.open {
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  border-color: var(--shc-primary-light);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.25rem 1.5rem;
  font-family: var(--shc-heading-font);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--shc-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.faq-question .faq-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--shc-primary-light);
  color: var(--shc-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: all .3s ease;
}

.faq-item.open .faq-icon {
  background: var(--shc-primary);
  color: #fff;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 1.5rem;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 1.25rem;
}

.faq-answer p {
  margin: 0;
  font-size: .95rem;
}

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .12) 0, transparent 45%),
    linear-gradient(120deg, var(--shc-primary-dark), var(--shc-secondary));
  border-radius: 1.5rem;
  padding: 3.5rem 3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band p { color: rgba(255, 255, 255, .85); max-width: 640px; }

.cta-band .btn-light {
  color: var(--shc-primary-dark);
  font-weight: 700;
}

.cta-band .btn-outline-light:hover { color: var(--shc-primary-dark); background: #fff; }

/* ---------- Page header (inner pages) ---------- */
.page-header {
  background:
    linear-gradient(100deg, rgba(8, 47, 73, .94) 0%, rgba(13, 148, 136, .9) 100%),
    url("../img/hero-1.jpg") center/cover no-repeat;
  color: #fff;
  padding: 92px 0 74px;
}

.page-header h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: .6rem;
}

.page-header .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255,255,255,.55);
  --bs-breadcrumb-item-active-color: #99f6e4;
  margin: 0;
  justify-content: center;
}

.page-header .breadcrumb a { color: rgba(255,255,255,.85); }
.page-header .breadcrumb a:hover { color: #fff; }

/* ---------- Forms ---------- */
.form-label {
  font-family: var(--shc-heading-font);
  font-weight: 600;
  color: var(--shc-dark);
  font-size: .92rem;
}

.form-control, .form-select {
  border-radius: .7rem;
  padding: .75rem 1rem;
  border-color: var(--shc-border);
}

.form-control:focus, .form-select:focus {
  border-color: var(--shc-primary);
  box-shadow: 0 0 0 .2rem rgba(13, 148, 136, .12);
}

.form-check-input:checked {
  background-color: var(--shc-primary);
  border-color: var(--shc-primary);
}

.form-check-input:focus {
  box-shadow: 0 0 0 .2rem rgba(13, 148, 136, .12);
  border-color: var(--shc-primary);
}

.form-alert { border-radius: .8rem; }

/* ---------- Contact ---------- */
.contact-info-card {
  background: #fff;
  border: 1px solid var(--shc-border);
  border-radius: 1.1rem;
  padding: 1.6rem;
  height: 100%;
  transition: all .3s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .1);
}

.contact-info-card .icon-circle {
  width: 52px; height: 52px;
  border-radius: 1rem;
  background: var(--shc-primary-light);
  color: var(--shc-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.contact-info-card h6 { margin-bottom: .4rem; font-size: 1rem; }
.contact-info-card p { margin: 0; font-size: .92rem; }
.contact-info-card a { color: var(--shc-body); }
.contact-info-card a:hover { color: var(--shc-primary); }

.map-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--shc-border);
  line-height: 0;
}

.map-wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
}

/* ---------- Page content (privacy / terms) ---------- */
.prose h2 {
  font-size: 1.3rem;
  margin: 2.2rem 0 .8rem;
}

.prose h3 {
  font-size: 1.05rem;
  margin: 1.6rem 0 .6rem;
}

.prose p, .prose li {
  font-size: .98rem;
  color: var(--shc-body);
}

.prose ul { padding-left: 1.2rem; }
.prose .updated-note {
  background: var(--shc-soft);
  border: 1px solid var(--shc-primary-light);
  border-radius: .8rem;
  padding: .9rem 1.2rem;
  font-size: .9rem;
  color: var(--shc-primary-dark);
}

/* ---------- Subscribe / Unsubscribe ---------- */
.subscribe-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.2rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .1);
  border: 1px solid var(--shc-border);
}

.topic-check label {
  font-size: .92rem;
  font-weight: 500;
  color: var(--shc-dark);
  cursor: pointer;
}

/* ---------- Newsletter footer form ---------- */
.footer-newsletter .form-control {
  border-radius: 50rem;
  border: none;
  padding: .75rem 1.3rem;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.footer-newsletter .form-control::placeholder { color: rgba(255,255,255,.55); }
.footer-newsletter .form-control:focus {
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 .2rem rgba(94, 234, 212, .25);
  color: #fff;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--shc-dark);
  color: #94a3b8;
  padding-top: 72px;
}

.footer h6 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer p { font-size: .92rem; }

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

.footer .footer-links li { margin-bottom: .65rem; }

.footer .footer-links a {
  color: #94a3b8;
  font-size: .93rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.footer .footer-links a:hover { color: #5eead4; padding-left: 4px; }

.footer-contact li {
  display: flex;
  gap: .7rem;
  margin-bottom: .85rem;
  font-size: .93rem;
  align-items: flex-start;
}

.footer-contact svg {
  color: #5eead4;
  flex: 0 0 auto;
  margin-top: .15rem;
}

.footer-contact a { color: #94a3b8; }
.footer-contact a:hover { color: #5eead4; }

.footer .brand-text {
  font-family: var(--shc-heading-font);
  font-weight: 800;
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 56px;
  padding: 1.4rem 0;
  font-size: .88rem;
}

.footer-bottom a { color: #cbd5e1; }
.footer-bottom a:hover { color: #5eead4; }

.social-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}

.social-btn:hover {
  background: var(--shc-primary);
  color: #fff;
  transform: translateY(-3px);
}

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--shc-primary);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all .3s ease;
  z-index: 1050;
  box-shadow: 0 10px 24px rgba(13, 148, 136, .4);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover { background: var(--shc-primary-dark); color: #fff; }

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .section { padding: 72px 0; }
  .navbar-collapse {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    margin-top: .8rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .12);
  }
  .hero { padding: 96px 0 120px; }
  .hero-card { margin-top: 2.5rem; }
  .about-exp-badge { right: .5rem; }
}

@media (max-width: 575.98px) {
  .section { padding: 56px 0; }
  .cta-band { padding: 2.2rem 1.5rem; }
  .hero-strip { position: static; transform: none; margin-top: 2rem; }
  .hero-strip .card { margin-bottom: 1rem; }
  .about-list { grid-template-columns: 1fr; }
  .stat-item .num { font-size: 1.9rem; }
}
