/* ==========================================================================
   Deep Life Tour & Travel — Premium Design Foundation (TASK-001)
   Loaded AFTER style.css / vendor CSS in _Layout.cshtml.
   All rules are namespaced under .dl-* classes; no bare-element/global
   Bootstrap class overrides, so the existing theme keeps working everywhere
   this stylesheet is not explicitly opted into via a .dl-* class.
   ========================================================================== */

:root {
  --bs-body-font-family: "Manrope", Arial, sans-serif;
  --dl-brand-navy: #082b4b;
  --dl-brand-orange: #ef5a24;
  --dl-brand-surface: #f1f1f1;
  --dl-navy-950: #080D14;
  --dl-navy-900: #0D131C;
  --dl-navy-800: #111923;
  --dl-gold: #C9A45C;
  --dl-gold-soft: rgba(201, 164, 92, .14);
  --dl-white: #FFFFFF;
  --dl-muted: rgba(255, 255, 255, .64);
  --dl-muted-strong: rgba(255, 255, 255, .82);
  --dl-border: rgba(255, 255, 255, .1);
  --dl-surface: rgba(255, 255, 255, .04);
  --dl-surface-hover: rgba(255, 255, 255, .08);
  --dl-radius-sm: 8px;
  --dl-radius-md: 14px;
  --dl-radius-lg: 24px;
  --dl-radius-pill: 999px;
  --dl-transition: all .25s ease;
}

/* Shared corporate palette: original logo navy/orange, not the former gold-only treatment. */
.dl-header,
.dl-header.header-sticky-on {
  background: var(--dl-brand-surface);
  border-bottom-color: #d5dde6;
}
.dl-header .dl-nav-link,
.dl-header .dl-cta-phone { color: var(--dl-brand-navy) !important; }
.dl-header .dl-nav-link:hover,
.dl-header .dl-cta-phone:hover,
.dl-header .dl-cta-phone:focus { color: var(--dl-brand-orange) !important; }
.dl-header .dl-header-cta .dl-whatsapp-btn {
  border-color: var(--dl-brand-orange);
  color: var(--dl-brand-orange) !important;
}
.dl-header .dl-header-cta .dl-whatsapp-btn:hover,
.dl-header .dl-header-cta .dl-whatsapp-btn:focus {
  background: var(--dl-brand-orange);
  border-color: var(--dl-brand-orange);
}
.dl-header .dl-language-toggle:hover { border-color: var(--dl-brand-orange); color: var(--dl-brand-orange); }

.dl-footer {
  background: var(--dl-brand-navy);
  border-top: 3px solid var(--dl-brand-orange);
}
.dl-footer-brand .dl-header-logo-wrap > img { filter: brightness(0) invert(1); }
.dl-footer-links .nav-link,
.dl-footer-contact a,
.dl-footer-contact p,
.dl-footer-copyright { color: rgba(255, 255, 255, .78); }
.dl-footer-links .nav-link:hover,
.dl-footer-contact a:hover { color: var(--dl-brand-orange); }
.dl-footer-contact i,
.dl-footer-social a:hover { color: var(--dl-brand-orange); }
.dl-footer-social a:hover { border-color: var(--dl-brand-orange); }
.dl-footer .dl-whatsapp-btn {
  background: transparent;
  border-color: var(--dl-brand-orange);
  color: #fff !important;
}
.dl-footer .dl-whatsapp-btn:hover {
  background: var(--dl-brand-orange);
  border-color: var(--dl-brand-orange);
}
.dl-footer .dl-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 42px;
  padding: .55rem .9rem !important;
  border: 1px solid var(--dl-brand-orange) !important;
  border-radius: 6px;
  color: var(--dl-brand-orange) !important;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.dl-footer .dl-footer-whatsapp i {
  margin: 0 !important;
  font-size: 1.05rem;
  line-height: 1;
}
.dl-footer .dl-footer-whatsapp:hover,
.dl-footer .dl-footer-whatsapp:focus {
  background: var(--dl-brand-orange);
  color: #fff !important;
}
.dl-footer .dl-footer-whatsapp:hover i,
.dl-footer .dl-footer-whatsapp:focus i { color: #fff; }

/* The number stays available as a quick action on mobile, not in desktop navigation. */
@media (min-width: 576px) {
  .dl-header .dl-header-cta .dl-cta-phone { display: none; }
}

/* Footer surface — kept last so no legacy dark-theme rule can alter the logo. */
.dl-footer {
  background: var(--dl-brand-surface);
  border-top: 1px solid #d5dde6;
}
.dl-footer-brand .dl-header-logo-wrap > img { filter: none; }
.dl-footer-links .nav-link,
.dl-footer-contact a,
.dl-footer-contact p,
.dl-footer-copyright { color: var(--dl-brand-navy); }
.dl-footer-links .nav-link:hover,
.dl-footer-contact a:hover { color: var(--dl-brand-orange); }
.dl-footer-contact i,
.dl-footer-social a:hover { color: var(--dl-brand-orange); }
.dl-footer-social a {
  border-color: #cbd5df;
  color: var(--dl-brand-navy);
}
.dl-footer-social a:hover { border-color: var(--dl-brand-orange); }
.dl-footer-divider { border-color: #d5dde6; }
.dl-footer .dl-whatsapp-btn {
  background: transparent;
  border-color: var(--dl-brand-orange);
  color: var(--dl-brand-orange) !important;
}
.dl-footer .dl-whatsapp-btn:hover {
  background: var(--dl-brand-orange);
  border-color: var(--dl-brand-orange);
  color: #fff !important;
}

/* Footer uses the same light corporate surface as the header so the original
   colour logo remains intact and legible. */
.dl-footer {
  background: var(--dl-brand-surface);
  border-top: 1px solid #d5dde6;
}
.dl-footer-brand .dl-header-logo-wrap > img { filter: none; }
.dl-footer-links .nav-link,
.dl-footer-contact a,
.dl-footer-contact p,
.dl-footer-copyright { color: var(--dl-brand-navy); }
.dl-footer-links .nav-link:hover,
.dl-footer-contact a:hover { color: var(--dl-brand-orange); }
.dl-footer-contact i,
.dl-footer-social a:hover { color: var(--dl-brand-orange); }
.dl-footer-social a {
  border-color: #cbd5df;
  color: var(--dl-brand-navy);
}
.dl-footer-social a:hover { border-color: var(--dl-brand-orange); }
.dl-footer-divider { border-color: #d5dde6; }
.dl-footer .dl-whatsapp-btn {
  background: transparent;
  border-color: var(--dl-brand-orange);
  color: var(--dl-brand-orange) !important;
}
.dl-footer .dl-whatsapp-btn:hover {
  background: var(--dl-brand-orange);
  border-color: var(--dl-brand-orange);
  color: #fff !important;
}

/* One consistent, Turkish-friendly corporate typeface across the site. */
body,
button,
input,
select,
textarea,
.dl-header .dl-nav-link,
.dl-header .dl-cta-phone,
.dl-header .dl-whatsapp-btn,
.dl-footer {
  font-family: "Manrope", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.dl-hero h1 {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
}

/* --------------------------------------------------------------------
   .dl-header — premium dark header
   -------------------------------------------------------------------- */
.dl-header {
  background: linear-gradient(180deg, var(--dl-navy-900) 0%, var(--dl-navy-800) 100%);
  border-bottom: 1px solid var(--dl-border);
}

.dl-header.header-sticky-on {
  background: var(--dl-navy-950);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

.dl-header .navbar {
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.dl-header-logo-wrap {
  display: inline-flex;
  align-items: center;
  background: var(--dl-white);
  border-radius: var(--dl-radius-sm);
  padding: .4rem .75rem;
  line-height: 0;
}

.dl-header .navbar-brand-item {
  height: 32px;
  width: auto;
}

.dl-header .dl-nav-link {
  color: var(--dl-muted-strong) !important;
  font-weight: 500;
  letter-spacing: .01em;
}

.dl-header .dl-nav-link:hover,
.dl-header .dl-nav-link:focus,
.dl-header .nav-item.dropdown.show > .dl-nav-link {
  color: var(--dl-gold) !important;
}

.dl-header .dl-dropdown-menu {
  background: var(--dl-navy-800);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-md);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .45);
}

.dl-header .dl-dropdown-menu .dl-dropdown-item {
  color: var(--dl-muted-strong);
}

.dl-header .dl-dropdown-menu .dl-dropdown-item:hover,
.dl-header .dl-dropdown-menu .dl-dropdown-item:focus {
  background: var(--dl-surface-hover);
  color: var(--dl-gold);
}

.dl-header .navbar-toggler-animation span {
  background-color: var(--dl-white);
}

.dl-header .navbar-toggler .small {
  color: var(--dl-muted);
}

.dl-header .nav-notification {
  background: var(--dl-surface) !important;
  color: var(--dl-white);
  border-radius: var(--dl-radius-sm);
}

/* Service navigation: one compact mega menu instead of nested fly-outs. */
.dl-header .dl-mega-menu {
  min-width: 640px;
  padding: .55rem;
  border: 1px solid #d9dfe6;
  border-radius: 10px;
  background: #f1f1f1;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
}

.dl-mega-menu-content { padding: 0; }
.dl-mega-category {
  height: 100%;
  padding: .7rem;
  border-left: 2px solid transparent;
  border-radius: 0;
}
.dl-mega-category:hover {
  background: transparent;
  border-left-color: #d0a64d;
}
.dl-mega-category-title {
  display: block;
  margin-bottom: .45rem;
  color: #9a7126 !important;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}
.dl-mega-category-title:hover { color: #c08b25 !important; }
.dl-mega-link {
  display: block;
  padding: .32rem 0;
  color: #263449 !important;
  font-size: .74rem;
  line-height: 1.4;
  text-decoration: none;
}
.dl-mega-link:hover { color: #a77820 !important; }

@media (max-width: 1199.98px) {
  .dl-header .dl-mega-menu {
    min-width: 0;
    margin-top: .35rem;
    padding: .4rem;
    box-shadow: none;
  }
}

.dl-header .nav-notification:hover {
  background: var(--dl-surface-hover) !important;
}

/* Header CTA (phone + WhatsApp) */
.dl-header-cta {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.dl-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--dl-muted-strong);
  font-weight: 600;
  white-space: nowrap;
  transition: var(--dl-transition);
}

.dl-cta-phone:hover,
.dl-cta-phone:focus {
  color: var(--dl-gold);
}

.dl-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--dl-gold);
  color: var(--dl-navy-950) !important;
  font-weight: 600;
  padding: .55rem 1.1rem;
  border-radius: var(--dl-radius-pill);
  white-space: nowrap;
  transition: var(--dl-transition);
  border: 1px solid var(--dl-gold);
}

.dl-whatsapp-btn:hover,
.dl-whatsapp-btn:focus {
  background: var(--dl-navy-950);
  color: var(--dl-gold) !important;
}

.dl-whatsapp-btn.dl-whatsapp-btn-disabled {
  background: var(--dl-surface);
  border-color: var(--dl-border);
  color: var(--dl-muted) !important;
  cursor: not-allowed;
}

.dl-whatsapp-btn i,
.dl-cta-phone i {
  font-size: 1.05rem;
  line-height: 1;
}

/* --------------------------------------------------------------------
   .dl-hero — premium hero section
   -------------------------------------------------------------------- */
.dl-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 140% at 12% 10%, var(--dl-navy-800) 0%, var(--dl-navy-950) 65%);
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.dl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(55% 60% at 88% 15%, var(--dl-gold-soft) 0%, transparent 70%);
  pointer-events: none;
}

.dl-hero .container {
  position: relative;
  z-index: 1;
}

.dl-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--dl-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.dl-hero-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--dl-gold);
  display: inline-block;
}

.dl-hero h1 {
  color: var(--dl-white);
  font-weight: 700;
}

.dl-hero h1 .dl-hero-title-accent {
  color: var(--dl-gold);
}

.dl-hero-detail {
  color: var(--dl-muted-strong);
  font-size: 1.05rem;
  max-width: 34rem;
}

.dl-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.dl-hero-cta .dl-whatsapp-btn {
  padding: .8rem 1.5rem;
  font-size: 1rem;
}

.dl-hero-cta .dl-cta-phone {
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-pill);
  padding: .8rem 1.4rem;
}

.dl-hero-cta .dl-cta-phone:hover {
  border-color: var(--dl-gold);
}

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

