/* ===================================================================
   Orbipay — the localized checkout for international shoppers
   Dark indigo / gold premium DA · prefix ob-
   Display: Syne · Body: Instrument Sans · Numerals: Martian Mono
   =================================================================== */

:root {
  --indigo: #141a4d;
  --indigo-2: #1a2058;
  --surface: #1e2566;
  --surface-2: #252c75;
  --ivory: #f5f3ec;
  --ivory-2: #d9d8e8;
  --muted: #a7abd0;
  --gold: #f0b429;
  --gold-soft: #f8d27a;
  --sky: #9db4ff;
  --leaf: #6ee0a8;
  --line: rgba(245, 243, 236, 0.12);
  --line-2: rgba(245, 243, 236, 0.22);
  --glow: rgba(240, 180, 41, 0.16);
  --shell: 1200px;
  --r: 16px;
  --r-lg: 22px;
  --font-d: "Syne", "Instrument Sans", system-ui, sans-serif;
  --font-b: "Instrument Sans", system-ui, -apple-system, sans-serif;
  --font-m: "Martian Mono", ui-monospace, "SFMono-Regular", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-b);
  font-size: 17px;
  line-height: 1.62;
  color: var(--ivory);
  background: var(--indigo);
  background-image:
    radial-gradient(900px 520px at 82% -8%, rgba(240, 180, 41, 0.10), transparent 60%),
    radial-gradient(760px 520px at 8% 4%, rgba(157, 180, 255, 0.09), transparent 58%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
svg { max-width: 100%; }
.ob-mock__frame svg, .ob-split__vis svg { width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-d); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; margin: 0; }
p { margin: 0; }
em { font-style: normal; color: var(--gold); }
b, strong { font-weight: 700; }

.ob-shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }
.ob-mono { font-family: var(--font-m); font-feature-settings: "tnum" 1; }

/* ---------- buttons ---------- */
.ob-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-d); font-weight: 600; font-size: 15px;
  border-radius: 999px; padding: 12px 22px; cursor: pointer;
  border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.ob-btn--solid { background: var(--gold); color: #20180a; box-shadow: 0 10px 28px -10px var(--glow); }
.ob-btn--solid:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -12px var(--glow); }
.ob-btn--ghost { background: rgba(245, 243, 236, 0.04); color: var(--ivory); border-color: var(--line-2); }
.ob-btn--ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.ob-btn--sm { padding: 9px 16px; font-size: 14px; }
.ob-btn--lg { padding: 15px 28px; font-size: 16px; }
.ob-btn--wide { width: 100%; justify-content: center; }

/* ---------- header ---------- */
.ob-head { position: sticky; top: 0; z-index: 60; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.ob-head.is-stuck { background: rgba(18, 23, 64, 0.86); backdrop-filter: blur(14px); border-bottom-color: var(--line); box-shadow: 0 14px 40px -28px rgba(0, 0, 0, .8); }
.ob-head__bar { display: flex; align-items: center; gap: 22px; height: 76px; }
.ob-logo { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-d); font-weight: 800; font-size: 22px; letter-spacing: -0.03em; }
.ob-logo em { color: var(--gold); }
.ob-logo__mark { width: 30px; height: 30px; border-radius: 9px; flex: 0 0 auto;
  background:
    radial-gradient(circle at 70% 30%, var(--gold) 0 8%, transparent 9%),
    conic-gradient(from 210deg, var(--gold), var(--sky), var(--gold));
  position: relative; }
.ob-logo__mark::after { content: ""; position: absolute; inset: 6px; border-radius: 6px; border: 2px solid var(--indigo); }
.ob-nav { display: flex; align-items: center; gap: 16px; margin-left: 8px; }
.ob-nav a { font-size: 14px; white-space: nowrap; color: var(--ivory-2); font-weight: 500; transition: color .15s ease; }
.ob-nav a:hover { color: var(--gold-soft); }
.ob-head__act { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.ob-login { font-size: 15px; font-weight: 600; color: var(--ivory-2); white-space: nowrap; }
.ob-login:hover { color: var(--gold-soft); }

/* language selector */
.ob-lang { position: relative; }
.ob-lang__btn { display: inline-flex; align-items: center; gap: 6px; background: rgba(245, 243, 236, 0.05); color: var(--ivory-2); border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; font-size: 13px; font-family: var(--font-b); font-weight: 600; cursor: pointer; }
.ob-lang__btn svg { width: 15px; height: 15px; }
.ob-lang__chev { transition: transform .2s ease; }
.ob-lang.open .ob-lang__chev { transform: rotate(180deg); }
.ob-lang__menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 150px; background: var(--surface); border: 1px solid var(--line-2); border-radius: 13px; padding: 6px; display: none; flex-direction: column; box-shadow: 0 24px 50px -18px rgba(0, 0, 0, .7); z-index: 80; }
.ob-lang.open .ob-lang__menu { display: flex; }
.ob-lang--up .ob-lang__menu { top: auto; bottom: calc(100% + 8px); }
.ob-lang__menu button { text-align: left; background: none; border: 0; color: var(--ivory-2); padding: 9px 12px; border-radius: 8px; font-size: 14px; font-family: var(--font-b); cursor: pointer; }
.ob-lang__menu button:hover { background: rgba(245, 243, 236, 0.06); }
.ob-lang__menu button.is-on { color: var(--gold); font-weight: 700; }

