/* ============================================================
   Costa Del Clean — Design System
   Primary: #00BCD4 (teal)  |  Secondary: #FF6F61 (coral)
   Accent: #0A2540 (navy text)
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  color: #0A2540;
  background: #FFFFFF;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #00BCD4; text-decoration: none; transition: color .2s; }
a:hover { color: #FF6F61; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { line-height: 1.25; font-weight: 700; }

/* ---------- Utility ---------- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.text-center { text-align: center; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 48px 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px; font-weight: 700;
  font-size: 1rem; cursor: pointer; transition: all .25s;
  border: 2px solid transparent; text-align: center;
  line-height: 1.2;
}
.btn-primary {
  background: #00BCD4; color: #fff; border-color: #00BCD4;
  box-shadow: 0 4px 20px rgba(0,188,212,.35);
}
.btn-primary:hover {
  background: #00A5BB; border-color: #00A5BB; color: #fff;
  box-shadow: 0 6px 28px rgba(0,188,212,.45);
  transform: translateY(-2px);
}
.btn-secondary {
  background: transparent; color: #00BCD4; border-color: #00BCD4;
}
.btn-secondary:hover {
  background: #00BCD4; color: #fff;
}
.btn-coral {
  background: #FF6F61; color: #fff; border-color: #FF6F61;
  box-shadow: 0 4px 20px rgba(255,111,97,.3);
}
.btn-coral:hover {
  background: #e5564a; border-color: #e5564a; color: #fff;
  transform: translateY(-2px);
}
.btn-sm { padding: 10px 24px; font-size: .9rem; }
.btn-phone {
  background: #FF6F61; color: #fff; border-color: #FF6F61;
  font-size: 1.1rem; letter-spacing: .5px;
  box-shadow: 0 4px 20px rgba(255,111,97,.3);
}
.btn-phone:hover { background: #e5564a; border-color: #e5564a; color: #fff; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: #0A2540; padding: 0;
  transition: box-shadow .3s, background .3s;
}
.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(10,37,64,.25);
}
/* removed */ .header-top-DISABLED {
  display: flex; align-items: center; justify-content: center;
  padding: 8px 24px; background: rgba(0,188,212,.12);
  gap: 16px; font-size: .85rem; color: rgba(255,255,255,.85);
}
.header-top a { color: #fff; font-weight: 600; }
.header-top .phone-top { font-size: .95rem; letter-spacing: .5px; }
.header-main {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 48px; max-width: 100%; margin: 0 auto;
}
.logo { white-space: nowrap;
  font-size: 1.5rem; font-weight: 800; color: #fff; display: flex; align-items: center; gap: 4px;
  white-space: nowrap;
}
.logo .costa, .logo .clean { color: #fff; }
.logo .del { color: #00BCD4; }
.nav-desktop { display: flex; align-items: center; gap: 32px; white-space: nowrap; }
.nav-desktop a {
  color: rgba(255,255,255,.85); font-weight: 500; font-size: .9rem;
  transition: color .2s; position: relative;
}
.nav-desktop a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0;
  height: 2px; background: #00BCD4; transition: width .25s;
}
.nav-desktop a:hover { color: #fff; }
.nav-desktop a:hover::after { width: 100%; }
.nav-desktop .dropdown { position: relative; }
.nav-desktop .dropdown-toggle { cursor: pointer; }
.nav-desktop .dropdown-menu {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%);
  background: #fff; border-radius: 12px; padding: 12px 0;
  min-width: 220px; box-shadow: 0 8px 32px rgba(10,37,64,.15);
  opacity: 0; visibility: hidden; transition: all .25s; z-index: 100;
}
.nav-desktop .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; }
.nav-desktop .dropdown-menu a {
  display: block; padding: 10px 20px; color: #0A2540; font-size: .88rem;
}
.nav-desktop .dropdown-menu a:hover { background: rgba(0,188,212,.08); color: #00BCD4; }
.header-cta {
  display: flex; align-items: center; gap: 16px;
}
.header-phone {
  color: #fff; font-weight: 700; font-size: 1rem;
  display: flex; align-items: center; gap: 6px;
}
.header-phone svg { width: 18px; height: 18px; fill: #00BCD4; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 8px;
}
.hamburger span {
  display: block; width: 24px; height: 2px; background: #fff;
  transition: all .3s; border-radius: 2px;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile nav */
.nav-mobile {
  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
  background: #0A2540; z-index: 999; padding: 80px 24px 40px;
  flex-direction: column; align-items: center; gap: 0;
  overflow-y: auto;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  color: #fff; font-size: 1.15rem; font-weight: 600; padding: 10px 0;
  display: block; width: 100%; text-align: center; border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-mobile a:hover { color: #00BCD4; }
.nav-mobile .mob-dropdown-title {
  color: rgba(255,255,255,.6); font-size: .85rem; text-transform: uppercase;
  letter-spacing: 1px; padding: 20px 0 8px; border-bottom: none;
}
.nav-mobile .mob-phone {
  margin-top: 24px; padding: 16px 32px; border-bottom: none;
  background: #FF6F61; border-radius: 50px; font-weight: 700; font-size: 1.1rem;
}
.nav-mobile .mob-cta {
  margin-top: 8px; padding: 14px 32px; border-bottom: none;
  background: #00BCD4; border-radius: 50px; font-weight: 700;
}

/* ---------- Hero ---------- */
.hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #0A2540 0%, #0d2f50 50%, #0A2540 100%);
  position: relative; overflow: hidden; color: #fff;
}
.hero::before {
  content: ''; position: absolute; top: -40%; right: -20%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,188,212,.15) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -30%; left: -10%; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,111,97,.1) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,188,212,.15); color: #00BCD4; padding: 8px 20px;
  border-radius: 50px; font-size: .85rem; font-weight: 600;
  margin-bottom: 24px; border: 1px solid rgba(0,188,212,.25);
}
.hero h1 { font-size: 3rem; line-height: 1.15; margin-bottom: 20px; }
.hero h1 .highlight { color: #00BCD4; }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,.8); margin-bottom: 32px; line-height: 1.7; max-width: 540px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 40px; }
.hero-stat { text-align: center; }
.hero-stat .val { font-size: 2rem; font-weight: 800; color: #00BCD4; display: block; }
.hero-stat .lbl { font-size: .82rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .5px; }
.hero-image-col { display: flex; justify-content: center; align-items: center; position: relative; }
.hero-image-col .hero-img-placeholder {
  width: 100%; max-width: 480px; aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(0,188,212,.2), rgba(255,111,97,.15));
  border-radius: 20px; display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: rgba(255,255,255,.3);
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

/* ---------- Trust Bar ---------- */
.trust-bar {
  background: #f8fafb; padding: 32px 0; border-bottom: 1px solid rgba(0,188,212,.1);
}
.trust-items {
  display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px; font-size: .9rem;
  color: #0A2540; font-weight: 600;
}
.trust-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,188,212,.1); display: flex; align-items: center; justify-content: center;
  color: #00BCD4; font-size: 1.1rem; flex-shrink: 0;
}

/* ---------- Section Headings ---------- */
.section-header { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-eyebrow {
  display: inline-block; color: #00BCD4; font-weight: 700;
  font-size: .85rem; text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.section-title { font-size: 2.2rem; color: #0A2540; margin-bottom: 16px; }
.section-subtitle { font-size: 1.05rem; color: #5a6a7a; line-height: 1.7; }

/* ---------- Cards (Service/Feature) ---------- */
.card-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.card {
  background: #fff; border-radius: 16px; padding: 36px 28px;
  position: relative; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  border: 1px solid rgba(0,188,212,.08);
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #00BCD4, #FF6F61); opacity: 0;
  transition: opacity .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,188,212,.12); }
.card:hover::before { opacity: 1; }
.card-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(0,188,212,.1); display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 1.5rem; color: #00BCD4;
}
.card h3 { font-size: 1.2rem; margin-bottom: 12px; color: #0A2540; }
.card p { color: #5a6a7a; font-size: .95rem; line-height: 1.7; }
.card .card-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px; font-weight: 600; font-size: .9rem; color: #00BCD4;
}
.card .card-link:hover { gap: 10px; color: #FF6F61; }

/* Tinted card variants */
.card-teal { background: rgba(0,188,212,.05); }
.card-teal:hover { box-shadow: 0 12px 40px rgba(0,188,212,.15); }
.card-coral { background: rgba(255,111,97,.04); }
.card-coral:hover { box-shadow: 0 12px 40px rgba(255,111,97,.1); }

/* Glow effect */
.card-glow {
  box-shadow: 0 0 0 1px rgba(0,188,212,.08), 0 8px 30px rgba(0,188,212,.08);
}
.card-glow:hover {
  box-shadow: 0 0 0 1px rgba(0,188,212,.15), 0 16px 50px rgba(0,188,212,.18);
}

/* ---------- Process / How It Works ---------- */
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; counter-reset: step; }
.process-step {
  position: relative; padding: 32px 24px; text-align: center;
  counter-increment: step;
}
.process-step::before {
  content: counter(step);
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #00BCD4, #0097A7);
  color: #fff; font-size: 1.3rem; font-weight: 800;
  margin: 0 auto 20px; box-shadow: 0 4px 16px rgba(0,188,212,.3);
}
.process-step h3 { font-size: 1.1rem; margin-bottom: 10px; }
.process-step p { font-size: .92rem; color: #5a6a7a; }

/* ---------- Areas Grid ---------- */
.areas-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.area-card {
  display: flex; align-items: center; gap: 12px;
  padding: 20px; background: #fff; border-radius: 12px;
  border: 1px solid rgba(0,188,212,.1); transition: all .25s;
  font-weight: 600; color: #0A2540;
}
.area-card:hover {
  border-color: #00BCD4; box-shadow: 0 4px 20px rgba(0,188,212,.12);
  transform: translateY(-2px); color: #00BCD4;
}
.area-card .area-pin { color: #FF6F61; font-size: 1.1rem; flex-shrink: 0; }

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, #0A2540, #0d3055);
  padding: 64px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; top: -50%; right: -20%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,188,212,.12) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-banner h2 { font-size: 2rem; color: #fff; margin-bottom: 16px; position: relative; z-index: 2; }
.cta-banner p { color: rgba(255,255,255,.75); margin-bottom: 28px; font-size: 1.05rem; position: relative; z-index: 2; }
.cta-banner .cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 2; }

/* ---------- Why Us / USP ---------- */
.usp-section { background: rgba(0,188,212,.03); }
.usp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.usp-list { display: flex; flex-direction: column; gap: 24px; }
.usp-item { display: flex; gap: 16px; align-items: flex-start; }
.usp-item .usp-icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: rgba(0,188,212,.1); display: flex; align-items: center; justify-content: center;
  color: #00BCD4; font-size: 1.2rem;
}
.usp-item h4 { font-size: 1.05rem; margin-bottom: 4px; }
.usp-item p { font-size: .9rem; color: #5a6a7a; }

/* ---------- Contact Section ---------- */
.contact-section {
  background: linear-gradient(180deg, #f8fafb 0%, #fff 100%);
}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-method {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 24px; background: #fff; border-radius: 12px;
  border: 1px solid rgba(0,188,212,.1);
}
.contact-method .cm-icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: rgba(0,188,212,.1); display: flex; align-items: center; justify-content: center;
  color: #00BCD4; font-size: 1.2rem;
}
.contact-form {
  background: #fff; border-radius: 16px; padding: 40px;
  box-shadow: 0 8px 40px rgba(10,37,64,.08); border: 1px solid rgba(0,188,212,.08);
}
.contact-form h3 { font-size: 1.3rem; margin-bottom: 24px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 8px; color: #0A2540; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 14px 16px; border: 1px solid #dde3e8;
  border-radius: 10px; font-size: .95rem; font-family: inherit;
  transition: border-color .2s; background: #f8fafb;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: #00BCD4;
  box-shadow: 0 0 0 3px rgba(0,188,212,.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* ---------- Footer ---------- */
.site-footer {
  background: #0A2540; color: rgba(255,255,255,.75); padding: 64px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo { white-space: nowrap; margin-bottom: 16px; font-size: 1.3rem; }
.footer-brand p { font-size: .9rem; line-height: 1.7; max-width: 280px; }
.footer-brand .footer-phone {
  display: flex; align-items: center; gap: 8px;
  margin-top: 16px; color: #00BCD4; font-weight: 700; font-size: 1.1rem;
}
.footer-col h4 {
  color: #fff; font-size: .9rem; text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 20px;
}
.footer-col a {
  display: block; color: rgba(255,255,255,.6); font-size: .88rem;
  padding: 5px 0; transition: color .2s;
}
.footer-col a:hover { color: #00BCD4; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; font-size: .82rem; color: rgba(255,255,255,.4);
}

/* ---------- Breadcrumbs ---------- */
.breadcrumbs {
  padding: 100px 0 0; background: #f8fafb;
}
.breadcrumbs ol {
  display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 0;
  font-size: .85rem;
}
.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.breadcrumbs li + li::before { content: '›'; color: #99a9b5; }
.breadcrumbs a { color: #00BCD4; }
.breadcrumbs span { color: #5a6a7a; }

/* ---------- Inner Pages ---------- */
.page-hero {
  padding: 130px 0 60px;
  background: linear-gradient(135deg, #0A2540 0%, #0d2f50 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -40%; right: -15%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,188,212,.12) 0%, transparent 70%);
  border-radius: 50%;
}
.page-hero h1 { font-size: 2.5rem; margin-bottom: 16px; position: relative; z-index: 2; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,.75); max-width: 640px; margin: 0 auto; position: relative; z-index: 2; }
.page-hero .breadcrumbs-inline {
  display: flex; justify-content: center; gap: 8px; margin-top: 20px;
  font-size: .85rem; color: rgba(255,255,255,.5); position: relative; z-index: 2;
}
.page-hero .breadcrumbs-inline a { color: rgba(255,255,255,.7); }
.page-hero .breadcrumbs-inline span { color: rgba(255,255,255,.4); }

/* Inner content */
.page-content { padding: 64px 0; }
.page-content h2 { font-size: 1.8rem; margin-bottom: 16px; color: #0A2540; }
.page-content h3 { font-size: 1.3rem; margin: 32px 0 12px; color: #0A2540; }
.page-content p { margin-bottom: 16px; color: #3a4a5a; }
.page-content ul { margin: 16px 0 16px 20px; }
.page-content ul li { position: relative; padding-left: 24px; margin-bottom: 10px; color: #3a4a5a; }
.page-content ul li::before { content: '✓'; position: absolute; left: 0; color: #00BCD4; font-weight: 700; }
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; }
.content-main { max-width: 780px; }

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 24px; }
.sidebar-card {
  background: rgba(0,188,212,.04); border-radius: 14px; padding: 28px;
  border: 1px solid rgba(0,188,212,.1);
}
.sidebar-card h4 { font-size: 1rem; margin-bottom: 16px; color: #0A2540; }
.sidebar-card a {
  display: block; padding: 8px 0; color: #3a4a5a; font-size: .9rem;
  border-bottom: 1px solid rgba(0,188,212,.06);
}
.sidebar-card a:hover { color: #00BCD4; }
.sidebar-card .sidebar-cta {
  display: block; text-align: center; margin-top: 16px;
  padding: 12px 24px; background: #00BCD4; color: #fff;
  border-radius: 50px; font-weight: 700; font-size: .9rem;
}
.sidebar-card .sidebar-phone {
  display: block; text-align: center; margin-top: 8px;
  color: #FF6F61; font-weight: 700; font-size: 1.1rem;
}

/* Related services */
.related-services { background: #f8fafb; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero h1 { font-size: 2.4rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .usp-grid { grid-template-columns: 1fr; gap: 32px; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { order: -1; }
}

@media (max-width: 768px) {
  /* removed */ .header-top-DISABLED { display: none; }
  .nav-desktop { display: none; }
  .header-cta .btn { display: none; }
  .header-phone { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 110px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .hero h1 { font-size: 2rem; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; gap: 24px; }
  .hero-image-col { display: none; }
  .section-title { font-size: 1.8rem; }
  .section-pad { padding: 56px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .page-hero h1 { font-size: 1.8rem; }
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner h2 { font-size: 1.6rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.65rem; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .process-steps { grid-template-columns: 1fr; }
  .trust-items { gap: 24px; }
  .areas-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .btn { padding: 12px 24px; font-size: .9rem; }
  .page-hero { padding: 110px 0 40px; }
}

/* ---------- Animations ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .6s ease both; }

/* Print */
@media print {
  .site-header, .hamburger, .nav-mobile, .cta-banner { display: none; }
  body { font-size: 12pt; color: #000; }
}

/* Hero image */
.hero-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,188,212,.2);
}
.hero-image-col { display: flex; align-items: center; }
@media (max-width: 768px) {
  .hero-image-col { display: none; }
}

/* Mobile nav styles replaced below */
  width: 100%; justify-content: center; padding: 16px;
  font-size: 1.1rem;
}


/* Mobile nav — compact, fits iPhone screen */
.nav-mobile {
  position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
  background: #0A2540; z-index: 999;
  display: none; flex-direction: column;
}
.nav-mobile.open { display: flex; }
.mob-nav-inner {
  display: flex; flex-direction: column;
  padding: 70px 24px 24px;
  height: 100%;
  gap: 0;
}
.mob-group { }
.mob-toggle {
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
  width: 100%; padding: 12px 0;
  background: none; border: none; border-bottom: 1px solid rgba(255,255,255,.06);
  color: #fff; font-size: 1.05rem; font-weight: 600; cursor: pointer;
  font-family: inherit; text-align: center;
}
.mob-toggle .chevron {
  transition: transform .3s; font-size: 1.1rem; color: #00BCD4;
}
.mob-toggle.open .chevron { transform: rotate(90deg); }
.mob-sub {
  display: none; padding: 4px 0 8px;
  text-align: center;
}
.mob-sub.open { display: block; }
.mob-sub a {
  display: block; padding: 7px 0; color: rgba(255,255,255,.7);
  font-size: .9rem;
}
.mob-sub a:hover { color: #00BCD4; }
.mob-link {
  display: block; padding: 12px 0; color: #fff;
  font-size: 1.05rem; font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-align: center;
}
.mob-footer {
  padding-top: 12px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.mob-phone-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 32px; background: rgba(0,188,212,.12);
  border-radius: 50px; color: #fff; font-weight: 700; font-size: .95rem;
}
.mob-cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 32px;
  font-size: .95rem; border-radius: 50px;
}

/* ---------- Contact page: mobile-first conversion ---------- */
/* Hide the mobile CTA block on desktop — desktop layout is fine as-is */
.contact-mobile-cta { display: none; }

@media (max-width: 768px) {
  /* Hide the hero on the contact page on mobile */
  .page-contact .page-hero { display: none; }

  /* Show the mobile call CTA block */
  .page-contact .contact-mobile-cta {
    display: block;
    padding: 80px 20px 16px;
    text-align: center;
    background: #0A2540;
  }
  .contact-call-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; width: 100%;
    padding: 16px 24px;
    background: #FF6F61; color: #fff;
    font-size: 1rem; font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(255,111,97,.3);
    white-space: nowrap;
  }
  .contact-call-btn:hover { background: #e85d4f; }
  .contact-call-sub {
    margin: 10px 0 0;
    font-size: .85rem; color: rgba(255,255,255,.65);
  }

  /* Make contact form full-width on mobile, contact-info hidden */
  .page-contact .contact-grid {
    display: flex; flex-direction: column;
  }
  .page-contact .contact-info { display: none; }
  .page-contact .contact-form {
    width: 100%; max-width: 100%;
  }
  .page-contact .contact-section {
    padding-top: 16px;
  }
}
