/* FlowStack home3 — 严格对齐根目录 style.md（ChicPage / 全黑 CTA） */

:root {
  --background: #f9fafb;
  --foreground: #101112;
  --card: #ffffff;
  --card-foreground: #101112;
  --popover: #ffffff;
  --popover-foreground: #101112;
  --primary: #000000;
  --primary-foreground: #ffffff;
  --secondary: #f4f4f5;
  --secondary-foreground: #18181b;
  --muted: #f4f4f5;
  --muted-foreground: #71717a;
  --accent: #f4f4f5;
  --accent-foreground: #18181b;
  --destructive: #ef4444;
  --destructive-foreground: #fafafa;
  --border: rgba(0, 0, 0, 0.06);
  --input: #e4e4e7;
  --ring: #a1a1aa;
  --radius: 1.25rem;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #9f9fa9;
  --zinc-500: #71717a;
  --zinc-600: #52525c;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --shadow-floating: 0 20px 40px -15px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.05);
  --shadow-premium: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 24px rgba(0, 0, 0, 0.05);
  --container-max: 80rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.015em;
  color: var(--foreground);
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

.mesh-bg {
  background-color: var(--background);
  background-image:
    radial-gradient(ellipse 80% 50% at 0% -20%, rgba(99, 102, 241, 0.08), transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(139, 92, 246, 0.06), transparent 45%),
    radial-gradient(ellipse 50% 30% at 100% 100%, rgba(244, 63, 94, 0.05), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  background-attachment: fixed;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--primary);
  color: var(--primary-foreground);
  border-radius: var(--radius);
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

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

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container--narrow {
  max-width: 48rem;
}
.text-center {
  text-align: center;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid var(--border);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--zinc-900);
  font-weight: 700;
  font-size: 1.125rem;
}

.site-logo__mark {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  background: var(--zinc-900);
  box-shadow: var(--shadow-premium);
}

.site-logo__mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.95rem;
  height: 0.95rem;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3C/svg%3E");
}

.site-logo__mark--sm {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 8px;
}

.site-logo__mark--sm::before {
  width: 0.62rem;
  height: 0.62rem;
}

.site-logo__text {
  letter-spacing: -0.02em;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--zinc-200);
  border-radius: 14px;
  background: var(--card);
  color: var(--zinc-700);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.nav-toggle:hover {
  background: var(--zinc-100);
}
.nav-toggle .icon--nav-close {
  display: none;
}
.nav-toggle[aria-expanded="true"] .icon--nav-open {
  display: none;
}
.nav-toggle[aria-expanded="true"] .icon--nav-close {
  display: block;
}

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

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__list li {
  display: flex;
  align-items: center;
}

.site-nav__list a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--muted-foreground);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-nav__list a:hover {
  color: var(--zinc-900);
}

.icon--nav-item {
  width: 0.9rem;
  height: 0.9rem;
  stroke-width: 1.9;
  color: currentColor;
  position: relative;
  top: -0.02em;
}

.site-nav__cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--card), 0 0 0 4px var(--ring);
}

.btn--primary {
  background: var(--primary);
  color: var(--primary-foreground);
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.12);
}
.btn--primary:hover {
  background: var(--zinc-800);
}

.btn--primary-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

.btn--secondary {
  background: var(--zinc-100);
  color: var(--zinc-900);
  border-color: transparent;
}
.btn--secondary:hover {
  background: #ebebed;
}

.btn--demo-outline {
  background: #ffffff;
  color: var(--zinc-900);
  border-color: #e9e9ee;
}

.btn--demo-outline:hover {
  background: #f3f4f6;
  border-color: #e4e4e7;
}

.btn--lg {
  padding: 0.85rem 1.5rem;
  font-size: 0.9375rem;
}

.btn--ghost {
  background: transparent;
  color: var(--zinc-700);
}
.btn--ghost:hover {
  background: var(--zinc-100);
}

.btn--block {
  width: 100%;
}

