/* ============================================================
   HONOR LORD LANDSCAPING — style.css  v4
   Paleta: Azul Royal + Bege/Dourado | Ícones SVG inline
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --blue-deep:   #0f2347;
  --blue-mid:    #1e3a6e;
  --blue-bright: #2a4f9a;
  --blue-light:  #4a7cc9;
  --blue-pale:   #dce8f7;
  --beige:       #c8a96e;
  --beige-light: #dfc089;
  --beige-pale:  #f5edd8;
  --cream:       #faf7f0;
  --off-white:   #fdfcf8;
  --dark:        #0a1628;
  --text-body:   #1a2a45;
  --text-muted:  #5a7090;
  --radius:      12px;
  --radius-lg:   22px;
  --shadow-sm:   0 2px 12px rgba(15,35,71,.08);
  --shadow-md:   0 8px 32px rgba(15,35,71,.13);
  --shadow-lg:   0 20px 60px rgba(15,35,71,.18);
  --tr:          .28s cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior:smooth; background:var(--off-white); overflow-x:hidden; scrollbar-width:thin; scrollbar-color:rgba(15,35,71,.35) transparent }
body { font-family:'DM Sans',sans-serif; color:var(--text-body); background:var(--off-white); overflow-x:hidden; -webkit-font-smoothing:antialiased }
a { text-decoration:none; color:inherit }
img { max-width:100%; display:block }
ul { list-style:none }
::-webkit-scrollbar { width:6px; height:6px; background:transparent }
::-webkit-scrollbar-track { background:transparent }
::-webkit-scrollbar-thumb { background:rgba(15,35,71,.35); border-radius:10px; border:none }
::-webkit-scrollbar-thumb:hover { background:rgba(15,35,71,.55) }
::-webkit-scrollbar-corner { background:transparent }

/* ── SVG ICON SYSTEM ── */
.icon {
  display:inline-flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.icon svg { display:block }

/* ── NAVBAR ── */
.navbar { position:fixed; top:0; left:0; right:0; z-index:1000; display:flex; align-items:center; justify-content:space-between; padding:16px 5%; transition:background var(--tr),box-shadow var(--tr),padding var(--tr) }
.navbar.scrolled { background:rgba(10,22,40,.97); backdrop-filter:blur(18px); padding:10px 5%; box-shadow:0 4px 24px rgba(0,0,0,.28) }
.nav-logo { display:flex; align-items:center; gap:11px }
.logo-img { height:50px; width:auto; filter:drop-shadow(0 2px 6px rgba(0,0,0,.3)) }
.logo-text { display:flex; flex-direction:column; line-height:1.15 }
.logo-name { font-family:'Playfair Display',serif; font-weight:700; font-size:17px; color:#fff; letter-spacing:.02em }
.logo-tagline { font-size:10px; color:var(--beige-light); letter-spacing:.13em; text-transform:uppercase }
.nav-links { display:flex; align-items:center; gap:28px }
.nav-links a { color:rgba(255,255,255,.78); font-size:13.5px; font-weight:500; letter-spacing:.03em; position:relative; transition:color var(--tr) }
.nav-links a::after { content:''; position:absolute; bottom:-3px; left:0; right:0; height:1.5px; background:var(--beige); transform:scaleX(0); transform-origin:left; transition:transform var(--tr) }
.nav-links a:hover,.nav-links a.active { color:#fff }
.nav-links a:hover::after,.nav-links a.active::after { transform:scaleX(1) }
.nav-right { display:flex; align-items:center; gap:14px }
.lang-switcher { display:flex; gap:2px }
.lang-btn { background:none; border:none; color:rgba(255,255,255,.5); font-size:11.5px; font-weight:600; letter-spacing:.08em; cursor:pointer; padding:4px 7px; border-radius:6px; transition:background var(--tr),color var(--tr) }
.lang-btn:hover { background:rgba(255,255,255,.1); color:#fff }
.lang-btn.active { background:var(--beige); color:var(--dark) }
.btn-quote { background:var(--beige); color:var(--dark); border:none; padding:10px 20px; border-radius:40px; font-size:13px; font-weight:700; cursor:pointer; white-space:nowrap; transition:background var(--tr),transform var(--tr),box-shadow var(--tr) }
.btn-quote:hover { background:var(--beige-light); transform:translateY(-1px); box-shadow:0 6px 18px rgba(200,169,110,.38) }
.hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px }
.hamburger span { display:block; width:24px; height:2px; background:#fff; border-radius:2px; transition:var(--tr) }
.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-menu { display:none; position:fixed; top:0; left:0; right:0; bottom:0; background:var(--dark); z-index:999; flex-direction:column; align-items:center; justify-content:center; gap:28px }
.mobile-menu.open { display:flex }
.mobile-menu a { font-family:'Playfair Display',serif; font-size:26px; color:#fff; transition:color var(--tr) }
.mobile-menu a:hover { color:var(--beige) }
.mobile-close { position:absolute; top:24px; right:5%; background:none; border:none; color:#fff; font-size:32px; cursor:pointer; line-height:1 }

/* ── HERO: full-bleed photo ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* Photo layer */
.hero-bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

/* Left gradient — text legibility */
.hero-overlay-left {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    108deg,
    rgba(6,14,32,.92) 0%,
    rgba(8,18,42,.82) 30%,
    rgba(8,18,42,.52) 55%,
    rgba(8,18,42,.15) 75%,
    transparent 100%
  );
}

/* Bottom gradient — stats bar */
.hero-overlay-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 160px;
  z-index: 1;
  background: linear-gradient(to top, rgba(6,14,30,.82) 0%, transparent 100%);
}

/* Content — text lives here */
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  padding-top: 130px;
  padding-bottom: 120px;   /* space for stats bar */
}
.hero-left {
  max-width: 580px;
}

/* Badge */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,169,110,.18);
  border: 1px solid rgba(200,169,110,.35);
  padding: 8px 18px; border-radius: 40px;
  color: var(--beige-light); font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 26px;
}
.hero-badge::before { content: '✦'; font-size: 9px; }

/* Title */
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 6vw, 74px);
  font-weight: 900;
  line-height: 1.06;
  color: #fff;
  margin-bottom: 22px;
  text-shadow: 0 2px 20px rgba(0,0,0,.25);
}
.hero-title em { font-style: italic; color: var(--beige-light); }

