@font-face {
  font-family: "Elite Sans";
  src: url("../fonts/e4af272ccee01ff0-s.p.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
  font-style: normal;
}

:root {
  --elite-orange: #f97316;
  --elite-orange-deep: #ea580c;
  --elite-yellow: #eab308;
  --elite-green: #22c55e;
  --elite-blue: #3b82f6;
  --elite-bg: #fff;
  --elite-bg-soft: #f9fafb;
  --elite-surface: rgba(255, 255, 255, .92);
  --elite-surface-soft: #fff7ed;
  --elite-text: #111827;
  --elite-muted: #667085;
  --elite-border: #ffedd5;
  --elite-header: rgba(255, 255, 255, .9);
  --elite-shadow: 0 22px 55px rgba(249, 115, 22, .09);
  --elite-radius: 1.5rem;
  --bs-body-font-family: "Elite Sans", sans-serif;
  --bs-body-bg: var(--elite-bg);
  --bs-body-color: var(--elite-text);
}

[data-bs-theme="dark"] {
  --elite-bg: #030712;
  --elite-bg-soft: #111827;
  --elite-surface: rgba(17, 24, 39, .92);
  --elite-surface-soft: rgba(124, 45, 18, .24);
  --elite-text: #f9fafb;
  --elite-muted: #c4c9d1;
  --elite-border: #273244;
  --elite-header: rgba(3, 7, 18, .9);
  --elite-shadow: 0 22px 55px rgba(0, 0, 0, .3);
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--elite-bg);
  color: var(--elite-text);
  min-width: 320px;
  overflow-x: hidden;
  transition: background-color .3s ease, color .3s ease;
}

body::before,
body::after {
  background: linear-gradient(180deg, rgba(234, 179, 8, .15), rgba(249, 115, 22, .05));
  border-radius: 999px;
  content: "";
  filter: blur(10px);
  height: 65vh;
  opacity: .65;
  pointer-events: none;
  position: fixed;
  top: 8rem;
  width: 5rem;
  z-index: -1;
}

body::before {
  animation: pillar-float 9s ease-in-out infinite;
  left: 4vw;
  transform: rotate(15deg);
}

body::after {
  animation: pillar-float 11s ease-in-out -3s infinite reverse;
  right: 5vw;
  transform: rotate(-12deg);
}

@keyframes pillar-float {
  0%, 100% { translate: 0 0; opacity: .35; }
  50% { translate: 0 -2rem; opacity: .75; }
}

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes soft-ping {
  0% { box-shadow: 0 0 0 0 rgba(234, 179, 8, .5); }
  75%, 100% { box-shadow: 0 0 0 14px rgba(234, 179, 8, 0); }
}

a {
  color: var(--elite-orange);
}

img {
  max-width: 100%;
}

.site-canvas {
  background:
    radial-gradient(circle at 84% 9%, rgba(234, 179, 8, .1), transparent 28rem),
    radial-gradient(circle at 12% 44%, rgba(249, 115, 22, .08), transparent 25rem);
  min-height: 100vh;
}

.site-main {
  min-height: 45vh;
}

.section-space {
  padding-block: clamp(1px, 6vw, 1.5rem);
}

.display-6 {
  font-size: 1.9rem;
}

