:root {
  color-scheme: light;
  --brand: #362212;
  --brand-pressed: #24160c;
  --brand-mid: #5b3e26;
  --brand-soft: #f2ece8;
  --canvas: #f8f6f4;
  --paper: #ffffff;
  --overlay: #fdfbf9;
  --ink: #1c1917;
  --muted: #625c57;
  --quiet: #8a837d;
  --line: #e7e2de;
  --line-strong: #d6cfc9;
  --success: #1a7a4a;
  --success-soft: #ebf5ef;
  --danger: #b42318;
  --danger-soft: #fff1ef;
  --shadow-sm: 0 8px 24px rgba(54, 34, 18, .07);
  --shadow-lg: 0 26px 70px rgba(54, 34, 18, .13);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --content: 1180px;
  --reading: 760px;
}

@font-face {
  font-family: "Alexandria";
  src: url("/assets/Alexandria-Variable.ttf?v=2") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--canvas);
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 5%, rgba(91, 62, 38, .08), transparent 24rem),
    var(--canvas);
  color: var(--ink);
  font-family: "Alexandria", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

html[dir="rtl"] body {
  font-family: "Alexandria", Tahoma, "Segoe UI", Arial, sans-serif;
}

[hidden] { display: none !important; }
html[data-language="en"] [data-lang="ar"],
html[data-language="ar"] [data-lang="en"] { display: none !important; }

img { max-width: 100%; }

a {
  color: var(--brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover { color: var(--brand-mid); }

button,
a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

:focus-visible {
  outline: 3px solid rgba(54, 34, 18, .34);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--paper);
  color: var(--brand);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

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

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

.reading-width { max-width: var(--reading); }

.topbar {
  position: sticky;
  inset-block-start: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(231, 226, 222, .84);
  background: rgba(253, 251, 249, .88);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(54, 34, 18, .16);
}

.nav-cluster,
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-cluster { gap: 26px; }
.nav-links { gap: 7px; }
.nav-actions { gap: 10px; }

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 11px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: var(--brand-soft);
  color: var(--brand);
}

.language-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--paper);
  color: var(--brand);
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.language-toggle:hover {
  border-color: var(--brand-mid);
  background: var(--brand-soft);
  transform: translateY(-1px);
}

.language-toggle:active { transform: translateY(1px); }

.language-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(112deg, rgba(242, 236, 232, .98), rgba(253, 251, 249, .86)),
    var(--overlay);
}

.hero::after {
  content: "";
  position: absolute;
  inset-block: -10rem;
  inset-inline-end: -8rem;
  width: 34rem;
  border: 1px solid rgba(91, 62, 38, .12);
  border-radius: 50%;
  transform: rotate(-18deg);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
  padding-block: 84px 92px;
}

.hero--compact .hero-grid {
  min-height: 390px;
  grid-template-columns: minmax(0, 1fr) 300px;
  padding-block: 68px 76px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--brand-mid);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[dir="rtl"] .eyebrow { letter-spacing: 0; }

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin-block-start: 0;
  color: var(--ink);
  line-height: 1.16;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  margin-block-end: 22px;
  font-size: clamp(42px, 5.6vw, 68px);
  font-weight: 800;
  letter-spacing: -.055em;
}

html[dir="rtl"] h1 { letter-spacing: -.025em; }
.hero--compact h1 { font-size: clamp(38px, 4.8vw, 58px); }

.lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.75;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-block-start: 30px;
  flex-wrap: wrap;
}

.button,
.text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.button {
  padding: 0 19px;
  border-radius: 13px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(54, 34, 18, .16);
}

.button:hover {
  background: var(--brand-pressed);
  color: #fff;
  transform: translateY(-2px);
}

.button:active { transform: translateY(1px); }

.button--danger { background: var(--danger); }
.button--danger:hover { background: #8f1d15; }

.text-link { padding-inline: 4px; }

.text-link::after {
  content: "→";
  transition: transform .18s ease;
}

html[dir="rtl"] .text-link::after { content: "←"; }
.text-link:hover::after { transform: translateX(4px); }
html[dir="rtl"] .text-link:hover::after { transform: translateX(-4px); }

.hero-visual {
  position: relative;
  min-height: 350px;
  display: grid;
  place-items: center;
}

.visual-card {
  position: relative;
  width: min(100%, 390px);
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .7);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(18px);
}

.visual-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-block-end: 34px;
  border-radius: 20px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 14px 28px rgba(54, 34, 18, .23);
}

.visual-icon svg { width: 30px; height: 30px; }

.visual-card small {
  display: block;
  color: var(--quiet);
  font-size: 13px;
  font-weight: 700;
}

.visual-card strong {
  display: block;
  margin-block: 7px 20px;
  font-size: 24px;
  line-height: 1.35;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--success);
  font-size: 14px;
  font-weight: 700;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(26, 122, 74, .11);
}

