

:root {
  --sv-navy:     #1a2d5a;
  --sv-blue:     #1e3f8f;
  --sv-deepblue: #0d1a3a;
  --sv-midblue:  #2e52a8;
  --sv-yellow:   #d4b800;
  --sv-white:    #ffffff;
  --sv-offwhite: #f4f6fb;
  --sv-light:    #eef1f8;
  --sv-text:     #2c3e6b;
  --sv-muted:    #5a6a7a;
  --sv-border:   #dde3ef;
}


img { display: block; width: 100%; object-fit: cover; }

/* ─────────────────────────
   HERO
───────────────────────── */
.atd-svpage-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.atd-svpage-hero-img {
  position: absolute;
  inset: 0;
  height: 100%;
  filter: brightness(0.38);
}
.atd-svpage-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 1;
}
.atd-svpage-hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 88px;
  background: var(--sv-white);
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}
.atd-svpage-hero-content {
  position: relative;
  z-index: 3;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px 88px;
  width: 100%;
}
.atd-svpage-hero-sup {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}
.atd-svpage-hero-title {
  font-size: clamp(36px, 6vw, 62px);
  color: var(--sv-white);
  line-height: 1.15;
  margin-bottom: 18px;
}
.atd-svpage-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.atd-svpage-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.atd-svpage-pill {
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--sv-white);
  backdrop-filter: blur(4px);
}

/* ─────────────────────────
   SHARED
───────────────────────── */
.atd-svpage-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.atd-svpage-sup {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sv-midblue);
  margin-bottom: 10px;
}
.atd-svpage-title {
  font-size: clamp(26px, 3.5vw, 40px);
  color: var(--sv-navy);
  line-height: 1.25;
  margin-bottom: 14px;
}
.atd-svpage-title-white { color: var(--sv-white); }
.atd-svpage-bar {
  width: 48px; height: 3px;
  background: var(--sv-yellow);
  border-radius: 2px;
  margin-bottom: 24px;
}
.atd-svpage-bar-white { background: rgba(255,255,255,0.35); }
.atd-svpage-body {
  font-size: 14.5px;
  color: var(--sv-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.atd-svpage-body-white { color: rgba(255,255,255,0.68); }

/* Deliver list */
.atd-svpage-deliver {
  list-style: none;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.atd-svpage-deliver li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--sv-muted);
  line-height: 1.55;
}
.atd-svpage-deliver li i {
  font-size: 12px;
  color: var(--sv-blue);
  margin-top: 3px;
  flex-shrink: 0;
}
.atd-svpage-deliver-white li { color: rgba(255,255,255,0.65); }
.atd-svpage-deliver-white li i { color: var(--sv-yellow); }

/* Section label strip */
.atd-svpage-service-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sv-light);
  border: 1.5px solid var(--sv-border);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sv-navy);
  margin-bottom: 14px;
}
.atd-svpage-service-label i { font-size: 11px; color: var(--sv-blue); }

/* QA note */
.atd-svpage-qa-note {
  background: var(--sv-light);
  border-left: 3px solid var(--sv-blue);
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  font-size: 13px;
  color: var(--sv-text);
  line-height: 1.65;
  margin-top: 20px;
}
.atd-svpage-qa-note i { color: var(--sv-blue); margin-right: 6px; }

