/* Time Apps — shared black-on-white system for the static site. */

:root {
  color-scheme: light;

  /* Neutral "paper" tint — warm near-white, chroma kept under 0.02 */
  --paper:        #ffffff;
  --paper-soft:   #f6f5f2;
  --paper-softer: #efeee9;

  /* Ink ramp */
  --ink:    #0f0f0e;   /* primary text, fills, brand */
  --ink-2:  #232321;   /* hover for dark surfaces */
  --muted:  #5d5d57;   /* body / secondary — ~5.6:1 on white (AA) */
  --faint:  #8f8f87;   /* numbers, timestamps — decorative only */

  /* Hairlines */
  --line:        #e7e6e1;
  --line-strong: #d6d4cc;

  /* Surfaces */
  --glass:  rgba(255, 255, 255, 0.72);
  --shadow: 0 22px 70px rgba(17, 17, 17, 0.08);
  --shadow-soft: 0 12px 40px rgba(17, 17, 17, 0.06);

  /* Single focus token — ink, not blue */
  --focus: var(--ink);

  --max: 1120px;
  --font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(17, 17, 17, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.022) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.80) 34%, rgba(255,255,255,0.96));
  z-index: -1;
}

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

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}
/* On dark surfaces, ring flips to paper so it stays visible */
.on-dark:focus-visible {
  outline-color: var(--paper);
  outline-offset: -5px;
}

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

.shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

/* ----------------------------------------------------------------- TOPBAR */
.topbar {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(var(--max), calc(100% - 32px));
  margin: 14px auto 0;
  border: 1px solid rgba(214, 212, 204, 0.85);
  border-radius: 999px;
  background: var(--glass);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: var(--shadow-soft);
}

.topbar-inner {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 8px;
}

.brand {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 760;
  font-size: 15px;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.brand:hover { background: rgba(17, 17, 17, 0.06); color: var(--ink); }
.brand:active { transform: translateY(1px); }

.brand img {
  width: 28px;
  height: 28px;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 14px;
  color: var(--muted);
}

.nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 14px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav a:hover { background: rgba(17, 17, 17, 0.06); color: var(--ink); }
.nav a:active { transform: translateY(1px); }
.nav a[aria-current="page"] { color: var(--ink); background: rgba(17,17,17,0.09); }

.nav .nav-cta {
  color: var(--paper);
  background: var(--ink);
  padding: 10px 18px;
  font-weight: 680;
}
.nav .nav-cta:hover { color: var(--paper); background: var(--ink-2); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(17, 17, 17, 0.06);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}
.nav-toggle:hover { background: rgba(17, 17, 17, 0.10); }
.nav-toggle:active { transform: translateY(1px); }
.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}
.nav-toggle-icon {
  position: relative;
}
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle-icon::before { top: -6px; }
.nav-toggle-icon::after { top: 6px; }
.topbar.is-nav-open .nav-toggle-icon { background: transparent; }
.topbar.is-nav-open .nav-toggle-icon::before { transform: translateY(6px) rotate(45deg); }
.topbar.is-nav-open .nav-toggle-icon::after { transform: translateY(-6px) rotate(-45deg); }

/* Language picker — trigger + searchable menu, built by app.js */
.language-picker {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}
.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  max-width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--muted);
  background: rgba(255,255,255,0.58);
  font: inherit;
  font-size: 13.5px;
  font-weight: 720;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
.language-trigger:hover { background: rgba(17,17,17,0.06); }
.language-trigger:active { transform: translateY(1px); }
.language-trigger::after {
  content: "";
  width: 7px; height: 7px;
  flex: 0 0 auto;
  margin-inline-start: auto;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  opacity: 0.9;
  transform: rotate(45deg) translateY(-2px);
}
.language-picker .language-icon { display: inline-flex; flex: 0 0 auto; width: 18px; height: 18px; color: var(--muted); }
.language-picker .language-icon svg { display: block; width: 18px; height: 18px; stroke-width: 2.1; }
.language-picker .language-value { flex: 0 1 auto; min-width: 0; overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; text-align: start; }

