:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f824083 *//* =============================================
   CITRUS CLEANING CO — Additional CSS
   Paste this into:
   WordPress: Appearance > Customize > Additional CSS
   ============================================= */

/* ── TOKENS ─────────────────────────────────── */
:root {
  --cream: #FFFBF2;
  --deep: #2C1A0E;
  --gold: #E07B2A;
  --gold-light: #F0A45A;
  --sage: #C4873A;
  --sage-light: #D4A06A;
  --warm: #FDF0DC;
  --text-muted: #7A5C3A;
}

/* ── BASE ────────────────────────────────────── */
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--deep); line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Fraunces', serif; }

/* ── NAV ─────────────────────────────────────── */
nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: rgba(255,251,242,0.97) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(224,123,42,0.2) !important;
  padding: 0 5% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 72px !important;
  box-sizing: border-box !important;
}

/* Push page content down so fixed nav doesn't overlap */
#citrus-nav-wrap,
.elementor-widget-html nav,
.elementor-section:first-child,
.e-con:first-child {
  margin-top: 0;
}
body {
  padding-top: 72px;
}
.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 22px; font-weight: 400; letter-spacing: 0.04em; color: var(--deep);
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.nav-logo-mark {
  display: inline-flex; width: 32px; height: 32px; border-radius: 50%;
  background: var(--sage); color: #fff; font-size: 14px;
  align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 300;
  flex-shrink: 0;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 13px; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-muted); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--deep); }
.nav-cta {
  background: var(--deep); color: var(--cream);
  padding: 10px 24px; font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-weight: 500;
  transition: background 0.2s; text-decoration: none; display: inline-block;
}
.nav-cta:hover { background: var(--sage); }

/* ── HERO ────────────────────────────────────── */
.hero {
  min-height: 92vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding: 0 5%;
  position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 60px 80px 0;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.hero-title {
  font-size: clamp(52px, 5vw, 76px); font-weight: 300; line-height: 1.08;
  color: var(--deep); margin-bottom: 28px;
}
.hero-title em { font-style: italic; color: var(--sage); }
.hero-body {
  font-size: 16px; line-height: 1.75; color: var(--text-muted);
  max-width: 440px; margin-bottom: 48px;
}
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.btn-primary {
  background: var(--sage); color: #fff;
  padding: 16px 40px; font-size: 13px; letter-spacing: 0.1em;
  text-transform: uppercase; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-weight: 500;
  transition: all 0.2s; text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: var(--deep); }
.btn-outline {
  font-size: 13px; letter-spacing: 0.06em; color: var(--deep);
  text-decoration: none; border-bottom: 1px solid var(--gold);
  padding-bottom: 2px; cursor: pointer; background: none;
  border-top: none; border-left: none; border-right: none;
  font-family: 'DM Sans', sans-serif; font-weight: 400;
  transition: color 0.2s;
}
.btn-outline:hover { color: var(--gold); }
.hero-trust {
  display: flex; align-items: center; gap: 20px; margin-top: 56px;
  padding-top: 32px; border-top: 1px solid rgba(184,155,94,0.2);
  flex-wrap: wrap;
}
.hero-trust-item { text-align: center; }
.hero-trust-num {
  font-family: 'Fraunces', serif; font-size: 32px; font-weight: 400;
  color: var(--deep); line-height: 1;
}
.hero-trust-label { font-size: 11px; color: var(--text-muted); letter-spacing: 0.06em; margin-top: 4px; }
.hero-trust-divider { width: 1px; height: 40px; background: rgba(184,155,94,0.3); }
.hero-right {
  position: relative; display: flex; align-items: center;
  padding: 60px 0 60px 60px;
}
.hero-image-frame { width: 100%; height: 560px; position: relative; }
.hero-img-main {
  width: 82%; height: 100%;
  position: absolute; right: 0; top: 0;
  background: linear-gradient(135deg, #F5DEB3 0%, #E8A96A 100%);
  display: flex; align-items: center; justify-content: center;
}
.hero-img-main svg { opacity: 0.3; }
.hero-img-accent {
  width: 52%; height: 46%;
  position: absolute; left: 0; bottom: 40px;
  z-index: 2;
}
.hero-badge {
  position: absolute; right: 20px; top: 40px; z-index: 3;
  width: 100px; height: 100px; border-radius: 50%;
  background: var(--deep); color: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}
.hero-badge-pct {
  font-family: 'Fraunces', serif; font-size: 28px;
  font-weight: 300; color: var(--gold-light); line-height: 1;
}
.hero-badge-text { font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; line-height: 1.3; }

/* ── TRUST STRIP ─────────────────────────────── */
.strip {
  background: var(--sage); color: #fff;
  padding: 20px 5%;
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.strip-item {
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px; opacity: 0.9;
}
.strip-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-light); flex-shrink: 0; }

/* ── SECTION COMMONS ─────────────────────────── */
.section { padding: 100px 5%; }
.section-label {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.section-label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.section-title {
  font-size: clamp(36px, 3.5vw, 52px); font-weight: 300;
  color: var(--deep); margin-bottom: 16px; max-width: 600px;
}
.section-title em { font-style: italic; color: var(--sage); }
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 480px; margin-bottom: 64px; }

/* ── SERVICES ────────────────────────────────── */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(184,155,94,0.15);
}
.service-card {
  background: var(--cream); padding: 48px 36px;
  transition: background 0.3s; cursor: pointer;
  position: relative; overflow: hidden;
}
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--gold);
  transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
}
.service-card:hover { background: var(--warm); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--sage); display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px;
}
.service-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 1.5; }
.service-card-title {
  font-family: 'Fraunces', serif; font-size: 26px; font-weight: 400;
  color: var(--deep); margin-bottom: 14px;
}
.service-card-body { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 28px; }
.service-price {
  font-family: 'Fraunces', serif; font-size: 22px; font-weight: 300; color: var(--sage);
}
.service-price span { font-size: 12px; font-family: 'DM Sans', sans-serif; color: var(--text-muted); letter-spacing: 0.04em; }
.service-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--deep); margin-top: 20px; cursor: pointer;
  border: none; background: none; font-family: 'DM Sans', sans-serif;
  text-decoration: none;
}
.service-link svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 2; transition: transform 0.2s; }
.service-link:hover svg { transform: translateX(4px); }

