/*
Theme Name: Drift Stars
Theme URI: https://drift-stars.si
Description: Child theme of Hello Elementor — full brand styling for the Drift Stars site.
Author: Weblooc
Author URI: https://weblooc.com
Template: hello-elementor
Version: 0.2.0
Text Domain: drift-stars
*/

/* =============================================================
   1. GLOBAL TOKENS — Elementor + brand vars
   ============================================================= */

/* Elementor reads these to style native widgets (heading, button, etc.). */
:root {
    --e-global-color-primary:   #ffffff;
    --e-global-color-secondary: #b7b7c7;
    --e-global-color-text:      #efeff5;
    --e-global-color-accent:    #7B3FE4;
    --e-global-typography-primary-font-family:   "Arial";
    --e-global-typography-primary-font-weight:   900;
    --e-global-typography-secondary-font-family: "Arial";
    --e-global-typography-secondary-font-weight: 700;
    --e-global-typography-text-font-family:      "Arial";
    --e-global-typography-text-font-weight:      400;
    --e-global-typography-accent-font-family:    "Arial";
    --e-global-typography-accent-font-weight:    700;
}

/* =============================================================
   2. BASE — body, links, headings
   ============================================================= */
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--ds-bg, #07070a);
    color: var(--ds-text, #ffffff);
    background-image:
        radial-gradient(circle at top, rgba(123, 63, 228, 0.22), transparent 35%),
        linear-gradient(180deg, #121218 0%, #08080c 100%);
    background-attachment: fixed;
}
body, body * { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
a:hover { color: #c0a6ff; }
img { max-width: 100%; height: auto; }

/* Override Elementor heading defaults so they don't use Times serif */
.elementor-widget-heading .elementor-heading-title {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    color: var(--ds-text) !important;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin: 0 0 12px;
}
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
    color: var(--ds-text-soft, #efeff5) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.6;
}
.elementor-widget-text-editor p { margin: 0 0 12px; }

/* Kicker (small uppercase eyebrow) — applied to heading widget with class ds-kicker */
.elementor-element.ds-kicker .elementor-heading-title {
    color: var(--ds-text-muted, #b7b7c7) !important;
    font-size: 12px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 6px;
}

/* =============================================================
   3. ELEMENTOR LAYOUT OVERRIDES
   ============================================================= */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 24px;
}
.elementor-section.elementor-section-full_width > .elementor-container {
    max-width: 100% !important;
    padding: 0 24px;
}
.elementor-section.ds-section,
.elementor-section.ds-hero,
.elementor-section.ds-quick-entry,
.elementor-section.ds-race-grid,
.elementor-section.ds-races-head {
    padding-top: 60px;
    padding-bottom: 60px;
}
.elementor-section.ds-section + .elementor-section.ds-section { padding-top: 20px; }

/* Glass card surface — apply to ANY column or widget with .ds-glass-card */
.elementor-column.ds-glass-card > .elementor-widget-wrap,
.elementor-element.ds-glass-card {
    background: rgba(17, 17, 24, 0.66);
    border: 1px solid var(--ds-border, rgba(255,255,255,0.08));
    border-radius: var(--ds-radius-md, 18px);
    backdrop-filter: blur(10px);
    padding: 28px;
}

/* =============================================================
   4. BUTTONS — Elementor button widget + .ds-btn shortcodes
   ============================================================= */
.elementor-widget-button .elementor-button,
.ds-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px !important;
    border-radius: 12px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    text-decoration: none !important;
    transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
    line-height: 1 !important;
    text-shadow: none !important;
}

/* Primary = ds-btn-primary class set on the widget OR shortcode */
.elementor-widget-button.ds-btn-primary .elementor-button,
.elementor-widget-button .elementor-button.ds-btn-primary,
.ds-btn-primary {
    background: var(--ds-accent, #7B3FE4) !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(123,63,228,0.35);
}
.elementor-widget-button.ds-btn-primary .elementor-button:hover,
.ds-btn-primary:hover { background: #8d52ff !important; transform: translateY(-1px); }

.elementor-widget-button.ds-btn-dark .elementor-button,
.elementor-widget-button .elementor-button.ds-btn-dark,
.ds-btn-dark {
    background: rgba(8,8,12,0.70) !important;
    color: var(--ds-text) !important;
    border: 1px solid var(--ds-border) !important;
}
.elementor-widget-button.ds-btn-dark .elementor-button:hover,
.ds-btn-dark:hover { background: rgba(8,8,12,0.92) !important; }

.elementor-widget-button.ds-btn-ghost .elementor-button,
.elementor-widget-button .elementor-button.ds-btn-ghost,
.ds-btn-ghost {
    background: transparent !important;
    color: var(--ds-text-soft) !important;
    border: 1px solid var(--ds-border) !important;
}
.elementor-widget-button.ds-btn-ghost .elementor-button:hover,
.ds-btn-ghost:hover { background: rgba(255,255,255,0.05) !important; }

/* =============================================================
   5. HEADER (saved Elementor template)
   ============================================================= */
.ds-site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(8,8,12,0.86);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--ds-border);
    box-shadow: 0 12px 35px rgba(0,0,0,0.28);
}
.ds-site-header .ds-header.elementor-section { padding: 14px 0 !important; }
.ds-site-header .ds-header > .elementor-container {
    align-items: center;
    flex-wrap: nowrap;
}
.ds-site-header .ds-header .elementor-column { padding: 0 12px !important; }
.ds-header__col-actions .elementor-widget-wrap { flex-direction: row !important; align-items: center; justify-content: flex-end; gap: 10px; }
.ds-header__col-actions .elementor-widget { width: auto !important; margin: 0 !important; }
.ds-header__col-menu .elementor-widget-wrap { justify-content: center; }

/* Brand */
.ds-brand { display: inline-flex; align-items: center; gap: 14px; min-width: 220px; }
.ds-brand__mark {
    width: 46px; height: 46px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(123,63,228,0.18); border: 1px solid rgba(167,120,255,0.65);
    box-shadow: 0 8px 24px rgba(123,63,228,0.28);
    font-weight: 700; font-size: 22px;
}
.ds-brand__title { display: block; font-size: 18px; font-weight: 900; letter-spacing: 0.08em; color: #fff; }
.ds-brand__subtitle { display: block; font-size: 10px; color: var(--ds-text-muted); letter-spacing: 0.22em; margin-top: 3px; }

/* Main menu */
.ds-main-menu .ds-main-menu__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.ds-main-menu .menu-item { position: relative; }
.ds-main-menu .menu-item > a {
    display: inline-block; padding: 11px 14px; border-radius: 12px;
    color: var(--ds-text-soft); font-weight: 700; font-size: 13px; letter-spacing: 0.06em;
    text-transform: uppercase; cursor: pointer; transition: 0.2s ease;
}
.ds-main-menu .menu-item > a:hover { background: rgba(255,255,255,0.05); color: #fff; }
.ds-main-menu .sub-menu {
    list-style: none; margin: 0; padding: 10px;
    position: absolute; top: calc(100% + 10px); left: 0; min-width: 220px;
    border-radius: 18px; background: rgba(17,17,24,0.96); border: 1px solid var(--ds-border);
    box-shadow: 0 22px 50px rgba(0,0,0,0.45);
    opacity: 0; visibility: hidden; transform: translateY(6px);
    transition: 0.2s ease; z-index: 10;
}
.ds-main-menu .menu-item:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ds-main-menu .sub-menu a {
    display: block; padding: 11px 12px; border-radius: 12px;
    color: #d8d8e4; font-size: 14px; transition: 0.18s ease; white-space: nowrap;
}
.ds-main-menu .sub-menu a:hover { background: rgba(123,63,228,0.14); color: #fff; }

/* Lang switcher */
.ds-lang-switcher { display: inline-flex; gap: 4px; padding: 4px; background: rgba(255,255,255,0.04); border-radius: 12px; }
.ds-lang-switcher__btn { padding: 6px 10px; border-radius: 8px; color: var(--ds-text-muted); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; transition: 0.15s ease; }
.ds-lang-switcher__btn:hover { color: #fff; }
.ds-lang-switcher__btn.is-active { background: rgba(123,63,228,0.25); color: #fff; }

/* =============================================================
   6. HERO
   ============================================================= */
.elementor-section.ds-hero {
    min-height: 78vh;
    display: flex; align-items: center;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.elementor-section.ds-hero > .elementor-container { max-width: 1200px !important; }
.elementor-section.ds-hero .elementor-background-overlay {
    background: linear-gradient(90deg, rgba(8,8,12,0.88) 0%, rgba(8,8,12,0.58) 45%, rgba(8,8,12,0.28) 100%) !important;
    opacity: 1 !important;
}
.elementor-section.ds-hero .ds-kicker .elementor-heading-title {
    color: rgba(255,255,255,0.78) !important;
    font-size: 13px !important;
}
.elementor-section.ds-hero h1.elementor-heading-title {
    font-size: clamp(48px, 9vw, 96px) !important;
    letter-spacing: 0.06em;
    margin: 8px 0 14px;
}
.elementor-section.ds-hero .elementor-widget-text-editor p {
    max-width: 640px;
    font-size: 16px;
    color: rgba(255,255,255,0.86) !important;
}
.elementor-section.ds-hero .elementor-widget-shortcode { margin: 14px 0; }

/* Social links inside hero */
.ds-social-links { display: flex; gap: 18px; flex-wrap: wrap; }
.ds-social-links a {
    color: var(--ds-text-muted); font-size: 13px; letter-spacing: 0.08em;
    text-transform: uppercase; font-weight: 700;
}
.ds-social-links a:hover { color: #fff; }

/* Hero button row inner section: tighten gap, left align */
.elementor-section.ds-hero .elementor-inner-section { margin-top: 12px; }
.elementor-section.ds-hero .elementor-inner-section .elementor-column { padding: 0 6px !important; }
.elementor-section.ds-hero .elementor-inner-section .elementor-widget-button { text-align: left; }

/* =============================================================
   7. QUICK ENTRY (3 cards)
   ============================================================= */
.elementor-section.ds-quick-entry {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.elementor-section.ds-quick-entry > .elementor-container > .elementor-column > .elementor-widget-wrap {
    background: rgba(17,17,24,0.7);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md, 18px);
    padding: 28px !important;
    transition: transform .2s ease, background .2s ease;
}
.elementor-section.ds-quick-entry .elementor-column:hover > .elementor-widget-wrap {
    transform: translateY(-2px);
    background: rgba(123,63,228,0.10);
    border-color: rgba(167,120,255,0.45);
}
.elementor-section.ds-quick-entry .ds-kicker .elementor-heading-title { font-size: 30px !important; letter-spacing: normal; color: #fff !important; }
.elementor-section.ds-quick-entry h2.elementor-heading-title { font-size: 22px !important; letter-spacing: 0.06em; margin: 10px 0 8px; }

/* =============================================================
   8. RACES HEAD + GRID
   ============================================================= */
.elementor-section.ds-races-head { padding-top: 80px !important; padding-bottom: 8px !important; }
.elementor-section.ds-races-head .elementor-container { align-items: end; }
.elementor-section.ds-races-head h2.elementor-heading-title { font-size: clamp(28px, 4vw, 42px) !important; }
.elementor-section.ds-races-head .elementor-widget-button { text-align: right; }

.elementor-section.ds-race-grid { padding-top: 24px !important; padding-bottom: 80px !important; }
.elementor-section.ds-race-grid > .elementor-container { gap: 22px; }
.elementor-section.ds-race-grid .elementor-column { padding: 0 !important; }

/* Race card (custom widget — already brand-styled, just tighten Elementor wrappers) */
.elementor-widget.elementor-widget-drift_race_card .elementor-widget-container { padding: 0 !important; }
.ds-race-card {
    display: flex; flex-direction: column; height: 100%;
    background: rgba(17,17,24,0.96);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md);
    overflow: hidden;
    color: var(--ds-text);
    transition: transform .2s ease, box-shadow .2s ease;
}
.ds-race-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(0,0,0,0.45); }
.ds-race-card__image { aspect-ratio: 16 / 10; background-size: cover; background-position: center; }
.ds-race-card__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.ds-race-card__date { color: var(--ds-text-muted); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }
.ds-race-card__title { margin: 4px 0; font-size: 22px; letter-spacing: 0.04em; font-weight: 900; color: #fff; }
.ds-race-card__place { color: var(--ds-text-muted); font-size: 13px; }
.ds-race-card__text  { color: var(--ds-text-soft); font-size: 14px; line-height: 1.55; }
.ds-race-card__more  { margin-top: 8px; color: #c0a6ff; font-size: 12px; letter-spacing: 0.14em; font-weight: 800; text-transform: uppercase; }

/* =============================================================
   9. EVENT DETAIL (Logatec/Krško/Koper)
   ============================================================= */
.elementor-section.ds-event-detail { padding: 50px 0 !important; }
.elementor-section.ds-event-detail > .elementor-container { gap: 28px; align-items: stretch; }
.elementor-section.ds-event-detail .elementor-widget-image img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    border-radius: var(--ds-radius-md);
    display: block;
}
.elementor-section.ds-event-detail .elementor-column.ds-glass-card > .elementor-widget-wrap {
    background: rgba(17,17,24,0.66);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md);
    backdrop-filter: blur(10px);
    padding: 32px !important;
    align-content: center;
}
.elementor-section.ds-event-detail h2.elementor-heading-title { font-size: clamp(24px, 3.4vw, 36px) !important; }
.elementor-section.ds-event-detail .elementor-inner-section { margin-top: 14px; }
.elementor-section.ds-event-detail .elementor-inner-section .elementor-widget { width: auto !important; }

/* =============================================================
   10. ABOUT (2-col glass)
   ============================================================= */
.elementor-section.ds-about > .elementor-container { gap: 22px; align-items: stretch; }
.elementor-section.ds-about .elementor-column.ds-glass-card > .elementor-widget-wrap { padding: 32px !important; }
.elementor-section.ds-about h2.elementor-heading-title { font-size: clamp(28px, 4vw, 42px) !important; }

/* =============================================================
   11. STATS
   ============================================================= */
.elementor-section.ds-stats { padding: 60px 0 !important; }
.elementor-section.ds-stats .elementor-inner-section { margin-top: 18px; }
.elementor-section.ds-stats .elementor-inner-section > .elementor-container { gap: 18px; }
.elementor-section.ds-stats .elementor-inner-section .elementor-column { padding: 0 !important; }
.elementor-widget.elementor-widget-drift_stat_box .elementor-widget-container { padding: 0 !important; }
.ds-stat-box {
    display: flex; flex-direction: column;
    padding: 26px;
    background: rgba(17,17,24,0.66);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md);
    height: 100%;
}
.ds-stat-box__number { font-size: 36px; font-weight: 900; letter-spacing: 0.01em; color: #fff; }
.ds-stat-box__label  { margin-top: 8px; color: var(--ds-text-muted); font-size: 13px; letter-spacing: 0.06em; }

/* =============================================================
   12. LIVESTREAM
   ============================================================= */
.elementor-section.ds-livestream > .elementor-container { gap: 28px; align-items: stretch; }
.elementor-section.ds-livestream .ds-livestream__media .elementor-widget-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--ds-radius-md);
    display: block;
}
.elementor-section.ds-livestream .elementor-column.ds-glass-card > .elementor-widget-wrap { padding: 32px !important; align-content: center; }

/* =============================================================
   13. SPECTATORS (info card + ticket card)
   ============================================================= */
.elementor-section.ds-spectators > .elementor-container { gap: 22px; align-items: stretch; }
.elementor-section.ds-spectators .ds-glass-card > .elementor-widget-wrap,
.elementor-section.ds-spectators .ds-ticket-card > .elementor-widget-wrap {
    padding: 30px !important;
    border-radius: var(--ds-radius-md);
    border: 1px solid var(--ds-border);
}
.elementor-section.ds-spectators .ds-glass-card > .elementor-widget-wrap { background: rgba(17,17,24,0.66); }
.elementor-section.ds-spectators .ds-ticket-card > .elementor-widget-wrap {
    background: linear-gradient(160deg, rgba(123,63,228,0.22), rgba(8,8,12,0.6));
    border-color: rgba(167,120,255,0.35);
}
.elementor-section.ds-spectators .elementor-widget-image img {
    width: 100%; aspect-ratio: 16 / 11; object-fit: cover;
    border-radius: var(--ds-radius-md); margin-bottom: 14px; display: block;
}
.elementor-section.ds-spectators ul {
    list-style: none; padding: 0; margin: 10px 0 0;
}
.elementor-section.ds-spectators li {
    padding: 8px 0; border-bottom: 1px dashed rgba(255,255,255,0.08);
    color: var(--ds-text-soft);
}

/* =============================================================
   14. PRESS / REGULATIONS / REGISTRATIONS — grid of dark "press boxes"
   ============================================================= */
.elementor-section.ds-press .elementor-inner-section,
.elementor-section.ds-regulations .elementor-inner-section,
.elementor-section.ds-registrations .elementor-inner-section { margin-top: 14px; }
.elementor-section.ds-press .elementor-inner-section > .elementor-container,
.elementor-section.ds-regulations .elementor-inner-section > .elementor-container,
.elementor-section.ds-registrations .elementor-inner-section > .elementor-container { gap: 14px; }

.elementor-column.ds-press-box { padding: 0 !important; }
.elementor-column.ds-press-box > .elementor-widget-wrap {
    background: rgba(8,8,12,0.7);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md);
    padding: 0 !important;
    overflow: hidden;
    transition: background .15s ease, border-color .15s ease;
}
.elementor-column.ds-press-box > .elementor-widget-wrap:hover {
    background: rgba(123,63,228,0.16);
    border-color: rgba(167,120,255,0.4);
}
.elementor-column.ds-press-box .elementor-widget-button { width: 100%; }
.elementor-column.ds-press-box .elementor-widget-button .elementor-button-wrapper { display: flex; width: 100%; }
.elementor-column.ds-press-box .elementor-button {
    width: 100%; min-height: 92px; justify-content: center;
    background: transparent !important; border: 0 !important;
    text-align: center;
}

/* Driver modal button inside press grid */
.elementor-column.ds-press-box .ds-driver-modal-btn {
    width: 100%; min-height: 92px;
    background: transparent !important; border: 0 !important; box-shadow: none !important;
    color: var(--ds-text) !important;
    font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}

/* =============================================================
   15. PRIZE TABLE
   ============================================================= */
.elementor-section.ds-prizes .ds-prize-table {
    width: 100%; border-collapse: collapse;
    background: rgba(17,17,24,0.66);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md);
    overflow: hidden;
    margin-top: 14px;
}
.elementor-section.ds-prizes .ds-prize-table th,
.elementor-section.ds-prizes .ds-prize-table td {
    padding: 14px 18px; text-align: left;
    border-bottom: 1px solid var(--ds-border);
}
.elementor-section.ds-prizes .ds-prize-table th {
    background: rgba(123,63,228,0.18);
    color: var(--ds-text-muted);
    font-size: 12px; letter-spacing: 0.16em;
    text-transform: uppercase; font-weight: 800;
}
.elementor-section.ds-prizes .ds-prize-table tr:last-child td { border-bottom: 0; }

/* =============================================================
   16. RESULTS placeholders
   ============================================================= */
.elementor-section.ds-results .elementor-widget-text-editor {
    background: rgba(17,17,24,0.66);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md);
    padding: 22px;
    color: var(--ds-text-muted) !important;
}

/* =============================================================
   17. SPONSORS
   ============================================================= */
.elementor-section.ds-sponsors .ds-sponsors__label .elementor-heading-title {
    color: var(--ds-text-muted) !important;
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
    margin: 22px 0 12px !important;
    font-weight: 800 !important;
}
.elementor-section.ds-sponsors .elementor-inner-section > .elementor-container { gap: 18px; align-items: stretch; }
.elementor-section.ds-sponsors .elementor-column.ds-sponsor { padding: 0 !important; }
.elementor-section.ds-sponsors .elementor-column.ds-sponsor > .elementor-widget-wrap {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-md);
    padding: 22px !important;
    display: flex; align-items: center; justify-content: center;
    min-height: 110px;
}
.elementor-section.ds-sponsors .elementor-column.ds-sponsor img {
    max-height: 64px; width: auto; object-fit: contain;
    filter: brightness(1.05);
}
.elementor-section.ds-sponsors .elementor-column.ds-sponsor--main > .elementor-widget-wrap {
    background: rgba(255,255,255,0.07);
    min-height: 140px;
}
.elementor-section.ds-sponsors .elementor-column.ds-sponsor--main img { max-height: 100px; }
/* Monster logo runs wider/shorter than Dinoil — bump it to read at the same visual weight. */
.elementor-section.ds-sponsors .elementor-column.ds-sponsor--monster img { max-height: 150px; }

/* =============================================================
   18. FOOTER (saved Elementor template)
   ============================================================= */
.ds-site-footer { margin-top: 80px; padding: 40px 0; border-top: 1px solid var(--ds-border); background: rgba(8,8,12,0.6); }
.ds-site-footer .ds-footer.elementor-section { padding: 0 !important; }
.ds-site-footer .ds-footer > .elementor-container { max-width: 1200px !important; padding: 0 24px; align-items: center; }
.ds-footer__title { font-weight: 900; letter-spacing: 0.1em; font-size: 18px; }
.ds-footer__subtitle { color: var(--ds-text-muted); font-size: 13px; margin-top: 6px; }
.ds-footer__links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.ds-footer__links a { color: var(--ds-text-soft); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; }
.ds-footer__links a:hover { color: #fff; }

/* =============================================================
   19. PRIVACY PAGE
   ============================================================= */
.elementor-section.ds-privacy h2.elementor-heading-title { font-size: clamp(28px, 4vw, 42px) !important; }
.ds-privacy__meta { padding: 22px; background: rgba(17,17,24,0.66); border: 1px solid var(--ds-border); border-radius: var(--ds-radius-md); margin: 18px 0; line-height: 1.7; }
.ds-privacy__org { font-weight: 900; letter-spacing: 0.08em; margin-bottom: 6px; }
.ds-privacy__content { margin-top: 24px; }
.ds-privacy__section { margin: 28px 0; }
.ds-privacy__section h3 { color: #c0a6ff; margin: 0 0 10px; font-size: 18px; }
.ds-privacy__section ul { padding-left: 22px; color: var(--ds-text-soft); }
.ds-privacy__section li { margin: 4px 0; }
.ds-privacy__date { margin-top: 18px; color: var(--ds-text-muted); font-size: 13px; }

/* =============================================================
   20. RESPONSIVE
   ============================================================= */
@media (max-width: 880px) {
    .ds-site-header .ds-header > .elementor-container { flex-wrap: wrap; }
    .ds-header__col-brand, .ds-header__col-menu, .ds-header__col-actions { width: 100% !important; }
    .ds-header__col-actions .elementor-widget-wrap { justify-content: center; }
    .ds-main-menu .ds-main-menu__list { justify-content: center; flex-wrap: wrap; }
    .elementor-section.ds-hero { min-height: 60vh; padding-top: 80px !important; padding-bottom: 80px !important; }
    .elementor-section.ds-hero h1.elementor-heading-title { font-size: clamp(40px, 12vw, 64px) !important; }
    .elementor-section.ds-quick-entry > .elementor-container,
    .elementor-section.ds-race-grid > .elementor-container,
    .elementor-section.ds-event-detail > .elementor-container,
    .elementor-section.ds-livestream > .elementor-container,
    .elementor-section.ds-spectators > .elementor-container,
    .elementor-section.ds-about > .elementor-container,
    .ds-site-footer .ds-footer > .elementor-container { flex-direction: column; }
    .elementor-section.ds-quick-entry .elementor-column,
    .elementor-section.ds-race-grid .elementor-column { width: 100% !important; max-width: 100%; }
}