.updated {
  display: inline-flex;
  margin-block-start: 18px;
  color: var(--quiet);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.page-summary {
  position: relative;
  z-index: 6;
  margin-block-start: -36px;
}

.summary-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(214, 207, 201, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 48px rgba(54, 34, 18, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}

.summary-item {
  min-width: 0;
  padding: 22px 26px 24px;
  border-inline-start: 1px solid var(--line);
}

.summary-item:first-child { border-inline-start: 0; }

.summary-item small {
  display: block;
  margin-block-end: 6px;
  color: var(--quiet);
  font-size: 12px;
  font-weight: 650;
}

.summary-item strong {
  display: block;
  color: var(--ink);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.45;
  text-wrap: pretty;
}

.section-band { padding-block: 92px 104px; }
.section-band--paper { background: var(--paper); }
.section-band--soft { background: var(--brand-soft); }

.section-heading {
  max-width: 660px;
  margin-block-end: 44px;
}

.section-heading h2 {
  margin-block-end: 14px;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -.035em;
}

html[dir="rtl"] .section-heading h2 { letter-spacing: -.015em; }

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-areas: "primary secondary" "primary tertiary";
  gap: 18px;
}

.service-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--overlay);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.service-card:first-child {
  grid-area: primary;
  min-height: 458px;
  background: var(--brand);
  color: #fff;
}

.service-card:nth-child(2) { grid-area: secondary; }
.service-card:nth-child(3) { grid-area: tertiary; }