/* burger */
.ob-burger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; border: 1px solid var(--line-2); border-radius: 11px; background: rgba(245, 243, 236, 0.04); cursor: pointer; align-items: center; justify-content: center; }
.ob-burger span { width: 18px; height: 2px; background: var(--ivory); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.ob-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ob-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ob-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.ob-mobile { display: none; flex-direction: column; gap: 4px; padding: 10px 0 20px; }
.ob-mobile a { padding: 12px 4px; border-bottom: 1px solid var(--line); color: var(--ivory-2); font-weight: 600; }
.ob-mobile a.ob-btn { border: 1px solid transparent; margin-top: 12px; }

/* ---------- generic section ---------- */
.ob-sec { padding: 86px 0; }
.ob-sec--tight { padding: 60px 0; }
.ob-sec--alt { background: linear-gradient(180deg, transparent, rgba(30, 37, 102, 0.45), transparent); }
.ob-eyebrow { display: inline-block; font-family: var(--font-m); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); padding: 5px 12px; border: 1px solid var(--line-2); border-radius: 999px; margin-bottom: 18px; }
.ob-eyebrow--c { display: block; width: max-content; margin-inline: auto; }
.ob-sechead { max-width: 760px; }
.ob-sechead--c { margin-inline: auto; text-align: center; }
.ob-sechead h2 { font-size: clamp(28px, 4vw, 42px); }
.ob-sechead p { margin-top: 16px; color: var(--ivory-2); font-size: 18px; }

/* ---------- hero (centered) ---------- */
.ob-hero { position: relative; padding: 78px 0 64px; text-align: center; overflow: hidden; }
.ob-hero__pill { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ivory-2); background: rgba(245, 243, 236, 0.05); border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 8px 6px 6px; margin-bottom: 24px; }
.ob-hero__pill b { background: var(--gold); color: #20180a; border-radius: 999px; padding: 2px 10px; font-size: 11px; font-family: var(--font-m); letter-spacing: 0.04em; }
.ob-hero h1 { font-size: clamp(34px, 6vw, 62px); max-width: 16ch; margin-inline: auto; }
.ob-hero__lede { max-width: 60ch; margin: 22px auto 0; font-size: clamp(17px, 2.2vw, 20px); color: var(--ivory-2); }
.ob-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.ob-hero__meta { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 26px; color: var(--muted); font-size: 14px; font-family: var(--font-m); letter-spacing: 0.02em; }
.ob-hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.ob-hero__meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* hero mockup */
.ob-mock { margin: 44px auto 0; max-width: 880px; position: relative; }
.ob-mock__chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 9px; background: var(--surface); border: 1px solid var(--line-2); border-radius: 13px; padding: 10px 14px; font-size: 13px; box-shadow: 0 20px 44px -20px rgba(0, 0, 0, .7); }
.ob-mock__chip small { display: block; color: var(--muted); font-size: 11px; }
.ob-mock__chip .dot { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; }
.ob-mock__chip--a { left: -6px; top: 38px; }
.ob-mock__chip--b { right: -6px; bottom: 44px; }
.ob-mock__frame { background: linear-gradient(180deg, rgba(37, 44, 117, 0.7), rgba(20, 26, 77, 0.6)); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 22px; box-shadow: 0 50px 90px -50px rgba(0, 0, 0, .9); }

