:root {
  --drv-navy: #1f276b;
  --drv-royal: #2f3b9e;
  --drv-royal-2: #4956c7;
  --drv-royal-3: #7070b8;
  --drv-white: #ffffff;
  --drv-bg: #f8f8f6;
  --drv-bg-2: #ffffff;
  --drv-text: rgba(20, 20, 24, 0.94);
  --drv-muted: rgba(106, 106, 106, 0.88);
  --drv-silver: #6a6a6a;
  --drv-gold: #cba968;
  --drv-gold-2: #cba968;
  --drv-border: rgba(31, 39, 107, 0.14);
  --drv-accent-grad: radial-gradient(1200px 900px at 10% 0%, rgba(73, 86, 199, 0.14), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(203, 169, 104, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(248, 248, 246, 1), rgba(255, 255, 255, 1));
  --drv-accent-grad-2: linear-gradient(135deg, rgba(47, 59, 158, 0.12), rgba(248, 248, 246, 0.96));
  --drv-shadow: 0 18px 46px rgba(31, 39, 107, 0.14);
  --drv-radius: 18px;
  --drv-nav-bg: rgba(248, 248, 246, 0.72);
  --drv-nav-bg-scrolled: rgba(248, 248, 246, 0.92);
  --drv-nav-text: rgba(20, 20, 24, 0.92);
  --drv-nav-link: rgba(20, 20, 24, 0.86);
  --drv-nav-link-hover: rgba(31, 39, 107, 0.98);
  --drv-dropdown-bg: rgba(255, 255, 255, 0.96);
  --drv-dropdown-border: rgba(31, 39, 107, 0.14);
  --drv-dropdown-text: rgba(20, 20, 24, 0.9);
  --drv-dropdown-hover-bg: rgba(47, 59, 158, 0.08);
  --drv-outline-bg: rgba(255, 255, 255, 0.72);
  --drv-outline-border: rgba(31, 39, 107, 0.2);
  --drv-outline-text: rgba(31, 39, 107, 0.92);
  --drv-outline-shadow: 0 12px 26px rgba(31, 39, 107, 0.12);
  --drv-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 248, 246, 0.76));
  --drv-card-border: rgba(31, 39, 107, 0.12);
  --drv-card-shadow: 0 20px 54px rgba(31, 39, 107, 0.14);
  --drv-tile-bg: rgba(255, 255, 255, 0.72);
  --drv-tile-border: rgba(31, 39, 107, 0.14);
  --drv-tile-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(31, 39, 107, 0.84));
}

:root[data-theme="dark"] {
  --drv-navy: #141418;
  --drv-royal: #2f3b9e;
  --drv-royal-2: #3d4fc0;
  --drv-royal-3: #2f3b9e;
  --drv-bg: #080b0d;
  --drv-bg-2: #141418;
  --drv-text: rgba(255, 255, 255, 0.94);
  --drv-muted: rgba(184, 184, 184, 0.84);
  --drv-silver: #b8b8b8;
  --drv-gold: #cba968;
  --drv-gold-2: #cba968;
  --drv-border: rgba(255, 255, 255, 0.12);
  --drv-accent-grad: radial-gradient(1200px 900px at 10% 0%, rgba(61, 79, 192, 0.22), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(203, 169, 104, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(8, 11, 13, 1), rgba(20, 20, 24, 1));
  --drv-accent-grad-2: linear-gradient(135deg, rgba(47, 59, 158, 0.38), rgba(8, 11, 13, 0.92));
  --drv-shadow: 0 18px 46px rgba(0, 0, 0, 0.46);
  --drv-nav-bg: rgba(8, 11, 13, 0.55);
  --drv-nav-bg-scrolled: rgba(8, 11, 13, 0.86);
  --drv-nav-text: rgba(255, 255, 255, 0.95);
  --drv-nav-link: rgba(255, 255, 255, 0.92);
  --drv-nav-link-hover: rgba(203, 169, 104, 0.98);
  --drv-dropdown-bg: rgba(20, 20, 24, 0.96);
  --drv-dropdown-border: rgba(203, 169, 104, 0.16);
  --drv-dropdown-text: rgba(255, 255, 255, 0.9);
  --drv-dropdown-hover-bg: rgba(203, 169, 104, 0.12);
  --drv-outline-bg: rgba(6, 11, 18, 0.28);
  --drv-outline-border: rgba(255, 255, 255, 0.18);
  --drv-outline-text: rgba(255, 255, 255, 0.9);
  --drv-outline-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  --drv-card-bg: linear-gradient(180deg, rgba(8, 11, 13, 0.78), rgba(20, 20, 24, 0.62));
  --drv-card-border: rgba(203, 169, 104, 0.16);
  --drv-card-shadow: 0 20px 54px rgba(0, 0, 0, 0.45);
  --drv-tile-bg: rgba(6, 11, 18, 0.28);
  --drv-tile-border: rgba(255, 255, 255, 0.12);
  --drv-tile-overlay: linear-gradient(180deg, rgba(6, 22, 46, 0.06), rgba(6, 11, 18, 0.9));
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: var(--drv-accent-grad);
  color: var(--drv-text);
  overflow-x: hidden;
}

body.page-product-detail {
  background: radial-gradient(1200px 900px at 10% 0%, rgba(18, 59, 140, 0.22), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.12), transparent 58%),
    linear-gradient(130deg, rgb(6, 44, 102), rgb(9, 41, 84));
}

body.page-exhibition {
  background: radial-gradient(1200px 900px at 10% 0%, rgba(18, 59, 140, 0.22), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.12), transparent 58%),
    linear-gradient(rgb(0, 46, 114), rgb(9, 34, 69));
}

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

.text-muted-soft {
  color: var(--drv-muted) !important;
}

.font-display {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  letter-spacing: 0.2px;
}

.container-bleed {
  max-width: 1280px;
}

.navbar {
  color: var(--drv-nav-text);
  background: var(--drv-nav-bg);
  backdrop-filter: blur(12px);
  transition: background 240ms ease, box-shadow 240ms ease, padding 240ms ease, backdrop-filter 240ms ease, color 240ms ease;
  padding: 0px 0;
}

.nav-primary {
  justify-content: center;
}

.nav-utilities .btn {
  --bs-btn-padding-x: 16px;
  --bs-btn-padding-y: 10px;
}

.navbar.navbar-scrolled {
  background: var(--drv-nav-bg-scrolled);
  backdrop-filter: blur(14px);
  box-shadow: var(--drv-shadow);
  padding: 0px 0;
  border-bottom: 1px solid var(--drv-border);
  color: var(--drv-nav-text);
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--drv-gold), var(--drv-royal));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 1px;
}

.nav-link {
  color: var(--drv-nav-link);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.nav-dropdown-link {
  flex: 1 1 auto;
}

.nav-dropdown-trigger {
  border: 0;
  background: transparent;
  color: var(--drv-nav-link);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-dropdown-trigger:hover,
.nav-dropdown-trigger:focus {
  background: rgba(203, 169, 104, 0.12);
  color: var(--drv-nav-link-hover);
}

.nav-dropdown.show .nav-dropdown-trigger i {
  transform: rotate(180deg);
}

.nav-dropdown-trigger i {
  transition: transform 180ms ease;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    flex-wrap: nowrap;
  }

  .navbar .navbar-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 8px !important;
  }

  .navbar .nav-link {
    font-size: 0.92rem;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    line-height:74px;

  .nav-dropdown-head {
    display: block;
  }
  }

  .navbar .btn-premium {
    --bs-btn-padding-x: 14px;
    --bs-btn-padding-y: 10px;
    white-space: nowrap;
  }

  .nav-dropdown {
    position: relative;
  }

  .nav-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
  }

  .nav-dropdown-menu {
    display: block;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px) scale(0.98);
    transform-origin: top center;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    margin-top: 0;
  }

  .nav-dropdown:hover > .nav-dropdown-menu,
  .nav-dropdown:focus-within > .nav-dropdown-menu,
  .nav-dropdown .nav-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-dropdown-trigger {
    display: none;
  }
}

.navbar.navbar-scrolled .nav-link {
  color: var(--drv-nav-link);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--drv-nav-link-hover);
}

.navbar .nav-link.active,
.navbar .nav-link.active:hover,
.navbar .nav-link.active:focus,
.navbar .nav-dropdown-link.active,
.navbar .nav-dropdown-link.active:hover,
.navbar .nav-dropdown-link.active:focus {
  color: var(--drv-gold) !important;
}

.navbar.navbar-scrolled .nav-link:hover,
.navbar.navbar-scrolled .nav-link:focus {
  color: var(--drv-nav-link-hover);
}

.navbar.navbar-scrolled .nav-link.active,
.navbar.navbar-scrolled .nav-link.active:hover,
.navbar.navbar-scrolled .nav-link.active:focus,
.navbar.navbar-scrolled .nav-dropdown-link.active,
.navbar.navbar-scrolled .nav-dropdown-link.active:hover,
.navbar.navbar-scrolled .nav-dropdown-link.active:focus {
  color: var(--drv-gold) !important;
}

.dropdown-menu {
  border-radius: 18px;
  border: 1px solid var(--drv-dropdown-border);
  background: var(--drv-dropdown-bg);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
  padding: 10px 8px 10px 1px;
}

.nav-dropdown-menu {
  min-width: 240px;
}

.dropdown-item {
  border-radius: 14px;
  font-weight: 700;
  color: var(--drv-dropdown-text);
  padding: 10px 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: var(--drv-dropdown-hover-bg);
  color: var(--drv-dropdown-text);
  transform: translateX(4px);
  box-shadow: inset 0 0 0 1px rgba(203, 169, 104, 0.16);
}

.dropdown-item:active {
  background: var(--drv-dropdown-hover-bg);
  color: var(--drv-dropdown-text);
}

.dropdown-item.active,
.dropdown-item.active:hover,
.dropdown-item.active:focus {
  background: linear-gradient(135deg, rgba(203, 169, 104, 0.22), rgba(9, 36, 74, 0.78));
  color: #ffffff;
}

.btn-premium {
  --bs-btn-padding-x: 18px;
  --bs-btn-padding-y: 12px;
  --bs-btn-border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn-gold {
  background: linear-gradient(135deg, var(--drv-gold), var(--drv-gold-2));
  border: 1px solid rgba(203, 169, 104, 0.6);
  color: rgba(20, 20, 24, 0.96);
  box-shadow: 0 16px 34px rgba(203, 169, 104, 0.18);
}

.btn-gold:hover,
.btn-gold:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(201, 162, 39, 0.22);
  color: rgba(6, 11, 18, 0.96);
}

.btn-outline-luxe {
  border: 1px solid var(--drv-outline-border);
  color: var(--drv-outline-text);
  background: var(--drv-outline-bg);
  box-shadow: var(--drv-outline-shadow);
}

.btn-outline-luxe:hover,
.btn-outline-luxe:focus {
  transform: translateY(-2px);
  border-color: rgba(203, 169, 104, 0.68);
  color: var(--drv-outline-text);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.section {
  padding: 46px 0;
}

.section-title {
  font-size: clamp(2.8rem, 1.1rem + 2vw, 3rem);
}

.section-kicker {
  color: rgba(203, 169, 104, 0.96);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

.theme-toggle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--drv-outline-border);
  background: var(--drv-outline-bg);
  color: var(--drv-outline-text);
  box-shadow: var(--drv-outline-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.page-index .navbar:not(.navbar-scrolled) {
  background: rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
}

.page-index .navbar:not(.navbar-scrolled) .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.page-index .navbar:not(.navbar-scrolled) .nav-link:hover,
.page-index .navbar:not(.navbar-scrolled) .nav-link:focus {
  color: rgba(255, 255, 255, 0.98);
}

.page-index .navbar:not(.navbar-scrolled) .nav-link.active,
.page-index .navbar:not(.navbar-scrolled) .nav-link.active:hover,
.page-index .navbar:not(.navbar-scrolled) .nav-link.active:focus,
.page-index .navbar:not(.navbar-scrolled) .nav-dropdown-link.active,
.page-index .navbar:not(.navbar-scrolled) .nav-dropdown-link.active:hover,
.page-index .navbar:not(.navbar-scrolled) .nav-dropdown-link.active:focus {
  color: var(--drv-gold) !important;
}

.page-index .navbar:not(.navbar-scrolled) .dropdown-menu {
  background: rgba(20, 20, 24, 0.92);
  border-color: rgba(255, 255, 255, 0.12);
}

.page-index .navbar:not(.navbar-scrolled) .dropdown-item {
  color: rgba(255, 255, 255, 0.92);
}

.page-index .navbar:not(.navbar-scrolled) .dropdown-item:hover,
.page-index .navbar:not(.navbar-scrolled) .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.08);
}

.page-index .navbar:not(.navbar-scrolled) .theme-toggle {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.theme-toggle:hover,
.theme-toggle:focus {
  transform: translateY(-2px);
  border-color: rgba(203, 169, 104, 0.7);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 122px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(201, 162, 39, 0.14);
}

.page-hero--banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--page-hero-bg, none);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.06);
  z-index: 0;
}

.page-hero--banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.32), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.86), rgba(6, 11, 18, 0.3));
  z-index: 1;
}

.page-hero--banner > .container {
  position: relative;
  z-index: 2;
}

.page-hero--banner .contact-badge,
.page-hero--banner .contact-tile {
  background: rgba(6, 11, 18, 0.32);
  border-color: rgba(255, 255, 255, 0.14);
}

.contact-badges {
  display: grid;
  gap: 12px;
}

.contact-badge {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-badge i {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(201, 162, 39, 0.16);
  border: 1px solid rgba(201, 162, 39, 0.28);
  color: rgba(255, 255, 255, 0.92);
}

.contact-tile {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-tile .feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
}

#contact-hero {
  min-height: 50svh;
  align-items: flex-end;
  padding-top: 132px;
  padding-bottom: 72px;
}

#contact-hero.page-hero--banner::before {
  background:
    radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.3), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.2), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.58), rgba(6, 11, 18, 0.72));
}

#contact-hero .section-title,
#contact-hero .text-muted-soft,
#contact-hero .section-kicker {
  position: relative;
  z-index: 2;
}

#contact-hero .section-title {
  color: rgba(255, 255, 255, 0.98);
  max-width: 33ch;
}

#contact-hero .text-muted-soft {
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 62ch;
}

#contact-hero .divider-line {
  background: linear-gradient(90deg, rgba(240, 210, 122, 0.85), rgba(240, 210, 122, 0));
}

#hero-event {
  min-height: 100svh;
  align-items: center;
  justify-content: center;
}

#hero-event .row {
  min-height: calc(100svh - 176px);
}

#hero-event .section-kicker,
#hero-event .section-title,
#hero-event .text-muted-soft {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#hero-event .section-title {
  color: rgba(255, 255, 255, 0.98);
  max-width: 36ch;
}

#hero-event .text-muted-soft {
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 70ch;
}

