/* School Summary Book System — Cloudflare Pages landing page */
:root {
  --navy-950: #061b2d;
  --navy-900: #0b2f4f;
  --navy-800: #123f63;
  --navy-700: #1c527a;
  --teal-700: #087c79;
  --teal-600: #0b918c;
  --teal-100: #dff5f2;
  --blue-50: #f3f7fa;
  --blue-100: #e7eff5;
  --slate-900: #17212b;
  --slate-700: #405264;
  --slate-600: #5d6e7e;
  --slate-500: #748494;
  --slate-300: #ccd6df;
  --slate-200: #dfe6ec;
  --slate-100: #edf2f5;
  --white: #fff;
  --success: #23865b;
  --warning: #b96b08;
  --shadow-sm: 0 8px 24px rgba(6, 27, 45, .07);
  --shadow-lg: 0 28px 70px rgba(6, 27, 45, .14);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--slate-900);
  background: var(--white);
  font-family: Inter, "Noto Sans Gujarati", "Nirmala UI", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }
img { max-width: 100%; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section { padding: 96px 0; }
.section-soft { background: var(--blue-50); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 6px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(204, 214, 223, .72);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 10px;
}

.brand-mark svg { width: 34px; height: 34px; }

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy strong {
  color: var(--navy-900);
  font-size: .98rem;
  letter-spacing: -.01em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--slate-600);
  font-size: .73rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.primary-nav > a:not(.button) {
  color: var(--slate-700);
  font-size: .91rem;
  font-weight: 650;
}

.primary-nav > a:not(.button):hover { color: var(--teal-700); }

.lang-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--slate-300);
  border-radius: 8px;
  cursor: pointer;
  font-size: .83rem;
  font-weight: 700;
}
.lang-button:hover { border-color: var(--teal-600); }

.menu-button {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--slate-300);
  border-radius: 8px;
  cursor: pointer;
}
.menu-button svg { width: 24px; }
.menu-button path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover { transform: translateY(-1px); }

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  color: var(--white);
  background: var(--navy-900);
  box-shadow: 0 10px 28px rgba(11, 47, 79, .18);
}
.button-primary:hover { background: var(--navy-800); }

.button-secondary {
  color: var(--navy-900);
  background: var(--white);
  border-color: var(--slate-300);
}
.button-secondary:hover { border-color: var(--navy-700); }

.button-small {
  min-height: 40px;
  padding-inline: 16px;
  font-size: .88rem;
}

.button-white {
  color: var(--navy-900);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(0,0,0,.16);
}

.eyebrow {
  margin-bottom: 17px;
  color: var(--teal-700);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow-light { color: #8ce1d9; }

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
  background:
    radial-gradient(circle at 78% 20%, rgba(11, 145, 140, .09), transparent 31%),
    linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  top: -260px;
  left: -170px;
  border: 1px solid var(--blue-100);
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
  align-items: center;
  gap: 64px;
}

.hero-copy { position: relative; z-index: 2; }

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.45rem, 5vw, 4.55rem);
  line-height: 1.06;
  letter-spacing: -.055em;
}

.hero-text {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--slate-600);
  font-size: 1.1rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 28px;
  color: var(--slate-700);
  font-size: .84rem;
  font-weight: 650;
}

.trust-row > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row svg {
  width: 18px;
  height: 18px;
  padding: 3px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  min-width: 0;
  padding: 32px 10px 38px 32px;
}

.dashboard-shell {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transform: perspective(1600px) rotateY(-3deg) rotateX(1deg);
}

.dashboard-topbar {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-bottom: 1px solid var(--slate-200);
}

.dashboard-logo {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--navy-900), var(--teal-600));
  border-radius: 7px;
}

.dashboard-title {
  flex: 1;
  color: var(--navy-900);
  font-size: .76rem;
  font-weight: 800;
}

.dashboard-avatar {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 50%;
  font-size: .66rem;
  font-weight: 800;
}

.dashboard-body {
  min-height: 405px;
  display: grid;
  grid-template-columns: 60px 1fr;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding-top: 24px;
  background: var(--navy-950);
}

.dashboard-sidebar span {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
}

.dashboard-sidebar span.active {
  background: var(--teal-600);
  border-color: var(--teal-600);
}

.dashboard-content {
  min-width: 0;
  padding: 22px;
  background: #f6f8fa;
}

