:root {
  color-scheme: light;
  --ink: #0d1733;
  --muted: #5e6984;
  --line: rgba(22, 47, 102, 0.13);
  --surface: #ffffff;
  --surface-soft: #f4f7ff;
  --navy: #071a49;
  --blue: #1663f4;
  --blue-deep: #0b42b9;
  --orange: #ff9d2e;
  --lime: #b6ef3a;
  --shadow: 0 24px 70px rgba(18, 47, 112, 0.15);
  --radius-lg: 32px;
  --radius-md: 22px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(69, 126, 255, 0.12), transparent 27rem),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 40%, #f5f8ff 100%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--blue-deep);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--blue);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(22, 99, 244, 0.38);
  outline-offset: 4px;
  border-radius: 8px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 26, 73, 0.88);
  box-shadow: 0 8px 32px rgba(4, 17, 50, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nav-wrap,
.section,
.footer-wrap {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  font-size: 0.93rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 18, 56, 0.96) 0%, rgba(5, 24, 75, 0.82) 50%, rgba(7, 30, 87, 0.35) 100%),
    url("assets/drive-practice-promo-background.png") center 38% / cover;
}

.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -140px;
  top: -250px;
  z-index: -1;
  border: 1px solid rgba(182, 239, 58, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(182, 239, 58, 0.12);
}

.hero-grid {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.62fr);
  align-items: center;
  gap: 58px;
  padding-block: 82px 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #2656be;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: #d7ff80;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 760px;
  margin-bottom: 23px;
  font-size: clamp(3.1rem, 7vw, 6.3rem);
  font-weight: 830;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-automation-note {
  max-width: 650px;
  display: grid;
  gap: 3px;
  margin-bottom: 25px;
  padding: 15px 18px;
  color: #fff;
  border: 1px solid rgba(93, 151, 255, 0.3);
  border-left: 4px solid #6d9eff;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-automation-note strong {
  color: #dce8ff;
  font-size: 0.98rem;
}

.hero-automation-note span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 760;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #09204a;
  background: linear-gradient(135deg, #d0ff67, var(--lime));
  box-shadow: 0 12px 28px rgba(182, 239, 58, 0.25);
}

.button-primary:hover {
  color: #09204a;
  box-shadow: 0 16px 34px rgba(182, 239, 58, 0.3);
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.button-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 620;
}

.trust-row span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--lime);
}

.hero-device-wrap {
  position: relative;
  width: min(100%, 430px);
  justify-self: center;
}

.hero-device-wrap::before {
  content: "";
  position: absolute;
  inset: 10% -22%;
  z-index: -1;
  background: radial-gradient(circle, rgba(75, 139, 255, 0.43), transparent 67%);
  filter: blur(12px);
}

.phone {
  width: min(310px, 72vw);
  padding: 9px;
  overflow: hidden;
  background: #030711;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 48px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.48), 0 0 0 7px rgba(255, 255, 255, 0.05);
  transform: rotate(2.5deg);
}

.phone img {
  width: 100%;
  height: auto;
  border-radius: 39px;
}

.hero-device-wrap .phone {
  width: min(400px, 84vw);
  aspect-ratio: 1 / 2;
  padding: 11px;
  border-radius: 57px;
  transform: rotate(0.8deg);
}

.hero-device-wrap .phone img {
  height: 100%;
  border-radius: 46px;
  object-fit: cover;
  object-position: top center;
}

.floating-stat {
  position: absolute;
  left: -70px;
  bottom: 86px;
  width: 190px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.automation-intro {
  position: relative;
  z-index: 4;
  margin-top: 0;
}

.automation-panel {
  padding: 40px;
  background:
    radial-gradient(circle at 92% 0%, rgba(22, 99, 244, 0.1), transparent 25rem),
    var(--surface-soft);
  border: 1px solid rgba(22, 99, 244, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(18, 47, 112, 0.1);
}

.automation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px 50px;
  align-items: end;
  margin-bottom: 34px;
}

.automation-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -5px;
}

.automation-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.automation-heading > p:last-child {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 1.06rem;
}

.automation-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.automation-step {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 25px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 19px;
}

.automation-step:nth-child(2) {
  background: #eef4ff;
}

.automation-step:nth-child(3) {
  color: var(--ink);
  background: #f6fde9;
}