#hero-event .divider-line {
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, rgba(240, 210, 122, 0.85), rgba(240, 210, 122, 0));
}

#drv-world-hero {
  min-height: 50svh;
  align-items: flex-end;
  padding-top: 132px;
  padding-bottom: 72px;
}

#drv-world-hero.page-hero--banner::before {
  background:
    radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.28), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.56), rgba(6, 11, 18, 0.74));
}

#drv-world-hero .section-title {
  color: rgba(255, 255, 255, 0.98);
}

#drv-world-hero .text-muted-soft {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 60ch;
}

#drv-world-hero .divider-line {
  background: linear-gradient(90deg, rgba(240, 210, 122, 0.85), rgba(240, 210, 122, 0));
}

#product-guide-hero {
  min-height: 50svh;
  align-items: flex-end;
  padding-top: 132px;
  padding-bottom: 72px;
}

#product-guide-hero.page-hero--banner::before {
  background:
    radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.28), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.56), rgba(6, 11, 18, 0.74));
}

#product-guide-hero .section-title {
  color: rgba(255, 255, 255, 0.98);
}

#product-guide-hero .text-muted-soft {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 62ch;
}

#product-guide-hero .divider-line {
  background: linear-gradient(90deg, rgba(240, 210, 122, 0.85), rgba(240, 210, 122, 0));
}

#collection-hero {
  min-height: 70svh;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 72px;
}

#collection-hero.page-hero--banner::before {
  background:
    radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.28), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.56), rgba(6, 11, 18, 0.74));
}

#collection-hero .section-title {
  color: rgba(255, 255, 255, 0.98);
}

#collection-hero .text-muted-soft {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 62ch;
}

#collection-hero .divider-line {
  background: linear-gradient(90deg, rgba(240, 210, 122, 0.85), rgba(240, 210, 122, 0));
}

#experience-gallery-hero {
  min-height: 70svh;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 72px;
}

#experience-gallery-hero.page-hero--banner::before {
  background:
    radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.28), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.56), rgba(6, 11, 18, 0.74));
}

#experience-gallery-hero .section-title {
  color: rgba(255, 255, 255, 0.98);
}

#experience-gallery-hero .text-muted-soft {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 62ch;
}

#experience-gallery-hero .divider-line {
  background: linear-gradient(90deg, rgba(240, 210, 122, 0.85), rgba(240, 210, 122, 0));
}

.experience-hero-card {
  height: 100%;
}

.experience-apps-shell {
  border-radius: 28px;
  padding: clamp(24px, 4vw, 36px);
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(18, 59, 140, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(4, 10, 18, 0.96), rgba(6, 11, 18, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.experience-apps-head {
  text-align: center;
  margin-bottom: 24px;
}

.experience-apps-kicker {
  color: rgba(240, 210, 122, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: 0.74rem;
}

.experience-apps-title {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.96);
}

.experience-apps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.experience-app-card {
  position: relative;
  display: block;
  height: 190px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.experience-app-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.experience-app-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.08), rgba(6, 11, 18, 0.92));
}

.experience-app-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.25;
}

.experience-app-card:hover img {
  transform: scale(1.08);
}

.experience-apps-link {
  margin-top: 22px;
  text-align: center;
}

.experience-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.experience-gallery-shot {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
  background: rgba(255, 255, 255, 0.78);
}

.experience-gallery-shot img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 420ms ease;
}

.experience-gallery-shot:hover img {
  transform: scale(1.06);
}

.experience-projects-shell {
  border-radius: 28px;
  padding: clamp(20px, 3vw, 28px);
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(18, 59, 140, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(4, 10, 18, 0.98), rgba(6, 11, 18, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.experience-projects-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

.experience-projects-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 8px 10px 4px;
}

.experience-projects-kicker {
  color: rgba(240, 210, 122, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: 0.74rem;
}

.experience-projects-title {
  margin: 10px 0 12px;
  color: rgba(255, 255, 255, 0.96);
  max-width: 10ch;
}

.experience-projects-text {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 18px;
  max-width: 24ch;
}

.experience-project-card {
  position: relative;
  display: block;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.experience-project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.experience-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.9));
}

.experience-project-card:hover img {
  transform: scale(1.08);
}

.experience-project-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 12px;
}

.experience-project-card__title {
  color: rgba(255, 255, 255, 0.96);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1.2;
}

.experience-project-card__sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  margin-top: 4px;
}

:root:not([data-theme="dark"]) .experience-apps-shell {
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(18, 59, 140, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.98));
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 30px 70px rgba(31, 39, 107, 0.12);
}

:root:not([data-theme="dark"]) .experience-apps-title {
  color: rgba(6, 22, 46, 0.96);
}

:root:not([data-theme="dark"]) .experience-app-card {
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 18px 40px rgba(31, 39, 107, 0.12);
}

:root:not([data-theme="dark"]) .experience-projects-shell {
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(18, 59, 140, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.98));
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 30px 70px rgba(31, 39, 107, 0.12);
}

:root:not([data-theme="dark"]) .experience-projects-title {
  color: rgba(6, 22, 46, 0.96);
}

:root:not([data-theme="dark"]) .experience-projects-text {
  color: rgba(6, 22, 46, 0.72);
}

:root:not([data-theme="dark"]) .experience-project-card {
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 18px 40px rgba(31, 39, 107, 0.12);
}

@media (max-width: 1199.98px) {
  .experience-apps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experience-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-projects-copy {
    grid-column: 1 / -1;
    padding: 0 0 8px;
  }

  .experience-projects-title,
  .experience-projects-text {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .experience-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .experience-apps-grid,
  .experience-gallery-grid,
  .experience-projects-grid {
    grid-template-columns: 1fr;
  }

  .experience-app-card {
    height: 210px;
  }

  .experience-project-card {
    min-height: 240px;
  }
}

.collection-spec-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.collection-spec-list li + li {
  margin-top: 10px;
}

:root:not([data-theme="dark"]) .collection-spec-list {
  color: rgba(6, 22, 46, 0.84);
}

.collection-spec-card {
  height: 100%;
}

.collection-hero-thumb {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

:root:not([data-theme="dark"]) .collection-hero-thumb {
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 16px 44px rgba(31, 39, 107, 0.14);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.collection-tile {
  position: relative;
  display: block;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.22);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
  text-decoration: none;
  cursor: zoom-in;
}

.collection-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease, opacity 320ms ease;
}

.collection-tile__img--hover {
  opacity: 0;
}

.collection-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.88));
}

.collection-tile:hover .collection-tile__img--primary {
  transform: scale(1.08);
}

.collection-tile.has-hover-image:hover .collection-tile__img--primary {
  opacity: 0;
}

.collection-tile.has-hover-image:hover .collection-tile__img--hover {
  opacity: 1;
  transform: scale(1.08);
}

#collectionGalleryModal .award-modal-dialog {
  max-width: 96vw;
}

#collectionGalleryModal .award-modal-body {
  padding: 14px;
}

#collectionGalleryModal .award-modal-body img {
  max-width: 94vw;
  max-height: 84vh;
  transform: scale(1.02);
  transition: transform 220ms ease;
}

#collectionGalleryModal.is-open .award-modal-body img {
  transform: scale(1);
}

.collection-tile__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 14px 12px 12px;
}

.collection-tile__title {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.25;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}

.collection-tile__price {
  margin-top: 8px;
  color: rgba(240, 210, 122, 0.98);
  font-weight: 800;
  font-size: 0.78rem;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}

:root:not([data-theme="dark"]) .collection-tile {
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 18px 46px rgba(31, 39, 107, 0.14);
}

:root:not([data-theme="dark"]) .collection-tile::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(6, 22, 46, 0.7));
}

@media (max-width: 991.98px) {
  .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collection-hero-thumb {
    height: 110px;
  }
}

@media (max-width: 575.98px) {
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .collection-tile {
    height: 220px;
  }

  .collection-hero-thumb {
    height: 96px;
  }
}

.contact-studio-grid {
  align-items: stretch;
}

.contact-studio-card {
  position: relative;
  height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(201, 162, 39, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 252, 0.96));
  border: 1px solid rgba(18, 59, 140, 0.1);
  box-shadow: 0 24px 58px rgba(7, 12, 26, 0.1);
}

.contact-studio-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.contact-studio-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(18, 59, 140, 0.08);
  color: rgba(18, 59, 140, 0.92);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.contact-studio-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.22), rgba(18, 59, 140, 0.12));
  border: 1px solid rgba(201, 162, 39, 0.18);
  color: var(--drv-gold);
  font-size: 1.35rem;
}

.contact-studio-title {
  margin: 0 0 10px;
  color: var(--drv-text);
  font-size: clamp(1.35rem, 1.1rem + 0.7vw, 1.85rem);
}

.contact-studio-copy {
  margin: 0 0 22px;
  color: rgba(11, 23, 48, 0.68);
  line-height: 1.7;
}

.contact-studio-block {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(18, 59, 140, 0.08);
}

.contact-studio-label {
  margin-bottom: 8px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(18, 59, 140, 0.82);
}

.contact-studio-value {
  color: rgba(11, 23, 48, 0.86);
  line-height: 1.7;
  font-weight: 600;
}

.contact-studio-meta {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-studio-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 59, 140, 0.1);
  color: rgba(11, 23, 48, 0.88);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-studio-link:hover,
.contact-studio-link:focus {
  transform: translateY(-2px);
  border-color: rgba(201, 162, 39, 0.36);
  box-shadow: 0 14px 28px rgba(7, 12, 26, 0.08);
  color: rgba(11, 23, 48, 0.95);
}

.contact-studio-link i {
  color: var(--drv-gold);
  font-size: 1.05rem;
}

:root[data-theme="dark"] .contact-studio-card {
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(201, 162, 39, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(9, 15, 26, 0.94), rgba(14, 21, 34, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] .contact-studio-badge {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

:root[data-theme="dark"] .contact-studio-title {
  color: rgba(255, 255, 255, 0.96);
}

:root[data-theme="dark"] .contact-studio-copy {
  color: rgba(255, 255, 255, 0.7);
}

:root[data-theme="dark"] .contact-studio-block,
:root[data-theme="dark"] .contact-studio-link {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .contact-studio-label {
  color: rgba(240, 210, 122, 0.86);
}

:root[data-theme="dark"] .contact-studio-value,
:root[data-theme="dark"] .contact-studio-link {
  color: rgba(255, 255, 255, 0.9);
}

.contact-map-card {
  overflow: hidden;
}

.contact-map-shell {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(18, 59, 140, 0.12);
  box-shadow: 0 18px 44px rgba(7, 12, 26, 0.14);
}

.contact-map-shell iframe {
  width: 100%;
  min-height: 490px;
  border: 0;
  display: block;
}

.quote-card {
  position: relative;
  overflow: hidden;
}

.guide-strip-head,
.guide-strip-card,
.guide-side-card {
  cursor: pointer;
}

.quote-text {
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.quote-meta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-shell {
  position: relative;
}

.trust-shell .overflow-hidden {
  touch-action: pan-y;
  user-select: none;
}

.trust-track {
  display: flex;
  gap: 16px;
  transition: transform 520ms ease;
  will-change: transform;
}

.trust-card {
  width: min(460px, 88vw);
  flex: 0 0 auto;
}

.awards-hero-card .process-step {
  background: rgba(6, 11, 18, 0.26);
}

.award-card {
  width: 100%;
  border: 0;
  background: transparent;
}

.award-img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.award-meta {
  padding: 14px 6px 6px;
}

.award-title {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.96);
}

.award-desc {
  margin-top: 6px;
  font-size: 0.95rem;
}

.cert-card {
  width: 100%;
  border: 0;
  background: transparent;
}

.cert-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: scale(1);
  transition: transform 260ms ease;
}

.cert-card:hover .cert-img,
.cert-card:focus-visible .cert-img {
  transform: scale(1.04);
}

.world-map-shell {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.16);
  background:
    radial-gradient(900px 600px at 50% 8%, rgba(201, 162, 39, 0.08), transparent 55%),
    radial-gradient(820px 520px at 14% 28%, rgba(18, 59, 140, 0.14), transparent 58%),
    linear-gradient(180deg, rgba(8, 15, 31, 0.9), rgba(5, 11, 23, 0.96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.world-map-layout {
  display: block;
}

.world-map-shell--footprint {
  padding: 22px 22px 26px;
}

.world-footprint-title {
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.9rem;
  color: rgba(240, 210, 122, 0.9);
}

.world-footprint-grid {
  display: block;
}

.world-map {
  position: relative;
  width: 100%;
  aspect-ratio: 2.05 / 1;
  overflow: hidden;
  background:
    radial-gradient(720px 420px at 50% 43%, rgba(45, 96, 190, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(15, 24, 44, 0.62), rgba(7, 14, 28, 0.78));
}

.world-map-base {
  position: absolute;
  left: 50%;
  top: 5%;
  width: min(74%, 860px);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: brightness(1.32) contrast(1.08) saturate(0.95);
  z-index: 1;
  pointer-events: none;
}

.world-map--footprint {
  border-radius: 24px;
  border: 1px solid rgba(201, 162, 39, 0.12);
  background:
    radial-gradient(900px 440px at 50% 52%, rgba(18, 59, 140, 0.08), transparent 65%),
    rgba(4, 10, 22, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 40px rgba(18, 59, 140, 0.03),
    0 24px 54px rgba(0, 0, 0, 0.28);
}

.world-map--footprint::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    radial-gradient(700px 300px at 50% 46%, rgba(255, 255, 255, 0.03), transparent 66%);
  opacity: 0.16;
  pointer-events: none;
}

.world-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 260px at 50% 46%, rgba(35, 105, 255, 0.025), transparent 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015));
  pointer-events: none;
  z-index: 1;
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 50% 35%, rgba(255, 244, 198, 0.98), rgba(255, 109, 57, 0.98) 62%, rgba(150, 30, 0, 0.96));
  border: 1px solid rgba(255, 215, 145, 0.48);
  box-shadow:
    0 0 0 3px rgba(255, 120, 78, 0.1),
    0 0 18px rgba(255, 116, 69, 0.55),
    0 10px 22px rgba(0, 0, 0, 0.34);
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff4dc;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  z-index: 2;
}

.map-pin::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: rgba(255, 108, 60, 0.16);
  animation: pinPulse 1.8s ease-in-out infinite;
}

.map-pin::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(4, 10, 22, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.26);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  font-size: 0.85rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 3;
}

.map-pin:hover,
.map-pin:focus-visible,
.map-pin.is-active {
  transform: translate(-50%, -50%) scale(1.14);
}

.map-pin:hover::after,
.map-pin:focus-visible::after,
.map-pin.is-active::after {
  opacity: 1;
  transform: translate(-50%, -110%);
}

.world-map--dense .map-pin {
  width: 16px;
  height: 16px;
  border-width: 1px;
  font-size: 0.72rem;
}

.world-map--dense .map-pin::before {
  inset: -7px;
}