/* Icons (Lucide SVG) */
.icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.75;
  color: var(--zinc-600);
  flex-shrink: 0;
}
.btn--primary .icon {
  color: rgba(255, 255, 255, 0.92);
}
.icon--sm {
  width: 1rem;
  height: 1rem;
}
.icon--xs {
  width: 0.875rem;
  height: 0.875rem;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(4rem, 10vw, 6rem);
  position: relative;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, #e7e5e4 1px, transparent 1px),
    linear-gradient(to bottom, #e7e5e4 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 0 0;
  mask-image: repeating-linear-gradient(to right, black 0px, black 3px, transparent 3px, transparent 8px),
    repeating-linear-gradient(to bottom, black 0px, black 3px, transparent 3px, transparent 8px),
    radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%);
  -webkit-mask-image: repeating-linear-gradient(to right, black 0px, black 3px, transparent 3px, transparent 8px),
    repeating-linear-gradient(to bottom, black 0px, black 3px, transparent 3px, transparent 8px),
    radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}

.hero__content,
.hero__visual {
  min-width: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.section__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--zinc-600);
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}

.hero__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--foreground);
}

.hero__typewriter {
  display: inline-block;
  min-height: 1.2em;
  position: relative;
  white-space: nowrap;
  width: 10em;
  overflow: hidden;
}

.hero__typewriter::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.95em;
  margin-left: 0.12em;
  background: currentColor;
  vertical-align: -0.08em;
  animation: type-caret-blink 0.9s step-end infinite;
}

@keyframes type-caret-blink {
  0%,
  48% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.hero__lead {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  color: var(--muted-foreground);
  max-width: 38rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--zinc-700);
  background: var(--zinc-100);
  border-radius: 20px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__actions--center {
  justify-content: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-floating);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  max-width: 28rem;
  margin-inline: auto;
}

.hero__visual {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.hero__visual img {
  width: 100%;
}

.trust-strip {
  padding-bottom: 1.5rem;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(228, 228, 231, 0.75);
  border-radius: 12px;
  overflow: hidden;
}

.trust-strip__label {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--zinc-500);
  white-space: nowrap;
}

.trust-strip__marquee {
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.trust-strip__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: trust-marquee 24s linear infinite;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #1f2024;
  white-space: nowrap;
}

.brand__name {
  font-size: clamp(0.82rem, 1.1vw, 1.12rem);
  line-height: 1;
  font-weight: 700;
  font-family: "Manrope", "Inter", sans-serif;
  letter-spacing: -0.01em;
}

.brand .icon--brand {
  width: 1.2em;
  height: 1.2em;
  color: #1f2024;
  stroke-width: 1.9;
}

.trust-strip__marquee:hover .trust-strip__track {
  animation-play-state: paused;
}

@keyframes trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 1.25rem));
  }
}

.hero__mock-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--zinc-200);
}

.hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--zinc-200);
}
.hero__dot:first-child {
  background: #fca5a5;
}
.hero__dot:nth-child(2) {
  background: #fcd34d;
}
.hero__dot:nth-child(3) {
  background: #86efac;
}

.hero__mock-title {
  margin-left: auto;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--zinc-400);
  font-family: "Fira Code", ui-monospace, monospace;
  letter-spacing: 0.04em;
}

.hero__mock-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--zinc-700);
}
.hero__mock-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero__mock-list .icon {
  color: var(--zinc-400);
}

/* Sections */
.section {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}



.section--cta {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, var(--zinc-50) 0%, #fff 100%);
}

.section-head {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zinc-400);
  margin: 0 0 0.5rem;
}

.icon--kicker {
  width: 0.78rem;
  height: 0.78rem;
  stroke-width: 2;
  color: currentColor;
}

.section__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--foreground);
}

.section__desc {
  margin: 0;
  font-size: 1rem;
  color: var(--muted-foreground);
}

.card {
  background: var(--card);
  border: 1px solid rgba(228, 228, 231, 0.55);
  border-radius: 16px;
  box-shadow: var(--shadow-premium);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.card:hover {
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.08);
}

.card--compact {
  padding: 1.25rem 1.35rem;
}

/* Feature list */
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  counter-reset: feat;
}

.feature-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  align-items: start;
}

.feature-row__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: var(--zinc-100);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-row__icon .icon {
  color: var(--zinc-600);
}

.feature-row__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--zinc-900);
}

.feature-row__desc {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  color: var(--muted-foreground);
}

.bullet-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--zinc-600);
  font-size: 0.875rem;
}
.bullet-list li {
  margin-bottom: 0.35rem;
}

/* 技术亮点：浅灰底 + 4×3 居中卡片（对齐产品截图） */
.section--tech {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f8f9fa;
}

.section--tech::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: transparent;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.2) 1.1px, transparent 0);
  background-size: 18px 18px;
  opacity: 0.42;
}