.service-card:hover {
  z-index: 1;
  border-color: var(--brand-mid);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.service-number {
  color: var(--quiet);
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.service-card:first-child .service-number { color: rgba(255, 255, 255, .58); }

.service-card h3 {
  margin-block: 18px 10px;
  font-size: clamp(23px, 3vw, 33px);
}

.service-card:first-child h3,
.service-card:first-child p,
.service-card:first-child a { color: #fff; }

.service-card p {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
}

.service-card a { align-self: flex-start; margin-block-start: 22px; font-weight: 750; }

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 70px;
  align-items: start;
}

.faq-search {
  position: relative;
  margin-block: -12px 30px;
}

.faq-search label {
  display: block;
  margin-block-end: 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.search-field { position: relative; }

.search-field svg {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 17px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: none;
  stroke: var(--quiet);
  stroke-width: 1.8;
  pointer-events: none;
}

.search-field input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px 0 50px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

html[dir="rtl"] .search-field input { padding: 0 50px 0 18px; }

.search-field input::placeholder { color: var(--quiet); }

.search-field input:hover { border-color: var(--brand-mid); }

.search-field input:focus {
  border-color: var(--brand);
  background: var(--overlay);
  box-shadow: 0 0 0 4px rgba(54, 34, 18, .1);
}

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

.faq-empty {
  margin-block: 24px 0;
  padding: 24px;
  border-radius: var(--radius-sm);
  background: var(--brand-soft);
  color: var(--muted);
  text-align: center;
}

.faq-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}

.faq-index {
  color: var(--quiet);
  font-size: 13px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.faq-item h3 { margin-block-end: 10px; font-size: 21px; }
.faq-item p { max-width: 65ch; margin: 0; color: var(--muted); }

.support-aside {
  position: sticky;
  inset-block-start: 108px;
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--brand);
  color: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow-lg);
}

.support-aside h2 { margin-block-end: 12px; color: #fff; font-size: 25px; }
.support-aside p { margin-block: 0 24px; }
.support-aside .button { width: 100%; background: #fff; color: var(--brand); box-shadow: none; }
.support-aside .button:hover { background: var(--brand-soft); }
.support-email { display: block; margin-block-start: 16px; color: #fff; font-size: 13px; text-align: center; }

.legal-shell { padding-block: 72px 110px; }

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, var(--reading));
  justify-content: space-between;
  gap: 64px;
  align-items: start;
}

.legal-index {
  position: sticky;
  inset-block-start: 110px;
  padding-inline-start: 16px;
  border-inline-start: 2px solid var(--line);
}

.legal-index strong {
  display: block;
  margin-block-end: 12px;
  color: var(--ink);
  font-size: 13px;
}

.legal-index a {
  display: block;
  padding-block: 6px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.legal-index a:hover { color: var(--brand); }

.legal-content {
  min-width: 0;
  counter-reset: legal-section;
}

.legal-section {
  position: relative;
  padding-block: 38px;
  padding-inline-start: 62px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 100px;
  counter-increment: legal-section;
}

.legal-section::before {
  content: counter(legal-section, decimal-leading-zero);
  position: absolute;
  inset-block-start: 43px;
  inset-inline-start: 0;
  color: var(--brand-mid);
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.legal-section:first-child { padding-block-start: 0; }
.legal-section:first-child::before { inset-block-start: 5px; }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { margin-block-end: 16px; font-size: 28px; }
.legal-section h3 { margin-block: 24px 8px; font-size: 19px; }
.legal-section p { margin-block: 0 16px; color: var(--muted); }
.legal-section p:last-child { margin-block-end: 0; }
.legal-section ul,
.legal-section ol { margin: 0; padding-inline-start: 22px; color: var(--muted); }
.legal-section li { margin-block: 10px; padding-inline-start: 5px; }
.legal-section strong { color: var(--ink); }

.space-top { margin-block-start: 24px; }
.space-top-sm { margin-block-start: 18px; }

.notice {
  padding: 22px 24px;
  border-inline-start: 4px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--brand-soft);
}

html[dir="rtl"] .notice { border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
.notice p { margin: 0; color: var(--ink); }
.notice--danger { border-color: var(--danger); background: var(--danger-soft); }

.steps {
  display: grid;
  gap: 14px;
  margin-block-start: 24px;
}

.step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.step-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.step strong { display: block; margin-block: 4px 4px; }
.step p { margin: 0; font-size: 14px; }

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border-radius: var(--radius-md);
  background: var(--brand);
  color: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow-lg);
}

.contact-panel h2,
.contact-panel h3 { margin-block-end: 8px; color: #fff; }
.contact-panel p { margin: 0; color: rgba(255, 255, 255, .76); }
.contact-panel .button { background: #fff; color: var(--brand); box-shadow: none; white-space: nowrap; }
.contact-panel .button:hover { background: var(--brand-soft); color: var(--brand-pressed); }

.developer-strip {
  padding-block: 20px;
  border-top: 1px solid var(--line);
  background: var(--brand-soft);
}

.partner-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
}

.partner-bar p { margin: 0; }

.partner-name {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: .02em;
}

footer {
  padding-block: 38px 46px;
  border-top: 1px solid var(--line);
  background: var(--overlay);
  color: var(--quiet);
  font-size: 13px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-row p { margin: 0; }

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

.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--brand); }

@media (max-width: 920px) {
  .nav-cluster { gap: 10px; }
  .nav-links { display: none; }
  .hero-grid,
  .hero--compact .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 68px 74px;
  }
  .hero--compact .hero-visual { display: none; }
  .hero-visual { min-height: 300px; }
  .service-grid { grid-template-columns: 1fr; grid-template-areas: none; }
  .service-card,
  .service-card:first-child,
  .service-card:nth-child(2),
  .service-card:nth-child(3) { grid-area: auto; min-height: 250px; }
  .support-layout { grid-template-columns: 1fr; gap: 42px; }
  .support-aside { position: static; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-index { display: none; }
}

@media (max-width: 720px) {
  .page-summary { margin-block-start: -24px; }
  .summary-panel { grid-template-columns: 1fr; border-radius: 18px; }
  .summary-item { padding: 18px 20px; border-inline-start: 0; border-block-start: 1px solid var(--line); }
  .summary-item:first-child { border-block-start: 0; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--content)); }
  .nav { min-height: 68px; }
  .brand span { display: none; }
  .brand-logo { width: 40px; height: 40px; }
  .language-toggle { padding-inline: 12px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-grid,
  .hero--compact .hero-grid { padding-block: 54px 60px; }
  .hero-visual { min-height: 270px; }
  .visual-card { padding: 25px; }
  .section-band { padding-block: 66px 74px; }
  .section-heading { margin-block-end: 32px; }
  .service-card,
  .service-card:first-child { min-height: 230px; padding: 24px; }
  .faq-item { grid-template-columns: 32px minmax(0, 1fr); gap: 10px; padding-block: 24px; }
  .legal-shell { padding-block: 52px 76px; }
  .legal-section { padding-block: 31px; padding-inline-start: 0; }
  .legal-section::before,
  .legal-section:first-child::before {
    position: static;
    display: block;
    margin-block-end: 10px;
  }
  .legal-section h2 { font-size: 24px; }
  .contact-panel { grid-template-columns: 1fr; padding: 26px; }
  .contact-panel .button { width: 100%; white-space: normal; text-align: center; }
  .step { grid-template-columns: 36px minmax(0, 1fr); padding: 16px; }
  .step-number { width: 32px; height: 32px; }
  .partner-bar { align-items: flex-start; flex-direction: column; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

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

/* ─── Support contact form ──────────────────────────────────────────────── */

.support-form { display: grid; gap: 15px; margin-block-end: 4px; }

.support-form .form-field label {
  display: block;
  margin-block-end: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.support-form input,
.support-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  font: inherit;
  font-size: 15px;
  outline: 0;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.support-form textarea { min-height: 122px; resize: vertical; }

.support-form input::placeholder,
.support-form textarea::placeholder { color: rgba(255, 255, 255, .45); }

.support-form input:hover,
.support-form textarea:hover { border-color: rgba(255, 255, 255, .5); }

.support-form input:focus,
.support-form textarea:focus {
  border-color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .12);
}

.support-form .button:disabled { opacity: .6; cursor: default; }

.form-status {
  margin: 0;
  padding: 14px 16px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.form-status--ok { background: var(--success-soft); color: var(--success); }
.form-status--error { background: var(--danger-soft); color: var(--danger); }
.form-status--error a { color: inherit; font-weight: 700; }

.support-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block: 22px 16px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.support-divider::before,
.support-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .18);
}

.honeypot-field {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