/* Description */
.hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,.8);
  margin-bottom: 36px;
  max-width: 500px;
  text-shadow: 0 1px 8px rgba(0,0,0,.3);
}

/* ── Hero action buttons ── */
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* Primary CTA — gold filled */
.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--beige);
  color: var(--dark);
  border: none;
  padding: 15px 32px;
  border-radius: 40px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
}
.hero-btn-primary:hover {
  background: var(--beige-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200,169,110,.50);
}

/* Phone button — glass pill with number */
.hero-btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 14px 26px;
  border-radius: 40px;
  border: 2px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  transition: background var(--tr), border-color var(--tr), transform var(--tr);
}
.hero-btn-phone svg {
  width: 17px;
  height: 17px;
  fill: var(--beige-light);
  flex-shrink: 0;
}
.hero-btn-phone:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.6);
  transform: translateY(-2px);
}

/* SMS text link — subtle below buttons */
.hero-sms-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.45);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 2px;
  transition: color var(--tr);
}
.hero-sms-link svg {
  width: 13px;
  height: 13px;
  fill: rgba(255,255,255,.4);
}
.hero-sms-link:hover {
  color: rgba(255,255,255,.75);
}
.hero-sms-link:hover svg { fill: rgba(255,255,255,.7) }

/* Stats bar — pinned to bottom */
.hero-stats-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 22px 5%;
  background: rgba(6,14,30,.72);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.08);
}
.hero-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
}
.hero-stat .stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--beige-light);
  line-height: 1;
  white-space: nowrap;
}
.hero-stat .stat-label {
  font-size: 11px;
  color: rgba(255,255,255,.48);
  letter-spacing: .07em;
  text-transform: uppercase;
  text-align: center;
}
.hero-stat-div {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
  margin: 0 8px;
}

/* Float cards — positioned over photo */
.float-card {
  position: absolute;
  z-index: 4;
  background: rgba(8,18,40,.88);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  border-radius: 14px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.float-card-left  { left: 5%; bottom: 108px; }
.float-card-right { right: 4%; top: 52%; transform: translateY(-50%); }
.float-icon-wrap {
  width: 36px; height: 36px; border-radius: 9px;
  background: rgba(200,169,110,.18);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.float-icon-wrap svg { width: 18px; height: 18px; fill: var(--beige-light) }
.float-info { display: flex; flex-direction: column; gap: 2px }
.float-title { font-size: 12.5px; font-weight: 600; color: #fff }
.float-sub    { font-size: 11px; color: var(--beige-light) }

/* ── HERO RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero-left { max-width: 100% }
  .hero-title { font-size: clamp(32px, 9vw, 48px) }
  .hero-desc { font-size: 15px }
  .hero-overlay-left {
    background: linear-gradient(
      to bottom,
      rgba(8,18,40,.80) 0%,
      rgba(8,18,40,.65) 60%,
      rgba(8,18,40,.50) 100%
    );
  }
  .float-card-left  { left: 4%; bottom: 80px; }
  .float-card-right { right: 4%; top: auto; bottom: 150px; transform: none }
  .hero-stats-bar {
    gap: 0;
    padding: 16px 3%;
    flex-wrap: wrap;
  }
  .hero-stat .stat-number { font-size: 17px }
  .hero-stat .stat-label  { font-size: 10px }
  .hero-stat-div { height: 28px; margin: 0 4px }
}
@media (max-width: 480px) {
  .hero-stats-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255,255,255,.08);
    padding: 0;
  }
  .hero-stat {
    padding: 14px 10px;
    background: rgba(6,14,30,.75);
  }
  .hero-stat-div { display: none }
  .float-card-right { display: none }
  .float-card-left { display: none }
}

/* ── SHARED ── */
.container { max-width:1200px; margin:0 auto; padding:0 5%; overflow-x:hidden }
section { padding:96px 0 }
.section-header { text-align:center; max-width:680px; margin:0 auto 56px }
.section-tag { display:inline-block; font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--blue-bright); font-weight:700; margin-bottom:10px }
.section-tag::before,.section-tag::after { content:'—'; margin:0 8px; opacity:.4 }
.section-title { font-family:'Playfair Display',serif; font-size:clamp(26px,4vw,44px); font-weight:700; line-height:1.2; color:var(--blue-deep); margin-bottom:13px }
.section-title em { font-style:italic; color:var(--blue-bright) }
.section-desc { font-size:15px; color:var(--text-muted); line-height:1.8 }
.beige-divider { width:52px; height:2.5px; background:linear-gradient(90deg,var(--beige),var(--beige-light)); border-radius:2px; margin:0 auto 18px }

/* ── TRUST BAR ── */
.trust-bar { background:var(--blue-deep); padding:18px 5% }
.trust-inner { max-width:1200px; margin:0 auto; display:flex; align-items:center; justify-content:center; gap:40px; flex-wrap:wrap }
.trust-item { display:flex; align-items:center; gap:9px; color:rgba(255,255,255,.78); font-size:13px; font-weight:500 }
.trust-item svg { width:16px; height:16px; fill:var(--beige); flex-shrink:0 }
.trust-divider { width:1px; height:20px; background:rgba(255,255,255,.14) }

/* ── SERVICES ── */
.services { background:var(--cream) }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px }
.service-card { background:var(--off-white); border:1px solid rgba(30,58,110,.09); border-radius:var(--radius-lg); padding:30px 24px; position:relative; overflow:hidden; transition:transform var(--tr),box-shadow var(--tr),border-color var(--tr) }
.service-card::before { content:''; position:absolute; top:0; left:0; right:0; height:2.5px; background:linear-gradient(90deg,var(--blue-mid),var(--blue-light)); transform:scaleX(0); transform-origin:left; transition:transform var(--tr) }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); border-color:rgba(30,58,110,.18) }
.service-card:hover::before { transform:scaleX(1) }
.service-icon-wrap { width:52px; height:52px; background:var(--blue-pale); border-radius:13px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; border:1px solid rgba(30,58,110,.08) }
.service-icon-wrap svg { width:24px; height:24px; fill:var(--blue-bright) }
.service-name { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--blue-deep); margin-bottom:7px }
.service-desc { font-size:13px; color:var(--text-muted); line-height:1.7; margin-bottom:13px }
.service-list { display:flex; flex-direction:column; gap:5px; margin-bottom:14px }
.service-list li { font-size:12.5px; color:var(--text-muted); display:flex; align-items:center; gap:7px }
.service-list li::before { content:''; width:5px; height:5px; border-radius:50%; background:var(--blue-light); flex-shrink:0 }
.service-price { font-size:13px; font-weight:600; color:var(--blue-bright); border-top:1px solid rgba(30,58,110,.08); padding-top:11px }
/* Service pills */
.svc-pills { display:flex; flex-wrap:wrap; gap:7px; justify-content:center; max-width:900px; margin:36px auto 0 }
.svc-pill { display:inline-flex; align-items:center; gap:5px; background:var(--off-white); border:1px solid rgba(30,58,110,.11); border-radius:20px; padding:5px 13px; font-size:12.5px; color:var(--text-body); transition:background var(--tr),border-color var(--tr) }
.svc-pill:hover { background:var(--blue-pale); border-color:var(--blue-light) }
.svc-pill::before { content:''; display:inline-block; width:5px; height:5px; border-radius:50%; background:var(--blue-light); margin-right:7px; flex-shrink:0; vertical-align:middle }

