@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ============================================================
   ADELANTO PLUMBING — Premium Redesign
   Theme: High-End, Modern, Dynamic
   ============================================================ */

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --navy:         #1e293b; /* Softer Slate Navy */
  --navy-light:   #334155;
  --amber:        #0ea5e9; /* Soft Sky Blue */
  --amber-dark:   #0284c7;
  --gradient-primary: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  --gradient-bg:  linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  --slate:        #475569;
  --slate-light:  #94a3b8;
  --bg-color:     #f8fafc;
  --surface:      #ffffff;
  --border:       #e2e8f0;
  --white:        #ffffff;
  --transition:   all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --radius:       16px;
  --radius-lg:    24px;
  --shadow-sm:    0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md:    0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg:    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-hover: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-size: 16px;
  color: var(--slate);
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  background-color: var(--bg-color);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1.25rem; }
p:last-child { margin-bottom: 0; }
a { color: var(--navy); transition: var(--transition); text-decoration: none; }
a:hover { color: var(--amber); }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  color: var(--navy);
  margin: 0 0 1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
ul { list-style: none; padding: 0; margin: 0; }

/* ── Container ─────────────────────────────────────────────── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   NEW TWO-TIER HEADER & MOBILE DRAWER
   ============================================================ */
.site-header-new {
  position: absolute;
  top: 0; left: 0; width: 100%;
  z-index: 1000;
}
.top-bar {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  padding: 8px 0;
}
.top-bar-inner {
  display: flex; justify-content: space-between; align-items: center;
}
.tb-left, .tb-right {
  display: flex; align-items: center; gap: 20px;
}
.tb-left span, .tb-right a {
  display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.8); transition: var(--transition);
}
.tb-right a:hover { color: var(--amber); }

.main-nav-wrapper {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  box-shadow: var(--shadow-sm);
  padding: 12px 0;
}
.main-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-icon { width: 44px; height: 44px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 24px; box-shadow: var(--shadow-sm); }
.logo-text .brand { font-size: 22px; font-weight: 800; color: var(--navy); line-height: 1.1; letter-spacing: -0.02em; }
.logo-text .tagline { font-size: 11px; color: var(--slate-light); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

/* Desktop Nav */
.desktop-nav { display: flex; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links li a { font-size: 15px; font-weight: 600; color: var(--navy); padding: 8px 16px; border-radius: 100px; transition: var(--transition); }
.nav-links li a:hover { background: var(--bg-color); color: var(--amber); }

/* Header Actions */
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone-new { display: flex; align-items: center; gap: 10px; background: var(--amber); color: var(--white); padding: 6px 18px 6px 6px; border-radius: 100px; transition: var(--transition); text-decoration: none; }
.header-phone-new:hover { background: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--white); }
.hp-icon { width: 32px; height: 32px; background: var(--white); color: var(--amber); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.hp-text { display: flex; flex-direction: column; }
.hp-sub { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.9; line-height: 1; }
.hp-num { font-size: 16px; font-weight: 800; line-height: 1; margin-top: 2px; }

/* Mobile Menu Button */
.mobile-menu-btn { display: none; background: none; border: none; font-size: 32px; color: var(--navy); cursor: pointer; padding: 4px; }

/* Mobile Drawer */
.mobile-drawer-overlay {
  position: fixed; inset: 0; background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(4px); z-index: 1001;
  opacity: 0; visibility: hidden; transition: var(--transition);
}
.mobile-drawer-overlay.show { opacity: 1; visibility: visible; }

.mobile-drawer {
  position: fixed; top: 0; right: -400px; width: 100%; max-width: 400px; height: 100vh;
  background: var(--surface); z-index: 1002; display: flex; flex-direction: column;
  box-shadow: -10px 0 30px rgba(0,0,0,0.1); transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-drawer.open { right: 0; }

.drawer-header { display: flex; justify-content: space-between; align-items: center; padding: 24px; border-bottom: 1px solid var(--border); }
.close-drawer { background: none; border: none; font-size: 28px; color: var(--slate); cursor: pointer; transition: var(--transition); }
.close-drawer:hover { color: var(--amber); transform: rotate(90deg); }

.drawer-links { padding: 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; overflow-y: auto; }
.drawer-links a { font-size: 18px; font-weight: 600; color: var(--navy); padding: 12px 16px; border-radius: var(--radius); transition: var(--transition); text-decoration: none; }
.drawer-links a:hover { background: var(--bg-color); color: var(--amber); padding-left: 24px; }

.drawer-footer { padding: 24px; border-top: 1px solid var(--border); background: var(--bg-color); }

@media (max-width: 992px) {
  .top-bar { display: none; }
  .desktop-nav { display: none; }
  .header-phone-new { display: none; }
  .mobile-menu-btn { display: block; }
}

/* ============================================================
   HERO / BANNER
   ============================================================ */
.hero-premium {
  position: relative;
  padding: 160px 0 100px;
  background: var(--surface);
  overflow: hidden;
}
.hero-premium::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at top right, rgba(37,99,235,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero-premium-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-premium-text .sub-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 24px;
  background: rgba(37, 99, 235, 0.1);
  padding: 8px 16px;
  border-radius: 100px;
}
.hero-premium-text h1.title {
  color: var(--navy);
  margin-bottom: 24px;
  text-wrap: balance;
  line-height: 1.1;
}
.hero-premium-text p.description {
  font-size: 1.125rem;
  color: var(--slate);
  max-width: 600px;
  margin: 0 0 40px 0;
  text-wrap: balance;
}
.hero-premium-text .btn-part {
  display: flex; 
  gap: 16px; 
  justify-content: flex-start;
  flex-wrap: wrap; 
}
.hero-outline {
  color: var(--navy) !important;
  border: 2px solid var(--border) !important;
}
.hero-outline:hover {
  border-color: var(--amber) !important;
  color: var(--amber) !important;
}

.hero-premium-image-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  isolation: isolate;
}
.hero-premium-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
}
.hero-premium-image-wrapper:hover .hero-premium-img {
  transform: translateY(-5px);
}

.hero-blob {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary);
  border-radius: var(--radius-lg);
  z-index: 1;
  opacity: 0.15;
  transform: rotate(3deg);
  transition: transform 0.5s ease;
}
.hero-premium-image-wrapper:hover .hero-blob {
  transform: rotate(6deg);
}