.language-menu {
  position: absolute;
  top: calc(100% + 14px);
  inset-inline-end: 0;
  z-index: 60;
  width: min(320px, calc(100vw - 40px));
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.language-menu[hidden] { display: none; }
.language-search {
  display: block;
  width: calc(100% - 20px);
  margin: 10px 10px 8px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 10px 13px;
  font: inherit;
  font-size: 14.5px;
  color: var(--ink);
  background: var(--paper);
}
.language-search::placeholder { color: var(--faint); }
.language-search:focus-visible { outline: 2px solid var(--focus); outline-offset: 1px; }
.language-list {
  margin: 0;
  padding: 2px 6px 6px;
  list-style: none;
  max-height: 312px;
  overflow: auto;
}
.language-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 14.5px;
  font-weight: 640;
  color: var(--ink);
  cursor: pointer;
}
.language-list li span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.language-list li .lang-en {
  flex: 0 1 48%;
  min-width: 0;
  overflow: hidden;
  color: var(--faint);
  font-size: 12.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: end;
}
.language-list li:hover, .language-list li.is-active { background: var(--paper-softer); }
.language-list li[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.language-list li[aria-selected="true"] .lang-en { color: rgba(255,255,255,0.65); }
.language-empty { padding: 14px 16px; color: var(--muted); font-size: 14px; }

main {
  flex: 1 0 auto;
  overflow-x: clip;
}

/* ----------------------------------------------------------------- BUTTONS */
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 760;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary:hover { background: var(--ink-2); }
.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255,255,255,0.64);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.button-secondary:hover { border-color: var(--ink); }
.arrow { font-size: 19px; line-height: 1; }

/* ----------------------------------------------------------------- HERO */
.hero {
  scroll-margin-top: 98px;
  padding: 80px 0 64px;
}
.hero-copy { max-width: 600px; }
.hero-solo { padding: 96px 0 72px; }
.hero-solo .hero-copy { max-width: 840px; }

h1 {
  margin-bottom: 22px;
  font-size: 72px;
  line-height: 0.97;
  letter-spacing: 0;
  font-weight: 820;
  text-wrap: balance;
}
.lead {
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.45;
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
/* Breadcrumb — interior-page orientation ("where am I"), mono like other meta labels */
.breadcrumb {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  margin-left: -10px;
  margin-bottom: 20px;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--faint);
}
.breadcrumb a,
.breadcrumb [aria-current="page"] {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
}
.breadcrumb a {
  color: var(--muted);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
.breadcrumb a:hover { color: var(--ink); background: rgba(17, 17, 17, 0.06); }
.breadcrumb a:active { transform: translateY(1px); }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }
.breadcrumb .crumb-sep { opacity: 0.55; padding: 0 1px; }

/* Route hero (interior pages) — single column, tighter */
.route-hero { scroll-margin-top: 98px; padding: 56px 0 50px; }
.route-hero .hero-copy { max-width: 760px; }
.route-hero h1 { font-size: 58px; line-height: 1; letter-spacing: 0; }
.route-hero .lead { max-width: 720px; }

/* ----------------------------------------------------------------- SECTIONS */
.section {
  scroll-margin-top: 98px;
  padding: 88px 0;
  border-top: 1px solid rgba(232,231,226,0.8);
}
/* First block of an interior page (e.g. legal docs) aligns with .route-hero's 56px start */
main > .section:first-child { padding-top: 56px; border-top: 0; }

.section-header {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 40px;
}
.section-kicker {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 820;
  text-wrap: balance;
}
.section-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  text-wrap: pretty;
}

/* ----------------------------------------------------------------- PRINCIPLES */
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.principle {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.62);
  padding: 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.principle-number {
  margin-bottom: 30px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.principle h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.16; }
.principle p, .support-card p, .legal-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--ink);
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(17,17,17,0.26);
  text-underline-offset: 4px;
}
.text-link:hover { text-decoration-color: var(--ink); }
.text-link .arrow { font-size: 16px; }

/* ----------------------------------------------------------- HONEST TRUST */
.trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,0.66);
  overflow: hidden;
}
.trust-cell {
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}
.trust-cell:last-child { border-right: 0; }
.trust-cell .t-label {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 12px;
}
.trust-cell .t-value {
  font-size: 17px;
  font-weight: 720;
  line-height: 1.3;
  color: var(--ink);
}
.trust-cell .t-sub {
  margin-top: 6px;
  font-size: 13.5px;
  color: var(--muted);
}
/* ----------------------------------------------------------------- SUPPORT */
.support-grid, .legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.support-card, .legal-card {
  display: flex;
  flex-direction: column;
  min-height: 208px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.66);
  padding: 24px;
}
.support-card h3, .legal-card h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.16; }
.email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ink);
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(17,17,17,0.26);
  text-underline-offset: 4px;
}
.email-link:hover { text-decoration-color: var(--ink); }
.legal-card .text-link { margin-top: auto; padding-top: 18px; }
.support-card .text-link { margin-top: auto; padding-top: 18px; }

/* --------------------------------------------------------------------- FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.faq-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.66);
  padding: 24px;
}
.faq-card h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.18; }
.faq-card p { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.help-center-header { margin-top: clamp(72px, 7vw, 110px); }
.help-center-header + .faq-grid { margin-top: 4px; }

/* ----------------------------------------------------------------- LEGAL DOCS */
.legal-content {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.68);
  padding: 10px;
}
.legal-nav a {
  border-radius: 7px;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}