.section--tech > .container {
  position: relative;
  z-index: 1;
}

.section-head--tech .section__title {
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
}

.section__desc--tech {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
  font-size: 1rem;
}

.tech-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tech-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.tech-card {
  background: #ffffff;
  border-radius: 8px;
  padding: clamp(1.75rem, 3vw, 2.25rem) 1.5rem;
  text-align: center;
  border: 1px solid rgba(228, 228, 231, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.1), 0 4px 12px -4px rgba(0, 0, 0, 0.06);
}

.tech-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 1rem;
  display: block;
  color: var(--foreground);
  stroke-width: 1.75;
}

.tech-card__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--foreground);
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.tech-card__desc {
  margin: 0;
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1.65;
}

/* Cases */
.case-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .case-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.case-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.case-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-card__industry {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--zinc-600);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.case-card__icon {
  color: var(--zinc-400);
}

.case-card__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--zinc-900);
}

.case-card__desc {
  margin: 0;
  flex: 1;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.case-card__stats {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid var(--zinc-200);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: var(--zinc-600);
}
.case-card__stats strong {
  color: var(--zinc-900);
  font-weight: 700;
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pricing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: -1rem 0 1.5rem;
}

.pricing-card {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card--featured {
  border-color: var(--zinc-900);
  box-shadow: var(--shadow-floating);
}

.pricing-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  background: var(--zinc-900);
  color: #fff;
}

.pricing-card__name {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 1.5em;
}

.pricing-card__price {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  min-height: 2.3rem;
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.pricing-card__price--custom {
  font-size: 1.5rem;
  min-height: 2.3rem;
}

.pricing-card__currency {
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: super;
  margin-right: 0.15rem;
}

.pricing-card__period {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted-foreground);
}

.pricing-card__save {
  display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  background: var(--zinc-100);
  color: var(--zinc-600);
  font-size: 0.68rem;
  font-weight: 600;
  vertical-align: middle;
}

.pricing-card__note {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: var(--muted-foreground);
  min-height: 3.4rem;
}

.pricing-card__features {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.875rem;
  color: var(--zinc-700);
  flex: 1;
  border-top: 1px dashed var(--zinc-200);
  padding-top: 0.9rem;
}
.pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.pricing-card__features .icon {
  color: var(--zinc-500);
  margin-top: 0.2rem;
}

.pricing-card__caption {
  margin: 0.45rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted-foreground);
  min-height: 1.1rem;
}

.pricing-footnote {
  margin: 1rem auto 0;
  max-width: 62rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--zinc-500);
}

/* App store section */
.section--apps {
  padding-top: 2.25rem;
}

/* Demo booking page */
.demo-page-main {
  padding-top: 1rem;
}

body.demo-page {
  background: #f8f9fa;
  background-image: none;
}

.section--demo {
  padding-block: clamp(0rem, 4vw, 0rem);
}

.demo-title-zone {
  margin-block: clamp(3rem, 2vw, 3rem);
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}

.demo-booking {
  display: grid;
  gap: 1rem;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  border-radius: 1.35rem;
  border: 1px solid rgba(228, 228, 231, 0.9);
  background: rgba(255, 255, 255, 0.96);
}

.demo-booking__intro {
  max-width: 36rem;
  margin-inline: auto;
}

