/* ==========================================================================
   Out of Home - section stylesheet
   ==========================================================================
   Loads AFTER host.css / footer.css and never overrides them. The header,
   footer, .btn-outline, .btn-filled and the dark-mode mechanism
   (body.dark-mode) all come from the existing site; everything here is
   namespaced .ooh- so it cannot collide with the pages already live.

   The palette is the site's own - #0c1f6c navy, #0070ff action blue, and the
   rgb(1,156,30) green already used for the Advertise nav item. Nothing new was
   invented, so these pages sit beside /host and /advertise without reading as
   a different website.
   ========================================================================== */

:root{
  --ooh-navy:#0c1f6c;
  --ooh-blue:#0070ff;
  --ooh-blue-soft:#e8f1ff;
  --ooh-green:rgb(1,156,30);
  --ooh-green-soft:#e6f6ea;
  --ooh-ink:#0b1220;
  --ooh-ink-2:#4a5670;
  --ooh-ink-3:#7b869e;
  --ooh-rule:#e2e8f4;
  --ooh-surface:#ffffff;
  --ooh-surface-2:#f5f8fd;
}
body.dark-mode{
  --ooh-navy:#8cabff;
  --ooh-blue:#44aaff;
  --ooh-blue-soft:#16233f;
  --ooh-green:#3ddc84;
  --ooh-green-soft:#12301f;
  --ooh-ink:#f1f5fa;
  --ooh-ink-2:#b6c0d4;
  --ooh-ink-3:#8b95ab;
  --ooh-rule:#2b3450;
  --ooh-surface:#1b1f2b;
  --ooh-surface-2:#161a24;
}

.ooh-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.ooh-section{padding:72px 0}
.ooh-section + .ooh-section{border-top:1px solid var(--ooh-rule)}

/* -- Type ---------------------------------------------------------------- */
.ooh-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 15px;border-radius:999px;
  background:var(--ooh-blue-soft);color:var(--ooh-blue);font-size:12.5px;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase}
.ooh-h1{margin:22px 0 16px;font-size:clamp(32px,5vw,56px);line-height:1.05;font-weight:700;
  letter-spacing:-.025em;color:var(--ooh-ink);text-wrap:balance;max-width:18ch}
.ooh-h2{margin:0 0 12px;font-size:clamp(25px,3.2vw,36px);line-height:1.12;font-weight:700;
  letter-spacing:-.02em;color:var(--ooh-ink);text-wrap:balance;max-width:24ch}
.ooh-h3{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--ooh-ink);letter-spacing:-.01em}
.ooh-lede{margin:0;font-size:clamp(16px,1.5vw,19px);line-height:1.65;color:var(--ooh-ink-2);max-width:62ch}
.ooh-body{margin:0;font-size:15.5px;line-height:1.7;color:var(--ooh-ink-2);max-width:66ch}
.ooh-sub{margin:0 0 34px;font-size:16px;line-height:1.65;color:var(--ooh-ink-2);max-width:64ch}
.ooh-kicker{font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--ooh-ink-3);margin:0 0 10px}

/* -- Hero ---------------------------------------------------------------- */
.ooh-hero{padding:132px 0 68px;background:var(--ooh-surface-2);border-bottom:1px solid var(--ooh-rule)}
.ooh-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:52px;align-items:center}
.ooh-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;align-items:center}
.ooh-hero-note{margin-top:18px;font-size:13.5px;color:var(--ooh-ink-3)}

/* -- Cards --------------------------------------------------------------- */
.ooh-grid{display:grid;gap:20px}
.ooh-g2{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}
.ooh-g3{grid-template-columns:repeat(auto-fit,minmax(268px,1fr))}
.ooh-g4{grid-template-columns:repeat(auto-fit,minmax(215px,1fr))}
.ooh-card{background:var(--ooh-surface);border:1px solid var(--ooh-rule);border-radius:16px;padding:26px}
.ooh-card p{margin:0;font-size:14.5px;line-height:1.65;color:var(--ooh-ink-2)}
.ooh-card-ico{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;
  background:var(--ooh-blue-soft);color:var(--ooh-blue);font-size:16px;margin-bottom:14px}
.ooh-card-ico.is-green{background:var(--ooh-green-soft);color:var(--ooh-green)}

/* A number is used only where the order is real - these are stages of a
   booking, so 1 before 2 carries information. */
.ooh-step-n{width:30px;height:30px;border-radius:9px;background:var(--ooh-navy);color:#fff;
  display:grid;place-items:center;font-size:13.5px;font-weight:700;margin-bottom:13px}
