/*
Theme Name: Trishul Constructions
Theme URI: https://trishulconstruction.in
Author: Trishul Constructions
Author URI: https://trishulconstruction.in
Description: Custom WordPress theme for Trishul Constructions — a house construction company website with services, packages, projects, FAQ and contact sections.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trishul-construction
*/

:root{
  --orange:#F34D00;
  --orange-dark:#D64300;
  --ink:#110E09;
  --ink-soft:#4B4740;
  --bg-cream:#FFF7F4;
  --bg-light:#F9FAFA;
  --dark:#0B0A08;
  --dark-2:#171310;
  --line:#ECE7E2;
  --white:#FFFFFF;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
section[id]{ scroll-margin-top:88px; }
html{ overflow-x:hidden; }
body{
  font-family:'Inter', sans-serif;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  width:100%;
}
h1,h2,h3,h4,.font-display{
  font-family:'Manrope', sans-serif;
  font-weight:800;
  letter-spacing:-0.02em;
  color:var(--ink);
}
a{text-decoration:none; color:inherit;}
ul{list-style:none;}
img{max-width:100%; display:block;}
.container{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--orange);
  background:var(--bg-cream);
  border:1px solid #FFE1D2;
  padding:6px 14px 6px 10px;
  border-radius:99px;
  margin-bottom:16px;
}
.eyebrow::before{
  content:"";
  width:6px; height:6px; border-radius:50%;
  background:var(--orange);
  display:inline-block;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:700;
  font-size:14.5px;
  padding:13px 26px;
  border-radius:8px;
  border:none;
  cursor:pointer;
  transition:all .18s ease;
  white-space:nowrap;
}
.btn-primary{
  background:var(--orange);
  color:#fff;
}
.btn-primary:hover{ background:var(--orange-dark); transform:translateY(-1px); }
.btn-dark{
  background:var(--dark);
  color:#fff;
}
.btn-dark:hover{ background:#000; transform:translateY(-1px); }
.btn-outline{
  background:transparent;
  border:1.5px solid rgba(255,255,255,.35);
  color:#fff;
}
.btn-outline-dark{
  background:#fff;
  border:1.5px solid var(--line);
  color:var(--ink);
}
.btn-outline-dark:hover{ border-color:var(--orange); color:var(--orange); }
.btn-sm{ padding:9px 16px; font-size:13px; border-radius:6px;}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-float{
  position:fixed;
  right:24px; bottom:24px;
  z-index:150;
  width:56px; height:56px;
  border-radius:50%;
  background:#25D366;
  display:flex; align-items:center; justify-content:center;
  color:#fff;
  box-shadow:0 10px 26px -6px rgba(37,211,102,.6);
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float svg{ width:28px; height:28px; }
.whatsapp-float:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 32px -6px rgba(37,211,102,.7); }
@media (max-width:980px){
  .whatsapp-float{ bottom:90px; }
}
@media (max-width:600px){
  .whatsapp-float{ right:16px; width:50px; height:50px; }
  .whatsapp-float svg{ width:24px; height:24px; }
}

/* ===== TOP BAR ===== */
.topbar{
  background:var(--orange);
  color:#fff;
  font-size:13px;
  font-weight:600;
}
.topbar .container{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:9px; padding-bottom:9px;
}
.topbar-left{ display:flex; gap:22px; align-items:center;}
.topbar-left span{ display:flex; align-items:center; gap:7px; opacity:.97;}
.topbar-whatsapp{ display:flex; align-items:center; gap:7px; color:#fff; opacity:.97; text-decoration:none; }
.topbar-whatsapp:hover{ opacity:1; text-decoration:underline; }
.topbar-social{ display:flex; gap:14px; }
.topbar-social a{
  width:24px; height:24px; border-radius:50%;
  background:rgba(255,255,255,.18);
  display:flex; align-items:center; justify-content:center;
  font-size:11px;
}

/* ===== NAV ===== */
header.nav{
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(16px) saturate(180%);
  -webkit-backdrop-filter:blur(16px) saturate(180%);
  border-bottom:1px solid rgba(17,14,9,.08);
  position:sticky; top:0; z-index:50;
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:28px;
  padding:14px 0;
}
.logo{ display:flex; align-items:center; gap:11px; flex-shrink:0; transition:opacity .18s ease; }
.logo:hover{ opacity:.85; }
.logo-mark{
  width:42px; height:42px; border-radius:11px;
  background:linear-gradient(135deg, #FF7A3D 0%, #F34D00 55%, #C43C00 100%);
  box-shadow:0 6px 16px -4px rgba(243,77,0,.55), inset 0 1px 0 rgba(255,255,255,.3);
  display:flex; align-items:center; justify-content:center;
  color:#fff; flex-shrink:0;
}
.logo-text{ font-family:'Manrope',sans-serif; font-weight:800; font-size:19px; letter-spacing:-0.01em; white-space:nowrap;}
.logo-text span{ color:var(--orange); }
.nav-links{
  display:flex; gap:22px; font-size:13.5px; font-weight:600; color:var(--ink-soft);
  flex-wrap:nowrap; white-space:nowrap;
}
.nav-links a{ position:relative; padding:4px 0; transition:color .18s ease; }
.nav-links a:hover{ color:var(--orange); }
.nav-links a::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-2px;
  height:2px; background:var(--orange);
  transform:scaleX(0); transform-origin:left;
  transition:transform .2s ease;
}
.nav-links a:hover::after{ transform:scaleX(1); }
.nav-cta{ display:flex; align-items:center; gap:16px; flex-shrink:0; }
.nav-phone{ font-size:13.5px; font-weight:700; display:flex; align-items:center; gap:7px;}

/* ===== MOBILE NAV TOGGLE + PANEL ===== */
.mobile-nav-toggle{
  display:none;
  width:38px; height:38px;
  background:transparent; border:none; cursor:pointer;
  flex-direction:column; align-items:center; justify-content:center; gap:5px;
  flex-shrink:0;
}
.mobile-nav-toggle span{
  display:block; width:22px; height:2px; background:var(--ink); border-radius:2px;
  transition:transform .2s ease, opacity .2s ease;
}
.mobile-nav-toggle.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.mobile-nav-toggle.open span:nth-child(2){ opacity:0; }
.mobile-nav-toggle.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* Backdrop behind the drawer — click to close. Hidden and non-interactive until open. */
.mobile-nav-overlay{
  position:fixed;
  inset:0;
  background:rgba(11,10,8,.5);
  z-index:74;
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
}
.mobile-nav-overlay.open{ opacity:1; visibility:visible; }

/* Full-height drawer that slides in from the right, independent of the
   sticky header, so it always covers the full viewport regardless of
   scroll position — this replaces the old under-header dropdown panel. */
.mobile-nav-panel{
  display:flex;
  flex-direction:column;
  background:#fff;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  width:min(86vw, 360px);
  max-height:none;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  z-index:75;
  box-shadow:-16px 0 40px -16px rgba(17,14,9,.35);
  transform:translateX(100%);
  transition:transform .28s cubic-bezier(.4,0,.2,1);
  padding:0 0 max(20px, env(safe-area-inset-bottom));
}
.mobile-nav-panel.open{ transform:translateX(0); }
body.nav-open{ overflow:hidden; }

.mobile-nav-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 20px;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  background:#fff;
}
.mobile-nav-close{
  width:36px; height:36px;
  border-radius:50%;
  border:none;
  background:var(--bg-light);
  color:var(--ink);
  font-size:16px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  flex-shrink:0;
}
.mobile-nav-close:hover{ background:var(--line); }

.mobile-nav-links{
  display:flex;
  flex-direction:column;
  padding:6px 20px;
}
.mobile-nav-links a{
  padding:14px 4px;
  font-size:15.5px; font-weight:600; color:var(--ink);
  border-bottom:1px solid var(--line);
}

.mobile-nav-footer{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:16px 20px 4px;
  margin-top:auto;
}
.mobile-nav-footer .mobile-nav-phone{ color:var(--orange); font-weight:700; }
.mobile-nav-footer .mobile-nav-whatsapp{ color:#25D366; font-weight:700; }
.mobile-nav-footer .btn{ margin-top:4px; }

/* ===== MOBILE BOTTOM NAV ===== */
.bottom-nav{
  display:none;
  position:fixed;
  left:0; right:0; bottom:0;
  z-index:60;
  background:#fff;
  border-top:1px solid var(--line);
  box-shadow:0 -6px 20px -10px rgba(0,0,0,.15);
  padding:8px 10px calc(8px + env(safe-area-inset-bottom));
  align-items:flex-end;
  justify-content:space-between;
}
.bottom-nav a{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  color:#A7A29B;
  font-size:10.5px;
  font-weight:700;
  flex:1;
  text-align:center;
}
.bottom-nav a svg{
  width:22px; height:22px;
  color:inherit;
}
.bottom-nav a.bottom-nav-active{
  color:var(--orange);
}
.bottom-nav a.bottom-nav-cta{
  position:relative;
  top:-18px;
  width:52px; height:52px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 22px -6px rgba(243,77,0,.6);
  flex:0 0 52px;
}
.bottom-nav a.bottom-nav-cta svg{ width:22px; height:22px; }

/* ===== FLOATING WHATSAPP BUTTON ===== */
.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:70;
  width:56px; height:56px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 24px -6px rgba(37,211,102,.55);
  transition:transform .18s ease, box-shadow .18s ease;
}
.whatsapp-float:hover{ transform:scale(1.06); box-shadow:0 14px 28px -6px rgba(37,211,102,.65); }
@media (max-width:900px){
  /* Sits above the mobile bottom nav so the two don't overlap. */
  .whatsapp-float{ right:16px; bottom:calc(78px + env(safe-area-inset-bottom)); width:50px; height:50px; }
}

/* ===== HERO ===== */
.hero{
  background:var(--dark);
  color:#fff;
  padding:64px 0 90px;
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--hero-bg-image);
  background-size:cover;
  background-position:center;
  z-index:0;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(11,10,8,.92) 0%, rgba(11,10,8,.78) 32%, rgba(11,10,8,.45) 62%, rgba(11,10,8,.25) 100%),
    linear-gradient(0deg, rgba(11,10,8,.6) 0%, rgba(11,10,8,.15) 40%),
    radial-gradient(circle at 15% 20%, rgba(243,77,0,0.22), transparent 45%);
  z-index:1;
}
.hero .container{
  position:relative;
  z-index:2;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr 0.75fr;
  gap:56px;
  align-items:center;
}
.hero h1{
  color:#fff;
  font-size:46px;
  line-height:1.12;
  margin-bottom:20px;
}
.hero h1 .accent{ color:var(--orange); }
.hero p.lead{
  font-size:16.5px;
  color:#C9C5C0;
  max-width:480px;
  margin-bottom:30px;
  line-height:1.6;
}
.hero-actions{ display:flex; gap:14px; margin-bottom:44px; }