.demo-booking__title {
  margin: 0.65rem 0 1rem;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.demo-booking__lead {
  margin: 0;
  color: var(--zinc-600);
  font-size: 1.02rem;
}

.demo-form {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: clamp(0.9rem, 1.6vw, 1.2rem);
  border: none;
  background: transparent;
  box-shadow: none;
}

.demo-form:hover {
  box-shadow: none;
}

.demo-form__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.demo-form__body {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: 1fr;
}

.demo-field {
  display: grid;
  gap: 0.45rem;
}

.demo-field span {
  font-size: 0.875rem;
  color: var(--zinc-700);
  font-weight: 600;
}

.demo-field input,
.demo-field select,
.demo-field textarea {
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid #d4d4d8;
  border-radius: 0.85rem;
  padding: 0.7rem 0.9rem;
  font: inherit;
  font-size: 1rem;
  color: var(--zinc-800);
  background: #fcfcfc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.demo-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--zinc-500) 50%),
    linear-gradient(135deg, var(--zinc-500) 50%, transparent 50%);
  background-position:
    calc(100% - 1.15rem) calc(50% + 0.08rem),
    calc(100% - 0.85rem) calc(50% + 0.08rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
}

.demo-field textarea {
  resize: vertical;
  min-height: 8.6rem;
  line-height: 1.6;
}

.demo-field input:focus-visible,
.demo-field select:focus-visible,
.demo-field textarea:focus-visible {
  outline: none;
  border-color: #a1a1aa;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(161, 161, 170, 0.18);
}

.demo-field input.is-invalid,
.demo-field select.is-invalid,
.demo-field textarea.is-invalid {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.demo-field input.is-invalid:focus-visible,
.demo-field select.is-invalid:focus-visible,
.demo-field textarea.is-invalid:focus-visible {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.16);
}

.demo-field--full,
.demo-form__body .btn {
  grid-column: 1 / -1;
}

.demo-contact {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: clamp(1rem, 1.8vw, 1.35rem) 0 0 clamp(2rem, 2vw, 2.4rem);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.demo-contact__title {
  margin: 0 0 0.85rem;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

.demo-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  flex: 1;
}

.demo-contact__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  min-height: 0;
  border-bottom: 1px solid rgba(212, 212, 216, 0.45);
}

.demo-contact__item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demo-contact__item:last-child {
  border-bottom: none;
}

.demo-contact__icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border: 1px solid rgba(113, 113, 122, 0.3);
  border-radius: 9999px;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.9);
  stroke-width: 1.85;
  color: var(--zinc-700);
}

.demo-contact__label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--zinc-900);
}

.demo-contact__value {
  margin: 0.3rem 0 0;
  font-size: 1rem;
  color: var(--zinc-600);
}

