/* ============================================================
   Healagetek — styles.css
   Healthcare development · interoperability · cybersecurity
   ============================================================ */

:root {
  /* Brand palette */
  --teal-900: #073b47;
  --teal-700: #0b7285;
  --teal-600: #0e8a9e;
  --teal-500: #14a3ba;
  --teal-100: #d5f0f4;
  --mint: #3fd0b5;
  --ink: #0d1b22;
  --slate-700: #33454f;
  --slate-500: #5c6f79;
  --slate-300: #9fb0b8;
  --line: #e4ecef;
  --surface: #ffffff;
  --surface-alt: #f4f8f9;
  --bg: #ffffff;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(13, 27, 34, .06), 0 4px 14px rgba(13, 27, 34, .05);
  --shadow-md: 0 10px 30px rgba(9, 60, 71, .12);
  --shadow-lg: 0 24px 60px rgba(9, 60, 71, .16);

  --font-head: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;

  --maxw: 1140px;
  --gutter: clamp(20px, 5vw, 40px);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--slate-700);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0; font-weight: 700; letter-spacing: -0.02em; }
p { margin: 0; }
a { color: var(--teal-700); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--teal-500); }
img, svg { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--teal-700); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--teal-500); outline-offset: 2px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 15.5px;
  padding: 13px 24px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--teal-700), var(--teal-500)); color: #fff; box-shadow: 0 8px 20px rgba(11, 114, 133, .28); }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(11, 114, 133, .34); }
.btn-ghost { background: transparent; color: var(--teal-700); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal-500); color: var(--teal-700); transform: translateY(-2px); }
.btn-block { width: 100%; }

.eyebrow {
  font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--teal-600); margin-bottom: 14px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; }
.brand-mark { color: var(--teal-700); display: inline-flex; }
.brand-name { font-size: 20px; color: var(--ink); letter-spacing: -.02em; }
.brand-name span { color: var(--teal-600); }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--slate-700); font-weight: 500; font-size: 15.5px; }
.main-nav a:hover { color: var(--teal-700); }
.main-nav .nav-cta {
  background: var(--ink); color: #fff; padding: 10px 20px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: 15px;
}
.main-nav .nav-cta:hover { background: var(--teal-700); color: #fff; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(64px, 11vw, 120px) 0 clamp(56px, 8vw, 96px); overflow: hidden; }
.hero-glow {
  position: absolute; inset: -30% -10% auto -10%; height: 620px; z-index: -1;
  background:
    radial-gradient(600px 320px at 78% 8%, rgba(63, 208, 181, .22), transparent 60%),
    radial-gradient(720px 420px at 12% -10%, rgba(20, 163, 186, .20), transparent 60%);
  filter: blur(6px);
}
.hero-inner { max-width: 820px; }
.hero h1 { font-size: clamp(34px, 5.4vw, 60px); letter-spacing: -.03em; }
.hero-sub { margin-top: 22px; font-size: clamp(17px, 2vw, 20px); color: var(--slate-500); max-width: 660px; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badges { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-badges span {
  font-size: 13.5px; font-weight: 500; color: var(--teal-900);
  background: var(--teal-100); border: 1px solid rgba(14, 138, 158, .2);
  padding: 7px 14px; border-radius: 999px;
}

/* ---------- Trust strip ---------- */
.trust { border-block: 1px solid var(--line); background: var(--surface-alt); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 40px; }
.stat { text-align: center; }
.stat-num { font-family: var(--font-head); font-weight: 700; font-size: clamp(34px, 4vw, 44px); color: var(--teal-700); letter-spacing: -.03em; }
.stat-suffix { font-family: var(--font-head); font-weight: 700; font-size: clamp(22px, 2.5vw, 28px); color: var(--mint); }
.stat-label { display: block; margin-top: 6px; font-size: 14.5px; color: var(--slate-500); }

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 9vw, 108px) 0; }
.section-alt { background: var(--surface-alt); }
.section-head { max-width: 720px; margin: 0 auto clamp(40px, 6vw, 60px); text-align: center; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); }
.section-lead { margin-top: 16px; font-size: 18px; color: var(--slate-500); }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(14, 138, 158, .35); }
.card-featured { border-color: rgba(14, 138, 158, .4); box-shadow: var(--shadow-md); position: relative; }
.card-featured::before {
  content: "Our specialty"; position: absolute; top: -12px; left: 30px;
  background: linear-gradient(135deg, var(--teal-700), var(--mint)); color: #fff;
  font-family: var(--font-head); font-weight: 600; font-size: 12px; letter-spacing: .04em;
  padding: 5px 12px; border-radius: 999px;
}
.card-icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px;
  background: var(--teal-100); color: var(--teal-700);
}
.card h3 { font-size: 22px; margin-bottom: 12px; }
.card > p { color: var(--slate-500); font-size: 15.5px; }
.card-list { margin-top: 20px; display: grid; gap: 10px; }
.card-list li { position: relative; padding-left: 26px; font-size: 15px; color: var(--slate-700); }
.card-list li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 16px; height: 16px;
  background: var(--teal-100); border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px var(--teal-500);
}
.card-list li::after {
  content: ""; position: absolute; left: 5px; top: 11px; width: 6px; height: 3px;
  border-left: 2px solid var(--teal-700); border-bottom: 2px solid var(--teal-700);
  transform: rotate(-45deg);
}

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; position: relative; box-shadow: var(--shadow-sm); }
.step-num { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--mint); letter-spacing: .1em; }
.step h3 { font-size: 20px; margin: 12px 0 10px; }
.step p { font-size: 15px; color: var(--slate-500); }