.world-map--dense .map-pin::after {
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 0.76rem;
  line-height: 1.2;
  max-width: min(44vw, 180px);
  white-space: normal;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .world-map-shell--footprint {
    padding: 18px 18px 22px;
  }

  .world-map--footprint {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .world-footprint-title {
    letter-spacing: 0.22em;
    font-size: 0.78rem;
  }

  .world-map--footprint {
    aspect-ratio: 1.45 / 1;
    border-radius: 18px;
  }

  .world-map-base {
    width: 96%;
    top: 10%;
  }
}

.review-stars i {
  color: rgba(201, 162, 39, 0.96);
}

@keyframes pinPulse {
  0% {
    transform: scale(0.7);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.25);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

.expo-hero-card .process-step {
  background: rgba(6, 11, 18, 0.26);
}

.expo-badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(240, 210, 122, 0.14);
  border: 1px solid rgba(240, 210, 122, 0.28);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  font-size: 0.78rem;
  white-space: nowrap;
}

.expo-featured {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.22);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.45);
  min-height: 360px;
}

.expo-featured img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transform: scale(1.02);
}

.expo-featured-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 16px;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0), rgba(6, 11, 18, 0.9));
}

.expo-masonry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.expo-shot {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  position: relative;
  aspect-ratio: 4 / 3;
}

.expo-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.expo-shot:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.32);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.5);
}

.expo-shot:hover img {
  transform: scale(1.08);
}

.expo-shot-overlay {
  position: absolute;
  inset: auto 12px 12px 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(6, 22, 46, 0.86);
  border: 1px solid rgba(201, 162, 39, 0.18);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 800;
  font-size: 0.9rem;
}

.expo-timeline {
  position: relative;
  display: grid;
  gap: 14px;
  padding-left: 24px;
}

.expo-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.76), rgba(18, 59, 140, 0.66));
}

.expo-timeline-item {
  position: relative;
}

.expo-dot {
  position: absolute;
  left: -24px;
  top: 16px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(240, 210, 122, 0.98);
  border: 2px solid rgba(6, 22, 46, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.partner-pill {
  font-weight: 900;
  letter-spacing: 0.2px;
}

@media (max-width: 991.98px) {
  .expo-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .expo-masonry {
    grid-template-columns: 1fr;
  }
}

.guide-step-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guide-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
}

:root:not([data-theme="dark"]) .guide-list {
  color: rgba(6, 22, 46, 0.84);
}

.guide-list li + li {
  margin-top: 10px;
}

.collection-richtext > *:last-child {
  margin-bottom: 0;
}

.collection-richtext p {
  margin-bottom: 1rem;
}

.collection-richtext ul,
.collection-richtext ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.collection-richtext li + li {
  margin-top: 0.45rem;
}

.about-richtext > *:last-child {
  margin-bottom: 0;
}

.about-richtext p {
  margin-bottom: 1rem;
}

.about-richtext ul,
.about-richtext ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.about-richtext li + li {
  margin-top: 0.45rem;
}

.translucent-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.translucent-features-panel {
  border-radius: 28px;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(900px 320px at 50% 0%, rgba(18, 59, 140, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(4, 10, 18, 0.98), rgba(6, 11, 18, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.translucent-features-panel .section-title {
  color: rgba(255, 255, 255, 0.98);
}

.translucent-features-panel .text-muted-soft {
  color: rgba(255, 255, 255, 0.78) !important;
}

.translucent-feature-item {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  padding: 24px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  min-height: 170px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.translucent-feature-item:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 210, 122, 0.26);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.translucent-feature-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: radial-gradient(circle at 30% 30%, rgba(240, 210, 122, 0.18), rgba(240, 210, 122, 0.06));
  border: 1px solid rgba(240, 210, 122, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.translucent-feature-item i {
  font-size: 2.1rem;
  line-height: 1;
  color: rgba(240, 210, 122, 0.98);
}

.translucent-feature-item span {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  line-height: 1.35;
}

:root:not([data-theme="dark"]) .translucent-feature-item {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 18px 46px rgba(31, 39, 107, 0.1);
}

:root:not([data-theme="dark"]) .translucent-features-panel {
  background:
    radial-gradient(900px 320px at 50% 0%, rgba(18, 59, 140, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.98));
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 30px 70px rgba(31, 39, 107, 0.12);
}

:root:not([data-theme="dark"]) .translucent-features-panel .section-title {
  color: rgba(6, 22, 46, 0.96);
}

:root:not([data-theme="dark"]) .translucent-features-panel .text-muted-soft {
  color: rgba(6, 22, 46, 0.72) !important;
}

:root:not([data-theme="dark"]) .translucent-feature-icon {
  background: radial-gradient(circle at 30% 30%, rgba(240, 210, 122, 0.22), rgba(240, 210, 122, 0.08));
  border-color: rgba(201, 162, 39, 0.18);
}

:root:not([data-theme="dark"]) .translucent-feature-item span {
  color: rgba(6, 22, 46, 0.92);
}

.guide-strip-head {
  padding: 0 4px 18px;
}

.guide-strip-shell {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 18px;
}

.guide-strip-viewport {
  overflow: hidden;
}

.guide-strip-track {
  --guide-strip-gap: 14px;
  display: flex;
  gap: var(--guide-strip-gap);
  transition: transform 420ms ease;
  will-change: transform;
}

.guide-strip-card {
  position: relative;
  flex: 0 0 calc((100% - (var(--guide-strip-gap) * 3)) / 4);
  height: 270px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(6, 11, 18, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.guide-strip-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 420ms ease, opacity 320ms ease;
}

.guide-strip-card__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.guide-strip-card:hover .guide-strip-card__img--primary {
  transform: scale(1.06);
}

.guide-strip-card:hover .guide-strip-card__img--hover {
  opacity: 1;
  transform: scale(1.06);
}

.guide-strip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.04), rgba(6, 11, 18, 0.88));
}

.guide-strip-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 14px 12px 12px;
}

.guide-strip-card__title,
.guide-strip-card__sub,
.guide-strip-card__price {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}

.guide-strip-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.guide-strip-card__sub {
  margin-top: 4px;
  font-size: 0.8rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.86);
}

.guide-strip-card__price {
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(240, 210, 122, 0.98);
}

.guide-strip-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(6, 22, 46, 0.82);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.guide-strip-nav--prev {
  left: 12px;
}

.guide-strip-nav--next {
  right: 12px;
}

.guide-strip-nav:hover {
  background: rgba(201, 162, 39, 0.88);
  color: rgba(6, 22, 46, 0.96);
}

:root:not([data-theme="dark"]) .guide-strip-card {
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 18px 40px rgba(31, 39, 107, 0.12);
}

:root:not([data-theme="dark"]) .guide-strip-nav {
  background: rgba(255, 255, 255, 0.96);
  color: rgba(6, 22, 46, 0.92);
}

.guide-category-spotlight .carousel-control-prev,
.guide-category-spotlight .carousel-control-next {
  width: 56px;
}

.guide-side-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.guide-inline-media {
  border-radius: 24px;
}

.guide-inline-media__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.guide-inline-media__frame {
  border: 0;
}

:root:not([data-theme="dark"]) .guide-inline-media__img {
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 20px 48px rgba(31, 39, 107, 0.14);
}

.guide-story-steps {
  display: grid;
  gap: 18px;
}

.guide-story-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 2px;
  align-items: start;
}

.guide-story-step__index {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1.5px solid currentColor;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--drv-text);
  margin-top: 2px;
}

.guide-story-step__title {
  margin: 0 0 4px;
  font-size: 1.2rem;
  line-height: 1;
}

.guide-resource-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.guide-resource-card .guide-inline-media__img {
  margin-bottom: 0 !important;
}

.guide-resource-card__desc {
  margin-bottom: 0;
}

.guide-resource-card__btn {
  margin-top: auto;
  align-self: flex-start;
}

.guide-resource-card__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

:root:not([data-theme="dark"]) .guide-story-step__index {
  color: rgba(6, 22, 46, 0.88);
}

:root:not([data-theme="dark"]) .guide-resource-card__img {
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 16px 40px rgba(31, 39, 107, 0.12);
}

.guide-tabs-shell {
  border-radius: 22px;
}

.guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(6, 11, 18, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.guide-tab {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 11, 18, 0.18);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.guide-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(201, 162, 39, 0.42);
}

.guide-tab.is-active {
  background: rgba(201, 162, 39, 0.16);
  border-color: rgba(240, 210, 122, 0.68);
}

.guide-panels {
  padding: 14px 8px 4px;
}

.guide-panel {
  display: none;
}

.guide-panel.is-active {
  display: block;
}

.guide-mini {
  display: grid;
  gap: 10px;
}

.guide-mini-item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.guide-mini-item i {
  color: rgba(240, 210, 122, 0.96);
}

.section-bg {
  position: relative;
  overflow: hidden;
}

.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--section-bg, none);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.08);
  opacity: 0.22;
  z-index: 0;
}

.section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.32), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.72), rgba(6, 11, 18, 0.9));
  z-index: 0;
}

.section-bg > .container {
  position: relative;
  z-index: 1;
}

.info-stack {
  display: grid;
  gap: 10px;
}

.info-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-row:first-child {
  padding-top: 0;
}

.info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-row i {
  color: rgba(240, 210, 122, 0.96);
  font-size: 1.15rem;
  line-height: 1.2;
  margin-top: 2px;
}

.info-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.info-sub {
  color: var(--drv-muted);
  margin-top: 2px;
}

.feature-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
}

.guide-visual {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.45);
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .translucent-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-strip-card {
    flex-basis: calc((100% - var(--guide-strip-gap)) / 2);
    height: 240px;
  }

  .guide-strip-head {
    padding-bottom: 14px;
  }

  .guide-inline-media__img {
    height: 320px;
  }

  .guide-resource-card__img {
    height: 190px;
  }

  .guide-visual {
    height: 280px;
  }
}

@media (max-width: 575.98px) {
  .translucent-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .translucent-feature-item {
    min-height: 144px;
    padding: 18px 12px;
  }

  .translucent-feature-item i {
    font-size: 1.7rem;
  }

  .guide-inline-media__img {
    height: 240px;
  }

  .guide-story-step {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .guide-story-step__title {
    font-size: 1.1rem;
  }

  .guide-resource-card__img {
    height: 180px;
  }

  .guide-strip-shell {
    padding: 14px 12px;
  }

  .guide-strip-head {
    padding: 0 2px 12px;
  }

  .guide-strip-card {
    flex-basis: 78vw;
    height: 220px;
  }

  .guide-strip-nav {
    width: 36px;
    height: 36px;
  }

  .guide-visual {
    height: 240px;
  }
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-shot {
  border: 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-shot img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.product-shot:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.32);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.5);
}

.product-shot:hover img {
  transform: scale(1.08);
}

.spec-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-key {
  width: 44%;
  color: rgba(240, 210, 122, 0.92);
  font-weight: 800;
}

.spec-val {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.variant-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.variant-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.variant-card:hover img {
  transform: scale(1.08);
}

.variant-meta {
  padding: 12px 14px 14px;
}

@media (max-width: 991.98px) {
  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-shot img {
    height: 240px;
  }
}

@media (max-width: 575.98px) {
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-shot img {
    height: 240px;
  }

  .variant-card img {
    height: 220px;
  }
}

.award-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2000;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.award-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.award-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(10px);
}

.award-modal-dialog {
  position: relative;
  width: auto;
  max-width: 94vw;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(6, 22, 46, 0.82), rgba(6, 11, 18, 0.74));
  border: 1px solid rgba(201, 162, 39, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.6);
  transform: translateY(10px) scale(0.98);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.award-modal.is-open .award-modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.award-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 11, 18, 0.32);
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  z-index: 9;
}

.award-modal-body {
  padding: 12px;
}

.award-modal-body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92vw;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.award-modal-meta {
  margin-top: 14px;
  max-width: 92vw;
}

.award-modal-title {
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 1.2rem;
}

.awards-highlight .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
}

@media (max-width: 575.98px) {
  .award-img {
    height: 190px;
  }

  .cert-img {
    height: 240px;
  }
}

#certificateModal .award-modal-body img {
  max-height: 82vh;
}

.divider-line {
  width: 84px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.92), rgba(18, 59, 140, 0.86));
  margin-top: 18px;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #000;
}


.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
}

.hero-carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 800ms ease-in-out;
  transform: none;
}

.hero-carousel.carousel-fade .carousel-item.active,
.hero-carousel.carousel-fade .carousel-item.carousel-item-start,
.hero-carousel.carousel-fade .carousel-item.carousel-item-end {
  opacity: 1;
}

.hero-carousel .carousel-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.38) 35%, rgba(0, 0, 0, 0.58) 100%);
  z-index: 1;
}

.hero-caption {
  z-index: 3;
}

.hero .hero-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: clamp(24px, 6vw, 88px);
  padding-right: clamp(72px, 10vw, 160px);
}

.hero .hero-caption {
  position: relative;
  transform: none;
  text-align: left;
  max-width: min(560px, calc(100vw - 180px));
  margin: 0;
}

.hero .hero-caption p {
  margin-left: 0;
  margin-right: 0;
}

#hero-about .hero-copy {
  /* align-items: flex-end; */
  justify-content: center;
  /* padding-bottom: 120px; */
}

#hero-about .hero-caption {
  text-align: center;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}




#hero-event .hero-copy {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 120px;
}

#hero-event .hero-caption {
  text-align: center;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-center-btn {
  margin-top: 18px;
}

.banner-strip {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 220px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
  box-shadow: none;
}

:root:not([data-theme="dark"]) .banner-strip {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.banner-strip-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.banner-strip-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.38) 100%);
}

:root:not([data-theme="dark"]) .banner-strip::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.84) 42%, rgba(255, 255, 255, 0.18) 72%, rgba(255, 255, 255, 0.56) 100%);
}

.banner-strip-content {
  position: relative;
  z-index: 3;
  padding: 26px 0px 18px;
  width: 100%;
  max-width: 60%;
}

.banner-strip-layout {
  position: relative;
  z-index: 3;
}

.banner-strip-layout .banner-strip-content {
  max-width: 100%;
}

.banner-strip-visual {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.34);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
}

.banner-strip-gif {
  width: 100%;
  height: auto;
  display: block;
}

.banner-strip-kicker {
  color: rgba(203, 169, 104, 0.92);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 6px;
}

.banner-strip-title {
  color: var(--drv-text);
  font-size: clamp(1.7rem, 1.1rem + 2vw, 2.5rem);
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.banner-strip-icons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.banner-strip-icons.banner-strip-icons--half {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  max-width: 520px;
}

.banner-strip-icons.banner-strip-icons--grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 18px;
  max-width: 780px;
}

.banner-strip-icons.banner-strip-icons--half .banner-strip-item {
  align-items: flex-start;
  text-align: left;
}