body.dark-mode .ooh-step-n{color:#0b1220}

/* -- Stat strip ---------------------------------------------------------- */
.ooh-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  border:1px solid var(--ooh-rule);border-radius:16px;overflow:hidden;background:var(--ooh-surface)}
.ooh-stat{padding:22px 24px;border-right:1px solid var(--ooh-rule)}
.ooh-stat:last-child{border-right:none}
/* In a hero the strip sits in a narrow column, where three across squeezes the
   labels onto two lines each. Stacked, every label gets its own line. */
.ooh-stats.is-stacked{grid-template-columns:1fr}
.ooh-stats.is-stacked .ooh-stat{border-right:none;border-bottom:1px solid var(--ooh-rule);
  display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;column-gap:18px}
.ooh-stats.is-stacked .ooh-stat:last-child{border-bottom:none}
.ooh-stats.is-stacked .ooh-stat-k{grid-column:1;grid-row:1}
.ooh-stats.is-stacked .ooh-stat-v{grid-column:2;grid-row:1;margin-top:0;font-size:24px}
.ooh-stats.is-stacked .ooh-stat-d{grid-column:1 / -1;grid-row:2;margin-top:6px}
.ooh-stat-k{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ooh-ink-3)}
.ooh-stat-v{margin-top:8px;font-size:27px;font-weight:700;color:var(--ooh-ink);letter-spacing:-.02em;
  font-variant-numeric:tabular-nums}
.ooh-stat-d{margin-top:4px;font-size:13px;color:var(--ooh-ink-2);line-height:1.5}

/* -- Figures ------------------------------------------------------------- */
.ooh-figure{margin:0;border:1px solid var(--ooh-rule);border-radius:18px;overflow:hidden;
  background:var(--ooh-surface)}
.ooh-figscroll{overflow-x:auto}
.ooh-figure svg{display:block;width:100%;min-width:520px;height:auto;padding:26px 22px;color:var(--ooh-ink)}
.ooh-figure figcaption{padding:15px 22px;border-top:1px solid var(--ooh-rule);background:var(--ooh-surface-2);
  font-size:13.5px;line-height:1.6;color:var(--ooh-ink-2)}
.ooh-figure figcaption b{color:var(--ooh-ink);font-weight:600}

/* -- Tables -------------------------------------------------------------- */
.ooh-tablewrap{overflow-x:auto;border:1px solid var(--ooh-rule);border-radius:16px;background:var(--ooh-surface)}
.ooh-table{width:100%;border-collapse:collapse;font-size:14.5px;min-width:560px}
.ooh-table th{text-align:left;padding:14px 20px;font-size:11.5px;font-weight:700;letter-spacing:.09em;
  text-transform:uppercase;color:var(--ooh-ink-3);background:var(--ooh-surface-2);
  border-bottom:1px solid var(--ooh-rule);white-space:nowrap}
.ooh-table td{padding:15px 20px;border-bottom:1px solid var(--ooh-rule);color:var(--ooh-ink-2);vertical-align:top}
.ooh-table tr:last-child td{border-bottom:none}
.ooh-table td:first-child{color:var(--ooh-ink);font-weight:600}
.ooh-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}
.ooh-table tr.is-total td{background:var(--ooh-blue-soft);color:var(--ooh-ink);font-weight:700}

/* -- Market switch ------------------------------------------------------- */
.ooh-switch{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--ooh-rule);border-radius:999px;
  background:var(--ooh-surface-2);margin-bottom:26px}
.ooh-switch button{border:0;background:transparent;padding:9px 20px;border-radius:999px;cursor:pointer;
  font:inherit;font-size:14px;font-weight:600;color:var(--ooh-ink-2);display:inline-flex;align-items:center;gap:8px}
