:root {
  --ink: #10151d;
  --paper: #f3efe6;
  --cream: #fffaf0;
  --line: rgba(16, 21, 29, 0.14);
  --muted: #68717c;
  --green: #34e870;
  --yellow: #f2c94c;
  --blue: #087cff;
  --coal: #050607;
  --display-serif: Didot, "Bodoni 72", "Bodoni 72 Oldstyle", "Hoefler Text", Georgia, serif;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

main {
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: auto;
  overscroll-behavior-y: contain;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.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;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 24px clamp(22px, 4vw, 58px);
  color: #fff;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.hero .site-header {
  position: absolute;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.brand-mascot {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(26, 18, 92, 0.28));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 820;
}

.nav-cta,
.primary-cta {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 840;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.nav-cta {
  grid-column: 3;
  justify-self: end;
}

.site-nav {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  padding: 10px 0;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.message-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: url("/assets/imessagesicon.png") center / contain no-repeat;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 2.4vh, 26px);
  padding: clamp(116px, 13vh, 154px) clamp(18px, 4vw, 58px) clamp(18px, 2vh, 28px);
  overflow: hidden;
  color: #fff;
  background: var(--coal);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  transform: scale(1);
  transform-origin: center;
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.68) 84%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.68));
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
  flex: 0 0 auto;
}

.proof-line,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.status-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(52, 232, 112, 0.14);
}

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

h1 {
  margin-bottom: 14px;
  font-family: var(--display-serif);
  font-size: clamp(3.2rem, 4vw, 5.05rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.hero-summary {
  width: min(640px, 100%);
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 1.5;
}

.hero-cta,
.primary-cta {
  min-width: 172px;
  min-height: 54px;
}

.hero-cta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 42px;
  min-height: 70px;
  background: rgba(24, 24, 22, 0.94);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 3px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.38);
  font-size: 1.22rem;
  font-weight: 840;
}

.hero-cta .message-icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
}

.hero-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

.primary-cta {
  box-shadow: none;
}

.primary-cta:disabled {
  opacity: 0.72;
  cursor: progress;
}

.form-status {
  min-height: 20px;
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-status.is-success {
  color: #187b43;
}

.form-status.is-error {
  color: #b42318;
}

.phone-stage {
  position: relative;
  z-index: 3;
  left: auto;
  bottom: auto;
  transform: none;
  width: min(310px, 74vw);
  flex: 0 1 auto;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(14px);
  animation: modal-fade 180ms ease both;
}

.modal-backdrop[hidden] {
  display: none;
}

.waitlist-modal {
  position: relative;
  width: min(480px, 100%);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  padding: 34px 36px 28px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  background: var(--cream);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.46);
  text-align: center;
  animation: modal-rise 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 21, 29, 0.06);
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus-visible {
  background: rgba(16, 21, 29, 0.11);
}

.modal-mascot {
  display: block;
  width: 70px;
  height: 70px;
  margin: -4px auto 14px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(47, 38, 120, 0.18));
}

.waitlist-modal h2 {
  margin: 0 0 10px;
  font-family: var(--display-serif);
  font-size: clamp(2.6rem, 5vw, 3.35rem);
  line-height: 1;
  font-weight: 400;
}

.modal-intro {
  width: min(340px, 100%);
  margin: 0 auto 26px;
  color: var(--muted);
  line-height: 1.5;
}

.waitlist-form {
  display: grid;
  gap: 14px;
  text-align: left;
}

.phone-input,
.optional-email-field input {
  width: 100%;
  min-width: 0;
  min-height: 60px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.phone-input {
  display: flex;
  align-items: center;
  padding: 0 18px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.phone-input > span {
  flex: 0 0 auto;
  padding-right: 14px;
  border-right: 1px solid var(--line);
  color: #8f969f;
  font-weight: 750;
}

.phone-input input {
  width: 100%;
  height: 58px;
  min-width: 0;
  border: 0;
  padding: 0 0 0 14px;
  background: transparent;
  color: var(--ink);
  outline: none;
  font-size: 1.05rem;
}

.phone-input:focus-within,
.optional-email-field input:focus {
  border-color: rgba(16, 21, 29, 0.48);
  box-shadow: 0 0 0 3px rgba(16, 21, 29, 0.1);
  outline: none;
}

.optional-email summary {
  width: fit-content;
  color: var(--muted);
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.optional-email summary::-webkit-details-marker {
  display: none;
}

.optional-email summary > span {
  display: inline-block;
  width: 18px;
  color: var(--ink);
  font-size: 1.05rem;
}

.optional-email summary small {
  font-size: inherit;
  font-weight: 560;
}

.optional-email-field {
  margin-top: 12px;
}

.optional-email-field input {
  height: 58px;
  padding: 0 16px;
  font: inherit;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.4;
}

.consent-row input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ink);
}

.consent-row small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 560;
}