/* ── PROCESS ─────────────────────────────────── */
.process-section { background: var(--deep); padding: 100px 5%; color: #fff; }
.process-section .section-label::before { background: var(--gold-light); }
.process-section .section-label { color: var(--gold-light); }
.process-section .section-title { color: var(--cream); }
.process-section .section-sub { color: rgba(250,247,242,0.6); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.step { padding: 48px 36px; position: relative; }
.step-num {
  font-family: 'Fraunces', serif; font-size: 72px; font-weight: 300;
  color: rgba(184,155,94,0.2); line-height: 1; margin-bottom: 24px;
}
.step-title {
  font-family: 'Fraunces', serif; font-size: 24px; font-weight: 400;
  color: var(--cream); margin-bottom: 14px;
}
.step-body { font-size: 14px; color: rgba(250,247,242,0.6); line-height: 1.75; }
.step-line {
  position: absolute; top: 80px; right: 0;
  width: 2px; height: 60px; background: rgba(184,155,94,0.2);
}
.step:last-child .step-line { display: none; }

/* ── ABOUT ───────────────────────────────────── */
.about-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.about-image {
  background: linear-gradient(160deg, #D4A06A 0%, #C4873A 100%);
  position: relative; overflow: hidden;
}
.about-image-overlay {
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.about-image-text {
  position: absolute; bottom: 48px; left: 48px; right: 48px;
  background: rgba(26,26,20,0.7); backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 28px 32px;
}
.about-image-quote {
  font-family: 'Fraunces', serif; font-size: 20px; font-weight: 300;
  font-style: italic; color: var(--cream); line-height: 1.5; margin-bottom: 12px;
}
.about-image-attr { font-size: 12px; letter-spacing: 0.06em; color: var(--gold-light); }
.about-content {
  background: var(--warm); padding: 80px 60px;
  display: flex; flex-direction: column; justify-content: center;
}
.about-content p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.about-value { padding: 20px; border: 1px solid rgba(184,155,94,0.25); }
.about-value-title {
  font-family: 'Fraunces', serif; font-size: 17px;
  color: var(--deep); margin-bottom: 6px;
}
.about-value-body { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ── SERVICE AREA ────────────────────────────── */
.area-section { padding: 100px 5%; background: var(--cream); }
.area-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 80px; align-items: start;
}
.area-intro p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 28px; }
.area-callout {
  background: var(--sage); padding: 28px 32px;
  display: flex; flex-direction: column; gap: 6px;
}
.area-callout-title {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(250,247,242,0.6); margin-bottom: 4px;
}
.area-callout-val {
  font-family: 'Fraunces', serif; font-size: 22px; font-weight: 400;
  color: var(--cream); line-height: 1.3;
}
.area-callout-note { font-size: 13px; color: rgba(250,247,242,0.6); margin-top: 8px; }
.area-map-wrap { position: relative; }
.area-counties {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: rgba(184,155,94,0.15);
  margin-bottom: 2px;
}
.area-county {
  background: var(--warm); padding: 28px 24px;
  position: relative; overflow: hidden;
}
.area-county::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 3px; height: 100%; background: var(--gold);
  transform: scaleY(0); transform-origin: top;
  transition: transform 0.3s;
}
.area-county:hover::before { transform: scaleY(1); }
.area-county-name {
  font-family: 'Fraunces', serif; font-size: 20px; font-weight: 400;
  color: var(--deep); margin-bottom: 12px;
}
.area-county-cities { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.area-county-cities li {
  font-size: 12px; color: var(--text-muted); letter-spacing: 0.02em;
  display: flex; align-items: center; gap: 6px;
}
.area-county-cities li::before {
  content: ''; width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}
.area-footer-strip {
  background: var(--deep); padding: 16px 24px;
  display: flex; align-items: center; gap: 12px;
}
.area-footer-strip p { font-size: 13px; color: rgba(250,247,242,0.6); }
.area-footer-strip strong { color: var(--gold-light); font-weight: 400; }
.area-footer-strip a {
  margin-left: auto; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold-light); text-decoration: none;
  border-bottom: 1px solid rgba(212,186,130,0.4); padding-bottom: 1px;
  white-space: nowrap;
}

/* ── TESTIMONIALS ────────────────────────────── */
.testimonials-section { padding: 100px 5%; background: var(--cream); }
.testimonials-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 56px; flex-wrap: wrap; gap: 24px;
}
.testimonials-header .section-sub { margin-bottom: 0; }
.stars { display: flex; gap: 3px; margin-bottom: 16px; }
.star { width: 14px; height: 14px; fill: var(--gold); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: var(--warm); padding: 36px 32px;
  border-bottom: 2px solid var(--gold);
}
.review-quote {
  font-family: 'Fraunces', serif; font-size: 32px;
  color: var(--gold); opacity: 0.4; line-height: 1; margin-bottom: 16px;
}
.review-text { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--sage); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-size: 16px; font-weight: 400;
  flex-shrink: 0;
}
.review-name { font-size: 14px; font-weight: 500; color: var(--deep); }
.review-label { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ── PRICING ─────────────────────────────────── */
.pricing-section { padding: 100px 5%; background: var(--deep); }
.pricing-section .section-label { color: var(--gold-light); }
.pricing-section .section-label::before { background: var(--gold-light); }
.pricing-section .section-title { color: var(--cream); }
.pricing-section .section-sub { color: rgba(250,247,242,0.55); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: rgba(255,255,255,0.05);
}
.pricing-card {
  background: rgba(26,26,20,0.8); padding: 40px 28px;
  transition: background 0.3s; cursor: pointer;
}
.pricing-card.featured { background: var(--sage); }
.pricing-card:hover:not(.featured) { background: rgba(255,255,255,0.06); }
.pricing-type {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(250,247,242,0.45); margin-bottom: 20px;
}
.pricing-card.featured .pricing-type { color: rgba(250,247,242,0.7); }
.pricing-name {
  font-family: 'Fraunces', serif; font-size: 26px; font-weight: 400;
  color: var(--cream); margin-bottom: 20px;
}
.pricing-price {
  font-family: 'Fraunces', serif; font-size: 44px; font-weight: 300;
  color: var(--gold-light); line-height: 1;
}
.pricing-price-note { font-size: 12px; color: rgba(250,247,242,0.45); margin-top: 6px; margin-bottom: 28px; }
.pricing-divider { height: 1px; background: rgba(255,255,255,0.1); margin-bottom: 28px; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pricing-features li {
  font-size: 13px; color: rgba(250,247,242,0.65);
  display: flex; align-items: flex-start; gap: 8px;
}
.pricing-features li::before {
  content: '✓'; color: var(--gold-light); font-size: 11px; flex-shrink: 0; margin-top: 2px;
}
.pricing-book {
  display: block; width: 100%; margin-top: 32px;
  padding: 13px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid rgba(250,247,242,0.2); color: var(--cream);
  background: transparent; cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: all 0.2s; text-decoration: none; text-align: center;
}
.pricing-book:hover { background: rgba(255,255,255,0.1); }
.pricing-card.featured .pricing-book { background: var(--deep); border-color: var(--deep); }

/* ── CONTACT ─────────────────────────────────── */
.contact-section { display: grid; grid-template-columns: 1fr 1fr; width: 100%; box-sizing: border-box; }
.contact-left {
  background: var(--sage); padding: 80px 5%;
  display: flex; flex-direction: column; justify-content: center;
  box-sizing: border-box;
}
.contact-left .section-label::before { background: var(--gold-light); }
.contact-left .section-label { color: var(--gold-light); }
.contact-left .section-title { color: var(--cream); margin-bottom: 20px; }
.contact-left p { font-size: 15px; color: rgba(250,247,242,0.7); line-height: 1.8; margin-bottom: 40px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-info-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-info-icon svg { width: 18px; height: 18px; stroke: var(--gold-light); fill: none; stroke-width: 1.5; }
.contact-info-label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(250,247,242,0.45); margin-bottom: 4px; }
.contact-info-val { font-size: 15px; color: var(--cream); }
.contact-right { background: var(--warm); padding: 80px 5%; box-sizing: border-box; }
.contact-right h3 {
  font-family: 'Fraunces', serif; font-size: 32px; font-weight: 400;
  color: var(--deep); margin-bottom: 36px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.form-group label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px 16px; border: 1px solid rgba(184,155,94,0.25);
  background: var(--cream); font-family: 'DM Sans', sans-serif; font-size: 14px;
  color: var(--deep); outline: none; transition: border 0.2s;
  border-radius: 0; -webkit-appearance: none; appearance: none;
  width: 100%; box-sizing: border-box;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit {
  width: 100%; padding: 16px;
  background: var(--deep); color: var(--cream);
  border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 500;
  transition: background 0.2s; margin-top: 8px;
  box-sizing: border-box;
}
.form-submit:hover { background: var(--sage); }

/* ── FOOTER ──────────────────────────────────── */
footer { background: var(--deep); padding: 60px 5% 32px; color: rgba(250,247,242,0.7); width: 100%; box-sizing: border-box; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand-name {
  font-family: 'Fraunces', serif; font-size: 22px;
  color: var(--cream); margin-bottom: 14px;
}
.footer-brand-desc { font-size: 13px; line-height: 1.75; margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(250,247,242,0.6); text-decoration: none; font-size: 13px;
  transition: all 0.2s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold-light); }
.footer-col-title {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream); margin-bottom: 20px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(250,247,242,0.55); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-newsletter-input { display: flex; }
.footer-newsletter-input input {
  flex: 1; padding: 12px 14px; border: 1px solid rgba(255,255,255,0.15);
  background: transparent; font-family: 'DM Sans', sans-serif; font-size: 13px;
  color: var(--cream); outline: none; border-radius: 0;
}
.footer-newsletter-input input::placeholder { color: rgba(250,247,242,0.3); }
.footer-newsletter-input input:focus { border-color: var(--gold); }
.footer-newsletter-input button {
  padding: 12px 20px; background: var(--gold); color: var(--deep);
  border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px; display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom-copy { font-size: 12px; color: rgba(250,247,242,0.35); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 12px; color: rgba(250,247,242,0.35); text-decoration: none; }
.footer-bottom-links a:hover { color: rgba(250,247,242,0.6); }

/* ── GLOBAL OVERFLOW PREVENTION ─────────────── */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* ── RESPONSIVE: TABLET (≤900px) ────────────── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { display: none; }
  .hero-left { padding: 80px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step-line { display: none; }
  .about-section { grid-template-columns: 1fr; }
  .about-image { min-height: 360px; }
  .area-grid { grid-template-columns: 1fr; gap: 40px; }
  .area-counties { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .contact-section { grid-template-columns: 1fr; width: 100%; }
  .contact-left { padding: 60px 5%; }
  .contact-right { padding: 60px 5%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  /* Nav: hide desktop links, show hamburger */
  .nav-links { display: none !important; }
  #desktop-book { display: none !important; }
  #hamburger { display: flex !important; }
}

/* ── RESPONSIVE: DESKTOP LOCK-OUT ───────────── */
@media (min-width: 901px) {
  #hamburger { display: none !important; }
  #mobile-drawer { display: none !important; }
}

/* ── RESPONSIVE: MOBILE (≤600px) ────────────── */
@media (max-width: 600px) {
  .section { padding: 60px 5%; }
  .pricing-grid { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .area-counties { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-newsletter-input { flex-direction: column; }
  .footer-newsletter-input input { width: 100%; }
  .footer-newsletter-input button { width: 100%; }
  .strip { gap: 20px; }
  .hero-trust { gap: 16px; }
  .contact-left { padding: 48px 5%; }
  .contact-right { padding: 48px 5%; }
  .contact-right h3 { font-size: 26px; }
  .form-submit { font-size: 11px; letter-spacing: 0.08em; }
}

/* ── ELEMENTOR NAV FIX ───────────────────────── */
/* Forces nav to stay fixed regardless of Elementor container overrides */
#citrus-nav-wrap,
.elementor-widget-html nav,
nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  z-index: 999999 !important;
}

/* Push first Elementor section down so nav doesn't overlap content */
.elementor-section:first-child,
.e-con:first-child {
  margin-top: 72px !important;
}/* End custom CSS */