/* ---------- Split / expertise ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 72px); align-items: center; }
.split-text h2 { font-size: clamp(28px, 3.6vw, 40px); }
.check-list { margin: 26px 0 32px; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 32px; font-size: 16px; color: var(--slate-700); }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 6px;
  background: linear-gradient(135deg, var(--teal-700), var(--mint));
}
.check-list li::after {
  content: ""; position: absolute; left: 6px; top: 7px; width: 7px; height: 4px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);
}

/* Orbit visual */
.split-visual { display: grid; place-items: center; }
.orbit {
  position: relative; width: min(400px, 82vw); aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(20,163,186,.10), transparent 62%);
  display: grid; place-items: center;
}
.orbit::before, .orbit::after {
  content: ""; position: absolute; border-radius: 50%; border: 1.5px dashed rgba(14,138,158,.28);
}
.orbit::before { inset: 8%; }
.orbit::after { inset: 26%; border-style: solid; border-color: rgba(14,138,158,.16); }
.orbit-core {
  width: 96px; height: 96px; border-radius: 26px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--teal-700), var(--teal-500)); color: #fff;
  box-shadow: var(--shadow-lg); z-index: 2;
}
.chip {
  position: absolute; font-family: var(--font-head); font-weight: 600; font-size: 13px;
  background: var(--surface); color: var(--teal-900); border: 1px solid var(--line);
  padding: 7px 13px; border-radius: 999px; box-shadow: var(--shadow-sm);
  animation: float 6s ease-in-out infinite;
}
.chip-1 { top: 4%; left: 42%; }
.chip-2 { top: 24%; right: 2%; animation-delay: .6s; }
.chip-3 { bottom: 20%; right: 0%; animation-delay: 1.2s; }
.chip-4 { bottom: 2%; left: 40%; animation-delay: 1.8s; }
.chip-5 { bottom: 22%; left: 0%; animation-delay: 2.4s; }
.chip-6 { top: 24%; left: 2%; animation-delay: 3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- Compliance badges ---------- */
.badges-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 880px; margin-inline: auto; }
.badge-pill {
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--teal-900);
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px 14px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}
.badge-pill:hover { transform: translateY(-4px); border-color: var(--teal-500); color: var(--teal-700); }