.hero-glass-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 16px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  gap: 16px;
  animation: float 4s ease-in-out infinite;
}
.hero-glass-badge .badge-icon {
  width: 48px; height: 48px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 24px;
}
.hero-glass-badge .badge-text {
  display: flex; flex-direction: column;
}
.hero-glass-badge .bt-title {
  font-weight: 800; color: var(--navy); font-size: 18px; line-height: 1.2;
}
.hero-glass-badge .bt-sub {
  font-size: 13px; color: var(--slate-light); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

@media (max-width: 992px) {
  .hero-premium-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .hero-premium-text p.description {
    margin: 0 auto 40px auto;
  }
  .hero-premium-text .btn-part {
    justify-content: center;
  }
  .hero-glass-badge {
    bottom: -10px;
    left: 20px;
  }
}

/* Primary Amber Button */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: var(--amber);
  color: var(--white);
  padding: 16px 36px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 16px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.2);
  padding: 14px 34px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  transition: var(--transition);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  transform: translateY(-3px);
}

/* ============================================================
   TRUST CARDS (Overlapping Hero)
   ============================================================ */
.trust-cards-wrapper {
  margin-top: -60px;
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.trust-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, background 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.trust-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.1);
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.95);
}
.t-icon {
  width: 56px;
  height: 56px;
  background: var(--bg-color);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--amber);
  flex-shrink: 0;
}
.t-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--navy);
}
.t-content p {
  font-size: 14px;
  color: var(--slate-light);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .trust-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SERVICES SECTION (Modern Minimal Grid)
   ============================================================ */
.rs-services {
  padding: 100px 0;
  background: var(--bg-color);
}
.section-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy);
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.section-badge i { color: var(--amber); font-size: 16px; }

.services-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}
.service-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 0;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 420px;
  box-shadow: var(--shadow-sm);
}
.service-card.has-bg {
  border: 1px solid var(--border);
}
.card-bg-img {
  position: relative;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover .card-bg-img {
  transform: scale(1.08);
}
.service-card .card-overlay {
  display: none;
}
.service-card .card-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 48px 32px 32px;
  background: var(--surface);
}
.service-card:hover {
  box-shadow: 0 20px 40px -10px rgba(14, 165, 233, 0.15);
  transform: translateY(-8px);
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; width: 100%; height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 20;
}
.service-card:hover::after {
  transform: scaleX(1);
}