.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.preview-heading div { display: flex; flex-direction: column; }
.preview-heading small { color: var(--slate-500); font-size: .64rem; }
.preview-heading strong { margin-top: 2px; color: var(--navy-900); font-size: .95rem; }
.preview-heading > span {
  padding: 5px 9px;
  color: var(--success);
  background: #e4f4ec;
  border-radius: 999px;
  font-size: .61rem;
  font-weight: 800;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.stat-grid article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 15px;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 9px;
}

.stat-grid small { color: var(--slate-600); font-size: .61rem; }
.stat-grid strong { margin-top: 5px; color: var(--navy-900); font-size: 1.4rem; }
.stat-grid em { margin-top: 3px; color: var(--teal-700); font-size: .61rem; font-style: normal; }

.preview-card {
  margin-top: 13px;
  padding: 15px;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 9px;
}

.preview-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--slate-100);
}

.preview-card-head strong { color: var(--navy-900); font-size: .72rem; }
.preview-card-head span { color: var(--slate-500); font-size: .58rem; }

.class-row {
  display: grid;
  grid-template-columns: 1fr .8fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--slate-100);
  font-size: .65rem;
}
.class-row:last-child { border-bottom: 0; }
.class-row span { color: var(--slate-700); font-weight: 700; }
.class-row b { color: var(--navy-900); }
.class-row i {
  justify-self: end;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: .56rem;
  font-style: normal;
  font-weight: 800;
}
.class-row i.done { color: var(--success); background: #e4f4ec; }
.class-row i.pending { color: var(--warning); background: #fff1da; }

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 175px;
  padding: 12px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.floating-card-one { top: 8px; right: -19px; }
.floating-card-two { bottom: 3px; left: -9px; }

.icon-box {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 8px;
}

.icon-box svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-card > span:last-child { display: flex; flex-direction: column; }
.floating-card small { color: var(--slate-500); font-size: .62rem; }
.floating-card strong { color: var(--navy-900); font-size: .74rem; }

.metrics {
  padding: 0;
  border-top: 1px solid var(--slate-100);
  border-bottom: 1px solid var(--slate-100);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric-grid article {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px 35px;
  border-right: 1px solid var(--slate-200);
}
.metric-grid article:first-child { border-left: 1px solid var(--slate-200); }
.metric-grid strong { color: var(--navy-900); font-size: 1.7rem; line-height: 1; }
.metric-grid span { color: var(--slate-600); font-size: .82rem; }

.section-heading { max-width: 650px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2,
.workflow-copy h2,
.security-copy h2,
.cta-card h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.13;
  letter-spacing: -.04em;
}
.section-heading p,
.workflow-copy > p {
  margin: 19px 0 0;
  color: var(--slate-600);
  font-size: 1rem;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 45px;
}

.feature-card {
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: #bad3d2;
  box-shadow: var(--shadow-sm);
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 10px;
}

.feature-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 20px 0 9px;
  color: var(--navy-900);
  font-size: 1.02rem;
}
.feature-card p {
  margin: 0;
  color: var(--slate-600);
  font-size: .91rem;
  line-height: 1.7;
}

.workflow-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 90px;
}

.workflow-copy { position: sticky; top: 120px; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: var(--teal-700);
  font-weight: 800;
}
.text-link:hover { gap: 13px; }

.workflow-list {
  counter-reset: workflow;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 21px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
}

.workflow-list li > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 10px;
  font-size: .77rem;
  font-weight: 800;
}

.workflow-list h3 {
  margin: 1px 0 7px;
  color: var(--navy-900);
  font-size: 1rem;
}
.workflow-list p {
  margin: 0;
  color: var(--slate-600);
  font-size: .9rem;
  line-height: 1.65;
}

.security-section {
  color: var(--white);
  background: var(--navy-950);
}

.security-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 90px;
}

.security-panel {
  min-height: 390px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(11,145,140,.22), rgba(255,255,255,.03)),
    var(--navy-900);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
}

.security-panel::before,
.security-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
}
.security-panel::before { width: 330px; height: 330px; }
.security-panel::after { width: 245px; height: 245px; }

.security-graphic {
  width: 145px;
  height: 145px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  color: #8ce1d9;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(0,0,0,.2);
}