/* ── ABOUT ── */
.about { background:var(--off-white) }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center }
/* CSS photo placeholder */
.about-visual { position:relative }
.about-css-img { aspect-ratio:4/5; border-radius:var(--radius-lg); overflow:hidden; position:relative; border:1px solid rgba(30,58,110,.1) }
.about-css-bg { position:absolute; inset:0; background:linear-gradient(160deg,var(--blue-pale) 0%,#c8daf5 100%) }
.about-css-figure {
  position:absolute; bottom:0; left:50%; transform:translateX(-50%);
  width:55%; height:75%;
}
.about-css-body { position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:50px; height:80px; background:linear-gradient(180deg,#1e3a6e,#152a52); border-radius:8px 8px 0 0 }
.about-css-head { position:absolute; bottom:76px; left:50%; transform:translateX(-50%); width:36px; height:36px; border-radius:50%; background:radial-gradient(circle at 40% 35%,#e8c88a,#c8a055) }
.about-css-arm-l { position:absolute; bottom:36px; left:calc(50% - 46px); width:16px; height:40px; background:#1e3a6e; border-radius:8px; transform:rotate(-12deg); transform-origin:top }
.about-css-arm-r { position:absolute; bottom:36px; left:calc(50% + 30px); width:16px; height:40px; background:#1e3a6e; border-radius:8px; transform:rotate(12deg); transform-origin:top }
.about-css-tool { position:absolute; bottom:16px; left:calc(50% + 36px); width:4px; height:60px; background:linear-gradient(180deg,#8a6030,#5a3a10); border-radius:2px; transform:rotate(10deg); transform-origin:bottom }
.about-css-tool::before { content:''; position:absolute; top:-8px; left:-6px; width:18px; height:10px; background:linear-gradient(90deg,#4a7cc9,#2a4f9a); border-radius:3px }
.about-css-grass { position:absolute; bottom:0; left:0; right:0; height:18%; background:linear-gradient(180deg,#2d7a4f,#1a4a2e) }
.about-css-grass::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,#52b788,transparent); opacity:.7 }
.about-img-badge { position:absolute; bottom:-16px; right:-16px; width:108px; height:108px; background:linear-gradient(135deg,var(--beige),var(--beige-light)); border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; box-shadow:0 8px 28px rgba(200,169,110,.42) }
.badge-year { font-family:'Playfair Display',serif; font-size:18px; font-weight:900; color:var(--dark); line-height:1 }
.badge-text { font-size:9.5px; font-weight:600; color:var(--dark); letter-spacing:.04em; text-align:center; margin-top:3px; white-space:pre-line }

.about-text .section-header { text-align:left; margin-bottom:0 }
.about-text .beige-divider { margin:0 0 14px }
.about-body { font-size:14.5px; line-height:1.85; color:var(--text-muted); margin:17px 0 22px }
.about-verse { background:var(--blue-pale); border-left:3px solid var(--blue-light); border-radius:0 11px 11px 0; padding:14px 18px; margin-bottom:28px; font-family:'Playfair Display',serif; font-style:italic; font-size:14.5px; color:var(--blue-deep); line-height:1.6 }
.about-verse cite { display:block; font-family:'DM Sans',sans-serif; font-style:normal; font-size:11.5px; color:var(--text-muted); margin-top:6px; font-weight:600 }
.perks-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px }
.perk-item { display:flex; align-items:flex-start; gap:11px; background:var(--cream); border-radius:11px; padding:13px }
.perk-icon-wrap { width:34px; height:34px; flex-shrink:0; background:var(--blue-pale); border-radius:9px; display:flex; align-items:center; justify-content:center }
.perk-icon-wrap svg { width:17px; height:17px; fill:var(--blue-bright) }
.perk-label { font-size:13px; font-weight:600; color:var(--blue-deep) }
.perk-sub { font-size:11.5px; color:var(--text-muted); margin-top:2px }

/* ── PROCESS ── */
.process { background:var(--blue-deep) }
.process .section-title { color:#fff }
.process .section-desc { color:rgba(255,255,255,.52) }
.process .section-tag { color:var(--beige-light) }
.process .section-tag::before,.process .section-tag::after { color:rgba(200,169,110,.35) }
.process .beige-divider { margin:0 auto 18px }

/* Steps — centered numbers + centered line */
.steps-wrap { position:relative; max-width:900px; margin:0 auto }
.steps-line {
  position:absolute;
  top:26px; /* center of the number circle */
  left:calc(12.5% + 26px); /* start after first circle center */
  right:calc(12.5% + 26px); /* end before last circle center */
  height:1px;
  background:linear-gradient(90deg, transparent, var(--beige), var(--beige), var(--beige), transparent);
  opacity:.35;
  z-index:0;
}
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0 }
.step-item { text-align:center; padding:0 12px; position:relative; z-index:1 }
.step-number {
  width:52px; height:52px;
  background:rgba(200,169,110,.14);
  border:1.5px solid var(--beige);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-family:'Playfair Display',serif; font-weight:900; font-size:19px; color:var(--beige-light);
  margin:0 auto 18px;
  background:var(--blue-deep); /* same as section bg so line appears behind */
}
.step-title { font-family:'Playfair Display',serif; font-size:17px; font-weight:700; color:#fff; margin-bottom:9px }
.step-desc { font-size:13px; color:rgba(255,255,255,.48); line-height:1.65 }

/* ── PRICING ── */
.pricing { background:var(--cream) }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:start; max-width:960px; margin:0 auto }
.price-card { background:var(--off-white); border:1px solid rgba(30,58,110,.1); border-radius:var(--radius-lg); padding:30px 24px; transition:transform var(--tr),box-shadow var(--tr) }
.price-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-md) }
.price-card.featured { background:var(--blue-deep); border-color:var(--beige); transform:scale(1.04); box-shadow:var(--shadow-lg) }
.price-card.featured:hover { transform:scale(1.04) translateY(-4px) }
.price-badge { display:inline-block; background:var(--beige); color:var(--dark); font-size:10.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:4px 11px; border-radius:20px; margin-bottom:12px }
.price-name { font-family:'Playfair Display',serif; font-size:20px; font-weight:700; color:var(--blue-deep); margin-bottom:5px }
.price-card.featured .price-name { color:#fff }
.price-amount { font-family:'Playfair Display',serif; font-size:36px; font-weight:900; color:var(--blue-bright); margin:10px 0 3px; line-height:1 }
.price-card.featured .price-amount { color:var(--beige-light) }
.price-period { font-size:12.5px; color:var(--text-muted); margin-bottom:20px }
.price-card.featured .price-period { color:rgba(255,255,255,.42) }
.price-features { display:flex; flex-direction:column; gap:9px; margin-bottom:22px }
.price-feature { display:flex; align-items:center; gap:9px; font-size:13px; color:var(--text-body) }
.price-card.featured .price-feature { color:rgba(255,255,255,.8) }
.price-feature svg { width:14px; height:14px; fill:var(--blue-light); flex-shrink:0 }
.price-card.featured .price-feature svg { fill:var(--beige-light) }
.btn-price { width:100%; padding:11px; border-radius:40px; border:none; cursor:pointer; font-size:13.5px; font-weight:700; background:var(--blue-pale); color:var(--blue-deep); transition:background var(--tr),transform var(--tr) }
.btn-price:hover { background:#c5d9f0; transform:translateY(-1px) }
.price-card.featured .btn-price { background:var(--beige); color:var(--dark) }
.price-card.featured .btn-price:hover { background:var(--beige-light) }

/* ── TESTIMONIALS ── */
.testimonials { background:var(--off-white) }
.testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px }
.testi-card { background:var(--cream); border-radius:var(--radius-lg); padding:26px; border:1px solid rgba(30,58,110,.07); transition:transform var(--tr),box-shadow var(--tr) }
.testi-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-md) }
.testi-stars { display:flex; gap:3px; margin-bottom:13px }
.testi-stars svg { width:14px; height:14px; fill:#c8a96e }
.testi-text { font-family:'Playfair Display',serif; font-style:italic; font-size:14.5px; line-height:1.7; color:var(--blue-deep); margin-bottom:20px }
.testi-author { display:flex; align-items:center; gap:11px }
.testi-avatar { width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg,var(--blue-mid),var(--blue-light)); display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-weight:700; color:#fff; font-size:14px }
.testi-name { font-size:13.5px; font-weight:600; color:var(--blue-deep) }
.testi-location { font-size:11.5px; color:var(--text-muted) }

/* ── AREAS ── */
.areas { background:var(--cream) }
.areas-inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start }
.areas-list-title { font-family:'Playfair Display',serif; font-size:17px; font-weight:700; color:var(--blue-deep); margin-bottom:16px }
.cities-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px }
.city-item { display:flex; align-items:center; gap:8px; font-size:13.5px; color:var(--text-body); padding:7px 12px; background:var(--off-white); border-radius:8px; border:1px solid rgba(30,58,110,.07); transition:background var(--tr),border-color var(--tr) }
.city-item:hover { background:var(--blue-pale); border-color:var(--blue-light) }
.city-dot { width:5px; height:5px; border-radius:50%; background:var(--blue-light); flex-shrink:0 }

/* ── CTA BAND ── */
.cta-band { background:linear-gradient(135deg,var(--beige) 0%,var(--beige-light) 100%); padding:66px 5%; text-align:center }
.cta-band-title { font-family:'Playfair Display',serif; font-size:clamp(24px,4vw,40px); font-weight:900; color:var(--dark); margin-bottom:12px }
.cta-band-desc { font-size:15px; color:rgba(10,22,40,.62); margin-bottom:30px }
.cta-band-actions { display:flex; gap:13px; justify-content:center; flex-wrap:wrap }
.btn-dark { background:var(--dark); color:#fff; padding:12px 26px; border-radius:40px; font-size:14px; font-weight:700; border:none; cursor:pointer; transition:background var(--tr),transform var(--tr) }
.btn-dark:hover { background:var(--blue-deep); transform:translateY(-2px) }
.btn-outline { background:transparent; color:var(--dark); border:2px solid var(--dark); padding:10px 24px; border-radius:40px; font-size:14px; font-weight:700; cursor:pointer; transition:background var(--tr),color var(--tr) }
.btn-outline:hover { background:var(--dark); color:#fff }

/* ── CONTACT ── */
.contact { background:var(--off-white) }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:stretch }

/* Left info column */
.contact-info { display:flex; flex-direction:column; gap:0; background:var(--blue-deep); border-radius:var(--radius-lg); padding:36px; color:#fff }
.contact-info-title { font-family:'Playfair Display',serif; font-size:20px; font-weight:700; color:#fff; margin-bottom:6px }
.contact-info-sub { font-size:13.5px; color:rgba(255,255,255,.5); margin-bottom:32px; line-height:1.6 }
.contact-items { display:flex; flex-direction:column; gap:22px; flex:1 }
.contact-item { display:flex; gap:14px; align-items:flex-start }
.contact-icon-wrap { width:42px; height:42px; flex-shrink:0; background:rgba(255,255,255,.08); border-radius:10px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.1) }
.contact-icon-wrap svg { width:18px; height:18px; fill:var(--beige-light) }
.contact-label { font-size:10.5px; color:rgba(255,255,255,.45); letter-spacing:.08em; text-transform:uppercase; margin-bottom:3px }
.contact-value { font-size:14px; font-weight:600; color:#fff }
.contact-value a { color:#fff; transition:color var(--tr) }
.contact-value a:hover { color:var(--beige-light) }
.contact-sub { font-size:12px; color:rgba(255,255,255,.4); margin-top:2px }

.contact-social { margin-top:auto; padding-top:28px; border-top:1px solid rgba(255,255,255,.1) }
.contact-social-label { font-size:10.5px; color:rgba(255,255,255,.4); letter-spacing:.08em; text-transform:uppercase; margin-bottom:12px }
.social-links { display:flex; gap:10px }
.social-btn { width:38px; height:38px; border-radius:9px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; transition:background var(--tr),transform var(--tr); cursor:pointer; text-decoration:none }
.social-btn svg { width:16px; height:16px; fill:rgba(255,255,255,.7) }
.social-btn:hover { background:rgba(200,169,110,.25); transform:translateY(-2px) }
.social-btn:hover svg { fill:var(--beige-light) }

/* Right form column */
.contact-form { background:var(--cream); border-radius:var(--radius-lg); padding:36px; border:1px solid rgba(30,58,110,.09) }
.form-title { font-family:'Playfair Display',serif; font-size:20px; font-weight:700; color:var(--blue-deep); margin-bottom:22px }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:13px }
.form-group { display:flex; flex-direction:column; gap:5px; margin-bottom:13px }
.form-group label { font-size:11px; font-weight:600; color:var(--text-muted); letter-spacing:.07em; text-transform:uppercase }
.form-group input,.form-group select,.form-group textarea { background:var(--off-white); border:1px solid rgba(30,58,110,.13); border-radius:9px; padding:10px 13px; font-family:'DM Sans',sans-serif; font-size:14px; color:var(--text-body); transition:border-color var(--tr),box-shadow var(--tr); width:100%; -webkit-appearance:none }
.form-group input:focus,.form-group select:focus,.form-group textarea:focus { outline:none; border-color:var(--blue-light); box-shadow:0 0 0 3px rgba(74,124,201,.13) }
.form-group textarea { resize:vertical; min-height:88px }
.btn-submit { width:100%; padding:13px; background:var(--blue-mid); color:#fff; border:none; border-radius:40px; font-size:14px; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; transition:background var(--tr),transform var(--tr),box-shadow var(--tr); margin-top:4px }
.btn-submit svg { width:16px; height:16px; fill:#fff }
.btn-submit:hover { background:var(--blue-deep); transform:translateY(-2px); box-shadow:0 8px 22px rgba(30,58,110,.32) }
.form-success { display:none; text-align:center; padding:16px; background:var(--blue-pale); border-radius:10px; margin-top:12px; color:var(--blue-mid); font-weight:600; font-size:14px }

/* ── FOOTER ── */
footer { background:var(--dark); padding:56px 5% 24px }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.5fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,.07); margin-bottom:22px }
.footer-logo-img { height:56px; width:auto; margin-bottom:14px; filter:drop-shadow(0 2px 6px rgba(0,0,0,.4)) }
.footer-desc { font-size:13px; color:rgba(255,255,255,.38); line-height:1.7; margin-bottom:18px }
.footer-col-title { font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--beige-light); margin-bottom:13px }
.footer-links { display:flex; flex-direction:column; gap:8px }
.footer-links a { font-size:13px; color:rgba(255,255,255,.45); transition:color var(--tr) }
.footer-links a:hover { color:var(--beige-light) }
.footer-contact-item { display:flex; gap:9px; align-items:flex-start; margin-bottom:10px }
.footer-contact-item svg { width:13px; height:13px; fill:rgba(255,255,255,.35); margin-top:2px; flex-shrink:0 }
.footer-contact-text { font-size:12.5px; color:rgba(255,255,255,.4); line-height:1.5 }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px }
.footer-copy { font-size:12px; color:rgba(255,255,255,.25) }
.footer-christian { font-size:12px; color:rgba(255,255,255,.2); font-style:italic }

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr;max-width:360px}
  .price-card.featured{transform:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-content{grid-template-columns:1fr}
  .hero-visual{display:none}
  .steps-grid{grid-template-columns:repeat(2,1fr);gap:28px}
  .steps-line{display:none}
}
@media(max-width:768px){
  .nav-links,.btn-quote{display:none}
  .hamburger{display:flex}
  .services-grid,.testi-grid{grid-template-columns:1fr}
  .about-grid,.areas-inner{grid-template-columns:1fr;gap:36px}
  .contact-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:1fr}
  .form-row,.perks-grid{grid-template-columns:1fr}
  .hero-stats{gap:18px}
  .footer-grid{grid-template-columns:1fr;gap:26px}
  .trust-inner{gap:18px}
  .trust-divider{display:none}
  .about-img-badge{right:6px;bottom:6px}
}


/* ── UNIFIED PRICING ── */
/* Remove old price-card/pricing-grid styles, replaced below */
.unified-pricing {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  background: var(--off-white);
  border: 1px solid rgba(30,58,110,.11);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

/* Column */
.uprice-col { padding: 36px 40px 32px; display: flex; flex-direction: column; gap: 0 }

/* Column header */
.uprice-col-header { display: flex; align-items: center; gap: 13px; margin-bottom: 28px }
.uprice-col-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--blue-pale); border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
}
.uprice-col-icon svg { width: 22px; height: 22px; fill: var(--blue-bright) }
.uprice-col-icon--dark { background: var(--blue-deep) }
.uprice-col-icon--dark svg { fill: var(--beige-light) }
.uprice-col-tag { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--blue-deep); line-height: 1.2 }
.uprice-col-sub { font-size: 12px; color: var(--text-muted); margin-top: 2px }

/* Rows */
.uprice-rows { flex: 1; display: flex; flex-direction: column }
.uprice-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(30,58,110,.07);
}
.uprice-row-last { border-bottom: none }
.uprice-row-left { display: flex; flex-direction: column; gap: 2px; flex: 1 }
.uprice-row-name { font-size: 14px; font-weight: 600; color: var(--text-body) }
.uprice-row-inc { font-size: 12px; color: var(--text-muted); line-height: 1.4 }
.uprice-row-price { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; flex-shrink: 0 }
.uprice-val {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 900; color: var(--blue-bright); line-height: 1;
}
.uprice-val.uprice-custom {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 700;
  color: var(--beige); letter-spacing: .03em;
  background: var(--beige-pale); border-radius: 20px; padding: 3px 10px;
}
.uprice-per { font-size: 11px; color: var(--text-muted); font-weight: 500 }

/* Buttons */
.uprice-btn {
  margin-top: 24px; padding: 13px;
  border-radius: 40px; border: none; cursor: pointer;
  font-size: 14px; font-weight: 700;
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
}
.uprice-btn:hover { transform: translateY(-1px) }
.uprice-btn-light { background: var(--blue-pale); color: var(--blue-deep) }
.uprice-btn-light:hover { background: #c5d9f0 }
.uprice-btn-dark { background: var(--blue-deep); color: #fff }
.uprice-btn-dark:hover { background: var(--blue-mid); box-shadow: 0 6px 18px rgba(30,58,110,.3) }

/* Vertical divider */
.uprice-divider {
  width: 1px;
  background: rgba(30,58,110,.1);
  margin: 32px 0;
}

/* Hardscape side: slight tint */
.uprice-hardscape { background: #f8fafd }

/* Footer */
.pricing-footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  margin-top: 28px;
  padding: 20px 28px;
  background: var(--cream);
  border: 1px solid rgba(30,58,110,.09);
  border-radius: var(--radius);
}
.pricing-footer-note {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 12.5px; color: var(--text-muted); line-height: 1.5; flex: 1;
}
.pricing-footer-note svg { width:14px; height:14px; fill:var(--beige); flex-shrink:0; margin-top:1px }

/* Responsive */
@media (max-width: 900px) {
  .unified-pricing { grid-template-columns: 1fr; }
  .uprice-divider { width: auto; height: 1px; margin: 0 32px; }
  .uprice-col { padding: 28px 24px; }
}
@media (max-width: 600px) {
  .uprice-row { flex-direction: column; align-items: flex-start; gap: 6px }
  .uprice-row-price { align-items: flex-start }
  .pricing-footer { flex-direction: column; align-items: flex-start }
}


/* ── SVG ART ILLUSTRATIONS ── */
.hero-svg-art {
  width: 100%; height: 100%;
  display: block; object-fit: cover;
}
.about-svg-art {
  width: 100%; height: 100%;
  display: block;
}

/* ── AREAS REDESIGN ── */
.areas-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.areas-map-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(30,58,110,.1);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  min-height: 480px;
}
.areas-map-wrap iframe {
  flex: 1;
  width: 100%;
  border: none;
  display: block;
  min-height: 400px;
}
.areas-base-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--blue-deep);
  color: #fff;
  flex-shrink: 0;
}
.areas-base-chip svg {
  width: 18px; height: 18px;
  fill: var(--beige-light);
  flex-shrink: 0;
}
.areas-base-chip strong {
  display: block;
  font-size: 13px; font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.areas-base-chip span {
  font-size: 11px;
  color: rgba(255,255,255,.55);
}

.areas-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.areas-right-header {
  margin-bottom: 20px;
}
.areas-list-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}
/* City tag */
.city-tag {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: var(--beige);
  color: var(--dark);
  padding: 2px 7px;
  border-radius: 20px;
}
/* Cities grid stretch */
.cities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  flex: 1;
}

/* Areas stats bar */
.areas-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 24px;
  padding: 18px 20px;
  background: var(--blue-deep);
  border-radius: var(--radius);
}
.areas-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.areas-stat-n {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 900;
  color: var(--beige-light);
  line-height: 1;
}
.areas-stat-l {
  font-size: 10.5px;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .07em;
  text-align: center;
}
.areas-stat-div {
  width: 1px; height: 32px;
  background: rgba(255,255,255,.12);
  margin: 0 4px;
}

/* Fix about image height to match text */
.about-css-img {
  aspect-ratio: unset !important;
  height: 100%;
  min-height: 480px;
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(30,58,110,.1);
}

/* ── GENERAL POLISH ── */
/* Remove old CSS art divs (no longer used) */
.css-sky, .css-stars, .css-moon, .css-hills, .css-house,
.css-house-body, .css-house-roof, .css-house-door, .css-house-win,
.css-tree, .css-tree-top, .css-tree-trunk, .css-lawn, .css-path,
.about-css-bg, .about-css-grass, .about-css-figure,
.about-css-body, .about-css-head, .about-css-arm-l, .about-css-arm-r,
.about-css-tool { display: none !important; }

/* Subtle card hover improvement */
.service-card, .testi-card {
  will-change: transform;
}

/* Section spacing consistency */
.about, .services, .testimonials, .areas, .pricing, .contact {
  padding: 96px 0;
}

/* Hero SVG container */
.hero-img-inner {
  background: none !important;
}

/* Responsive areas */
@media (max-width: 900px) {
  .areas-inner { grid-template-columns: 1fr; }
  .areas-map-wrap { min-height: 360px; padding-bottom: 14px; }
}
@media (max-width: 768px) {
  .areas-map-wrap { min-height: 340px; }
  .areas-stats { padding: 14px 16px; }
  .areas-stat-n { font-size: 18px; }
}

/* ─────────────────────────────────────────────────────────────────
   HERO PANEL (replaces image slot)
   ───────────────────────────────────────────────────────────────── */
.hero-panel {
  position: relative;
  height: 100%;
}
.hero-photo-slot, .hero-photo-slot ~ img.hero-photo {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(10px);
}
/* If real photo is placed: */
.hero-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  border-radius: var(--radius-lg);
}
.hero-panel-inner {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hpanel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,169,110,.15);
  border: 1px solid rgba(200,169,110,.28);
  padding: 7px 14px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  color: var(--beige-light);
  letter-spacing: .04em;
  width: fit-content;
}
.hpanel-badge svg { width:14px; height:14px; fill:var(--beige-light); flex-shrink:0 }
.hpanel-services-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 12px;
}
.hpanel-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}
.hpanel-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: rgba(255,255,255,.82);
  font-weight: 500;
}
.hpanel-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--beige);
  flex-shrink: 0;
}
.hpanel-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  background: rgba(255,255,255,.06);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
}
.hpanel-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 700;
  color: var(--beige-light);
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  transition: color var(--tr);
}
.hpanel-phone:hover { color: #fff }
.hpanel-phone svg { width:18px; height:18px; fill:var(--beige-light) }
.hpanel-hours { font-size: 12px; color: rgba(255,255,255,.4); margin-left: 27px }
.hpanel-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hpanel-stars {
  display: flex; gap: 2px;
}
.hpanel-stars svg { width:16px; height:16px; fill:#c8a96e }
.hpanel-rating-text { font-size: 13px; color: rgba(255,255,255,.55); font-weight: 500 }

/* ─────────────────────────────────────────────────────────────────
   ABOUT PHOTO WRAP
   ───────────────────────────────────────────────────────────────── */
.about-photo-wrap {
  position: relative;
  height: 100%;
  min-height: 500px;
}
.about-photo-inner {
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(30,58,110,.12);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-md);
}
/* If real photo placed: */
.about-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  border-radius: var(--radius-lg);
}
.about-photo-top {
  flex: 1;
  background: linear-gradient(160deg, #1e3a6e 0%, #0f2347 40%, #2d6a4f 100%);
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
/* Decorative pattern in top area */
.about-photo-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(82,183,136,.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 30%, rgba(200,169,110,.12) 0%, transparent 50%);
}
.about-photo-top::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0; height: 80px;
  background: linear-gradient(to top, var(--off-white), transparent);
}
.about-photo-content {
  background: var(--off-white);
  padding: 24px 28px 28px;
  flex-shrink: 0;
}
.about-verse-card { margin-bottom: 20px }
.about-cross-icon {
  width: 18px; height: 18px;
  fill: var(--blue-light);
  margin-bottom: 8px;
  display: block;
}
.about-verse-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--blue-deep);
  line-height: 1.65;
  margin-bottom: 6px;
}
.about-verse-card cite {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  display: block;
}
.about-photo-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--cream);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(30,58,110,.08);
}
.about-photo-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.about-stat-n {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 900;
  color: var(--blue-deep); line-height: 1;
}
.about-stat-l {
  font-size: 11px; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .07em; text-align: center;
}
.about-stat-sep {
  width: 1px; height: 28px;
  background: rgba(30,58,110,.12);
}