.banner-strip-icons.banner-strip-icons--half .banner-strip-item i {
  color: rgba(240, 210, 122, 0.78);
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.banner-strip-icons.banner-strip-icons--half .banner-strip-item-title {
  font-size: 0.72rem;
}

:root:not([data-theme="dark"]) .banner-strip-visual {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 22px 58px rgba(31, 39, 107, 0.12);
}

.banner-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banner-strip-item i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 10px;
}

.banner-strip-item-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 10px;
}

:root:not([data-theme="dark"]) .banner-strip-item i {
  color: rgba(31, 39, 107, 0.38);
}

.banner-strip-item-title {
  font-weight: 900;
  letter-spacing: 0.14em;
  font-size: 0.66rem;
  color: var(--drv-text);
}

.banner-strip-item-sub {
  font-size: 0.72rem;
  color: var(--drv-muted);
  margin-top: 4px;
}

.hero-progress {
  position: fixed;
  z-index: 4;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.hero-progress-item {
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.hero-progress-num {
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.72);
  transition: color 220ms ease, transform 220ms ease;
}

:root:not([data-theme="dark"]) .hero-progress-num {
  color: rgba(31, 39, 107, 0.52);
}

.hero-progress-line {
  width: 2px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transition: background 220ms ease;
}

:root:not([data-theme="dark"]) .hero-progress-line {
  background: rgba(31, 39, 107, 0.22);
}

.hero-progress-item.is-active .hero-progress-num {
  color: rgba(240, 210, 122, 0.98);
  transform: scale(1.05);
}

.hero-progress-item.is-past .hero-progress-num {
  color: rgba(240, 210, 122, 0.92);
}

.hero-progress-item.is-past .hero-progress-line {
  background: rgba(240, 210, 122, 0.75);
}

.hero-progress-item.is-active .hero-progress-line {
  background: rgba(240, 210, 122, 0.75);
}

.hero-scroll {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3);
  display: grid;
  place-items: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-scroll:hover,
.hero-scroll:focus {
  transform: translateX(-50%) translateY(-2px);
  border-color: rgba(240, 210, 122, 0.65);
  background: rgba(0, 0, 0, 0.28);
}

@media (max-width: 575.98px) {
  .hero-progress {
    right: 14px;
    gap: 8px;
  }

  .hero-progress-line {
    height: 20px;
  }
}

@media (max-width: 991.98px) {
  .hero .hero-copy {
    align-items: flex-end;
    padding: 0 22px 110px;
  }

  .hero .hero-caption {
    max-width: min(560px, calc(100vw - 44px));
  }

  .banner-strip-content {
    max-width: 100%;
    width: 100%;
  }

  .banner-strip-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .banner-strip-icons.banner-strip-icons--half {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .banner-strip-icons.banner-strip-icons--grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .hero-progress {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .banner-strip-content {
    padding: 22px 18px 16px;
    width: 100%;
  }

  .banner-strip-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.apps-section {
  padding: 64px 0;
}

.apps-section.section-bg::before {
  opacity: 0.34;
}

.apps-section.section-bg::after {
  background: radial-gradient(900px 700px at 12% 0%, rgba(18, 59, 140, 0.22), transparent 58%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.86), rgba(6, 11, 18, 0.96));
}

:root:not([data-theme="dark"]) .apps-section.section-bg::before {
  opacity: 0.26;
}

:root:not([data-theme="dark"]) .apps-section.section-bg::after {
  background: radial-gradient(1000px 720px at 12% 0%, rgba(18, 59, 140, 0.14), transparent 60%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 252, 0.92));
}

.compare-section {
  padding-top: 0;
}

.compare-card {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .compare-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.compare-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.65fr);
  align-items: stretch;
}

.compare-copy {
  padding: 34px 30px;
  display: grid;
  align-content: center;
  gap: 10px;
  background: radial-gradient(900px 520px at 0% 0%, rgba(18, 59, 140, 0.26), transparent 60%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.72), rgba(6, 11, 18, 0.9));
}

:root:not([data-theme="dark"]) .compare-copy {
  background: radial-gradient(900px 520px at 0% 0%, rgba(18, 59, 140, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 252, 0.92));
}

.compare-kicker {
  color: rgba(203, 169, 104, 0.92);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.compare-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.7rem, 1.1rem + 2vw, 2.6rem);
}

:root:not([data-theme="dark"]) .compare-title {
  color: var(--drv-text);
}

.compare-text {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  max-width: 34ch;
}

:root:not([data-theme="dark"]) .compare-text {
  color: rgba(11, 23, 48, 0.72);
}

.compare-visual {
  position: relative;
  background: rgba(0, 0, 0, 0.24);
}

.compare-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  --pos: 54;
  overflow: hidden;
}

.compare-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .compare-img--base {
  filter: grayscale(1) contrast(1.05) brightness(0.88);
  transform: scale(1.02);
} */

/* :root:not([data-theme="dark"]) .compare-img--base {
  filter: grayscale(1) contrast(1.05) brightness(0.96);
} */

.compare-top {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 calc(var(--pos) * 1%));
}

.compare-frame.is-auto-shake .compare-top {
  transition: clip-path 340ms ease;
}

.compare-img--top {
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.06);
}

.compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--pos) * 1%);
  width: 2px;
  background: rgba(255, 255, 255, 0.62);
  transform: translateX(-1px);
  z-index: 3;
}

.compare-frame.is-auto-shake .compare-divider {
  transition: left 340ms ease;
}

:root:not([data-theme="dark"]) .compare-divider {
  background: rgba(31, 39, 107, 0.48);
}

.compare-knob {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0 2px;
  background: rgba(6, 11, 18, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.compare-knob i {
  display: block;
  line-height: 1;
  font-size: 1.05rem;
}

:root:not([data-theme="dark"]) .compare-knob {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(31, 39, 107, 0.18);
  color: rgba(11, 23, 48, 0.86);
}

.compare-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: ew-resize;
}

.compare-tag {
  position: absolute;
  bottom: 14px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.66rem;
  background: rgba(6, 11, 18, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
}

:root:not([data-theme="dark"]) .compare-tag {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(31, 39, 107, 0.14);
  color: rgba(11, 23, 48, 0.82);
}

.compare-tag--left {
  left: 14px;
}

.compare-tag--right {
  right: 14px;
}

.compare-options {
  padding: 16px 18px 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.32);
}

:root:not([data-theme="dark"]) .compare-options {
  border-top-color: rgba(31, 39, 107, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.compare-option {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  background: rgba(0, 0, 0, 0.18);
  min-height: 180px;
  --pos: 50;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

:root:not([data-theme="dark"]) .compare-option {
  border-color: rgba(31, 39, 107, 0.16);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 40px rgba(31, 39, 107, 0.14);
}

.compare-option::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.58));
  opacity: 0.45;
}

:root:not([data-theme="dark"]) .compare-option::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(6, 22, 46, 0.42));
  opacity: 0.35;
}

.compare-option-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.06);
}

.compare-option-top {
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: inset(0 0 0 calc(var(--pos) * 1%));
}

.compare-option-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--pos) * 1%);
  width: 2px;
  transform: translateX(-1px);
  z-index: 2;
  background: rgba(255, 255, 255, 0.62);
  pointer-events: none;
}

:root:not([data-theme="dark"]) .compare-option-divider {
  background: rgba(31, 39, 107, 0.5);
}

.compare-option-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(6, 11, 18, 0.62);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.compare-option-divider i {
  position: absolute;
  top: 47.5%;
  transform: translate(-6%);
  z-index: 3;
  color: #ffffff!important;
  font-size: 0.5rem;
  line-height: 1;
  
}

.compare-option-divider i:first-child {
  left: calc(50% - 8px);
}

.compare-option-divider i:last-child {
  left: calc(50% + 1px);
}

:root:not([data-theme="dark"]) .compare-option-divider i {
  color: rgba(11, 23, 48, 0.86);
}

.compare-option:hover,
.compare-option:focus {
  transform: translateY(-2px);
  border-color: rgba(240, 210, 122, 0.55);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.32);
}

.compare-option.is-active {
  border-color: rgba(240, 210, 122, 1)!important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.36)!important;
}

@media (max-width: 991.98px) {
  .compare-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .compare-layout {
    grid-template-columns: 1fr;
  }

  .compare-copy {
    padding: 26px 20px;
    text-align: center;
    justify-items: center;
  }

  .compare-text {
    max-width: 48ch;
  }
}

.why-drv {
  padding: 40px 0;
}

.why-drv.section-bg::before {
  opacity: 0;
}

.why-drv.section-bg::after {
  background: none;
}

:root:not([data-theme="dark"]) .why-drv.section-bg::before {
  opacity: 0;
}

:root:not([data-theme="dark"]) .why-drv.section-bg::after {
  background: none;
}

.why-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .why-card {
  border-color: rgba(31, 39, 107, 0.14);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--section-bg, none);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.08);
  opacity: 0.5;
  z-index: 0;
}

:root:not([data-theme="dark"]) .why-card::before {
  opacity: 0.55;
}

.why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 700px at 12% 0%, rgba(18, 59, 140, 0.22), transparent 58%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.12), transparent 62%),
    linear-gradient(90deg, rgba(6, 11, 18, 0.92) 0%, rgba(6, 11, 18, 0.86) 48%, rgba(6, 11, 18, 0.62) 100%);
  z-index: 0;
}

:root:not([data-theme="dark"]) .why-card::after {
  background: radial-gradient(1000px 720px at 12% 0%, rgba(18, 59, 140, 0.12), transparent 60%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.1), transparent 62%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.88) 52%, rgba(255, 255, 255, 0.74) 100%);
  opacity: 0.86;
}

.why-card > * {
  position: relative;
  z-index: 1;
}

.why-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  padding: 34px 34px 22px;
}

.why-copy {
  max-width: 560px;
}

.why-step {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}

:root:not([data-theme="dark"]) .why-step {
  color: rgba(11, 23, 48, 0.5);
}

.why-title {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(2.2rem, 1.2rem + 2.6vw, 3.4rem);
  letter-spacing: 0.6px;
}

:root:not([data-theme="dark"]) .why-title {
  color: var(--drv-text);
}

.why-sub {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 6px;
}

:root:not([data-theme="dark"]) .why-sub {
  color: rgba(11, 23, 48, 0.72);
}

.why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.why-actions .btn {
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
}

.why-pp {
  padding: 18px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.18), rgba(6, 11, 18, 0.64));
}

:root:not([data-theme="dark"]) .why-pp {
  border-top-color: rgba(31, 39, 107, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(243, 246, 252, 0.74));
}

.why-pp .pp-head {
  padding: 0 28px 18px;
}

.why-pp .pp-grid {
  padding: 0 28px 16px;
}

.why-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.62);
  backdrop-filter: blur(10px);
}

:root:not([data-theme="dark"]) .why-stats {
  border-top-color: rgba(31, 39, 107, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.why-stat {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.why-stat:first-child {
  border-left: 0;
}

  .mobile-cta-bar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 260ms ease, visibility 260ms ease, transform 260ms ease;
  }

  body.show-floating-ui .mobile-cta-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

:root:not([data-theme="dark"]) .why-stat {
  border-left-color: rgba(31, 39, 107, 0.1);
}

.why-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(11, 23, 48, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(240, 210, 122, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.why-stat-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

:root:not([data-theme="dark"]) .why-stat-icon {
  background: rgba(255, 255, 255, 0.52);
  border-color: rgba(31, 39, 107, 0.16);
  color: rgba(18, 59, 140, 0.9);
  box-shadow: 0 14px 34px rgba(31, 39, 107, 0.14);
}

.why-stat-value {
  color: rgba(240, 210, 122, 0.98);
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 1.55rem;
}

:root:not([data-theme="dark"]) .why-stat-value {
  color: rgba(18, 59, 140, 0.92);
}

.why-stat-label {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
}

.why-stat-copy {
  display: grid;
  gap: 2px;
}

:root:not([data-theme="dark"]) .why-stat-label {
  color: rgba(11, 23, 48, 0.64);
}

@media (max-width: 991.98px) {
  .why-top {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .why-badge {
    display: none;
  }

  .why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-stat {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
  }

  :root:not([data-theme="dark"]) .why-stat {
    border-top-color: rgba(31, 39, 107, 0.1);
  }

  .why-stat:nth-child(1),
  .why-stat:nth-child(2) {
    border-top: 0;
  }

  .why-pp .pp-head,
  .why-pp .pp-grid {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.pp-section {
  padding: 74px 0;
}

.pp-section.section-bg::before {
  opacity: 0;
}

.pp-section.section-bg::after {
  background: none;
}

:root:not([data-theme="dark"]) .pp-section.section-bg::before {
  opacity: 0;
}

:root:not([data-theme="dark"]) .pp-section.section-bg::after {
  background: none;
}

.pp-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .pp-card {
  border-color: rgba(31, 39, 107, 0.14);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.pp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--section-bg, none);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.08);
  opacity: 0.42;
  z-index: 0;
}

:root:not([data-theme="dark"]) .pp-card::before {
  opacity: 0.32;
}

.pp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 700px at 12% 0%, rgba(18, 59, 140, 0.2), transparent 58%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.86), rgba(6, 11, 18, 0.94));
  z-index: 0;
}

:root:not([data-theme="dark"]) .pp-card::after {
  background: radial-gradient(1000px 720px at 12% 0%, rgba(18, 59, 140, 0.1), transparent 60%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 252, 0.92));
}

.pp-card > * {
  position: relative;
  z-index: 1;
}

.pp-head {
  padding: 28px 28px 18px;
}

.pp-kicker {
  color: rgba(203, 169, 104, 0.92);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  margin-bottom: 6px;
}

.pp-title {
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.8rem);
}

:root:not([data-theme="dark"]) .pp-title {
  color: var(--drv-text);
}

.pp-grid {
  padding: 0 18px 16px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.pp-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 170px;
}

:root:not([data-theme="dark"]) .pp-tile {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(31, 39, 107, 0.14);
}

.pp-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.06);
  transition: transform 420ms ease;
}

.pp-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.04), rgba(6, 11, 18, 0.9));
}

:root:not([data-theme="dark"]) .pp-tile::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(6, 22, 46, 0.64));
}

.pp-tile:hover img {
  transform: scale(1.09);
}

.pp-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 14px;
  z-index: 2;
}

.pp-item-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.62rem;
}

:root:not([data-theme="dark"]) .pp-item-title {
  color: rgba(255, 255, 255, 0.92);
}

.pp-item-sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  margin-top: 4px;
}

.pp-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.62);
  backdrop-filter: blur(10px);
}