/* ---------- logo strip ---------- */
.ob-strip { padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ob-strip__row { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; justify-content: center; }
.ob-strip__lbl { font-family: var(--font-m); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.ob-strip__logos { display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; }
.ob-strip__logos span { font-family: var(--font-d); font-weight: 700; font-size: 16px; color: var(--ivory-2); opacity: 0.8; }

/* ---------- card grid ---------- */
.ob-grid { display: grid; gap: 20px; margin-top: 48px; }
.ob-grid--2 { grid-template-columns: repeat(2, 1fr); }
.ob-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ob-grid--4 { grid-template-columns: repeat(4, 1fr); }
.ob-card { background: linear-gradient(180deg, rgba(37, 44, 117, 0.4), rgba(30, 37, 102, 0.22)); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; position: relative; transition: border-color .2s ease, transform .2s ease; }
.ob-card:hover { border-color: rgba(240, 180, 41, 0.4); transform: translateY(-3px); }
.ob-card--gold { border-color: rgba(240, 180, 41, 0.34); }
.ob-card__ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--glow); color: var(--gold); margin-bottom: 16px; }
.ob-card__ic svg { width: 22px; height: 22px; }
.ob-card h3 { font-size: 19px; margin-bottom: 9px; }
.ob-card p { color: var(--ivory-2); font-size: 15.5px; }
.ob-card__tag { display: inline-block; margin-top: 14px; font-family: var(--font-m); font-size: 11px; letter-spacing: 0.05em; color: var(--gold); border: 1px solid var(--line-2); border-radius: 999px; padding: 4px 10px; }
.ob-card__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.ob-card__chips .ob-badge { margin: 0; }

/* ---------- stat band ---------- */
.ob-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.ob-stat { text-align: center; padding: 26px 16px; border: 1px solid var(--line); border-radius: var(--r); background: rgba(30, 37, 102, 0.3); }
.ob-stat__n { font-family: var(--font-m); font-weight: 700; font-size: clamp(28px, 4vw, 40px); color: var(--gold); letter-spacing: -0.02em; }
.ob-stat__l { margin-top: 8px; color: var(--ivory-2); font-size: 14px; }

/* ---------- step rail ---------- */
.ob-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; counter-reset: step; }
.ob-step { border: 1px solid var(--line); border-radius: var(--r); padding: 24px; background: rgba(30, 37, 102, 0.3); position: relative; }
.ob-step__num { width: 40px; height: 40px; border-radius: 11px; background: var(--glow); color: var(--gold); display: grid; place-items: center; margin-bottom: 16px; }
.ob-step__num svg { width: 20px; height: 20px; }
.ob-step h3 { font-size: 17px; margin-bottom: 8px; }
.ob-step p { font-size: 14.5px; color: var(--ivory-2); }
.ob-step__tag { display: inline-block; margin-top: 12px; font-family: var(--font-m); font-size: 11px; color: var(--sky); letter-spacing: 0.04em; }

/* ---------- split (text + visual) ---------- */
.ob-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; }
.ob-split--rev .ob-split__vis { order: -1; }
.ob-split__vis { background: linear-gradient(180deg, rgba(37, 44, 117, 0.55), rgba(20, 26, 77, 0.4)); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 24px; }
.ob-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.ob-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ivory-2); font-size: 16px; }
.ob-list li svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--gold); margin-top: 2px; }
.ob-list li b { color: var(--ivory); }

/* ---------- table (methods by country / region) ---------- */
.ob-tablewrap { margin-top: 44px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ob-table { min-width: 520px; }
.ob-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.ob-table th, .ob-table td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.ob-table thead th { background: rgba(37, 44, 117, 0.5); font-family: var(--font-d); font-size: 13px; letter-spacing: 0.02em; color: var(--ivory); text-transform: uppercase; }
.ob-table tbody tr:hover { background: rgba(37, 44, 117, 0.28); }
.ob-table tbody tr:last-child td { border-bottom: 0; }
.ob-table .ob-flag { font-size: 18px; margin-right: 8px; }
.ob-table td.ob-mono { color: var(--gold-soft); }
.ob-badge { display: inline-block; font-family: var(--font-m); font-size: 11px; letter-spacing: 0.03em; padding: 3px 9px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ivory-2); margin: 2px 4px 2px 0; }
.ob-badge--gold { color: var(--gold); border-color: rgba(240, 180, 41, 0.4); }
.ob-badge--sky { color: var(--sky); border-color: rgba(157, 180, 255, 0.4); }

