/* ============================================================
   Court Marriage Delhi — Premium Stylesheet
   Mobile-first · Responsive · Production-ready
   ============================================================ */

/* ---------- ROOT / VARS ---------- */
:root{
  --bg:#0b0a10;
  --bg2:#13111c;
  --panel:rgba(255,255,255,0.04);
  --panel2:rgba(255,255,255,0.07);
  --line:rgba(255,255,255,0.10);
  --line2:rgba(255,255,255,0.18);
  --text:#f4ecd9;
  --muted:#c9c2b0;
  --faint:#8a8370;
  --red:#c8293a;
  --red2:#e04554;
  --red-dark:#a01e2d;
  --gold:#c9a24a;
  --gold2:#f2cf6b;
  --gold-dark:#8d6d1e;
  --green:#1fbf6a;
  --green2:#25d87a;
  --shadow:0 10px 30px rgba(0,0,0,0.5);
  --shadow-hi:0 20px 60px rgba(0,0,0,0.6);
  --ring:0 0 0 3px rgba(242,207,107,0.35);
  --radius:18px;
  --radius-sm:12px;
}

/* ---------- RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Sora',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:400;
  color:var(--text);
  background:var(--bg);
  background-image:
    radial-gradient(1200px 800px at 15% 0%, rgba(200,41,58,0.12), transparent 60%),
    radial-gradient(1000px 700px at 90% 15%, rgba(201,162,74,0.10), transparent 65%),
    radial-gradient(900px 600px at 50% 100%, rgba(90,40,80,0.14), transparent 70%),
    linear-gradient(180deg, #0b0a10 0%, #13111c 100%);
  background-attachment:fixed;
  line-height:1.55;
  overflow-x:hidden;
  min-height:100vh;
  padding-bottom:90px; /* for mobile sticky bar */
}
@media (min-width:860px){
  body{padding-bottom:0}
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
input,select,textarea{font-family:inherit;font-size:1rem}

/* ---------- BG CANVAS ---------- */
#bgCanvas{
  position:fixed;inset:0;
  width:100%;height:100%;
  z-index:-1;
  opacity:0.55;
  pointer-events:none;
}