:root:not([data-theme="dark"]) .pp-stats {
  border-top-color: rgba(31, 39, 107, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.pp-stat {
  padding: 18px 16px 20px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pp-stat:first-child {
  border-left: 0;
}

:root:not([data-theme="dark"]) .pp-stat {
  border-left-color: rgba(31, 39, 107, 0.1);
}

.pp-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(11, 23, 48, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(240, 210, 122, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

:root:not([data-theme="dark"]) .pp-stat-icon {
  background: rgba(255, 255, 255, 0.52);
  border-color: rgba(31, 39, 107, 0.16);
  color: rgba(18, 59, 140, 0.9);
  box-shadow: 0 14px 34px rgba(31, 39, 107, 0.14);
}

.pp-stat-value {
  color: rgba(240, 210, 122, 0.98);
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 1.55rem;
}

:root:not([data-theme="dark"]) .pp-stat-value {
  color: rgba(18, 59, 140, 0.92);
}

.pp-stat-label {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
}

:root:not([data-theme="dark"]) .pp-stat-label {
  color: rgba(11, 23, 48, 0.64);
}

@media (max-width: 1199.98px) {
  .pp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pp-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .pp-item {
    scroll-snap-align: start;
  }

  .pp-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-stat {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  :root:not([data-theme="dark"]) .pp-stat {
    border-top-color: rgba(31, 39, 107, 0.1);
  }

  .pp-stat:nth-child(1),
  .pp-stat:nth-child(2) {
    border-top: 0;
  }
}

.wa-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .wa-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.wa-merged-card {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .wa-merged-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.wa-merged-card .wa-card {
  border: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}

.wa-media {
  position: relative;
  min-height: 240px;
}

.wa-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.06);
}

.wa-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.62));
}

:root:not([data-theme="dark"]) .wa-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(6, 22, 46, 0.18));
}

.wa-panel {
  padding: 30px 28px;
  display: grid;
  align-content: center;
  gap: 18px;
  background: radial-gradient(720px 520px at 0% 0%, rgba(18, 59, 140, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.86), rgba(6, 11, 18, 0.94));
}

:root:not([data-theme="dark"]) .wa-panel {
  background: radial-gradient(900px 620px at 0% 0%, rgba(18, 59, 140, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 252, 0.92));
}

.wa-title {
  margin: 0;
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.2rem);
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.96);
}

:root:not([data-theme="dark"]) .wa-title {
  color: var(--drv-text);
}

.wa-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.wa-point {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

:root:not([data-theme="dark"]) .wa-point {
  color: rgba(11, 23, 48, 0.82);
}

.wa-point i {
  color: rgba(240, 210, 122, 0.96);
}

.wa-richtext {
  color: rgba(255, 255, 255, 0.82);
}

:root:not([data-theme="dark"]) .wa-richtext {
  color: rgba(11, 23, 48, 0.8);
}

.wa-richtext ul,
.wa-richtext ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 44px;
  row-gap: 14px;
}

.wa-richtext li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  text-align: left;
  line-height: 1.35;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1rem);
  font-weight: 700;
}

.wa-richtext li::before {
  content: "\2713";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid rgba(240, 210, 122, 0.58);
  background: transparent;
  color: rgba(240, 210, 122, 0.98);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0;
}

.wa-richtext li:nth-child(even) {
  justify-self: stretch;
  text-align: left;
}

:root:not([data-theme="dark"]) .wa-richtext li::before {
  border-color: rgba(41, 89, 180, 0.9);
  background: transparent;
  color: rgba(18, 59, 140, 0.92);
}

.event-richtext > *:last-child {
  margin-bottom: 0;
}

.event-richtext p {
  margin-bottom: 1rem;
}

.event-richtext ul,
.event-richtext ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.event-richtext li + li {
  margin-top: 0.45rem;
}

.wa-richtext > *:last-child {
  margin-bottom: 0;
}

:root:not([data-theme="dark"]) .wa-point i {
  color: rgba(18, 59, 140, 0.9);
}

.wa-process {
  padding: 30px 28px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(900px 620px at 0% 0%, rgba(18, 59, 140, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.86), rgba(6, 11, 18, 0.94));
}

:root:not([data-theme="dark"]) .wa-process {
  border-top-color: rgba(31, 39, 107, 0.12);
  background: radial-gradient(1000px 720px at 0% 0%, rgba(18, 59, 140, 0.1), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 246, 252, 0.92));
}

@media (max-width: 767.98px) {
  .wa-richtext ul,
  .wa-richtext ol {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
  }

  .wa-richtext li,
  .wa-richtext li:nth-child(even) {
    max-width: 100%;
    justify-self: stretch;
    flex-direction: row;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .wa-card {
    grid-template-columns: 1fr;
  }

  .wa-panel {
    padding: 24px 20px;
  }

  .wa-points {
    grid-template-columns: 1fr;
  }

  .wa-process {
    padding: 24px 20px 22px;
  }
}

.collections-card {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .collections-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.collections-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.9fr);
}

.collections-copy {
  padding: 30px 26px;
  display: grid;
  align-content: center;
  gap: 10px;
  background: radial-gradient(900px 520px at 0% 0%, rgba(18, 59, 140, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.86), rgba(6, 11, 18, 0.94));
}

:root:not([data-theme="dark"]) .collections-copy {
  background: radial-gradient(1000px 720px at 0% 0%, rgba(18, 59, 140, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 252, 0.92));
}

.collections-kicker {
  color: rgba(203, 169, 104, 0.92);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.collections-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.8rem, 1.1rem + 2.1vw, 2.8rem);
}

:root:not([data-theme="dark"]) .collections-title {
  color: var(--drv-text);
}

.collections-text {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
  max-width: 34ch;
}

:root:not([data-theme="dark"]) .collections-text {
  color: rgba(11, 23, 48, 0.72);
}

.collections-grid {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.collection-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.2);
  min-height: 270px;
  display: grid;
  align-content: end;
  padding: 14px 14px;
}

:root:not([data-theme="dark"]) .collection-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.2);
}

.collection-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.06);
  transition: transform 420ms ease;
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.92));
}

:root:not([data-theme="dark"]) .collection-card::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(6, 22, 46, 0.7));
}

.collection-card:hover img {
  transform: scale(1.09);
}

.collection-name {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.collection-sub {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.62rem;
  margin-top: 2px;
}

@media (max-width: 991.98px) {
  .collections-layout {
    grid-template-columns: 1fr;
  }

  .collections-copy {
    text-align: center;
    justify-items: center;
    padding: 24px 20px;
  }

  .collections-text {
    max-width: 48ch;
  }

  .collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.projects-card {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .projects-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.projects-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.9fr);
}

.projects-copy {
  padding: 30px 26px;
  display: grid;
  align-content: center;
  gap: 10px;
  background: radial-gradient(900px 520px at 0% 0%, rgba(18, 59, 140, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.86), rgba(6, 11, 18, 0.94));
}

:root:not([data-theme="dark"]) .projects-copy {
  background: radial-gradient(1000px 720px at 0% 0%, rgba(18, 59, 140, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 252, 0.92));
}

.projects-kicker {
  color: rgba(203, 169, 104, 0.92);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.projects-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.6rem, 1.1rem + 1.9vw, 2.6rem);
}

:root:not([data-theme="dark"]) .projects-title {
  color: var(--drv-text);
}

.projects-text {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
  max-width: 36ch;
}

:root:not([data-theme="dark"]) .projects-text {
  color: rgba(11, 23, 48, 0.72);
}

.projects-grid {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.2);
  min-height: 210px;
}

:root:not([data-theme="dark"]) .project-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.2);
}

.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.06);
  transition: transform 420ms ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.92));
}

:root:not([data-theme="dark"]) .project-card::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(6, 22, 46, 0.7));
}

.project-card:hover img {
  transform: scale(1.09);
}

.project-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 14px;
  z-index: 1;
}

.project-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.66rem;
}

.project-sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  margin-top: 4px;
}

@media (max-width: 991.98px) {
  .projects-layout {
    grid-template-columns: 1fr;
  }

  .projects-copy {
    text-align: center;
    justify-items: center;
    padding: 24px 20px;
  }

  .projects-text {
    max-width: 48ch;
  }

  .projects-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .project-card {
    scroll-snap-align: start;
  }
}

.catalogue-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .catalogue-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.catalogue-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/media/images/bg-background.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.08);
  opacity: 0.22;
  z-index: 0;
}

.catalogue-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 700px at 12% 0%, rgba(18, 59, 140, 0.2), transparent 58%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.86), rgba(6, 11, 18, 0.94));
  z-index: 0;
}

:root:not([data-theme="dark"]) .catalogue-card::after {
  background: radial-gradient(1000px 720px at 12% 0%, rgba(18, 59, 140, 0.1), transparent 60%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 246, 252, 0.92));
}

.catalogue-card > * {
  position: relative;
  z-index: 1;
}

.catalogue-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  padding: 26px;
  align-items: center;
}

.catalogue-book img {
  width: 100%;
  max-width: 260px;
  border-radius: 18px;
  display: block;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.catalogue-kicker {
  color: rgba(203, 169, 104, 0.92);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.catalogue-title {
  margin: 6px 0 8px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.8rem, 1.1rem + 2.2vw, 2.9rem);
}

:root:not([data-theme="dark"]) .catalogue-title {
  color: var(--drv-text);
}

.catalogue-text {
  color: rgba(255, 255, 255, 0.76);
  margin: 0 0 14px;
  max-width: 46ch;
}

:root:not([data-theme="dark"]) .catalogue-text {
  color: rgba(11, 23, 48, 0.72);
}

.catalogue-features {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.catalogue-feature {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.catalogue-feature:hover,
.catalogue-feature:focus {
  transform: translateX(2px);
  opacity: 0.96;
}

.catalogue-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(11, 23, 48, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(240, 210, 122, 0.96);
}

.catalogue-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

:root:not([data-theme="dark"]) .catalogue-icon {
  background: rgba(255, 255, 255, 0.52);
  border-color: rgba(31, 39, 107, 0.16);
  color: rgba(18, 59, 140, 0.9);
}

.catalogue-feature-title {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

:root:not([data-theme="dark"]) .catalogue-feature-title {
  color: rgba(11, 23, 48, 0.82);
}

@media (max-width: 991.98px) {
  .catalogue-layout {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .catalogue-features {
    justify-items: center;
  }

  .catalogue-feature {
    grid-template-columns: 44px 1fr;
    width: min(520px, 100%);
    text-align: left;
  }
}

.apps-head {
  max-width: 980px;
  margin: 0 auto;
}

.apps-kicker {
  color: rgba(203, 169, 104, 0.92);
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.apps-title {
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3.1rem);
  letter-spacing: 0.9px;
}

:root:not([data-theme="dark"]) .apps-title {
  color: var(--drv-text);
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.app-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  display: block;
  min-height: 220px;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

:root:not([data-theme="dark"]) .app-card {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(31, 39, 107, 0.16);
}

.app-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.app-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.92));
}

:root:not([data-theme="dark"]) .app-card::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(6, 22, 46, 0.62));
}

.app-card:hover img {
  transform: scale(1.08);
}

.app-card-meta {
  position: absolute;
  inset: 14px auto auto 14px;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-card-mark {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(11, 23, 48, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(240, 210, 122, 0.96);
  flex: 0 0 auto;
}

:root:not([data-theme="dark"]) .app-card-mark {
  background: rgba(255, 255, 255, 0.44);
  border-color: rgba(31, 39, 107, 0.18);
  color: rgba(18, 59, 140, 0.9);
}

.app-below {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 10px 4px 0;
  text-decoration: none;
  color: inherit;
}

.app-name {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

:root:not([data-theme="dark"]) .app-name {
  color: var(--drv-text);
}

.apps-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.apps-all:hover,
.apps-all:focus {
  color: rgba(240, 210, 122, 0.98);
}

:root:not([data-theme="dark"]) .apps-all {
  color: rgba(11, 23, 48, 0.82);
}

:root:not([data-theme="dark"]) .apps-all:hover,
:root:not([data-theme="dark"]) .apps-all:focus {
  color: rgba(18, 59, 140, 0.92);
}

.inspect-section {
  padding: 70px 0;
  --inspect-box-h: 360px;
}

.inspect-kicker {
  color: var(--drv-text);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 1.02rem;
}

:root[data-theme="dark"] .inspect-kicker {
  color: rgba(255, 255, 255, 0.92);
}

.inspect-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.inspect-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: stretch;
}

.inspect-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inspect-thumb {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(6, 11, 18, 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
}

:root:not([data-theme="dark"]) .inspect-thumb {
  border-color: rgba(31, 39, 107, 0.16);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(31, 39, 107, 0.14);
}

.inspect-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 320ms ease, filter 320ms ease;
  filter: saturate(1.02) contrast(1.04);
}

.inspect-thumb-caption {
  padding: 10px 10px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.18);
}

:root:not([data-theme="dark"]) .inspect-thumb-caption {
  border-top-color: rgba(31, 39, 107, 0.12);
  background: rgba(255, 255, 255, 0.38);
}

.inspect-thumb-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.66rem;
}

:root:not([data-theme="dark"]) .inspect-thumb-title {
  color: var(--drv-text);
}

.inspect-thumb-desc {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

:root:not([data-theme="dark"]) .inspect-thumb-desc {
  color: rgba(11, 23, 48, 0.72);
}

.inspect-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 210, 122, 0.55);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.32);
}

.inspect-thumb.is-active {
  border-color: rgba(240, 210, 122, 0.72);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.36);
}

.inspect-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.inspect-stage {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: var(--inspect-box-h);
  height: var(--inspect-box-h);
  display: grid;
  place-items: center;
  background: rgba(6, 11, 18, 0.22);
  border: 0px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
  perspective: 1100px;
  transform-style: preserve-3d;
  touch-action: none;
  min-height: 400px;
}

:root:not([data-theme="dark"]) .inspect-stage {
 
  border-color: rgba(31, 39, 107, 0.12);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.page-index .inspect-stage {
  background: transparent;
}

.inspect-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 420px at 50% 40%, rgba(240, 210, 122, 0.14), transparent 62%),
    radial-gradient(760px 620px at 20% 0%, rgba(18, 59, 140, 0.18), transparent 56%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.12), rgba(6, 11, 18, 0.72));
  opacity: 0.7;
  pointer-events: none;
}

:root:not([data-theme="dark"]) .inspect-stage::after {
  background: radial-gradient(520px 420px at 50% 40%, rgba(201, 162, 39, 0.12), transparent 62%),
    radial-gradient(760px 620px at 20% 0%, rgba(18, 59, 140, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(6, 22, 46, 0.18));
  opacity: 0.8;
}

.inspect-stage.is-lit::after {
  background: radial-gradient(520px 420px at 50% 40%, rgba(240, 210, 122, 0.26), transparent 60%),
    radial-gradient(760px 620px at 20% 0%, rgba(18, 59, 140, 0.22), transparent 56%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.06), rgba(6, 11, 18, 0.58));
  opacity: 0.9;
}

:root:not([data-theme="dark"]) .inspect-stage.is-lit::after {
  opacity: 0.95;
}

.page-index .inspect-stage::after,
.page-index .inspect-stage.is-lit::after {
  display: none;
}