.automation-step-index {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--blue-deep);
  border: 1px solid rgba(22, 99, 244, 0.2);
  background: rgba(22, 99, 244, 0.08);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 830;
}

.automation-step:nth-child(3) .automation-step-index {
  color: #4e7611;
  border-color: rgba(78, 118, 17, 0.2);
  background: rgba(182, 239, 58, 0.18);
}

.automation-step h3 {
  margin-bottom: 9px;
  font-size: 1.22rem;
  letter-spacing: -0.025em;
}

.automation-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.automation-step:nth-child(3) p {
  color: var(--muted);
}

.automation-promise {
  margin: 17px 0 0;
  padding: 15px 18px;
  color: #fff;
  text-align: center;
  background: var(--navy);
  border-radius: 14px;
}

.automation-promise strong {
  color: #dfff98;
}

.floating-stat strong,
.floating-stat span {
  display: block;
}

.floating-stat strong {
  margin-bottom: 2px;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.floating-stat span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
}

.section {
  padding-block: 110px;
}

.section-compact {
  padding-block: 76px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.content-card h2,
.cta-panel h2 {
  margin-bottom: 17px;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  font-weight: 810;
}

.section-heading p,
.lead {
  color: var(--muted);
  font-size: 1.12rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.info-card,
.step-card,
.contact-card,
.content-card,
.toc-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 45px rgba(18, 47, 112, 0.07);
}

.feature-card {
  min-height: 270px;
  padding: 30px;
  border-radius: var(--radius-md);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(18, 47, 112, 0.12);
}

.feature-mark {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--blue-deep));
  border-radius: 15px;
  box-shadow: 0 12px 25px rgba(22, 99, 244, 0.22);
  font-size: 1.2rem;
  font-weight: 800;
}

.feature-card:nth-child(2) .feature-mark,
.feature-card:nth-child(5) .feature-mark {
  color: #172407;
  background: linear-gradient(145deg, #ceff66, #9fdc2d);
}

.feature-card:nth-child(3) .feature-mark,
.feature-card:nth-child(6) .feature-mark {
  color: #3f2200;
  background: linear-gradient(145deg, #ffc36e, #ff9824);
}

.feature-card h3,
.step-card h3,
.info-card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.feature-card p,
.step-card p,
.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.showcase {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #071a49, #0a338d 72%, #125ad0);
}

.showcase::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -250px;
  bottom: -290px;
  border: 2px solid rgba(255, 157, 46, 0.46);
  border-radius: 50%;
}

.showcase-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 85px;
}

.device-pair {
  min-height: 580px;
  position: relative;
}

.device-pair .phone {
  position: absolute;
  width: 270px;
}

.device-pair .phone:first-child {
  left: 0;
  top: 0;
  transform: rotate(-5deg);
}

.device-pair .phone:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.showcase-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.showcase-copy > p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.12rem;
}

.benefit-list {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  align-items: start;
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
}

.benefit-item span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #142401;
  background: var(--lime);
  border-radius: 50%;
  font-weight: 900;
}

.benefit-item strong,
.benefit-item small {
  display: block;
}

.benefit-item small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.88rem;
}

.step-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-card,
.info-card {
  padding: 28px;
  border-radius: var(--radius-md);
}

.step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 830;
}

.privacy-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
  padding: 55px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(182, 239, 58, 0.22), transparent 22rem),
    linear-gradient(145deg, #071a49, #0a2b70);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.privacy-seal {
  width: min(260px, 62vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 99, 244, 0.38), rgba(255, 255, 255, 0.03) 65%);
  box-shadow: inset 0 0 0 22px rgba(255, 255, 255, 0.025);
  font-size: 5rem;
}

.privacy-band h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.privacy-band p {
  color: rgba(255, 255, 255, 0.72);
}

.privacy-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}

.privacy-points span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.86rem;
  font-weight: 650;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  padding: 50px;
  color: #fff;
  background: linear-gradient(120deg, var(--blue-deep), var(--blue));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  margin-bottom: 8px;
}

.cta-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, rgba(182, 239, 58, 0.18), transparent 23rem),
    linear-gradient(140deg, #071a49, #0b3ca0);
}