/* ---------- Contact ---------- */
.contact-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 56px);
  background: linear-gradient(160deg, var(--teal-900), #0a5563);
  border-radius: 26px; padding: clamp(34px, 5vw, 60px); color: #eaf6f8;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.contact-card::before {
  content: ""; position: absolute; inset: auto -20% -60% auto; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(63,208,181,.35), transparent 62%); filter: blur(10px);
}
.contact-copy { position: relative; }
.contact-copy .eyebrow { color: var(--mint); }
.contact-copy h2 { color: #fff; font-size: clamp(26px, 3.2vw, 36px); }
.contact-copy .section-lead { color: rgba(234, 246, 248, .82); }
.contact-points { margin-top: 28px; display: grid; gap: 18px; }
.contact-points li { display: grid; gap: 3px; }
.contact-points strong { font-family: var(--font-head); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--mint); }
.contact-points a, .contact-points span { color: #eaf6f8; font-size: 16px; }
.contact-points a:hover { color: #fff; text-decoration: underline; }

.contact-form {
  position: relative; background: var(--surface); border-radius: 18px; padding: 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; box-shadow: var(--shadow-md);
}
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--slate-700); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 15px; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 13px; background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease; width: 100%;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal-500); box-shadow: 0 0 0 3px rgba(20,163,186,.16);
}
.form-note { margin-top: 12px; font-size: 14.5px; min-height: 1em; }
.form-note.ok { color: var(--teal-700); }
.form-note.err { color: #c0392b; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #c4d2d8; padding-top: 60px; }
.footer-inner { display: grid; grid-template-columns: 1.3fr 2fr; gap: 40px; padding-bottom: 44px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-mark { color: var(--mint); }
.footer-brand p { margin-top: 14px; max-width: 320px; font-size: 15px; color: #93a6ad; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-nav h4 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #6f858d; margin-bottom: 14px; }
.footer-nav a { display: block; color: #c4d2d8; font-size: 15px; padding: 5px 0; }
.footer-nav a:hover { color: var(--mint); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
  border-top: 1px solid rgba(255,255,255,.08); padding-block: 22px; font-size: 13.5px; color: #7f9299;
}

/* ---------- Service card footer link ---------- */
.card-more {
  margin-top: 22px; display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px; color: var(--teal-700);
}
.card-more svg { transition: transform .2s ease; }
.card:hover .card-more svg { transform: translateX(4px); }

/* ---------- Case studies (Work) ---------- */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.work-card {
  display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.work-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(14,138,158,.35); }
.work-top { padding: 26px 26px 0; }
.work-tag {
  display: inline-block; font-family: var(--font-head); font-weight: 600; font-size: 12px;
  letter-spacing: .06em; text-transform: uppercase; color: var(--teal-700);
  background: var(--teal-100); padding: 5px 11px; border-radius: 999px;
}
.work-card h3 { font-size: 20px; margin: 16px 0 10px; }
.work-card p { color: var(--slate-500); font-size: 15px; padding: 0 26px; }
.work-metrics { margin-top: auto; display: flex; gap: 10px; padding: 22px 26px 26px; }
.work-metric { flex: 1; }
.work-metric .m-num { font-family: var(--font-head); font-weight: 700; font-size: 24px; color: var(--teal-700); letter-spacing: -.02em; }
.work-metric .m-lab { display: block; font-size: 12.5px; color: var(--slate-500); margin-top: 2px; }
.work-note { text-align: center; margin-top: 30px; font-size: 14.5px; color: var(--slate-500); }

/* ---------- Team / About ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 8px; }
.team-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-avatar {
  width: 68px; height: 68px; margin: 0 auto 16px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 22px;
  color: #fff; background: linear-gradient(135deg, var(--teal-700), var(--mint));
}
.team-card h3 { font-size: 18px; }
.team-role { font-size: 13.5px; color: var(--teal-600); font-weight: 600; margin-top: 3px; }
.team-card p { font-size: 14px; color: var(--slate-500); margin-top: 10px; }

.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.value { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.value h3 { font-size: 18px; margin-bottom: 8px; }
.value p { font-size: 15px; color: var(--slate-500); }

/* ---------- Sub-page (service detail) ---------- */
.subhero { position: relative; padding: clamp(56px, 9vw, 96px) 0 clamp(40px, 6vw, 64px); overflow: hidden; }
.subhero .hero-glow { height: 460px; }
.breadcrumb { font-size: 14px; color: var(--slate-500); margin-bottom: 18px; }
.breadcrumb a { color: var(--teal-700); }
.subhero h1 { font-size: clamp(32px, 5vw, 52px); letter-spacing: -.03em; max-width: 780px; }
.subhero .lead { margin-top: 20px; font-size: clamp(17px, 2vw, 20px); color: var(--slate-500); max-width: 680px; }
.subhero .hero-actions { margin-top: 30px; }

.prose-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 6vw, 68px); align-items: start; }
.prose h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 16px; }
.prose h3 { font-size: 19px; margin: 26px 0 8px; }
.prose p { color: var(--slate-500); margin-bottom: 14px; }
.feature-list { display: grid; gap: 16px; }
.feature-list li {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 20px; box-shadow: var(--shadow-sm);
}
.feature-list h4 { font-family: var(--font-head); font-size: 16px; margin-bottom: 5px; color: var(--ink); }
.feature-list p { font-size: 14.5px; color: var(--slate-500); margin: 0; }

.sticky-side {
  position: sticky; top: 92px; background: var(--surface-alt); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
}
.sticky-side h3 { font-size: 17px; margin-bottom: 14px; }
.side-list { display: grid; gap: 10px; margin-bottom: 22px; }
.side-list li { position: relative; padding-left: 24px; font-size: 14.5px; color: var(--slate-700); }
.side-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }

/* ---------- CTA band ---------- */
.cta-band { padding: clamp(48px, 7vw, 76px) 0; }
.cta-inner {
  background: linear-gradient(160deg, var(--teal-900), #0a5563); border-radius: 26px;
  padding: clamp(34px, 5vw, 56px); text-align: center; color: #eaf6f8;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.cta-inner::before {
  content: ""; position: absolute; inset: -60% -20% auto auto; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(63,208,181,.32), transparent 62%); filter: blur(10px);
}
.cta-inner h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); position: relative; max-width: 640px; margin-inline: auto; }
.cta-inner p { color: rgba(234,246,248,.85); margin: 16px auto 28px; max-width: 560px; position: relative; }
.cta-inner .btn { position: relative; }

/* ---------- Reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .cards, .steps, .work-grid, .about-values { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .prose-split { grid-template-columns: 1fr; }
  .split-visual { order: -1; }
  .sticky-side { position: static; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .main-nav {
    position: fixed; inset: 70px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    padding: 12px var(--gutter) 24px; transform: translateY(-130%); transition: transform .3s ease; z-index: 90;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { text-align: center; margin-top: 12px; border-bottom: 0; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .contact-form { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .cards, .steps, .work-grid, .team-grid, .about-values { grid-template-columns: 1fr; }
  .badges-grid { grid-template-columns: repeat(2, 1fr); }
}