.consent-row a,
.legal-page a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.waitlist-form .primary-cta {
  width: 100%;
  min-height: 60px;
  margin-top: 2px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 15px 30px rgba(16, 21, 29, 0.17);
}

.launch-note {
  margin: -2px 0 0;
  text-align: center;
  color: #8f969f;
  font-size: 0.82rem;
  font-weight: 620;
}

@keyframes modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modal-rise {
  from { opacity: 0; transform: translateY(12px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.phone-shell {
  height: min(52svh, 560px);
  min-height: 430px;
  overflow: hidden;
  padding: 20px 16px 24px;
  border: 9px solid #161616;
  border-radius: 46px;
  background: #f8f8fa;
  color: var(--ink);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.5);
}

.phone-top {
  width: 104px;
  height: 26px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #050505;
}

.thread-head {
  display: grid;
  place-items: center;
  gap: 6px;
  margin-bottom: 22px;
}

.orph-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  background: #10131b;
  box-shadow: inset 0 0 0 1px rgba(16, 21, 29, 0.08);
}

.thread {
  display: grid;
  gap: 10px;
}

.bubble {
  position: relative;
  width: fit-content;
  max-width: 88%;
  margin: 0;
  padding: 12px 15px;
  border-radius: 21px;
  font-weight: 700;
  line-height: 1.28;
}

.sent {
  justify-self: end;
  background: var(--blue);
  color: #fff;
  border-bottom-right-radius: 6px;
}

.received {
  justify-self: start;
  background: #e9e9eb;
  color: #171b22;
  border-bottom-left-radius: 6px;
}

.thread .sent::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 14px;
  height: 16px;
  background: var(--blue);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.thread .received::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 14px;
  height: 16px;
  background: #e9e9eb;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.typing {
  display: inline-flex;
  gap: 5px;
  width: fit-content;
  margin: 0;
  padding: 12px 16px;
  border-radius: 999px;
  background: #e1e4ea;
}

.typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9aa2ad;
  animation: bounce 1.2s infinite ease-in-out;
}

.typing span:nth-child(2) {
  animation-delay: 120ms;
}