.hero-badge{
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px) saturate(140%);
  -webkit-backdrop-filter:blur(10px) saturate(140%);
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  color:var(--orange);
  font-weight:800;
}

.hero-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  overflow:hidden;
}
.hero-stats .stat{
  padding:16px 10px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.14);
}
.hero-stats .stat:last-child{
  border-right:none;
}
.hero-stats .stat b{
  display:block; font-family:'Manrope',sans-serif; font-weight:800; font-size:26px; color:var(--orange);
}
.hero-stats .stat span{ font-size:11.5px; color:#E4E1DC; font-weight:700; text-transform:uppercase; letter-spacing:.03em; }

.hero-card{
  background:rgba(23,19,16,.55);
  backdrop-filter:blur(22px) saturate(150%);
  -webkit-backdrop-filter:blur(22px) saturate(150%);
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.6);
}
.hero-form{ padding:26px; }
.hero-form h3{ font-size:19px; margin-bottom:6px; color:#fff; font-weight:800;}
.hero-form p{ font-size:13px; color:#C9C5C0; margin-bottom:20px; line-height:1.55;}
.hero-form .field{ margin-bottom:12px; }
.hero-form label{
  display:block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:rgba(255,255,255,.7);
  margin-bottom:6px;
}
.hero-form .form-row2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:0; }
.hero-form input, .hero-form select{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:11px 13px;
  font-size:13.5px;
  font-family:'Inter',sans-serif;
  color:var(--ink);
  font-weight:600;
}
.hero-form input::placeholder{ color:#A7A29B; font-weight:500; }
.hero-form select option{ color:var(--ink); }
.hero-form .btn{ width:100%; margin-top:6px; }
.hero-form-note{
  display:flex; flex-direction:column; gap:4px;
  margin-top:12px; font-size:11.5px; color:rgba(255,255,255,.6); font-weight:600;
}

/* ===== LOGO STRIP (big gradient names, no boxes, continuous slide) ===== */
.logostrip{ padding:48px 0; border-bottom:1px solid var(--line); background:var(--bg-light); }
.logostrip .container{ padding-left:24px; padding-right:24px; }
.logostrip-label{
  text-align:center; font-size:12px; font-weight:700; letter-spacing:.08em;
  text-transform:uppercase; color:#A7A29B; margin-bottom:8px;
}
.logostrip-wrap{
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.logostrip-track{
  display:flex;
  align-items:center;
  gap:64px;
  width:max-content;
  padding:12px 0;
  animation:logostripScroll 26s linear infinite;
}
.logostrip-wrap:hover .logostrip-track{
  animation-play-state:paused;
}
@keyframes logostripScroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}
.logostrip-track span{
  font-family:'Manrope',sans-serif;
  font-weight:900;
  font-size:36px;
  line-height:1;
  white-space:nowrap;
  letter-spacing:-0.01em;
  color:var(--ink);
  transition:transform .25s ease, color .2s ease;
}
/* Alternate solid orange / solid dark ink for a clean, confident look
   instead of a busy per-letter gradient */
.logostrip-track span:nth-child(odd){
  color:var(--orange);
}
.logostrip-track span:hover{
  transform:scale(1.08);
  color:var(--orange-dark);
}

/* ===== SUBPAGE BANNER (Services, Packages, Projects, etc.) ===== */
.page-banner{
  background:var(--dark);
  color:#fff;
  padding:48px 0 40px;
  position:relative;
  overflow:hidden;
}
.page-banner::after{
  content:"";
  position:absolute; inset:0;
  background:radial-gradient(circle at 12% 20%, rgba(243,77,0,.22), transparent 45%);
}
.page-banner .container{ position:relative; z-index:1; }
.page-banner-crumb{
  display:flex; align-items:center; gap:8px;
  font-size:13px; font-weight:600; color:#A7A29B; margin-bottom:14px;
}
.page-banner-crumb a{ color:#C9C5C0; }
.page-banner-crumb a:hover{ color:var(--orange); }
.page-banner h1{ color:#fff; font-size:34px; margin-bottom:8px; }
.page-banner p{ color:#C9C5C0; font-size:14.5px; max-width:560px; }

/* ===== SECTION HEADER ===== */
.section{ padding:48px 0; }
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  margin-bottom:44px; gap:24px; flex-wrap:wrap;
}
.section-head h2{ font-size:32px; line-height:1.2; max-width:600px;}
.section-head p{ color:var(--ink-soft); font-size:15px; max-width:460px; margin-top:10px;}
.view-all{ font-weight:700; font-size:14px; color:var(--orange); display:flex; align-items:center; gap:6px; white-space:nowrap;}

/* ===== SERVICE CARDS ===== */
.bg-tint{ background:var(--bg-light); }
.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.service-card{
  background:#fff; border:1px solid var(--line); border-radius:14px;
  padding:30px 26px; transition:all .2s ease;
}
.service-card:hover{ border-color:var(--orange); box-shadow:0 16px 30px -18px rgba(243,77,0,.35); transform:translateY(-3px);}
.service-icon{
  width:52px; height:52px; border-radius:12px; background:var(--bg-cream);
  display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:20px;
}
.service-card h3{ font-size:18px; margin-bottom:10px; }
.service-card p{ color:var(--ink-soft); font-size:14px; line-height:1.65; margin-bottom:18px;}
.service-link{ font-size:13px; font-weight:700; color:var(--ink); display:flex; align-items:center; gap:6px;}
.service-card:hover .service-link{ color:var(--orange); }

/* ===== PROJECT STATUS FILTER (Projects page) ===== */
.project-filter{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:-8px auto 8px;
}
.project-filter-btn{
  display:flex; align-items:center; gap:8px;
  padding:12px 26px;
  border-radius:99px;
  border:1.5px solid var(--line);
  background:#fff;
  color:var(--ink-soft);
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:all .2s ease;
}
.project-filter-btn .count{
  font-size:11.5px; font-weight:800;
  background:var(--bg-cream); color:var(--orange);
  border-radius:99px; padding:2px 8px;
}
.project-filter-btn:hover{ border-color:var(--orange); color:var(--orange); }
.project-filter-btn.active{
  background:var(--orange); border-color:var(--orange); color:#fff;
  box-shadow:0 10px 22px -10px rgba(243,77,0,.55);
}
.project-filter-btn.active .count{ background:rgba(255,255,255,.22); color:#fff; }
.project-status-section{ display:none; }
.project-status-section.active{ display:block; animation:mmFadeIn .3s ease; }

/* ===== PROJECT CARDS ===== */
.projects-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.project-card{
  border:1px solid var(--line); border-radius:14px; overflow:hidden; background:#fff;
}
.project-media{ position:relative; height:190px; }
.project-media img{ width:100%; height:100%; object-fit:cover; }
.project-tag{
  position:absolute; top:12px; left:12px;
  background:#fff; font-size:11px; font-weight:700; padding:5px 10px; border-radius:6px;
  display:flex; align-items:center; gap:5px;
}
.project-tag.status-progress::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--orange);}
.project-tag.status-done{ background:var(--dark); color:#fff; }
.project-body{ padding:18px 20px 20px; }
.project-body h3{ font-size:16px; margin-bottom:6px; line-height:1.3;}
.project-body .loc{ font-size:12.5px; color:var(--ink-soft); margin-bottom:10px; display:flex; align-items:center; gap:5px;}
.project-desc{ font-size:13px; color:var(--ink-soft); line-height:1.6; margin-bottom:14px; }
.project-meta{ display:flex; justify-content:space-between; border-top:1px solid var(--line); padding-top:14px; font-size:11.5px; color:#8B867F;}
.project-meta b{ display:block; color:var(--ink); font-size:13px; font-weight:700;}
.eyebrow-alt{ color:var(--ink); background:var(--bg-cream);}

/* ===== TEAM (About page) ===== */
.team-card{ text-align:center; }
.team-photo{
  width:100%; aspect-ratio:1/1; border-radius:16px; overflow:hidden;
  margin-bottom:14px; border:1px solid var(--line);
}
.team-photo img{ width:100%; height:100%; object-fit:cover; }
.team-card h3{ font-size:15px; margin-bottom:2px; }
.team-card span{ font-size:12.5px; color:var(--orange); font-weight:700; }

.team-founder-wrap{ display:flex; justify-content:center; margin-bottom:48px; }
.team-founder-wrap .team-card{ width:220px; }
.team-founder-wrap .team-photo{ border-radius:50%; border:3px solid var(--bg-cream); box-shadow:0 16px 30px -16px rgba(17,14,9,.3); }
.team-founder-wrap .team-card h3{ font-size:17px; }

.team-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
@media (max-width:640px){
  .team-grid{ grid-template-columns:1fr 1fr; }
}

/* ===== CONTRACT CARDS ===== */
.contract-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.contract-card{
  border:1.5px solid var(--line); border-radius:16px; padding:32px; background:#fff;
}
.contract-card.featured{ border-color:var(--orange); background:var(--bg-cream); }
.contract-card h3{ font-size:20px; margin-bottom:10px; }
.contract-card > p{ color:var(--ink-soft); font-size:14px; margin-bottom:22px; line-height:1.6;}
.contract-list{ display:grid; gap:12px; margin-bottom:20px;}
.contract-list li{ display:flex; gap:10px; font-size:13.5px; color:var(--ink-soft); align-items:flex-start;}
.contract-list li::before{
  content:"✓"; color:var(--orange); font-weight:800; flex-shrink:0;
  width:18px; height:18px; background:#fff; border:1px solid var(--line); border-radius:5px;
  display:flex; align-items:center; justify-content:center; font-size:10px; margin-top:1px;
}

/* ===== PACKAGES (dark) ===== */
.packages{ background:var(--dark); color:#fff; padding:48px 0; }
.packages .eyebrow{ background:rgba(243,77,0,.14); border-color:rgba(243,77,0,.3); }
.packages .section-head h2{ color:#fff; }
.packages .section-head p{ color:#A7A29B; }
.pkg-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.pkg-grid-3{ grid-template-columns:repeat(3,1fr); max-width:920px; margin:0 auto; }
.pkg-source-note{
  text-align:center; font-size:11.5px; color:#8B867F; margin-top:18px; max-width:680px;
  margin-left:auto; margin-right:auto; line-height:1.6;
}
.pkg-card{
  background:var(--dark-2);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:26px 24px 28px;
}
.pkg-card.pop{
  background:var(--orange);
  border-color:var(--orange);
}
.pkg-card .pkg-name{ font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:#A7A29B; margin-bottom:14px;}
.pkg-card.pop .pkg-name{ color:rgba(255,255,255,.85); }
.pkg-price{ font-family:'Manrope',sans-serif; font-weight:800; font-size:30px; margin-bottom:2px;}
.pkg-price span{ font-size:13px; font-weight:600; color:#8B867F; }
.pkg-card.pop .pkg-price span{ color:rgba(255,255,255,.75); }
.pkg-desc{ font-size:12.5px; color:#8B867F; margin-bottom:20px;}
.pkg-card.pop .pkg-desc{ color:rgba(255,255,255,.8); }
.pkg-list{ display:grid; gap:11px; margin-bottom:24px; }
.pkg-list li{ font-size:13px; color:#C9C5C0; display:flex; gap:8px; align-items:flex-start;}
.pkg-card.pop .pkg-list li{ color:rgba(255,255,255,.92); }
.pkg-list li::before{ content:"✓"; color:var(--orange); font-weight:800; flex-shrink:0;}
.pkg-card.pop .pkg-list li::before{ color:#fff; }
.pkg-btn{
  width:100%; text-align:center; padding:11px; border-radius:8px; font-weight:700; font-size:13.5px;
  background:rgba(255,255,255,.06); color:#fff; border:1px solid rgba(255,255,255,.12); display:block;
}
.pkg-card.pop .pkg-btn{ background:#fff; color:var(--orange); border:none; }

.save-banner{
  margin-top:26px;
  background:var(--dark-2);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:22px 28px;
  display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
}
.save-banner .left{ display:flex; align-items:center; gap:14px; }
.save-banner .badge{
  width:42px; height:42px; border-radius:10px; background:rgba(243,77,0,.15);
  display:flex; align-items:center; justify-content:center; font-size:19px; color:var(--orange);
}
.save-banner h4{ color:#fff; font-size:15.5px; margin-bottom:3px;}
.save-banner p{ color:#8B867F; font-size:13px;}

/* ===== STEPS ===== */
.steps-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:26px; text-align:center;}
.step-num{
  width:56px; height:56px; border-radius:50%; background:var(--bg-cream); color:var(--orange);
  display:flex; align-items:center; justify-content:center; font-family:'Manrope',sans-serif; font-weight:800; font-size:19px;
  margin:0 auto 18px;
}
.steps-grid h3{ font-size:16px; margin-bottom:8px; }
.steps-grid p{ font-size:13.5px; color:var(--ink-soft); line-height:1.6; }

/* ===== ADVANTAGE ===== */
.adv-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.adv-card{ text-align:center; padding:8px; }
.adv-icon{
  width:60px; height:60px; border-radius:16px; background:var(--dark); color:var(--orange);
  display:flex; align-items:center; justify-content:center; font-size:24px; margin:0 auto 18px;
}
.adv-card h3{ font-size:16px; margin-bottom:8px; }
.adv-card p{ font-size:13.5px; color:var(--ink-soft); line-height:1.6; }

/* ===== VIDEO CARDS (unused, kept for future sections) ===== */
.video-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.video-card{ position:relative; border-radius:14px; overflow:hidden; height:280px; }
.video-card img{ width:100%; height:100%; object-fit:cover; }
.video-card::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 100%);
}
.play-btn{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:54px; height:54px; border-radius:50%; background:rgba(255,255,255,.92);
  display:flex; align-items:center; justify-content:center; z-index:2; color:var(--orange); font-size:18px;
}
.video-info{ position:absolute; bottom:16px; left:18px; right:18px; z-index:2; color:#fff;}
.video-info h4{ font-size:14.5px; font-weight:700; margin-bottom:2px;}
.video-info span{ font-size:12px; color:#D9D5D0; }

/* ===== CTA FORM ===== */
.cta-section{ background:var(--dark); color:#fff; padding:70px 0; }
.cta-flex{ display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; }
.cta-flex h2{ color:#fff; font-size:30px; margin-bottom:16px; line-height:1.25;}
.cta-flex p{ color:#A7A29B; font-size:15px; margin-bottom:26px; line-height:1.65;}
.cta-points{ display:grid; gap:12px; }
.cta-points li{ display:flex; gap:10px; align-items:center; font-size:14px; color:#C9C5C0;}
.cta-points li::before{ content:"✓"; color:var(--orange); font-weight:800;}
.cta-form-card{
  background:#fff; border-radius:16px; padding:28px;
}
.cta-form-card .eyebrow{ margin-bottom:14px; }
.cta-form-card h3{ font-size:19px; margin-bottom:20px; }
.form-row2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-status{ font-size:13px; margin-top:10px; display:none; }
.form-status.success{ display:block; color:#1a7f37; }
.form-status.error{ display:block; color:#c0332e; }

/* ===== FAQ ===== */
.faq-list{ max-width:780px; margin:0 auto; display:grid; gap:12px;}
.faq-item{ border:1px solid var(--line); border-radius:12px; overflow:hidden; background:#fff; }
.faq-q{
  padding:18px 22px; font-weight:700; font-size:15px; display:flex; justify-content:space-between; align-items:center;
  cursor:pointer;
}
.faq-q .icon{ color:var(--orange); font-size:18px; font-weight:400; }
.faq-a{ padding:0 22px 18px; font-size:13.5px; color:var(--ink-soft); line-height:1.7; display:none;}
.faq-item.open .faq-a{ display:block; }
.faq-item.open .icon{ transform:rotate(45deg); }

/* ===== BLOG ===== */
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.blog-card{ border:1px solid var(--line); border-radius:14px; overflow:hidden; background:#fff;}
.blog-media{ height:190px; }
.blog-media img{ width:100%; height:100%; object-fit:cover; }
.blog-body{ padding:20px; }
.blog-tag{ font-size:11px; font-weight:700; color:var(--orange); text-transform:uppercase; letter-spacing:.05em; margin-bottom:10px; display:block;}
.blog-body h3{ font-size:16px; line-height:1.4; margin-bottom:10px; }
.blog-body h3 a{ color:inherit; }
.blog-meta{ font-size:12px; color:#8B867F; display:flex; gap:14px; }

/* ===== CLIENTS SLIDER ===== */
.clients-slider{
  max-width:520px;
  margin:0 auto;
  overflow:hidden;
  border-radius:16px;
}
.clients-track{
  display:flex;
  width:1000%; /* 10 slides total (5 real + 5 duplicated for a seamless loop) */
  animation:clientsScroll 30s linear infinite;
}
.clients-slider:hover .clients-track{
  animation-play-state:paused;
}
.client-slide{
  width:10%; /* 1/10 of the track = 100% of the visible slider width */
  min-width:10%;
  max-width:10%;
  flex-shrink:0;
  flex-grow:0;
}
@keyframes clientsScroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); } /* 50% of the 1000%-wide track = exactly one full 5-slide set */
}
.client-photo-card{
  position:relative;
  height:480px;
  border-radius:16px;
  overflow:hidden;
}
.client-photo-card img{
  width:100%; height:100%; object-fit:cover;
}
.client-photo-card::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,.88) 100%);
}
.client-photo-overlay{
  position:absolute; left:24px; right:24px; bottom:22px; z-index:2;
  color:#fff;
}
.client-photo-overlay b{ display:block; font-size:18px; font-weight:800; margin-bottom:2px; }
.client-photo-overlay span{ font-size:13px; color:#E4E1DC; }
.client-photo-quote{
  font-size:14px;
  line-height:1.55;
  color:#fff;
  font-weight:500;
  margin-bottom:12px;
  max-width:440px;
}
.client-stars{
  color:var(--orange);
  font-size:14px;
  letter-spacing:2px;
  margin-bottom:8px;
}

.clients-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:28px;
}
.clients-dots button{
  width:8px; height:8px; border-radius:50%;
  background:var(--line);
  border:none; cursor:pointer; padding:0;
  transition:all .25s ease;
}
.clients-dots button.active{
  background:var(--orange);
  width:24px; border-radius:6px;
}

/* ===== COST ESTIMATOR (tabbed material picker) ===== */
.mm-estimator{
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 30px 70px -35px rgba(17,14,9,.28);
  position:relative;
}
.mm-estimator::before{
  content:"";
  display:block;
  height:5px;
  background:linear-gradient(90deg, var(--orange) 0%, #FFB07A 50%, var(--orange) 100%);
}
.mm-top-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  padding:26px 28px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(135deg, var(--bg-cream) 0%, var(--bg-light) 100%);
}
.mm-top-row label{
  display:flex; align-items:center; gap:6px;
  font-size:11px; font-weight:800; letter-spacing:.04em; text-transform:uppercase;
  color:var(--ink-soft); margin-bottom:8px;
}
.mm-top-row select{
  width:100%; border:1.5px solid var(--line); border-radius:10px; padding:12px 40px 12px 14px;
  font-size:13.5px; font-family:'Inter',sans-serif; color:var(--ink); font-weight:700; background:#fff;
  transition:border-color .18s ease, box-shadow .18s ease, transform .15s ease;
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F34D00' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:16px;
}
.mm-top-row select:hover{ border-color:#E8C4AE; }
.mm-top-row select:focus{ border-color:var(--orange); outline:none; box-shadow:0 0 0 3px rgba(243,77,0,.12); }
.mm-top-row select.mm-field-error{ border-color:#e35b5b; box-shadow:0 0 0 3px rgba(227,91,91,.14); }

.mm-tier-row{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  padding:18px 28px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(135deg, var(--bg-cream) 0%, var(--bg-light) 100%);
}
.mm-tier-label{ font-size:12.5px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-soft); flex-shrink:0; }
.mm-tier-options{ display:flex; gap:10px; flex-wrap:wrap; }
.mm-tier-btn{
  display:flex; flex-direction:column; align-items:flex-start; gap:2px;
  padding:9px 18px;
  border-radius:10px;
  border:1.5px solid var(--line);
  background:#fff;
  color:var(--ink);
  font-weight:800;
  font-size:13.5px;
  cursor:pointer;
  transition:all .18s ease;
}
.mm-tier-btn small{ font-weight:600; font-size:11px; color:var(--ink-soft); }
.mm-tier-btn:hover{ border-color:var(--orange); }
.mm-tier-btn.active{
  background:var(--orange); border-color:var(--orange); color:#fff;
  box-shadow:0 10px 22px -10px rgba(243,77,0,.55);
}
.mm-tier-btn.active small{ color:rgba(255,255,255,.85); }
@media (max-width:640px){
  .mm-tier-row{ padding:16px 20px; }
}

.mm-tabs-row{
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px 20px;
  border-bottom:1px solid var(--line);
  background:#fff;
}
.mm-nav-arrow{
  flex-shrink:0;
  width:38px; height:38px;
  border-radius:50%;
  border:1.5px solid var(--line);
  background:#fff;
  color:var(--ink-soft);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition:all .18s ease;
}
.mm-nav-arrow svg{ width:18px; height:18px; }
.mm-nav-arrow:hover{ border-color:var(--orange); color:var(--orange); background:var(--bg-cream); }
.mm-nav-arrow:disabled{ opacity:.35; cursor:not-allowed; }
.mm-nav-arrow:disabled:hover{ border-color:var(--line); color:var(--ink-soft); background:#fff; }

.mm-tabs{
  display:flex;
  overflow-x:auto;
  gap:8px;
  padding:4px 8px;
  scrollbar-width:thin;
  flex:1;
}
.mm-tab{
  flex-shrink:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  padding:11px 18px;
  border-radius:12px;
  border:1.5px solid var(--line);
  background:#fff;
  color:var(--ink-soft);
  font-weight:700;
  font-size:12px;
  cursor:pointer;
  white-space:nowrap;
  transition:all .2s ease;
}
.mm-tab-icon{
  width:32px; height:32px;
  display:flex; align-items:center; justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg, var(--bg-cream), #FFE8DA);
  color:var(--orange);
  overflow:hidden;
  font-size:15px;
  transition:all .2s ease;
}
.mm-tab-icon svg{ width:18px; height:18px; }
.mm-tab-icon img{ width:100%; height:100%; object-fit:cover; border-radius:50%; }
.mm-tab:hover{ border-color:var(--orange); color:var(--orange); transform:translateY(-2px); box-shadow:0 8px 16px -10px rgba(243,77,0,.35); }
.mm-tab.active{
  background:linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-color:var(--orange);
  color:#fff;
  box-shadow:0 10px 22px -8px rgba(243,77,0,.55);
  transform:translateY(-2px);
}
.mm-tab.active .mm-tab-icon{ background:rgba(255,255,255,.22); color:#fff; }

.mm-panels-wrap{
  display:grid;
  grid-template-columns:1.5fr 1fr;
}
.mm-panels-wrap-simple{
  display:flex;
  justify-content:center;
  grid-template-columns:none;
}
.mm-panels-wrap-simple .mm-summary{
  width:100%;
  max-width:480px;
}
.mm-panels{
  display:flex;
  flex-direction:column;
  padding:32px 32px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(243,77,0,.04) 0%, transparent 40%),
    linear-gradient(180deg, #fff 0%, var(--bg-light) 100%);
}
.mm-panel{ display:none; }
.mm-panel.active{
  display:block;
  animation:mmFadeIn .25s ease;
}
@keyframes mmFadeIn{
  from{ opacity:0; transform:translateY(6px); }
  to{ opacity:1; transform:translateY(0); }
}
.mm-panel > h4{
  font-size:18px;
  margin-bottom:22px;
  padding-bottom:14px;
  border-bottom:2px solid var(--bg-cream);
  position:relative;
}
.mm-panel > h4::after{
  content:"";
  position:absolute; left:0; bottom:-2px;
  width:46px; height:2px;
  background:var(--orange);
}
.mm-subgroup{ margin-bottom:34px; }
.mm-subgroup:last-child{ margin-bottom:0; }
.mm-subgroup h4{
  font-size:14px;
  color:var(--ink-soft);
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:14px;
  padding-bottom:8px;
  border-bottom:1px solid var(--line);
}
.mm-options{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.mm-option{
  position:relative;
  display:flex; flex-direction:column; align-items:center; gap:14px;
  border:1.5px solid var(--line);
  border-radius:16px;
  padding:24px 14px 20px;
  cursor:pointer;
  text-align:center;
  background:linear-gradient(180deg, #fff 0%, #fff 78%, var(--bg-light) 100%);
  box-shadow:0 10px 22px -18px rgba(17,14,9,.25);
  transition:all .22s cubic-bezier(.2,.8,.3,1.1);
}
.mm-option input{ position:absolute; opacity:0; pointer-events:none; }
.mm-opt-icon{
  width:96px; height:96px;
  border-radius:50%;
  background:linear-gradient(150deg, var(--bg-cream) 0%, #FFE8DA 60%, #FFD9C2 100%);
  color:var(--orange);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  position:relative;
  font-size:38px;
  box-shadow:
    0 10px 22px -12px rgba(243,77,0,.4),
    inset 0 0 0 1px rgba(243,77,0,.14),
    inset 0 -6px 14px -6px rgba(243,77,0,.12);
  transition:all .25s cubic-bezier(.2,.8,.3,1.2);
}
.mm-opt-icon svg{ width:38px; height:38px; }
.mm-opt-icon img{ width:100%; height:100%; object-fit:cover; border-radius:50%; }
.mm-opt-monogram{
  font-family:'Manrope',sans-serif;
  font-weight:800;
  font-size:28px;
  letter-spacing:-0.02em;
  line-height:1;
}
.mm-opt-name{ font-weight:700; font-size:13.5px; color:var(--ink); line-height:1.3; }
.mm-option:hover{ border-color:var(--orange); transform:translateY(-5px); box-shadow:0 18px 30px -18px rgba(243,77,0,.4); }
.mm-option:hover .mm-opt-icon{ transform:scale(1.06) rotate(-2deg); }
.mm-option.selected{
  border-color:var(--orange);
  background:linear-gradient(180deg, #fff 0%, var(--bg-cream) 100%);
  box-shadow:0 18px 32px -16px rgba(243,77,0,.42);
  transform:translateY(-3px);
}
.mm-option.selected .mm-opt-icon{
  background:linear-gradient(150deg, #FF7A3D 0%, var(--orange) 55%, var(--orange-dark) 100%);
  color:#fff;
  box-shadow:
    0 10px 20px -6px rgba(243,77,0,.55),
    inset 0 0 0 1px rgba(255,255,255,.25);
  transform:scale(1.04);
}
.mm-option.selected .mm-opt-name{ color:var(--orange); }
.mm-option.selected::after{
  content:"✓";
  position:absolute; top:12px; right:12px;
  width:22px; height:22px; border-radius:50%;
  background:var(--orange); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:11px; font-weight:800;
  box-shadow:0 4px 10px -2px rgba(243,77,0,.6);
  animation:mmCheckPop .25s cubic-bezier(.34,1.56,.64,1);
}
@keyframes mmCheckPop{
  from{ transform:scale(0); }
  to{ transform:scale(1); }
}

.mm-panel-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:28px;
  padding:20px 0 32px;
  border-top:1px solid var(--line);
}
.mm-panel-nav-btn{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 22px;
  border-radius:10px;
  border:1.5px solid var(--line);
  background:#fff;
  color:var(--ink);
  font-weight:700;
  font-size:13.5px;
  cursor:pointer;
  transition:all .18s ease;
}
.mm-panel-nav-btn svg{ width:16px; height:16px; flex-shrink:0; }
.mm-panel-nav-btn:hover{ border-color:var(--orange); color:var(--orange); transform:translateY(-1px); }
.mm-panel-nav-btn:disabled{ opacity:.4; cursor:not-allowed; transform:none; }
.mm-panel-nav-btn:disabled:hover{ border-color:var(--line); color:var(--ink); }
.mm-panel-next{
  background:var(--orange);
  border-color:var(--orange);
  color:#fff;
  margin-left:auto;
}
.mm-panel-next:hover{ background:var(--orange-dark); border-color:var(--orange-dark); color:#fff; }
.mm-panel-next:disabled{ background:var(--orange); border-color:var(--orange); opacity:.4; }

.mm-summary{ position:relative; }

/* --- Gate: warm, inviting card collecting Name/Phone before the reveal --- */
.mm-gate{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:40px 32px;
  background:linear-gradient(165deg, var(--bg-cream) 0%, #fff 70%);
  text-align:center;
}
.mm-gate-icon{
  width:64px; height:64px;
  border-radius:50%;
  background:linear-gradient(150deg, #FF7A3D 0%, var(--orange) 55%, var(--orange-dark) 100%);
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 18px;
  box-shadow:0 14px 30px -8px rgba(243,77,0,.55), inset 0 0 0 1px rgba(255,255,255,.25);
  position:relative;
}
.mm-gate-icon::before{
  content:"";
  position:absolute; inset:-8px;
  border-radius:50%;
  border:1.5px dashed rgba(243,77,0,.25);
  animation:mmSpin 20s linear infinite;
}
@keyframes mmSpin{ to{ transform:rotate(360deg); } }
.mm-gate-icon svg{ width:26px; height:26px; }
.mm-gate h4{ font-size:19px; margin-bottom:10px; }
.mm-gate p{ font-size:13.5px; color:var(--ink-soft); line-height:1.6; margin-bottom:24px; }
.mm-gate .field{ margin-bottom:14px; text-align:left; }
.mm-gate label{
  display:block; font-size:11px; font-weight:800; letter-spacing:.04em; text-transform:uppercase;
  color:var(--ink-soft); margin-bottom:6px;
}
.mm-gate input{
  width:100%; border:1.5px solid var(--line); border-radius:10px; padding:12px 14px;
  font-size:13.5px; font-family:'Inter',sans-serif; color:var(--ink); font-weight:600; background:#fff;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.mm-gate input::placeholder{ color:#A7A29B; font-weight:500; }
.mm-gate input:focus{ border-color:var(--orange); outline:none; box-shadow:0 0 0 3px rgba(243,77,0,.12); }
.mm-gate input.mm-field-error{ border-color:#e35b5b; box-shadow:0 0 0 3px rgba(227,91,91,.14); }

/* --- Results: dark, dramatic reveal of the number --- */
.mm-results{
  height:100%;
  background:linear-gradient(165deg, var(--dark) 0%, #1D1712 100%);
  color:#fff; padding:30px;
  display:flex; flex-direction:column;
  animation:mmFadeIn .35s ease;
}
.mm-results h4{
  color:#fff; font-size:15px; margin-bottom:16px;
  display:flex; align-items:center; gap:8px;
}
.mm-results h4::before{
  content:""; width:6px; height:6px; border-radius:50%; background:var(--orange);
}
.mm-summary-list{ display:grid; gap:2px; margin-bottom:18px; }
.mm-summary-list .mm-sum-row{
  display:flex; justify-content:space-between; align-items:center; gap:10px;
  font-size:12.5px; color:#C9C5C0;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:9px 2px;
  transition:background .15s ease;
}
.mm-summary-list .mm-sum-row:hover{ background:rgba(255,255,255,.03); }
.mm-summary-list .mm-sum-row span:first-child{ color:#8B867F; font-weight:600; }
.mm-summary-list .mm-sum-row b{ color:#fff; font-weight:700; text-align:right; }
.mm-summary-total{
  background:linear-gradient(135deg, rgba(243,77,0,.16), rgba(243,77,0,.05));
  border:1px solid rgba(243,77,0,.3);
  border-radius:14px;
  padding:18px 20px;
  margin-top:auto;
  display:flex; justify-content:space-between; align-items:baseline;
}
.mm-summary-total span{ font-size:13px; color:#E4E1DC; font-weight:700; }
.mm-summary-total b{ font-family:'Manrope',sans-serif; font-weight:800; font-size:28px; color:var(--orange); }
.mm-summary-rate{ font-size:11.5px; color:#8B867F; margin-top:8px; text-align:center; }
.estimator-disclaimer{ font-size:11px; color:#8B867F; margin-top:14px; line-height:1.5; }
.mm-gate .estimator-disclaimer{ text-align:center; }

/* ===== MAP + CONTACT ===== */
.map-contact{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
}
.map-contact-map{ min-height:420px; position:relative; background:var(--bg-light); }
.map-contact-map iframe{ width:100%; height:100%; min-height:420px; display:block; border:0; }
.map-directions-btn{
  position:absolute;
  left:16px; bottom:16px;
  z-index:2;
  box-shadow:0 10px 22px -8px rgba(17,14,9,.35);
}
.map-contact-info{
  background:var(--dark);
  color:#fff;
  padding:36px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.map-contact-info h3{ color:#fff; font-size:21px; }
.map-contact-info > p{ color:#A7A29B; font-size:13.5px; margin-top:-10px; }
.map-contact-info .row{ display:flex; gap:12px; align-items:flex-start; }
.map-contact-info .row .ic{
  width:36px; height:36px; border-radius:8px; flex-shrink:0;
  background:rgba(243,77,0,.15);
  display:flex; align-items:center; justify-content:center;
  font-size:15px;
}
.map-contact-info .row b{ display:block; font-size:13.5px; margin-bottom:2px; }
.map-contact-info .row span{ font-size:13px; color:#C9C5C0; }
.map-contact-info .row a{ color:#C9C5C0; }
.map-contact-info .row a:hover{ color:var(--orange); }

/* ===== BOTTOM CTA ===== */
.bottom-cta{ background:var(--bg-cream); padding:50px 0; }
.bottom-cta-inner{
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.bottom-cta h3{ font-size:24px; margin-bottom:6px; }
.bottom-cta p{ color:var(--ink-soft); font-size:14px; }
.bottom-cta-actions{ display:flex; gap:12px; }

/* ===== FOOTER ===== */
footer{ background:#0B080F; color:#B8B3AE; padding:64px 0 24px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr; gap:32px; margin-bottom:48px;}
.footer-grid h4{ color:#fff; font-size:14px; margin-bottom:18px; }
.footer-grid ul{ display:grid; gap:11px; }
.footer-grid a{ font-size:13.5px; color:#8D897F; }
.footer-grid a:hover{ color:var(--orange); }
.footer-logo{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.footer-about p{ font-size:13.5px; color:#8D897F; line-height:1.7; margin-bottom:18px; }
.footer-social{ display:flex; gap:10px; }
.footer-social a{
  width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,.06);
  display:flex; align-items:center; justify-content:center; font-size:13px;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08); padding-top:22px;
  display:flex; justify-content:space-between; font-size:12.5px; color:#75716A; flex-wrap:wrap; gap:10px;
}

@media (max-width:1180px){
  .nav-links{ display:none; }
  .nav-cta{ display:none; }
  .mobile-nav-toggle{ display:flex; margin-left:10px; }
}
@media (max-width: 980px){
  .mm-top-row{ grid-template-columns:repeat(2,1fr); }
  .hero-grid, .cta-flex{ grid-template-columns:1fr; }
  .services-grid, .projects-row, .pkg-grid, .steps-grid, .adv-grid, .video-row, .blog-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:repeat(2,1fr); }
  .nav-inner{ flex-wrap:nowrap; padding-left:16px; padding-right:16px; }
  .logo-text{ font-size:16px; }
  .bottom-nav{ display:flex; }
  body{ padding-bottom:74px; }
  .hero h1{ font-size:34px; }
  .hero{ padding:40px 0 56px; }
  .section{ padding:40px 0; }
  .packages{ padding:40px 0; }

  /* Lighter blur on tablets/phones for smoother scrolling */
  header.nav{ backdrop-filter:blur(10px) saturate(160%); -webkit-backdrop-filter:blur(10px) saturate(160%); }
  .hero-badge{ backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); }
  .hero-stats{ backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }

  /* On mobile the hero stacks into one column, so the desktop's left-heavy
     gradient would cover the whole width. Use a top-to-bottom gradient
     instead so the photo actually shows through behind the text/form. */
  .hero::after{
    background:
      linear-gradient(180deg, rgba(11,10,8,.55) 0%, rgba(11,10,8,.4) 35%, rgba(11,10,8,.72) 75%, rgba(11,10,8,.92) 100%),
      radial-gradient(circle at 15% 10%, rgba(243,77,0,0.2), transparent 45%);
  }
}
@media (max-width:640px){
  .services-grid, .projects-row, .pkg-grid, .steps-grid, .adv-grid, .video-row, .blog-grid, .contract-grid{ grid-template-columns:1fr; }
  .logostrip-track span{ font-size:24px; }
  .logostrip-track{ gap:36px; }
  .topbar-left span:nth-child(2){ display:none; }
  .topbar-whatsapp{ display:none; }
  .footer-grid{ grid-template-columns:1fr; }
  .map-contact{ grid-template-columns:1fr; }
  .mm-top-row{ grid-template-columns:1fr; }
  .mm-panels-wrap{ grid-template-columns:1fr; }
  .mm-options{ grid-template-columns:1fr; }
  .mm-lead-fields-row{ grid-template-columns:1fr; }
  .map-contact-map{ min-height:280px; }
  .map-contact-map iframe{ min-height:280px; }
  .hero-actions{ flex-direction:column; }
  .hero-actions .btn{ width:100%; }
  .hero-form .form-row2{ grid-template-columns:1fr; gap:12px; }
  .bottom-cta-inner{ flex-direction:column; align-items:flex-start; }
  .bottom-cta-actions{ width:100%; flex-direction:column; }
  .bottom-cta-actions .btn{ width:100%; }
  .save-banner{ flex-direction:column; align-items:flex-start; }
  .save-banner .btn{ width:100%; }
}
@media (max-width:480px){
  .hero-stats{ grid-template-columns:repeat(2,1fr); }
  .hero-stats .stat{ border-bottom:1px solid rgba(255,255,255,.14); }
  .hero-stats .stat:nth-child(2n){ border-right:none; }
  .hero-stats .stat:nth-last-child(-n+2){ border-bottom:none; }
  .hero h1{ font-size:28px; }
  .section-head{ display:block; }
  .section-head .view-all{ margin-top:12px; }
}

/* ===== PAGE HERO (banner used on About / Services / Packages / Estimator / Projects / Blog) ===== */
.page-hero{
  background:var(--dark);
  color:#fff;
  padding:64px 0 58px;
  position:relative;
  overflow:hidden;
  text-align:center;
}
.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--page-hero-bg-image);
  background-size:cover;
  background-position:center;
  z-index:0;
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(11,10,8,.82) 0%, rgba(11,10,8,.6) 45%, rgba(11,10,8,.88) 100%),
    radial-gradient(circle at 20% 20%, rgba(243,77,0,0.25), transparent 45%);
  z-index:1;
}
.page-hero .container{ position:relative; z-index:2; }
.page-hero .eyebrow{
  display:inline-flex;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px) saturate(140%);
  -webkit-backdrop-filter:blur(10px) saturate(140%);
  border:1px solid rgba(255,255,255,.18);
  color:var(--orange);
}
.page-hero h1{
  color:#fff;
  font-size:38px;
  line-height:1.16;
  margin:14px 0 12px;
}
.page-hero p{
  color:#D9D5CF;
  max-width:600px;
  margin:0 auto;
  font-size:15.5px;
  line-height:1.6;
}
.page-hero-crumbs{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:18px;
  font-size:13px;
  color:#B7B2AA;
  font-weight:600;
}
.page-hero-crumbs a{ color:#B7B2AA; }
.page-hero-crumbs a:hover{ color:var(--orange); }
@media (max-width:640px){
  .page-hero{ padding:44px 0 40px; }
  .page-hero h1{ font-size:28px; }
}

/* ===== ABOUT — FOUNDER & TEAM ===== */
.team-founder{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:32px;
  align-items:center;
  background:var(--dark);
  border-radius:16px;
  padding:32px;
  margin:36px 0 44px;
  color:#fff;
}
.team-avatar{
  width:180px;
  height:180px;
  border-radius:50%;
  overflow:hidden;
  border:3px solid var(--orange);
  background:var(--dark-2);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto;
}
.team-avatar img{ width:100%; height:100%; object-fit:cover; }
.team-avatar-fallback{
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  font-family:'Manrope',sans-serif; font-weight:800; font-size:52px; color:var(--orange);
  background:linear-gradient(135deg, rgba(243,77,0,.18), rgba(243,77,0,.05));
}
.team-founder-body .role-tag{
  display:inline-block;
  color:var(--orange);
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-bottom:8px;
}
.team-founder-body h3{ color:#fff; font-size:24px; margin-bottom:8px; }
.team-founder-body p{ color:#C9C5C0; font-size:14.5px; line-height:1.65; }
.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.team-card{
  text-align:center;
  background:#fff;
  border:1px solid #EFEAE3;
  border-radius:14px;
  padding:26px 18px;
}
.team-card .team-avatar{ width:96px; height:96px; margin-bottom:16px; border-width:2px; }
.team-card .team-avatar-fallback{ font-size:28px; }
.team-card h4{ font-size:16px; margin-bottom:4px; }
.team-card .role-tag{
  display:block;
  color:var(--orange);
  font-weight:700;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.03em;
}
@media (max-width:900px){
  .team-founder{ grid-template-columns:1fr; text-align:center; padding:28px; }
  .team-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:480px){
  .team-grid{ grid-template-columns:1fr; }
}


/* Stats row on the About section — same layout as .hero-stats but tuned
   for a light/white section background instead of the dark hero. */
.about-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#FBF8F4;
  border:1px solid #EFEAE3;
  border-radius:12px;
  overflow:hidden;
  margin-top:28px;
}
.about-stats .stat{
  padding:18px 10px;
  text-align:center;
  border-right:1px solid #EFEAE3;
}
.about-stats .stat:last-child{ border-right:none; }
.about-stats .stat b{
  display:block; font-family:'Manrope',sans-serif; font-weight:800; font-size:26px; color:var(--orange);
}
.about-stats .stat span{ font-size:11.5px; color:var(--ink-soft); font-weight:700; text-transform:uppercase; letter-spacing:.03em; }
@media (max-width:480px){
  .about-stats{ grid-template-columns:repeat(2,1fr); }
  .about-stats .stat{ border-bottom:1px solid #EFEAE3; }
  .about-stats .stat:nth-child(2n){ border-right:none; }
  .about-stats .stat:nth-last-child(-n+2){ border-bottom:none; }
}