.legal-nav a:hover, .legal-nav a.active { color: var(--ink); background: var(--paper-soft); }
.legal-doc {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.74);
  padding: 38px 40px;
}
.legal-doc h1 { margin-bottom: 6px; font-size: 42px; line-height: 1.08; letter-spacing: -0.01em; }
.updated { margin-bottom: 24px; color: var(--faint); font-size: 13px; font-weight: 640; }
.legal-doc > p { color: var(--muted); font-size: 15.5px; }
.legal-section { border-top: 1px solid var(--line); padding: 24px 0 4px; }
.legal-section:last-child { padding-bottom: 0; }
.legal-doc h4 { margin: 0 0 10px; font-size: 16px; }
.legal-doc p, .legal-doc li { color: var(--muted); font-size: 15px; line-height: 1.6; }
.legal-doc ul { padding-left: 18px; margin: 0; }
.legal-doc li { margin-bottom: 6px; }
.legal-doc a {
  color: var(--ink); font-weight: 640;
  text-decoration: underline; text-decoration-color: rgba(17,17,17,0.3); text-underline-offset: 3px;
}
.legal-control-note {
  margin: 0 0 26px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 13px 15px;
  color: var(--muted);
  background: var(--paper-soft);
  font-size: 14px;
}

/* Company block — honest trust signal in legal pages */
.company-block {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.66);
  padding: 24px;
}
.company-block p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.company-block strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 12.5px; font-family: var(--mono); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }

/* ----------------------------------------------------------------- FOOTER */
footer {
  margin-top: auto;
  padding: 40px 0 54px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 22px; height: 22px; border-radius: 6px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a {
  text-decoration: underline;
  text-decoration-color: rgba(104,104,100,0.24);
  text-underline-offset: 4px;
}
.footer-links a:hover { color: var(--ink); text-decoration-color: var(--ink); }

/* ============================================================== RESPONSIVE */
@media (max-width: 980px) {
  .hero { padding-top: 64px; }
  .hero-copy { max-width: 100%; }
  .section-header, .legal-content, .company-block { grid-template-columns: 1fr; }
  .principles, .support-grid, .legal-grid { grid-template-columns: 1fr; }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .trust-cell:nth-child(2) { border-right: 0; }
  .trust-cell:nth-child(1), .trust-cell:nth-child(2) { border-bottom: 1px solid var(--line); }
  .trust-cell:last-child { grid-column: 1 / -1; border-right: 0; }
  .legal-nav { position: static; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--max)); }

  .topbar {
    top: 8px;
    width: calc(100% - 20px);
    border-radius: 24px;
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .topbar-inner {
    min-height: 60px;
    align-items: center;
    flex-direction: row;
    padding: 7px 8px;
    gap: 8px;
  }
  .brand {
    max-width: calc(100% - 52px);
    min-width: 0;
    padding: 7px 10px;
  }
  .brand span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-toggle { display: inline-flex; margin-inline-start: auto; }
  .nav {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline: 0;
    z-index: 55;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    border: 1px solid rgba(214, 212, 204, 0.92);
    border-radius: 20px;
    padding: 8px;
    background: var(--paper);
    box-shadow: var(--shadow-soft);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .topbar.mobile-nav-ready:not(.is-nav-open) .nav { display: none; }
  .nav a {
    min-width: 0;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav .nav-cta { display: inline-flex; padding: 8px 12px; }
  .language-picker { display: block; min-width: 0; }
  .language-trigger {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    justify-content: flex-start;
    background: var(--paper-soft);
  }
  .language-menu {
    position: fixed;
    top: auto;
    bottom: max(10px, env(safe-area-inset-bottom));
    inset-inline: 10px;
    display: flex;
    width: auto;
    max-height: min(72dvh, 560px);
    flex-direction: column;
    border-radius: 20px;
  }
  .language-search { flex: 0 0 auto; min-height: 44px; }
  .language-list {
    min-height: 0;
    max-height: none;
    flex: 1 1 auto;
    overscroll-behavior: contain;
    padding-bottom: max(6px, env(safe-area-inset-bottom));
  }
  .language-list li { min-height: 44px; }

  .hero { padding: 40px 0 52px; }
  .hero-solo { padding: 48px 0 52px; }
  h1 { font-size: 44px; line-height: 1.04; }
  .route-hero h1 { font-size: 42px; }
  .lead { font-size: 18px; }
  h2 { font-size: 32px; }
  .section { padding: 60px 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .trust-cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-cell:last-child { border-bottom: 0; }
  .legal-doc { padding: 24px 22px; }
  .legal-nav { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .help-center-header { margin-top: 56px; }
}

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

/* ===================================================================== RTL */
html[dir="rtl"] .trust-cell { border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .trust-cell:last-child { border-left: 0; }
html[dir="rtl"] .legal-doc ul { padding-right: 18px; padding-left: 0; }
html[dir="rtl"] .language-trigger::after { transform: rotate(45deg) translateY(-2px); }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .section-header, html[dir="rtl"] .footer-inner { text-align: right; }