.dl-hero-media img {
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, .55));
  max-width: 100%;
  height: auto;
}

.dl-hero-media-glow {
  position: absolute;
  inset: 8% 4%;
  background: radial-gradient(closest-side, var(--dl-gold-soft), transparent 75%);
  z-index: -1;
}

/* --------------------------------------------------------------------
   .dl-trust — hero altı güven göstergeleri
   -------------------------------------------------------------------- */
.dl-trust {
  background: var(--dl-navy-950);
  padding-top: .25rem;
  padding-bottom: 3.5rem;
}

.dl-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  background: var(--dl-surface);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-md);
  padding: 1.25rem;
  transition: var(--dl-transition);
}

.dl-trust-item:hover {
  background: var(--dl-surface-hover);
  border-color: var(--dl-gold);
  transform: translateY(-2px);
}

.dl-trust-icon {
  flex: none;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--dl-radius-sm);
  background: var(--dl-gold-soft);
  color: var(--dl-gold);
  font-size: 1.25rem;
}

.dl-trust-title {
  color: var(--dl-white);
  font-weight: 600;
  margin-bottom: .2rem;
}

.dl-trust-text {
  color: var(--dl-muted);
  font-size: .875rem;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------
   .dl-services — Transfer Hizmetlerimiz (TASK-002)
   -------------------------------------------------------------------- */
.dl-services {
  padding-bottom: 4rem;
}

.dl-services h2 {
  font-weight: 700;
}

.dl-services-subtitle {
  color: var(--dl-muted);
  font-size: 1.02rem;
}

.dl-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--dl-navy-900);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-lg);
  overflow: hidden;
  text-decoration: none;
  transition: var(--dl-transition);
}

.dl-service-card:hover,
.dl-service-card:focus {
  transform: translateY(-6px);
  border-color: var(--dl-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
  text-decoration: none;
}

.dl-service-card-media {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.dl-service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.dl-service-card:hover .dl-service-card-media img {
  transform: scale(1.08);
}

.dl-service-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 13, 20, .05) 0%, rgba(8, 13, 20, .6) 100%);
}

.dl-service-card-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  background: rgba(8, 13, 20, .55);
  color: var(--dl-white);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-pill);
  padding: .25rem .75rem;
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dl-service-card-icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dl-gold);
  color: var(--dl-navy-950);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.dl-service-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.35rem 1.5rem;
}

.dl-service-card-title {
  color: var(--dl-white);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.dl-service-card-text {
  color: var(--dl-muted);
  font-size: .9rem;
  margin-bottom: 1rem;
  flex: 1;
}

.dl-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--dl-gold);
  font-weight: 600;
  font-size: .9rem;
  transition: var(--dl-transition);
}

.dl-service-card:hover .dl-service-card-link {
  gap: .65rem;
}

/* --------------------------------------------------------------------
   .dl-fleet — Araç Filomuz (TASK-003)
   -------------------------------------------------------------------- */
.dl-fleet {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.dl-fleet h2 {
  font-weight: 700;
}

.dl-fleet-subtitle {
  color: var(--dl-muted);
  font-size: 1.02rem;
}

.dl-fleet-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--dl-navy-900);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-lg);
  overflow: hidden;
  transition: var(--dl-transition);
}

.dl-fleet-card:hover {
  transform: translateY(-6px);
  border-color: var(--dl-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.dl-fleet-media {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.dl-fleet-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.dl-fleet-card:hover .dl-fleet-media img {
  transform: scale(1.08);
}

.dl-fleet-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 13, 20, .05) 0%, rgba(8, 13, 20, .6) 100%);
}

.dl-fleet-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.35rem 1.5rem;
}

.dl-fleet-title {
  color: var(--dl-white);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: .4rem;
}

.dl-fleet-meta {
  color: var(--dl-muted);
  font-size: .9rem;
  margin-bottom: 1rem;
  flex: 1;
}

.dl-fleet-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--dl-gold);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: var(--dl-transition);
}

.dl-fleet-card:hover .dl-fleet-link {
  gap: .65rem;
}

/* --------------------------------------------------------------------
   .dl-why — Neden Deep Life? (TASK-002)
   -------------------------------------------------------------------- */
.dl-why {
  position: relative;
  overflow: hidden;
  background: var(--dl-navy-950);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.dl-why-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--dl-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.dl-why-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--dl-gold);
  display: inline-block;
}

.dl-why h2 {
  color: var(--dl-white);
  font-weight: 700;
}

.dl-why-detail {
  color: var(--dl-muted-strong);
  font-size: 1.05rem;
  max-width: 30rem;
  margin-bottom: 1.75rem;
}

.dl-why-media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--dl-radius-lg);
  box-shadow: 0 25px 45px rgba(0, 0, 0, .4);
}

.dl-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  height: 100%;
  background: var(--dl-surface);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-md);
  padding: 1.15rem;
  transition: var(--dl-transition);
}

.dl-benefit-card:hover {
  background: var(--dl-surface-hover);
  border-color: var(--dl-gold);
  transform: translateY(-2px);
}

.dl-benefit-icon {
  flex: none;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--dl-radius-sm);
  background: var(--dl-gold-soft);
  color: var(--dl-gold);
  font-size: 1.2rem;
}

.dl-benefit-title {
  color: var(--dl-white);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: .25rem;
}

.dl-benefit-text {
  color: var(--dl-muted);
  font-size: .85rem;
  margin-bottom: 0;
}

.dl-why-about {
  color: var(--dl-muted-strong);
  border-top: 1px solid var(--dl-border);
  padding-top: 2.5rem;
}

.dl-why-about h3 {
  color: var(--dl-white);
}

/* Home benefit strip: copy, benefit cards and visual align in one compact band. */
.dl-why-home-benefits .container { padding-top: 2.75rem; padding-bottom: 2.75rem; }
.dl-why-home-benefits .row.align-items-center { align-items: stretch !important; gap: 1.25rem; }
.dl-why-home-benefits .row.align-items-center > .col-lg-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 calc(25% - .95rem);
  max-width: calc(25% - .95rem);
}
.dl-why-home-benefits .row.align-items-center > .col-lg-7 { display: flex; flex: 1; gap: 1.25rem; min-width: 0; }
.dl-why-home-benefits .dl-why-grid { order: 1; flex: 1 1 100%; }
.dl-why-home-benefits .dl-why-media { order: 2; flex: 0 0 34%; height: auto; min-height: 265px; margin: 0 !important; overflow: hidden; border-radius: .55rem; background: #09131d; }
.dl-why-home-benefits .dl-why-media img { width: 100%; height: 100%; min-height: 0; border-radius: 0; object-fit: cover; object-position: 64% center; transition: transform .45s ease; }
.dl-why-home-benefits .dl-why-media:hover img { transform: scale(1.025); }
.dl-why-home-benefits .dl-why-detail { margin-bottom: 1.3rem; font-size: .84rem; line-height: 1.75; }
.dl-why-home-benefits .dl-why-detail p { margin-bottom: 0; }
.dl-why-home-benefits h2 { margin-bottom: 1rem; font-size: clamp(1.45rem, 2.15vw, 2.05rem); line-height: 1.22; }
.dl-why-home-benefits .dl-benefit-card { min-height: 122px; padding: .9rem; }
.dl-why-home-benefits .dl-benefit-icon { width: 34px; height: 34px; margin-bottom: .55rem; }
.dl-why-home-benefits .dl-benefit-title { margin-bottom: .3rem; font-size: .78rem; }
.dl-why-home-benefits .dl-benefit-text { font-size: .68rem; line-height: 1.45; }
@media (max-width: 991.98px) {
  .dl-why-home-benefits .row.align-items-center > .col-lg-5,
  .dl-why-home-benefits .row.align-items-center > .col-lg-7 {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .dl-why-home-benefits .dl-why-grid { width: 100%; }
  .dl-why-home-benefits .dl-why-media { min-height: 240px; margin-top: 1.25rem !important; }
}

/* --------------------------------------------------------------------
   .dl-how — Nasıl Çalışır? (TASK-004)
   -------------------------------------------------------------------- */
.dl-how {
  background: var(--dl-navy-900);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.dl-how h2 {
  color: var(--dl-white);
  font-weight: 700;
}

.dl-how-subtitle {
  color: var(--dl-muted);
  font-size: 1.02rem;
}

.dl-how-step {
  position: relative;
  height: 100%;
  background: var(--dl-surface);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-md);
  padding: 1.75rem 1.35rem 1.5rem;
  transition: var(--dl-transition);
}

.dl-how-step:hover {
  background: var(--dl-surface-hover);
  border-color: var(--dl-gold);
  transform: translateY(-4px);
}

.dl-how-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--dl-gold);
  opacity: .55;
  line-height: 1;
  margin-bottom: .75rem;
}

.dl-how-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: var(--dl-radius-sm);
  background: var(--dl-gold-soft);
  color: var(--dl-gold);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.dl-how-step-title {
  color: var(--dl-white);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .4rem;
}

.dl-how-step-text {
  color: var(--dl-muted);
  font-size: .875rem;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------
   .dl-whatsapp-banner — WhatsApp CTA Banner (TASK-004)
   -------------------------------------------------------------------- */
.dl-whatsapp-banner {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 160% at 50% 0%, var(--dl-navy-800) 0%, var(--dl-navy-950) 70%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dl-whatsapp-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(45% 70% at 50% 100%, var(--dl-gold-soft) 0%, transparent 70%);
  pointer-events: none;
}

.dl-whatsapp-banner .container {
  position: relative;
  z-index: 1;
}

.dl-whatsapp-banner h2 {
  color: var(--dl-white);
  font-weight: 700;
}

.dl-whatsapp-banner p {
  color: var(--dl-muted-strong);
  font-size: 1.05rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.dl-whatsapp-banner .dl-whatsapp-btn {
  padding: .85rem 1.75rem;
  font-size: 1.05rem;
}

/* --------------------------------------------------------------------
   .dl-faq — Sıkça Sorulan Sorular (TASK-005)
   -------------------------------------------------------------------- */
.dl-faq {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.dl-faq-content h2 {
  color: var(--dl-navy-900);
  font-weight: 700;
}

.dl-faq-item {
  background: var(--dl-white);
  border: 1px solid rgba(17, 25, 35, .1);
  border-radius: var(--dl-radius-md);
  overflow: hidden;
  transition: var(--dl-transition);
}

.dl-faq-item + .dl-faq-item {
  margin-top: 1rem;
}

.dl-faq-question .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1.1rem 1.35rem;
  font-weight: 600;
  color: var(--dl-navy-900);
  text-align: left;
  box-shadow: none;
}

.dl-faq-question .accordion-button::after {
  display: none;
}

.dl-faq-question .accordion-button:hover,
.dl-faq-question .accordion-button:focus,
.dl-faq-question .accordion-button:not(.collapsed) {
  color: var(--dl-gold);
  background: var(--dl-gold-soft);
}

.dl-faq-icon-plus,
.dl-faq-icon-minus {
  flex: none;
  font-size: 1.2rem;
  color: var(--dl-gold);
}

.accordion-button.collapsed .dl-faq-icon-minus {
  display: none;
}

.accordion-button:not(.collapsed) .dl-faq-icon-plus {
  display: none;
}

.dl-faq-answer {
  padding: .7rem 1.35rem 1.25rem;
  color: rgba(17, 25, 35, .65);
}

/* --------------------------------------------------------------------
   .dl-footer — Premium Footer (TASK-006)
   -------------------------------------------------------------------- */
.dl-footer {
  background: linear-gradient(180deg, var(--dl-navy-900) 0%, var(--dl-navy-950) 100%);
  padding-top: 4rem;
  border-top: 1px solid var(--dl-border);
}

.dl-footer-brand .dl-header-logo-wrap {
  display: inline-flex;
}

.dl-footer-brand .dl-header-logo-wrap > img {
  max-height: 36px;
  width: auto;
}

.dl-footer-links .nav-link,
.dl-footer-contact a,
.dl-footer-contact p {
  color: var(--dl-muted);
  padding: .3rem 0;
  transition: var(--dl-transition);
}

.dl-footer-links .nav-link:hover,
.dl-footer-contact a:hover {
  color: var(--dl-gold);
}

.dl-footer-contact i {
  color: var(--dl-gold);
}

.dl-footer-contact .dl-whatsapp-btn {
  display: inline-flex;
}

.dl-footer-social {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1rem;
}

.dl-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--dl-border);
  color: var(--dl-muted-strong);
  transition: var(--dl-transition);
}