.page-hero .section {
  padding-block: 96px 90px;
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -160px;
  bottom: -290px;
  border: 2px solid rgba(255, 157, 46, 0.5);
  border-radius: 50%;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
}

.page-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.14rem;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.toc-card {
  position: sticky;
  top: 94px;
  padding: 24px;
  border-radius: var(--radius-md);
}

.toc-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.toc-card nav {
  display: grid;
  gap: 7px;
}

.toc-card a {
  padding: 7px 9px;
  color: var(--muted);
  border-radius: 9px;
  font-size: 0.91rem;
  font-weight: 640;
  text-decoration: none;
}

.toc-card a:hover {
  color: var(--blue-deep);
  background: var(--surface-soft);
}

.content-stack {
  display: grid;
  gap: 18px;
}

.content-card {
  padding: 38px;
  border-radius: var(--radius-md);
}

.content-card h2 {
  scroll-margin-top: 100px;
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3.5vw, 2.55rem);
}

.content-card h3 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.content-card p:last-child,
.content-card ul:last-child,
.content-card ol:last-child {
  margin-bottom: 0;
}

.content-card li + li {
  margin-top: 8px;
}

.summary-card {
  color: #fff;
  background: linear-gradient(145deg, #0a3288, #145fdf);
}

.summary-card p,
.summary-card li {
  color: rgba(255, 255, 255, 0.78);
}

.summary-card strong {
  color: #fff;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 35px;
  border-radius: var(--radius-md);
}

.contact-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.contact-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.email-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border-radius: 14px;
  font-weight: 740;
  text-decoration: none;
}

.email-link:hover {
  color: #fff;
  background: var(--blue-deep);
}

.notice {
  padding: 18px 20px;
  color: #714207;
  background: #fff6e7;
  border: 1px solid #f2d7ad;
  border-left: 5px solid var(--orange);
  border-radius: 13px;
}

.notice strong {
  display: block;
  margin-bottom: 3px;
}

details {
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  padding: 20px 42px 20px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 730;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 16px;
  color: var(--blue);
  font-size: 1.5rem;
}

details[open] summary::after {
  content: "−";
}

details > div {
  padding: 0 36px 20px 0;
  color: var(--muted);
}

.site-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #051434;
}

.footer-wrap {
  padding-block: 56px 42px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  max-width: 520px;
}

.footer-brand .brand {
  margin-bottom: 15px;
}

.footer-brand p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer-links a {
  color: #fff;
  font-weight: 650;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  font-size: 0.78rem;
}

.footer-bottom p {
  margin-bottom: 0;
}

.legal-note {
  max-width: 700px;
}

@media (max-width: 900px) {
  .hero-grid,
  .showcase-grid,
  .privacy-band,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 65px;
    padding-top: 75px;
  }

  .automation-heading {
    grid-template-columns: 1fr;
  }

  .automation-flow {
    grid-template-columns: 1fr;
  }

  .automation-step {
    min-height: auto;
  }

  .hero-device-wrap {
    margin-bottom: 20px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-copy {
    order: -1;
  }

  .device-pair {
    width: min(580px, 100%);
    justify-self: center;
  }

  .privacy-seal {
    display: none;
  }

  .toc-card {
    position: static;
  }

  .toc-card nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nav-wrap,
  .section,
  .footer-wrap {
    width: min(calc(100% - 28px), var(--content));
  }

  .nav-wrap {
    min-height: auto;
    align-items: flex-start;
    padding-block: 12px;
  }

  .brand span {
    display: none;
  }

  .site-nav {
    gap: 1px;
  }

  .site-nav a {
    padding: 8px 9px;
    font-size: 0.82rem;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 68px 78px;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .floating-stat {
    left: -24px;
    bottom: 35px;
    width: 150px;
  }

  .automation-panel {
    padding: 25px;
  }

  .section {
    padding-block: 78px;
  }

  .section-compact {
    padding-block: 58px;
  }

  .feature-grid,
  .step-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .showcase-grid {
    gap: 50px;
  }

  .device-pair {
    min-height: 510px;
  }

  .device-pair .phone {
    width: 225px;
  }

  .privacy-band,
  .cta-panel,
  .content-card,
  .contact-card {
    padding: 28px;
  }

  .cta-panel,
  .contact-card,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .toc-card nav {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