.footer-heading {
  color: var(--elite-orange);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.section-eyebrow {
  color: var(--elite-orange);
  font-size: clamp(3.3rem, 3vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
}

.gradient-text, .contact-page__title, .page-intro__title {
  background: linear-gradient(90deg, #fb923c, var(--elite-orange), var(--elite-orange-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.surface-card {
  background: var(--elite-surface);
  border: 1px solid var(--elite-border);
  border-radius: var(--elite-radius);
  box-shadow: var(--elite-shadow);
  backdrop-filter: blur(12px);
}

.site-header {
  background: var(--elite-header);
  border-bottom: 1px solid color-mix(in srgb, var(--elite-border) 80%, transparent);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(17, 24, 39, .04);
  top: 0;
  z-index: 499;
}

body.toolbar-fixed .site-header {
  top: 39px;
}

body.toolbar-tray-open.toolbar-horizontal .site-header {
  top: 79px;
}

@media (max-width: 975px) {
  body.toolbar-fixed .site-header {
    top: 39px;
  }

  body.toolbar-tray-open.toolbar-vertical .site-header,
  body.toolbar-tray-open.toolbar-horizontal .site-header {
    top: 79px;
  }
}

.header-top {
  border-color: var(--elite-border) !important;
  color: var(--elite-muted);
  font-size: .8rem;
}

.header-top .block,
.header-top .links {
  margin: 0;
}

.header-top .links {
  display: flex;
  gap: .4rem;
  list-style: none;
  padding: 0;
}

.header-top .language-link {
  border-radius: .65rem;
  color: var(--elite-muted);
  display: block;
  font-weight: 700;
  padding: .3rem .55rem;
  text-decoration: none;
  text-transform: uppercase;
}

.header-top .is-active .language-link,
.header-top .language-link.is-active {
  background: var(--elite-yellow);
  color: #111;
}

.navbar {
  min-height: 78px;
}

.navbar-brand {
  color: var(--elite-text);
  line-height: 1;
}

.navbar-brand:hover {
  color: var(--elite-text);
}

.navbar-brand img {
  border-radius: .8rem;
  object-fit: contain;
}

.navbar-brand strong,
.navbar-brand small {
  display: block;
}

.navbar-brand strong {
  font-size: 1rem;
  letter-spacing: .05em;
}

.navbar-brand small {
  color: var(--elite-muted);
  font-size: .63rem;
  letter-spacing: .08em;
  margin-top: .35rem;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  border-radius: .8rem;
  color: var(--elite-text);
  font-size: .88rem;
  font-weight: 700;
  padding: .65rem .8rem !important;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: rgba(234, 179, 8, .12);
  color: var(--elite-orange);
  transform: translateY(-1px);
}

.navbar-toggler {
  border-color: var(--elite-border);
  box-shadow: none !important;
}

.theme-toggle {
  align-items: center;
  border: 1px solid var(--elite-border);
  border-radius: .7rem;
  color: var(--elite-text);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.theme-toggle:hover {
  border-color: var(--elite-yellow);
  color: var(--elite-orange);
}

.theme-icon {
  font-size: 1.1rem;
  line-height: 1;
}

[data-bs-theme="light"] .theme-icon-sun,
[data-bs-theme="dark"] .theme-icon-moon {
  display: none;
}

.btn {
  border-radius: .9rem;
  font-weight: 600;
  padding: .7rem 1.15rem;
  font-size: 0.8rem;
}

.btn-lg {
  border-radius: 1rem;
  padding: .9rem 1.5rem;
}

.btn-gradient {
  background: linear-gradient(90deg, var(--elite-yellow), var(--elite-orange));
  border: 0;
  box-shadow: 0 12px 28px rgba(249, 115, 22, .2);
  color: #fff;
}

.btn-gradient:hover,
.btn-gradient:focus {
  background: linear-gradient(90deg, #facc15, var(--elite-orange-deep));
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-accent {
  border: 2px solid var(--elite-yellow);
  color: var(--elite-orange);
}

.btn-outline-accent:hover {
  background: var(--elite-yellow);
  color: #fff;
}

.elite-hero {
  overflow: hidden;
}

.elite-hero .display-2 {
  font-size: clamp(3.2rem, 8vw, 6.7rem);
  letter-spacing: -.055em;
  line-height: .92;
}

.hero-description,
.section-copy,
.card-copy,
.page-body {
  color: var(--elite-muted);
  line-height: 1.8;
}

.elite-badge {
  background: var(--elite-surface);
  border: 1px solid var(--elite-border);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(17, 24, 39, .04);
  color: var(--elite-orange-deep);
  font-size: .8rem;
  font-weight: 750;
  padding: .55rem .9rem;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  background: linear-gradient(135deg, rgba(234, 179, 8, .2), rgba(249, 115, 22, .2));
  border-radius: 2.5rem;
  content: "";
  filter: blur(28px);
  inset: -1.2rem;
  position: absolute;
}

.hero-media .row {
  position: relative;
}

.hero-image,
.section-image {
  border-radius: 1.3rem;
  box-shadow: 0 24px 55px rgba(17, 24, 39, .22);
  object-fit: cover;
}

.hero-image {
  aspect-ratio: 3 / 4;
  width: 100%;
}

.paragraph--feature-cards {
  animation: reveal-up .7s ease both;
}

.paragraph--feature-cards:nth-child(2) { animation-delay: .12s; }
.paragraph--feature-cards:nth-child(3) { animation-delay: .24s; }

.feature-card,
.testimonial-card {
  background: var(--elite-surface);
  border: 1px solid var(--elite-border);
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .05);
  color: var(--elite-text);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}

.feature-card:hover,
.testimonial-card:hover {
  box-shadow: 0 22px 46px rgba(234, 179, 8, .17);
  transform: translateY(-6px);
}

.feature-icon,
.feature-icon-image,
.service-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--elite-yellow), var(--elite-orange));
  border-radius: 1rem;
  box-shadow: 0 10px 22px rgba(249, 115, 22, .18);
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  height: 64px;
  justify-content: center;
  object-fit: contain;
  padding: .8rem;
  width: 64px;
}

.feature-icon--blue { background: linear-gradient(135deg, #60a5fa, #2563eb); }
.feature-icon--green { background: linear-gradient(135deg, #4ade80, #16a34a); }

.fleet-feature {
  align-items: center;
  background: color-mix(in srgb, var(--elite-bg-soft) 88%, transparent);
  border-radius: .85rem;
  display: flex;
  font-weight: 400;
  gap: .9rem;
  padding: 5px;
}

.fleet-feature span {
  align-items: center;
  background: linear-gradient(135deg, var(--elite-yellow), var(--elite-orange));
  border-radius: .7rem;
  color: #fff;
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
}

.cta-section {
  background:
    linear-gradient(90deg, rgba(234, 88, 12, .93), rgba(234, 179, 8, .9)),
    var(--cta-background, none) center / cover;
  border-radius: var(--elite-radius);
  box-shadow: 0 24px 55px rgba(249, 115, 22, .22);
  color: #fff;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 2rem);
}

.cta-content {
  max-width: 100%;
  text-align: center
}

.gallery-item {
  box-shadow: 0 12px 28px rgba(17, 24, 39, .12);
  display: block;
  overflow: hidden;
}

.gallery-item img {
  height: auto;
  transition: transform .6s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.slider-panel {
  align-items: center;
  background-color: #1f2937;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: min(760px, 78vh);
}

.slider-content {
  padding-block: 7rem;
}

.slider-content > * {
  max-width: 720px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.testimonial-rating {
  color: #d1d5db;
  letter-spacing: .1em;
}

.testimonial-rating .is-active {
  color: var(--elite-yellow);
}

.testimonial-photo {
  border-radius: 50%;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.site-footer {
  background: var(--elite-header);
  border-top: 1px solid var(--elite-border);
  color: var(--elite-text);
  backdrop-filter: blur(18px);
}

.footer-copy,
.footer-contact,
.footer-bottom {
  color: var(--elite-muted);
}

a.footer-contact {
  display: block;
  margin-bottom: .75rem;
  text-decoration: none;
}

.social-link {
  align-items: center;
  background: var(--elite-orange);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  width: 44px;
}

.footer-bottom {
  border-color: var(--elite-border) !important;
}

.floating-actions {
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1040;
}

.floating-action {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 15px 34px rgba(17, 24, 39, .25);
  color: #fff;
  display: flex;
  height: 56px;
  justify-content: center;
  transition: transform .25s ease;
  width: 56px;
}

.floating-action:hover {
  color: #fff;
  transform: scale(1.1);
}

.floating-action svg {
  fill: currentColor;
  height: 25px;
  width: 25px;
}

.floating-action--whatsapp {
  animation: soft-ping 2.8s infinite;
  background: var(--elite-green);
}

.floating-action--phone {
  background: var(--elite-orange);
}

.field--name-field-sections > .field__items > .field__item:has(.paragraph--feature-cards) {
  display: inline;
}

.field--name-field-sections > .field__items:has(.paragraph--feature-cards) {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  margin-inline: auto;
  max-width: 1320px;
  padding: clamp(2.75rem, 6vw, 5.5rem) .75rem;
}

.messages {
  border: 1px solid var(--elite-border);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}

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

.h4{
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

/* Live site alignment layer */
.live-shell {
  position: relative;
}

.live-shell__content {
  padding-top: 5.25rem;
  position: relative;
  z-index: 1;
}

.live-shell__pillars {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.live-shell__pillar {
  background: linear-gradient(180deg, rgba(29, 0, 143, .22), rgba(158, 213, 255, .14));
  border-radius: 999px;
  filter: blur(10px);
  height: 58vh;
  opacity: .6;
  position: absolute;
  top: 9rem;
  width: 4.25rem;
}

.live-shell__pillar--left {
  left: 4.5vw;
  transform: rotate(12deg);
}

.live-shell__pillar--right {
  right: 4.5vw;
  transform: rotate(-12deg);
}

.site-header {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  left: 0;
  position: fixed;
  right: 0;
}

[data-bs-theme="dark"] .site-header {
  background: rgba(17, 24, 39, .92);
}

.header-top {
  background: rgba(255, 255, 255, .45);
}

[data-bs-theme="dark"] .header-top {
  background: rgba(17, 24, 39, .42);
}

.header-top .block-lang-dropdown {
  margin: 0;
}

.header-top .links {
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--elite-border);
  border-radius: .8rem;
  overflow: hidden;
}

[data-bs-theme="dark"] .header-top .links {
  background: rgba(3, 7, 18, .56);
}

.header-top .language-link {
  border-radius: 0;
  font-size: .75rem;
  min-width: 2.6rem;
  padding: .45rem .7rem;
  text-align: center;
}

.nav-actions {
  flex-shrink: 0;
}

.header-phone {
  color: var(--elite-text);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}

.header-phone:hover {
  color: var(--elite-orange);
}

.hero-region {
  padding-top: .4rem;
}

.elite-hero {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: 5rem;
}

.elite-hero .container {
  position: relative;
}

.elite-hero .row {
  align-items: center;
}

.elite-hero .display-2 {
  font-size: clamp(3.35rem, 8vw, 6rem);
  margin-bottom: 1.25rem !important;
  text-transform: uppercase;
}

.hero-description {
  font-size: 1.07rem;
  max-width: 40rem;
}

.hero-media {
  margin-inline: auto;
  max-width: 38rem;
}

.hero-media .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.hero-image {
  border: 1px solid rgba(255, 255, 255, .2);
  min-height: 18rem;
}

.field--name-field-sections > .field__items:has(.paragraph--feature-cards) {
  gap: 1.2rem 0;
  padding-top: 0;
}

.feature-card {
  border-radius: 1.2rem;
  min-height: 100%;
}

.feature-card .card-body {
  padding: 1.75rem !important;
}

.feature-card h3 {
  font-size: 1.08rem;
  font-weight: 600;
}

.image-text-section .surface-card,
.fleet-section .surface-card,
.gallery-section .container,
.cta-section,
.site-footer .container {
  animation: reveal-up .65s ease both;
}

.image-text-section .surface-card,
.fleet-section .surface-card {
  border-radius: 1.6rem;
}

.section-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.gallery-section .display-6,
.fleet-section .display-6,
.image-text-section .display-6,
.cta-section .display-6 {
  letter-spacing: -.03em;
}

.elite-gallery {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.gallery-item {
  background: rgba(255, 255, 255, .55);
  border: 1px solid var(--elite-border);
}

.cta-section {
  position: relative;
}

.cta-section::after {
  background: radial-gradient(circle at top right, rgba(255,255,255,.3), transparent 40%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.site-footer {
  margin-top: 2rem;
}

.site-footer .container {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.site-footer .h4 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 1rem !important;
}

.social-link {
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-embed iframe {
  border: 0;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
}

/* Header match refinement */
.site-header {
  padding-top: .6rem;
}

.site-header .navbar {
  min-height: 90px;
}

.elite-navbar__inner {
  column-gap: 1.4rem;
}

.elite-brand {
  align-items: center;
  column-gap: .95rem;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 1.2rem;
  text-decoration: none;
}

.elite-brand__logo-wrap {
  align-items: center;
  background: rgb(246 163 19);
  border-radius: .25rem;
  display: inline-flex;
  height: 41px;
  justify-content: center;
  overflow: hidden;
  padding-inline: .3rem;
}

.elite-brand__logo-wrap img {
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: contain;
  width: auto;
}

.elite-brand__text {
  display: flex;
  flex-direction: column;
  gap: .18rem;
  line-height: 1;
}

.elite-brand__text strong {
  color: #f6a313;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.elite-brand__text small {
  color: rgba(255, 255, 255, .56);
  font-size: .88rem;
  letter-spacing: .01em;
  margin: 0;
  text-transform: none;
}

#block-elitetaxi-main-navigation {
  width: 100%;
}

#block-elitetaxi-main-navigation .navbar-nav {
  justify-content: center;
  margin-inline: auto;
  width: 100%;
}

.navbar-nav .nav-link {
  background: transparent;
  border-radius: .55rem;
  color: rgba(255, 255, 255, .88);
  font-size: .94rem;
  font-weight: 700;
  padding: .55rem .85rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.is-active,
.navbar-nav .show > .nav-link,
.navbar-nav .dropdown-toggle.show {
  background: transparent;
  color: var(--elite-orange);
  transform: none;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item.is-active {
  color: var(--elite-orange);
}

.elite-navbar__actions {
  column-gap: .85rem !important;
}

.header-language-switcher {
  align-items: center;
  background: #131b2b;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .7rem;
  column-gap: .35rem;
  padding: .22rem .3rem .22rem .5rem;
}

.header-language-switcher__icon {
  align-items: center;
  color: rgba(255, 255, 255, .7);
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
}

.header-language-switcher__icon svg {
  display: block;
  fill: currentColor;
  height: 16px;
  width: 16px;
}

.header-language-switcher .language-switcher-language-url,
.header-language-switcher .language-switcher-language-url > div {
  display: contents;
}

.header-language-switcher .links {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 0;
  padding: 0;
}

.header-language-switcher .language-link {
  border-radius: .52rem;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
  font-weight: 700;
  min-width: 2.65rem;
  padding: .62rem .72rem;
}

.header-language-switcher .is-active .language-link,
.header-language-switcher .language-link.is-active {
  background: #f6a313;
  color: #121212;
}

.theme-toggle--header {
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, .88);
  height: 42px;
  padding: 0;
  width: 42px;
}

.theme-toggle--header:hover {
  background: rgba(255, 255, 255, .05);
  border-color: transparent;
  color: #fff;
}

.header-phone {
  align-items: center;
  background: #1b2537;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1rem;
  color: #fff;
  column-gap: .78rem;
  font-size: 1rem;
  font-weight: 800;
  min-height: 52px;
  padding: .55rem 1.2rem .55rem .75rem;
  text-decoration: none;
}

.header-phone:hover {
  background: #212d43;
  color: #fff;
}

.header-phone__icon {
  align-items: center;
  background: linear-gradient(180deg, #f8b11c, #f08f13);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1rem;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.header-phone__number {
  letter-spacing: .01em;
  white-space: nowrap;
}

.elite-navbar__mobile-tools .header-language-switcher {
  justify-content: center;
}

/* Language switcher final alignment */
.header-language-switcher .links--language-block {
  align-items: stretch;
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-language-switcher .language-switcher-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-language-switcher .language-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 3rem;
  text-decoration: none;
}

.header-language-switcher--mobile {
  width: fit-content;
  margin-inline: auto;
}

/* Force compact header language pills */
.header-language-switcher .links,
.header-language-switcher .links--language-block {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header-language-switcher .links li,
.header-language-switcher .links--language-block li,
.header-language-switcher .links li::marker,
.header-language-switcher .links--language-block li::marker {
  list-style: none !important;
  content: '';
  margin: 0 !important;
  padding: 0 !important;
}

.header-language-switcher .language-link {
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden;
  position: relative;
  text-indent: 0;
}

.header-language-switcher .language-link::after {
  color: rgba(255, 255, 255, .82);
  content: attr(hreflang);
  display: inline-block;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.header-language-switcher .is-active .language-link::after,
.header-language-switcher .language-link.is-active::after {
  color: #121212;
}

/* Language switcher hard reset */
.header-language-switcher ul,
.header-language-switcher li {
  list-style: none !important;
}

.header-language-switcher li::marker,
.header-language-switcher ul::marker {
  content: '' !important;
}

.header-language-switcher a,
.header-language-switcher a:hover,
.header-language-switcher a:focus,
.header-language-switcher a:active {
  text-decoration: none !important;
}

/* Services highlight section */
.services-highlight-section {
  background: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  width: 100%;
}

.services-highlight-section > .container {
  max-width: 1440px;
}

.services-highlight-section__head {
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  max-width: 46rem;
}

.services-highlight-section__title {
  color: #ff8b22;
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 0;
}

.services-highlight-section__subtitle {
  color: rgba(226, 232, 240, .82);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  margin: 1rem 0 0;
}

.services-highlight-grid {
  justify-content: center;
}

.services-highlight-grid__item .paragraph--feature-cards {
  height: 100%;
}

.services-highlight-grid__item .feature-card {
  background: #253041;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: .7rem;
  box-shadow: none;
  min-height: 100%;
}

.services-highlight-grid__item .feature-card:hover {
  box-shadow: 0 18px 40px rgba(15, 23, 42, .28);
  transform: translateY(-4px);
}

.services-highlight-grid__item .feature-card .card-body {
  padding: 2rem 2rem 1.55rem !important;
}

.services-highlight-grid__item .feature-card h3 {
  color: #fff;
  font-size: 1.08rem;
  margin-top: 1.25rem !important;
}

.services-highlight-grid__item .card-copy,
.services-highlight-grid__item .card-copy p {
  color: rgba(226, 232, 240, .9);
  font-size: 1rem;
  line-height: 1.55;
}

.services-highlight-grid__item .feature-icon-image {
  display: block;
  height: 64px;
  margin: 0 auto;
  width: 64px;
}

/* Services landing page */
.services-page {
  max-width: 1180px;
}

.services-page__hero {
  max-width: 48rem;
}

.services-page__subtitle {
  color: var(--elite-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.services-page__subtitle .page-subtitle,
.services-page__subtitle p {
  margin: 0;
}

.services-page__section + .services-page__section {
  margin-top: 3rem;
}

.services-page__section-head{
  padding: 10px 0 0;
}

.services-page__section-title {
  color: #f8fafc;
  font-size: clamp(1.7rem, 3vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.services-page__section-mark {
  background: linear-gradient(180deg, var(--elite-yellow), var(--elite-orange));
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(249, 115, 22, .18);
  display: inline-block;
  flex: 0 0 12px;
  height: 12px;
}

.services-showcase {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.services-showcase__media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.services-showcase__cover {
  border-radius: 1.2rem;
}

.services-showcase__cover img {
  width: 100%;
}

.services-showcase__thumbs {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-showcase__thumb {
  border-radius: 1rem;
}

.services-showcase__thumb img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.services-showcase__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 5px;
  padding: 0 1.75rem 1.85rem;
}

.services-showcase__title {
  color: #f8fafc;
  font-size: clamp(0.9rem, 2.4vw, 0.9rem);
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 0;
}

.services-showcase__description {
  color: rgba(226, 232, 240, .9);
  font-size: 0.8rem;
  margin: 0;
}

.services-showcase__features {
  color: #e2e8f0;
  display: grid;
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.8rem;
}

.services-showcase__features li::marker {
  color: var(--elite-yellow);
}

.services-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .15rem;
  margin-top: auto;
}

.services-showcase__actions .btn {
  min-width: auto;
}

.services-showcase .gallery-item {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: left;
  width: 100%;
}

.feature-cards-group__inner {
  position: relative;
}

.feature-cards-group--full {
  width: 100%;
}

.feature-cards-group__cards .paragraph--feature-cards {
  height: 100%;
}

/* Width mode styling for feature cards group.
   standard = same/background stays inside container box
   full = section background spans full width with separate cards */
.feature-cards-group--standard {
  background: transparent;
}

.feature-cards-group--standard .feature-cards-group__inner {
  background: var(--elite-surface);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .24);
  margin-inline: auto;
  max-width: 1305px;
  padding: clamp(2rem, 4vw, 2.75rem);
}

.feature-cards-group--standard .services-highlight-section__head {
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}

.feature-cards-group--standard .feature-cards-group__cards .field__items {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
.node--services-page .feature-cards-group--services-only .feature-cards-group__cards .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .node--services-page .feature-cards-group--services-only .feature-cards-group__cards .col-12 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .node--services-page .feature-cards-group--services-only .feature-cards-group__cards .col-12 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
}

.feature-cards-group--standard .feature-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.feature-cards-group--standard .feature-card:hover {
  box-shadow: none;
  transform: none;
}

.feature-cards-group--standard .feature-card .card-body {
  padding: 1rem 1rem .5rem !important;
}

.feature-cards-group--standard .feature-card h3 {
  color: #f8fafc;
  font-size: 1rem;
  margin-top: 1rem !important;
}

.feature-cards-group--standard .feature-card .card-copy,
.feature-cards-group--standard .feature-card .card-copy p {
  color: rgba(226, 232, 240, .88);
}

.feature-cards-group--full {
  background: rgb(17 24 39 / 1);
  padding-block: clamp(0.75rem, 5vw, 1rem);
  width: 100%;
}

.feature-cards-group--full .feature-cards-group__inner {
  margin-inline: auto;
  max-width: 1440px;
}

.feature-cards-group--full .services-highlight-section__title {
  color: #ff8b22;
}

.feature-cards-group--full .feature-card {
  background: #1a2333;
  border: 1px solid rgba(71, 85, 105, .45);
  border-radius: 1.05rem;
  box-shadow: none;
}

.feature-cards-group--full .feature-card:hover {
  box-shadow: 0 18px 40px rgba(15, 23, 42, .28);
  transform: translateY(-4px);
}

.feature-cards-group--full .feature-card .card-body {
  padding: 2rem 2rem 1.55rem !important;
}

.feature-cards-group--full .feature-card h3 {
  color: #fff;
  font-size: 1.08rem;
  margin-top: 1.25rem !important;
}

.feature-cards-group--full .feature-card .card-copy,
.feature-cards-group--full .feature-card .card-copy p {
  color: rgba(226, 232, 240, .9);
}

@media (max-width: 991.98px) {
  .feature-cards-group--standard .feature-cards-group__inner {
    padding: 1.5rem 1rem;
  }

  .feature-cards-group--full {
    background: transparent;
    padding-block: 0;
  }

  .feature-cards-group--full .feature-cards-group__inner {
    background: rgba(31, 41, 55, .88);
    border: 1px solid rgba(82, 98, 124, .35);
    border-radius: 1.6rem;
    padding: 1.75rem 1.25rem;
  }

  .feature-cards-group--full .services-highlight-section__head {
    margin-bottom: 1.5rem;
  }

  .feature-cards-group--full .feature-card .card-body {
    padding: 1.5rem 1.25rem 1.35rem !important;
  }

  .feature-cards-group--full .feature-card h3 {
    font-size: 1rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .feature-cards-group--full .feature-card .card-copy,
  .feature-cards-group--full .feature-card .card-copy p {
    font-size: .95rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 575.98px) {
  .feature-cards-group--full .feature-cards-group__inner {
    border-radius: 1.25rem;
    padding: 1.35rem 1rem;
  }

  .feature-cards-group--full .services-highlight-section__title {
    font-size: clamp(2rem, 9vw, 2.5rem);
  }

  .feature-cards-group--full .feature-card .card-body {
    padding: 1.35rem 1rem 1.2rem !important;
  }
}
@media (max-width: 991.98px) {
  .field--name-field-sections > .field__items:has(.feature-cards-group--full) {
    gap: .5rem 0;
    padding: .75rem .75rem 1.25rem;
  }

  .feature-cards-group--full.section-space {
    padding-block: 0;
  }
}

.page-intro__hero {
  max-width: 100%;
}

.page-intro__subtitle {
  color: rgba(226, 232, 240, .88);
  font-size: clamp(1.05rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.45;
  margin: 1rem auto 0;
}
.elite-hero--front {
  padding-top: clamp(2.8rem, 6vw, 4.8rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.elite-hero--front .container {
  max-width: 1310px;
}

.elite-hero--front .hero-badges {
  margin-bottom: 2rem !important;
}

.elite-hero--front .elite-badge {
  background: rgba(20, 28, 42, .96);
  border-color: rgba(86, 102, 128, .6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  color: #ff8c1a;
  font-size: .98rem;
  font-weight: 800;
  padding: .8rem 1.15rem;
}

.front-hero__eyebrow {
  color: #ff7a18;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .92;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.front-hero__title {
  color: #ff7a18;
  font-size: clamp(4rem, 9vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .9;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.elite-hero--front .hero-description {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.75;
  max-width: 58rem;
}

.front-hero__button {
  min-width: 10.5rem;
  padding-inline: 1.4rem;
}

.elite-hero--front .btn-gradient {
  box-shadow: 0 18px 36px rgba(249, 115, 22, .22);
}

@media (max-width: 767.98px) {
  .elite-hero--front .elite-badge {
    font-size: .9rem;
    padding: .72rem 1rem;
  }

  .front-hero__eyebrow {
    font-size: clamp(2.25rem, 11vw, 3.9rem);
  }

  .front-hero__title {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .elite-hero--front .hero-description {
    font-size: 1.02rem;
    line-height: 1.7;
  }

  .front-hero__button {
    width: 100%;
  }
}
.elite-hero--front {
  padding-top: clamp(0.1rem, 4vw, 0.1rem);
  padding-bottom: clamp(2.6rem, 5vw, 4rem);
}

.elite-hero--front .container {
  max-width: 1280px;
}

.front-hero {
  max-width: 100%;
}

.front-hero__badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}

.front-hero__badge {
  align-items: center;
  color: #f8fafc;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 500;
  gap: .95rem;
}

.front-hero__badge-icon,
.front-hero__contact-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--elite-yellow), var(--elite-orange));
  border-radius: 1rem;
  color: #fff;
  display: inline-flex;
  flex: 0 0 3rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.front-hero__badge-icon svg,
.front-hero__contact-icon svg,
.front-hero__button-icon svg {
  display: block;
  height: 1.4rem;
  width: 1.4rem;
}

.front-hero__headline {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  margin: 0 0 1.8rem;
}

.front-hero__headline-top,
.front-hero__headline-bottom {
  background: linear-gradient(135deg, #f8c34a 0%, #ff9228 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: clamp(3.4rem, 8.1vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -.055em;
  text-transform: none;
}

.front-hero__headline-bottom {
  text-transform: uppercase;
}

.front-hero__description,
.front-hero__description p {
  color: #f4f7fb;
  font-size: clamp(1rem, 2.25vw, 1rem);
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 700px;
}

.front-hero__contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.45rem;
}

.front-hero__contact-card {
  align-items: center;
  background: rgba(31, 41, 55, .88);
  border: 1px solid rgba(82, 98, 124, .45);
  border-radius: 1.35rem;
  display: flex;
  gap: 1rem;
  padding: 1.45rem 1.5rem;
}

.front-hero__contact-copy {
  display: flex;
  flex-direction: column;
  gap: .18rem;
}

.front-hero__contact-label {
  color: #9da7b7;
  font-size: 1rem;
  line-height: 1.3;
}

.front-hero__contact-value {
  color: #f8fafc;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.25;
}

.front-hero__contact-meta {
  color: #f7a61a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.front-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.front-hero__button {
  align-items: center;
  display: inline-flex;
  gap: .7rem;
  justify-content: center;
  min-width: 235px;
  padding: 1rem 1.5rem;
}

.front-hero__button-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.elite-hero--front .btn-outline-accent {
  background: transparent;
}

@media (max-width: 767.98px) {
  .front-hero {
    max-width: 100%;
  }

  .front-hero__badges {
    gap: .9rem 1.2rem;
    margin-bottom: 1.5rem;
  }

  .front-hero__badge {
    font-size: 1rem;
    gap: .75rem;
  }

  .front-hero__badge-icon,
  .front-hero__contact-icon {
    flex-basis: 2.65rem;
    height: 2.65rem;
    width: 2.65rem;
  }

  .front-hero__headline-top,
  .front-hero__headline-bottom {
    font-size: clamp(2.8rem, 11vw, 4.4rem);
  }

  .front-hero__description,
  .front-hero__description p {
    font-size: 1rem;
  }

  .front-hero__contact-card {
    padding: 1.2rem 1.1rem;
  }

  .front-hero__actions {
    display: grid;
  }

  .front-hero__button {
    min-width: 0;
    width: 100%;
  }
}
.front-hero--with-media {
  align-items: start;
  display: grid;
  gap: 27px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
}

.front-hero__content {
  min-width: 0;
}

.front-hero__media {
  align-self: start;
  padding-top: 1.25rem;
}

.front-hero__media .hero-media {
  margin-inline: 0;
  max-width: 100%;
}

.front-hero__media .hero-image {
  min-height: 19rem;
}

@media (max-width: 991.98px) {
  .front-hero--with-media {
    grid-template-columns: 1fr;
  }

  .front-hero__media {
    order: -1;
    padding-top: 0;
  }
}
.front-hero--with-media {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
}

.front-hero__media {
  align-self: center;
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.front-hero__media .hero-media {
  max-width: 40rem;
  width: 100%;
}

.front-hero__media .hero-media .row {
  --bs-gutter-x: 1.25rem;
}

.front-hero__media .hero-image {
  min-height: 25rem;
}

@media (max-width: 1199.98px) {
  .front-hero--with-media {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  }

  .front-hero__media .hero-image {
    min-height: 22rem;
  }
}
@media (max-width: 991.98px) {
  .front-hero--with-media {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .front-hero--with-media .front-hero__content {
    display: contents;
  }

  .front-hero--with-media .front-hero__media {
    order: 1;
    width: 100%;
  }

  .front-hero--with-media .front-hero__actions {
    margin-top: 0;
    order: 2;
  }

  .front-hero--with-media .front-hero__contact-list {
    margin-top: 0;
    order: 3;
  }

  .front-hero--with-media .front-hero__badges {
    margin-bottom: 0;
    order: 4;
  }

  .front-hero--with-media .front-hero__headline {
    margin: 0;
    order: 5;
  }

  .front-hero--with-media .front-hero__description {
    order: 6;
  }
}