.dl-footer-social a:hover {
  border-color: var(--dl-gold);
  color: var(--dl-gold);
}

.dl-footer-divider {
  border-color: var(--dl-border);
  opacity: 1;
}

.dl-footer .dl-footer-divider {
  height: 1px;
  margin-bottom: 0;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(217, 178, 87, .6) 18%, rgba(217, 178, 87, .6) 82%, transparent);
}

.dl-footer-copyright {
  color: var(--dl-muted);
  font-size: .72rem;
  letter-spacing: .015em;
}

.dl-footer-copyright .dl-footer-credit { color: rgba(255, 255, 255, .56); }
.dl-footer-copyright .dl-footer-credit a {
  color: var(--dl-brand-gold);
  font-weight: 700;
  letter-spacing: .01em;
}
.dl-footer-copyright .dl-footer-credit a:hover { color: var(--dl-white); }

/* Mobile fixed WhatsApp/phone contact bar */
.dl-mobile-contact .nav-link {
  color: var(--dl-muted-strong);
}

.dl-mobile-contact .nav-link:hover,
.dl-mobile-contact .nav-link.active {
  color: var(--dl-gold);
}

@media (max-width: 575.98px) {
  /* style.css ships a dead .has-navbar-mobile toggle that is never applied by JS;
     reserve real space here so the fixed mobile bar never overlaps footer content */
  .dl-footer {
    padding-bottom: 4.5rem;
  }
}

/* --------------------------------------------------------------------
   Deep Life reference composition — CMS-driven homepage
   The CMS supplies media/content; these rules only define their display.
   -------------------------------------------------------------------- */
.dl-header {
  position: relative;
  z-index: 30;
  background: #060b11;
  border-bottom-color: rgba(255, 255, 255, .08);
}

.dl-header-logo-wrap {
  padding: 0;
  background: transparent;
}