.inspect-stage img {
  position: relative;
  z-index: 1;
  width: min(520px, 92%);
  height: min(420px, 70vh);
  object-fit: contain;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  transition: transform 180ms ease, opacity 220ms ease;
}

.inspect-stage model-viewer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
  --poster-color: transparent;
}

.inspect-gesture-hint {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  pointer-events: none;
  text-align: right;
}

.inspect-gesture-hint ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inspect-gesture-hint li {
  position: relative;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.45;
  white-space: nowrap;
}

.inspect-gesture-hint li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(240, 210, 122, 0.88);
  transform: translateY(-50%);
}

:root:not([data-theme="dark"]) .inspect-gesture-hint li {
  color: rgba(6, 22, 46, 0.62);
}

.inspect-stage.is-lit img {
  filter: brightness(1.18) contrast(1.08) saturate(1.06);
}

.inspect-stage canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.inspect-info {
  border-radius: 22px;
  padding: 18px 18px 68px;
  background: rgba(6, 11, 18, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  min-height: var(--inspect-box-h);
  display: flex;
  flex-direction: column;
}

:root:not([data-theme="dark"]) .inspect-info {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(31, 39, 107, 0.12);
}

.inspect-title {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.7rem;
}

:root:not([data-theme="dark"]) .inspect-title {
  color: var(--drv-text);
}

.inspect-content {
  color: rgba(255, 255, 255, 0.86);
}

:root:not([data-theme="dark"]) .inspect-content {
  color: rgba(11, 23, 48, 0.88);
}

.inspect-content > *:last-child {
  margin-bottom: 0;
}

.inspect-content p,
.inspect-content ul,
.inspect-content ol {
  margin-bottom: 12px;
}

.inspect-content ul,
.inspect-content ol {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.inspect-content li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.6;
}

.inspect-content li::before {
  content: "\2713";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border: 1px solid rgba(240, 210, 122, 0.34);
  background: rgba(240, 210, 122, 0.14);
  color: rgba(240, 210, 122, 0.98);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}

:root:not([data-theme="dark"]) .inspect-content li::before {
  border-color: rgba(18, 59, 140, 0.18);
  background: rgba(18, 59, 140, 0.08);
  color: rgba(18, 59, 140, 0.92);
}

.inspect-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.inspect-specs li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.86);
}

:root:not([data-theme="dark"]) .inspect-specs li {
  color: rgba(11, 23, 48, 0.88);
}

.inspect-specs i {
  color: rgba(240, 210, 122, 0.96);
  margin-top: 2px;
  flex: 0 0 auto;
}

:root:not([data-theme="dark"]) .inspect-specs i {
  color: rgba(18, 59, 140, 0.92);
}

.inspect-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.inspect-toggle-hint {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(6, 11, 18, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 12px;
  border-radius: 999px;
  line-height: 1;
}

:root:not([data-theme="dark"]) .inspect-toggle-hint {
  color: rgba(11, 23, 48, 0.82);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(31, 39, 107, 0.14);
}

.inspect-toggle-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 11, 18, 0.28);
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  place-items: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

:root:not([data-theme="dark"]) .inspect-toggle-btn {
  border-color: rgba(31, 39, 107, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: rgba(11, 23, 48, 0.78);
}

.inspect-toggle-btn:hover,
.inspect-toggle-btn:focus {
  transform: translateY(-1px);
  border-color: rgba(240, 210, 122, 0.55);
}

.inspect-toggle-btn.is-active {
  border-color: rgba(240, 210, 122, 0.72);
  background: rgba(240, 210, 122, 0.14);
  color: rgba(240, 210, 122, 0.98);
}

@media (max-width: 991.98px) {
  .inspect-stage {
    min-height: 320px;
  }

  .inspect-gesture-hint {
    right: 12px;
    bottom: 12px;
  }

  .inspect-gesture-hint li {
    font-size: 0.58rem;
    padding-right: 9px;
  }

  .inspect-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inspect-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .inspect-section {
    --inspect-box-h: 320px;
  }
}

@media (max-width: 1199.98px) {
  .apps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .apps-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .apps-grid::-webkit-scrollbar {
    height: 8px;
  }

  .apps-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
  }

  .app-item {
    scroll-snap-align: start;
  }
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(240, 210, 122, 0.96);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.76rem;
}
.hero-caption h1,
.hero-caption h2 {
  font-size: clamp(1.9rem, 1.2rem + 2vw, 3.1rem);
  color: #fff;
}

.hero-caption p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-subtitle {
  color: rgba(240, 210, 122, 0.92);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/* About Page Hero Styles */
.about-hero .section-kicker {
  color: rgba(240, 210, 122, 0.96);
}

.about-hero .section-title {
  color: #fff;
}

.about-hero .about-hero-subtitle {
  color: rgba(240, 210, 122, 0.92);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.about-hero .text-muted-soft {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* About Story Section Styles */
.about-story-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* About Story Media Styles */
.about-story-media {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.about-story-photo {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.about-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-story-photo--one {
  top: 0;
  left: 0;
  width: 65%;
  height: 80%;
  z-index: 1;
}

.about-story-photo--two {
  bottom: 0;
  right: 0;
  width: 60%;
  height: 70%;
  z-index: 2;
}

/* About Capabilities Section Styles */
.about-capabilities-section {
  padding-top: 60px!important;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.about-capabilities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 11, 18, 0.85) 0%, rgba(6, 11, 18, 0.65) 100%);
  z-index: 0;
}

.about-capabilities-section .container {
  position: relative;
  z-index: 1;
}

.about-capabilities-copy {
  padding: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
}

.about-capabilities-title {
  color: #fff;
  font-size: clamp(2rem, 1.4rem + 2vw, 2.8rem);
  margin-bottom: 8px;
}

.about-capabilities-sub {
  color: rgba(240, 210, 122, 0.92);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.about-capability-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 500;
}

.about-capability-item i {
  color: rgba(240, 210, 122, 0.96);
  font-size: 1.4rem;
}

.about-capabilities-video {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}

.about-capabilities-video {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.about-capabilities-video video,
.about-capabilities-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  border: 0;
  min-height: 400px;
}

/* Certificate Card Styles */
.certificate-card {
  background: var(--drv-card-bg);
  border: 1px solid var(--drv-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--drv-shadow);
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.certificate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(31, 39, 107, 0.2);
}

.certificate-image {
  height: 100%;
  min-height: 250px;
  overflow: hidden;
}

.certificate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.certificate-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.certificate-title {
  color: var(--drv-text);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.certificate-text {
  color: var(--drv-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.certificate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--drv-gold), var(--drv-gold-2));
  color: rgba(20, 20, 24, 0.96);
  border: 1px solid rgba(203, 169, 104, 0.6);
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  align-self: center;
}

.certificate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(203, 169, 104, 0.25);
  }

/* Award Card Styles */
.award-card {
  background: var(--drv-card-bg);
  border: 1px solid var(--drv-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--drv-shadow);
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.award-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(31, 39, 107, 0.2);
}

.award-image {
  height: 100%;
  min-height: 250px;
  overflow: hidden;
}

.award-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.award-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.award-title {
  color: var(--drv-text);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.award-text {
  color: var(--drv-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.award-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--drv-gold), var(--drv-gold-2));
  color: rgba(20, 20, 24, 0.96);
  border: 1px solid rgba(203, 169, 104, 0.6);
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  align-self: center;
}

.award-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(203, 169, 104, 0.25);
}

/* About Content Section */
.about-content-card {
  background: var(--drv-card-bg);
  border: 1px solid var(--drv-border);
  border-radius: 22px;
  box-shadow: var(--drv-shadow);
}

.about-content-title {
  color: var(--drv-text);
  font-size: 1.75rem;
  font-weight: 700;
}

.about-content-subtitle {
  color: var(--drv-gold);
  font-size: 1.25rem;
  font-weight: 600;
}

.about-content-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.about-content-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(203, 169, 104, 0.1);
  border: 1px solid rgba(203, 169, 104, 0.3);
  border-radius: 12px;
  color: var(--drv-text);
}

.about-content-item i {
  color: var(--drv-gold);
  font-size: 1.25rem;
}

/* Event Gallery Styles */
.main-image-wrapper {
  position: relative;
  cursor: pointer;
}

.image-tile {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.image-tile:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}


.about-content-ul {
  list-style: none;
  padding-left: 0;
}

.about-content-ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: var(--drv-muted);
}

.about-content-ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--drv-gold);
  font-weight: bold;
  font-size: 1.1rem;
}

/* About CTA Section */
.about-cta-card {
  background: linear-gradient(135deg, rgba(6, 11, 18, 0.98), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(203, 169, 104, 0.35);
  border-radius: 22px;
  padding: 3rem 2rem;
  box-shadow: 0 20px 60px rgba(31, 39, 107, 0.3);
  position: relative;
  overflow: hidden;
}

.about-cta-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 80%, rgba(240, 210, 122, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(240, 210, 122, 0.1) 0%, transparent 50%);
  animation: glowRotate 10s linear infinite;
  pointer-events: none;
}

@keyframes glowRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.about-cta-title {
  color: #ffffff;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.about-cta-text {
  font-size: 1rem;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.about-cta-form {
  position: relative;
  z-index: 1;
}

.contact-cta-card {
  padding: 3rem;
  isolation: isolate;
}

.contact-cta-card::before {
  top: -55%;
  left: -35%;
  width: 170%;
  height: 210%;
  background:
    radial-gradient(circle at 20% 75%, rgba(240, 210, 122, 0.24) 0%, transparent 42%),
    radial-gradient(circle at 82% 24%, rgba(240, 210, 122, 0.18) 0%, transparent 38%);
  animation: glowRotate 7s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.contact-cta-card::after {
  content: "";
  position: absolute;
  inset: -18% 22% 28% -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 169, 104, 0.18) 0%, rgba(203, 169, 104, 0.04) 38%, transparent 68%);
  filter: blur(8px);
  opacity: 0.9;
  animation: contactGlowFloat 5.5s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

.contact-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 420px;
}

.contact-cta-form {
  margin-top: 1.75rem;
}

.contact-cta-form .about-cta-input {
  min-height: 56px;
}

.contact-cta-form select.about-cta-input {
  color-scheme: dark;
}

.contact-cta-form textarea.about-cta-input {
  min-height: 190px;
}

.contact-cta-form .help-error {
  margin-top: 0.45rem;
  color: rgba(255, 235, 194, 0.92);
}

.contact-cta-actions {
  display: grid;
  gap: 0.85rem;
}

.contact-cta-status {
  min-height: 1.4rem;
}

@keyframes contactGlowFloat {
  0% {
    transform: translate3d(-3%, -4%, 0) scale(0.96);
  }
  100% {
    transform: translate3d(8%, 6%, 0) scale(1.08);
  }
}

.about-cta-input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(203, 169, 104, 0.3);
  color: var(--drv-text);
  padding: 0.875rem 1rem;
  border-radius: 12px;
}

.about-cta-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.about-cta-input:focus {
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--drv-gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(203, 169, 104, 0.25);
}

textarea.about-cta-input {
  resize: vertical;
}

@media (max-width: 991.98px) {
  .contact-cta-card {
    padding: 2rem 1.25rem;
  }

  .contact-cta-copy {
    max-width: none;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  top: 0;
  bottom: 0;
  width: 68px;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 3;
}

.hero-carousel .carousel-control-prev {
  left: 18px;
}

.hero-carousel .carousel-control-next {
  right: 18px;
}

.hero-chevron {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  background-color: rgba(6, 22, 46, 0.68);
  border: 1px solid rgba(201, 162, 39, 0.42);
  color: rgba(255, 255, 255, 0.95);
  display: inline-grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hero-carousel .carousel-control-prev:hover .hero-chevron,
.hero-carousel .carousel-control-next:hover .hero-chevron {
  transform: scale(1.06);
  background-color: rgba(11, 42, 102, 0.84);
  border-color: rgba(240, 210, 122, 0.7);
}

.hero-carousel .carousel-indicators {
  margin-bottom: 1.2rem;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 28px;
  height: 4px;
  border-radius: 999px;
}

.hero-carousel .carousel-indicators .active {
  background-color: rgba(240, 210, 122, 0.98);
}

.card-luxe {
  border-radius: var(--drv-radius);
  background: var(--drv-card-bg);
  border: 1px solid var(--drv-card-border);
  box-shadow: var(--drv-card-shadow);
}

.hover-lift {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hover-lift:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.38);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--drv-tile-bg);
  border: 1px solid var(--drv-tile-border);
  min-height: 240px;
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--drv-tile-overlay);
  transition: opacity 320ms ease;
}

.category-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.96);
}

.category-title {
  font-weight: 800;
  letter-spacing: 0.2px;
  margin: 0;
}

.category-action {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 23, 48, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 10px;
}

.category-card:hover img {
  transform: scale(1.1);
}

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.16), rgba(6, 22, 46, 0.62));
  border: 1px solid rgba(201, 162, 39, 0.22);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
  color: rgba(240, 210, 122, 0.95);
  font-size: 1.3rem;
}

.process-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.step-index {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(201, 162, 39, 0.16);
  border: 1px solid rgba(201, 162, 39, 0.28);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.stat-tile {
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.stat-value {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(240, 210, 122, 0.96);
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.22);
  aspect-ratio: 4 / 3;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.gallery-tile:hover img {
  transform: scale(1.12);
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 14px;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0), rgba(6, 11, 18, 0.88));
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
}

.form-control,
.form-select {
  background: rgba(6, 11, 18, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(57, 57, 57, 0.92);
  border-radius: 14px;
  padding: 12px 14px;
}

.form-control:focus,
.form-select:focus {
  background: rgba(6, 11, 18, 0.36);
  color: rgba(97, 97, 97, 0.96);
  border-color: rgba(201, 162, 39, 0.58);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.12);
}

.form-label {
  color: #333333;
  font-weight: 800;
  margin-bottom: 8px;
}

.catalogue-modal {
  background: linear-gradient(180deg, rgba(6, 22, 46, 0.96), rgba(6, 11, 18, 0.98));
  border: 1px solid rgba(201, 162, 39, 0.18);
  color: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.catalogue-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 24px 16px;
}

.catalogue-modal .modal-body {
  padding: 20px 24px 24px;
}

.catalogue-modal .btn-close {
  opacity: 0.9;
}

.catalogue-modal .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 162, 39, 0.2);
}

.help-error {
  color: rgba(169, 24, 24, 0.92);
  font-weight: 700;
  font-size: 0.9rem;
  display: none;
}

.accordion {
  --bs-accordion-bg: rgba(6, 11, 18, 0.22);
  --bs-accordion-border-color: rgba(255, 255, 255, 0.12);
  --bs-accordion-btn-color: rgba(255, 255, 255, 0.92);
  --bs-accordion-btn-bg: rgba(6, 11, 18, 0.22);
  --bs-accordion-active-color: rgba(255, 255, 255, 0.96);
  --bs-accordion-active-bg: rgba(6, 22, 46, 0.62);
}