.security-graphic svg { width: 88px; }
.security-graphic path {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-copy h2 { color: var(--white); }
.security-copy > p {
  margin: 21px 0 0;
  color: #b8c8d5;
  font-size: 1rem;
  line-height: 1.75;
}

.security-points {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.security-points > div {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: start;
  gap: 14px;
}

.security-points > div > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #8ce1d9;
  background: rgba(140,225,217,.1);
  border: 1px solid rgba(140,225,217,.2);
  border-radius: 8px;
  font-size: .67rem;
  font-weight: 800;
}

.security-points p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.security-points strong { color: var(--white); font-size: .94rem; }
.security-points small { margin-top: 4px; color: #9db0bf; font-size: .83rem; line-height: 1.55; }

.faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 80px;
}

.faq-list { display: grid; gap: 11px; }

.faq-list details {
  padding: 0 21px;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 10px;
}

.faq-list summary {
  position: relative;
  padding: 20px 38px 20px 0;
  color: var(--navy-900);
  cursor: pointer;
  list-style: none;
  font-weight: 750;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 6px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after { content: "–"; }

.faq-list p {
  margin: -2px 0 20px;
  padding-right: 32px;
  color: var(--slate-600);
  font-size: .91rem;
  line-height: 1.7;
}

.cta-section { padding-top: 40px; }

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 48px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(140,225,217,.18), transparent 35%),
    var(--navy-900);
  border-radius: var(--radius-lg);
}

.cta-card > div { max-width: 700px; }
.cta-card h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.7rem); }

.site-footer {
  padding: 70px 0 25px;
  color: var(--slate-600);
  background: var(--blue-50);
  border-top: 1px solid var(--slate-200);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .6fr .6fr;
  gap: 70px;
}

.brand-footer .brand-mark { width: 40px; height: 40px; }
.footer-grid > div:first-child > p {
  max-width: 460px;
  margin: 19px 0 0;
  font-size: .88rem;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-links strong { margin-bottom: 5px; color: var(--navy-900); font-size: .86rem; }
.footer-links a { font-size: .85rem; }
.footer-links a:hover { color: var(--teal-700); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
  padding-top: 22px;
  border-top: 1px solid var(--slate-200);
  font-size: .77rem;
}

:focus-visible {
  outline: 3px solid rgba(11,145,140,.35);
  outline-offset: 3px;
}

html[data-lang="gu"] body {
  font-family: "Noto Sans Gujarati", "Nirmala UI", "Shruti", "Segoe UI", sans-serif;
}

@media (max-width: 1040px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(100%, 760px); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-grid, .security-grid, .faq-layout { gap: 55px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 68px; }
  .brand-copy small { display: none; }
  .menu-button { display: grid; }
  .primary-nav {
    position: fixed;
    inset: 68px 0 auto 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    max-height: calc(100vh - 68px);
    padding: 17px 20px 24px;
    overflow-y: auto;
    background: var(--white);
    border-bottom: 1px solid var(--slate-200);
    box-shadow: var(--shadow-sm);
  }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid var(--slate-100);
  }
  .primary-nav .lang-button { justify-content: center; margin: 14px 0; }
  .primary-nav .button { width: 100%; }
  .hero { padding-top: 58px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(2.25rem, 12vw, 3.6rem); }
  .hero-visual { padding: 25px 0 32px; }
  .dashboard-shell { transform: none; }
  .floating-card-one { top: 0; right: -5px; }
  .floating-card-two { left: -5px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid article:nth-child(2) { border-right: 0; }
  .metric-grid article:nth-child(3) { border-left: 1px solid var(--slate-200); border-top: 1px solid var(--slate-200); }
  .metric-grid article:nth-child(4) { border-top: 1px solid var(--slate-200); border-right: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .workflow-grid, .security-grid, .faq-layout { grid-template-columns: 1fr; }
  .workflow-copy { position: static; }
  .security-panel { min-height: 300px; order: 2; }
  .security-copy { order: 1; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 36px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand-copy strong { font-size: .84rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark svg { width: 29px; height: 29px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .dashboard-body { grid-template-columns: 44px 1fr; min-height: 360px; }
  .dashboard-content { padding: 14px 10px; }
  .stat-grid { gap: 6px; }
  .stat-grid article { padding: 10px 8px; }
  .stat-grid strong { font-size: 1.05rem; }
  .class-row { grid-template-columns: .8fr .7fr 1fr; }
  .floating-card { display: none; }
  .metric-grid article { padding: 24px 18px; }
  .workflow-list li { grid-template-columns: 45px 1fr; gap: 15px; padding: 20px; }
  .workflow-list li > span { width: 42px; height: 42px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