.dl-header .navbar-brand-item { height: 42px; }
.dl-header .navbar { padding-top: .65rem; padding-bottom: .65rem; }
.dl-header .navbar-nav { gap: .15rem; }
.dl-header .dl-nav-link { font-size: .78rem; color: #fff !important; }
.dl-header .dl-nav-link:hover { color: #e0b95f !important; }
.dl-cta-phone { font-size: .78rem; }
.dl-whatsapp-btn { border-radius: 7px; font-size: .78rem; }

.dl-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 6.75rem 0 7.5rem;
  background-color: #070d14;
  background-image:
    linear-gradient(90deg, rgba(4, 9, 15, .98) 0%, rgba(4, 9, 15, .83) 35%, rgba(4, 9, 15, .18) 72%, rgba(4, 9, 15, .3) 100%),
    linear-gradient(0deg, rgba(4, 9, 15, .72), transparent 42%),
    var(--dl-hero-image, none);
  background-position: center;
  background-size: cover;
}

.dl-hero::before { background: radial-gradient(70% 95% at 14% 47%, rgba(8, 15, 24, .1), transparent 75%); }
.dl-hero h1 { font-size: clamp(2.3rem, 3.15vw, 3.4rem); line-height: 1.12; letter-spacing: -.04em; }
.dl-hero-detail { font-size: .98rem; line-height: 1.85; max-width: 32rem; }
.dl-hero-eyebrow { font-size: .72rem; margin-bottom: 1.25rem; }
.dl-hero-cta .dl-whatsapp-btn, .dl-hero-cta .dl-cta-phone { border-radius: 8px; padding: .85rem 1.15rem; }
.dl-hero-cta .dl-whatsapp-btn { background: linear-gradient(135deg, #e9c76f, #caa04b); }

.dl-trust {
  position: relative;
  z-index: 5;
  margin: -4.6rem auto 0;
  max-width: 1240px;
  padding: 0;
  background: transparent;
}
.dl-trust .container { background: #0d141d; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: .4rem 1rem; }
.dl-trust .row { --bs-gutter-x: 0; }
.dl-trust-item { padding: 1rem 1.15rem; border: 0; border-radius: 0; background: transparent; }
.dl-trust .col:not(:last-child) .dl-trust-item { border-right: 1px solid rgba(255,255,255,.12); }
.dl-trust-item:hover { transform: none; background: rgba(255,255,255,.03); border-color: transparent; }
.dl-trust-icon { width: 34px; height: 34px; background: transparent; border: 1px solid var(--dl-gold); border-radius: 50%; font-size: 1rem; }
.dl-trust-title { font-size: .82rem; margin: 0 0 .15rem; }
.dl-trust-text { font-size: .7rem; }

.dl-services, .dl-fleet { padding: 5.4rem 0; background: #fff; }
.dl-services h2, .dl-fleet h2 { color: #111827; font-size: clamp(1.8rem, 2.6vw, 2.5rem); letter-spacing: -.035em; }
.dl-services-subtitle, .dl-fleet-subtitle { color: #78818d; font-size: .88rem; }
.dl-section-link { display: inline-flex; align-items: center; gap: .65rem; border: 1px solid #dfe3e8; border-radius: 7px; padding: .7rem 1rem; color: #172033; font-size: .78rem; font-weight: 700; text-decoration: none; }
.dl-section-link:hover { border-color: var(--dl-gold); color: #99722b; }
.dl-service-card, .dl-fleet-card { border-radius: 8px; background: #071019; border-color: rgba(9, 18, 28, .2); box-shadow: 0 9px 23px rgba(16, 24, 40, .1); }
.dl-service-card-media { height: 180px; }
.dl-service-card-body { min-height: 183px; padding: 1.05rem; }
.dl-service-card-badge { display: none; }
.dl-service-card-icon { width: 44px; height: 44px; left: .9rem; right: auto; bottom: -21px; border: 1px solid #e0b95f; background: #071019; color: #e0b95f; }
.dl-service-card-title { margin-top: .95rem; font-size: 1rem; }
.dl-service-card-text { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.65; }
.dl-service-card-text p { margin: 0; }
.dl-service-card-link, .dl-fleet-link { color: #e0b95f; font-size: .75rem; }

.dl-why { padding: 0; background: #070f18; }
.dl-why .container { padding-top: 5.5rem; padding-bottom: 5.5rem; }
.dl-why h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); letter-spacing: -.035em; }
.dl-why-media { height: 100%; margin: -5.5rem -12px -5.5rem 0 !important; }
.dl-why-media img { width: 100%; height: 100%; min-height: 465px; border-radius: 0; object-position: center; }
.dl-benefit-card { padding: 1rem; border-radius: 7px; }
.dl-benefit-icon { width: 36px; height: 36px; border: 1px solid rgba(224,185,95,.8); background: transparent; border-radius: 50%; font-size: .9rem; }
.dl-benefit-title { font-size: .84rem; }
.dl-benefit-text { font-size: .72rem; line-height: 1.5; }

.dl-fleet { padding-top: 5.4rem; }
.dl-fleet-media { height: 210px; }
.dl-fleet-content { padding: 1rem 1.1rem 1.2rem; }
.dl-fleet-title { font-size: 1.05rem; }
.dl-fleet-meta { font-size: .78rem; line-height: 1.55; }

.dl-how { padding: 5.4rem 0 2.8rem; background: #071019; }
.dl-how h2 { font-size: clamp(1.8rem, 2.7vw, 2.5rem); }
.dl-how .row.mb-4 { text-align: left !important; }
.dl-how .row.mb-4 .mx-auto { margin-left: 0 !important; margin-right: 0 !important; }
.dl-how-step { padding: .8rem 0 .8rem 3.5rem; background: transparent; border: 0; border-radius: 0; }
.dl-how-step:hover { background: transparent; border-color: transparent; transform: none; }
.dl-how-number { position: absolute; left: 0; top: .65rem; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border: 1px solid var(--dl-gold); border-radius: 50%; font-size: .74rem; opacity: 1; }
.dl-how-icon { display: none; }
.dl-how-step-title { font-size: .82rem; }
.dl-how-step-text { font-size: .72rem; }

.dl-whatsapp-banner { padding: 1.2rem 0 4.8rem; background: #071019; }
.dl-whatsapp-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; max-width: 1140px; padding: 1.5rem 2rem; border: 1px solid rgba(224,185,95,.8); border-radius: 7px; background: linear-gradient(90deg, rgba(11, 23, 35, .98), rgba(11, 23, 35, .72)); }
.dl-whatsapp-banner h2 { margin: 0 !important; font-size: 1.5rem; text-align: left; }
.dl-whatsapp-banner p { display: none; }
.dl-whatsapp-banner .dl-whatsapp-btn { flex: none; font-size: .8rem; }

.dl-faq { padding: 0 0 5rem; background: #071019; }
.dl-faq-content h2, .dl-faq-content p { color: #fff !important; }
.dl-faq-content h2 { font-size: clamp(1.8rem, 2.7vw, 2.4rem); }
.dl-faq-item, .dl-faq-item + .dl-faq-item { margin: 0; border-color: rgba(255,255,255,.13); border-radius: 7px; background: rgba(255,255,255,.035); }
.dl-faq-question .accordion-button { padding: .95rem 1rem; color: #fff; font-size: .78rem; background: transparent; }
.dl-faq-question .accordion-button:hover, .dl-faq-question .accordion-button:focus, .dl-faq-question .accordion-button:not(.collapsed) { color: #f0cc70; background: rgba(255,255,255,.04); }
.dl-faq-answer { color: rgba(255,255,255,.72); font-size: .8rem; }

.dl-footer { padding-top: 3rem; background: #050b11; }
.dl-footer-brand .dl-header-logo-wrap > img { max-height: 45px; }
.dl-footer-links .nav-link, .dl-footer-contact a, .dl-footer-contact p { font-size: .78rem; }

@media (max-width: 991.98px) {
  .dl-header .navbar-collapse { padding-top: 1rem; }
  .dl-header-cta { margin-top: 1rem; }
  .dl-hero { min-height: 510px; padding: 5.5rem 0 6.5rem; }
  .dl-trust { margin: -3rem 1rem 0; }
  .dl-trust .col:not(:last-child) .dl-trust-item { border-right: 0; }
  .dl-why-media { margin: 0 !important; height: auto; }
  .dl-why-media img { min-height: 300px; }
}

@media (max-width: 575.98px) {
  .dl-header .navbar-brand-item { height: 34px; }
  .dl-hero { min-height: 520px; padding: 4.25rem 0 5.7rem; background-position: 62% center; }
  .dl-hero h1 { font-size: 2.25rem; }
  .dl-trust { margin: -2.6rem .75rem 0; }
  .dl-trust .container { padding: .3rem .7rem; }
  .dl-trust-item { padding: .8rem .4rem; }
  .dl-services, .dl-fleet { padding: 3.5rem 0; }
  .dl-how { padding-top: 3.5rem; }
  .dl-whatsapp-banner .container { display: block; padding: 1.35rem; }
  .dl-whatsapp-banner .dl-whatsapp-btn { margin-top: 1rem; }
}

/* --------------------------------------------------------------------
   .dl-vehicle-detail — Araç Detay Sayfası (TASK-008)
   -------------------------------------------------------------------- */
.dl-vehicle-detail {
  background: var(--dl-navy-950);
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.dl-vehicle-hero h1 {
  color: var(--dl-white);
  font-weight: 700;
}

.dl-vehicle-info {
  color: var(--dl-muted-strong);
  font-size: 1.02rem;
  margin-bottom: 1.5rem;
}

.dl-vehicle-info h2,
.dl-vehicle-info h3,
.dl-vehicle-info h4 {
  color: var(--dl-white);
}

.dl-vehicle-info ul {
  padding-left: 1.2rem;
}

.dl-vehicle-info li {
  margin-bottom: .4rem;
}

.dl-vehicle-hero-image {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-lg);
  box-shadow: 0 30px 50px rgba(0, 0, 0, .5);
}

.dl-vehicle-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.dl-vehicle-cta .dl-whatsapp-btn {
  padding: .8rem 1.5rem;
  font-size: 1rem;
}

.dl-vehicle-cta .dl-cta-phone {
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius-pill);
  padding: .8rem 1.4rem;
}

.dl-vehicle-cta .dl-cta-phone:hover {
  border-color: var(--dl-gold);
}

.dl-vehicle-gallery {
  margin-top: 3rem;
}

.dl-vehicle-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--dl-radius-md);
  border: 1px solid var(--dl-border);
}

@media (max-width: 767.98px) {
  .dl-vehicle-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .dl-vehicle-cta .dl-whatsapp-btn,
  .dl-vehicle-cta .dl-cta-phone {
    justify-content: center;
  }
}

/* --------------------------------------------------------------------
   .dl-section — generic reusable dark section wrapper (future tasks)
   -------------------------------------------------------------------- */
.dl-section {
  background: var(--dl-navy-950);
}

.dl-section-light {
  background: var(--dl-navy-900);
}

/* --------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .dl-hero {
    padding-top: 2.25rem;
    padding-bottom: 2rem;
  }

  .dl-hero-media {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .dl-hero h1 {
    font-size: 1.85rem;
  }

  .dl-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .dl-hero-cta .dl-whatsapp-btn,
  .dl-hero-cta .dl-cta-phone {
    justify-content: center;
  }

  .dl-trust-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dl-why-cta .dl-whatsapp-btn {
    width: 100%;
    justify-content: center;
  }

  .dl-why-media img {
    height: 220px;
  }

  .dl-fleet-media {
    height: 200px;
  }

  .dl-whatsapp-banner h2 {
    font-size: 1.6rem;
  }

  .dl-whatsapp-banner .dl-whatsapp-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .dl-header-cta .dl-cta-phone-text,
  .dl-header-cta .dl-whatsapp-btn-text {
    display: none;
  }

  .dl-header-cta .dl-cta-phone,
  .dl-header-cta .dl-whatsapp-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

/* Keep the reference layout's responsive hero dimensions after legacy rules. */
@media (max-width: 991.98px) {
  .dl-hero { min-height: 510px; padding: 5.5rem 0 6.5rem; }
}

@media (max-width: 767.98px) {
  .dl-hero h1 { font-size: 2.25rem; }
}

@media (max-width: 575.98px) {
  .dl-hero { min-height: 520px; padding: 4.25rem 0 5.7rem; background-position: 62% center; }
}

/* Header: override the base theme's 80px desktop logo rule. */
.dl-header .navbar {
  min-height: 64px;
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.dl-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0 !important;
}

.dl-header .navbar-brand .dl-header-logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 0 !important;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dl-header .navbar-expand-xl .navbar-brand .navbar-brand-item,
.dl-header .navbar-brand .navbar-brand-item {
  display: block;
  width: auto;
  height: 42px;
  max-height: 42px;
  filter: none;
}

/* Preserve the supplied colour logo by giving it a clean, light navbar. */
.dl-header,
.dl-header.header-sticky-on {
  background: #f1f1f1;
  border-bottom-color: #e6ddce;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .06);
}

.dl-header .dl-nav-link,
.dl-header .dl-cta-phone {
  color: #182338 !important;
}

.dl-header .dl-nav-link {
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: 0;
}

.dl-header .dl-nav-link:hover,
.dl-header .dl-cta-phone:hover,
.dl-header .dl-cta-phone:focus {
  color: #c29135 !important;
}

.dl-header .navbar-toggler-animation span { background-color: #182338; }
.dl-header .nav-notification {
  background: transparent !important;
  color: #182338;
  border: 1px solid #cbd5e1;
}

.dl-header .dl-header-cta { gap: .85rem; }
.dl-header .dl-header-cta .dl-cta-phone {
  font-size: .82rem;
  font-weight: 700;
}
.dl-header .dl-header-cta .dl-whatsapp-btn {
  padding: .55rem .8rem;
  background: transparent;
  border-color: #a77820;
  color: #6f511d !important;
  font-size: .76rem;
  font-weight: 700;
}
.dl-header .dl-header-cta .dl-whatsapp-btn:hover,
.dl-header .dl-header-cta .dl-whatsapp-btn:focus {
  background: #a77820;
  border-color: #a77820;
  color: #fff !important;
}

.dl-header .dl-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-width: 46px;
  height: 40px;
  padding: 0 .55rem;
  border-radius: 7px;
  color: #182338;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}
.dl-header .dl-language-toggle:hover { border-color: #a77820; color: #a77820; }
.dl-language-menu {
  min-width: 190px;
  margin-top: .7rem !important;
  padding: .45rem;
  border: 1px solid #dce2e8;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
}
.dl-language-menu-title {
  padding: .5rem .65rem .4rem;
  color: #758092;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dl-language-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .12rem 0;
  padding: .66rem .7rem;
  border-radius: 6px;
  color: #182338;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}
.dl-language-option:hover { background: #f4f1eb; color: #8b6620; }
.dl-language-option.active { background: #f4f1eb; color: #8b6620; }
.dl-language-option i { color: #a77820; font-size: 1rem; }

@media (max-width: 1199.98px) {
  .dl-header .navbar { min-height: 58px; }
  .dl-header .navbar-expand-xl .navbar-brand .navbar-brand-item,
  .dl-header .navbar-brand .navbar-brand-item { height: 36px; max-height: 36px; }
}

/* --------------------------------------------------------------------
   Mobile-first finishing layer
   -------------------------------------------------------------------- */
html, body { overflow-x: hidden; }

@media (max-width: 1199.98px) {
  .dl-header .navbar-collapse {
    order: 4;
    width: 100%;
    margin-top: .55rem;
    padding: .7rem !important;
    border-top: 1px solid #dedede;
  }
  .dl-header .navbar-nav { gap: 0; }
  .dl-header .navbar-nav .nav-item { width: 100%; }
  .dl-header .navbar-nav .dl-nav-link {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: .65rem .35rem;
  }
  .dl-header .navbar-collapse .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: .15rem 0 .45rem;
  }
  .dl-header .dl-mega-menu .row { --bs-gutter-y: .35rem; }
  .dl-header .dl-mega-category { padding: .55rem .65rem; }
}

@media (max-width: 575.98px) {
  .dl-header .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .dl-header .navbar {
    min-height: 72px;
    flex-wrap: wrap;
    padding-top: .45rem;
    padding-bottom: .45rem;
  }
  .dl-header .navbar-brand { margin-right: auto; }
  .dl-header .navbar-expand-xl .navbar-brand .navbar-brand-item,
  .dl-header .navbar-brand .navbar-brand-item {
    height: 32px;
    max-height: 32px;
  }
  .dl-header .navbar-toggler {
    width: 34px;
    height: 38px;
    margin-left: .55rem !important;
  }
  .dl-header .navbar-toggler-animation { transform: scale(.88); }
  .dl-header .dl-header-cta {
    gap: .35rem;
    margin: 0 !important;
  }
  .dl-header .dl-header-cta .dl-cta-phone,
  .dl-header .dl-header-cta .dl-whatsapp-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }
  .dl-header .dl-header-cta .dl-whatsapp-btn {
    background: transparent;
    color: #6f511d !important;
  }
  .dl-header .dl-header-cta .dl-cta-phone-text,
  .dl-header .dl-header-cta .dl-whatsapp-btn-text { display: none; }
  .dl-header .dl-language-toggle {
    min-width: 42px;
    height: 38px;
    padding: 0 .45rem;
  }
  .dl-header .dl-language-toggle i { display: none; }
  .dl-language-menu {
    min-width: 175px;
    margin-top: .45rem !important;
  }

  .dl-hero {
    min-height: 0;
    padding: 4.6rem 0 5.2rem;
    background-position: 61% center;
  }
  .dl-hero .container { padding-right: 1rem; padding-left: 1rem; }
  .dl-hero h1 {
    max-width: 355px;
    margin-bottom: 1.25rem !important;
    font-size: clamp(2rem, 9.2vw, 2.3rem);
    line-height: 1.08;
  }
  .dl-hero-detail {
    max-width: 340px;
    margin-bottom: 1.4rem !important;
    font-size: .92rem;
    line-height: 1.75;
  }
  .dl-hero-cta { gap: .7rem; }
  .dl-hero-cta .dl-whatsapp-btn,
  .dl-hero-cta .dl-cta-phone {
    width: 100%;
    min-height: 54px;
    padding: .8rem 1rem;
    justify-content: center;
    font-size: .86rem;
  }
  .dl-trust {
    margin: -2.1rem .75rem 0;
  }
  .dl-trust .container { padding: .35rem .5rem; }
  .dl-trust .row { --bs-gutter-y: 0; }
  .dl-trust-item {
    min-height: 74px;
    padding: .65rem .4rem;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  .dl-trust-icon { width: 30px; height: 30px; font-size: .85rem; }
  .dl-trust-title { font-size: .72rem; }
  .dl-trust-text { font-size: .63rem; }

  .dl-services, .dl-fleet { padding: 3.25rem 0; }
  .dl-services .container, .dl-fleet .container,
  .dl-why .container, .dl-how .container,
  .dl-faq .container { padding-right: 1rem; padding-left: 1rem; }
  .dl-services h2, .dl-fleet h2, .dl-why h2,
  .dl-how h2, .dl-faq-content h2 { font-size: 1.8rem; }
  .dl-section-link { width: 100%; justify-content: center; }
  .dl-service-card-media { height: 195px; }
  .dl-fleet-media { height: 205px; }
  .dl-why .container { padding-top: 3.25rem; padding-bottom: 3.25rem; }
  .dl-why-media img { min-height: 250px; height: 250px; }
  .dl-benefit-card { padding: .85rem; }
  .dl-how { padding: 3.25rem 0 1.75rem; }
  .dl-how-step { padding-bottom: 1rem; }
  .dl-whatsapp-banner { padding: 1rem 1rem 3.25rem; }
  .dl-whatsapp-banner .container { padding: 1.25rem; }
  .dl-whatsapp-banner h2 { font-size: 1.2rem; }
  .dl-faq { padding-bottom: 3.25rem; }
  .dl-faq-list { --bs-gutter-y: .7rem; }
  .dl-footer { padding-top: 2.5rem; }
}

@media (max-width: 575.98px) {
  .dl-why-home-benefits .container { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .dl-why-home-benefits .row.align-items-center { gap: 1rem; }
  .dl-why-home-benefits .dl-why-detail { max-width: none; font-size: .9rem; }
  .dl-why-home-benefits .dl-benefit-card { min-height: 0; padding: 1rem; }
  .dl-why-home-benefits .dl-benefit-icon { margin-bottom: 0; }

  /* Keep the header controls in a clear left-to-right order; the menu toggle
     is deliberately the final, rightmost control. */
  .dl-header .navbar-brand { order: 1; }
  .dl-header > .navbar > .container > .nav { order: 2; margin-left: auto; }
  .dl-header .navbar-toggler { order: 3; }
  .dl-header .navbar-collapse { order: 4; }

  body { padding-bottom: 72px; }
  .dl-mobile-contact.navbar-mobile {
    display: block;
    padding: .35rem .75rem;
    border-top: 1px solid rgba(217, 178, 87, .38);
    border-radius: 0 !important;
    background: #0c1622;
    box-shadow: 0 -6px 22px rgba(5, 12, 19, .25);
  }
  .dl-mobile-contact .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center !important;
    gap: 0;
  }
  .dl-mobile-contact .nav-item { flex: 1; max-width: 260px; }
  .dl-mobile-contact .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 52px;
    padding: .5rem .65rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
  }
  .dl-mobile-contact .nav-item + .nav-item .nav-link {
    border-left: 1px solid rgba(255, 255, 255, .14);
  }
  .dl-mobile-contact .nav-item:first-child .nav-link {
    border-color: transparent;
    background: transparent;
    color: #e0bc62;
  }
  .dl-mobile-contact .nav-item .nav-link:hover {
    background: rgba(255, 255, 255, .05);
    color: #e0bc62;
  }
  .dl-mobile-contact .nav-item .nav-link .nav-text {
    display: inline;
    font-size: .72rem;
    white-space: nowrap;
  }
  .dl-mobile-contact .nav-item .nav-link i { font-size: 1.1rem; color: #e0bc62; }
}

/* Final palette overrides: this block intentionally follows legacy theme rules. */
.back-top {
  background: var(--dl-brand-orange);
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(239, 90, 36, .28);
}
.back-top:hover {
  background: #cf4314;
  color: #fff;
}
.dl-header,
.dl-header.header-sticky-on {
  background: var(--dl-brand-surface);
  border-bottom-color: #d5dde6;
}
.dl-header .dl-nav-link,
.dl-header .dl-cta-phone { color: var(--dl-brand-navy) !important; }
.dl-header .dl-nav-link:hover,
.dl-header .dl-cta-phone:hover,
.dl-header .dl-cta-phone:focus { color: var(--dl-brand-orange) !important; }
.dl-header .dl-header-cta .dl-whatsapp-btn {
  border-color: var(--dl-brand-orange);
  color: var(--dl-brand-orange) !important;
}
.dl-header .dl-header-cta .dl-whatsapp-btn:hover,
.dl-header .dl-header-cta .dl-whatsapp-btn:focus {
  background: var(--dl-brand-orange);
  border-color: var(--dl-brand-orange);
}
.dl-footer {
  background: var(--dl-brand-surface);
  border-top: 1px solid #d5dde6;
}
.dl-footer-brand .dl-header-logo-wrap > img { filter: none; }
.dl-footer-links .nav-link,
.dl-footer-contact a,
.dl-footer-contact p,
.dl-footer-copyright { color: var(--dl-brand-navy); }
.dl-footer-links .nav-link:hover,
.dl-footer-contact a:hover { color: var(--dl-brand-orange); }
.dl-footer-contact i,
.dl-footer-social a:hover { color: var(--dl-brand-orange); }
.dl-footer-social a:hover { border-color: var(--dl-brand-orange); }
.dl-footer .dl-whatsapp-btn { background: transparent; border-color: var(--dl-brand-orange); color: var(--dl-brand-orange) !important; }
.dl-footer .dl-whatsapp-btn:hover {
  background: var(--dl-brand-orange);
  border-color: var(--dl-brand-orange);
}
@media (min-width: 576px) {
  .dl-header .dl-header-cta .dl-cta-phone { display: none; }
}

/* On phones the trust panel stays a compact 2 × 2 information grid instead
   of turning into four tall, stacked cards.  Kept at the end so it overrides
   all earlier responsive hero rules. */
@media (max-width: 575.98px) {
  .dl-trust {
    margin-top: -3rem;
  }

  .dl-trust .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .dl-trust .col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .dl-trust .col:nth-child(odd) .dl-trust-item {
    border-right: 1px solid rgba(255,255,255,.12);
  }

  .dl-trust .col:nth-child(-n+2) .dl-trust-item {
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .dl-trust-item {
    min-height: 68px;
    gap: .45rem;
    padding: .5rem .55rem;
  }

  .dl-trust-title { font-size: .7rem; line-height: 1.2; }
  .dl-trust-text { font-size: .6rem; line-height: 1.35; }
}

/* Service widgets use the same category-driven data on every page, while the
   presentation follows the compact reference card hierarchy. */
.dl-services {
  padding-top: 4.25rem;
  padding-bottom: 4.75rem;
}

.dl-services .row.align-items-end {
  margin-bottom: 1.8rem !important;
}

.dl-services .dl-service-card {
  overflow: hidden;
  border: 1px solid rgba(9, 18, 28, .15);
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .11);
}

.dl-services .dl-service-card-media {
  height: 142px;
}

.dl-services .dl-service-card-media::after {
  background: linear-gradient(180deg, rgba(7, 16, 25, .04) 0%, rgba(7, 16, 25, .72) 100%);
}

.dl-services .dl-service-card-icon {
  width: 42px;
  height: 42px;
  left: .85rem;
  bottom: -21px;
  right: auto;
  background: #071019;
  border-color: #e0b95f;
  color: #e0b95f;
}

.dl-services .dl-service-card-body {
  min-height: 140px;
  padding: .95rem 1rem 1rem;
}

.dl-services .dl-service-card-title {
  margin-top: .8rem;
  margin-bottom: .45rem;
  font-size: .96rem;
  line-height: 1.3;
}

.dl-services .dl-service-card-text {
  -webkit-line-clamp: 2;
  font-size: .74rem;
  line-height: 1.55;
}

.dl-services .dl-service-card-link {
  margin-top: .7rem !important;
  font-size: .72rem;
}

@media (max-width: 575.98px) {
  .dl-services { padding-top: 3.25rem; padding-bottom: 3.5rem; }
  .dl-services .dl-service-card-media { height: 175px; }
  .dl-services .dl-service-card-body { min-height: 148px; }
}

/* Product detail: service-specific image and CMS-managed benefit copy. */
.dl-service-detail-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 430px;
  overflow: hidden;
  background: #071019;
}

.dl-service-detail-hero-backdrop,
.dl-service-detail-hero-image,
.dl-service-detail-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dl-service-detail-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center 52%;
}

.dl-service-detail-hero-backdrop {
  display: none;
}

.dl-service-detail-hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 9, 14, .98) 0%, rgba(3, 9, 14, .82) 35%, rgba(3, 9, 14, .22) 68%, rgba(3, 9, 14, .16) 100%);
}

.dl-service-detail-hero-content {
  max-width: 600px;
  padding: 4rem 0;
  color: #fff;
}

.dl-service-detail-hero-mark {
  display: inline-flex;
  margin-bottom: 1.15rem;
  color: #e0b95f;
  font-size: 2rem;
}

.dl-service-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-transform: uppercase;
}

.dl-service-detail-hero-title-accent { color: #e0b95f; }
.dl-service-detail-hero-line {
  display: block;
  width: 58px;
  height: 3px;
  margin: 1.1rem 0;
  background: #e0b95f;
}

.dl-service-detail-hero-summary {
  max-width: 430px;
  margin-bottom: 1.45rem;
  color: rgba(255,255,255,.88);
  font-size: .95rem;
  line-height: 1.7;
}

.dl-service-detail-hero-summary p {
  margin: 0;
}

.dl-service-detail-hero-summary p + p {
  margin-top: .5rem;
}

/* CMS text can contain pasted <code> tags. In the visual banner those tags
   must remain readable copy, never developer-style pink monospace text. */
.dl-service-detail-hero-summary,
.dl-service-detail-hero-summary p,
.dl-service-detail-hero-summary code {
  color: rgba(255,255,255,.88) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: .92rem !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}

.dl-service-detail-hero-summary code {
  padding: 0;
  background: transparent;
  border: 0;
  white-space: normal;
}

.dl-service-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 0 0 1.45rem;
}

.dl-service-detail-hero-actions a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 43px;
  padding: .65rem .95rem;
  border-radius: .32rem;
  font-size: .7rem;
  font-weight: 800;
}

.dl-service-detail-hero-whatsapp { background: linear-gradient(100deg, #e0b95f, #f4ce74); color: #14202c; }
.dl-service-detail-hero-phone { border: 1px solid rgba(224,185,95,.7); color: #fff; }
.dl-service-detail-hero-phone:hover { color: #fff; border-color: #e0b95f; }

/* The home-page service cards reuse the banner summary. Normalize pasted HTML
   so they retain the compact, premium card typography. */
.dl-services .dl-service-card-text,
.dl-services .dl-service-card-text p,
.dl-services .dl-service-card-text code {
  color: rgba(255,255,255,.78) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: .74rem !important;
  font-weight: 500;
  line-height: 1.55;
}

.dl-services .dl-service-card-text p { margin: 0; }
.dl-services .dl-service-card-text code {
  padding: 0;
  background: transparent;
  border: 0;
  white-space: normal;
}

/* Home service grid — compact proportions and typographic hierarchy matching
   the reference layout while preserving the category-driven widget data. */
.dl-services .row.align-items-end {
  margin-bottom: 1.1rem !important;
}

.dl-services h2 {
  font-size: clamp(1.65rem, 2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
}

.dl-services-subtitle {
  margin-top: .3rem;
  font-size: .75rem;
  line-height: 1.5;
}

.dl-services .dl-section-link {
  min-width: 128px;
  justify-content: center;
  padding: .58rem .8rem;
  font-size: .7rem;
}

.dl-services .dl-service-card-media {
  height: 136px;
  overflow: visible;
}

.dl-services .dl-service-card-media::after {
  background: linear-gradient(180deg, rgba(7, 16, 25, .14) 0%, rgba(7, 16, 25, .85) 100%);
}

.dl-services .dl-service-card-body {
  min-height: 129px;
  padding: .85rem 1rem .9rem;
}

.dl-services .dl-service-card-title {
  margin-top: .15rem;
  margin-bottom: .4rem;
  font-size: .9rem;
}

.dl-services .dl-service-card-link {
  margin-top: .55rem !important;
  font-size: .69rem;
  font-weight: 800;
}

.dl-services .dl-service-card-icon {
  width: 42px;
  height: 42px;
  left: .85rem;
  bottom: 5px;
  z-index: 4;
}

.dl-services .dl-services-subtitle p { margin: 0; }

@media (max-width: 575.98px) {
  .dl-services .dl-service-card-media { height: 175px; }
  .dl-services .dl-service-card-body { min-height: 148px; }
  .dl-services .dl-service-card-icon { bottom: 12px; }
}

.dl-services .dl-service-card-text {
  -webkit-line-clamp: 3;
}

.dl-services .dl-service-card-text p {
  display: inline;
  margin: 0;
}

/* Service imagery is portrait-oriented. Use it as the complete card backdrop
   and place the CMS copy on a restrained, transparent dark gradient. */
.dl-services .dl-service-card {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 340px;
  overflow: hidden;
  isolation: isolate;
  background: #071019;
}

.dl-services .dl-service-card-media {
  position: absolute;
  inset: 0;
  height: auto;
  overflow: hidden;
  z-index: 0;
}

.dl-services .dl-service-card-media img {
  object-position: center center;
}

.dl-services .dl-service-card-media::after {
  background: linear-gradient(180deg, rgba(4, 11, 18, .04) 0%, rgba(4, 11, 18, .22) 32%, rgba(4, 11, 18, .82) 66%, rgba(4, 11, 18, .98) 100%);
}

.dl-services .dl-service-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  margin-top: auto;
  padding: 1rem;
  background: transparent;
}

.dl-services .dl-service-card-body .dl-service-card-icon {
  position: static;
  flex: none;
  width: 43px;
  height: 43px;
  margin-bottom: .7rem;
  border: 1px solid #e0b95f;
  border-radius: 50%;
  background: rgba(7, 16, 25, .72);
  color: #e0b95f;
}

.dl-services .dl-service-card-title {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: .96rem;
}

.dl-services .dl-service-card-text {
  flex: 0 0 auto;
  margin: 0;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.dl-services .dl-service-card-link {
  margin-top: .9rem !important;
}

/* Cards in the same widget row stretch to the longest CMS summary, so no
   banner text is truncated while the grid stays visually aligned. */
.dl-services .row.g-4 > .col-sm-6 {
  display: flex;
}

@media (max-width: 575.98px) {
  .dl-services .dl-service-card {
    height: auto;
    min-height: 360px;
  }
}

.dl-service-detail-features {
  display: flex;
  align-items: stretch;
}

.dl-service-detail-feature {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
  padding: .1rem 1rem;
  border-right: 1px solid rgba(255,255,255,.18);
}

.dl-service-detail-feature:first-child { padding-left: 0; }
.dl-service-detail-feature:last-child { border-right: 0; }
.dl-service-detail-feature > i { color: #e0b95f; font-size: 1.8rem; line-height: 1; }
.dl-service-detail-feature strong,
.dl-service-detail-feature span { display: block; }
.dl-service-detail-feature strong { color: #fff; font-size: .72rem; font-weight: 800; line-height: 1.25; }
.dl-service-detail-feature span { margin-top: .2rem; color: rgba(255,255,255,.72); font-size: .63rem; line-height: 1.35; }
.dl-service-detail-content { padding: 4.5rem 0; }

@media (max-width: 767.98px) {
  .dl-service-detail-hero { align-items: flex-end; min-height: 560px; }
  .dl-service-detail-hero-overlay { background: linear-gradient(180deg, rgba(3, 9, 14, .3) 0%, rgba(3, 9, 14, .88) 42%, rgba(3, 9, 14, .98) 100%); }
  .dl-service-detail-hero-content { padding: 3rem 0 2rem; }
  .dl-service-detail-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.16); }
  .dl-service-detail-feature { min-height: 92px; padding: .8rem; border-bottom: 1px solid rgba(255,255,255,.16); }
  .dl-service-detail-feature:nth-child(2n) { border-right: 0; }
  .dl-service-detail-feature:nth-last-child(-n+2) { border-bottom: 0; }
  /* When a service has exactly three highlights, the final item becomes a
     balanced full-width row instead of leaving an empty fourth cell. */
  .dl-service-detail-feature:nth-child(2):nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
  .dl-service-detail-feature:nth-child(3):last-child {
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 0;
    border-bottom: 0;
  }
  .dl-service-detail-feature:first-child { padding-left: .8rem; }
  .dl-service-detail-content { padding: 3rem 0; }
  .dl-service-detail-hero-actions a { flex: 1 1 auto; justify-content: center; }
}

/* Service detail / reservation — the descriptive CMS content is paired with
   a lightweight WhatsApp reservation flow instead of a static content block. */
.dl-service-reservation-section {
  padding: 4.75rem 0;
  background: #f7f8fa;
}

.dl-service-intro {
  max-width: 510px;
  padding: 1.1rem .5rem 1rem;
}

.dl-service-intro-eyebrow,
.dl-service-reservation-heading > span {
  display: block;
  color: #d8aa43;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.dl-service-intro h2 {
  margin: 0 0 1.25rem;
  color: #111a27;
  font-size: clamp(1.9rem, 2.6vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.14;
}

.dl-service-intro-copy,
.dl-service-intro-copy p,
.dl-service-intro-copy li {
  color: #657080;
  font-family: "Manrope", Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.8;
}

.dl-service-intro-copy p { margin: 0 0 1rem; }
.dl-service-intro-copy p:last-child { margin-bottom: 0; }
.dl-service-intro-copy ul,
.dl-service-intro-copy ol { padding-left: 1.15rem; }

.dl-service-reservation-form {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .6rem;
  background: linear-gradient(145deg, #101b28 0%, #071019 100%);
  box-shadow: 0 18px 35px rgba(9, 21, 34, .18);
}

.dl-service-reservation-heading { margin-bottom: 1rem; }
.dl-service-reservation-heading p {
  margin: .35rem 0 0;
  color: rgba(255,255,255,.68);
  font-size: .76rem;
  line-height: 1.55;
}

.dl-service-reservation-form input,
.dl-service-reservation-form select,
.dl-service-reservation-form textarea {
  width: 100%;
  padding: .68rem .8rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .28rem;
  outline: 0;
  background: rgba(255,255,255,.065);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: .73rem;
  line-height: 1.35;
  transition: border-color .2s ease, background .2s ease;
}

.dl-service-reservation-form textarea { display: block; min-height: 78px; resize: vertical; }
.dl-service-reservation-form select { appearance: auto; color: rgba(255,255,255,.88); }
.dl-service-reservation-form select:invalid { color: rgba(255,255,255,.45); }
.dl-service-reservation-form select option { color: #0b1520; background: #fff; }
.dl-service-reservation-form input::placeholder,
.dl-service-reservation-form textarea::placeholder { color: rgba(255,255,255,.45); }
.dl-service-reservation-form input:focus,
.dl-service-reservation-form select:focus,
.dl-service-reservation-form textarea:focus {
  border-color: rgba(224,185,95,.7);
  background: rgba(255,255,255,.09);
}

.dl-service-reservation-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: .5rem;
  margin-top: 1rem;
  padding: .78rem 1rem;
  border: 0;
  border-radius: .3rem;
  background: linear-gradient(100deg, #e0b95f, #f4ce74);
  color: #15202c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  transition: transform .2s ease, filter .2s ease;
}

.dl-service-reservation-form button:hover { filter: brightness(1.04); transform: translateY(-1px); }
.dl-service-reservation-form small {
  display: block;
  margin-top: .65rem;
  color: rgba(255,255,255,.5);
  font-size: .6rem;
  text-align: center;
}
.dl-service-reservation-form small i { margin-right: .25rem; color: #e0b95f; }

@media (max-width: 991.98px) {
  .dl-service-reservation-section { padding: 3.5rem 0; }
  .dl-service-intro { max-width: none; padding: 0; }
  .dl-service-reservation-form { max-width: none; margin-top: .25rem; }
}

@media (max-width: 575.98px) {
  .dl-service-reservation-section { padding: 2.75rem 0; }
  .dl-service-intro h2 { font-size: 1.75rem; }
  .dl-service-intro-copy,
  .dl-service-intro-copy p,
  .dl-service-intro-copy li { font-size: .84rem; line-height: 1.7; }
  .dl-service-reservation-form { padding: 1.1rem; }
}

/* The service journey, availability and related services reuse existing
   product data, keeping the page entirely category/product driven. */
.dl-service-process {
  padding: 3.5rem 0 0;
  background: linear-gradient(145deg, #0d1925 0%, #071019 100%);
}

.dl-service-process > .container > h2 {
  margin: 0 0 2rem;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.dl-service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.dl-service-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: .7rem;
  align-items: start;
  min-width: 0;
}

.dl-service-process-step:not(:last-child)::after {
  position: absolute;
  top: 21px;
  right: -1rem;
  width: 1.4rem;
  border-top: 1px dashed rgba(224,185,95,.55);
  content: "";
}

.dl-service-process-step > span {
  position: absolute;
  top: -9px;
  left: 28px;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #e0b95f;
  border-radius: 50%;
  background: #101b28;
  color: #e0b95f;
  font-size: .58rem;
  font-weight: 800;
}

.dl-service-process-step > i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(224,185,95,.8);
  border-radius: 50%;
  color: #e0b95f;
  font-size: 1.2rem;
}

.dl-service-process-step strong { display: block; margin-top: .12rem; color: #fff; font-size: .72rem; font-weight: 800; }
.dl-service-process-step p { margin: .35rem 0 0; color: rgba(255,255,255,.56); font-size: .62rem; line-height: 1.5; }

.dl-service-availability {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
  height: 240px;
  min-height: 0;
  margin-top: 3.2rem;
  overflow: hidden;
  border: 1px solid rgba(224,185,95,.5);
  border-bottom: 0;
  border-radius: .55rem .55rem 0 0;
  background: #09131e;
}

.dl-service-availability-copy { padding: 1.85rem 2.4rem; }
.dl-service-availability-copy > span { color: #e0b95f; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.dl-service-availability-copy h2 { margin: .35rem 0 .8rem; color: #fff; font-size: clamp(1.45rem, 2.2vw, 2.15rem); font-weight: 800; }
.dl-service-availability-copy p { max-width: 460px; margin: 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.65; }
.dl-service-availability-points { display: flex; flex-wrap: wrap; gap: .8rem 1.25rem; margin-top: 1.45rem; }
.dl-service-availability-points span { color: #fff; font-size: .64rem; font-weight: 700; white-space: nowrap; }
.dl-service-availability-points i { margin-right: .25rem; color: #e0b95f; font-size: .9rem; }
.dl-service-availability > img {
  width: 100%;
  height: 240px;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(.82) contrast(.93) brightness(.9);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.dl-detail-related-services { padding: 4.25rem 0; background: #f7f8fa; }
.dl-detail-related-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.dl-detail-related-heading span { color: #d8aa43; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.dl-detail-related-heading h2 { margin: .25rem 0 0; color: #111a27; font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 800; }
.dl-detail-related-heading > a { display: inline-flex; align-items: center; gap: .55rem; padding: .6rem .8rem; border: 1px solid #d8dee6; border-radius: .3rem; color: #111a27; font-size: .68rem; font-weight: 800; white-space: nowrap; }
.dl-detail-related-card { position: relative; display: flex; min-height: 320px; overflow: hidden; border-radius: .45rem; background: #071019; isolation: isolate; }
.dl-detail-related-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.dl-detail-related-card:hover > img { transform: scale(1.04); }
.dl-detail-related-card-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,16,25,.02), rgba(7,16,25,.25) 30%, rgba(7,16,25,.95) 100%); }
.dl-detail-related-card-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 1rem; color: #fff; }
.dl-detail-related-card-content > i { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: .75rem; border: 1px solid #e0b95f; border-radius: 50%; background: rgba(7,16,25,.56); color: #e0b95f; font-size: 1.25rem; }
.dl-detail-related-card-content strong { font-size: .9rem; font-weight: 800; line-height: 1.25; }
.dl-detail-related-card-content small { display: -webkit-box; margin-top: .45rem; overflow: hidden; color: rgba(255,255,255,.75); font-size: .7rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.dl-detail-related-card-content small p { display: inline; margin: 0; }
.dl-detail-related-card-content b { margin-top: .85rem; color: #e0b95f; font-size: .67rem; font-weight: 800; }
.dl-detail-related-card-content em { margin-left: .3rem; font-style: normal; }
.dl-detail-whatsapp-cta { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 110px; margin-top: 2rem; padding: 1.5rem 2.25rem; overflow: hidden; border-radius: .45rem; background: linear-gradient(90deg, rgba(6,15,24,.97), rgba(6,15,24,.68)), url("../images/bg/01.jpg") center/cover; }
.dl-detail-whatsapp-cta span { display: flex; flex-direction: column; gap: .3rem; color: #fff; }
.dl-detail-whatsapp-cta strong { font-size: clamp(1.05rem, 1.6vw, 1.45rem); font-weight: 800; }
.dl-detail-whatsapp-cta small { color: rgba(255,255,255,.72); font-size: .72rem; }
.dl-detail-whatsapp-cta b { display: inline-flex; align-items: center; gap: .55rem; padding: .8rem 1rem; border-radius: .3rem; background: linear-gradient(100deg, #e0b95f, #f4ce74); color: #15202c; font-size: .7rem; font-weight: 800; white-space: nowrap; }

@media (max-width: 991.98px) {
  .dl-service-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1.8rem; }
  .dl-service-process-step:nth-child(2)::after { display: none; }
  .dl-service-availability { grid-template-columns: 1.25fr .75fr; }
}

@media (max-width: 575.98px) {
  .dl-service-process { padding-top: 2.75rem; }
  .dl-service-process-grid { gap: 1.25rem .65rem; }
  .dl-service-process-step { grid-template-columns: 38px 1fr; column-gap: .5rem; }
  .dl-service-process-step:not(:last-child)::after { display: none; }
  .dl-service-process-step > i { width: 38px; height: 38px; font-size: 1rem; }
  .dl-service-process-step > span { left: 24px; }
  .dl-service-process-step strong { font-size: .65rem; }
  .dl-service-process-step p { font-size: .57rem; }
  .dl-service-availability { grid-template-columns: 1fr; height: auto; min-height: 0; margin-top: 2.5rem; border-bottom: 1px solid rgba(224,185,95,.5); }
  .dl-service-availability-copy { padding: 1.65rem; }
  .dl-service-availability > img { height: auto; min-height: 190px; max-height: 220px; -webkit-mask-image: none; mask-image: none; }
  .dl-detail-related-services { padding: 3rem 0; }
  .dl-detail-related-heading { align-items: flex-start; }
  .dl-detail-related-heading > a { padding: .5rem .6rem; font-size: .58rem; }
  .dl-detail-related-card { min-height: 300px; }
  .dl-detail-whatsapp-cta { align-items: flex-start; flex-direction: column; min-height: 0; padding: 1.4rem; }
  .dl-detail-whatsapp-cta b { width: 100%; justify-content: center; }
}

/* Contact page — CMS-driven contact data in the same premium visual language. */
.dl-contact-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 470px;
  overflow: hidden;
  background: #071019;
  isolation: isolate;
}
.dl-contact-hero > img,
.dl-contact-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.dl-contact-hero > img { z-index: -2; object-fit: cover; object-position: center; }
.dl-contact-hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(3,9,14,.98) 0%, rgba(3,9,14,.86) 35%, rgba(3,9,14,.35) 68%, rgba(3,9,14,.08) 100%); }
.dl-contact-hero-content { max-width: 520px; padding: 4.75rem 0; color: #fff; }
.dl-contact-breadcrumb { display: inline-flex; gap: .6rem; align-items: center; margin-bottom: 2.15rem; color: rgba(255,255,255,.76); font-size: .72rem; }
.dl-contact-breadcrumb i { color: #e0b95f; font-size: .58rem; }
.dl-contact-hero h1 { margin: 0; color: #fff; font-size: clamp(2.5rem, 4.1vw, 4rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.05; text-transform: uppercase; }
.dl-contact-hero h1 span { color: #e0b95f; }
.dl-contact-title-line { display: block; width: 62px; height: 3px; margin: 1.35rem 0; background: #e0b95f; }
.dl-contact-hero-detail,
.dl-contact-hero-detail p { max-width: 420px; margin: 0; color: rgba(255,255,255,.86); font-size: .93rem; font-weight: 500; line-height: 1.75; }
.dl-contact-hero-detail p + p { margin-top: .5rem; }

.dl-contact-main { padding: 3.75rem 0 4.25rem; background: #f7f8fa; }
.dl-contact-info-card { height: 100%; padding: 2rem 1.7rem; border: 1px solid rgba(18,29,42,.08); border-radius: .7rem; background: #fff; box-shadow: 0 12px 30px rgba(23,35,48,.07); }
.dl-contact-info-card > i { display: grid; width: 56px; height: 56px; place-items: center; margin-bottom: 1.15rem; border-radius: 50%; background: #08131f; color: #e0b95f; font-size: 1.5rem; }
.dl-contact-info-card h2 { margin: 0 0 .6rem; color: #111a27; font-size: 1.05rem; font-weight: 800; }
.dl-contact-info-card p { min-height: 48px; margin: 0; color: #677281; font-size: .78rem; line-height: 1.65; }
.dl-contact-info-card > a { display: inline-block; margin-top: 1rem; color: #d29521; font-size: 1rem; font-weight: 800; }
.dl-contact-socials { display: flex; gap: 1rem; margin-top: 1.25rem; }
.dl-contact-socials a { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #111a27; font-size: .95rem; transition: color .2s ease, background .2s ease; }
.dl-contact-socials a:hover { background: #e0b95f; color: #111a27; }

.dl-contact-form-card { height: 100%; padding: 2rem; border-radius: .65rem; background: #fff; box-shadow: 0 14px 36px rgba(23,35,48,.08); }
.dl-contact-form-card > span { display: block; padding-left: .7rem; border-left: 3px solid #e0b95f; color: #111a27; font-size: .72rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.dl-contact-form-card h2 { margin: .6rem 0 .45rem; color: #111a27; font-size: 1.35rem; font-weight: 800; }
.dl-contact-form-card > p { max-width: 490px; margin: 0 0 1.5rem; color: #697383; font-size: .77rem; line-height: 1.65; }
.dl-contact-form-card label { display: block; margin-bottom: .4rem; color: #34404d; font-size: .72rem; font-weight: 700; }
.dl-contact-form-card label b { color: #d29521; }
.dl-contact-form-card input,
.dl-contact-form-card textarea { display: block; width: 100%; border: 1px solid #d5dbe3; border-radius: .3rem; outline: none; background: #fff; color: #111a27; font-family: "Manrope", Arial, sans-serif; font-size: .78rem; line-height: 1.45; transition: border-color .2s ease, box-shadow .2s ease; }
.dl-contact-form-card input { height: 43px; padding: .6rem .75rem; }
.dl-contact-form-card textarea { padding: .7rem .75rem; resize: vertical; }
.dl-contact-form-card input:focus,
.dl-contact-form-card textarea:focus { border-color: #d8aa43; box-shadow: 0 0 0 3px rgba(224,185,95,.14); }
.dl-contact-form-card button { display: inline-flex; align-items: center; gap: .55rem; min-width: 150px; justify-content: center; padding: .72rem 1rem; border: 0; border-radius: .3rem; background: #09131e; color: #fff; font-family: "Manrope", Arial, sans-serif; font-size: .72rem; font-weight: 800; }
.dl-contact-form-card button i { color: #e0b95f; }

.dl-contact-office-card { position: relative; display: flex; height: 100%; min-height: 390px; overflow: hidden; border-radius: .65rem; background: linear-gradient(145deg, #101c29, #071019); color: #fff; }
.dl-contact-office-content { position: relative; z-index: 1; width: 100%; padding: 2rem; }
.dl-contact-office-content > i { display: block; margin-bottom: .7rem; color: #e0b95f; font-size: 2rem; }
.dl-contact-office-content h2 { margin: 0 0 .8rem; color: #fff; font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.dl-contact-office-content p { max-width: 300px; margin: 0 0 1.2rem; color: rgba(255,255,255,.77); font-size: .78rem; line-height: 1.65; }
.dl-contact-office-content a,
.dl-contact-office-content span { display: flex; align-items: center; gap: .7rem; margin-top: .7rem; color: #fff; font-size: .78rem; font-weight: 600; }
.dl-contact-office-content a i,
.dl-contact-office-content span i { color: #e0b95f; font-size: .95rem; }
.dl-contact-office-map { position: absolute; right: 0; bottom: 0; left: 0; height: 39%; opacity: .32; filter: grayscale(1) contrast(1.1); }
.dl-contact-office-map::after { position: absolute; inset: 0; background: linear-gradient(180deg, #071019, transparent 44%); content: ""; pointer-events: none; }
.dl-contact-office-map iframe { width: 100%; height: 100%; border: 0; }

.dl-contact-trust-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 2rem; overflow: hidden; border: 1px solid #dfe4e9; border-radius: .55rem; background: #fff; }
.dl-contact-trust-row span { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 74px; padding: .75rem; border-right: 1px solid #e4e8ec; color: #4d5763; font-size: .7rem; }
.dl-contact-trust-row span:last-child { border-right: 0; }
.dl-contact-trust-row i { color: #111a27; font-size: 1.45rem; }
.dl-contact-trust-row b { color: #111a27; font-weight: 800; }

@media (max-width: 991.98px) {
  .dl-contact-hero { min-height: 420px; }
  .dl-contact-hero-content { padding: 3.75rem 0; }
  .dl-contact-office-card { min-height: 355px; }
}
@media (max-width: 767.98px) {
  .dl-contact-hero { align-items: flex-end; min-height: 500px; }
  .dl-contact-hero-overlay { background: linear-gradient(180deg, rgba(3,9,14,.2) 0%, rgba(3,9,14,.78) 42%, rgba(3,9,14,.98) 100%); }
  .dl-contact-hero-content { padding: 3.25rem 0 2.6rem; }
  .dl-contact-breadcrumb { margin-bottom: 1.5rem; }
  .dl-contact-main { padding: 2.75rem 0 3rem; }
  .dl-contact-trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dl-contact-trust-row span:nth-child(2) { border-right: 0; }
  .dl-contact-trust-row span:nth-child(-n+2) { border-bottom: 1px solid #e4e8ec; }
}
@media (max-width: 575.98px) {
  .dl-contact-hero { min-height: 455px; }
  .dl-contact-hero h1 { font-size: 2.35rem; }
  .dl-contact-hero-detail,
  .dl-contact-hero-detail p { font-size: .84rem; }
  .dl-contact-info-card,
  .dl-contact-form-card { padding: 1.35rem; }
  .dl-contact-info-card p { min-height: 0; }
  .dl-contact-office-content { padding: 1.5rem; }
  .dl-contact-trust-row span { align-items: flex-start; justify-content: flex-start; min-height: 64px; font-size: .62rem; }
}

/* Service regions: balanced city columns keep long location links readable. */
.dl-header .dl-location-mega-menu {
  width: min(830px, calc(100vw - 2rem));
  min-width: 0;
  padding: .7rem .8rem;
}
.dl-location-mega-grid { --bs-gutter-x: .35rem; --bs-gutter-y: .35rem; }
.dl-location-mega-column { display: flex; height: 100%; flex-direction: column; gap: .35rem; }
.dl-location-mega-menu .dl-mega-category { padding: .5rem .6rem .55rem; }
.dl-location-mega-menu .dl-mega-category + .dl-mega-category {
  padding-top: .8rem;
  border-top: 1px solid rgba(38, 52, 73, .12);
}
.dl-location-mega-menu .dl-mega-category-title { margin-bottom: .3rem; }
.dl-location-mega-menu .dl-mega-link {
  display: flex;
  align-items: center;
  min-height: 1.95rem;
  padding: .28rem .1rem;
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.dl-location-mega-menu .dl-mega-link:hover { color: #a77820 !important; }
.dl-location-card { position: relative; display: flex; min-height: 215px; overflow: hidden; border-radius: .55rem; background: #071019; isolation: isolate; }
.dl-location-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.dl-location-card:hover > img { transform: scale(1.05); }
.dl-location-card > span { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,16,25,.04), rgba(7,16,25,.9) 100%); }
.dl-location-card b { align-self: flex-end; margin: 0 0 .85rem 1rem; color: #fff; font-size: .95rem; font-weight: 800; line-height: 1.25; }
.dl-location-card small { position: absolute; right: 1rem; bottom: .85rem; display: flex; align-items: center; gap: .45rem; color: #e0b95f; font-size: .64rem; font-weight: 800; }

.dl-service-regions { padding: 4rem 0; background: #f7f8fa; }
.dl-service-regions-heading { max-width: 620px; margin: 0 auto 1.5rem; text-align: center; }
.dl-service-regions-heading > span { color: #d8aa43; font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.dl-service-regions-heading h2 { margin: .35rem 0 .5rem; color: #111a27; font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 800; }
.dl-service-regions-heading p { margin: 0; color: #687484; font-size: .78rem; }
.dl-service-regions-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; }
.dl-service-regions-links a { display: flex; align-items: center; gap: .5rem; min-height: 48px; padding: .65rem .7rem; border: 1px solid #dfe5ea; border-radius: .35rem; background: #fff; color: #263449; font-size: .68rem; font-weight: 700; line-height: 1.3; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.dl-service-regions-links a:hover { border-color: #d8aa43; box-shadow: 0 8px 18px rgba(21,32,44,.08); color: #263449; transform: translateY(-2px); }
.dl-service-regions-links a > i { flex: none; color: #d8aa43; font-size: 1rem; }
.dl-service-regions-links a > span { flex: 1; }
.dl-service-regions-links a > em { color: #d8aa43; font-size: .78rem; font-style: normal; }

@media (max-width: 1199.98px) {
  .dl-header .dl-location-mega-menu { width: 100%; }
  .dl-service-regions-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .dl-service-regions { padding: 3rem 0; }
  .dl-service-regions-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .dl-location-card { min-height: 185px; }
  .dl-service-regions-links { grid-template-columns: 1fr; }
}

/* Location detail pages: CMS-driven regional landing pages. */
.dl-location-detail-hero { position: relative; display: flex; min-height: 500px; overflow: hidden; align-items: center; background: #071019; color: #fff; isolation: isolate; }
.dl-location-detail-hero-backdrop { position: absolute; inset: -18px; z-index: -3; width: calc(100% + 36px); height: calc(100% + 36px); object-fit: cover; opacity: .36; filter: blur(13px) saturate(.75); }
.dl-location-detail-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dl-location-detail-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,10,16,.97) 0%, rgba(3,10,16,.83) 34%, rgba(3,10,16,.28) 70%, rgba(3,10,16,.05) 100%); }
.dl-location-detail-hero-content { max-width: 570px; padding: 3.8rem 0; }
.dl-location-detail-breadcrumb { display: flex; align-items: center; gap: .45rem; margin-bottom: 2rem; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 700; }
.dl-location-detail-breadcrumb a { color: #e0b95f; }
.dl-location-detail-breadcrumb i { font-size: .55rem; }
.dl-location-detail-mark { display: grid; width: 46px; height: 46px; margin-bottom: 1.15rem; border: 1px solid rgba(224,185,95,.8); border-radius: .45rem; place-items: center; color: #e0b95f; font-size: 1.4rem; }
.dl-location-detail-hero h1 { max-width: 560px; margin: 0; color: #fff; font-size: clamp(2.15rem, 4.1vw, 4rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.06; text-transform: uppercase; }
.dl-location-detail-hero h1 span { color: #e0b95f; }
.dl-location-detail-line { display: block; width: 76px; height: 3px; margin: 1.2rem 0 1.35rem; background: #e0b95f; }
.dl-location-detail-summary,
.dl-location-detail-summary p { max-width: 470px; margin: 0; color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 500; line-height: 1.75; }
.dl-location-detail-summary p + p { margin-top: .65rem; }
.dl-location-detail-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.7rem; }
.dl-location-detail-actions a { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: .6rem; padding: .7rem 1rem; border-radius: .3rem; font-size: .72rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.dl-location-detail-actions a:hover { transform: translateY(-2px); }
.dl-location-detail-whatsapp { background: linear-gradient(135deg, #e0b95f, #f2cc70); color: #101820; }
.dl-location-detail-phone { border: 1px solid rgba(224,185,95,.72); background: rgba(4,12,19,.35); color: #fff; }
.dl-location-detail-phone i { color: #e0b95f; }

.dl-location-detail-content { padding: 4.75rem 0; background: #fff; }
.dl-location-detail-richtext { color: #5e6875; font-size: .94rem; line-height: 1.85; }
.dl-location-detail-richtext > span,
.dl-location-detail-section-heading > span { display: block; margin-bottom: .55rem; color: #d59c2d; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dl-location-detail-richtext h2 { margin: 0 0 1.25rem; color: #101a27; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -.035em; }
.dl-location-detail-richtext h3 { margin: 1.5rem 0 .65rem; color: #182331; font-size: 1.2rem; font-weight: 800; }
.dl-location-detail-richtext p { margin-bottom: 1rem; }
.dl-location-detail-richtext ul,
.dl-location-detail-richtext ol { margin-bottom: 1.1rem; padding-left: 1.2rem; }
.dl-location-detail-richtext li + li { margin-top: .3rem; }

.dl-location-detail-services { padding: 4.5rem 0 5rem; background: #f6f7f8; }
.dl-location-detail-section-heading { max-width: 670px; margin: 0 auto 2rem; text-align: center; }
.dl-location-detail-section-heading h2 { margin: 0 0 .45rem; color: #111a27; font-size: clamp(1.65rem, 2.6vw, 2.35rem); font-weight: 800; letter-spacing: -.035em; }
.dl-location-detail-section-heading p { margin: 0; color: #697483; font-size: .8rem; }
.dl-location-detail-service-card { position: relative; display: flex; min-height: 275px; overflow: hidden; align-items: flex-end; border-radius: .55rem; background: #071019; color: #fff; isolation: isolate; box-shadow: 0 12px 27px rgba(17,27,38,.11); }
.dl-location-detail-service-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dl-location-detail-service-card:hover > img { transform: scale(1.06); }
.dl-location-detail-service-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,12,18,.08), rgba(5,12,18,.94) 78%); }
.dl-location-detail-service-card > em { position: absolute; top: .85rem; left: .85rem; padding: .33rem .55rem; border: 1px solid rgba(224,185,95,.65); border-radius: .25rem; background: rgba(5,12,18,.5); color: #e8c56f; font-size: .57rem; font-style: normal; font-weight: 800; }
.dl-location-detail-service-card > div { width: 100%; padding: 1.05rem; }
.dl-location-detail-service-card h3 { margin: 0 0 .45rem; color: #fff; font-size: .92rem; font-weight: 800; line-height: 1.3; }
.dl-location-detail-service-card small { color: #e0b95f; font-size: .67rem; font-weight: 800; }
.dl-location-detail-service-card small i { margin-left: .3rem; }

@media (max-width: 767.98px) {
  .dl-location-detail-hero { min-height: 535px; align-items: flex-end; }
  .dl-location-detail-hero-image { object-position: 62% center; }
  .dl-location-detail-hero-overlay { background: linear-gradient(180deg, rgba(3,10,16,.25), rgba(3,10,16,.81) 46%, rgba(3,10,16,.98) 100%); }
  .dl-location-detail-hero-content { padding: 2.75rem 0 2.4rem; }
  .dl-location-detail-breadcrumb { margin-bottom: 1.4rem; }
  .dl-location-detail-content { padding: 3rem 0; }
  .dl-location-detail-services { padding: 3rem 0 3.3rem; }
}
@media (max-width: 575.98px) {
  .dl-location-detail-hero { min-height: 570px; }
  .dl-location-detail-hero h1 { font-size: 2.15rem; }
  .dl-location-detail-summary,
  .dl-location-detail-summary p { font-size: .81rem; line-height: 1.65; }
  .dl-location-detail-actions { display: grid; grid-template-columns: 1fr; margin-top: 1.25rem; }
  .dl-location-detail-actions a { width: 100%; }
  .dl-location-detail-richtext { font-size: .85rem; line-height: 1.75; }
  .dl-location-detail-service-card { min-height: 245px; }
}

/* Blog & Travel Guide: CMS articles and travel content share one editorial system. */
.dl-blog-hero { position: relative; overflow: hidden; padding: 5.6rem 0 5.2rem; background: radial-gradient(circle at 78% 8%, rgba(209,151,41,.25), transparent 27%), linear-gradient(125deg, #071019, #101f2f); color: #fff; }
.dl-blog-hero::after { position: absolute; right: -4%; bottom: -75%; width: 42%; height: 190%; border: 1px solid rgba(224,185,95,.2); border-radius: 50%; content: ""; transform: rotate(29deg); }
.dl-blog-hero .container { position: relative; z-index: 1; max-width: 1030px; }
.dl-blog-hero > .container > span { color: #e0b95f; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.dl-blog-hero h1 { max-width: 700px; margin: .6rem 0 1rem; color: #fff; font-size: clamp(2.25rem, 4.3vw, 4.3rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.05; }
.dl-blog-hero h1 em { color: #e0b95f; font-style: normal; }
.dl-blog-hero p { max-width: 545px; margin: 0; color: rgba(255,255,255,.73); font-size: .94rem; line-height: 1.75; }
.dl-blog-index,
.dl-blog-related { padding: 4.5rem 0 5rem; background: #f7f8fa; }
.dl-blog-category-nav { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 3.2rem; }
.dl-blog-category-nav a { display: inline-flex; align-items: center; gap: .45rem; min-height: 38px; padding: .5rem .75rem; border: 1px solid #dce2e8; border-radius: .3rem; background: #fff; color: #435164; font-size: .68rem; font-weight: 700; }
.dl-blog-category-nav a i { color: #d8aa43; }
.dl-blog-category-nav a:hover,
.dl-blog-category-nav a.active { border-color: #d8aa43; background: #111d2a; color: #fff; }
.dl-blog-heading { margin-bottom: 1.8rem; text-align: center; }
.dl-blog-heading > span { display: block; margin-bottom: .45rem; color: #d59c2d; font-size: .68rem; font-weight: 800; letter-spacing: .07em; }
.dl-blog-heading h2 { margin: 0; color: #111a27; font-size: clamp(1.7rem, 2.7vw, 2.4rem); font-weight: 800; letter-spacing: -.04em; }
.dl-blog-card { height: 100%; overflow: hidden; border: 1px solid #e4e8ed; border-radius: .55rem; background: #fff; box-shadow: 0 12px 26px rgba(26,38,51,.06); transition: transform .25s ease, box-shadow .25s ease; }
.dl-blog-card:hover { box-shadow: 0 19px 35px rgba(26,38,51,.13); transform: translateY(-4px); }
.dl-blog-card-image { position: relative; display: block; height: 210px; overflow: hidden; background: #142130; }
.dl-blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dl-blog-card:hover .dl-blog-card-image img { transform: scale(1.06); }
.dl-blog-card-image > span { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,11,18,.55)); }
.dl-blog-card-image em { position: absolute; left: .85rem; bottom: .8rem; padding: .32rem .5rem; border: 1px solid rgba(224,185,95,.7); border-radius: .23rem; background: rgba(5,12,18,.72); color: #f0c969; font-size: .58rem; font-style: normal; font-weight: 800; }
.dl-blog-card-content { padding: 1.1rem 1.1rem 1.2rem; }
.dl-blog-card-content > small { display: block; color: #7d8996; font-size: .65rem; font-weight: 700; }
.dl-blog-card-content > small i { margin-right: .3rem; color: #d8aa43; }
.dl-blog-card h2 { margin: .65rem 0 .6rem; font-size: 1rem; font-weight: 800; line-height: 1.4; }
.dl-blog-card h2 a { color: #172231; }
.dl-blog-card-content p { min-height: 53px; margin: 0 0 .9rem; color: #687483; font-size: .75rem; line-height: 1.65; }
.dl-blog-read-more { color: #bd7f10; font-size: .68rem; font-weight: 800; }
.dl-blog-read-more i { margin-left: .25rem; transition: transform .2s ease; }
.dl-blog-read-more:hover { color: #9c6507; }
.dl-blog-read-more:hover i { display: inline-block; transform: translateX(3px); }
.dl-blog-empty { padding: 4rem 1.5rem; border: 1px dashed #cbd3dc; border-radius: .55rem; background: #fff; text-align: center; }
.dl-blog-empty i { color: #d8aa43; font-size: 2rem; }
.dl-blog-empty h2 { margin: .8rem 0 .35rem; color: #172231; font-size: 1.1rem; font-weight: 800; }
.dl-blog-empty p { margin: 0; color: #697483; font-size: .78rem; }

.dl-blog-detail-hero { position: relative; display: flex; min-height: 490px; overflow: hidden; align-items: flex-end; background: #071019; color: #fff; isolation: isolate; }
.dl-blog-detail-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.dl-blog-detail-hero > span { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,10,16,.94), rgba(3,10,16,.65) 45%, rgba(3,10,16,.25)); }
.dl-blog-detail-hero-content { max-width: 850px; padding: 4.2rem 0; }
.dl-blog-detail-category { display: inline-flex; padding: .35rem .65rem; border: 1px solid rgba(224,185,95,.7); border-radius: .25rem; background: rgba(5,12,18,.56); color: #edc56c; font-size: .64rem; font-weight: 800; }
.dl-blog-detail-hero h1 { margin: 1rem 0 .95rem; color: #fff; font-size: clamp(2rem, 4vw, 4rem); font-weight: 800; letter-spacing: -.05em; line-height: 1.1; }
.dl-blog-detail-hero p { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin: 0; color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 700; }
.dl-blog-detail-hero p i { color: #e0b95f; }
.dl-blog-detail-hero p b { width: 3px; height: 3px; border-radius: 50%; background: #e0b95f; }
.dl-blog-detail-content { padding: 4.7rem 0; background: #fff; }
.dl-blog-richtext { color: #536070; font-size: 1rem; line-height: 1.9; }
.dl-blog-richtext > p:first-child { color: #263343; font-size: 1.15rem; line-height: 1.8; }
.dl-blog-richtext h2,
.dl-blog-richtext h3 { margin: 2rem 0 .8rem; color: #111a27; font-weight: 800; line-height: 1.3; }
.dl-blog-richtext h2 { font-size: 1.7rem; }
.dl-blog-richtext h3 { font-size: 1.25rem; }
.dl-blog-richtext p { margin-bottom: 1.2rem; }
.dl-blog-richtext ul,
.dl-blog-richtext ol { margin: 1.1rem 0 1.4rem; padding-left: 1.35rem; }
.dl-blog-richtext li + li { margin-top: .35rem; }
.dl-blog-related { border-top: 1px solid #e3e8ed; }

@media (max-width: 767.98px) {
  .dl-blog-hero { padding: 4rem 0; }
  .dl-blog-index,
  .dl-blog-related { padding: 3rem 0; }
  .dl-blog-category-nav { margin-bottom: 2.3rem; }
  .dl-blog-detail-hero { min-height: 420px; }
  .dl-blog-detail-hero > span { background: linear-gradient(180deg, rgba(3,10,16,.28), rgba(3,10,16,.94)); }
  .dl-blog-detail-hero-content { padding: 3rem 0; }
  .dl-blog-detail-content { padding: 3rem 0; }
}
@media (max-width: 575.98px) {
  .dl-blog-card-image { height: 190px; }
  .dl-blog-detail-hero h1 { font-size: 2rem; }
  .dl-blog-richtext { font-size: .9rem; line-height: 1.8; }
  .dl-blog-richtext > p:first-child { font-size: 1rem; }
}

/* Regional landing pages use the same reservation composition as service details. */
.dl-location-detail-content.dl-service-reservation-section { background: #f7f8fa; }
.dl-location-detail-content .dl-service-intro { max-width: 540px; }
.dl-location-detail-content .dl-service-intro-copy h3 { margin: 1.35rem 0 .6rem; color: #182331; font-size: 1.1rem; font-weight: 800; }
.dl-location-detail-content .dl-service-intro-copy ul,
.dl-location-detail-content .dl-service-intro-copy ol { margin: .8rem 0 0; }

@media (max-width: 991.98px) {
  .dl-location-detail-content .dl-service-reservation-form { margin-left: 0; }
}

/* The footer is intentionally light; keep only the small partner credit
   distinct and readable on that surface. */
.dl-footer .dl-footer-copyright { color: var(--dl-brand-navy); }
.dl-footer .dl-footer-copyright .dl-footer-credit { color: #657284; }
.dl-footer .dl-footer-copyright .dl-footer-credit a { color: #9a6812; }
.dl-footer .dl-footer-copyright .dl-footer-credit a:hover { color: var(--dl-brand-orange); }