/* JS translation key */
.hpanel-label { }

/* ─────────────────────────────────────────────────────────────────
   SERVICE CARDS — photo style
   ───────────────────────────────────────────────────────────────── */
.service-card {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Photo wrapper — fixed height top section */
.svc-photo-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.svc-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.service-card:hover .svc-photo {
  transform: scale(1.06);
}

/* Overlay gradient on photo */
.svc-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(10,22,50,.55) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px 16px;
}

/* Icon pill over photo */
.svc-icon-over {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(200,169,110,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}
.svc-icon-over svg {
  width: 20px;
  height: 20px;
  fill: var(--dark);
}

/* Body section */
.svc-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.svc-body .service-name   { margin-bottom: 6px }
.svc-body .service-desc   { margin-bottom: 12px }
.svc-body .service-list   { flex: 1 }
.svc-body .service-price  { margin-top: 14px }

/* dark card styles removed — snow card now has real photo */

/* Service card hover — keep card lift but only on card border */
.service-card::before {
  height: 3px !important;
  bottom: auto !important;
  top: 0 !important;
}

/* Responsive */
@media (max-width: 900px) {
  .svc-photo-wrap { height: 180px }
}
@media (max-width: 600px) {
  .svc-photo-wrap { height: 200px }
}

/* Service grid equal-height cards */
.services-grid {
  align-items: stretch !important;
}
.service-card {
  height: 100%;
}
.svc-body {
  display: flex;
  flex-direction: column;
}
.svc-body .service-list {
  flex: 1;
  margin-bottom: 4px;
}

/* About image fills full card height */
.about-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 20% !important;
  display: block !important;
  border-radius: var(--radius-lg) !important;
  min-height: 500px;
}
.about-photo-inner {
  height: 100% !important;
  min-height: 500px;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
}