/* ---------- CONTAINERS / LAYOUT ---------- */
.sec{padding:60px 20px;position:relative}
.sec-glass{
  background:linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.inner{max-width:1200px;margin:0 auto}
.tc{text-align:center}

.sec-label{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 16px;border-radius:999px;
  background:rgba(201,162,74,0.12);
  border:1px solid rgba(201,162,74,0.35);
  color:var(--gold2);
  font-size:0.75rem;font-weight:700;
  letter-spacing:0.12em;text-transform:uppercase;
  margin-bottom:14px;
}
.sec-title{
  font-family:'Cormorant Garamond',serif;
  font-weight:800;
  font-size:clamp(1.75rem, 4.5vw, 2.9rem);
  line-height:1.15;
  color:#fff;
  margin-bottom:10px;
}
.sec-title em{
  color:var(--gold2);
  font-style:normal;
  background:linear-gradient(90deg,var(--gold),#fcd67a,var(--gold));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.sec-sub{
  color:var(--muted);
  max-width:640px;margin:8px auto 0;
  font-size:1rem;
}

/* ---------- HEADER ---------- */
/* FROZEN header — position:fixed for guaranteed stick on ALL browsers */
.hdr{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;gap:12px;
  padding:10px 20px;
  background:rgba(10,9,16,0.98);
  backdrop-filter:blur(18px) saturate(160%);
  -webkit-backdrop-filter:blur(18px) saturate(160%);
  border-bottom:2px solid rgba(201,162,74,0.35);
  box-shadow:0 6px 28px rgba(0,0,0,0.55);
  width:100%;
  box-sizing:border-box;
}
/* Spacer so content doesn't go under fixed header */
body{padding-top:90px}
@media (max-width:960px){body{padding-top:78px}}
@media (max-width:480px){body{padding-top:66px}}
.hdr-logo{display:flex;align-items:center;gap:14px;flex-shrink:0;min-width:0}
.hdr-seal{
  height:56px;flex-shrink:0;
  display:flex;align-items:center;
  background:transparent;
  overflow:visible;
}
.hdr-seal-img{
  height:56px;width:auto;display:block;
  object-fit:contain;
  filter:drop-shadow(0 3px 8px rgba(0,0,0,0.35));
}
.hdr-brand{display:flex;flex-direction:column;line-height:1.1;justify-content:center;min-width:0;flex-shrink:1}
.hdr-title{
  font-family:'Cormorant Garamond',serif;
  font-weight:800;font-size:1.25rem;
  color:#fff;
  letter-spacing:0.02em;
  white-space:nowrap;
}
.hdr-title span{color:var(--gold2)}
.hdr-tagline{font-size:0.66rem;color:var(--gold2);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.nav-desktop{display:none;margin-left:24px;gap:4px;align-items:center}
@media (min-width:960px){
  .nav-desktop{display:flex}
}
.nav-desktop > a,
.nav-dropdown-toggle{
  padding:9px 14px;border-radius:10px;
  font-size:0.92rem;font-weight:600;
  color:#e8e0cc;
  transition:color .2s,background .2s;
  cursor:pointer;
  display:inline-flex;align-items:center;gap:6px;
}
.nav-desktop > a:hover,
.nav-desktop > a.active,
.nav-dropdown-toggle:hover{color:var(--gold2);background:rgba(255,255,255,0.05)}
.nav-desktop > a.active{color:var(--gold2)}

.nav-dropdown{position:relative}
.nav-dropdown-menu{
  position:absolute;top:calc(100% + 8px);left:0;
  min-width:240px;
  background:#16131f;
  border:1px solid var(--line2);
  border-radius:14px;
  padding:8px;
  box-shadow:var(--shadow-hi);
  opacity:0;visibility:hidden;transform:translateY(-6px);
  transition:all .22s ease;
  z-index:60;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-dropdown-menu a{
  display:flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:8px;
  font-size:0.9rem;color:#e5dbc4;
}
.nav-dropdown-menu a:hover{background:rgba(255,255,255,0.07);color:var(--gold2)}
.nav-dropdown-menu a i{color:var(--gold);width:18px;text-align:center}

.hdr-right{display:flex;align-items:center;gap:8px;margin-left:auto}
.hdr-wa{
  width:42px;height:42px;border-radius:12px;
  display:grid;place-items:center;
  background:#1fbf6a;color:#fff;font-size:1.2rem;
  box-shadow:0 6px 18px rgba(31,191,106,0.35);
  transition:transform .2s;
}
.hdr-wa:hover{transform:translateY(-2px)}
.hdr-call{
  display:none;
  padding:10px 16px;border-radius:12px;
  background:linear-gradient(135deg,#c8293a,#a01e2d);
  color:#fff;font-weight:700;font-size:0.88rem;
  align-items:center;gap:8px;
  box-shadow:0 6px 18px rgba(200,41,58,0.4);
  transition:transform .2s;
}
.hdr-call:hover{transform:translateY(-2px)}
@media (min-width:520px){ .hdr-call{display:inline-flex} }

.nav-mobile-btn{
  width:46px;height:46px;border-radius:12px;
  display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(201,162,74,0.22), rgba(200,41,58,0.18));
  border:1.5px solid var(--gold);
  color:var(--gold2);font-size:1.3rem;
  box-shadow:0 4px 14px rgba(201,162,74,0.25);
  cursor:pointer;
  flex-shrink:0;
  transition:transform .15s, background .2s;
}
.nav-mobile-btn:hover,.nav-mobile-btn:active{
  transform:scale(1.05);
  background:linear-gradient(135deg, rgba(201,162,74,0.35), rgba(200,41,58,0.28));
}
@media (min-width:960px){ .nav-mobile-btn{display:none} }

/* ---------- MOBILE DRAWER ---------- */
.nav-mobile-overlay{
  position:fixed;inset:0;
  background:rgba(5,4,10,0.75);
  backdrop-filter:blur(4px);
  z-index:95;
  opacity:0;visibility:hidden;
  transition:opacity .25s;
}
.nav-mobile-overlay.open{opacity:1;visibility:visible}
.nav-mobile-drawer{
  position:fixed;top:0;right:0;
  height:100vh;height:100dvh;
  width:min(320px,86vw);
  background:#0f0d18;
  border-left:1px solid var(--line2);
  padding:72px 22px 24px;
  transform:translateX(110%);
  transition:transform .32s cubic-bezier(.25,.8,.25,1);
  z-index:100;
  overflow-y:auto;
  box-shadow:-20px 0 60px rgba(0,0,0,0.5);
}
.nav-mobile-drawer.open{transform:translateX(0)}
.nav-mobile-close{
  position:absolute;top:16px;right:16px;
  width:42px;height:42px;border-radius:12px;
  display:grid;place-items:center;
  background:rgba(255,255,255,0.06);
  border:1px solid var(--line);
  color:#fff;font-size:1.1rem;
}
.nav-mobile-drawer > a{
  display:flex;align-items:center;gap:10px;
  padding:13px 14px;border-radius:12px;
  font-size:1rem;font-weight:600;color:#e8e0cc;
  border:1px solid transparent;
}
.nav-mobile-drawer > a.active{color:var(--gold2);background:rgba(201,162,74,0.08);border-color:rgba(201,162,74,0.22)}
.nav-mobile-drawer > a.sub-link{padding-left:20px;font-size:0.95rem;color:#d6ccb4;font-weight:500}
.nav-mobile-drawer > a.sub-link i{color:var(--gold);width:18px;text-align:center}
.nav-mobile-drawer > a:hover{background:rgba(255,255,255,0.05)}
.nav-mobile-drawer .group-label{
  margin:14px 4px 6px;
  font-size:0.7rem;font-weight:700;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--gold);
}

/* ---------- URGENCY BANNER ---------- */
.urgency-banner{
  background:linear-gradient(90deg,#c8293a,#e04554,#c8293a);
  background-size:200% 100%;
  animation:urgBg 6s linear infinite;
  color:#fff;font-weight:700;font-size:0.85rem;
  padding:10px 16px;text-align:center;
  border-bottom:1px solid rgba(0,0,0,0.4);
}
.urgency-banner a{color:#ffe6a8;text-decoration:underline;font-weight:800}
@keyframes urgBg{0%{background-position:0 0}100%{background-position:200% 0}}

/* ---------- HERO ---------- */
.hero{
  position:relative;
  display:grid;grid-template-columns:1fr;
  gap:32px;align-items:center;
  padding:48px 20px 24px;
  max-width:1200px;margin:0 auto;
}
@media (min-width:960px){
  .hero{grid-template-columns:1.15fr 1fr;padding:72px 20px 48px;gap:48px}
}
.hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:7px 14px;border-radius:999px;
  background:rgba(201,162,74,0.10);
  border:1px solid rgba(201,162,74,0.35);
  color:var(--gold2);
  font-size:0.76rem;font-weight:700;
  letter-spacing:0.06em;
}
.hero-badge .dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--green2);
  box-shadow:0 0 0 4px rgba(37,216,122,0.18);
  animation:pulseDot 1.6s infinite;
}
@keyframes pulseDot{50%{transform:scale(1.2);box-shadow:0 0 0 7px rgba(37,216,122,0.08)}}

.hero h1{
  font-family:'Cormorant Garamond',serif;
  font-weight:800;
  color:#fff;
  font-size:clamp(2rem, 6vw, 3.6rem);
  line-height:1.08;
  margin:14px 0 16px;
  letter-spacing:-0.01em;
}
.hero h1 em{
  color:var(--gold2);
  font-style:normal;
  background:linear-gradient(90deg,#f2cf6b,#fff0bf,#f2cf6b);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero h1 .small{
  display:block;
  font-family:'Sora',sans-serif;
  font-size:0.72rem;font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:var(--gold);
  margin-bottom:12px;
}
.hero-sub{
  font-size:1rem;
  color:var(--muted);
  max-width:560px;
  margin-bottom:16px;
}
.hero-sub strong{color:var(--gold2)}

.price-pill{
  display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:8px;
  padding:10px 18px;border-radius:14px;
  background:linear-gradient(135deg, rgba(200,41,58,0.18), rgba(201,162,74,0.14));
  border:1px solid rgba(242,207,107,0.35);
  margin-bottom:16px;
}
.price-pill span{font-weight:800;color:#fff;font-size:1.05rem}
.price-pill small{color:var(--muted);font-size:0.78rem}

/* Service chips */
.services-scroll{
  display:flex;gap:8px;
  overflow-x:auto;
  padding:4px 0 12px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  margin:8px 0 18px;
}
.services-scroll::-webkit-scrollbar{display:none}
.svc-chip{
  flex-shrink:0;
  display:inline-flex;align-items:center;gap:7px;
  padding:8px 14px;border-radius:999px;
  background:rgba(255,255,255,0.05);
  border:1px solid var(--line);
  color:#e8e0cc;font-size:0.82rem;font-weight:600;
  transition:all .2s;white-space:nowrap;
}
.svc-chip:hover,.svc-chip:focus{background:rgba(201,162,74,0.12);border-color:rgba(201,162,74,0.4);color:var(--gold2)}
.svc-chip i{color:var(--gold)}

/* Stats */
.hero-stats{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:8px;margin:16px 0;
}
.stat{
  text-align:center;padding:12px 8px;
  border-radius:14px;
  background:rgba(255,255,255,0.04);
  border:1px solid var(--line);
}
.stat-n{
  display:block;font-weight:800;font-size:1.2rem;
  color:var(--gold2);line-height:1;
}
.stat-l{display:block;font-size:0.68rem;color:var(--faint);margin-top:4px;text-transform:uppercase;letter-spacing:0.08em}
@media (min-width:520px){
  .stat-n{font-size:1.5rem}
  .stat{padding:14px 10px}
}

/* Hero CTAs */
.hero-ctas{
  display:flex;flex-direction:column;gap:10px;
  margin:8px 0 16px;
}
@media (min-width:520px){.hero-ctas{flex-direction:row;flex-wrap:wrap}}
.btn-primary,.btn-gold,.btn-ghost{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 22px;
  border-radius:14px;
  font-weight:700;font-size:0.95rem;
  letter-spacing:0.01em;
  transition:transform .2s, box-shadow .2s, filter .2s;
  white-space:nowrap;text-align:center;
  border:1px solid transparent;
  min-height:50px;
}
.btn-primary{background:linear-gradient(135deg,#c8293a,#a01e2d);color:#fff;box-shadow:0 10px 24px rgba(200,41,58,0.38)}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.05)}
.btn-gold{background:linear-gradient(135deg,#25d87a,#1fbf6a);color:#fff;box-shadow:0 10px 24px rgba(31,191,106,0.35)}
.btn-gold:hover{transform:translateY(-2px);filter:brightness(1.06)}
.btn-ghost{background:rgba(255,255,255,0.05);border-color:var(--line2);color:#f4ecd9}
.btn-ghost:hover{background:rgba(255,255,255,0.1)}

.hero-trust{
  display:flex;flex-wrap:wrap;gap:8px;
  font-size:0.78rem;color:var(--faint);
  line-height:1.5;margin-top:6px;
}
.hero-trust i{color:var(--gold);margin-right:4px}
.trust-pill{
  display:inline-flex;align-items:center;
  padding:6px 12px;border-radius:999px;
  background:rgba(255,255,255,0.04);
  border:1px solid var(--line);
  white-space:nowrap;
}

/* Slider */
.slider-wrap{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-hi);
  border:1px solid var(--line2);
  background:#12101b;
  aspect-ratio:16/11;
  max-height:440px;
}
@media (min-width:960px){.slider-wrap{aspect-ratio:4/3;max-height:480px}}
.slider-track{
  display:flex;width:100%;height:100%;
  transition:transform .6s cubic-bezier(.4,.05,.2,1);
}
.slide{
  flex:0 0 100%;position:relative;
  width:100%;height:100%;
}
.slide img{
  width:100%;height:100%;object-fit:cover;
}
.slide-ov{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(10,8,16,0.9) 100%);
}
.slide-text{
  position:absolute;left:20px;bottom:20px;right:20px;
  z-index:2;color:#fff;
}
.slide-label{
  display:inline-block;
  padding:5px 12px;border-radius:999px;
  background:rgba(200,41,58,0.92);
  font-size:0.72rem;font-weight:700;
  letter-spacing:0.08em;text-transform:uppercase;
  margin-bottom:8px;
}
.slide-desc{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-weight:800;font-size:1.3rem;line-height:1.15;
}
.slider-arrows{
  position:absolute;top:50%;left:0;right:0;
  transform:translateY(-50%);
  display:flex;justify-content:space-between;
  padding:0 12px;z-index:3;
  pointer-events:none;
}
.slider-arrow{
  pointer-events:auto;
  width:42px;height:42px;border-radius:50%;
  background:rgba(10,8,16,0.65);
  backdrop-filter:blur(8px);
  border:1px solid var(--line2);
  color:#fff;font-size:0.9rem;
  display:grid;place-items:center;
  transition:background .2s,transform .2s;
}
.slider-arrow:hover{background:rgba(200,41,58,0.9);transform:scale(1.08)}
.slider-dots{
  position:absolute;left:0;right:0;bottom:10px;
  display:flex;justify-content:center;gap:7px;z-index:3;
}
.slider-dots button{
  width:9px;height:9px;border-radius:50%;
  background:rgba(255,255,255,0.35);
  transition:all .25s;
  border:none;cursor:pointer;
}
.slider-dots button.active{background:var(--gold2);width:24px;border-radius:999px}

/* ---------- TICKER ---------- */
.ticker{
  background:linear-gradient(90deg, #0f0d18, #181425, #0f0d18);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow:hidden;
  padding:10px 0;
}
.ticker-in{
  display:flex;gap:36px;
  white-space:nowrap;
  animation:tickerRun 42s linear infinite;
}
.tick-i{
  display:inline-flex;align-items:center;gap:8px;
  color:#e5dbc4;font-size:0.85rem;font-weight:600;
  flex-shrink:0;
}
.tick-i i{color:var(--gold2)}
@keyframes tickerRun{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* ---------- TRUST BAR ---------- */
.trust-bar{
  padding:22px 20px;
  background:rgba(255,255,255,0.025);
  border-bottom:1px solid var(--line);
}
.trust-items{
  max-width:1200px;margin:0 auto;
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;
}
.trust-item{
  display:inline-flex;align-items:center;gap:8px;
  font-size:0.84rem;font-weight:600;color:#d6ccb4;
}
.trust-item i{color:var(--gold2);font-size:1rem}

/* ---------- ADDRESS BAR ---------- */
.address-bar{
  display:grid;grid-template-columns:1fr;gap:16px;
  padding:22px;border-radius:var(--radius);
  background:rgba(255,255,255,0.035);
  border:1px solid var(--line);
}
@media (min-width:800px){
  .address-bar{grid-template-columns:1fr 1fr auto;align-items:center}
}
.addr-item{display:flex;gap:14px;align-items:flex-start}
.addr-ico{
  width:48px;height:48px;flex-shrink:0;border-radius:12px;
  background:linear-gradient(135deg,#c8293a,#8d1b26);
  color:var(--gold2);
  display:grid;place-items:center;font-size:1.1rem;
  box-shadow:0 6px 18px rgba(200,41,58,0.3);
}
.addr-label{font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold)}
.addr-text{font-size:1rem;font-weight:600;color:#fff;margin-top:4px}
.addr-meta{font-size:0.78rem;color:var(--faint);margin-top:2px}

/* ---------- SERVICES GRID ---------- */
.svc-grid{
  display:grid;grid-template-columns:1fr;
  gap:22px;margin-top:32px;
}
@media (min-width:640px){.svc-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.svc-grid{grid-template-columns:repeat(3,1fr)}}
.svc-card{
  border-radius:20px;overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border:1px solid var(--line);
  display:flex;flex-direction:column;
  transition:transform .3s, border-color .3s, box-shadow .3s;
  position:relative;
}
.svc-card:hover{transform:translateY(-4px);border-color:rgba(242,207,107,0.4);box-shadow:0 20px 40px rgba(0,0,0,0.4)}
.svc-img{
  position:relative;height:200px;overflow:hidden;
  background:linear-gradient(135deg, rgba(200,41,58,0.18), rgba(201,162,74,0.14), rgba(20,18,30,0.6));
}
.svc-img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .6s;
  color:transparent; /* hides alt text overflow while loading */
}
.svc-card:hover .svc-img img{transform:scale(1.06)}
.svc-img-ov{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(10,8,16,0.65) 100%);
}
.svc-time,.svc-tag,.svc-law{
  position:absolute;z-index:2;
  padding:5px 11px;border-radius:999px;
  font-size:0.7rem;font-weight:700;
  letter-spacing:0.04em;
  display:inline-flex;align-items:center;gap:6px;
}
.svc-time{top:12px;left:12px;background:rgba(31,191,106,0.95);color:#fff}
.svc-tag{top:12px;right:12px;background:rgba(200,41,58,0.95);color:#fff}
.svc-law{bottom:12px;left:12px;background:rgba(10,8,16,0.85);color:var(--gold2);border:1px solid rgba(242,207,107,0.3)}
.svc-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.svc-icon{
  width:48px;height:48px;border-radius:12px;
  background:linear-gradient(135deg, rgba(201,162,74,0.18), rgba(200,41,58,0.18));
  border:1px solid rgba(242,207,107,0.3);
  color:var(--gold2);font-size:1.2rem;
  display:grid;place-items:center;
}
.svc-body h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.5rem;font-weight:800;color:#fff;line-height:1.15;
}
.svc-price{
  display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;
}
.svc-price strong{font-size:1.5rem;color:var(--gold2);font-weight:800}
.svc-price span{font-size:0.82rem;color:var(--faint)}
.svc-body p{font-size:0.92rem;color:var(--muted);line-height:1.6}
.svc-features{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 8px}
.sf{
  font-size:0.74rem;font-weight:600;color:#e5dbc4;
  padding:4px 10px;border-radius:999px;
  background:rgba(255,255,255,0.05);
  border:1px solid var(--line);
}
.svc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 18px;border-radius:12px;
  background:linear-gradient(135deg,#c8293a,#a01e2d);
  color:#fff;font-weight:700;font-size:0.9rem;
  box-shadow:0 6px 16px rgba(200,41,58,0.35);
  transition:transform .2s;
  margin-top:auto;
}
.svc-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}
.svc-link{
  display:inline-block;text-align:center;
  padding:10px 0;color:var(--gold2);
  font-size:0.88rem;font-weight:700;
}
.svc-link:hover{text-decoration:underline}

/* ---------- MARQUEE (decorative) ---------- */
.marquee-sec{
  padding:22px 0;overflow:hidden;
  background:linear-gradient(90deg, rgba(200,41,58,0.12), rgba(201,162,74,0.1), rgba(200,41,58,0.12));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.marquee-track{
  display:flex;gap:40px;
  white-space:nowrap;
  animation:mqRun 34s linear infinite;
}
.marquee-item{
  font-family:'Cormorant Garamond',serif;
  font-size:1.4rem;font-weight:700;
  color:#fff;flex-shrink:0;
  display:inline-flex;align-items:center;gap:10px;
}
.marquee-item i{color:var(--gold2)}
@keyframes mqRun{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- PROCESS / WHY / GRIDS ---------- */
.proc-grid,.why-grid{
  display:grid;grid-template-columns:1fr;
  gap:16px;margin-top:32px;
}
@media (min-width:640px){.proc-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:960px){.proc-grid{grid-template-columns:repeat(4,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}}

.proc-step,.why-card{
  padding:22px;border-radius:var(--radius);
  background:rgba(255,255,255,0.035);
  border:1px solid var(--line);
  position:relative;
  transition:transform .3s, border-color .3s;
}
.proc-step:hover,.why-card:hover{transform:translateY(-4px);border-color:rgba(242,207,107,0.4)}
.proc-num{
  font-family:'Cormorant Garamond',serif;
  position:absolute;top:12px;right:16px;
  font-size:2.8rem;font-weight:800;color:rgba(242,207,107,0.18);
  line-height:1;
}
.proc-ico,.why-ico{
  width:54px;height:54px;border-radius:14px;
  background:linear-gradient(135deg, rgba(201,162,74,0.2), rgba(200,41,58,0.2));
  border:1px solid rgba(242,207,107,0.3);
  color:var(--gold2);font-size:1.3rem;
  display:grid;place-items:center;
  margin-bottom:12px;
}
.proc-step h3,.why-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.35rem;font-weight:800;color:#fff;
  margin-bottom:6px;line-height:1.2;
}
.proc-step p,.why-card p{font-size:0.9rem;color:var(--muted);line-height:1.6}

/* ---------- REVIEWS ---------- */
.rating-hero{
  display:flex;align-items:center;justify-content:center;gap:18px;
  margin-top:14px;
}
.rating-num{
  font-family:'Cormorant Garamond',serif;
  font-size:3.6rem;font-weight:800;color:var(--gold2);
  line-height:1;
}
.stars-row{display:flex;gap:2px}
.star{color:var(--gold2);font-size:1.1rem}

.reviews-grid{
  display:grid;grid-template-columns:1fr;
  gap:18px;margin-top:28px;
}
@media (min-width:700px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}
.review-card{
  padding:22px;border-radius:var(--radius);
  background:rgba(255,255,255,0.035);
  border:1px solid var(--line);
}
.review-header{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.review-av img{width:50px;height:50px;border-radius:50%;border:2px solid rgba(242,207,107,0.4)}
.review-name{font-weight:800;color:#fff;font-size:1rem}
.review-verified{font-size:0.7rem;color:var(--green2);margin-top:2px}
.review-verified i{margin-right:3px}
.review-text{font-size:0.92rem;color:var(--muted);line-height:1.6;margin-bottom:12px}
.review-tag{
  font-size:0.72rem;color:var(--gold);font-weight:700;
  padding:4px 10px;border-radius:999px;
  background:rgba(201,162,74,0.08);
  border:1px solid rgba(201,162,74,0.2);
  display:inline-block;
}

/* ---------- AREAS ---------- */
.areas-grid{
  display:flex;flex-wrap:wrap;gap:8px;justify-content:center;
  margin-top:22px;
}
.area-tag{
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 14px;border-radius:999px;
  background:rgba(255,255,255,0.04);
  border:1px solid var(--line);
  color:#e5dbc4;font-size:0.82rem;font-weight:600;
  transition:all .2s;
}
.area-tag:hover{background:rgba(201,162,74,0.12);color:var(--gold2);border-color:rgba(242,207,107,0.35)}
.area-tag i{color:var(--gold);font-size:0.72rem}

/* ---------- FAQ ---------- */
.faq-list{margin-top:30px;max-width:820px;margin-left:auto;margin-right:auto}
.faq-item{
  border:1px solid var(--line);
  border-radius:14px;
  margin-bottom:10px;
  overflow:hidden;
  background:rgba(255,255,255,0.025);
  transition:border-color .25s;
}
.faq-item.open{border-color:rgba(242,207,107,0.4)}
.faq-q{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 18px;cursor:pointer;
  font-weight:700;font-size:0.98rem;color:#fff;gap:12px;
}
.faq-arrow{
  width:30px;height:30px;border-radius:50%;
  background:rgba(201,162,74,0.14);
  color:var(--gold2);
  display:grid;place-items:center;flex-shrink:0;
  transition:transform .25s, background .25s;
  font-size:0.8rem;
}
.faq-item.open .faq-arrow{background:var(--gold2);color:#2a1e08;transform:rotate(45deg)}
.faq-a{
  padding:0 18px;max-height:0;overflow:hidden;
  transition:max-height .3s ease, padding .3s ease;
  color:var(--muted);font-size:0.92rem;line-height:1.7;
}
.faq-item.open .faq-a{padding:0 18px 16px;max-height:600px}
.faq-a a{color:var(--gold2);font-weight:600;text-decoration:underline}

/* ---------- FOOTER ---------- */
footer{
  margin-top:40px;
  background:#0a080f;
  border-top:1px solid var(--line);
  padding:50px 20px 24px;
  color:var(--muted);
}
.footer-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:1fr;
  gap:28px;
}
@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:960px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-col h4{
  font-family:'Cormorant Garamond',serif;
  font-size:1.3rem;font-weight:800;color:#fff;
  margin-bottom:14px;
}
.footer-col p{font-size:0.9rem;line-height:1.7;margin-bottom:6px}
.footer-col a{
  display:flex;align-items:center;gap:8px;
  padding:5px 0;
  color:var(--muted);font-size:0.9rem;
  transition:color .2s;
}
.footer-col a i{color:var(--gold);font-size:0.78rem;width:16px}
.footer-col a:hover{color:var(--gold2)}
.footer-social{display:flex;gap:10px;margin-top:14px}
.footer-social a{
  width:40px;height:40px;border-radius:12px;
  background:rgba(255,255,255,0.06);
  color:var(--gold2);
  display:grid;place-items:center;font-size:1.1rem;
  padding:0;
}
.footer-social a:hover{background:var(--gold2);color:#0a080f}

.footer-bottom{
  max-width:1200px;margin:30px auto 0;
  padding-top:22px;border-top:1px solid var(--line);
  text-align:center;font-size:0.82rem;color:var(--faint);
}
.footer-disc{margin-top:14px;font-size:0.76rem;line-height:1.6;max-width:900px;margin-left:auto;margin-right:auto}
.footer-bottom a{color:var(--faint)}
.footer-bottom a:hover{color:var(--gold2)}

/* ---------- FLOAT CALL + STICKY BAR ---------- */
.float-call{
  position:fixed;bottom:100px;right:18px;z-index:70;
  width:56px;height:56px;border-radius:50%;
  background:linear-gradient(135deg,#c8293a,#a01e2d);
  color:#fff;font-size:1.3rem;
  display:grid;place-items:center;
  box-shadow:0 10px 28px rgba(200,41,58,0.5);
  animation:floatPulse 2.2s infinite;
}
@media (min-width:860px){
  .float-call{bottom:26px}
}
@keyframes floatPulse{
  0%,100%{transform:scale(1);box-shadow:0 10px 28px rgba(200,41,58,0.5), 0 0 0 0 rgba(200,41,58,0.5)}
  50%{transform:scale(1.06);box-shadow:0 10px 28px rgba(200,41,58,0.5), 0 0 0 16px rgba(200,41,58,0)}
}

.sticky-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:75;
  display:flex;gap:1px;
  background:#0a080f;
  border-top:1px solid var(--line2);
}
@media (min-width:860px){ .sticky-bar{display:none} }
.sticky-call,.sticky-wa{
  flex:1;
  display:flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 6px;
  font-weight:800;font-size:0.92rem;color:#fff;
}
.sticky-call{background:linear-gradient(135deg,#c8293a,#a01e2d)}
.sticky-wa{background:linear-gradient(135deg,#25d87a,#1fbf6a)}

/* ---------- POPUP ---------- */
.popup-overlay{
  position:fixed;inset:0;z-index:200;
  background:rgba(0,0,0,0.7);
  backdrop-filter:blur(6px);
  display:none;
  align-items:center;justify-content:center;
  padding:16px;
  opacity:0;
  transition:opacity .3s;
}
.popup-overlay.open{display:flex;opacity:1}
.popup-box{
  width:100%;max-width:440px;
  background:linear-gradient(180deg,#1a1625,#13111c);
  border:1px solid rgba(242,207,107,0.35);
  border-radius:22px;overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,0.7);
  position:relative;
  transform:scale(.9);
  transition:transform .35s cubic-bezier(.25,.8,.25,1);
}
.popup-overlay.open .popup-box{transform:scale(1)}
.popup-close{
  position:absolute;top:10px;right:10px;z-index:5;
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,0.08);
  color:#fff;font-size:1.3rem;line-height:1;
  display:grid;place-items:center;
}
.popup-close:hover{background:rgba(200,41,58,0.9)}
.popup-top{
  padding:28px 24px 20px;text-align:center;
  background:linear-gradient(135deg, rgba(200,41,58,0.2), rgba(201,162,74,0.15));
}
.popup-ring{
  width:72px;height:72px;margin:0 auto 14px;
  position:relative;
  border-radius:50%;
  background:linear-gradient(135deg,#c8293a,#a01e2d);
  display:grid;place-items:center;
  box-shadow:0 10px 28px rgba(200,41,58,0.45);
}
.popup-ring-pulse{
  position:absolute;inset:-6px;border-radius:50%;
  border:2px solid rgba(242,207,107,0.55);
  animation:ringPulse 1.6s infinite;
}
@keyframes ringPulse{
  0%{transform:scale(.9);opacity:.8}
  100%{transform:scale(1.3);opacity:0}
}
.popup-ring-ico{color:var(--gold2);font-size:1.6rem;z-index:2}
.popup-top h2{
  font-family:'Cormorant Garamond',serif;
  font-weight:800;color:#fff;font-size:1.6rem;
  margin-bottom:6px;
}
.popup-top p{color:var(--muted);font-size:0.88rem;line-height:1.5}
.popup-body{padding:20px 24px 24px}
.popup-call,.popup-wa{
  display:flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 18px;border-radius:14px;
  font-weight:800;color:#fff;font-size:0.98rem;
  margin-bottom:10px;
  box-shadow:0 6px 18px rgba(0,0,0,0.3);
  transition:transform .2s, filter .2s;
}
.popup-call{background:linear-gradient(135deg,#c8293a,#a01e2d)}
.popup-wa{background:linear-gradient(135deg,#25d87a,#1fbf6a)}
.popup-call:hover,.popup-wa:hover{transform:translateY(-2px);filter:brightness(1.05)}
.popup-timer{
  margin-top:10px;text-align:center;
  font-size:0.78rem;color:var(--faint);
}
.popup-timer strong{color:var(--gold2);font-weight:800}
.popup-bar-wrap{
  margin-top:8px;height:4px;border-radius:999px;
  background:rgba(255,255,255,0.06);overflow:hidden;
}
.popup-bar{
  height:100%;width:100%;
  background:linear-gradient(90deg,#c8293a,#f2cf6b);
  transition:width 1s linear;
}

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero{
  padding:60px 20px 40px;
  max-width:1000px;margin:0 auto;
  text-align:center;
}
.page-hero h1{
  font-family:'Cormorant Garamond',serif;
  font-weight:800;color:#fff;
  font-size:clamp(2rem,6vw,3.4rem);line-height:1.1;
  margin:14px 0 14px;
}
.page-hero h1 em{
  color:var(--gold2);font-style:normal;
  background:linear-gradient(90deg,#f2cf6b,#fff0bf,#f2cf6b);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.page-hero-sub{color:var(--muted);font-size:1.05rem;max-width:700px;margin:0 auto}
.page-hero-ctas{
  display:flex;flex-direction:column;gap:10px;
  margin-top:22px;max-width:540px;margin-left:auto;margin-right:auto;
}
@media (min-width:520px){.page-hero-ctas{flex-direction:row;justify-content:center}}

/* ---------- PRICING ---------- */
.price-grid{
  display:grid;grid-template-columns:1fr;
  gap:18px;margin-top:30px;
}
@media (min-width:700px){.price-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.price-grid{grid-template-columns:repeat(3,1fr)}}
.price-card{
  padding:28px 22px;border-radius:20px;
  background:rgba(255,255,255,0.035);
  border:1px solid var(--line);
  position:relative;display:flex;flex-direction:column;gap:12px;
  transition:transform .3s, border-color .3s, box-shadow .3s;
}
.price-card:hover{transform:translateY(-4px);border-color:rgba(242,207,107,0.4);box-shadow:0 20px 40px rgba(0,0,0,0.4)}
.price-card.featured{
  background:linear-gradient(180deg, rgba(200,41,58,0.12), rgba(201,162,74,0.08));
  border-color:rgba(242,207,107,0.5);
}
.price-card.featured::before{
  content:"Most Popular";
  position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  padding:4px 14px;border-radius:999px;
  background:linear-gradient(135deg,#c8293a,#e04554);
  color:#fff;font-size:0.7rem;font-weight:800;
  letter-spacing:0.1em;text-transform:uppercase;
}
.price-ico{
  width:56px;height:56px;border-radius:14px;
  background:linear-gradient(135deg, rgba(201,162,74,0.2), rgba(200,41,58,0.2));
  border:1px solid rgba(242,207,107,0.3);
  color:var(--gold2);font-size:1.4rem;
  display:grid;place-items:center;
}
.price-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.6rem;font-weight:800;color:#fff;
  line-height:1.15;
}
.price-amt{font-size:2rem;font-weight:800;color:var(--gold2);line-height:1}
.price-amt small{font-size:0.78rem;color:var(--faint);font-weight:500;display:block;margin-top:4px}
.price-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.price-list li{
  display:flex;align-items:flex-start;gap:8px;
  font-size:0.9rem;color:var(--muted);line-height:1.5;
}
.price-list li i{color:var(--green2);margin-top:4px;flex-shrink:0}
.price-card .svc-btn{width:100%;margin-top:auto}

/* ---------- CONTACT FORM ---------- */
.contact-grid{
  display:grid;grid-template-columns:1fr;gap:22px;
  margin-top:30px;
}
@media (min-width:900px){.contact-grid{grid-template-columns:1fr 1fr}}
.contact-card{
  padding:24px;border-radius:20px;
  background:rgba(255,255,255,0.035);
  border:1px solid var(--line);
}
.contact-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.6rem;font-weight:800;color:#fff;
  margin-bottom:14px;
}
.form-row{margin-bottom:14px}
.form-row label{
  display:block;margin-bottom:6px;
  font-size:0.82rem;font-weight:700;color:var(--gold);
  letter-spacing:0.04em;
}
.form-row input,.form-row select,.form-row textarea{
  width:100%;
  padding:13px 14px;
  border-radius:12px;
  background:rgba(255,255,255,0.05);
  border:1px solid var(--line2);
  color:#fff;font-size:1rem;
  transition:border-color .2s, background .2s;
}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{
  outline:none;
  border-color:var(--gold2);
  background:rgba(255,255,255,0.08);
  box-shadow:var(--ring);
}
.form-row textarea{resize:vertical;min-height:100px}
.form-submit{
  width:100%;
  padding:15px;border-radius:14px;
  background:linear-gradient(135deg,#c8293a,#a01e2d);
  color:#fff;font-weight:800;font-size:1rem;
  box-shadow:0 10px 24px rgba(200,41,58,0.38);
  transition:transform .2s, filter .2s;
  border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:10px;
}
.form-submit:hover{transform:translateY(-2px);filter:brightness(1.05)}

.contact-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 18px;border-radius:12px;
  font-weight:700;font-size:0.95rem;
  transition:transform .2s, filter .2s;
  color:#fff;
}
.cbtn-call{background:linear-gradient(135deg,#c8293a,#a01e2d);box-shadow:0 8px 20px rgba(200,41,58,0.35)}
.cbtn-wa{background:linear-gradient(135deg,#25d87a,#1fbf6a);box-shadow:0 8px 20px rgba(31,191,106,0.3)}
.contact-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}

/* ---------- REVEAL ANIMATION ---------- */
/* Content is ALWAYS visible — animations only enhance, never hide */
.reveal{
  opacity:1;
  transform:none;
}
.reveal.in{
  animation: revealFadeIn 0.7s ease;
}
@keyframes revealFadeIn{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1;transform:none;transition:none}
  *,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important}
}

/* ---------- UTILITIES / MOBILE SAFETY ---------- */
@media (max-width:520px){
  .sec{padding:44px 16px}
  .hero{padding:32px 16px 20px}
  .svc-body h3, .page-hero h1, .sec-title{letter-spacing:-0.005em}
  .trust-items{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}
  .trust-item{flex-shrink:0}
  .address-bar{padding:18px}
  .footer-grid{gap:22px}
}

/* Long unbreakable strings shouldn't overflow on mobile */
h1,h2,h3,h4,p,a,span,strong,em{overflow-wrap:break-word;word-wrap:break-word}

/* Ensure tap targets large enough on mobile */
a,button{touch-action:manipulation}

/* ---------- INNER PAGE SPECIFIC ---------- */

/* Breadcrumb */
.breadcrumb{
  display:flex;align-items:center;flex-wrap:wrap;gap:8px;
  font-size:0.82rem;color:var(--faint);
  margin-bottom:8px;
}
.breadcrumb a{color:var(--gold2);font-weight:600}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb i{font-size:0.62rem;opacity:0.7}
.breadcrumb span{color:#e5dbc4;font-weight:600}

.page-hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:7px 14px;border-radius:999px;
  background:rgba(201,162,74,0.10);
  border:1px solid rgba(201,162,74,0.35);
  color:var(--gold2);
  font-size:0.76rem;font-weight:700;
  letter-spacing:0.06em;margin-bottom:10px;
}

/* Pricing page */
.pricing-wrap{
  display:grid;grid-template-columns:1fr;
  gap:18px;margin-top:20px;
}
@media (min-width:700px){.pricing-wrap{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1100px){.pricing-wrap{grid-template-columns:repeat(4,1fr)}}
.price-badge{
  position:absolute;top:-12px;left:20px;
  padding:4px 12px;border-radius:999px;
  background:linear-gradient(135deg,#c8293a,#e04554);
  color:#fff;font-size:0.68rem;font-weight:800;
  letter-spacing:0.08em;text-transform:uppercase;
  box-shadow:0 4px 12px rgba(200,41,58,0.4);
}
.price-badge.urgent{background:linear-gradient(135deg,#f2cf6b,#c9a24a);color:#2a1e08}
.price-icon{
  width:56px;height:56px;border-radius:14px;
  background:linear-gradient(135deg, rgba(201,162,74,0.2), rgba(200,41,58,0.2));
  border:1px solid rgba(242,207,107,0.3);
  color:var(--gold2);font-size:1.4rem;
  display:grid;place-items:center;
}
.price-value{
  font-family:'Cormorant Garamond',serif;
  font-size:2.4rem;font-weight:800;
  color:var(--gold2);line-height:1;
}
.price-sub{font-size:0.82rem;color:var(--faint);font-weight:500}
.price-features{
  list-style:none;padding:0;margin:6px 0 4px;
  display:flex;flex-direction:column;gap:8px;
  flex:1;
}
.price-features li{
  display:flex;align-items:flex-start;gap:8px;
  font-size:0.88rem;color:var(--muted);line-height:1.5;
}
.price-features li i{color:var(--green2);margin-top:4px;flex-shrink:0;font-size:0.8rem}
.price-ctas{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;
  margin-top:6px;
}
.price-ctas .btn-primary,.price-ctas .btn-ghost{
  padding:11px 14px;font-size:0.82rem;min-height:44px;
}

/* Highlight box */
.highlight-box{
  padding:22px;border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(201,162,74,0.08), rgba(200,41,58,0.04));
  border:1px solid rgba(242,207,107,0.25);
  margin:22px 0;
}
.highlight-box h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.45rem;font-weight:800;color:#fff;
  margin-bottom:10px;display:flex;align-items:center;gap:10px;
}
.highlight-box ul{padding-left:22px;margin-top:6px}
.highlight-box li{color:var(--muted);font-size:0.92rem;line-height:1.7;margin-bottom:6px}
.highlight-box li strong{color:#fff}

/* Long content (article body) */
.long-content{
  max-width:880px;margin:0 auto;
  font-size:1rem;color:var(--muted);line-height:1.75;
}
.long-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.6rem,3.8vw,2.3rem);
  font-weight:800;color:#fff;
  margin:32px 0 12px;line-height:1.2;
}
.long-content h2 em{
  color:var(--gold2);font-style:normal;
  background:linear-gradient(90deg,#f2cf6b,#fff0bf,#f2cf6b);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.long-content h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.35rem;font-weight:800;color:#fff;
  margin:22px 0 10px;
}
.long-content p{margin-bottom:14px}
.long-content a{color:var(--gold2);font-weight:600;text-decoration:underline;text-decoration-color:rgba(242,207,107,0.35)}
.long-content a:hover{text-decoration-color:var(--gold2)}
.long-content ul,.long-content ol{padding-left:22px;margin:10px 0 16px}
.long-content li{margin-bottom:6px;line-height:1.7}
.long-content li strong{color:#fff}
.long-content blockquote{
  border-left:3px solid var(--gold2);
  padding:12px 18px;margin:18px 0;
  background:rgba(242,207,107,0.05);
  border-radius:0 14px 14px 0;
  color:#e5dbc4;font-style:italic;
}

/* CTA block (inline) */
.cta-block{
  margin:24px 0;padding:22px;border-radius:18px;
  background:linear-gradient(135deg, rgba(200,41,58,0.15), rgba(201,162,74,0.1));
  border:1px solid rgba(242,207,107,0.3);
  text-align:center;
}
.cta-block p{color:#fff;font-size:1rem;margin-bottom:14px}
.cta-block p strong{color:var(--gold2);font-size:1.1rem}
.cta-block-btns{
  display:flex;flex-direction:column;gap:10px;
  max-width:540px;margin:0 auto;
}
@media (min-width:520px){.cta-block-btns{flex-direction:row;justify-content:center}}
.cta-inline-call,.cta-inline-wa{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:13px 20px;border-radius:12px;
  font-weight:700;font-size:0.94rem;color:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,0.25);
  transition:transform .2s, filter .2s;
}
.cta-inline-call{background:linear-gradient(135deg,#c8293a,#a01e2d)}
.cta-inline-wa{background:linear-gradient(135deg,#25d87a,#1fbf6a)}
.cta-inline-call:hover,.cta-inline-wa:hover{transform:translateY(-2px);filter:brightness(1.05)}

/* Timeline (About page) */
.timeline{
  position:relative;
  padding-left:28px;margin:20px 0;
  border-left:2px solid rgba(242,207,107,0.25);
}
.timeline-item{
  position:relative;padding:10px 0 20px;
}
.timeline-item::before{
  content:"";position:absolute;
  left:-36px;top:14px;
  width:14px;height:14px;border-radius:50%;
  background:var(--gold2);
  box-shadow:0 0 0 4px rgba(242,207,107,0.18), 0 0 0 8px rgba(242,207,107,0.06);
}
.timeline-year{
  display:inline-block;
  font-family:'Cormorant Garamond',serif;
  font-weight:800;color:var(--gold2);font-size:1.2rem;
  margin-bottom:4px;
}
.timeline-item h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.25rem;font-weight:800;color:#fff;
  margin-bottom:4px;
}
.timeline-item p{color:var(--muted);font-size:0.92rem;line-height:1.6}

/* About stats */
.about-stats{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:14px;margin:24px 0;
}
@media (min-width:640px){.about-stats{grid-template-columns:repeat(4,1fr)}}
.about-stat{
  padding:22px 14px;border-radius:var(--radius);
  background:rgba(255,255,255,0.035);
  border:1px solid var(--line);
  text-align:center;
}
.about-stat-n{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-weight:800;font-size:2rem;color:var(--gold2);
  line-height:1;
}
.about-stat-l{
  display:block;margin-top:6px;
  font-size:0.78rem;color:var(--faint);
  text-transform:uppercase;letter-spacing:0.08em;
}

/* Contact page specifics */
.info-item{
  display:flex;gap:12px;align-items:flex-start;
  padding:14px 0;
  border-top:1px solid var(--line);
}
.info-item:first-of-type{border-top:none;padding-top:4px}
.info-ico{
  width:44px;height:44px;flex-shrink:0;border-radius:12px;
  background:linear-gradient(135deg, rgba(201,162,74,0.2), rgba(200,41,58,0.2));
  border:1px solid rgba(242,207,107,0.3);
  color:var(--gold2);font-size:1rem;
  display:grid;place-items:center;
}
.info-label{
  font-size:0.72rem;font-weight:700;letter-spacing:0.1em;
  text-transform:uppercase;color:var(--gold);
  margin-bottom:4px;
}
.contact-btns{
  display:flex;flex-direction:column;gap:10px;
  margin-top:18px;
}
@media (min-width:480px){.contact-btns{flex-direction:row}}
.contact-btns .contact-btn{flex:1}
.mapwrap{
  margin-top:16px;border-radius:14px;overflow:hidden;
  border:1px solid var(--line);
  aspect-ratio:16/10;position:relative;
}
.mapwrap iframe{
  width:100%;height:100%;border:0;display:block;
  filter:grayscale(0.2) brightness(0.9);
}
.metro-box{
  margin-top:14px;padding:14px 16px;border-radius:12px;
  background:rgba(201,162,74,0.08);
  border:1px solid rgba(242,207,107,0.25);
}
.metro-box p:first-child{
  font-size:0.72rem;font-weight:700;letter-spacing:0.1em;
  text-transform:uppercase;color:var(--gold);margin-bottom:4px;
}
.metro-box p:last-child{color:#fff;font-weight:600;font-size:0.92rem;margin:0}
.hours-box{
  margin-top:16px;padding:16px;border-radius:14px;
  background:rgba(31,191,106,0.06);
  border:1px solid rgba(31,191,106,0.2);
}
.hours-box h4{
  font-size:0.88rem;font-weight:800;color:var(--green2);
  margin-bottom:8px;display:flex;align-items:center;gap:8px;
}
.hours-box p{font-size:0.88rem;color:var(--muted);line-height:1.7;margin:0}

/* Lead form legacy styles (contact.html inline markup has input labels inside form) */
.lead-form label{
  display:block;margin:12px 0 6px;
  font-size:0.82rem;font-weight:700;color:var(--gold);
  letter-spacing:0.04em;
}
.lead-form input,.lead-form select,.lead-form textarea{
  width:100%;padding:13px 14px;border-radius:12px;
  background:rgba(255,255,255,0.05);
  border:1px solid var(--line2);
  color:#fff;font-size:1rem;
  transition:border-color .2s, background .2s;
}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{
  outline:none;border-color:var(--gold2);
  background:rgba(255,255,255,0.08);
  box-shadow:var(--ring);
}
.lead-form textarea{resize:vertical;min-height:100px}
.lead-form button[type="submit"]{
  width:100%;margin-top:14px;
  padding:15px;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:linear-gradient(135deg,#25d87a,#1fbf6a);
  color:#fff;font-weight:800;font-size:1rem;
  box-shadow:0 10px 24px rgba(31,191,106,0.38);
  transition:transform .2s, filter .2s;
  cursor:pointer;border:none;
}
.lead-form button[type="submit"]:hover{transform:translateY(-2px);filter:brightness(1.05)}

/* Founder profile sections */
.founder-contact-sec{padding-top:18px}
.founder-contact-card{
  display:grid;grid-template-columns:1fr;gap:22px;
  padding:22px;border-radius:18px;
  background:linear-gradient(135deg, rgba(255,255,255,0.055), rgba(201,162,74,0.055));
  border:1px solid rgba(242,207,107,0.24);
  box-shadow:0 22px 54px rgba(0,0,0,0.34);
}
@media (min-width:860px){.founder-contact-card{grid-template-columns:0.72fr 1fr;align-items:center;padding:28px}}
.founder-contact-photo{
  border-radius:16px;overflow:hidden;
  border:1px solid rgba(242,207,107,0.22);
  background:rgba(255,255,255,0.04);
  aspect-ratio:4/5;
}
.founder-contact-photo img{
  width:100%;height:100%;object-fit:cover;object-position:center top;
}
.founder-contact-copy h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,4vw,3.1rem);
  line-height:1.05;color:#fff;margin:12px 0;
}
.founder-contact-copy h2 em{color:var(--gold2);font-style:normal}
.founder-contact-copy p{color:var(--muted);line-height:1.75;margin-bottom:14px}
.founder-contact-facts{
  display:grid;grid-template-columns:1fr;gap:10px;margin:16px 0;
}
@media (min-width:620px){.founder-contact-facts{grid-template-columns:repeat(3,1fr)}}
.founder-contact-facts span{
  min-height:76px;padding:14px;border-radius:12px;
  background:rgba(10,8,15,0.38);
  border:1px solid var(--line);
  color:var(--faint);font-size:0.82rem;line-height:1.4;
}
.founder-contact-facts strong{
  display:block;color:var(--gold2);
  font-family:'Cormorant Garamond',serif;
  font-size:1.65rem;line-height:1;
}
.founder-hero{
  max-width:1180px;margin:0 auto;
  padding:44px 20px 28px;
  display:grid;grid-template-columns:1fr;gap:28px;align-items:center;
}
@media (min-width:900px){.founder-hero{grid-template-columns:1.12fr 0.88fr;padding:68px 20px 42px}}
.founder-hero-copy h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.35rem,5.4vw,5.1rem);
  line-height:0.98;color:#fff;margin:14px 0;
}
.founder-hero-copy p{
  color:var(--muted);font-size:1.02rem;line-height:1.78;max-width:720px;
}
.founder-quick{
  display:grid;grid-template-columns:1fr;gap:10px;margin:20px 0;
}
@media (min-width:620px){.founder-quick{grid-template-columns:repeat(3,1fr);max-width:720px}}
.founder-quick span{
  padding:14px;border-radius:12px;
  background:rgba(255,255,255,0.045);
  border:1px solid var(--line);
  color:var(--faint);font-size:0.8rem;text-transform:uppercase;letter-spacing:0.05em;
}
.founder-quick strong{
  display:block;color:var(--gold2);font-size:1.65rem;letter-spacing:0;
  font-family:'Cormorant Garamond',serif;line-height:1;
}
.founder-hero-photo{
  border-radius:18px;overflow:hidden;
  border:1px solid rgba(242,207,107,0.24);
  box-shadow:0 24px 70px rgba(0,0,0,0.45);
  aspect-ratio:4/5;background:rgba(255,255,255,0.04);
}
.founder-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.founder-page-grid{
  display:grid;grid-template-columns:1fr;gap:24px;align-items:start;
}
@media (min-width:1050px){.founder-page-grid{grid-template-columns:minmax(0,1fr) 340px}}
.founder-trust-grid{
  display:grid;grid-template-columns:1fr;gap:14px;margin:18px 0 22px;
}
@media (min-width:760px){.founder-trust-grid{grid-template-columns:repeat(2,1fr)}}
.founder-trust-grid div{
  padding:18px;border-radius:14px;
  background:rgba(255,255,255,0.04);
  border:1px solid var(--line);
}
.founder-trust-grid h3{
  color:#fff;font-size:1rem;margin-bottom:8px;
}
.founder-trust-grid p{font-size:0.9rem;margin:0}
.founder-side-card{
  position:sticky;top:96px;
  padding:18px;border-radius:18px;
  background:rgba(255,255,255,0.045);
  border:1px solid rgba(242,207,107,0.22);
}
.founder-side-card img{
  width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;
  border-radius:14px;margin-bottom:16px;
}
.founder-side-card h2{
  font-family:'Cormorant Garamond',serif;
  color:#fff;font-size:2rem;line-height:1;margin-bottom:6px;
}
.founder-side-card p{color:var(--gold2);font-weight:700;font-size:0.85rem;line-height:1.5}
.founder-side-list{display:grid;gap:10px;margin:16px 0}
.founder-side-list span{
  display:flex;gap:10px;align-items:flex-start;
  color:var(--muted);font-size:0.86rem;line-height:1.5;
}
.founder-side-list i{color:var(--gold);width:16px;margin-top:3px}
@media (max-width:1049px){.founder-side-card{position:static}}

/* FAQ wrap (pages use this sometimes) */
.faq-wrap{max-width:820px;margin:30px auto 0}

/* Active nav state on all pages */
.nav-desktop > a.active,
.nav-mobile-drawer > a.active{color:var(--gold2)}

/* ---------- PRINT ---------- */
@media print{
  .hdr,.nav-mobile-drawer,.nav-mobile-overlay,.sticky-bar,.float-call,.popup-overlay,.urgency-banner,.ticker,.marquee-sec{display:none !important}
  body{background:#fff;color:#000}
}

/* ============================================================
   ENHANCED MOBILE & TABLET RESPONSIVENESS
   ============================================================ */

/* ---------- IMAGES & MEDIA — RESPONSIVE BY DEFAULT ---------- */
img,video,iframe,svg{
  max-width:100%;
  height:auto;
  display:block;
}

/* Tables responsive — horizontal scroll on small screens */
table{
  width:100%;
  border-collapse:collapse;
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

/* Prevent iOS auto-zoom when focusing inputs (font-size must be >= 16px) */
input,select,textarea{
  font-size:16px;
}

/* ---------- TABLET (481px – 768px) ---------- */
@media (min-width:481px) and (max-width:768px){
  .sec{padding:48px 22px}
  .hero{padding:40px 22px 28px}
  .page-hero{padding:32px 22px}
  .footer-grid{gap:26px}
  .price-grid,.svc-grid,.proc-grid,.why-grid,.reviews-grid,.pricing-wrap{gap:16px}
}

/* ---------- MOBILE (<= 640px) — LAYOUT TIGHTENING ---------- */
@media (max-width:640px){
  /* Sections — tighter padding so content has room to breathe */
  .sec{padding:38px 14px}
  .hero{padding:24px 14px 16px}
  .page-hero{padding:24px 14px;text-align:center}

  /* Headings — fluid + slightly smaller on phones */
  h1, .hero h1, .page-hero h1{font-size:clamp(1.65rem, 7vw, 2.4rem);line-height:1.15}
  h2, .sec-title{font-size:clamp(1.4rem, 5.6vw, 1.9rem);line-height:1.2}
  h3{font-size:1.1rem;line-height:1.3}
  p, li{font-size:0.96rem;line-height:1.6}

  /* Section subtitles fit nicely */
  .sec-sub, .page-hero-sub{font-size:0.95rem;line-height:1.55;padding:0 4px}

  /* All grids — single column on phones */
  .price-grid,.pricing-wrap,.svc-grid,.proc-grid,.why-grid,.reviews-grid,.footer-grid,.contact-grid,.about-stats{
    grid-template-columns:1fr !important;
    gap:14px;
  }

  /* Hero stats — 2x2 instead of 1x4 (cramped) */
  .hero-stats{grid-template-columns:repeat(2,1fr);gap:8px}
  .stat{padding:14px 8px}
  .stat-n{font-size:1.35rem}
  .stat-l{font-size:0.7rem}

  /* Cards — tighter padding to give content room */
  .svc-card,.why-card,.proc-step,.review-card,.price-card{
    padding:18px;
    border-radius:14px;
  }
  .svc-body,.svc-features{padding:0}
  .svc-img{height:160px}

  /* Buttons — full width and tappable on mobile */
  .btn-primary,.btn-gold,.btn-ghost,.svc-btn,.cta-inline-call,.cta-inline-wa{
    width:100%;
    justify-content:center;
    padding:14px 18px;
    font-size:0.96rem;
    min-height:48px;
  }
  .hero-ctas,.page-hero-ctas,.cta-block-btns,.contact-btns,.price-ctas{
    flex-direction:column;
    gap:10px;
  }

  /* Header — compact on phones with menu button properly visible */
  .hdr{
    padding:10px 12px;
    gap:8px;
    width:100%;
    max-width:100vw;
    box-sizing:border-box;
  }
  .hdr-logo{gap:10px;flex-shrink:1;min-width:0;overflow:hidden}
  .hdr-seal{
    height:44px;
  }
  .hdr-seal-img{height:44px;width:auto}
  .hdr-title{font-size:1rem;white-space:nowrap}
  .hdr-tagline{font-size:0.56rem;letter-spacing:0.06em}
  .hdr-brand{min-width:0;flex-shrink:1;overflow:hidden}
  .hdr-title{
    font-size:0.98rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .hdr-tagline{
    font-size:0.58rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .hdr-right{
    gap:6px;
    flex-shrink:0;
    margin-left:auto;
  }
  .hdr-wa{
    width:42px;height:42px;
    font-size:1.1rem;
  }
  .nav-mobile-btn{
    width:46px;height:46px;
    font-size:1.25rem;
    margin-right:0;
  }

  /* Trust bar — horizontal scroll instead of wrap */
  .trust-bar{padding:10px 0}
  .trust-items{gap:14px;padding:0 14px}
  .trust-item{font-size:0.78rem;white-space:nowrap}

  /* Ticker — slightly smaller on phones */
  .ticker{font-size:0.78rem;padding:8px 0}
  .tick-i{padding:0 14px}

  /* Slider — proper aspect on phone */
  .slider-wrap{aspect-ratio:16/10;max-height:240px;border-radius:14px}
  .slide img{height:100%;object-fit:cover}
  .slider-arrow{width:36px;height:36px;font-size:0.9rem}

  /* CTA blocks — better mobile look */
  .cta-block{padding:20px 16px;border-radius:14px;text-align:center}
  .cta-block p{font-size:0.95rem}

  /* Pricing card — readable on small screens */
  .price-value{font-size:2.2rem}
  .price-features li{font-size:0.92rem;padding:7px 0}

  /* FAQ — tighter padding, easier to tap */
  .faq-item{margin-bottom:10px}
  .faq-q{padding:14px 16px;font-size:0.95rem;min-height:48px}
  .faq-a{padding:14px 16px;font-size:0.92rem}

  /* Forms — full-width comfortable inputs */
  .lead-form input,.lead-form select,.lead-form textarea,
  .contact-form input,.contact-form select,.contact-form textarea{
    width:100%;
    padding:13px 14px;
    border-radius:12px;
    font-size:16px; /* prevents iOS zoom */
  }
  .lead-form button[type="submit"],.contact-form button[type="submit"]{
    padding:14px;
    font-size:1rem;
    min-height:50px;
  }

  /* Footer — single column, comfortable spacing */
  .footer{padding:32px 16px 90px}
  .footer-grid{gap:24px}
  .footer-col h4{font-size:1rem;margin-bottom:10px}
  .footer-col a, .footer-col p{font-size:0.92rem}
  .footer-bottom{font-size:0.78rem;padding:16px;text-align:center}
  .footer-disc{font-size:0.74rem;padding:0 4px}

  /* Sticky bar — bigger tap area */
  .sticky-call,.sticky-wa{padding:15px 6px;font-size:0.95rem;min-height:54px}

  /* Float call — slightly smaller, away from sticky bar */
  .float-call{
    width:52px;height:52px;
    bottom:80px;right:14px;
    font-size:1.2rem;
  }

  /* Popups — fit screen properly */
  .popup-box{max-width:94vw;border-radius:18px}
  .popup-overlay{padding:12px}

  /* Long content typography — readable on phone */
  .long-content h2{margin-top:28px;margin-bottom:12px}
  .long-content h3{margin-top:20px;margin-bottom:8px}
  .long-content p{margin-bottom:12px}
  .long-content ul{padding-left:22px}
  .long-content li{margin-bottom:6px}

  /* Highlight box — fits screen */
  .highlight-box{padding:16px;border-radius:14px}
  .highlight-box h3,.highlight-box h4{font-size:1.02rem}

  /* Body padding offset for sticky bar at bottom */
  body{padding-bottom:110px}
}

/* ---------- VERY SMALL PHONES (<= 380px) ---------- */
@media (max-width:380px){
  .sec{padding:32px 12px}
  .hero{padding:20px 12px 12px}
  h1, .hero h1, .page-hero h1{font-size:1.55rem}
  h2, .sec-title{font-size:1.25rem}
  .hero-stats{grid-template-columns:repeat(2,1fr);gap:6px}
  .stat-n{font-size:1.2rem}
  .stat-l{font-size:0.62rem}
  .svc-card,.price-card,.why-card,.proc-step,.review-card{padding:14px}
  .price-value{font-size:1.95rem}
  .btn-primary,.btn-gold{font-size:0.92rem;padding:12px 14px}
  .sticky-call,.sticky-wa{font-size:0.86rem}
  /* Very small phones — header tighter, hide tagline */
  .hdr{padding:8px 10px;gap:6px}
  .hdr-seal{height:38px}
  .hdr-seal-img{height:38px;width:auto}
  .hdr-title{font-size:0.88rem;white-space:nowrap}
  .hdr-tagline{font-size:0.5rem;letter-spacing:0.04em;display:block}
  .hdr-title{font-size:0.92rem}
  .hdr-tagline{display:none}
  .hdr-wa{width:40px;height:40px;font-size:1rem}
  .nav-mobile-btn{width:44px;height:44px;font-size:1.18rem}
  .hdr-right{gap:5px}
}

/* ---------- TOUCH-FRIENDLY TAP TARGETS ---------- */
@media (hover:none) and (pointer:coarse){
  a, button, .btn-primary, .btn-gold, .btn-ghost, .svc-chip, .faq-q,
  .nav-desktop > a, .nav-mobile-drawer > a, .sticky-call, .sticky-wa{
    min-height:44px;
  }
  /* Remove hover shifts on touch devices (looks janky) */
  .hdr-wa:hover,.hdr-call:hover,.float-call:hover,.btn-primary:hover,.btn-gold:hover{
    transform:none;
  }
}

/* ---------- LANDSCAPE PHONES ---------- */
@media (max-width:900px) and (orientation:landscape){
  .hero{padding:24px 20px 16px}
  .slider-wrap{max-height:200px;aspect-ratio:21/9}
  .float-call{bottom:70px}
}

/* ---------- ACCESSIBILITY: FOCUS VISIBLE ---------- */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible{
  outline:2px solid var(--gold2);
  outline-offset:2px;
  border-radius:6px;
}

/* ---------- DESKTOP POLISH (>= 1100px) ---------- */
@media (min-width:1100px){
  .sec{padding:80px 24px}
  .inner{max-width:1200px;margin:0 auto}
  .long-content{max-width:860px;margin:0 auto}
  .long-content p, .long-content li{font-size:1.02rem;line-height:1.7}
}

/* ---------- LARGE DESKTOP (>= 1400px) — center content nicely ---------- */
@media (min-width:1400px){
  .inner, .footer-grid{max-width:1320px;margin-left:auto;margin-right:auto}
}

/* ============================================================
   GALLERY PAGE — VIDEO & PHOTOS
   ============================================================ */
.video-wrap{
  max-width:900px;margin:30px auto 0;
  border-radius:22px;overflow:hidden;
  background:#000;
  box-shadow:0 20px 60px rgba(0,0,0,0.55), 0 0 0 1px rgba(242,207,107,0.25);
  position:relative;
}
.video-wrap video{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio:16/9;
  object-fit:contain;
  background:#000;
}

.video-stats{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:14px;max-width:900px;margin:24px auto 0;
}
@media (min-width:640px){.video-stats{grid-template-columns:repeat(4,1fr)}}
.vstat{
  text-align:center;padding:18px 12px;
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border:1px solid var(--line);
  border-radius:14px;
}
.vstat-n{
  font-family:'Cormorant Garamond',serif;
  font-size:1.8rem;font-weight:800;
  color:var(--gold2);line-height:1;
}
.vstat-l{
  font-size:0.78rem;color:var(--muted);
  margin-top:6px;text-transform:uppercase;
  letter-spacing:0.06em;
}

.gallery-grid{
  display:grid;grid-template-columns:1fr;
  gap:18px;margin-top:30px;
}
@media (min-width:560px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:900px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}

.gallery-item{
  position:relative;
  border-radius:16px;overflow:hidden;
  border:1px solid var(--line);
  background:linear-gradient(135deg, rgba(200,41,58,0.18), rgba(201,162,74,0.16), rgba(20,18,30,0.6));
  transition:transform .3s, box-shadow .3s;
  margin:0;
}
.gallery-item:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,0.45);
}
.gallery-item img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
  transition:transform .6s;
}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-item figcaption{
  position:absolute;bottom:0;left:0;right:0;
  padding:14px 16px;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
  color:#fff;font-size:0.86rem;line-height:1.4;
}
.gallery-item figcaption strong{color:var(--gold2);font-size:0.95rem}

/* Testimonial cards with photos */
.testimonial-photos{
  display:grid;grid-template-columns:1fr;
  gap:18px;margin-top:30px;
}
@media (min-width:640px){.testimonial-photos{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.testimonial-photos{grid-template-columns:repeat(3,1fr)}}

.tp-card{
  padding:22px;
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border:1px solid var(--line);
  border-radius:16px;
  text-align:center;
  transition:transform .3s, border-color .3s;
}
.tp-card:hover{transform:translateY(-3px);border-color:rgba(242,207,107,0.4)}
.tp-img{
  width:80px;height:80px;border-radius:50%;
  margin:0 auto 14px;
  overflow:hidden;
  border:3px solid var(--gold);
  box-shadow:0 6px 18px rgba(201,162,74,0.3);
}
.tp-img img{width:100%;height:100%;object-fit:cover}
.tp-stars{color:var(--gold2);font-size:1rem;letter-spacing:2px;margin-bottom:8px}
.tp-card p{
  font-size:0.92rem;
  color:var(--muted);
  line-height:1.5;
  margin-bottom:12px;
  font-style:italic;
}
.tp-name{
  font-weight:700;color:#fff;
  font-size:0.92rem;
}
.tp-name span{
  color:var(--faint);
  font-weight:500;
  font-size:0.78rem;
}

@media (max-width:640px){
  .gallery-item img{height:200px}
  .gallery-item figcaption{padding:12px 14px;font-size:0.82rem}
  .vstat-n{font-size:1.5rem}
  .tp-card{padding:18px}
  .video-wrap{border-radius:16px;margin-top:20px}
}

/* ============================================================
   BLOG CARDS & POSTS
   ============================================================ */
.blog-grid{
  display:grid;grid-template-columns:1fr;
  gap:22px;margin-top:30px;
}
@media (min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1100px){.blog-grid{grid-template-columns:repeat(3,1fr)}}

.blog-card{
  display:flex;flex-direction:column;
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border:1px solid var(--line);
  border-radius:18px;overflow:hidden;
  transition:transform .3s, border-color .3s, box-shadow .3s;
}
.blog-card:hover{transform:translateY(-4px);border-color:rgba(242,207,107,0.4);box-shadow:0 18px 40px rgba(0,0,0,0.4)}

.blog-img{
  position:relative;
  display:flex;align-items:center;justify-content:center;
  height:160px;
  background:linear-gradient(135deg, rgba(200,41,58,0.18), rgba(201,162,74,0.16), rgba(20,18,30,0.6));
  border-bottom:1px solid var(--line);
}
.blog-img-icon{
  width:72px;height:72px;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#c8293a,#a01e2d);
  color:var(--gold2);font-size:1.8rem;
  box-shadow:0 10px 28px rgba(200,41,58,0.45);
}
.blog-tag{
  position:absolute;top:14px;left:14px;
  padding:5px 12px;border-radius:999px;
  background:rgba(0,0,0,0.55);
  border:1px solid rgba(242,207,107,0.4);
  color:var(--gold2);
  font-size:0.72rem;font-weight:700;
  letter-spacing:0.05em;
}

.blog-body{
  padding:20px;
  display:flex;flex-direction:column;flex:1;
}
.blog-meta{
  font-size:0.78rem;color:var(--faint);
  margin-bottom:8px;display:flex;align-items:center;gap:6px;
}
.blog-meta i{color:var(--gold)}
.blog-meta span{color:var(--gold2);font-weight:700}
.blog-body h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.2rem;line-height:1.25;
  margin:4px 0 10px;
}
.blog-body h3 a{color:#fff;transition:color .2s}
.blog-body h3 a:hover{color:var(--gold2)}
.blog-body p{
  color:var(--muted);font-size:0.92rem;line-height:1.55;
  margin-bottom:14px;flex:1;
}
.blog-link{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--gold2);font-weight:700;font-size:0.9rem;
  margin-top:auto;
}
.blog-link i{transition:transform .2s}
.blog-link:hover i{transform:translateX(4px)}

@media (max-width:640px){
  .blog-card{border-radius:14px}
  .blog-img{height:140px}
  .blog-img-icon{width:60px;height:60px;font-size:1.5rem}
  .blog-body{padding:16px}
  .blog-body h3{font-size:1.1rem}
  .blog-body p{font-size:0.9rem}
}

/* ============================================================
   HERO MOBILE OVERFLOW FIX (CRITICAL)
   ============================================================ */
@media (max-width:640px){
  /* Hero content — never overflow viewport */
  .hero{
    padding:20px 14px 12px;
    grid-template-columns:1fr;
    gap:18px;
  }
  .hero-content{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  /* Hero h1 — wrap aggressively, fit any phone */
  .hero h1{
    font-size:clamp(1.5rem, 7vw, 2rem) !important;
    line-height:1.18;
    word-break:break-word;
    overflow-wrap:break-word;
    hyphens:auto;
    margin:10px 0 12px;
  }
  .hero h1 .small{font-size:0.62rem;letter-spacing:0.12em;margin-bottom:8px}
  .hero h1 em{display:inline}

  /* Hero badge — wrap if needed */
  .hero-badge{
    font-size:0.68rem;
    padding:6px 11px;
    flex-wrap:wrap;
    line-height:1.3;
  }

  /* Hero subtitle — full width, wrap properly */
  .hero-sub{
    font-size:0.92rem;
    line-height:1.55;
    max-width:100%;
    word-wrap:break-word;
    overflow-wrap:break-word;
    margin-bottom:14px;
  }

  /* Price pill — wrap, never overflow */
  .price-pill{
    flex-wrap:wrap;
    width:100%;
    padding:10px 14px;
    font-size:0.92rem;
  }
  .price-pill span{font-size:0.95rem}
  .price-pill small{font-size:0.74rem;width:100%}

  /* Service chips scroll — visible scroll cue */
  .services-scroll{
    margin:10px -14px 16px;
    padding:4px 14px 10px;
  }
  .svc-chip{font-size:0.78rem;padding:7px 12px}

  /* Hero stats — clean 2x2 grid, no overlap with float button */
  .hero-stats{
    grid-template-columns:repeat(2,1fr) !important;
    gap:8px;
    margin:14px 0 16px;
  }
  .stat{padding:12px 6px}
  .stat-n{font-size:1.25rem}
  .stat-l{font-size:0.66rem;letter-spacing:0.06em}

  /* Hero CTAs already full-width above; ensure no nowrap inside btns */
  .btn-primary,.btn-gold,.btn-ghost{
    white-space:normal !important;
    min-height:48px;
    padding:13px 16px;
    font-size:0.92rem;
  }

  /* Hero trust pills — wrap to multiple lines if needed */
  .hero-trust{
    justify-content:flex-start;
    margin-bottom:8px;
  }
  .trust-pill{font-size:0.72rem;padding:5px 10px}

  /* Slider on mobile — keep aspect, no overflow */
  .slider-wrap{
    max-height:220px;
    aspect-ratio:16/10;
    margin-top:8px;
  }
}

/* Very small phones — extra tight */
@media (max-width:380px){
  .hero{padding:16px 12px 10px}
  .hero h1{font-size:1.45rem !important;line-height:1.15}
  .hero h1 .small{font-size:0.58rem}
  .hero-sub{font-size:0.88rem}
  .hero-badge{font-size:0.64rem;padding:5px 9px}
  .price-pill span{font-size:0.88rem}
  .stat-n{font-size:1.1rem}
  .stat-l{font-size:0.6rem}
  .btn-primary,.btn-gold,.btn-ghost{font-size:0.86rem;padding:12px 12px}
  .trust-pill{font-size:0.68rem;padding:4px 9px}
}

/* ============================================================
   FINAL OVERFLOW & LAYOUT FIXES
   ============================================================ */

/* Prevent any horizontal scroll across the entire site */
html{
  overflow-x:hidden;
  width:100%;
}
body{
  overflow-x:hidden;
  width:100%;
  max-width:100vw;
}

/* Container safety — never let any section be wider than viewport */
.sec, .hero, .page-hero, .footer, .ticker, .trust-bar, .urgency-banner,
.inner, .long-content, .svc-grid, .price-grid, .pricing-wrap,
.proc-grid, .why-grid, .reviews-grid, .footer-grid, .contact-grid{
  max-width:100%;
}

/* Smooth image loading — fade-in when loaded */
img{
  background-color:rgba(255,255,255,0.04);
}
img[loading="lazy"]{
  min-height:1px; /* ensures lazy images take up space */
}

/* If images fail to load, alt text stays inside the image box neatly */
.svc-img img, .slide img, .review-av img{
  font-size:0.78rem;
  color:rgba(255,255,255,0.4);
  text-align:center;
  padding:8px;
  font-style:italic;
}

/* Mobile drawer should not overflow */
.nav-mobile-drawer{
  max-width:90vw;
}

/* Sticky bar — make sure it never overflows */
.sticky-bar{
  width:100vw;
  max-width:100%;
  left:0;
  right:0;
}

/* Fix for canvas background — never break layout */
#bgCanvas{
  position:fixed !important;
  top:0;left:0;
  width:100% !important;
  height:100% !important;
  z-index:-1;
  pointer-events:none;
}

/* ============================================================
   MOBILE ULTRA-POLISH (final touches)
   ============================================================ */
@media (max-width:640px){
  /* Container padding consistency — outer 14px, never less */
  .inner{padding-left:0;padding-right:0;width:100%}

  /* Service card images — slightly smaller for tighter mobile feel */
  .svc-img{height:175px;border-radius:14px 14px 0 0}

  /* Service card body */
  .svc-body{padding:18px 16px}
  .svc-body h3{font-size:1.15rem;margin-top:6px}
  .svc-body p{font-size:0.92rem;margin:8px 0 12px}

  /* Service price line — more compact */
  .svc-price strong{font-size:1.5rem}
  .svc-price span{font-size:0.78rem}

  /* Service feature chips — wrap nicely */
  .svc-features{flex-wrap:wrap;gap:6px;margin-bottom:14px}
  .svc-features .sf{font-size:0.74rem;padding:5px 10px}

  /* Service link — readable */
  .svc-link{font-size:0.88rem;padding:10px 0}

  /* Process step icon */
  .proc-ico, .why-ico{width:48px;height:48px;font-size:1.2rem}
  .proc-num{font-size:0.74rem}

  /* Review cards — tighter */
  .review-text{font-size:0.92rem;line-height:1.55}
  .review-name{font-size:0.92rem}
  .review-tag{font-size:0.74rem}

  /* Avoid huge gap above sticky bar */
  body{padding-bottom:120px}

  /* Section labels (chip above heading) */
  .sec-label{font-size:0.72rem;padding:6px 12px}

  /* Inner section heading group */
  .tc{padding:0 4px}
}

/* ============================================================
   CONTENT IMAGES & NEWS CLIPPINGS (Added May 2026)
   ============================================================ */

/* Content image with caption */
.content-img{
  margin: 28px auto;
  max-width: 100%;
  text-align: center;
}
.content-img img{
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
  display: block;
  margin: 0 auto;
  background:linear-gradient(135deg, rgba(200,41,58,0.18), rgba(201,162,74,0.16), rgba(20,18,30,0.6));
}
.content-img figcaption{
  margin-top: 12px;
  padding: 10px 16px;
  font-size: 0.9rem;
  color: var(--gold2);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.content-img figcaption strong{color:#fff;display:block;font-size:1rem;margin-bottom:4px}

/* Side-by-side two image grid */
.img-pair{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 28px auto;
  max-width: 900px;
}
@media (min-width:640px){.img-pair{grid-template-columns:1fr 1fr}}
.img-pair figure{margin:0}
.img-pair img{
  width:100%;
  height:240px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid var(--line);
}
.img-pair figcaption{
  font-size:0.85rem;
  text-align:center;
  margin-top:8px;
  color:var(--muted);
}

/* News clipping image (special style) */
.news-img{
  margin: 32px auto;
  max-width: 700px;
  text-align: center;
}
.news-img img{
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 2px solid var(--gold);
  box-shadow: 0 8px 24px rgba(201,162,74,0.25);
}
.news-img .news-label{
  display:inline-block;
  margin-top:10px;
  padding:5px 14px;
  background:linear-gradient(135deg,#c8293a,#a01e2d);
  color:#fff;
  font-size:0.74rem;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  border-radius:6px;
}
.news-img figcaption{
  margin-top:10px;
  font-size:0.92rem;
  color:#e8e0cc;
  font-weight:600;
  line-height:1.5;
}

@media (max-width:640px){
  .content-img{margin:22px auto}
  .content-img img{border-radius:12px}
  .content-img figcaption{font-size:0.85rem;padding:8px 12px}
  .img-pair img{height:180px}
  .news-img{margin:24px auto}
  .news-img figcaption{font-size:0.88rem}
}

/* ============================================================
   LIVE REVIEWS WIDGET (Firebase)
   ============================================================ */
#live-reviews{max-width:1100px;margin:32px auto;padding:0 20px;font-family:'Sora',sans-serif;color:#fff}
.lr-warn{padding:18px 22px;border:1px solid rgba(231,180,76,0.5);background:rgba(231,180,76,0.08);border-radius:14px;color:#fde9bf;line-height:1.6}
.lr-warn code{background:rgba(0,0,0,0.35);padding:2px 6px;border-radius:4px}
.lr-warn a{color:var(--gold,#e7b44c);text-decoration:underline}

.lr-summary{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:24px;background:linear-gradient(135deg,rgba(231,180,76,0.10),rgba(183,28,28,0.08));border:1px solid rgba(231,180,76,0.25);border-radius:18px;margin-bottom:18px}
.lr-bigrating{font-family:'Cormorant Garamond',serif;font-weight:800;font-size:3.6rem;color:var(--gold2,#e7b44c);line-height:1;display:flex;align-items:baseline;gap:4px}
.lr-out{font-size:1.1rem;color:rgba(255,255,255,0.55);font-family:'Sora',sans-serif;font-weight:600}
.lr-stars{font-size:1.4rem;letter-spacing:2px;color:#444}
.lr-s{color:#444;display:inline-block}
.lr-s.on{color:#fbbf24}
.lr-s.half{background:linear-gradient(90deg,#fbbf24 50%,#444 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.lr-count{font-weight:600;color:#fff;margin-top:4px}
.lr-source{font-size:0.78rem;color:rgba(255,255,255,0.55);margin-top:2px}
.lr-write-btn{background:linear-gradient(135deg,#e7b44c,#c89432);color:#1a0a0a;border:none;padding:12px 22px;border-radius:12px;font-weight:800;cursor:pointer;font-size:0.95rem;white-space:nowrap;transition:transform 0.2s,box-shadow 0.2s}
.lr-write-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(231,180,76,0.35)}

.lr-form{background:rgba(255,255,255,0.04);border:1px solid rgba(231,180,76,0.18);border-radius:18px;padding:24px;margin-bottom:18px;position:relative;animation:lrSlide 0.35s ease}
@keyframes lrSlide{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.lr-form h3{margin:0 0 4px;font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:var(--gold2,#e7b44c)}
.lr-form-sub{color:rgba(255,255,255,0.65);font-size:0.85rem;margin:0 0 14px}
.lr-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
.lr-form input[type="text"],.lr-form textarea{width:100%;padding:12px 14px;background:rgba(0,0,0,0.35);border:1px solid rgba(231,180,76,0.25);border-radius:10px;color:#fff;font-family:inherit;font-size:0.95rem;resize:vertical}
.lr-form input[type="text"]:focus,.lr-form textarea:focus{outline:none;border-color:var(--gold,#e7b44c);box-shadow:0 0 0 3px rgba(231,180,76,0.18)}
.lr-form textarea{min-height:100px}
.lr-rate{display:inline-flex;gap:6px;margin:6px 0 12px;padding:8px 12px;background:rgba(0,0,0,0.25);border-radius:10px}
.lr-rate-l{cursor:pointer}
.lr-rate-l input{display:none}
.lr-rate-star{font-size:2rem;color:#3a3a3a;transition:color 0.15s;line-height:1}
.lr-rate-star.on,.lr-rate-l input:checked ~ .lr-rate-star{color:#fbbf24}
.lr-rate-l:hover .lr-rate-star{color:#fbbf24}
.lr-form-actions{display:flex;gap:10px;margin-top:10px}
.lr-submit{background:linear-gradient(135deg,#e7b44c,#c89432);color:#1a0a0a;border:none;padding:12px 20px;border-radius:10px;font-weight:800;cursor:pointer;font-size:0.92rem}
.lr-submit:disabled{opacity:0.6;cursor:wait}
.lr-cancel{background:transparent;color:rgba(255,255,255,0.7);border:1px solid rgba(255,255,255,0.18);padding:12px 18px;border-radius:10px;font-weight:600;cursor:pointer;font-size:0.92rem}
.lr-cancel:hover{background:rgba(255,255,255,0.06)}
.lr-msg{margin:10px 0 0;font-size:0.88rem;min-height:1.2em}
.lr-msg.ok{color:#4ade80}
.lr-msg.err{color:#f87171}

.lr-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;margin-bottom:18px}
.lr-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:14px;padding:18px;transition:border-color 0.2s,transform 0.2s}
.lr-card:hover{border-color:rgba(231,180,76,0.35);transform:translateY(-2px)}
.lr-card-head{display:flex;gap:12px;margin-bottom:10px;align-items:center}
.lr-av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#e7b44c,#c89432);color:#1a0a0a;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}
.lr-name{font-weight:700;color:#fff;font-size:0.95rem}
.lr-loc{color:rgba(255,255,255,0.55);font-weight:500;font-size:0.82rem}
.lr-card-stars{color:#fbbf24;letter-spacing:2px;font-size:0.9rem;margin-top:2px}
.lr-date{color:rgba(255,255,255,0.45);font-size:0.74rem;margin-top:2px}
.lr-text{color:rgba(255,255,255,0.85);font-size:0.92rem;line-height:1.55;margin:0;white-space:pre-wrap;word-wrap:break-word}

.lr-loading{grid-column:1/-1;text-align:center;padding:32px;color:rgba(255,255,255,0.5)}
.lr-empty{grid-column:1/-1;text-align:center;padding:36px 20px;color:rgba(255,255,255,0.65);background:rgba(0,0,0,0.18);border:1px dashed rgba(255,255,255,0.12);border-radius:14px}
.lr-empty i{font-size:2.4rem;color:rgba(231,180,76,0.5);margin-bottom:10px;display:block}
.lr-empty p{margin:6px 0 0}

.lr-loadmore-wrap{text-align:center}
.lr-loadmore{background:transparent;border:1px solid rgba(231,180,76,0.4);color:var(--gold2,#e7b44c);padding:10px 22px;border-radius:10px;font-weight:700;cursor:pointer;font-size:0.9rem;transition:background 0.2s}
.lr-loadmore:hover{background:rgba(231,180,76,0.1)}

@media (max-width:680px){
  .lr-summary{grid-template-columns:1fr;text-align:center}
  .lr-bigrating{justify-content:center}
  .lr-write-btn{width:100%;justify-self:stretch}
  .lr-row{grid-template-columns:1fr}
  .lr-list{grid-template-columns:1fr}
}

/* Kicker line moved out of H1 (SEO audit June 2026) — same look as before */
.hero-content > .small{
  display:block;
  font-family:'Sora',sans-serif;
  font-size:0.72rem;font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:var(--gold);
  margin-bottom:12px;
}
@media (max-width:768px){ .hero-content > .small{font-size:0.62rem;letter-spacing:0.12em;margin-bottom:8px} }
@media (max-width:420px){ .hero-content > .small{font-size:0.58rem} }

/* Footer brand: clickable logo + name → home (added June 2026) */
.footer-brand{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:10px}
.footer-brand img{border-radius:10px;flex-shrink:0}
.footer-brand h4{margin:0 !important}
.footer-brand:hover h4{color:var(--gold2)}