:root:not([data-theme="dark"]) .accordion {
  --bs-accordion-bg: rgba(255, 255, 255, 0.72);
  --bs-accordion-border-color: rgba(31, 39, 107, 0.12);
  --bs-accordion-btn-color: rgba(11, 23, 48, 0.9);
  --bs-accordion-btn-bg: rgba(255, 255, 255, 0.72);
  --bs-accordion-active-color: rgba(11, 23, 48, 0.96);
  --bs-accordion-active-bg: rgba(18, 59, 140, 0.08);
}

.accordion-button {
  font-weight: 800;
  letter-spacing: 0.15px;
}

.faq-shell {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .faq-shell {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.faq-shell .accordion {
  border-radius: 0;
}

.faq-shell .accordion-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.faq-shell .accordion-item:last-child {
  border-bottom: 0;
}

.faq-shell .accordion-button {
  padding: 18px 18px;
}

.faq-q-prefix,
.faq-a-prefix {
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(240, 210, 122, 0.96);
}

:root:not([data-theme="dark"]) .faq-q-prefix,
:root:not([data-theme="dark"]) .faq-a-prefix {
  color: rgba(18, 59, 140, 0.86);
}

.floating-video {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 148px;
  height: 264px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(240, 210, 122, 0.22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.58);
  z-index: 1038;
  background: rgba(0, 0, 0, 0.22);
  transform: translateZ(0);
}

@media (min-width: 768px) {
  .float-stack,
  .floating-video {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 260ms ease, visibility 260ms ease, transform 260ms ease;
  }

  body.show-floating-ui .float-stack,
  body.show-floating-ui .floating-video {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

:root:not([data-theme="dark"]) .floating-video {
  border-color: rgba(18, 59, 140, 0.18);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.2);
}

.floating-video video,
.floating-video img,
.floating-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.floating-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(180px 260px at 50% 20%, rgba(240, 210, 122, 0.22), transparent 62%),
    linear-gradient(180deg, rgba(6, 11, 18, 0.04), rgba(6, 11, 18, 0.2));
  opacity: 0.45;
  pointer-events: none;
}

.floating-video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(6, 11, 18, 0.52);
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  z-index: 2;
  opacity: 0.9;
  transition: transform 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.floating-video-close:hover,
.floating-video-close:focus {
  transform: translateY(-1px);
  border-color: rgba(240, 210, 122, 0.55);
  opacity: 1;
}

.floating-video-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 0;
  background: rgba(6, 11, 18, 0.46);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  z-index: 2;
}

.floating-video-zoom i {
  font-size: 1rem;
}

.floating-video-zoom:hover,
.floating-video-zoom:focus {
  transform: translate(-50%, -50%) scale(1.04);
  background: rgba(6, 11, 18, 0.62);
}

.floating-video-dialog {
  border-radius: 22px;
}

.floating-video-body {
  padding: 12px;
}

.floating-video-player {
  position: relative;
}

.floating-video-player video,
.floating-video-player iframe {
  display: block;
  width: min(760px, 92vw);
  max-height: 70vh;
  height: min(70vh, 520px);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-video-controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  gap: 10px;
}

.floating-video-ctl {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 11, 18, 0.42);
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.floating-video-ctl:hover,
.floating-video-ctl:focus {
  transform: translateY(-1px);
  border-color: rgba(240, 210, 122, 0.55);
}

@media (max-width: 767.98px) {
  .floating-video {
    display: none;
  }
}

.faq-shell .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.12);
}

.review-nav {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.review-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--drv-outline-border);
  background: var(--drv-outline-bg);
  color: var(--drv-outline-text);
  box-shadow: var(--drv-outline-shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.review-nav-btn:hover,
.review-nav-btn:focus {
  transform: translateY(-2px);
  border-color: rgba(203, 169, 104, 0.7);
}

.review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--drv-muted);
}

.review-score {
  font-weight: 900;
  color: rgba(240, 210, 122, 0.98);
  font-size: 1.15rem;
}

:root:not([data-theme="dark"]) .review-score {
  color: rgba(18, 59, 140, 0.92);
}

.review-count {
  font-weight: 700;
}

.review-shell {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

:root:not([data-theme="dark"]) .review-shell {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(31, 39, 107, 0.16);
}

.review-viewport {
  overflow: hidden;
  padding: 18px;
  touch-action: pan-y;
}

.review-track {
  display: flex;
  gap: 14px;
  transition: transform 520ms ease;
  will-change: transform;
}

.review-card {
  width: min(390px, 86vw);
  flex: 0 0 auto;
  border-radius: 20px;
  padding: 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 18, 0.22);
}

:root:not([data-theme="dark"]) .review-card {
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.review-top {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: rgba(6, 11, 18, 0.96);
  background: linear-gradient(135deg, rgba(255, 214, 61, 0.98), rgba(240, 210, 122, 0.74));
}

.review-name {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
}

:root:not([data-theme="dark"]) .review-name {
  color: rgba(11, 23, 48, 0.92);
}

.review-meta {
  color: var(--drv-muted);
  font-size: 0.85rem;
  margin-top: 2px;
}

.review-badge {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.64rem;
  color: rgba(255, 255, 255, 0.72);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 11, 18, 0.22);
}

:root:not([data-theme="dark"]) .review-badge {
  color: rgba(11, 23, 48, 0.72);
  border-color: rgba(31, 39, 107, 0.14);
  background: rgba(255, 255, 255, 0.56);
}

.review-text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

:root:not([data-theme="dark"]) .review-text {
  color: rgba(11, 23, 48, 0.78);
}

.testimonial-shell {
  position: relative;
}

.testimonial-track {
  display: flex;
  gap: 16px;
  transition: transform 520ms ease;
  will-change: transform;
}

.testimonial-card {
  width: min(420px, 88vw);
  flex: 0 0 auto;
}

.star {
  color: rgba(201, 162, 39, 0.96);
}

.blog-card img {
  border-top-left-radius: var(--drv-radius);
  border-top-right-radius: var(--drv-radius);
  height: 210px;
  width: 100%;
  object-fit: cover;
}

.prefooter {
  background: radial-gradient(900px 700px at 10% 30%, rgba(201, 162, 39, 0.18), transparent 55%),
    var(--drv-accent-grad-2);
  border-top: 1px solid rgba(201, 162, 39, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  --drv-muted: rgba(255, 255, 255, 0.76);
}

footer {
  padding: 54px 0;
  background: var(--drv-accent-grad);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  --drv-muted: rgba(255, 255, 255, 0.72);
}

:root:not([data-theme="dark"]) footer {
  border-top-color: rgba(31, 39, 107, 0.12);
  color: rgba(11, 23, 48, 0.92);
  --drv-muted: rgba(11, 23, 48, 0.72);
}

:root:not([data-theme="dark"]) footer .border-white {
  border-color: rgba(31, 39, 107, 0.12) !important;
}

.social-pill {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(6, 11, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 180ms ease, border-color 180ms ease;
}

:root:not([data-theme="dark"]) .social-pill {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(31, 39, 107, 0.14);
  color: rgba(11, 23, 48, 0.86);
  box-shadow: 0 12px 26px rgba(31, 39, 107, 0.12);
}

.social-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 162, 39, 0.42);
}

.float-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1040;
  display: grid;
  gap: 12px;
}

@media (min-width: 992px) {
  .float-stack {
    right: auto;
    left: 20px;
    bottom: 20px;
    top: auto;
    display: grid;
  }
}

@media (max-width: 767.98px) {
  .float-stack {
    display: none;
  }
}

.float-action {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
  border: 0px solid rgba(255, 255, 255, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.float-action:hover {
  transform: translateY(-2px);
}

.float-ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
  color: #ffffff;
}

.mobile-cta-bar {
  display: none;
}

@media (max-width: 767.98px) {
  :root {
    --mobile-cta-h: 74px;
  }

  body {
    padding-bottom: calc(var(--mobile-cta-h) + env(safe-area-inset-bottom));
  }

  .mobile-cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1041;
    height: 60px;
    display: block;
    padding-bottom: env(safe-area-inset-bottom);
    border-radius: 18px 18px 0 0;
    background: linear-gradient(135deg, rgba(6, 22, 46, 0.92), rgba(6, 11, 18, 0.82));
    border: 1px solid rgba(201, 162, 39, 0.18);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 -22px 56px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(10px);
  }

  :root:not([data-theme="dark"]) .mobile-cta-bar {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 246, 252, 0.92));
    border-color: rgba(31, 39, 107, 0.14);
    box-shadow: 0 -22px 56px rgba(31, 39, 107, 0.14);
  }

  .mobile-cta-btn {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
    transform: translateZ(0);
  }

  .mobile-cta-btn i {
    font-size: 1.25rem;
  }

  :root:not([data-theme="dark"]) .mobile-cta-btn {
    border-color: rgba(31, 39, 107, 0.14);
    color: rgba(11, 23, 48, 0.92);
  }

  .mobile-cta-bar::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: env(safe-area-inset-bottom);
    transform: translateX(-50%);
    width: 103px;
    height: 73px;
    border-radius: 58px 58px 0 0;
    background: linear-gradient(135deg, rgba(6, 22, 46, 0.98), rgba(6, 11, 18, 0.92));
    border: 1px solid rgba(201, 162, 39, 0.18);
    border-bottom: 0;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.32);
  }

  :root:not([data-theme="dark"]) .mobile-cta-bar::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 252, 0.96));
    border-color: rgba(31, 39, 107, 0.14);
    box-shadow: 0 -12px 30px rgba(31, 39, 107, 0.12);
  }

  

  :root:not([data-theme="dark"]) .mobile-cta-bar::after {
    background: linear-gradient(90deg, rgba(31, 39, 107, 0), rgba(31, 39, 107, 0.18), rgba(31, 39, 107, 0));
  }

  .mobile-cta-btn--call {
    left: 18px;
    bottom:8px;
    color: rgba(6, 11, 18, 0.96);
    border-color: rgba(201, 162, 39, 0.22);
  }

  .mobile-cta-btn--wa {
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    z-index: 2;
    color: rgba(6, 11, 18, 0.96);
    border-color: rgba(37, 211, 102, 0.22);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  }

  .mobile-cta-btn--ig {
    left: calc(50% - 84px);
    bottom: 8px;
    color: #ffffff;
    border-color: rgba(221, 42, 123, 0.28);
    background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
  }

  .mobile-cta-btn--enq {
    right: 18px;
    border-color: rgba(18, 59, 140, 0.28);
    bottom:8px;
  }
}

.float-call {
  background: linear-gradient(135deg, rgba(6, 22, 46, 0.92), rgba(18, 59, 140, 0.86));
  color: #ffffff;
}

.float-wa {
  background: linear-gradient(135deg, #25d366, rgba(27, 77, 179, 0.28));
  color: #08120a;
}

.scrolltop {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.98), rgba(240, 210, 122, 0.7));
  color: rgba(6, 11, 18, 0.96);
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    margin-top: 12px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(6, 22, 46, 0.92);
    border: 1px solid rgba(201, 162, 39, 0.16);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.95);
    --drv-muted: rgba(255, 255, 255, 0.72);
  }


body.page-about {
  background: radial-gradient(1200px 900px at 10% 0%, rgba(18, 59, 140, 0.12), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.1), transparent 58%),
    linear-gradient(180deg, rgba(248, 248, 246, 1), rgba(255, 255, 255, 1));
}

.about-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 110px;
}

.about-hero::before {
  background: radial-gradient(900px 700px at 10% 0%, rgba(18, 59, 140, 0.38), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(201, 162, 39, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(6, 22, 46, 0.72), rgba(6, 11, 18, 0.9));
}

.about-hero-subtitle {
  font-size: clamp(1.05rem, 0.95rem + 0.9vw, 1.35rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 16px;
}

.about-hero .section-title {
  max-width: 11ch;
  font-size: clamp(2.7rem, 2rem + 2.2vw, 4.9rem);
}

.about-story-section {
  position: relative;
}

.about-story-shell {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 42px;
  border: 1px solid rgba(31, 39, 107, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 248, 246, 0.86));
  box-shadow: 0 28px 74px rgba(31, 39, 107, 0.14);
}

.about-story-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/media/images/light-beton.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.16;
  pointer-events: none;
}

.about-story-shell > .row {
  position: relative;
  z-index: 1;
}

.about-story-copy {
  max-width: 58ch;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-story-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 900;
  color: rgba(11, 23, 48, 0.94);
}

.about-story-label::before,
.about-story-label::after {
  content: "";
  width: 28px;
  height: 18px;
  border-top: 4px solid #ef4f45;
}

.about-story-label::before {
  border-left: 4px solid #ef4f45;
}

.about-story-label::after {
  border-right: 4px solid #ef4f45;
  align-self: flex-end;
}

.about-story-media {
  position: relative;
  flex: 1;
  min-height: 100%;
  height: 100%;
}

.about-story-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.about-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-story-photo--one {
  top: 0;
  right: 14%;
  width: 52%;
  height: 72%;
}

.about-story-photo--two {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 62%;
}

.about-capabilities-shell {
  position: relative;
  padding: 42px 0;
}

.about-capabilities-shell > .row {
  position: relative;
  z-index: 1;
}

.about-capabilities-copy {
  max-width: 32rem;
}

.about-capabilities-title {
  font-size: clamp(2rem, 1.5rem + 2vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
  color: rgba(255, 255, 255, 0.98);
  max-width: 9ch;
  margin-bottom: 16px;
}

.about-capabilities-sub {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.46);
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.2rem;
}

.about-capabilities-list {
  display: grid;
  gap: 16px;
}

.about-capability-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.05rem;
  font-weight: 500;
}

.about-capability-item i {
  font-size: 1.3rem;
  color: rgba(240, 210, 122, 0.98);
}

.about-capabilities-quote {
  margin-left: auto;
  max-width: 28rem;
  background: linear-gradient(180deg, rgba(6, 22, 46, 0.54), rgba(6, 11, 18, 0.34));
  border-color: rgba(255, 255, 255, 0.12);
}

.about-capabilities-quote h3 {
  color: rgba(255, 255, 255, 0.96);
}

.about-doc-grid {
  display: grid;
  gap: 20px;
}