.ooh-switch button[aria-selected="true"]{background:var(--ooh-blue);color:#fff}
.ooh-switch button:focus-visible{outline:2px solid var(--ooh-blue);outline-offset:2px}
.ooh-switch img{width:18px;height:auto;border-radius:2px}

/* -- Split bar (commission) ---------------------------------------------- */
.ooh-split{background:var(--ooh-surface-2);border:1px solid var(--ooh-rule);border-radius:16px;padding:24px}
.ooh-split-row + .ooh-split-row{margin-top:14px}
.ooh-split-row{display:flex;align-items:center;gap:16px}
.ooh-split-lbl{flex:0 0 138px;font-size:13.5px;font-weight:600;color:var(--ooh-ink)}
.ooh-bar{flex:1;display:flex;height:42px;border-radius:10px;overflow:hidden;background:var(--ooh-rule)}
.ooh-bar-you{background:var(--ooh-green);color:#052e16;display:grid;place-items:center;font-size:13px;
  font-weight:700;white-space:nowrap}
.ooh-bar-vypa{background:var(--ooh-blue);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700}

/* -- Lists --------------------------------------------------------------- */
.ooh-list{list-style:none;margin:0;padding:0;display:grid;gap:13px}
.ooh-list li{display:flex;gap:12px;font-size:15px;line-height:1.6;color:var(--ooh-ink-2)}
.ooh-list i{color:var(--ooh-green);font-size:15px;margin-top:4px;flex-shrink:0}
.ooh-list b{color:var(--ooh-ink);font-weight:600}
.ooh-list.is-not i{color:var(--ooh-ink-3)}

/* -- Callout ------------------------------------------------------------- */
.ooh-note{border-left:3px solid var(--ooh-blue);background:var(--ooh-surface-2);border-radius:0 12px 12px 0;
  padding:20px 24px;margin-top:26px}
.ooh-note p{margin:0;font-size:14.5px;line-height:1.7;color:var(--ooh-ink-2)}
.ooh-note b{color:var(--ooh-ink)}

/* -- CTA ----------------------------------------------------------------- */
.ooh-cta{background:var(--ooh-navy);border-radius:22px;padding:56px 44px;text-align:center;color:#fff}
body.dark-mode .ooh-cta{background:linear-gradient(135deg,#16233f,#0d1526);border:1px solid var(--ooh-rule)}
.ooh-cta h2{margin:0 0 12px;font-size:clamp(24px,3vw,34px);font-weight:700;letter-spacing:-.02em;
  color:#fff;text-wrap:balance}
.ooh-cta p{margin:0 auto 28px;max-width:56ch;font-size:16px;line-height:1.65;color:rgba(255,255,255,.82)}
.ooh-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.ooh-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;
  font-size:15px;font-weight:600;text-decoration:none;transition:transform .18s,background .18s}
.ooh-btn-solid{background:#fff;color:var(--ooh-navy)}
.ooh-btn-solid:hover{transform:translateY(-2px)}
.ooh-btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45)}
.ooh-btn-ghost:hover{background:rgba(255,255,255,.1)}
.ooh-btn-blue{background:var(--ooh-blue);color:#fff}
.ooh-btn-blue:hover{transform:translateY(-2px)}

/* -- Cross links --------------------------------------------------------- */
.ooh-next{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}
.ooh-next a{display:block;padding:24px;border:1px solid var(--ooh-rule);border-radius:16px;
  background:var(--ooh-surface);text-decoration:none;transition:border-color .18s,transform .18s}
.ooh-next a:hover{border-color:var(--ooh-blue);transform:translateY(-3px)}
.ooh-next .ooh-kicker{margin-bottom:7px}
.ooh-next strong{display:block;font-size:16.5px;color:var(--ooh-ink);font-weight:600;margin-bottom:6px}
.ooh-next span{display:block;font-size:14px;color:var(--ooh-ink-2);line-height:1.55}

a:focus-visible,button:focus-visible{outline:2px solid var(--ooh-blue);outline-offset:3px}

@media (prefers-reduced-motion:reduce){
  .ooh-next a,.ooh-btn{transition:none}
}
@media (max-width:900px){
  .ooh-hero-grid{grid-template-columns:1fr;gap:34px}
  .ooh-hero{padding:112px 0 54px}
  .ooh-section{padding:54px 0}
  .ooh-cta{padding:42px 26px}
  .ooh-split-row{flex-direction:column;align-items:stretch;gap:8px}
  .ooh-split-lbl{flex:none}
  .ooh-stat{border-right:none;border-bottom:1px solid var(--ooh-rule)}
}

/* On a narrow phone the stat row's label and its value are side by side with the
   value on an `auto` track, which cannot shrink. Give each its own line instead. */
@media (max-width:560px){
  .ooh-wrap{padding:0 18px}
  .ooh-hero{padding:104px 0 44px}
  .ooh-section{padding:44px 0}
  .ooh-h1{font-size:clamp(28px,8.5vw,40px)}
  .ooh-stats.is-stacked .ooh-stat{grid-template-columns:1fr}
  .ooh-stats.is-stacked .ooh-stat-v{grid-column:1;grid-row:2;margin-top:6px;font-size:26px}
  .ooh-stats.is-stacked .ooh-stat-d{grid-row:3}
  .ooh-card{padding:22px}
  .ooh-cta{padding:34px 20px;border-radius:18px}
  .ooh-note{padding:18px}
}