.s-icon {
  position: absolute;
  top: -36px;
  left: 32px;
  width: 72px;
  height: 72px;
  background: var(--surface);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
}
.s-icon i {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.service-card:hover .s-icon {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 35px -5px rgba(14, 165, 233, 0.25);
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.service-card h3 a { color: var(--navy); }
.service-card h3 a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
}
.service-card p {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  height: 72px; /* 3 lines of text */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--amber);
  transition: var(--transition);
  margin-top: auto;
  z-index: 20;
  position: relative;
}
.s-link i {
  transition: var(--transition);
  color: var(--amber);
}
.service-card:hover .s-link {
  color: var(--amber-dark);
}
.service-card:hover .s-link i {
  transform: translateX(6px);
  color: var(--amber-dark);
}

/* ============================================================
   WHY CHOOSE US & LOCAL SEO SECTION
   ============================================================ */
.rs-choose {
  padding: 120px 0;
  background: var(--surface);
}
.choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.choose-content h2 { margin-bottom: 24px; }
.choose-content p {
  font-size: 1.125rem;
  color: var(--slate);
  margin-bottom: 32px;
}

.pest-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.pest-pill {
  background: var(--bg-color);
  border: 1px solid var(--border);
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.pest-pill:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.pest-pill i { color: var(--amber); }

.choose-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.c-feature {
  background: var(--bg-color);
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}
.c-feature i {
  font-size: 32px;
  color: var(--amber);
  margin-bottom: 16px;
  display: block;
}
.c-feature h4 { font-size: 18px; margin-bottom: 8px; }
.c-feature p { font-size: 14px; color: var(--slate-light); margin: 0; }

@media (max-width: 992px) {
  .choose-grid { grid-template-columns: 1fr; gap: 40px; }
  .choose-grid .choose-image { order: 2; }
  .choose-grid .choose-content { order: 1; }
}

/* ============================================================
   PROCESS SECTION (Timeline connected nodes)
   ============================================================ */
.rs-process {
  padding: 100px 0;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}
.rs-process h2 { color: var(--white); }
.rs-process .section-badge { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); color: var(--white); }

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 80px;
  position: relative;
}
/* Connecting line */
.timeline-grid::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(255,255,255,0.1);
  z-index: 1;
}
.timeline-item {
  position: relative;
  z-index: 2;
}
.t-node {
  width: 80px;
  height: 80px;
  background: var(--navy);
  border: 2px solid var(--amber);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  color: var(--amber);
  margin: 0 auto 24px;
  box-shadow: 0 0 0 8px var(--navy);
  transition: var(--transition);
}
.timeline-item:hover .t-node {
  background: var(--amber);
  color: var(--navy);
}
.timeline-item h4 { color: var(--white); font-size: 20px; margin-bottom: 12px; }
.timeline-item p { color: #94a3b8; font-size: 15px; }

@media (max-width: 768px) {
  .timeline-grid { grid-template-columns: 1fr; gap: 60px; }
  .timeline-grid::before { display: none; }
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.acc-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
.acc-item.open {
  border-color: var(--amber);
  box-shadow: var(--shadow-sm);
}
.acc-question {
  width: 100%;
  text-align: left;
  padding: 24px;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}
.acc-question i {
  color: var(--amber);
  transition: transform 0.3s ease;
}
.acc-answer {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 24px;
}
.acc-item.open .acc-question i {
  transform: rotate(180deg);
}
.acc-item.open .acc-answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  padding: 0 24px 24px;
}

/* ============================================================
   PAGE LAYOUTS (Service / About / Contact)
   ============================================================ */
.page-header {
  padding: 180px 0 80px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}
.page-header h1 { color: var(--white); margin-bottom: 16px; }
.page-header p { font-size: 1.25rem; color: rgba(255, 255, 255, 0.9); max-width: 700px; margin: 0 auto; }

.page-content {
  padding: 80px 0 160px; /* Increased bottom padding to prevent CTA overlap */
}

/* Service Header Layout */
.service-header-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}
.header-image-box {
  display: none; /* Hide on mobile by default */
}

@media (min-width: 992px) {
  .service-header-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .header-image-box {
    display: block;
    position: relative;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-lg);
  }
  .header-image-box img {
    border-radius: var(--radius);
    width: 100%;
    height: auto;
    display: block;
  }
}