/* ---------- conversion bars (by region) ---------- */
.ob-bars { margin-top: 40px; display: grid; gap: 16px; }
.ob-bar { display: grid; grid-template-columns: 160px 1fr 76px; align-items: center; gap: 16px; }
.ob-bar__lbl { font-size: 14px; color: var(--ivory-2); }
.ob-bar__track { height: 12px; border-radius: 999px; background: rgba(245, 243, 236, 0.08); overflow: hidden; }
.ob-bar__fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); }
.ob-bar__fill--sky { background: linear-gradient(90deg, var(--sky), #c3d0ff); }
.ob-bar__val { font-family: var(--font-m); font-size: 14px; color: var(--gold-soft); text-align: right; }

/* ---------- callout ---------- */
.ob-callout { margin-top: 54px; background: linear-gradient(120deg, rgba(37, 44, 117, 0.7), rgba(20, 26, 77, 0.5)); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 44px; text-align: center; position: relative; overflow: hidden; }
.ob-callout::before { content: ""; position: absolute; inset: -40% 30% auto; height: 320px; background: radial-gradient(circle, var(--glow), transparent 70%); }
.ob-callout > * { position: relative; }
.ob-callout h2 { font-size: clamp(26px, 3.6vw, 38px); }
.ob-callout p { max-width: 56ch; margin: 16px auto 0; color: var(--ivory-2); font-size: 18px; }
.ob-callout__cta { margin-top: 26px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.ob-faq { margin-top: 40px; display: grid; gap: 12px; max-width: 840px; margin-inline: auto; }
.ob-faq__item { border: 1px solid var(--line); border-radius: var(--r); background: rgba(30, 37, 102, 0.3); overflow: hidden; }
.ob-faq__q { width: 100%; text-align: left; background: none; border: 0; color: var(--ivory); font-family: var(--font-d); font-weight: 600; font-size: 17px; padding: 20px 22px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.ob-faq__q::after { content: "+"; font-family: var(--font-m); color: var(--gold); font-size: 20px; transition: transform .2s ease; }
.ob-faq__item.is-open .ob-faq__q::after { transform: rotate(45deg); }
.ob-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.ob-faq__item.is-open .ob-faq__a { max-height: 360px; }
.ob-faq__a p { padding: 0 22px 22px; color: var(--ivory-2); font-size: 15.5px; }

/* ---------- pricing ---------- */
.ob-toggle { display: inline-flex; gap: 4px; padding: 5px; border: 1px solid var(--line-2); border-radius: 999px; margin: 30px auto 0; background: rgba(30, 37, 102, 0.4); }
.ob-toggle button { border: 0; background: none; color: var(--ivory-2); font-family: var(--font-d); font-weight: 600; font-size: 14px; padding: 9px 20px; border-radius: 999px; cursor: pointer; }
.ob-toggle button.is-on { background: var(--gold); color: #20180a; }
.ob-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; align-items: start; }
.ob-tier { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; background: rgba(30, 37, 102, 0.32); }
.ob-tier--feat { border-color: rgba(240, 180, 41, 0.46); background: linear-gradient(180deg, rgba(37, 44, 117, 0.6), rgba(30, 37, 102, 0.3)); box-shadow: 0 30px 70px -40px var(--glow); }
.ob-tier__name { font-family: var(--font-d); font-weight: 700; font-size: 19px; }
.ob-tier__tagline { color: var(--muted); font-size: 14px; margin-top: 6px; min-height: 40px; }
.ob-tier__price { font-family: var(--font-m); font-weight: 700; font-size: 38px; color: var(--ivory); margin-top: 14px; letter-spacing: -0.02em; }
.ob-tier__price small { font-family: var(--font-b); font-size: 14px; color: var(--muted); font-weight: 400; }
.ob-tier__sub { color: var(--muted); font-size: 13px; margin-top: 4px; }
.ob-tier ul { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 11px; }
.ob-tier li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ivory-2); }
.ob-tier li svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; margin-top: 2px; }
.ob-tier__flag { display: inline-block; font-family: var(--font-m); font-size: 11px; letter-spacing: 0.06em; color: var(--gold); margin-bottom: 12px; }

/* ---------- forms (contact / signin) ---------- */
.ob-form { display: grid; gap: 16px; }
.ob-field { display: grid; gap: 7px; }
.ob-field label { font-size: 14px; font-weight: 600; color: var(--ivory-2); }
.ob-field input, .ob-field select, .ob-field textarea {
  width: 100%; background: rgba(20, 26, 77, 0.6); border: 1px solid var(--line-2); border-radius: 11px;
  padding: 13px 15px; color: var(--ivory); font-family: var(--font-b); font-size: 15px;
}
.ob-field input:focus, .ob-field select:focus, .ob-field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(240, 180, 41, 0.16); }
.ob-field textarea { min-height: 120px; resize: vertical; }
.ob-field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ob-form__note { font-size: 13px; color: var(--muted); }
.ob-form__done { background: rgba(110, 224, 168, 0.1); border: 1px solid rgba(110, 224, 168, 0.4); border-radius: 12px; padding: 16px 18px; color: var(--leaf); font-size: 15px; display: flex; gap: 10px; align-items: flex-start; }
.ob-form__done svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; }