@media (min-width: 980px) {
  .demo-booking {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
    align-items: stretch;
  }

  .demo-contact {
    border-left: 1px solid rgba(212, 212, 216, 0.75);
  }

  .demo-contact__list {
    height: 100%;
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 979px) {
  .demo-contact {
    padding-left: 0;
    padding-top: 0.6rem;
    border-left: none;
    border-top: 1px solid rgba(212, 212, 216, 0.65);
  }

  .demo-contact__title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .demo-contact__item {
    gap: 0.85rem;
    padding: 0.85rem 0;
  }

  .demo-contact__icon {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.45rem;
  }

  .demo-contact__label {
    font-size: 0.95rem;
    font-weight: 700;
  }

  .demo-contact__value {
    margin-top: 0.35rem;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.apps-card {
  border: 1px solid rgba(228, 228, 231, 0.7);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-premium);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.apps-card__title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.apps-card__desc {
  margin: 0;
  max-width: 36rem;
  color: var(--muted-foreground);
}

.apps-card__actions {
  margin-top: 1.35rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--zinc-200);
  border-top: 1px solid var(--zinc-200);
}

.apps-grid__item {
  min-height: 92px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--zinc-200);
  border-bottom: 1px solid var(--zinc-200);
}

.apps-grid__logo {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
}

.apps-grid__logo .icon {
  width: 1.4rem;
  height: 1.4rem;
  color: #fff;
}

.apps-grid__logo--outlook { background: #2b68d9; }
.apps-grid__logo--meet { background: #2dbb66; }
.apps-grid__logo--calendar { background: #3d78ff; }
.apps-grid__logo--teams { background: #6a67d8; }
.apps-grid__logo--remote { background: #111827; }
.apps-grid__logo--zoom { background: #3b82f6; }
.apps-grid__logo--analytics { background: #f59e0b; }
.apps-grid__logo--events { background: #ef4444; }

@media (min-width: 992px) {
  .apps-card {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }
}

/* Testimonials */
.testimonials-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-height: 46.25rem;
  padding: 0.6rem;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}

.testimonials-column {
  padding: 0.25rem;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.3rem 0.2rem;
  animation: testimonials-scroll 18s linear infinite;
  will-change: transform;
}

.testimonials-column--middle .testimonials-track {
  animation-duration: 22s;
}

.testimonials-column--fast .testimonials-track {
  animation-duration: 16s;
}

@media (min-width: 768px) {
  .testimonials-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .testimonials-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.testimonial {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.testimonial__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-left: auto;
}

.testimonial__star-icon {
  width: 0.78rem;
  height: 0.78rem;
  color: var(--primary);
  fill: none;
  stroke-width: 1.6;
}

.testimonial__star-icon.is-filled {
  fill: currentColor;
}

.testimonial__text {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--zinc-700);
  line-height: 1.65;
}

.testimonial__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial__avatar-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--zinc-900);
}

.testimonial__role {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: var(--muted-foreground);
}

@keyframes testimonials-scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

/* FAQ */
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#faq .container--narrow {
  max-width: 68rem;
}

.faq-item {
  overflow: hidden;
  padding: 0;
}

.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: left;
  color: var(--zinc-900);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.faq-item__trigger:hover {
  background: var(--zinc-50);
}
.faq-item__trigger:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--ring);
}

.faq-item__chevron {
  color: var(--zinc-400);
  transition: transform 0.25s ease;
}
.faq-item.is-open .faq-item__chevron {
  transform: rotate(180deg);
}

.faq-item__panel {
  padding: 0 1.25rem 1.15rem;
  font-size: 0.875rem;
  color: var(--muted-foreground);
  line-height: 1.65;
}
.faq-item__panel[hidden] {
  display: none;
}
.faq-item__panel p {
  margin: 0;
}

/* Footer CTA */
.footer-cta__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.footer-cta__lead {
  margin: 0 auto 2rem;
  max-width: 32rem;
  color: var(--muted-foreground);
  font-size: 1rem;
}

/* Site footer */
.site-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  background: var(--card);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.site-footer__links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__links a {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  text-decoration: none;
}
.site-footer__links a:hover {
  color: var(--zinc-900);
}

/* Mobile nav */
@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 4rem 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .site-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.75rem 0;
  }

  .site-nav__list li {
    width: 100%;
    border-bottom: 1px solid var(--zinc-100);
  }

  .site-nav__list a {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 1rem 0.1rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .site-nav__list .icon--nav-item {
    top: 0;
    width: 1rem;
    height: 1rem;
    stroke-width: 2;
  }

  .site-nav__cta {
    flex-direction: column;
    padding-top: 1rem;
  }

  .site-nav__cta .btn {
    width: 100%;
  }

  .trust-strip__inner {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
  }

  .trust-strip__label {
    font-size: 0.75rem;
  }

  .trust-strip__track {
    gap: 1.5rem;
    animation-duration: 18s;
  }

  .hero__typewriter {
    white-space: normal;
    width: auto;
    max-width: 100%;
  }

  .hero__actions {
    flex-wrap: nowrap;
    gap: 0.55rem;
  }

  .hero__actions .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.85rem 1rem;
    font-size: 0.9375rem;
    white-space: nowrap;
  }

  .hero__actions .icon {
    width: 1rem;
    height: 1rem;
  }
}

/* Login / register page */
body.auth-page {
  background: #f5f5f5;
  background-image: none;
}

.auth-page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(100dvh, 100vh);
  padding: clamp(1.5rem, 4vw, 2.5rem) 1.25rem clamp(2rem, 5vw, 3rem);
  padding-top: clamp(1rem, 3vw, 1.5rem);
}

.auth-layout {
  width: 100%;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.auth-card {
  width: 100%;
  padding: clamp(1.75rem, 4vw, 2.25rem);
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 32px -12px rgba(0, 0, 0, 0.08);
}

.auth-page .auth-card.card:hover {
  transform: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 32px -12px rgba(0, 0, 0, 0.08);
}

.auth-card__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

/* Same graphic as header .site-logo__mark; slightly larger for the card */
.auth-card__brand .site-logo__mark {
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
}

.auth-card__brand .site-logo__mark::before {
  width: 1.425rem;
  height: 1.425rem;
}

.auth-card__title {
  margin: 0;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--zinc-900);
}

.auth-card__subtitle {
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 0.875rem;
  color: var(--zinc-500);
  line-height: 1.5;
}

.auth-tabs {
  display: flex;
  margin: 1.35rem 0 1.25rem;
  padding: 0.2rem;
  border-radius: 9999px;
  background: #f0f0f0;
  gap: 0.15rem;
}

.auth-tabs__btn {
  flex: 1;
  border: none;
  padding: 0.5rem 0.75rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--zinc-500);
  background: transparent;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.auth-tabs__btn.is-active {
  background: #ffffff;
  color: var(--zinc-900);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.auth-tabs__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--card), 0 0 0 4px var(--ring);
}