.hero-buttons {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .hero-buttons {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .hero-buttons .btn-primary,
  .hero-buttons .btn-outline {
    padding: 12px 10px;
    font-size: 13px;
    flex: 1;
    white-space: nowrap;
  }
}
.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.content-wrapper h2 { margin-top: 40px; margin-bottom: 20px; }
.content-wrapper ul { margin-bottom: 24px; padding-left: 20px; list-style: disc; }
.content-wrapper li { margin-bottom: 12px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--navy);
  color: var(--white);
  padding: 60px 0 0; border-top: 1px solid rgba(0,0,0,0.05);
}
.footer-cta {
  background: var(--gradient-primary);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  
  
  box-shadow: var(--shadow-lg);
}
.footer-cta h2 { color: var(--white); margin-bottom: 8px; }
.footer-cta p { color: rgba(255,255,255,0.9); margin: 0; font-size: 1.125rem; }

@media (max-width: 768px) {
  .footer-cta { flex-direction: column; text-align: center; gap: 24px; padding: 32px; transform: none; margin-top: 0; }
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 64px;
  margin-bottom: 64px;
}
.f-col h4 { color: var(--white); font-size: 18px; margin-bottom: 24px; }
.f-col p, .f-col li, .f-col a { color: #94a3b8; font-size: 15px; }
.f-col ul li { margin-bottom: 12px; }
.f-col a:hover { color: var(--amber); padding-left: 4px; }
.footer-brand .brand { font-size: 24px; font-weight: 800; color: var(--white); margin-bottom: 16px; }

.social-links { display: flex; gap: 16px; margin-top: 24px; }
.social-link { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 20px; }
.social-link:hover { background: var(--amber); color: var(--white); transform: translateY(-3px); }

.contact-list .c-item { display: flex; gap: 16px; margin-bottom: 20px; }
.c-item i { font-size: 24px; color: var(--amber); flex-shrink: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  font-size: 14px;
}
.footer-bottom a { color: #64748b; margin-left: 24px; }
.footer-bottom a:hover { color: var(--white); }

@media (max-width: 992px) {
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}
@media (max-width: 576px) {
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
}

/* -- ANIMATIONS -- */
@keyframes slowPulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(14, 165, 233, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(14, 165, 233, 0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.sub-label {
    display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 24px;
  background: rgba(14, 165, 233, 0.15);
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(14, 165, 233, 0.3);
  backdrop-filter: blur(8px);
}

.page-header h1 { }

.page-header p { }

.hero-premium .sub-label {
  animation: slowPulse 3s infinite ease-in-out;
}
.hero-premium h1.title {
  animation: fadeInUp 0.8s ease-out forwards;
}
.hero-premium p.description {
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}

/* ============================================================
   SERVICE PAGE LAYOUT & SIDEBAR
   ============================================================ */
.service-page-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  align-items: start;
}

@media (max-width: 992px) {
  .service-page-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sidebar-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.sidebar-card h3 {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 16px;
}

.sidebar-card .btn-primary {
  width: 100%;
  padding: 14px;
}

.sidebar-list {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}

.sidebar-list h3 {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: var(--bg-color);
  color: var(--slate);
  font-weight: 600;
  transition: var(--transition);
}

.sidebar-links a:hover,
.sidebar-links a.active {
  background: var(--navy);
  color: var(--white);
}

.sidebar-links a i {
  color: var(--amber);
  transition: var(--transition);
}

.sidebar-links a:hover i {
  transform: translateX(4px);
}

.service-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 32px !important;
}

.service-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px !important;
}

.service-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--amber);
  font-size: 20px;
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.breadcrumbs {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.breadcrumbs ol {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  flex-wrap: wrap;
}
.breadcrumbs ol li {
  display: flex;
  align-items: center;
  margin: 0;
}
.breadcrumbs ol li:not(:last-child)::after {
  content: '›';
  margin-left: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumbs ol li a {
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumbs ol li a:hover {
  color: var(--amber);
}
.breadcrumbs ol li[aria-current="page"] {
  color: var(--white);
  font-weight: 600;
}


/* FORM STYLES */
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 14px; font-weight: 600; color: var(--navy); }
.form-control { width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg-color); font-family: inherit; font-size: 15px; color: var(--slate); transition: var(--transition); outline: none; }
.form-control:focus { border-color: var(--amber); box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15); background: var(--white); }
textarea.form-control { resize: vertical; min-height: 120px; }

/* GLASSMORPHISM */
.glass-effect { background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(12px) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