/* contact / auth layout */
.ob-contact { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: start; }
.ob-contact__aside { display: grid; gap: 20px; }
.ob-auth { max-width: 440px; margin-inline: auto; background: linear-gradient(180deg, rgba(37, 44, 117, 0.5), rgba(20, 26, 77, 0.4)); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 38px; }
.ob-auth h1 { font-size: 28px; text-align: center; }
.ob-auth__sub { text-align: center; color: var(--ivory-2); margin: 10px 0 26px; font-size: 15px; }
.ob-auth__alt { text-align: center; margin-top: 20px; font-size: 14px; color: var(--muted); }
.ob-auth__alt a { color: var(--gold); font-weight: 600; }

/* ---------- legal ---------- */
.ob-legal { max-width: 820px; margin-inline: auto; padding: 64px 0; }
.ob-legal h1 { font-size: clamp(30px, 4vw, 42px); }
.ob-legal__meta { color: var(--muted); font-family: var(--font-m); font-size: 13px; margin-top: 12px; }
.ob-legal h2 { font-size: 22px; margin-top: 40px; }
.ob-legal h3 { font-size: 17px; margin-top: 24px; color: var(--gold-soft); }
.ob-legal p, .ob-legal li { color: var(--ivory-2); font-size: 16px; margin-top: 12px; }
.ob-legal ul { padding-left: 20px; }
.ob-legal a { color: var(--gold); }

/* ---------- footer ---------- */
.ob-foot { border-top: 1px solid var(--line); margin-top: 40px; padding: 56px 0 30px; }
.ob-foot__top { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; }
.ob-foot__brand { max-width: 320px; }
.ob-foot__blurb { color: var(--ivory-2); font-size: 14.5px; margin-top: 14px; }
.ob-foot__grp { display: grid; gap: 11px; align-content: start; }
.ob-foot__grph { font-family: var(--font-d); font-weight: 700; font-size: 14px; color: var(--ivory); margin-bottom: 3px; }
.ob-foot__grp a { color: var(--ivory-2); font-size: 14px; }
.ob-foot__grp a:hover { color: var(--gold-soft); }
.ob-foot__base { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); }
.ob-foot__copy { font-size: 13px; color: var(--muted); }
.ob-foot__chips { display: flex; gap: 8px; flex-wrap: wrap; margin-left: auto; }
.ob-foot__badge { font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.04em; color: var(--ivory-2); border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px; }

/* ---------- scroll reveal ---------- */
[data-rise] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-rise].is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .ob-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .ob-rail { grid-template-columns: repeat(2, 1fr); }
  .ob-stats { grid-template-columns: repeat(2, 1fr); }
  .ob-tiers { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .ob-split { grid-template-columns: 1fr; gap: 36px; }
  .ob-split--rev .ob-split__vis { order: 0; }
  .ob-contact { grid-template-columns: 1fr; gap: 36px; }
  .ob-foot__top { grid-template-columns: 1fr 1fr; }
  .ob-foot__brand { grid-column: 1 / -1; }
}
@media (max-width: 1180px) {
  .ob-nav, .ob-head__act .ob-login, .ob-head__act .ob-btn, .ob-head__act .ob-lang { display: none; }
  .ob-burger { display: flex; }
}
@media (max-width: 768px) {
  .ob-nav, .ob-head__act .ob-login, .ob-head__act .ob-btn, .ob-head__act .ob-lang { display: none; }
  .ob-burger { display: flex; }
  .ob-head.is-open-mobile .ob-mobile, .ob-mobile.is-open { display: flex; }
  .ob-sec { padding: 60px 0; }
  .ob-hero { padding: 54px 0 44px; }
  .ob-grid--2, .ob-grid--3 { grid-template-columns: 1fr; }
  .ob-bar { grid-template-columns: 110px 1fr 60px; gap: 10px; }
  .ob-mock__chip { display: none; }
  .ob-callout { padding: 30px 22px; }
  .ob-field--row { grid-template-columns: 1fr; }
  .ob-table { font-size: 13.5px; }
  .ob-table th, .ob-table td { padding: 11px 12px; }
}
@media (max-width: 520px) {
  .ob-grid--4 { grid-template-columns: 1fr; }
  .ob-rail, .ob-stats { grid-template-columns: 1fr; }
  body { font-size: 16px; }
}