.auth-panel {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* Ensure hidden panel stays off-screen; author `display:flex` can override UA [hidden] in some cases */
.auth-panel[hidden] {
  display: none !important;
}

.auth-tabs[hidden] {
  display: none !important;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.auth-field__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--zinc-700);
}

.auth-field input[type="email"],
.auth-field input[type="password"],
.auth-field input[type="text"] {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  font: inherit;
  font-size: 0.9375rem;
  color: var(--zinc-900);
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.65rem;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.auth-field input[type="email"]:hover,
.auth-field input[type="password"]:hover,
.auth-field input[type="text"]:hover {
  border-color: rgba(0, 0, 0, 0.18);
}

.auth-field input::placeholder {
  color: var(--zinc-400);
}

.auth-field input:focus-visible {
  outline: none;
  background: #ffffff;
  border-color: var(--zinc-300);
  box-shadow: 0 0 0 3px rgba(161, 161, 170, 0.2);
}

.auth-field input.is-invalid,
.auth-otp__digit.is-invalid {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.auth-field input.is-invalid:focus-visible,
.auth-otp__digit.is-invalid:focus-visible {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.16);
}

.auth-field__inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
}

.auth-field__inline input {
  flex: 1 1 10rem;
  min-width: 0;
}

.btn--verify {
  flex-shrink: 0;
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--zinc-700);
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.65rem;
  cursor: pointer;
  transition: background 0.15s ease;
}

.btn--verify:hover {
  background: #e8e8e8;
}

.btn--verify:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--card), 0 0 0 4px var(--ring);
}

.auth-hint {
  margin: -0.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--zinc-500);
}

.auth-field__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--zinc-500);
  user-select: none;
}

.auth-remember input[type="checkbox"] {
  width: 0.8125rem;
  height: 0.8125rem;
  margin: 0;
  accent-color: var(--zinc-900);
}

.auth-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--zinc-500);
  text-decoration: none;
}

.auth-link:hover {
  color: var(--zinc-800);
  text-decoration: none;
}

button.auth-link {
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: inherit;
  font-size: 14px;
}

.auth-forgot-banner {
  margin: 0 0 1.25rem;
  text-align: center;
}

.auth-forgot-back {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 0.75rem;
}

.auth-forgot-title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--zinc-900);
}

.auth-forgot-sub {
  margin: 0.4rem 0 0;
  font-size: 0.875rem;
  color: var(--zinc-500);
  line-height: 1.5;
}

.auth-toast {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.75rem;
  max-width: min(calc(100vw - 2rem), 28rem);
  padding: 0.75rem 0.95rem;
  color: #ffffff;
  background: rgba(17, 17, 17, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -0.9rem);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.18s ease-out, opacity 0.18s ease-out;
}

.auth-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.auth-toast__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  stroke-width: 2.2;
  color: currentColor;
}

.auth-toast__text {
  font-size: 0.875rem;
  line-height: 1.45;
}

.auth-otp {
  display: flex;
  gap: 0.45rem;
  justify-content: space-between;
}

.auth-otp__digit {
  width: 100%;
  min-width: 0;
  aspect-ratio: 1;
  max-height: 2.75rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  padding: 0;
  color: var(--zinc-900);
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.55rem;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.auth-otp__digit:hover {
  border-color: rgba(0, 0, 0, 0.18);
}

.auth-otp__digit:focus-visible {
  outline: none;
  background: #ffffff;
  border-color: var(--zinc-300);
  box-shadow: 0 0 0 3px rgba(161, 161, 170, 0.2);
}

.auth-submit {
  margin-top: 0.35rem;
}

.auth-legal {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--zinc-500);
  text-align: center;
}

.auth-legal a {
  color: var(--zinc-600);
  text-decoration: none;
}

.auth-legal a:hover {
  color: var(--zinc-900);
}

.auth-back {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--zinc-500);
  text-decoration: none;
}

.auth-back:hover {
  color: var(--zinc-900);
}

@media (max-width: 420px) {
  .auth-field__inline {
    flex-direction: column;
  }

  .btn--verify {
    width: 100%;
  }

  .auth-otp {
    gap: 0.3rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .card,
  .tech-card,
  .btn,
  .auth-toast,
  .faq-item__chevron,
  .trust-strip__track {
    transition: none;
  }
  .tech-card:hover {
    transform: none;
  }
  .trust-strip__track {
    animation: none;
  }
  .testimonials-track {
    animation: none;
  }
}