/* Consistent section padding */
.services, .about, .pricing, .testimonials, .areas, .contact {
  padding: 96px 0 !important;
}
.process { padding: 96px 0 !important; }

/* Cities grid fills remaining height gracefully */
.areas-right .cities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

/* ─────────────────────────────────────────────────────────────────
   PHONE & SMS BUTTONS
   ───────────────────────────────────────────────────────────────── */



/* Contact section: Call + SMS action buttons */
.contact-phone-row {
  display: flex;
  gap: 10px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}
.contact-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
  letter-spacing: .02em;
}
.contact-action-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.contact-action-btn:hover {
  transform: translateY(-1px);
}
/* Call — solid blue */
.contact-action-call {
  background: var(--blue-mid);
  color: #fff;
  box-shadow: 0 2px 10px rgba(30,58,110,.25);
}
.contact-action-call svg { fill: #fff }
.contact-action-call:hover {
  background: var(--blue-deep);
  box-shadow: 0 6px 18px rgba(30,58,110,.35);
}
/* SMS — beige outline */
.contact-action-sms {
  background: transparent;
  color: rgba(255,255,255,.85);
  border: 1.5px solid rgba(255,255,255,.22);
}
.contact-action-sms svg { fill: rgba(255,255,255,.85) }
.contact-action-sms:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.4);
}