.about-doc-card {
  width: 100%;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid var(--drv-card-border);
  background: var(--drv-card-bg);
  box-shadow: var(--drv-card-shadow);
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  text-align: left;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-doc-card:hover,
.about-doc-card:focus {
  transform: translateY(-4px);
  border-color: rgba(203, 169, 104, 0.4);
  box-shadow: 0 32px 80px rgba(31, 39, 107, 0.18);
}

.about-doc-poster {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(6, 11, 18, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-doc-poster img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.about-doc-content {
  display: grid;
  gap: 14px;
}

.about-doc-title {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.5rem);
  font-weight: 900;
  color: var(--drv-text);
}

.about-doc-text {
  color: var(--drv-muted);
  line-height: 1.7;
  max-width: 42ch;
}

.about-doc-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 39, 107, 0.16);
  color: rgba(31, 39, 107, 0.94);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.about-doc-cta i {
  font-size: 0.95rem;
}

:root[data-theme="dark"] body.page-about {
  background: radial-gradient(1200px 900px at 10% 0%, rgba(61, 79, 192, 0.22), transparent 55%),
    radial-gradient(900px 700px at 92% 12%, rgba(203, 169, 104, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(8, 11, 13, 1), rgba(20, 20, 24, 1));
}

:root[data-theme="dark"] .about-story-shell {
  border-color: rgba(203, 169, 104, 0.14);
  background: linear-gradient(180deg, rgba(8, 11, 13, 0.76), rgba(20, 20, 24, 0.7));
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .about-story-label,
:root[data-theme="dark"] .about-doc-title {
  color: rgba(255, 255, 255, 0.96);
}

:root[data-theme="dark"] .about-doc-cta {
  background: rgba(6, 11, 18, 0.28);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.94);
}

@media (max-width: 991.98px) {
  .about-hero {
    min-height: auto;
    padding-top: 122px;
    padding-bottom: 96px;
  }

  .about-story-shell,
  .about-capabilities-shell {
    padding: 24px;
  }

  .about-story-media {
    min-height: 420px;
  }

  .about-story-photo--one {
    right: 8%;
    width: 62%;
  }

  .about-story-photo--two {
    width: 64%;
  }

  .about-capabilities-title {
    max-width: 12ch;
  }

  .about-capabilities-quote {
    max-width: none;
    margin-left: 0;
  }

  .about-doc-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #hero-event .hero-copy {
    padding-bottom: 110px;
  }

  .event-overview-card {
    border-radius: 28px;
  }

  .event-overview-media,
  .event-overview-media img {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .about-story-shell,
  .about-capabilities-shell {
    border-radius: 24px;
    padding: 20px;
  }

  .about-story-label {
    font-size: 1.55rem;
  }

  .about-story-media {
    min-height: auto;
    display: grid;
    gap: 14px;
    flex: none;
  }

  .about-story-photo {
    position: relative;
    width: 100%;
    height: 240px;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .about-doc-poster img {
    min-height: 220px;
  }

  .event-overview-card {
    padding: 22px;
    border-radius: 24px;
  }

  .event-overview-meta {
    gap: 10px;
  }

  .event-overview-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .event-overview-media,
  .event-overview-media img {
    min-height: 260px;
  }
}
  .navbar .navbar-collapse .nav-link {
    color: rgba(255, 255, 255, 0.9);
  }

  .navbar .navbar-collapse .nav-link:hover,
  .navbar .navbar-collapse .nav-link:focus {
    color: rgba(240, 210, 122, 0.96);
  }

  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero {
    padding-top: 112px;
    padding-bottom: 46px;
  }



  .hero-caption {
    top: 14%;
    bottom: auto;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 54px;
  }

  .hero-carousel .carousel-control-prev {
    left: 10px;
  }

  .hero-carousel .carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 575.98px) {
  .hero {
    height: clamp(420px, 74vh, 640px);
  }

  .hero-caption {
    left: 16px;
    right: 16px;
    top: 13%;
    
    max-width: none;
  }

  .hero-caption p {
    font-size: 0.94rem;
  }

  .hero-subtitle {
    font-size: 0.92rem;
  }

  .hero-chevron {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.95rem;
  }

  .location-directory-list {
    columns: 1;
  }
}

.event-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#event-overview {
  margin-top: 40px;
}

.event-overview-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(26px, 4vw, 42px);
  background:
    radial-gradient(720px 380px at 0% 0%, rgba(203, 169, 104, 0.18), transparent 60%),
    linear-gradient(135deg, rgba(255, 252, 247, 0.98), rgba(240, 245, 255, 0.96));
  border: 1px solid rgba(18, 59, 140, 0.12);
  box-shadow: 0 28px 74px rgba(7, 12, 26, 0.12);
}

.event-overview-copy {
  max-width: 35rem;
}

.event-overview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.event-overview-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(11, 23, 48, 0.88);
  border: 1px solid rgba(18, 59, 140, 0.14);
  font-weight: 700;
}

.event-overview-pill i {
  color: var(--drv-gold);
}

.event-overview-media {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  min-height: 420px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.event-overview-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

:root[data-theme="dark"] .event-overview-card {
  background:
    radial-gradient(720px 380px at 0% 0%, rgba(203, 169, 104, 0.16), transparent 60%),
    linear-gradient(135deg, rgba(7, 19, 46, 0.98), rgba(14, 30, 69, 0.94));
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 74px rgba(7, 12, 26, 0.28);
}

:root[data-theme="dark"] .event-overview-pill {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.14);
}

.main-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.main-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.magnify-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.magnify-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.magnify-btn i {
  font-size: 20px;
  color: var(--drv-dark-bg);
}

.image-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.image-tile {
  position: relative;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.image-tile:hover {
  transform: translateY(-2px);
}

.image-tile.active {
  border-color: var(--drv-gold);
  box-shadow: 0 0 0 3px rgba(203, 169, 104, 0.2);
}

.image-tile img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 10;
}

.gallery-nav-btn:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.gallery-nav-prev {
  left: 24px;
}

.gallery-nav-next {
  right: 24px;
}

.gallery-nav-btn i {
  font-size: 24px;
  color: var(--drv-dark-bg);
}

.admin-body {
  background: #f5f6fa;
  color: #1f2430;
}

.admin-auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
}

.admin-auth-shell {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.admin-auth-brand {
  border-radius: 22px;
  padding: 34px 28px;
  background: linear-gradient(135deg, #6d5efc, #9b8cff);
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(109, 94, 252, 0.26);
}

.admin-auth-logo img {
  width: 132px;
  height: auto;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 10px 12px;
}

.admin-auth-title {
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: 800;
}

.admin-auth-sub {
  margin-top: 6px;
  opacity: 0.9;
}

.admin-auth-card {
  border-radius: 22px;
}

.admin-auth-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(109, 94, 252, 0.12);
  color: #6d5efc;
  font-size: 1.2rem;
}

.admin-shell {
  min-height: 100vh;
  display: flex;
  position: relative;
}

.admin-sidebar {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  flex: 0 0 320px;
  background: #ffffff;
  border-right: 1px solid rgba(31, 39, 107, 0.12);
  padding: 18px 14px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 1040;
  transition: width 0.25s ease, min-width 0.25s ease, max-width 0.25s ease, transform 0.25s ease, padding 0.25s ease;
}

.admin-sidebar-brand {
  padding: 6px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-brand-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 14px;
  padding: 6px;
  background: #f3f4ff;
}

.admin-brand-text {
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #1f2430;
  font-size: 0.96rem;
  white-space: nowrap;
}

.admin-nav {
  display: grid;
  gap: 8px;
  padding: 0 6px;
}

.admin-sidebar-close,
.admin-sidebar-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(31, 39, 107, 0.12);
  background: #ffffff;
  color: #1f2430;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex: 0 0 auto;
}

.admin-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(31, 36, 48, 0.86);
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
}

.admin-nav-link:hover {
  background: rgba(109, 94, 252, 0.08);
  color: #2a2f3a;
}

.admin-nav-link.is-active {
  background: rgba(109, 94, 252, 0.12);
  color: #6d5efc;
}

.admin-nav-link i {
  font-size: 1rem;
  flex: 0 0 20px;
  text-align: center;
}

.admin-sidebar-backdrop {
  display: none;
}

.admin-main {
  flex: 1 1 auto;
  min-width: 0;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 246, 250, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(31, 39, 107, 0.08);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-topbar-left,
.admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-topbar-title {
  font-weight: 800;
  font-size: 0.98rem;
}

.admin-user {
  border: 0;
  background: #ffffff;
  border: 1px solid rgba(31, 39, 107, 0.12);
  border-radius: 999px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f2430;
  font-weight: 700;
  font-size: 0.88rem;
}

.admin-user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(109, 94, 252, 0.12);
  color: #6d5efc;
  display: grid;
  place-items: center;
}

.admin-content {
  padding: 18px;
}

.admin-body.admin-sidebar-collapsed .admin-sidebar {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
  flex-basis: 88px;
  padding-left: 10px;
  padding-right: 10px;
}

.admin-body.admin-sidebar-collapsed .admin-brand {
  justify-content: center;
}

.admin-body.admin-sidebar-collapsed .admin-brand-text,
.admin-body.admin-sidebar-collapsed .admin-nav-link span {
  display: none;
}

.admin-body.admin-sidebar-collapsed .admin-sidebar-brand {
  justify-content: center;
}

.admin-body.admin-sidebar-collapsed .admin-sidebar-close {
  display: none !important;
}

.admin-body.admin-sidebar-collapsed .admin-nav {
  padding: 0;
}

.admin-body.admin-sidebar-collapsed .admin-nav-link {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.admin-body.admin-sidebar-collapsed .admin-nav-link i {
  flex-basis: auto;
}

.admin-body .form-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(31, 36, 48, 0.76);
  margin-bottom: 6px;
}

.admin-body .form-control,
.admin-body .form-select {
  border-radius: 8px;
  border: 1px solid rgba(31, 39, 107, 0.16)!important;
  background: #ffffff;
  font-size: 0.92rem;
  padding: 10px 12px;
  box-shadow: none;
}

.admin-body textarea.form-control {
  padding: 10px 12px;
}

.admin-body .form-control::placeholder {
  color: rgba(31, 36, 48, 0.42);
}

.admin-body .form-control:focus,
.admin-body .form-select:focus {
  border-color: rgba(109, 94, 252, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(109, 94, 252, 0.16);
}

.admin-body .form-control:disabled,
.admin-body .form-control[readonly],
.admin-body .form-select:disabled {
  background: rgba(245, 246, 250, 0.9);
  color: rgba(31, 36, 48, 0.62);
}

.admin-body .input-group .input-group-text {
  border-radius: 8px;
  border: 1px solid rgba(31, 39, 107, 0.16);
  background: #ffffff;
  color: rgba(31, 36, 48, 0.62);
}

.admin-body .input-group > .input-group-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.admin-body .input-group > .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.admin-body .form-control[type="file"] {
  padding: 8px 10px;
}

.admin-body .form-control[type="date"],
.admin-body .form-control[type="time"],
.admin-body .form-control[type="password"],
.admin-body .form-control[type="text"],
.admin-body .form-control[type="email"],
.admin-body .form-control[type="url"] {
  height: 42px;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 18px;
}

.admin-card {
  background: #ffffff;
  border: 1px solid rgba(31, 39, 107, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

.admin-card--primary {
  background: linear-gradient(135deg, #6d5efc, #9b8cff);
  color: #ffffff;
  border-color: transparent;
}

.admin-card-head {
  padding: 18px 18px 0;
}

.admin-card-title {
  font-weight: 800;
}

.admin-card-sub {
  opacity: 0.8;
  font-size: 0.92rem;
}

.admin-card-body {
  padding: 18px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.admin-metric {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 12px;
}

.admin-metric-label {
  font-size: 0.86rem;
  opacity: 0.85;
}

.admin-metric-value {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 900;
}

.admin-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.admin-btn {
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 800;
}

.admin-btn-soft {
  border-radius: 12px;
  font-weight: 800;
}

.admin-btn-outline {
  border-radius: 12px;
  font-weight: 800;
}

.admin-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.admin-quick-item {
  border: 1px solid rgba(31, 39, 107, 0.12);
  border-radius: 16px;
  padding: 14px 12px;
  text-decoration: none;
  color: #1f2430;
  display: grid;
  gap: 10px;
  place-items: center;
  text-align: center;
  background: #ffffff;
}

.admin-quick-item i {
  font-size: 1.2rem;
  color: #6d5efc;
}

.admin-table th {
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(31, 36, 48, 0.64);
}

.admin-kv {
  display: grid;
  gap: 10px;
}

.admin-kv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(31, 39, 107, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
}

.admin-kv-label {
  font-weight: 700;
  color: rgba(31, 36, 48, 0.7);
}

.admin-kv-value {
  font-weight: 800;
}

.admin-section-block {
  border: 1px solid rgba(31, 39, 107, 0.1);
  border-radius: 18px;
  padding: 18px;
  background: #fbfbff;
}

.admin-section-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-section-block__eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6d5efc;
}

.admin-section-block__title {
  margin: 4px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.admin-subsections {
  margin-top: 22px;
}

.admin-subsections-head {
  font-weight: 800;
  margin-bottom: 12px;
}

.admin-subsection-item {
  border: 1px solid rgba(31, 39, 107, 0.12);
  border-radius: 16px;
  background: #ffffff;
  padding: 10px!important;
}

.admin-subsection-item + .admin-subsection-item {
  margin-top: 12px;
}

.admin-icon-btn {
  height: 42px;
  border-radius: 12px;
}

.admin-remove-thumb {
  width: 42px;
  padding: 0;
  display: grid;
  place-items: center;
}

.admin-thumb-tile {
  padding: 10px;
  width: auto;
  display: inline-flex;
}

.admin-add-btn {
  border-radius: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.admin-icon-preview {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  border: 1px solid rgba(31, 39, 107, 0.12);
  background: #f6f7ff;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.admin-icon-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-image-preview {
  width: 160px;
  height: 96px;
  border-radius: 14px;
  border: 1px solid rgba(31, 39, 107, 0.12);
  background: #f6f7ff;
  overflow: hidden;
  position: relative;
}

.admin-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-preview-remove {
  position: absolute;
  top: 1px;
  right: 2px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 999px;
  border: 0;
  font-size:10px;
  background: #dc3545;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 8px 18px rgba(220, 53, 69, 0.28);
}

.admin-preview-remove:hover,
.admin-preview-remove:focus {
  background: #bb2d3b;
  color: #ffffff;
}

.admin-editor {
  min-height: 140px;
  border-radius: 8px;
  border: 1px solid rgba(31, 39, 107, 0.16);
  background: #ffffff;
  padding: 10px 12px;
  font-size: 0.92rem;
  outline: none;
}

.admin-editor:focus {
  border-color: rgba(109, 94, 252, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(109, 94, 252, 0.16);
}

.admin-file-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(31, 39, 107, 0.12);
  background: rgba(245, 246, 250, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(31, 36, 48, 0.74);
}

@media (max-width: 991.98px) {
  .admin-auth-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-sidebar-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(15, 23, 42, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1030;
  }

  .admin-body.admin-sidebar-mobile-open {
    overflow: hidden;
  }

  .admin-body.admin-sidebar-mobile-open .admin-sidebar {
    transform: translateX(0);
  }

  .admin-body.admin-sidebar-mobile-open .admin-sidebar-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .admin-topbar {
    padding: 12px 14px;
  }

  .admin-content {
    padding: 14px;
  }

  .admin-user-name {
    display: none;
  }
}

@media (min-width: 992px) {
  .admin-sidebar-close {
    display: none;
  }
}