/* ─────────────────────────
   INTRO BAND
───────────────────────── */
.atd-svpage-intro {
  background: var(--sv-offwhite);
  padding: 60px 24px 70px;
  border-bottom: 1px solid var(--sv-border);
}
.atd-svpage-intro-layout {
  display: flex;
  gap: 56px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.atd-svpage-intro-text { flex: 1; }
.atd-svpage-intro-img-col {
  flex: 0 0 40%;
}
.atd-svpage-intro-img {
  border-radius: 8px;
  height: 280px;
  box-shadow: 0 16px 48px rgba(26,45,90,0.14);
}

/* ─────────────────────────
   SERVICE SECTIONS
   Alternating: img-left/text-right and text-left/img-right
───────────────────────── */
.atd-svpage-service {
  padding: 80px 24px 90px;
}
.atd-svpage-service-alt {
  background: var(--sv-offwhite);
}
.atd-svpage-service-dark {
  background: var(--sv-navy);
  position: relative;
  overflow: hidden;
}
.atd-svpage-service-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.atd-svpage-service-layout {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.atd-svpage-service-layout-rev {
  flex-direction: row-reverse;
}

.atd-svpage-service-img-col {
  flex: 0 0 46%;
  position: relative;
}
.atd-svpage-service-img {
  border-radius: 8px;
  height: 400px;
  box-shadow: 0 20px 55px rgba(26,45,90,0.16);
}
.atd-svpage-service-dark .atd-svpage-service-img {
  box-shadow: 0 20px 55px rgba(0,0,0,0.4);
}

/* small inset image on some sections */
.atd-svpage-img-inset {
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 42%;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(26,45,90,0.22);
  border: 3px solid var(--sv-white);
  height: 150px;
}
.atd-svpage-service-dark .atd-svpage-img-inset {
  border-color: var(--sv-navy);
}

.atd-svpage-service-text { flex: 1; }

/* ─────────────────────────
   PARKING — SPECIAL SECTION
───────────────────────── */
.atd-svpage-parking {
  background: var(--sv-deepblue);
  padding: 80px 24px 90px;
  position: relative;
  overflow: hidden;
}
.atd-svpage-parking::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
}
.atd-svpage-parking::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.05);
  top: -180px; right: -140px;
  pointer-events: none;
}

.atd-svpage-parking-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
}
.atd-svpage-parking-header .atd-svpage-bar-white { margin: 0 auto 0; }

.atd-svpage-parking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  max-width: 1080px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(0,0,0,0.45);
}
.atd-svpage-parking-img {
  height: 300px;
  filter: brightness(0.6);
  transition: filter 0.4s;
}
.atd-svpage-parking-grid:hover .atd-svpage-parking-img { filter: brightness(0.5); }
.atd-svpage-parking-grid .atd-svpage-parking-img:hover { filter: brightness(0.85); }

.atd-svpage-parking-content {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.atd-svpage-parking-left { flex: 1; }
.atd-svpage-parking-right { flex: 1; }

.atd-svpage-parking-feature {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 20px 22px;
  margin-bottom: 14px;
}
.atd-svpage-parking-feature-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--sv-white);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.atd-svpage-parking-feature-title i { font-size: 13px; color: var(--sv-yellow); }
.atd-svpage-parking-feature-text {
  font-size: 13px;
  color: rgba(255,255,255,0.58);
  line-height: 1.65;
}

/* ─────────────────────────
   CUSTOM / CTA BAND
───────────────────────── */
.atd-svpage-custom {
  background: var(--sv-navy);
  padding: 70px 24px;
  position: relative;
  overflow: hidden;
}
.atd-svpage-custom::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.atd-svpage-custom-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.atd-svpage-custom-text { flex: 1; }
.atd-svpage-custom-img-col { flex: 0 0 40%; }
.atd-svpage-custom-img {
  border-radius: 8px;
  height: 300px;
  box-shadow: 0 20px 55px rgba(0,0,0,0.38);
}

.atd-svpage-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--sv-yellow);
  color: var(--sv-navy);
  border: none;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 28px;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}
.atd-svpage-cta-btn:hover {
  background: #f0d84a;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(212,184,0,0.35);
}

/* ─────────────────────────
   RESPONSIVE
───────────────────────── */
@media (max-width: 900px) {
  .atd-svpage-intro-layout,
  .atd-svpage-service-layout,
  .atd-svpage-service-layout-rev,
  .atd-svpage-parking-content,
  .atd-svpage-custom-inner {
    flex-direction: column;
    gap: 36px;
  }
  .atd-svpage-service-img-col,
  .atd-svpage-intro-img-col,
  .atd-svpage-custom-img-col {
    flex: none;
    width: 100%;
  }
  .atd-svpage-service-img,
  .atd-svpage-intro-img,
  .atd-svpage-custom-img { height: 250px; }
  .atd-svpage-parking-grid { grid-template-columns: 1fr; }
  .atd-svpage-parking-img { height: 200px; }
  .atd-svpage-img-inset { display: none; }
}
@media (max-width: 560px) {
  .atd-svpage-service,
  .atd-svpage-parking,
  .atd-svpage-custom { padding: 56px 16px 64px; }
  .atd-svpage-hero { min-height: 420px; }
}