/* Footer phone link */
.footer-phone-link {
  text-decoration: none;
  transition: color var(--tr);
}
.footer-phone-link:hover { color: var(--beige-light) !important; }

/* Remove WhatsApp reference from labels */

/* ─────────────────────────────────────────────────────────────────
   CONTACT — redesign v2
   ───────────────────────────────────────────────────────────────── */

/* Phone: large clickable number */
.contact-phone-main {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: #fff !important;
  letter-spacing: .01em;
  text-decoration: none;
  margin: 2px 0 5px;
  transition: color var(--tr);
  line-height: 1.2;
}
.contact-phone-main:hover { color: var(--beige-light) !important; }

/* Inline call · SMS · hours */
.contact-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: 12.5px;
  color: rgba(255,255,255,.42);
  line-height: 1.5;
}
.contact-inline-link {
  color: var(--beige-light);
  text-decoration: none;
  font-weight: 600;
  font-size: 12.5px;
  transition: color var(--tr);
}
.contact-inline-link:hover { color: #fff; }
.contact-inline-sep {
  color: rgba(255,255,255,.25);
  font-size: 12px;
}

/* Remove old action button styles */
.contact-action-btn { display: none !important; }
.contact-phone-row  { display: none !important; }

/* ── Form trust block ── */
.form-trust {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(30,58,110,.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.form-trust-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 9px;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-trust-icon svg {
  width: 17px;
  height: 17px;
  fill: var(--blue-bright);
}
.form-trust-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blue-deep);
  line-height: 1.2;
}
.form-trust-sub {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 1px;
}
