:root {
  --bg-main: #f4f7ff;
  --bg-soft: #eaf0ff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --line: rgba(15, 40, 82, 0.12);
  --text: #0b1938;
  --muted: #506287;
  --accent: #0b7dff;
  --accent-strong: #0052cc;
  --accent-soft: #d9ebff;
  --ok: #0f8f58;
  --shadow-xl: 0 26px 70px rgba(10, 28, 66, 0.12);
  --shadow-md: 0 14px 35px rgba(10, 30, 72, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at 85% -15%, rgba(11, 125, 255, 0.16), transparent 34%),
    radial-gradient(circle at -5% 20%, rgba(15, 143, 88, 0.14), transparent 28%),
    linear-gradient(155deg, #f8faff 0%, #f4f7ff 55%, #edf4ff 100%);
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  z-index: -2;
  filter: blur(42px);
}

.bg-orb--a {
  width: 320px;
  height: 320px;
  top: 18%;
  left: -130px;
  background: rgba(11, 125, 255, 0.22);
}

.bg-orb--b {
  width: 280px;
  height: 280px;
  bottom: 10%;
  right: -120px;
  background: rgba(15, 143, 88, 0.2);
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(11, 25, 56, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(11, 25, 56, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, #000 20%, transparent 82%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  width: min(1160px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(247, 250, 255, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(10, 32, 73, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  color: var(--text);
  text-decoration: none;
}

.brand__logo {
  display: block;
  width: 130px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand__dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--accent), #67b5ff);
  box-shadow: 0 0 0 5px rgba(11, 125, 255, 0.15);
}

.brand__name {
  font-family: "Syne", "Trebuchet MS", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.nav a {
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
  background: rgba(11, 125, 255, 0.1);
  outline: none;
}

.btn {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.78rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn--small {
  padding: 0.5rem 0.95rem;
  color: #ffffff;
  background: linear-gradient(145deg, var(--accent), var(--accent-strong));
  box-shadow: 0 8px 16px rgba(0, 82, 204, 0.28);
}

.btn--primary {
  color: #ffffff;
  background: linear-gradient(145deg, var(--accent), var(--accent-strong));
  box-shadow: 0 12px 20px rgba(0, 82, 204, 0.25);
}

.btn--ghost {
  border-color: rgba(15, 40, 82, 0.2);
  color: var(--text);
  background: rgba(255, 255, 255, 0.65);
}

.section {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.5rem 0;
}

.section__head {
  max-width: 700px;
}

.section__label {
  margin: 0 0 0.6rem;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section__sub {
  margin-top: 0.75rem;
  color: var(--muted);
  max-width: 60ch;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Syne", "Verdana", sans-serif;
  line-height: 1.1;
}

h1 {
  max-width: 14ch;
  font-size: clamp(2rem, 4.8vw, 3.9rem);
}

h2 {
  max-width: 21ch;
  font-size: clamp(1.6rem, 3.4vw, 2.8rem);
}

h3 {
  font-size: 1.12rem;
}

p {
  margin: 0;
}

code {
  padding: 0.05rem 0.35rem;
  border-radius: 6px;
  border: 1px solid rgba(15, 40, 82, 0.16);
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.92em;
  color: #244777;
  background: rgba(217, 235, 255, 0.52);
}

.hero {
  padding-top: 3.3rem;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: stretch;
}

.hero__content,
.hero__visual {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.hero__content {
  padding: 2.2rem;
}

.kicker {
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.lead {
  margin-top: 1.2rem;
  max-width: 58ch;
  color: var(--muted);
}

.hero__actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero__meta {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero__meta li {
  border: 1px solid rgba(15, 40, 82, 0.2);
  border-radius: 999px;
  padding: 0.36rem 0.74rem;
  color: #294675;
  font-size: 0.84rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.82);
}

.hero__visual {
  position: relative;
  padding: 1.4rem;
  overflow: hidden;
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.95) 0%, rgba(232, 242, 255, 0.95) 100%);
}

.hero-card__label {
  color: #4f658d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card__title {
  margin-top: 0.42rem;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  max-width: 22ch;
}

.hero-card__timeline {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.58rem;
}

.hero-card__timeline li {
  border: 1px solid rgba(15, 40, 82, 0.14);
  border-radius: 12px;
  padding: 0.65rem 0.72rem;
  background: rgba(255, 255, 255, 0.82);
}

.hero-card__step-title {
  color: #17315d;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-card__step-copy {
  margin-top: 0.2rem;
  color: #496087;
  font-size: 0.82rem;
  line-height: 1.42;
}

.hero-card__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.hero-card__list li {
  position: relative;
  padding-left: 1.2rem;
  color: #2b4775;
}

.hero-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--accent), #56d4a7);
}

.hero-card__statline {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.hero-card__statline article {
  border: 1px solid rgba(15, 40, 82, 0.14);
  border-radius: 14px;
  padding: 0.72rem;
  background: rgba(255, 255, 255, 0.86);
}

.hero-card__value {
  font-family: "Syne", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.hero-card__name {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-card__price {
  background: linear-gradient(150deg, rgba(10, 125, 255, 0.08), rgba(15, 143, 88, 0.08));
}

.hero-card__proof {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.hero-card__proof li {
  border: 1px solid rgba(15, 40, 82, 0.16);
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  color: #24426f;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.82);
}

.section--advantage .section__head {
  margin-bottom: 1.35rem;
}

.comparison {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.comparison-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
}

.comparison-card__label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-card ul {
  margin: 0.58rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.comparison-card li {
  position: relative;
  padding-left: 1.05rem;
  color: #294977;
}

.comparison-card--before {
  background:
    radial-gradient(circle at 0% 0%, rgba(224, 96, 96, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.92);
}

.comparison-card--before .comparison-card__label {
  color: #9f3b49;
}

.comparison-card--before li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d25e69;
}

.comparison-card--after {
  background:
    radial-gradient(circle at 0% 0%, rgba(15, 143, 88, 0.1), transparent 36%),
    rgba(255, 255, 255, 0.92);
}

.comparison-card--after .comparison-card__label {
  color: #136644;
}

.comparison-card--after li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0f8f58;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.advantage-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.15rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(11, 125, 255, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 20px rgba(14, 36, 74, 0.06);
}

.advantage-card p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.section--demo .section__head {
  margin-bottom: 1.3rem;
}

.demo-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.95rem;
}

.demo-video,
.demo-points {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.demo-video__badge {
  color: var(--accent-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-video__player {
  margin-top: 0.65rem;
  display: block;
  width: 100%;
  max-height: 360px;
  border-radius: 14px;
  background: #0e1f42;
}

.demo-video__hint {
  margin-top: 0.55rem;
  color: #4f6590;
  font-size: 0.84rem;
}

.demo-points h3 {
  font-size: 1.08rem;
}

.demo-points ul {
  margin: 0.72rem 0 1rem;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.4rem;
  color: #2a456f;
}

.demo-points__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.feature-grid {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.feature {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
  background: var(--surface-strong);
  box-shadow: 0 8px 16px rgba(14, 36, 74, 0.06);
}

.feature p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.section--pricing .section__head {
  margin-bottom: 1.2rem;
}

.pricing-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.4rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(11, 125, 255, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
}

.pricing-card__name {
  margin: 0;
  font-family: "Syne", "Verdana", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.pricing-card__summary {
  margin-top: 0.35rem;
  color: var(--muted);
}

.pricing-card__values {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.pricing-card__badges {
  margin: 0.82rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pricing-card__badges li {
  border-radius: 999px;
  border: 1px solid rgba(15, 40, 82, 0.15);
  padding: 0.3rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #274670;
  background: rgba(255, 255, 255, 0.88);
}

.price-option {
  border: 1px solid rgba(15, 40, 82, 0.16);
  border-radius: 16px;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.9);
}

.price-option--yearly {
  background:
    radial-gradient(circle at 100% 0%, rgba(15, 143, 88, 0.14), transparent 38%),
    rgba(255, 255, 255, 0.92);
}

.price-option__label {
  margin: 0;
  color: #2b4672;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-option__regular {
  margin-top: 0.28rem;
  color: #6a7a99;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-option__regular span {
  letter-spacing: 0.02em;
}

.price-option__amount {
  margin-top: 0.18rem;
  font-family: "Syne", "Trebuchet MS", sans-serif;
  font-size: clamp(1.45rem, 3.4vw, 1.95rem);
  font-weight: 800;
  color: var(--accent-strong);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.price-option__amount span {
  letter-spacing: 0.02em;
}

.price-option__meta {
  margin-top: 0.2rem;
  color: #54688f;
  font-size: 0.85rem;
  font-weight: 600;
}

.pricing-card__note {
  margin-top: 0.8rem;
  color: var(--muted);
}

.pricing-card__list {
  margin: 0.85rem 0 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.32rem;
  color: #294675;
}

.section--shots {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background:
    radial-gradient(circle at 95% 8%, rgba(11, 125, 255, 0.08), transparent 36%),
    radial-gradient(circle at 5% 92%, rgba(15, 143, 88, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-xl);
}

.shots-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.shot {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.88);
}

.shot__media {
  margin-top: 0.7rem;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(15, 40, 82, 0.18);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  background: rgba(228, 238, 252, 0.65);
}

.shot__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.shot__hint {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  color: #4f6590;
}

.section--process .section__head {
  margin-bottom: 1.4rem;
}

.onboarding-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.onboarding-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.9);
}

.onboarding-card p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.onboarding-card__list {
  margin: 0.72rem 0 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.34rem;
  color: #2a456f;
}

.onboarding-card__mail {
  margin-top: 0.7rem;
  font-weight: 700;
  color: #264778;
}

.onboarding-card__mail a {
  color: var(--accent-strong);
  text-decoration: none;
}

.onboarding-card__mail a:hover,
.onboarding-card__mail a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.section--cta {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 2.2rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(11, 125, 255, 0.14), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 255, 0.94));
  box-shadow: var(--shadow-md);
}

.section--cta p {
  margin-top: 0.75rem;
  max-width: 62ch;
  color: var(--muted);
}

.contact {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.contact a {
  border: 1px solid rgba(15, 40, 82, 0.2);
  border-radius: 999px;
  padding: 0.54rem 0.85rem;
  text-decoration: none;
  color: var(--text);
  font-size: 0.89rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact a:hover,
.contact a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(11, 125, 255, 0.6);
  box-shadow: 0 8px 16px rgba(11, 125, 255, 0.16);
  outline: none;
}

.footer {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 2.2rem;
  font-size: 0.84rem;
  color: #60749d;
}

.footer__card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 24px rgba(10, 32, 73, 0.08);
}

.footer__logo {
  display: block;
  width: 140px;
  max-width: 45%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.footer__meta {
  min-width: 0;
}

.footer__name {
  font-family: "Syne", "Verdana", sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--text);
}

.footer__ids {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.footer__links {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.footer__links a {
  border: 1px solid rgba(15, 40, 82, 0.18);
  border-radius: 999px;
  padding: 0.34rem 0.65rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer__links a:hover,
.footer__links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(11, 125, 255, 0.56);
  box-shadow: 0 8px 16px rgba(11, 125, 255, 0.15);
  outline: none;
}

.footer__copy {
  margin-top: 0.72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  animation: reveal-up 0.7s ease forwards;
}

.reveal--late {
  animation-delay: 0.2s;
}

.feature.reveal:nth-child(2),
.feature.reveal:nth-child(5),
.shot.reveal:nth-child(2) {
  animation-delay: 0.12s;
}

.feature.reveal:nth-child(3),
.feature.reveal:nth-child(6),
.shot.reveal:nth-child(3) {
  animation-delay: 0.2s;
}

.advantage-card.reveal:nth-child(2),
.demo-points.reveal {
  animation-delay: 0.12s;
}

.advantage-card.reveal:nth-child(3),
.advantage-card.reveal:nth-child(4) {
  animation-delay: 0.2s;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .topbar {
    border-radius: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
  }

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

  .advantage-grid,
  .comparison,
  .demo-layout {
    grid-template-columns: 1fr;
  }

  .pricing-card__values {
    grid-template-columns: 1fr;
  }

  .onboarding-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar {
    margin-top: 0.75rem;
    border-radius: 16px;
  }

  .nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .nav a {
    padding: 0.28rem 0.42rem;
    font-size: 0.82rem;
  }

  .brand__logo {
    width: 112px;
  }

  .section {
    padding: 3.2rem 0;
  }

  .hero__content,
  .hero__visual,
  .section--cta,
  .section--shots {
    border-radius: 18px;
  }

  .hero__content,
  .hero__visual {
    padding: 1.2rem;
  }

  .section--shots {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .shots-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card__badges,
  .hero-card__proof {
    gap: 0.35rem;
  }

  .hero-card__statline {
    grid-template-columns: 1fr;
  }

  .footer__card {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__logo {
    width: 120px;
    max-width: 100%;
  }

}

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

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