.typing span:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes bounce {
  0%, 80%, 100% {
    opacity: 0.52;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

.use-cases {
  position: relative;
  z-index: 4;
  height: 100svh;
  min-height: 0;
  display: grid;
  align-content: center;
  overflow: hidden;
  padding: clamp(50px, 6vh, 72px) clamp(18px, 5vw, 76px) clamp(26px, 4vh, 42px);
  background: var(--cream);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.section-heading {
  position: relative;
  width: min(1160px, 100%);
  margin: 0 auto clamp(24px, 3vh, 34px);
  text-align: center;
}

.section-mascot {
  display: block;
  width: clamp(54px, 5.8vw, 82px);
  height: auto;
  margin: 0 auto clamp(10px, 1.5vh, 16px);
  filter: drop-shadow(0 18px 28px rgba(47, 38, 120, 0.16));
}

.section-heading h2 {
  margin-bottom: 14px;
  font-family: var(--display-serif);
  font-size: clamp(2.55rem, 3.95vw, 4.55rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading > p {
  margin: 0;
  color: #8f969f;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 560;
  letter-spacing: 0.01em;
}

.scribble {
  display: none;
  margin: 0;
  color: #1f44c9;
  font: 760 clamp(1.25rem, 2.4vw, 1.9rem) "Bradley Hand", "Comic Sans MS", cursive;
  transform: rotate(-2deg);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  width: min(1720px, 100%);
  margin: 0 auto;
}

.case-card {
  min-height: 0;
  height: min(36vh, 320px);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(12px, 1.5vh, 18px);
  padding: 0 0 0 clamp(12px, 1vw, 18px);
  border: 0;
  border-left: 1px solid rgba(16, 21, 29, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
}

.case-title {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

.case-card h3 {
  margin-bottom: 12px;
  font-family: var(--display-serif);
  font-size: clamp(1.75rem, 2.15vw, 2.45rem);
  font-weight: 400;
  line-height: 1.02;
  color: var(--ink);
}

.case-card h3 em {
  color: #e52626;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82em;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}

.case-card p {
  color: var(--muted);
  line-height: 1.55;
}

.case-description {
  max-width: 37ch;
  margin: 0;
  color: #8f969f;
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  line-height: 1.45 !important;
}

.message-stack {
  align-self: end;
  display: grid;
  gap: 8px;
  padding-top: 8px;
}

.imessage {
  position: relative;
  width: fit-content;
  max-width: min(86%, 400px);
  margin: 0;
  padding: 11px 16px;
  border-radius: 21px;
  font-size: clamp(0.95rem, 1.08vw, 1.08rem);
  font-weight: 520;
  line-height: 1.23;
}

.imessage.sent {
  justify-self: end;
  background: var(--blue);
  color: #fff;
  border-bottom-right-radius: 6px;
}

.imessage.sent::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 14px;
  height: 16px;
  background: var(--blue);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.imessage.received {
  justify-self: start;
  background: #e9eaee;
  color: #191e26;
  border-bottom-left-radius: 6px;
}

.imessage.received::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 14px;
  height: 16px;
  background: #e9eaee;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(26px, 3.5vh, 38px);
}

.section-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 30px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 34px rgba(16, 21, 29, 0.16);
  font-size: 1.02rem;
  font-weight: 760;
}

.faq-section {
  min-height: 100svh;
  padding: clamp(84px, 10vh, 128px) clamp(22px, 6vw, 84px) 32px;
  background: #fbfaf7;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.faq-heading {
  width: min(920px, 100%);
  margin: 0 auto clamp(34px, 5vh, 56px);
  text-align: center;
}

.faq-heading h2 {
  margin-bottom: 0;
  font-family: var(--display-serif);
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  font-weight: 400;
  line-height: 1;
}

.faq-list {
  width: min(900px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 54px 24px 6px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 700;
}

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

.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #747d89;
  border-bottom: 2px solid #747d89;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.faq-list details > p {
  max-width: 72ch;
  margin: -8px 54px 24px 6px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.faq-footer {
  width: min(900px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(48px, 7vh, 80px) auto 0;
  padding-top: 24px;
  color: #8f969f;
  font-size: 0.88rem;
  font-weight: 650;
}

.faq-footer nav {
  display: flex;
  gap: 22px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.site-footer nav {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-weight: 650;
}

.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 120px 20px 80px;
  line-height: 1.7;
}

.legal-page h1 {
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 1;
}

.legal-page h2 {
  margin: 34px 0 8px;
  font-size: 1.2rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .top-note {
    display: none;
  }

  .case-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }

  .case-card {
    height: min(40vh, 360px);
    scroll-snap-align: center;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 16px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 25px;
    height: 25px;
  }

  .brand-mascot {
    width: 34px;
    height: 34px;
  }

  .nav-cta {
    width: 44px;
    min-height: 44px;
    padding: 0;
    font-size: 0;
  }

  .site-nav {
    gap: 16px;
    font-size: 0.8rem;
  }

  .modal-backdrop {
    align-items: end;
    padding: 0;
  }

  .waitlist-modal {
    width: 100%;
    max-height: 94svh;
    padding: 26px 22px calc(22px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 28px 28px 0 0;
    animation-name: modal-sheet-rise;
  }

  .modal-mascot {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
  }

  .waitlist-modal h2 {
    font-size: clamp(2.5rem, 12vw, 3.15rem);
  }

  .modal-intro {
    margin-bottom: 22px;
  }

  @keyframes modal-sheet-rise {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .hero {
    gap: 16px;
    padding: 96px 16px 14px;
  }

  .proof-line,
  .eyebrow {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  h1 {
    font-size: clamp(2.72rem, 10.6vw, 3.45rem);
  }

  .hero-summary {
    font-size: 1rem;
  }

  .phone-stage {
    width: min(318px, calc(100vw - 34px));
  }

  .phone-shell {
    height: min(49svh, 520px);
    min-height: 410px;
    border-width: 8px;
    border-radius: 38px;
  }

  .use-cases {
    padding-top: 88px;
    align-content: start;
  }

  .section-heading h2 {
    font-size: clamp(2.3rem, 10vw, 3.3rem);
  }

  .scribble {
    font-size: 1.2rem;
  }

  .case-grid {
    gap: 16px;
  }

  .case-card {
    height: min(40vh, 360px);
  }

  .faq-section {
    padding: 84px 20px 28px;
  }

  .faq-heading {
    margin-bottom: 30px;
  }

  .faq-heading h2 {
    font-size: clamp(2.55rem, 12vw, 3.6rem);
  }

  .faq-list summary {
    padding: 21px 42px 21px 2px;
  }

  .faq-list details > p {
    margin: -5px 34px 22px 2px;
    font-size: 0.94rem;
  }

  .faq-footer {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 44px;
  }

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

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