:root{
  --navy:#081d36; --navy2:#102d51; --navy3:#173f70;
  --gold:#d7a25b; --gold2:#b77835; --cream:#f7f1e8;
  --bg:#f6f8fb; --text:#10213a; --muted:#61728a; --white:#fff;
  --shadow:0 24px 70px rgba(8,29,54,.18); --soft:0 16px 44px rgba(8,29,54,.10);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.container{width:min(1200px,calc(100% - 32px));margin:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:15px;font-weight:900;border:0;cursor:pointer;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#fff;box-shadow:0 14px 30px rgba(183,120,53,.34);transition:.25s}
.btn:hover{transform:translateY(-2px)} .btn.dark{background:var(--navy);box-shadow:none}.btn.outline{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.24);box-shadow:none}
.top{background:linear-gradient(180deg,#183a67,var(--navy));color:#f5ddba;border-bottom:1px solid rgba(255,255,255,.09)}
.top-inner{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}
.logo img{height:74px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}
.top-info{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;font-weight:800;font-size:15px}
.navbar{position:sticky;top:0;z-index:100;background:rgba(8,29,54,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-inner{height:72px;display:flex;align-items:center;justify-content:center;gap:8px}.navlinks{display:flex;align-items:center;gap:8px}
.navlinks>a,.drop>a{color:#fff;font-weight:900;padding:14px 16px;border-radius:14px;display:inline-flex}.navlinks>a:hover,.drop:hover>a{background:rgba(255,255,255,.1);color:#f6d19a}
.drop{position:relative}.dropmenu{display:none;position:absolute;top:100%;left:0;min-width:300px;background:rgba(10,31,58,.98);padding:10px;border-radius:18px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.12)}.drop:hover .dropmenu{display:block}.dropmenu a{display:block;color:#fff;font-weight:800;padding:13px 15px;border-radius:12px}.dropmenu a:hover{background:rgba(255,255,255,.09);color:#f6d19a}.mobile{display:none;background:none;border:0;color:#fff;font-size:30px}
.hero{position:relative;min-height:760px;overflow:hidden;color:#fff}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,29,54,.94),rgba(8,29,54,.62),rgba(8,29,54,.32)),var(--hero-image) center/cover no-repeat;transform:scale(1.03)}.hero .container{position:relative;z-index:2;min-height:760px;display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center}
.kicker{display:inline-block;color:#f0c486;letter-spacing:.16em;text-transform:uppercase;font-weight:900;font-size:13px;margin-bottom:14px}.hero h1{font-size:clamp(42px,5vw,72px);line-height:1.02;margin:0 0 18px;text-shadow:0 8px 28px rgba(0,0,0,.5)}.hero p{font-size:clamp(18px,2vw,23px);color:#dfeaf7;margin:0 0 28px;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);border-radius:32px;padding:16px;box-shadow:var(--shadow)}.hero-card img{height:430px;width:100%;object-fit:cover;border-radius:24px}.hero-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.hero-mini img{height:110px;border-radius:18px;object-fit:cover;width:100%}
.section{padding:92px 0}.section.tight{padding-top:66px}.head{text-align:center;max-width:880px;margin:0 auto 42px}.head h2{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:10px 0 14px}.head p{color:var(--muted);font-size:18px;margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{position:relative;min-height:420px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#102744}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}.service-card:hover img{transform:scale(1.06)}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,15,29,.05),rgba(5,15,29,.92))}.service-content{position:absolute;z-index:2;left:0;right:0;bottom:0;color:#fff;padding:30px}.service-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--gold2),var(--gold));display:grid;place-items:center;font-size:24px;margin-bottom:16px}.service-content h3{font-size:32px;line-height:1.06;margin:0 0 10px}.service-content p{color:#e2ebf6;margin:0 0 16px}.service-content a{color:#f6d19a;font-weight:900}
.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.panel{background:#fff;border-radius:var(--radius);padding:38px;box-shadow:var(--soft)}.panel h3{font-size:34px;line-height:1.08;margin:0 0 16px}.panel p{color:var(--muted)}.round{border-radius:var(--radius);box-shadow:var(--shadow);height:480px;width:100%;object-fit:cover}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:34px}.stat{background:#fff;border-radius:22px;text-align:center;padding:28px;box-shadow:var(--soft)}.stat strong{display:block;font-size:44px;color:var(--navy)}.stat span{color:var(--muted);font-weight:900}
.dark{background:linear-gradient(180deg,var(--navy),var(--navy2));color:#fff}.dark .head p{color:#c7d5e6}.gallery img{height:310px;width:100%;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.review{background:#fff;border-radius:24px;padding:30px;box-shadow:var(--soft)}.stars{color:var(--gold2);font-size:22px;letter-spacing:2px;margin-bottom:10px}.review p{color:var(--muted)}.areas{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.area{background:#fff;border-radius:18px;padding:20px;box-shadow:var(--soft);font-weight:900}
.contact-card{background:#fff;border-radius:var(--radius);padding:36px;box-shadow:var(--soft)}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:8px;margin-bottom:16px}label{font-weight:900}input,select,textarea{width:100%;border:1px solid rgba(8,29,54,.14);border-radius:15px;padding:14px;font:inherit;background:#fff}textarea{min-height:150px}.note{font-size:13px;color:var(--muted)}.alert{padding:14px;border-radius:14px;margin-bottom:16px;font-weight:900}.success{background:#e7f7eb;color:#1d6b35}.error{background:#fdeceb;color:#8f2b25}
.footer{background:#07172b;color:#d8e4f2;padding:32px 0}.footer-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer a{color:#fff;margin-right:16px;font-weight:800}.footer p{color:#bfd0e0}
@media(max-width:1000px){.top-inner,.hero .container,.grid3,.split,.stats,.areas,.formgrid{grid-template-columns:1fr}.top-info{justify-content:flex-start}.nav-inner{justify-content:space-between}.mobile{display:block}.navlinks{display:none}.navbar.open .navlinks{display:grid;position:absolute;top:72px;left:0;right:0;background:var(--navy);padding:14px 16px}.dropmenu{position:static;display:block;background:rgba(255,255,255,.05);box-shadow:none}.hero,.hero .container{min-height:auto}.hero .container{padding:80px 0}.hero-card img{height:300px}}


/* === HOME PRO UPDATE: before-after + premium footer === */
.home-hero-pro{
  position:relative;
  min-height:760px;
  overflow:hidden;
  color:#fff;
}
.home-hero-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(8,29,54,.96),rgba(8,29,54,.70),rgba(8,29,54,.40)),
    var(--hero-image) center/cover no-repeat;
  transform:scale(1.03);
}
.home-hero-pro::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 35% 20%, rgba(215,162,91,.22), transparent 28%);
}
.home-hero-grid{
  position:relative;
  z-index:2;
  min-height:760px;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:44px;
  align-items:center;
}
.hero-copy-card{
  max-width:760px;
}
.hero-copy-card h1{
  font-size:clamp(44px,5.6vw,76px);
  line-height:1.01;
  margin:0 0 18px;
  text-shadow:0 12px 34px rgba(0,0,0,.55);
}
.hero-copy-card p{
  font-size:clamp(18px,2vw,23px);
  color:#e3edf8;
  margin:0 0 28px;
}
.hero-showcase{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(16px);
  border-radius:34px;
  padding:16px;
  box-shadow:var(--shadow);
}
.hero-showcase>img{
  width:100%;
  height:430px;
  object-fit:cover;
  border-radius:26px;
}
.hero-showcase-mini{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:10px;
}
.hero-showcase-mini img{
  height:112px;
  width:100%;
  object-fit:cover;
  border-radius:18px;
}

.before-after-section{
  background:
    radial-gradient(circle at 15% 10%, rgba(215,162,91,.12), transparent 25%),
    linear-gradient(180deg,#f8fafc,#eef3f8);
}
.ba-pro{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
}
.ba-copy{
  background:#fff;
  border-radius:30px;
  padding:36px;
  box-shadow:var(--soft);
}
.ba-copy h2{
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  margin:10px 0 16px;
}
.ba-copy p{color:var(--muted);font-size:18px}
.ba-list{
  display:grid;
  gap:12px;
  margin:22px 0;
}
.ba-list span{
  padding:14px 16px;
  border-radius:16px;
  background:#f1f5f9;
  font-weight:900;
  color:var(--navy);
}
.ba-slider{
  position:relative;
  aspect-ratio:16/10;
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#111;
}
.ba-slider img{
  width:100%;
  height:100%;
  object-fit:cover;
  user-select:none;
  pointer-events:none;
}
.ba-after{
  position:absolute;
  inset:0 auto 0 0;
  width:55%;
  overflow:hidden;
}
.ba-after img{
  width:calc(100vw);
  max-width:none;
  height:100%;
  object-fit:cover;
}
.ba-divider{
  position:absolute;
  top:0;
  bottom:0;
  left:55%;
  width:4px;
  background:#fff;
  box-shadow:0 0 0 999px rgba(0,0,0,.0);
}
.ba-divider span{
  position:absolute;
  top:50%;
  left:50%;
  width:58px;
  height:58px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#fff;
  font-size:24px;
  box-shadow:0 16px 34px rgba(0,0,0,.28);
}
.ba-range{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:ew-resize;
  width:100%;
  height:100%;
}
.ba-labels{
  position:absolute;
  left:18px;
  right:18px;
  top:18px;
  display:flex;
  justify-content:space-between;
  z-index:3;
}
.ba-labels span{
  background:rgba(8,29,54,.76);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  border-radius:999px;
  padding:9px 14px;
  font-weight:900;
  font-size:13px;
}

.footer{
  background:#07172b !important;
  color:#d8e4f2;
  padding:0 !important;
}
.footer-top{
  padding:54px 0 36px;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.05fr .75fr .8fr;
  gap:30px;
}
.footer-brand img{
  height:78px;
  width:auto;
  margin-bottom:16px;
}
.footer-brand p,
.footer-contact p{
  color:#bfd0e0;
  margin:8px 0;
}
.footer-title{
  color:#fff;
  margin:0 0 14px;
  font-size:18px;
}
.footer-links-list{
  display:grid;
  gap:10px;
}
.footer-links-list a{
  color:#d8e4f2;
  font-weight:800;
  margin:0 !important;
}
.footer-links-list a:hover{color:#f6d19a}
.footer-bottom{
  padding:18px 0;
  color:#9eb2c9;
  font-size:14px;
}
.footer-bottom .container{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

@media(max-width:1000px){
  .home-hero-grid,.ba-pro,.footer-grid{
    grid-template-columns:1fr;
  }
  .home-hero-pro,.home-hero-grid{min-height:auto}
  .home-hero-grid{padding:80px 0}
  .hero-showcase>img{height:320px}
  .ba-after img{width:100vw}
}


/* === Premium minimal legal footer update === */
.footer{
  background:#07172b !important;
  color:#d8e4f2;
  padding:0 !important;
}
.footer-minimal{
  padding:34px 0 22px;
}
.footer-minimal-grid{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:28px;
  align-items:center;
}
.footer-mini-brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.footer-mini-brand img{
  width:auto;
  height:54px;
}
.footer-mini-brand strong{
  display:block;
  color:#fff;
  font-size:17px;
}
.footer-mini-brand span{
  display:block;
  color:#9fb3cc;
  font-size:13px;
  margin-top:2px;
}
.footer-legal-links{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}
.footer-legal-links a{
  color:#d8e4f2;
  font-weight:800;
  font-size:14px;
  margin:0 !important;
}
.footer-legal-links a:hover{
  color:#f6d19a;
}
.footer-mini-contact{
  text-align:right;
  color:#bfd0e0;
  font-size:14px;
  line-height:1.6;
}
.footer-mini-contact a{
  color:#fff;
  font-weight:800;
  margin:0 !important;
}
.footer-copy{
  border-top:1px solid rgba(255,255,255,.08);
  color:#8fa5bd;
  font-size:13px;
  padding:14px 0;
  text-align:center;
}
.legal-hero{
  background:
    radial-gradient(circle at 20% 10%, rgba(215,162,91,.16), transparent 28%),
    linear-gradient(135deg,#081d36,#102d51);
  color:#fff;
  padding:92px 0;
  text-align:center;
}
.legal-hero h1{
  font-size:clamp(38px,5vw,64px);
  line-height:1.04;
  margin:0 0 14px;
}
.legal-hero p{
  color:#d8e4f2;
  max-width:780px;
  margin:0 auto;
  font-size:18px;
}
.legal-content{
  padding:74px 0;
}
.legal-card{
  background:#fff;
  border-radius:28px;
  box-shadow:var(--soft);
  padding:38px;
  max-width:960px;
  margin:0 auto;
}
.legal-card h2{
  margin-top:28px;
  font-size:26px;
}
.legal-card h2:first-child{
  margin-top:0;
}
.legal-card p,
.legal-card li{
  color:var(--muted);
}
.legal-card ul{
  padding-left:20px;
}
@media(max-width:900px){
  .footer-minimal-grid{
    grid-template-columns:1fr;
    text-align:center;
  }
  .footer-mini-brand{
    justify-content:center;
  }
  .footer-mini-contact{
    text-align:center;
  }
}


/* Admin-image-ready gallery helpers */
.gallery-card-pro{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  box-shadow:var(--shadow);
  min-height:310px;
}
.gallery-card-pro img{
  width:100%;
  height:310px;
  object-fit:cover;
  transition:.35s ease;
}
.gallery-card-pro:hover img{transform:scale(1.04)}
.gallery-card-pro span{
  position:absolute;
  left:18px;
  bottom:18px;
  color:#fff;
  font-weight:900;
  background:rgba(8,29,54,.7);
  backdrop-filter:blur(8px);
  padding:10px 14px;
  border-radius:999px;
}


/* === PRO Collage Hero like reference image === */
.home-collage-hero{
  position:relative;
  min-height:760px;
  overflow:hidden;
  color:#fff;
  background:#07172b;
}
.home-collage-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,23,43,.98) 0%, rgba(7,23,43,.92) 26%, rgba(7,23,43,.55) 52%, rgba(7,23,43,.18) 100%),
    var(--hero-image) center/cover no-repeat;
  transform:scale(1.02);
}
.home-collage-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%, rgba(215,162,91,.14), transparent 28%),
    linear-gradient(180deg,rgba(7,23,43,.05),rgba(7,23,43,.35));
  pointer-events:none;
}
.hero-collage-grid{
  position:relative;
  z-index:2;
  min-height:760px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  align-items:center;
  gap:30px;
}
.hero-collage-copy{
  padding:68px 0;
}
.hero-brand-mark{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:64px;
}
.hero-brand-mark img{
  height:88px;
  width:auto;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.hero-gold-line{
  width:98px;
  height:2px;
  background:linear-gradient(90deg,var(--gold),transparent);
  margin-bottom:30px;
}
.hero-collage-copy .welcome{
  color:var(--gold);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:clamp(28px,3.1vw,48px);
  line-height:1.05;
  margin:0 0 8px;
}
.hero-collage-copy h1{
  margin:0;
  font-size:clamp(48px,5.6vw,86px);
  line-height:.96;
  letter-spacing:-.04em;
  text-transform:uppercase;
  text-shadow:0 10px 28px rgba(0,0,0,.42);
}
.hero-collage-copy .script-text{
  font-family:"Brush Script MT","Segoe Script",cursive;
  color:var(--gold);
  font-size:clamp(52px,6vw,96px);
  line-height:.9;
  margin:6px 0 24px;
  font-weight:400;
  text-shadow:0 10px 24px rgba(0,0,0,.30);
}
.hero-collage-copy p{
  max-width:590px;
  color:#eef5ff;
  font-size:clamp(18px,1.5vw,23px);
  margin:0 0 30px;
}
.hero-feature-icons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:28px 0 34px;
  max-width:620px;
}
.hero-feature{
  text-align:center;
  color:#f4dfbd;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
}
.hero-feature .icon{
  width:46px;
  height:46px;
  border:2px solid var(--gold);
  border-radius:14px;
  display:grid;
  place-items:center;
  margin:0 auto 9px;
  color:var(--gold);
  font-size:22px;
}
.hero-outline-btn{
  display:inline-flex;
  align-items:center;
  gap:20px;
  padding:16px 28px;
  border:1.5px solid var(--gold);
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.03em;
  background:rgba(255,255,255,.03);
}
.hero-outline-btn span{
  color:var(--gold);
  font-size:28px;
  line-height:1;
}
.hero-collage-art{
  position:relative;
  height:760px;
  margin-right:calc((100vw - min(1200px, calc(100vw - 32px))) / -2);
}
.collage-main,
.collage-side-top,
.collage-side-bottom,
.collage-bottom{
  position:absolute;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.30);
  border:7px solid rgba(255,255,255,.92);
  background:#111;
}
.collage-main img,
.collage-side-top img,
.collage-side-bottom img,
.collage-bottom img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s ease;
}
.collage-main:hover img,
.collage-side-top:hover img,
.collage-side-bottom:hover img,
.collage-bottom:hover img{
  transform:scale(1.04);
}
.collage-main{
  top:0;
  left:0;
  width:72%;
  height:67%;
  border-top:0;
  border-left:0;
  clip-path:polygon(0 0,100% 0,86% 100%,0 88%);
}
.collage-side-top{
  top:0;
  right:0;
  width:39%;
  height:55%;
  border-top:0;
  border-right:0;
  clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
}
.collage-bottom{
  left:11%;
  bottom:0;
  width:46%;
  height:34%;
  clip-path:polygon(0 0,100% 12%,86% 100%,0 100%);
}
.collage-side-bottom{
  right:0;
  bottom:0;
  width:43%;
  height:43%;
  border-right:0;
  clip-path:polygon(14% 0,100% 0,100% 100%,0 100%);
}
.collage-white-line{
  position:absolute;
  z-index:5;
  background:#fff;
  box-shadow:0 4px 18px rgba(0,0,0,.16);
  transform-origin:center;
}
.line-one{
  width:7px;
  height:94%;
  right:34%;
  top:-8%;
  transform:rotate(33deg);
}
.line-two{
  height:7px;
  width:75%;
  right:0;
  top:55%;
  transform:rotate(0deg);
}
.line-three{
  width:7px;
  height:47%;
  left:53%;
  bottom:-4%;
  transform:rotate(-28deg);
}

@media(max-width:1100px){
  .hero-collage-grid{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .home-collage-hero{
    min-height:auto;
  }
  .hero-brand-mark{
    margin-bottom:34px;
  }
  .hero-collage-art{
    height:540px;
    margin-right:0;
    margin-bottom:40px;
  }
}
@media(max-width:760px){
  .hero-feature-icons{
    grid-template-columns:repeat(2,1fr);
  }
  .hero-collage-art{
    height:430px;
  }
  .collage-main{width:78%;height:58%}
  .collage-side-top{width:46%;height:45%}
  .collage-bottom{left:4%;width:52%;height:34%}
  .collage-side-bottom{width:52%;height:38%}
  .hero-collage-copy h1{
    font-size:clamp(42px,13vw,72px);
  }
}

/* === FIX FINAL HERO REFERENCIA: sin logo duplicado, texto arriba y VARGAS SERVICES en una fila === */
.home-collage-hero{
  min-height:760px;
  background:#07172b;
}
.home-collage-hero::before{
  background:
    linear-gradient(90deg,rgba(7,23,43,.98) 0%, rgba(7,23,43,.88) 25%, rgba(7,23,43,.42) 52%, rgba(7,23,43,.06) 100%),
    var(--hero-image) center/cover no-repeat !important;
  transform:none !important;
}
.hero-collage-grid{
  min-height:760px;
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
}
.hero-collage-copy{
  width:min(760px,58vw);
  padding:54px 0 62px !important;
  margin-top:-20px;
}
.hero-brand-mark{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
}
.hero-gold-line{
  margin-bottom:24px !important;
}
.hero-collage-copy .welcome{
  font-size:clamp(30px,3.1vw,46px) !important;
  line-height:1.05 !important;
  margin-bottom:10px !important;
}
.hero-collage-copy h1{
  white-space:nowrap;
  font-size:clamp(50px,4.7vw,76px) !important;
  line-height:.98 !important;
  letter-spacing:-.045em !important;
  margin:0 !important;
}
.hero-collage-copy .script-text{
  font-size:clamp(56px,5.7vw,92px) !important;
  margin:8px 0 24px !important;
}
.hero-collage-copy p{
  max-width:610px !important;
  font-size:clamp(18px,1.45vw,22px) !important;
  line-height:1.45 !important;
}
.hero-collage-art,
.collage-main,
.collage-side-top,
.collage-side-bottom,
.collage-bottom,
.collage-white-line{
  display:none !important;
}
@media(max-width:1000px){
  .hero-collage-copy{
    width:100%;
    max-width:720px;
    padding:64px 0 !important;
    margin-top:0;
  }
  .hero-collage-copy h1{
    white-space:normal;
  }
}
@media(max-width:620px){
  .home-collage-hero,
  .hero-collage-grid{min-height:auto;}
  .hero-collage-copy h1{font-size:clamp(42px,12vw,62px) !important;}
}

/* === HERO BUTTONS PRO: feature badges + CTA animations === */
.hero-feature-icons{
  align-items:stretch !important;
}
.hero-feature{
  position:relative;
  isolation:isolate;
  min-height:96px;
  padding:16px 12px 14px !important;
  border:1px solid rgba(215,162,91,.34);
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
    radial-gradient(circle at 50% 0%,rgba(215,162,91,.18),transparent 58%);
  box-shadow:0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
  color:#fff !important;
  cursor:default;
  overflow:hidden;
  transform:translateZ(0);
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
  animation:featureFloat 5.8s ease-in-out infinite;
}
.hero-feature:nth-child(2){animation-delay:.35s}
.hero-feature:nth-child(3){animation-delay:.7s}
.hero-feature:nth-child(4){animation-delay:1.05s}
.hero-feature::before{
  content:"";
  position:absolute;
  inset:-70% auto auto -45%;
  width:74%;
  height:210%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  transform:rotate(24deg) translateX(-125%);
  transition:transform .65s ease;
  z-index:-1;
}
.hero-feature::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(215,162,91,.16),transparent 45%,rgba(255,255,255,.06));
  opacity:0;
  transition:opacity .28s ease;
  z-index:-2;
}
.hero-feature:hover{
  transform:translateY(-7px) scale(1.025);
  border-color:rgba(244,193,119,.78);
  box-shadow:0 22px 48px rgba(0,0,0,.32),0 0 0 1px rgba(244,193,119,.16),inset 0 1px 0 rgba(255,255,255,.20);
}
.hero-feature:hover::before{transform:rotate(24deg) translateX(235%)}
.hero-feature:hover::after{opacity:1}
.hero-feature .icon{
  width:42px !important;
  height:42px !important;
  margin:0 auto 10px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:14px;
  background:linear-gradient(135deg,#f2c37c,#c47b31);
  color:#08203d !important;
  font-size:25px !important;
  line-height:1 !important;
  box-shadow:0 10px 24px rgba(183,120,53,.35), inset 0 1px 0 rgba(255,255,255,.35);
  transition:transform .32s ease, filter .32s ease;
}
.hero-feature:hover .icon{
  transform:rotate(-5deg) scale(1.12);
  filter:drop-shadow(0 0 12px rgba(242,195,124,.45));
}
@keyframes featureFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}

.hero-outline-btn{
  position:relative;
  overflow:hidden;
  border:2px solid rgba(215,162,91,.92) !important;
  background:linear-gradient(135deg,rgba(215,162,91,.16),rgba(8,29,54,.25)) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.08);
  transition:transform .28s ease, box-shadow .28s ease, color .28s ease, border-color .28s ease;
}
.hero-outline-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#f0b968,#b87531);
  opacity:0;
  transition:opacity .28s ease;
  z-index:-1;
}
.hero-outline-btn::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-35%;
  width:28%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
  transform:skewX(-18deg);
  animation:btnShine 3.2s ease-in-out infinite;
}
.hero-outline-btn:hover{
  transform:translateY(-4px);
  color:#081d36 !important;
  border-color:#f0c486 !important;
  box-shadow:0 24px 54px rgba(183,120,53,.30),0 0 22px rgba(215,162,91,.20);
}
.hero-outline-btn:hover::before{opacity:1}
.hero-outline-btn span{
  display:inline-grid !important;
  place-items:center;
  width:34px;
  height:34px;
  margin-left:14px;
  border-radius:999px;
  background:rgba(215,162,91,.16);
  border:1px solid rgba(215,162,91,.35);
  transition:transform .28s ease, background .28s ease;
}
.hero-outline-btn:hover span{
  transform:translateX(8px);
  background:rgba(8,29,54,.16);
}
@keyframes btnShine{
  0%,48%{left:-45%}
  70%,100%{left:125%}
}

.header-estimate-btn{
  position:relative;
  overflow:hidden;
  min-height:56px;
  padding:15px 26px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#f4c478 0%,#d6923c 45%,#a86122 100%) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:0 18px 42px rgba(178,105,34,.36), inset 0 1px 0 rgba(255,255,255,.30) !important;
  text-shadow:0 2px 8px rgba(0,0,0,.20);
}
.header-estimate-btn::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.34) 45%,transparent 62%);
  transform:translateX(-125%) skewX(-18deg);
  transition:transform .75s ease;
}
.header-estimate-btn::after{
  content:"";
  position:absolute;
  inset:auto 14px -15px 14px;
  height:26px;
  border-radius:50%;
  background:rgba(255,213,146,.46);
  filter:blur(16px);
}
.header-estimate-btn:hover{
  transform:translateY(-4px) scale(1.015) !important;
  box-shadow:0 26px 58px rgba(178,105,34,.45),0 0 0 4px rgba(215,162,91,.13),inset 0 1px 0 rgba(255,255,255,.38) !important;
}
.header-estimate-btn:hover::before{transform:translateX(135%) skewX(-18deg)}
.header-estimate-btn .btn-svg{
  position:relative;
  z-index:1;
  flex:0 0 auto;
  color:#fff6dc;
  filter:drop-shadow(0 3px 6px rgba(0,0,0,.22));
  transition:transform .28s ease;
}
.header-estimate-btn:hover .btn-svg{transform:translateY(-2px) rotate(-4deg) scale(1.12)}
.header-estimate-btn span{position:relative;z-index:1}

@media(max-width:760px){
  .hero-feature-icons{grid-template-columns:repeat(2,1fr) !important;gap:12px !important}
  .hero-feature{min-height:92px;font-size:12px !important}
  .header-estimate-btn{width:100%;max-width:280px;justify-self:start}
}

/* === HEADER SOCIALS + ROUNDED CTA UPDATE === */
.top-inner{
  grid-template-columns:auto minmax(260px,1fr) auto;
}
.top-info{
  justify-content:center;
  gap:28px;
}
.top-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  flex-wrap:wrap;
}
.social-buttons{
  display:flex;
  align-items:center;
  gap:10px;
}
.social-btn{
  width:42px;
  height:42px;
  display:inline-grid;
  place-items:center;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 28px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.16);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.social-btn:hover{
  transform:translateY(-4px) scale(1.06);
  border-color:rgba(240,196,134,.75);
  box-shadow:0 22px 42px rgba(0,0,0,.28),0 0 0 4px rgba(215,162,91,.10);
}
.social-btn.facebook:hover{background:linear-gradient(135deg,#3578e5,#174ea6)}
.social-btn.instagram:hover{background:linear-gradient(135deg,#feda75,#d62976 55%,#4f5bd5)}
.social-btn.tiktok:hover{background:linear-gradient(135deg,#25f4ee,#111 48%,#fe2c55)}
.social-btn.youtube:hover{background:linear-gradient(135deg,#ff3838,#b90000)}

.header-estimate-btn{
  border-radius:999px !important;
  padding:16px 28px !important;
  background:
    linear-gradient(#112b4d,#112b4d) padding-box,
    linear-gradient(135deg,#fff0bf 0%,#d7a25b 32%,#b77835 65%,#ffe3a8 100%) border-box !important;
  border:2px solid transparent !important;
  color:#fff7e8 !important;
  box-shadow:0 20px 44px rgba(183,120,53,.28),0 0 0 5px rgba(215,162,91,.10),inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.header-estimate-btn::after{
  inset:auto 18px -12px 18px;
  background:rgba(240,185,104,.60);
}
.header-estimate-btn:hover{
  background:
    linear-gradient(135deg,#f6cf8e 0%,#d99a45 45%,#a86122 100%) padding-box,
    linear-gradient(135deg,#fff4c9,#d7a25b,#b77835,#fff4c9) border-box !important;
  color:#07172b !important;
}
.header-estimate-btn:hover .btn-svg{color:#07172b}

.hero-outline-btn{
  border-radius:999px !important;
  padding:17px 28px !important;
  background:
    linear-gradient(135deg,rgba(8,29,54,.72),rgba(16,45,81,.38)) padding-box,
    linear-gradient(135deg,#fff0bf 0%,#d7a25b 35%,#b77835 70%,#fff0bf 100%) border-box !important;
  border:2px solid transparent !important;
  box-shadow:0 20px 48px rgba(0,0,0,.25),0 0 0 5px rgba(215,162,91,.08),inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.hero-outline-btn::before{
  border-radius:inherit;
  background:linear-gradient(135deg,#f6cf8e 0%,#d99a45 45%,#a86122 100%) !important;
}
.hero-outline-btn:hover{
  color:#07172b !important;
  box-shadow:0 28px 60px rgba(183,120,53,.35),0 0 0 6px rgba(215,162,91,.14) !important;
}
.hero-outline-btn span{
  border-radius:999px !important;
  background:linear-gradient(135deg,rgba(215,162,91,.28),rgba(255,255,255,.08)) !important;
}
.hero-outline-btn:hover span{
  background:rgba(8,29,54,.18) !important;
}

@media(max-width:1100px){
  .top-inner{grid-template-columns:1fr;justify-items:start;gap:14px;padding:16px 0}
  .top-info{justify-content:flex-start}
  .top-actions{justify-content:flex-start}
}
@media(max-width:620px){
  .top-actions{width:100%}
  .social-buttons{width:100%;justify-content:flex-start;flex-wrap:wrap}
  .header-estimate-btn{width:100%;max-width:320px}
}


/* === FINAL CLEAN FIX: social icons in removed-location slot + truly rounded CTAs === */
.top-inner{
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
}
.top-info{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
  flex-wrap:wrap !important;
}
.top-info .social-buttons{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  margin-left:4px !important;
}
.top-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}
.top-actions .social-buttons{display:none !important;}
.social-btn{
  width:34px !important;
  height:34px !important;
  border-radius:999px !important;
  color:#fff7e6 !important;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.04)) !important;
  border:1px solid rgba(240,196,134,.34) !important;
  box-shadow:0 10px 22px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.16) !important;
}
.social-btn:hover{
  transform:translateY(-3px) scale(1.08) !important;
  border-color:rgba(255,220,158,.85) !important;
}
.header-estimate-btn{
  border-radius:24px !important;
  padding:17px 30px !important;
  background:
    linear-gradient(135deg,#f8cb7c 0%,#d9953d 46%,#a95f22 100%) padding-box,
    linear-gradient(135deg,#fff4c7,#d7a25b,#9b5a1e,#ffe7ad) border-box !important;
  border:2px solid transparent !important;
  color:#fff !important;
  box-shadow:0 20px 46px rgba(176,99,30,.38),0 0 0 5px rgba(215,162,91,.12),inset 0 1px 0 rgba(255,255,255,.32) !important;
}
.header-estimate-btn:hover{
  transform:translateY(-4px) scale(1.02) !important;
  color:#07172b !important;
  box-shadow:0 28px 64px rgba(176,99,30,.46),0 0 0 7px rgba(215,162,91,.16),inset 0 1px 0 rgba(255,255,255,.38) !important;
}
.header-estimate-btn:hover .btn-svg{color:#07172b !important;}
.hero-outline-btn,
.home-collage-hero .hero-outline-btn,
.hero-collage-copy .hero-outline-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
  min-width:270px !important;
  min-height:64px !important;
  padding:18px 26px !important;
  border-radius:24px !important;
  border:2px solid transparent !important;
  background:
    linear-gradient(135deg,rgba(9,29,52,.86),rgba(22,54,92,.58)) padding-box,
    linear-gradient(135deg,#fff0bf 0%,#d7a25b 38%,#b77835 72%,#ffe4a8 100%) border-box !important;
  color:#fff !important;
  font-weight:950 !important;
  letter-spacing:.02em !important;
  overflow:hidden !important;
  box-shadow:0 22px 52px rgba(0,0,0,.34),0 0 0 6px rgba(215,162,91,.10),inset 0 1px 0 rgba(255,255,255,.12) !important;
  clip-path:none !important;
}
.hero-outline-btn::before,
.home-collage-hero .hero-outline-btn::before,
.hero-collage-copy .hero-outline-btn::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:inherit !important;
  background:linear-gradient(135deg,#f5c779 0%,#d7923e 48%,#a55f24 100%) !important;
  opacity:0 !important;
  transition:opacity .28s ease !important;
  z-index:-1 !important;
}
.hero-outline-btn::after,
.home-collage-hero .hero-outline-btn::after,
.hero-collage-copy .hero-outline-btn::after{
  content:"" !important;
  position:absolute !important;
  top:-40% !important;
  bottom:-40% !important;
  left:-55% !important;
  width:34% !important;
  border:0 !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent) !important;
  transform:rotate(18deg) !important;
  animation:btnShine 3.2s ease-in-out infinite !important;
}
.hero-outline-btn:hover,
.home-collage-hero .hero-outline-btn:hover,
.hero-collage-copy .hero-outline-btn:hover{
  transform:translateY(-4px) scale(1.015) !important;
  color:#07172b !important;
  box-shadow:0 30px 70px rgba(183,120,53,.40),0 0 0 8px rgba(215,162,91,.16),inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.hero-outline-btn:hover::before{opacity:1 !important;}
.hero-outline-btn span,
.home-collage-hero .hero-outline-btn span,
.hero-collage-copy .hero-outline-btn span{
  width:42px !important;
  height:42px !important;
  border-radius:999px !important;
  display:inline-grid !important;
  place-items:center !important;
  margin-left:auto !important;
  color:#ffe6ad !important;
  background:linear-gradient(135deg,rgba(215,162,91,.34),rgba(255,255,255,.08)) !important;
  border:1px solid rgba(255,226,178,.28) !important;
  transition:transform .28s ease, background .28s ease, color .28s ease !important;
}
.hero-outline-btn:hover span{
  color:#07172b !important;
  background:rgba(255,255,255,.34) !important;
  transform:translateX(8px) !important;
}
@media(max-width:1100px){
  .top-inner{grid-template-columns:1fr !important;justify-items:start !important;gap:14px !important;padding:16px 0 !important;}
  .top-info{justify-content:flex-start !important;}
  .top-actions{justify-content:flex-start !important;}
}
@media(max-width:620px){
  .hero-outline-btn{width:100% !important;min-width:0 !important;}
  .top-info .social-buttons{width:100%;margin-left:0 !important;}
  .header-estimate-btn{width:100%;max-width:320px;}
}

/* ===== MENU PRO FINAL - only visual nav upgrade ===== */
.menu-pro{
  position:sticky;
  top:0;
  z-index:120;
  background:linear-gradient(180deg,rgba(14,43,76,.96),rgba(8,29,54,.94));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(218,158,76,.24);
  box-shadow:0 16px 38px rgba(0,0,0,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.menu-pro::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 0%,rgba(226,169,91,.16),transparent 45%),linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
  opacity:.65;
}
.menu-pro .nav-inner{
  position:relative;
  height:74px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.navlinks-pro{
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 34px rgba(0,0,0,.18);
}
.navlinks-pro>a,
.navlinks-pro .drop>a{
  position:relative;
  overflow:hidden;
  min-height:46px;
  color:#fff;
  font-weight:900;
  letter-spacing:-.01em;
  padding:13px 17px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  text-decoration:none;
  transition:transform .28s ease,color .28s ease,background .28s ease,box-shadow .28s ease;
}
.navlinks-pro>a::before,
.navlinks-pro .drop>a::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(232,175,96,.95),rgba(176,106,37,.92));
  opacity:0;
  transform:scale(.92);
  transition:opacity .28s ease,transform .28s ease;
  z-index:-1;
}
.navlinks-pro>a::after,
.navlinks-pro .drop>a::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:7px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,#ffe3b0,transparent);
  opacity:0;
  transform:translateY(5px) scaleX(.55);
  transition:.28s ease;
}
.navlinks-pro>a:hover,
.navlinks-pro .drop:hover>a{
  color:#071d35;
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(218,145,61,.32);
}
.navlinks-pro>a:hover::before,
.navlinks-pro .drop:hover>a::before{
  opacity:1;
  transform:scale(1);
}
.navlinks-pro>a:hover::after,
.navlinks-pro .drop:hover>a::after{
  opacity:1;
  transform:translateY(0) scaleX(1);
}
.navlinks-pro .nav-ico{
  width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#e9b468;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(232,180,104,.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
  font-size:13px;
  line-height:1;
  transition:transform .28s ease,color .28s ease,background .28s ease;
}
.navlinks-pro>a:hover .nav-ico,
.navlinks-pro .drop:hover .nav-ico{
  color:#071d35;
  background:rgba(255,255,255,.72);
  transform:rotate(-6deg) scale(1.08);
}
.navlinks-pro .chev{font-size:12px;opacity:.9;margin-left:-4px;transition:transform .25s ease}.navlinks-pro .drop:hover .chev{transform:rotate(180deg)}
.menu-pro .drop{position:relative;}
.menu-pro .dropmenu{
  display:block;
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  min-width:310px;
  padding:12px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(12,35,63,.98),rgba(6,22,42,.98));
  border:1px solid rgba(232,180,104,.22);
  box-shadow:0 24px 55px rgba(0,0,0,.34);
  transform:translateX(-50%) translateY(10px) scale(.96);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .24s ease,transform .24s ease,visibility .24s ease;
}
.menu-pro .drop:hover .dropmenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0) scale(1);
}
.menu-pro .dropmenu::before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:14px;
  height:14px;
  transform:translateX(-50%) rotate(45deg);
  background:rgba(12,35,63,.98);
  border-left:1px solid rgba(232,180,104,.22);
  border-top:1px solid rgba(232,180,104,.22);
}
.menu-pro .dropmenu a{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:900;
  padding:14px 15px;
  border-radius:16px;
  text-decoration:none;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.menu-pro .dropmenu a::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(135deg,#f4c27b,#b66f2f);
  box-shadow:0 0 0 4px rgba(232,180,104,.12);
}
.menu-pro .dropmenu a:hover{
  background:rgba(255,255,255,.08);
  color:#f5c47d;
  transform:translateX(4px);
}
@media(max-width:1100px){
  .navlinks-pro{gap:5px;padding:8px}.navlinks-pro>a,.navlinks-pro .drop>a{padding:12px 12px;font-size:14px}.navlinks-pro .nav-ico{display:none}
}
@media(max-width:1000px){
  .menu-pro .nav-inner{justify-content:space-between;height:68px}.menu-pro .mobile{display:block;background:linear-gradient(135deg,#e9b468,#b66f2f);border:0;border-radius:14px;color:#071d35;font-weight:900;padding:8px 13px;box-shadow:0 12px 25px rgba(0,0,0,.22)}
  .menu-pro .navlinks-pro{display:none;border-radius:22px;position:absolute;top:76px;left:14px;right:14px;background:rgba(8,29,54,.98);padding:12px;box-shadow:0 24px 55px rgba(0,0,0,.34)}
  .menu-pro.open .navlinks-pro,.navbar.open .navlinks-pro{display:grid;gap:8px}
  .menu-pro .navlinks-pro>a,.menu-pro .navlinks-pro .drop>a{justify-content:flex-start;width:100%}
  .menu-pro .dropmenu{position:static;display:block;opacity:1;visibility:visible;pointer-events:auto;transform:none;min-width:0;margin-top:8px;background:rgba(255,255,255,.055);box-shadow:none}.menu-pro .dropmenu::before{display:none}
}

/* ===== MENU CLEAN PRO - slimmer, elegant, no floating pill/icons ===== */
.menu-clean{
  position:sticky;
  top:0;
  z-index:130;
  background:linear-gradient(180deg,rgba(13,37,64,.98),rgba(10,30,54,.97));
  border-top:1px solid rgba(255,255,255,.055);
  border-bottom:1px solid rgba(225,166,86,.22);
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.menu-clean::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(245,190,113,.55),transparent);
  pointer-events:none;
}
.menu-clean .nav-inner{
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.navlinks-clean{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  width:auto;
  padding:0;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.navlinks-clean>a,
.navlinks-clean .drop>a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:14px;
  color:#fff;
  font-weight:900;
  letter-spacing:-.015em;
  text-decoration:none;
  background:transparent;
  transition:color .24s ease,transform .24s ease,background .24s ease;
}
.navlinks-clean>a::before,
.navlinks-clean .drop>a::before{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:7px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#b86f31,#f3c177,#b86f31);
  opacity:0;
  transform:scaleX(.35) translateY(5px);
  transition:opacity .24s ease,transform .24s ease;
}
.navlinks-clean>a:hover,
.navlinks-clean .drop:hover>a{
  color:#f5c47d;
  transform:translateY(-2px);
  background:rgba(255,255,255,.055);
}
.navlinks-clean>a:hover::before,
.navlinks-clean .drop:hover>a::before{
  opacity:1;
  transform:scaleX(1) translateY(0);
}
.navlinks-clean .chev{
  font-size:12px;
  margin-left:6px;
  opacity:.88;
  transition:transform .24s ease;
}
.navlinks-clean .drop:hover .chev{transform:rotate(180deg)}
.menu-clean .drop{position:relative;}
.menu-clean .dropmenu{
  display:block;
  position:absolute;
  top:calc(100% + 10px);
  left:50%;
  min-width:292px;
  padding:10px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(10,31,58,.98),rgba(6,21,40,.98));
  border:1px solid rgba(232,180,104,.20);
  box-shadow:0 24px 50px rgba(0,0,0,.32);
  transform:translateX(-50%) translateY(8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
}
.menu-clean .drop:hover .dropmenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.menu-clean .dropmenu a{
  display:block;
  color:#fff;
  font-weight:850;
  padding:13px 14px;
  border-radius:13px;
  text-decoration:none;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.menu-clean .dropmenu a:hover{
  background:rgba(255,255,255,.075);
  color:#f5c47d;
  transform:translateX(4px);
}
@media(max-width:1100px){
  .navlinks-clean>a,.navlinks-clean .drop>a{padding:11px 12px;font-size:14px;}
}
@media(max-width:1000px){
  .menu-clean .nav-inner{height:66px;justify-content:flex-end;}
  .menu-clean .mobile{display:block;background:linear-gradient(135deg,#e9b468,#b66f2f);border:0;border-radius:14px;color:#071d35;font-weight:900;padding:8px 13px;box-shadow:0 12px 25px rgba(0,0,0,.22)}
  .menu-clean .navlinks-clean{display:none;position:absolute;top:70px;left:14px;right:14px;background:rgba(8,29,54,.98) !important;border:1px solid rgba(255,255,255,.10) !important;border-radius:20px !important;padding:12px;box-shadow:0 24px 55px rgba(0,0,0,.34) !important;}
  .menu-clean.open .navlinks-clean,.navbar.open .navlinks-clean{display:grid;gap:6px;}
  .menu-clean .navlinks-clean>a,.menu-clean .navlinks-clean .drop>a{justify-content:flex-start;width:100%;}
  .menu-clean .dropmenu{position:static;display:block;opacity:1;visibility:visible;pointer-events:auto;transform:none;min-width:0;margin-top:6px;background:rgba(255,255,255,.055);box-shadow:none;}
}

/* === Vargas Services: Premium services cards below hero === */
.services-premium-section{
  position:relative;
  overflow:hidden;
  margin-top:0;
  padding-top:72px;
  background:
    radial-gradient(circle at 14% 8%, rgba(217,160,82,.15), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(8,34,62,.10), transparent 28%),
    linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%);
}
.services-premium-section:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(217,160,82,.55),transparent);
}
.services-premium-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.services-premium-head h2{
  margin:10px 0 12px;
  color:var(--navy);
  font-size:clamp(34px,4vw,54px);
  line-height:1.04;
  letter-spacing:-1.8px;
}
.services-premium-head p{
  max-width:720px;
  margin:0 auto;
  color:#52677e;
  font-size:18px;
  line-height:1.75;
}
.services-premium-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.service-card-premium{
  min-height:445px;
  border-radius:30px;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 26px 70px rgba(8,25,45,.16);
  transform:translateY(0);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.service-card-premium:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(7,23,43,.06) 0%,rgba(7,23,43,.34) 42%,rgba(7,23,43,.94) 100%),
    radial-gradient(circle at 18% 20%,rgba(217,160,82,.24),transparent 26%);
}
.service-card-premium:after{
  content:"";
  position:absolute;
  inset:auto 18px 18px 18px;
  height:52%;
  z-index:1;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
}
.service-card-premium:hover{
  transform:translateY(-10px);
  box-shadow:0 36px 90px rgba(8,25,45,.24);
  border-color:rgba(217,160,82,.62);
}
.service-card-premium:hover img{transform:scale(1.09)}
.service-card-premium .service-shine{
  position:absolute;
  inset:-40% auto auto -70%;
  width:70%;
  height:180%;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);
  transform:rotate(18deg);
  transition:left .8s ease;
}
.service-card-premium:hover .service-shine{left:115%}
.service-card-premium .service-content{
  z-index:3;
  padding:34px 30px 28px;
}
.service-card-premium .service-icon{
  width:62px;
  height:62px;
  border-radius:20px;
  color:#102744;
  font-size:25px;
  box-shadow:0 16px 32px rgba(217,160,82,.35), inset 0 1px 0 rgba(255,255,255,.45);
  border:1px solid rgba(255,255,255,.28);
}
.service-number{
  position:absolute;
  top:30px;
  right:30px;
  color:rgba(255,255,255,.55);
  font-size:14px;
  font-weight:900;
  letter-spacing:2px;
}
.service-card-premium .service-content h3{
  font-size:clamp(28px,2.6vw,38px);
  letter-spacing:-1.2px;
  text-shadow:0 8px 26px rgba(0,0,0,.36);
}
.service-card-premium .service-content p{
  max-width:95%;
  color:#ecf4fb;
  font-size:16px;
  line-height:1.62;
}
.service-link-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:4px;
  padding:12px 18px;
  border-radius:999px;
  color:#102744 !important;
  background:linear-gradient(135deg,#f8d596,#d8963f);
  box-shadow:0 14px 30px rgba(217,150,63,.28);
  border:1px solid rgba(255,255,255,.35);
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease;
}
.service-link-pill span{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:rgba(16,39,68,.14);
}
.service-link-pill:hover{
  transform:translateX(5px);
  box-shadow:0 18px 36px rgba(217,150,63,.35);
}
@media(max-width:1000px){
  .services-premium-grid{grid-template-columns:1fr}
  .services-premium-section{padding-top:52px}
  .service-card-premium{min-height:400px}
}

/* === EMERGENCY RESTORE + LIGHT PERFORMANCE FIX ===
   Restores the visual layout before the failed optimization, but removes the heavy effects
   that caused slow clicks/scrolling. No HTML changes. */
html{scroll-behavior:auto !important;}

/* Remove continuous animations and expensive shine passes */
.hero-feature,
.hero-outline-btn::after,
.header-estimate-btn::before,
.service-card-premium .service-shine{
  animation:none !important;
}
.hero-feature::before,
.hero-outline-btn::after,
.header-estimate-btn::before,
.service-card-premium .service-shine{
  display:none !important;
}

/* Reduce GPU-heavy blur while keeping premium glass look */
.menu-clean,
.menu-pro,
.service-card-premium:after,
.navlinks-pro,
.service-card-premium,
.hero-feature{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.service-card-premium:after{
  background:linear-gradient(180deg,rgba(8,29,54,.70),rgba(8,29,54,.52)) !important;
}

/* Keep hover smooth but light */
.hero-feature,
.hero-outline-btn,
.header-estimate-btn,
.social-btn,
.navlinks-clean>a,
.navlinks-clean .drop>a,
.service-card-premium,
.service-card-premium img,
.service-link-pill{
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease !important;
}
.hero-feature:hover,
.header-estimate-btn:hover,
.hero-outline-btn:hover,
.service-card-premium:hover,
.social-btn:hover{
  transform:translateY(-2px) !important;
}
.service-card-premium:hover img{
  transform:scale(1.025) !important;
}
.service-link-pill:hover{
  transform:translateX(3px) !important;
}

/* Lighter shadows to avoid slow repaints */
.hero-feature{
  box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.hero-feature:hover{
  box-shadow:0 14px 30px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.14) !important;
}
.hero-outline-btn{
  box-shadow:0 14px 32px rgba(0,0,0,.25),0 0 0 3px rgba(215,162,91,.08) !important;
}
.hero-outline-btn:hover{
  box-shadow:0 18px 38px rgba(183,120,53,.28),0 0 0 4px rgba(215,162,91,.10) !important;
}
.header-estimate-btn{
  box-shadow:0 14px 32px rgba(176,99,30,.28),0 0 0 3px rgba(215,162,91,.08),inset 0 1px 0 rgba(255,255,255,.22) !important;
}
.header-estimate-btn:hover{
  box-shadow:0 18px 38px rgba(176,99,30,.34),0 0 0 4px rgba(215,162,91,.10),inset 0 1px 0 rgba(255,255,255,.26) !important;
}
.service-card-premium{
  box-shadow:0 18px 42px rgba(8,25,45,.15) !important;
}
.service-card-premium:hover{
  box-shadow:0 22px 52px rgba(8,25,45,.20) !important;
}
.menu-clean{
  box-shadow:0 8px 20px rgba(0,0,0,.12) !important;
}

/* Preserve the correct hero composition from the stable version */
.home-collage-hero{min-height:760px !important;}
.hero-collage-grid{min-height:760px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;}
.hero-collage-copy{width:min(760px,58vw) !important;padding:54px 0 62px !important;margin-top:-20px !important;}
.hero-brand-mark,.hero-collage-art,.collage-main,.collage-side-top,.collage-side-bottom,.collage-bottom,.collage-white-line{display:none !important;}
.hero-collage-copy h1{white-space:nowrap !important;font-size:clamp(50px,4.7vw,76px) !important;line-height:.98 !important;letter-spacing:-.045em !important;}
.hero-collage-copy .script-text{font-size:clamp(56px,5.7vw,92px) !important;margin:8px 0 24px !important;}

@media(max-width:1000px){
  .hero-collage-copy{width:100% !important;max-width:720px !important;margin-top:0 !important;}
  .hero-collage-copy h1{white-space:normal !important;}
}


/* === EXPERIENCE COLLAGE PREMIUM - independent blocks, lightweight === */
.experience-premium-section{
  position:relative;
  background:
    radial-gradient(circle at 18% 8%, rgba(215,162,91,.10), transparent 28%),
    linear-gradient(180deg,#f8fafc 0%,#eef3f8 100%);
  padding-top:42px !important;
  padding-bottom:76px !important;
  overflow:hidden;
}
.experience-title{
  max-width:1020px;
  margin:0 auto 34px;
  text-align:center;
  color:var(--text);
}
.experience-title .experience-line{
  display:inline-block;
  width:150px;
  height:1px;
  margin:0 16px 14px;
  vertical-align:middle;
  background:linear-gradient(90deg,transparent,rgba(73,86,58,.55),transparent);
}
.experience-title h2{
  display:inline-block;
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:500;
  font-size:clamp(42px,5vw,74px);
  line-height:.98;
  letter-spacing:-.045em;
  color:#1d2428;
}
.experience-title h2 em{
  color:#51613f;
  font-style:italic;
  font-weight:500;
}
.experience-title p{
  max-width:850px;
  margin:22px auto 0;
  color:#58697f;
  font-size:18px;
  line-height:1.7;
}
.experience-collage-grid{
  display:grid;
  grid-template-columns:1fr 1.45fr 1fr;
  grid-template-rows:250px 250px;
  gap:16px;
  align-items:stretch;
}
.experience-img-card{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:26px;
  background:#0b223c;
  border:1px solid rgba(8,29,54,.08);
  box-shadow:0 18px 44px rgba(8,29,54,.13);
  isolation:isolate;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.experience-img-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,29,54,0) 42%,rgba(8,29,54,.18));
  pointer-events:none;
}
.experience-img-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .32s ease, filter .32s ease;
}
.experience-img-card:hover{
  transform:translateY(-5px);
  border-color:rgba(215,162,91,.35);
  box-shadow:0 24px 56px rgba(8,29,54,.20);
}
.experience-img-card:hover img{
  transform:scale(1.035);
  filter:saturate(1.04) contrast(1.02);
}
.exp-main{grid-column:2;grid-row:1 / span 2;}
.exp-bath{grid-column:1;grid-row:1;}
.exp-entry{grid-column:1;grid-row:2;}
.exp-outdoor{grid-column:3;grid-row:1;}
.exp-living{grid-column:3;grid-row:2;}
.experience-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:26px;
}
.experience-value-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  min-height:94px;
  padding:16px 18px;
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(246,249,252,.86)) padding-box,
    linear-gradient(135deg,rgba(215,162,91,.70),rgba(16,45,81,.24),rgba(215,162,91,.42)) border-box;
  border:1px solid transparent;
  box-shadow:0 14px 30px rgba(8,29,54,.10), inset 0 1px 0 rgba(255,255,255,.88);
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.experience-value-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 10%,rgba(215,162,91,.16),transparent 42%),linear-gradient(90deg,rgba(8,29,54,.035),transparent 52%);
  opacity:1;
  z-index:-1;
}
.experience-value-card::after{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,#f0c486,#b77835);
  opacity:.72;
}
.experience-value-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(8,29,54,.15),0 0 0 4px rgba(215,162,91,.10),inset 0 1px 0 rgba(255,255,255,.92);
}
.experience-value-card .value-icon{
  flex:0 0 46px;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#08203d;
  border:1px solid rgba(255,255,255,.58);
  background:linear-gradient(135deg,#f4c77e 0%,#d79a45 52%,#b77835 100%);
  box-shadow:0 10px 20px rgba(183,120,53,.22), inset 0 1px 0 rgba(255,255,255,.46);
  font-size:22px;
  line-height:1;
  transition:transform .22s ease, filter .22s ease;
}
.experience-value-card:hover .value-icon{
  transform:translateY(-2px) rotate(-4deg) scale(1.05);
  filter:drop-shadow(0 6px 10px rgba(183,120,53,.20));
}
.experience-value-card strong{
  display:block;
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(14px,1.02vw,16px);
  font-weight:950;
  line-height:1.18;
  letter-spacing:.01em;
  color:#10213a;
  text-transform:uppercase;
  text-shadow:none;
}
@media(max-width:1000px){
  .experience-collage-grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 320px 260px;}
  .exp-main{grid-column:1 / span 2;grid-row:2;}
  .exp-bath{grid-column:1;grid-row:1;}.exp-outdoor{grid-column:2;grid-row:1;}
  .exp-entry{grid-column:1;grid-row:3;}.exp-living{grid-column:2;grid-row:3;}
  .experience-values-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .experience-premium-section{padding-top:34px !important;padding-bottom:52px !important;}
  .experience-title h2{font-size:clamp(34px,10vw,50px);}
  .experience-title .experience-line{display:none;}
  .experience-collage-grid{grid-template-columns:1fr;grid-template-rows:none;gap:14px;}
  .experience-img-card,.exp-main,.exp-bath,.exp-outdoor,.exp-entry,.exp-living{grid-column:auto;grid-row:auto;height:260px;}
  .experience-values-grid{grid-template-columns:1fr;gap:12px;}
  .experience-value-card{min-height:90px;}
}

/* === BEFORE / AFTER LUXURY SHOWCASE - optimized and stable === */
.ba-luxury-section{
  position:relative;
  overflow:hidden;
  padding:110px 0 105px !important;
  background:
    radial-gradient(circle at 14% 18%,rgba(215,162,91,.14),transparent 30%),
    radial-gradient(circle at 86% 72%,rgba(16,45,81,.10),transparent 34%),
    linear-gradient(180deg,#f8fbff 0%,#eef4fa 100%) !important;
}
.ba-luxury-section::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(215,162,91,.58),transparent);
}
.ba-luxury-wrap{
  display:grid !important;
  grid-template-columns:.82fr 1.18fr !important;
  gap:42px !important;
  align-items:center !important;
}
.ba-luxury-copy{
  position:relative;
  border-radius:34px !important;
  padding:42px 40px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,251,255,.88)) !important;
  border:1px solid rgba(215,162,91,.16);
  box-shadow:0 22px 54px rgba(8,29,54,.10) !important;
}
.ba-luxury-copy::before{
  content:"";
  position:absolute;
  left:0;top:34px;bottom:34px;width:4px;
  border-radius:999px;
  background:linear-gradient(180deg,#f0c486,#b77835);
}
.ba-luxury-copy .kicker{
  margin-bottom:14px !important;
  color:#d7a25b !important;
}
.ba-luxury-copy h2{
  max-width:520px;
  font-size:clamp(36px,4.2vw,58px) !important;
  line-height:.98 !important;
  letter-spacing:-.045em;
  margin:0 0 18px !important;
}
.ba-luxury-copy p{
  max-width:540px;
  font-size:17px !important;
  color:#526782 !important;
  margin:0 0 24px !important;
}
.ba-luxury-list{
  gap:10px !important;
  margin:24px 0 22px !important;
}
.ba-luxury-list span{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px !important;
  border-radius:16px !important;
  color:#10213a !important;
  background:linear-gradient(135deg,#f4f8fc,#eef3f8) !important;
  border:1px solid rgba(8,29,54,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.ba-luxury-list b{
  width:30px;height:30px;display:grid;place-items:center;
  border-radius:999px;
  color:#081d36;
  background:linear-gradient(135deg,#f4c77e,#d79a45);
  font-size:12px;
  flex:0 0 auto;
}
.ba-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:4px 0 24px;
}
.ba-mini-stats div{
  padding:14px 10px;
  border-radius:16px;
  text-align:center;
  background:rgba(8,29,54,.045);
  border:1px solid rgba(8,29,54,.06);
}
.ba-mini-stats strong{
  display:block;
  color:#10213a;
  font-size:15px;
  line-height:1.1;
}
.ba-mini-stats small{
  display:block;
  color:#61728a;
  font-weight:800;
  margin-top:2px;
}
.ba-luxury-btn{
  border-radius:18px !important;
  padding:15px 22px !important;
  box-shadow:0 14px 30px rgba(183,120,53,.24) !important;
}
.ba-visual-panel{
  position:relative;
}
.ba-luxury-slider{
  aspect-ratio:16/10 !important;
  min-height:440px;
  border-radius:34px !important;
  overflow:hidden;
  background:#07172b !important;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 28px 70px rgba(8,29,54,.22) !important;
  transform:translateZ(0);
}
.ba-luxury-slider::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(8,29,54,.12),transparent 45%,rgba(8,29,54,.10));
}
.ba-luxury-slider img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  pointer-events:none;
  user-select:none;
}
.ba-luxury-slider .ba-after{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  overflow:hidden !important;
  clip-path:inset(0 calc(100% - var(--ba-pos,55%)) 0 0);
  z-index:1;
}
.ba-luxury-slider .ba-after img{
  width:100% !important;
  max-width:none !important;
}
.ba-luxury-slider .ba-divider{
  left:var(--ba-pos,55%) !important;
  width:3px !important;
  background:rgba(255,255,255,.92) !important;
  z-index:4 !important;
  box-shadow:0 0 22px rgba(255,255,255,.45) !important;
}
.ba-luxury-slider .ba-divider span{
  width:62px !important;
  height:62px !important;
  color:#081d36 !important;
  font-weight:950;
  background:linear-gradient(135deg,#f7cf89,#d99039) !important;
  box-shadow:0 16px 38px rgba(0,0,0,.28),0 0 0 7px rgba(255,255,255,.18) !important;
}
.ba-luxury-labels{
  z-index:5 !important;
  top:20px !important;
  left:20px !important;
  right:20px !important;
}
.ba-luxury-labels span{
  background:rgba(8,29,54,.84) !important;
  border:1px solid rgba(240,196,134,.30) !important;
  color:#fff !important;
  backdrop-filter:none !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.ba-luxury-slider .ba-range{
  z-index:8 !important;
}
.ba-caption-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:14px;
  color:#61728a;
  font-weight:900;
  font-size:13px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.ba-caption-row strong{color:#10213a;}
@media(max-width:1000px){
  .ba-luxury-wrap{grid-template-columns:1fr !important;gap:28px !important;}
  .ba-luxury-section{padding:76px 0 !important;}
  .ba-luxury-slider{min-height:360px;}
}
@media(max-width:640px){
  .ba-luxury-copy{padding:30px 24px !important;border-radius:26px !important;}
  .ba-mini-stats{grid-template-columns:1fr;}
  .ba-luxury-slider{min-height:300px;border-radius:24px !important;}
  .ba-luxury-slider .ba-divider span{width:54px !important;height:54px !important;}
  .ba-caption-row{display:none;}
}

/* === SAFE FIX 2026-05: Experience uses all 5 dashboard images + Before/After equal sizing === */
.experience-premium-section{
  padding-top:72px !important;
  padding-bottom:82px !important;
}
.experience-collage-grid{
  display:grid !important;
  grid-template-columns:1fr 1.45fr 1fr !important;
  grid-template-rows:250px 250px !important;
  gap:16px !important;
  align-items:stretch !important;
}
.experience-img-card{
  display:block !important;
  min-width:0 !important;
  min-height:0 !important;
}
.experience-img-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.exp-main{grid-column:2 !important;grid-row:1 / span 2 !important;}
.exp-bath{grid-column:1 !important;grid-row:1 !important;}
.exp-entry{grid-column:1 !important;grid-row:2 !important;}
.exp-outdoor{grid-column:3 !important;grid-row:1 !important;}
.exp-living{grid-column:3 !important;grid-row:2 !important;}

.ba-luxury-wrap{
  align-items:stretch !important;
}
.ba-luxury-copy{
  height:100% !important;
}
.ba-visual-panel{
  display:grid !important;
  grid-template-rows:1fr auto !important;
  align-items:stretch !important;
  min-height:100% !important;
}
.ba-luxury-slider{
  width:100% !important;
  height:100% !important;
  min-height:520px !important;
  aspect-ratio:auto !important;
}
.ba-luxury-slider .ba-before-img,
.ba-luxury-slider .ba-after img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.ba-luxury-slider .ba-after{
  height:100% !important;
}

@media(max-width:1000px){
  .experience-collage-grid{
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:240px 320px 240px !important;
  }
  .exp-main{grid-column:1 / span 2 !important;grid-row:2 !important;}
  .exp-bath{grid-column:1 !important;grid-row:1 !important;}
  .exp-outdoor{grid-column:2 !important;grid-row:1 !important;}
  .exp-entry{grid-column:1 !important;grid-row:3 !important;}
  .exp-living{grid-column:2 !important;grid-row:3 !important;}
  .ba-luxury-slider{min-height:420px !important;}
}
@media(max-width:640px){
  .experience-collage-grid{
    grid-template-columns:1fr !important;
    grid-template-rows:none !important;
  }
  .experience-img-card,
  .exp-main,.exp-bath,.exp-outdoor,.exp-entry,.exp-living{
    grid-column:auto !important;
    grid-row:auto !important;
    height:260px !important;
  }
  .ba-luxury-slider{min-height:320px !important;}
}

/* === GALLERY LUXURY SHOWCASE - premium, fast and clean === */
.gallery-luxury-section{
  position:relative;
  overflow:hidden;
  padding:96px 0 108px !important;
  color:#fff;
  background:
    radial-gradient(circle at 15% 12%, rgba(215,162,91,.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(36,87,138,.24), transparent 32%),
    linear-gradient(180deg,#07172b 0%,#0b2442 58%,#07172b 100%) !important;
}
.gallery-luxury-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.045),transparent);
  pointer-events:none;
}
.gallery-luxury-wrap{position:relative;z-index:2;}
.gallery-luxury-head{
  max-width:880px;
  margin:0 auto 44px;
  text-align:center;
}
.gallery-luxury-head h2{
  margin:8px 0 16px;
  font-size:clamp(34px,4.4vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
  color:#fff;
}
.gallery-luxury-head p{
  max-width:760px;
  margin:0 auto;
  color:#d5e2f0;
  font-size:18px;
  line-height:1.7;
}
.gallery-luxury-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  grid-template-rows:250px 250px;
  gap:18px;
}
.gallery-lux-card{
  position:relative;
  min-height:0;
  overflow:hidden;
  border-radius:30px;
  background:#102744;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  transform:translateZ(0);
}
.gallery-lux-card-1{grid-column:1;grid-row:1;}
.gallery-lux-card-2{grid-column:1;grid-row:2;}
.gallery-lux-card-3{grid-column:2;grid-row:1 / span 2;}
.gallery-lux-card-4{grid-column:3;grid-row:1;}
.gallery-lux-card-5{grid-column:3;grid-row:2;}
.gallery-lux-card-6{display:none;}
.gallery-lux-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .38s ease, filter .38s ease;
}
.gallery-lux-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,23,43,.05) 20%,rgba(7,23,43,.74) 100%);
  pointer-events:none;
}
.gallery-lux-card:hover img{
  transform:scale(1.045);
  filter:saturate(1.04) contrast(1.04);
}
.gallery-lux-overlay{
  position:absolute;
  z-index:3;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 14px;
  border-radius:999px;
  background:rgba(7,23,43,.78);
  border:1px solid rgba(240,196,134,.24);
  box-shadow:0 14px 30px rgba(0,0,0,.22);
}
.gallery-lux-number{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#f1bf73,#bd762f);
  color:#07172b;
  font-weight:950;
  font-size:12px;
  box-shadow:0 10px 22px rgba(183,120,53,.28);
}
.gallery-lux-overlay strong{
  color:#fff;
  font-size:15px;
  line-height:1.1;
  letter-spacing:-.02em;
}
.gallery-lux-overlay small{
  margin-left:auto;
  color:#f3c177;
  font-weight:900;
  font-size:12px;
  white-space:nowrap;
}
.gallery-lux-bottom{
  margin-top:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.gallery-lux-note{display:grid;gap:3px;}
.gallery-lux-note span{
  color:#f0c486;
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.gallery-lux-note strong{
  color:#fff;
  font-size:18px;
  line-height:1.25;
}
.gallery-lux-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:15px 22px;
  border-radius:999px;
  font-weight:950;
  color:#07172b;
  background:linear-gradient(135deg,#f5c779,#d8923f);
  box-shadow:0 18px 38px rgba(183,120,53,.28);
  transition:transform .24s ease, box-shadow .24s ease;
}
.gallery-lux-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 48px rgba(183,120,53,.36);
}
.gallery-lux-btn span{
  width:28px;height:28px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(7,23,43,.14);
}
@media(max-width:1000px){
  .gallery-luxury-grid{grid-template-columns:1fr 1fr;grid-template-rows:230px 300px 230px;}
  .gallery-lux-card-1{grid-column:1;grid-row:1;}
  .gallery-lux-card-2{grid-column:2;grid-row:1;}
  .gallery-lux-card-3{grid-column:1 / span 2;grid-row:2;}
  .gallery-lux-card-4{grid-column:1;grid-row:3;}
  .gallery-lux-card-5{grid-column:2;grid-row:3;}
  .gallery-lux-bottom{align-items:flex-start;flex-direction:column;}
}
@media(max-width:640px){
  .gallery-luxury-section{padding:72px 0 !important;}
  .gallery-luxury-grid{grid-template-columns:1fr;grid-template-rows:none;}
  .gallery-lux-card,
  .gallery-lux-card-1,.gallery-lux-card-2,.gallery-lux-card-3,.gallery-lux-card-4,.gallery-lux-card-5{
    grid-column:auto;grid-row:auto;height:265px;
  }
  .gallery-lux-card-6{display:block;height:265px;}
  .gallery-lux-overlay{border-radius:20px;align-items:flex-start;}
  .gallery-lux-overlay small{display:none;}
  .gallery-lux-btn{width:100%;}
}


/* === Gallery soft luxury gradient + clickable project collections === */
.gallery-luxury-section{
  color:var(--text) !important;
  background:
    radial-gradient(circle at 10% 10%, rgba(240,196,134,.32), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(178,205,224,.36), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.88), transparent 42%),
    linear-gradient(135deg,#fffaf2 0%,#f3f8fc 45%,#edf5f9 72%,#fff6e8 100%) !important;
}
.gallery-luxury-section::before{
  background:
    linear-gradient(90deg,transparent,rgba(215,162,91,.14),transparent),
    linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,0) 34%,rgba(8,29,54,.035) 100%) !important;
}
.gallery-luxury-head h2{color:var(--navy) !important;}
.gallery-luxury-head p{color:#52677f !important;}
.gallery-lux-card{
  border:1px solid rgba(8,29,54,.13) !important;
  box-shadow:0 24px 55px rgba(8,29,54,.14) !important;
}
.gallery-lux-card::after{
  background:linear-gradient(180deg,rgba(7,23,43,.03) 18%,rgba(7,23,43,.68) 100%) !important;
}
.gallery-image-btn{
  appearance:none;
  border:0;
  padding:0;
  margin:0;
  width:100%;
  height:100%;
  display:block;
  cursor:zoom-in;
  background:transparent;
  border-radius:inherit;
  overflow:hidden;
}
.gallery-view-link{
  margin-left:auto;
  color:#f3c177;
  font-weight:950;
  font-size:12px;
  white-space:nowrap;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(240,196,134,.18);
  transition:transform .22s ease, background .22s ease, color .22s ease;
}
.gallery-view-link:hover{
  transform:translateY(-2px);
  color:#07172b;
  background:linear-gradient(135deg,#f5c779,#d8923f);
}
.gallery-lux-bottom{
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(8,29,54,.10) !important;
  box-shadow:0 18px 40px rgba(8,29,54,.10) !important;
}
.gallery-lux-note strong{color:var(--navy) !important;}

.vs-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(7,23,43,.86);
  backdrop-filter:blur(6px);
}
.vs-lightbox.open{display:flex;}
body.lightbox-open{overflow:hidden;}
.vs-lightbox-frame{
  width:min(1100px,96vw);
  max-height:88vh;
  display:grid;
  gap:12px;
  padding:14px;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
  border:1px solid rgba(240,196,134,.28);
  box-shadow:0 35px 90px rgba(0,0,0,.45);
}
.vs-lightbox-frame img{
  width:100%;
  max-height:78vh;
  object-fit:contain;
  border-radius:20px;
  background:#07172b;
}
.vs-lightbox-frame strong{
  color:#fff;
  font-size:16px;
  padding:0 6px 4px;
}
.vs-lightbox-close{
  position:absolute;
  top:20px;
  right:22px;
  width:46px;
  height:46px;
  border:1px solid rgba(240,196,134,.38);
  border-radius:50%;
  background:linear-gradient(135deg,#f5c779,#d8923f);
  color:#07172b;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 18px 38px rgba(0,0,0,.28);
}

.gallery-project-hero{
  background:
    radial-gradient(circle at 18% 14%, rgba(215,162,91,.20), transparent 28%),
    linear-gradient(135deg,#07172b,#102d51) !important;
}
.project-gallery-index{
  padding:22px 0;
  background:linear-gradient(180deg,#f8fafc,#eef4f9);
  border-bottom:1px solid rgba(8,29,54,.08);
}
.project-gallery-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.project-gallery-nav a{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-weight:900;
  font-size:13px;
  border:1px solid rgba(8,29,54,.10);
  box-shadow:0 10px 24px rgba(8,29,54,.08);
}
.project-gallery-nav a:hover{background:linear-gradient(135deg,#f5c779,#d8923f);}
.gallery-project-section{
  background:
    radial-gradient(circle at 12% 12%, rgba(215,162,91,.12), transparent 25%),
    linear-gradient(180deg,#f8fafc,#eef4f9) !important;
  padding:84px 0 !important;
  scroll-margin-top:110px;
}
.gallery-project-section:nth-of-type(even){
  background:
    radial-gradient(circle at 86% 14%, rgba(16,45,81,.10), transparent 26%),
    linear-gradient(180deg,#f7f1e8,#f8fafc) !important;
}
.project-section-head{
  display:flex;
  gap:20px;
  align-items:flex-start;
  margin-bottom:26px;
}
.project-count{
  width:62px;
  height:62px;
  flex:0 0 auto;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f5c779,#d8923f);
  color:#07172b;
  font-weight:950;
  box-shadow:0 18px 38px rgba(183,120,53,.22);
}
.project-section-head h2{
  margin:4px 0 10px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.02;
  color:var(--navy);
}
.project-section-head p{margin:0;color:#52677f;font-size:18px;}
.project-photo-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  grid-template-rows:260px 260px;
  gap:16px;
}
.project-photo{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(8,29,54,.10);
  border-radius:28px;
  padding:0;
  cursor:zoom-in;
  background:#07172b;
  box-shadow:0 24px 54px rgba(8,29,54,.15);
}
.project-photo-1{grid-row:1 / span 2;}
.project-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .34s ease, filter .34s ease;
}
.project-photo:hover img{transform:scale(1.045);filter:saturate(1.05) contrast(1.04);}
.project-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(7,23,43,.55));
  pointer-events:none;
}
.project-photo span{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:2;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(7,23,43,.78);
  color:#fff;
  font-weight:950;
  border:1px solid rgba(240,196,134,.24);
}
@media(max-width:900px){
  .project-photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 220px 220px;}
  .project-photo-1{grid-column:1 / span 2;grid-row:1;}
}
@media(max-width:620px){
  .gallery-lux-overlay{border-radius:18px;align-items:center;}
  .gallery-view-link{display:none;}
  .project-section-head{display:grid;}
  .project-photo-grid{grid-template-columns:1fr;grid-template-rows:none;}
  .project-photo,.project-photo-1{grid-column:auto;grid-row:auto;height:250px;}
}


/* === FINAL FIX: smoother Before/After -> Gallery transition + remove empty space === */
.gallery-luxury-section{
  padding-top:58px !important;
  margin-top:0 !important;
  position:relative !important;
  background:
    radial-gradient(circle at 10% 6%, rgba(240,196,134,.26), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(164,198,220,.34), transparent 32%),
    linear-gradient(180deg,#eef6fb 0%,#f7fbfd 14%,#fff8ee 42%,#f4f9fc 76%,#ffffff 100%) !important;
}
.gallery-luxury-section::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:-90px !important;
  height:150px !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(238,246,251,0) 0%,rgba(238,246,251,.92) 48%,rgba(247,251,253,1) 100%) !important;
}
.gallery-luxury-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 20%, rgba(215,162,91,.10), transparent 25%),
    radial-gradient(circle at 82% 28%, rgba(8,29,54,.045), transparent 30%);
}
.gallery-luxury-wrap{position:relative !important;z-index:2 !important;}
.gallery-luxury-head{margin-bottom:34px !important;}
.gallery-luxury-head .kicker{display:none !important;}
.gallery-luxury-head h2{margin-top:0 !important;}
.before-after-section{
  padding-bottom:74px !important;
  background:
    radial-gradient(circle at 14% 14%, rgba(240,196,134,.16), transparent 26%),
    radial-gradient(circle at 86% 24%, rgba(164,198,220,.20), transparent 30%),
    linear-gradient(180deg,#f8fbfd 0%,#f2f8fc 72%,#eef6fb 100%) !important;
}
.before-after-section + .gallery-luxury-section{
  border-top:0 !important;
}
@media(max-width:760px){
  .gallery-luxury-section{padding-top:46px !important;}
  .gallery-luxury-head{margin-bottom:28px !important;}
}

/* === FINAL VISUAL ADJUST: Gallery title lower + smooth luxury transition === */
.before-after-section{
  padding-bottom:96px !important;
  background:
    radial-gradient(circle at 14% 14%, rgba(240,196,134,.14), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(164,198,220,.20), transparent 32%),
    linear-gradient(180deg,#f8fbfd 0%,#f3f9fd 62%,#edf6fb 100%) !important;
}
.gallery-luxury-section{
  margin-top:0 !important;
  padding-top:128px !important;
  padding-bottom:110px !important;
  overflow:hidden !important;
  background:
    radial-gradient(ellipse at 8% 20%, rgba(245,202,145,.34), transparent 32%),
    radial-gradient(ellipse at 92% 18%, rgba(174,207,230,.42), transparent 36%),
    radial-gradient(ellipse at 50% 92%, rgba(255,255,255,.90), transparent 45%),
    linear-gradient(135deg,#fff8ed 0%,#f7fbfd 38%,#eaf5fc 72%,#fff5e7 100%) !important;
}
.gallery-luxury-section::before{
  content:"" !important;
  position:absolute !important;
  left:-8% !important;
  right:-8% !important;
  top:-145px !important;
  height:235px !important;
  pointer-events:none !important;
  border-radius:0 0 50% 50% / 0 0 100% 100% !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(238,246,251,1) 0%, rgba(238,246,251,.95) 35%, rgba(255,248,237,.74) 62%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg,rgba(238,246,251,1),rgba(255,250,244,.86),rgba(255,255,255,0)) !important;
  box-shadow:0 20px 60px rgba(8,29,54,.045) !important;
}
.gallery-luxury-section::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.34) 0%,rgba(255,255,255,0) 18%),
    radial-gradient(circle at 18% 20%, rgba(215,162,91,.10), transparent 26%),
    radial-gradient(circle at 84% 30%, rgba(8,29,54,.05), transparent 31%) !important;
}
.gallery-luxury-head{
  margin-bottom:42px !important;
  transform:none !important;
}
.gallery-luxury-head .kicker{display:none !important;}
.gallery-luxury-head h2{
  margin-top:0 !important;
  margin-bottom:18px !important;
  color:var(--navy) !important;
}
.gallery-luxury-head p{
  color:#52677f !important;
}
@media(max-width:760px){
  .gallery-luxury-section{padding-top:88px !important;}
  .gallery-luxury-section::before{top:-115px !important;height:185px !important;}
}


/* === Gallery curved transition title label === */
.gallery-luxury-head .gallery-curve-kicker{
  display:block !important;
  width:max-content;
  max-width:calc(100% - 32px);
  margin:0 auto 24px !important;
  padding:0 !important;
  color:#d8a45f !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:13px;
  line-height:1;
  font-weight:950;
  text-align:center;
  position:relative;
}
.gallery-luxury-head .gallery-curve-kicker::before,
.gallery-luxury-head .gallery-curve-kicker::after{
  content:"";
  position:absolute;
  top:50%;
  width:86px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,164,95,.7));
}
.gallery-luxury-head .gallery-curve-kicker::before{
  right:calc(100% + 18px);
}
.gallery-luxury-head .gallery-curve-kicker::after{
  left:calc(100% + 18px);
  transform:rotate(180deg);
}
.gallery-luxury-section{
  padding-top:112px !important;
}
.gallery-luxury-head{
  margin-top:-10px !important;
  margin-bottom:44px !important;
}
@media(max-width:760px){
  .gallery-luxury-section{padding-top:86px !important;}
  .gallery-luxury-head .gallery-curve-kicker{font-size:11px;letter-spacing:.16em;margin-bottom:18px !important;}
  .gallery-luxury-head .gallery-curve-kicker::before,
  .gallery-luxury-head .gallery-curve-kicker::after{display:none;}
}

/* === FINAL: place Gallery kicker inside the curved oval transition === */
.gallery-luxury-head .gallery-curve-kicker{
  transform:translateY(-56px) !important;
  margin-bottom:-16px !important;
  opacity:.98 !important;
}
.gallery-luxury-head{
  margin-top:0 !important;
}
.gallery-luxury-section{
  padding-top:118px !important;
}
@media(max-width:760px){
  .gallery-luxury-head .gallery-curve-kicker{
    transform:translateY(-38px) !important;
    margin-bottom:-10px !important;
  }
  .gallery-luxury-section{padding-top:96px !important;}
}

/* === REVIEWS LUXURY PRO SECTION === */

/* === REVIEWS LUXURY PRO LIKE GENERATED REFERENCE === */
.reviews-luxury-section{
  position:relative;
  overflow:hidden;
  padding:126px 0 98px;
  background:
    radial-gradient(circle at 9% 22%, rgba(246,204,142,.34), transparent 28%),
    radial-gradient(circle at 88% 15%, rgba(179,217,242,.52), transparent 34%),
    linear-gradient(135deg,#fffaf1 0%,#fbfcff 42%,#edf7ff 100%);
}
.reviews-luxury-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.18) 34%,rgba(255,255,255,.70) 100%),
    repeating-linear-gradient(90deg,rgba(8,29,54,.022) 0 1px,transparent 1px 92px);
  pointer-events:none;
}
.reviews-luxury-section::after{
  content:"";
  position:absolute;
  left:-12%;
  right:-12%;
  top:-105px;
  height:220px;
  border-radius:0 0 50% 50%;
  background:linear-gradient(180deg,rgba(255,252,247,.94),rgba(237,246,255,.78));
  box-shadow:0 34px 70px rgba(8,29,54,.07);
  pointer-events:none;
}
.reviews-luxury-wrap{position:relative;z-index:2}
.reviews-luxury-head{
  max-width:900px;
  margin:0 auto 36px;
  text-align:center;
}
.reviews-curve-label{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 20px;
  width:min(440px,90%);
  height:34px;
}
.reviews-curve-label::before{
  content:"";
  position:absolute;
  inset:0;
  border-top:1px solid rgba(217,154,69,.58);
  border-bottom:1px solid rgba(217,154,69,.18);
  border-radius:50%;
  transform:scaleX(1.18);
  opacity:.95;
}
.reviews-curve-label::after{
  content:"";
  position:absolute;
  left:-84px;
  right:-84px;
  top:50%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(217,154,69,.55),transparent);
  z-index:-1;
}
.reviews-curve-label span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  color:#d99a45;
  background:linear-gradient(180deg,rgba(255,252,247,.96),rgba(247,251,255,.84));
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.24em;
  white-space:nowrap;
}
.reviews-kicker{display:none!important}
.reviews-luxury-head h2{
  color:#0b213c;
  font-size:clamp(38px,4.55vw,66px);
  line-height:1.05;
  letter-spacing:-.048em;
  margin:0 0 14px;
}
.reviews-luxury-head p{
  max-width:720px;
  margin:0 auto;
  color:#536984;
  font-size:clamp(17px,1.45vw,20px);
  line-height:1.45;
}
.reviews-stage{
  position:relative;
  max-width:1160px;
  margin:0 auto;
}
.reviews-luxury-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:stretch;
}
.review-lux-card{
  position:relative;
  overflow:hidden;
  min-height:330px;
  border-radius:30px;
  padding:30px 30px 26px;
  display:flex;
  flex-direction:column;
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.76)),
    radial-gradient(circle at 0% 0%,rgba(215,162,91,.16),transparent 46%);
  border:1px solid rgba(215,162,91,.22);
  box-shadow:0 28px 70px rgba(8,29,54,.10), inset 0 1px 0 rgba(255,255,255,.85);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.review-lux-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(215,162,91,.14),transparent 42%,rgba(173,210,236,.16));
  opacity:.66;
  pointer-events:none;
}
.review-lux-card:hover{
  transform:translateY(-6px);
  border-color:rgba(215,162,91,.42);
  box-shadow:0 38px 84px rgba(8,29,54,.15),0 0 0 6px rgba(215,162,91,.07);
}
.review-quote-mark{
  position:absolute;
  right:20px;
  top:8px;
  color:rgba(215,162,91,.18);
  font-family:Georgia,serif;
  font-size:118px;
  line-height:.72;
  pointer-events:none;
}
.review-lux-stars{
  position:relative;
  z-index:1;
  order:0;
  color:#d9963f;
  font-size:24px;
  letter-spacing:5px;
  margin:2px 0 20px;
  text-shadow:0 8px 18px rgba(196,123,49,.16);
}
.review-lux-card p{
  position:relative;
  z-index:1;
  order:1;
  color:#405674;
  font-size:16.5px;
  line-height:1.55;
  margin:0 0 24px;
  flex:1;
}
.review-lux-top{
  position:relative;
  z-index:1;
  order:2;
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:auto;
}
.review-avatar{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#0b213c;
  font-weight:950;
  background:linear-gradient(135deg,#f6ca82,#d38b36);
  border:3px solid rgba(255,255,255,.80);
  box-shadow:0 13px 26px rgba(183,120,53,.24);
}
.review-lux-top strong{
  display:block;
  color:#0b213c;
  font-size:17px;
  line-height:1.1;
}
.review-lux-top span{
  display:block;
  color:#61728a;
  font-size:13px;
  font-weight:800;
  margin-top:5px;
}
.reviews-arrow{
  position:absolute;
  top:45%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  border:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:30px;
  line-height:1;
  background:#08213d;
  box-shadow:0 16px 34px rgba(8,29,54,.20);
  z-index:5;
  cursor:pointer;
}
.reviews-arrow-left{left:-74px}
.reviews-arrow-right{right:-74px}
.reviews-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:24px 0 28px;
}
.reviews-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(8,29,54,.13);
}
.reviews-dots .active{background:#d99a45}
.reviews-bottom-band{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 240px;
  align-items:stretch;
  gap:0;
  border-radius:30px;
  overflow:hidden;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(215,162,91,.16);
  box-shadow:0 26px 70px rgba(8,29,54,.08), inset 0 1px 0 rgba(255,255,255,.86);
}
.reviews-trust-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin:0;
  max-width:none;
}
.reviews-trust-row div{
  position:relative;
  border-radius:0;
  padding:24px 22px;
  text-align:left;
  background:transparent;
  border:0;
  border-right:1px solid rgba(8,29,54,.11);
  box-shadow:none;
}
.reviews-trust-row div:last-child{border-right:0}
.metric-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid!important;
  place-items:center;
  color:#0b213c!important;
  background:linear-gradient(135deg,#f6ca82,#d38b36);
  border:1px solid rgba(183,120,53,.28);
  box-shadow:0 12px 24px rgba(183,120,53,.18);
  margin-bottom:12px;
  font-style:normal;
}
.reviews-trust-row strong{
  display:block;
  color:#0b213c;
  font-size:29px;
  line-height:1;
  letter-spacing:-.03em;
}
.reviews-trust-row small{
  display:block;
  margin-top:6px;
  color:#0b213c;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.045em;
}
.reviews-trust-row em{
  display:block;
  margin-top:12px;
  color:#61728a;
  font-size:12px;
  font-style:normal;
  line-height:1.35;
}
.reviews-trust-row span:not(.metric-icon){display:none}
.reviews-luxury-cta{
  margin:0;
  border-radius:0;
  padding:28px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:18px;
  background:linear-gradient(135deg,rgba(8,29,54,.96),rgba(18,48,82,.92));
  color:#fff;
  border:0;
  box-shadow:none;
}
.reviews-luxury-cta strong{
  display:block;
  font-size:22px;
  line-height:1.15;
}
.reviews-luxury-cta span:first-child{display:none}
.reviews-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:0;
  padding:13px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#f4c478,#d6923c 50%,#a86122);
  color:#07172b;
  font-size:13px;
  font-weight:950;
  box-shadow:0 18px 38px rgba(183,120,53,.28);
  transition:transform .24s ease, box-shadow .24s ease;
}
.reviews-cta-btn:hover{transform:translateY(-3px);box-shadow:0 26px 52px rgba(183,120,53,.36)}
.reviews-cta-btn span{color:#07172b;margin:0;letter-spacing:0;font-size:18px}
@media(max-width:1200px){
  .reviews-arrow{display:none}
}
@media(max-width:1000px){
  .reviews-luxury-grid{grid-template-columns:1fr 1fr}
  .reviews-bottom-band{grid-template-columns:1fr}
  .reviews-trust-row{grid-template-columns:1fr 1fr}
  .reviews-luxury-cta{align-items:flex-start;flex-direction:column;border-radius:0}
}
@media(max-width:640px){
  .reviews-luxury-section{padding:86px 0 72px}
  .reviews-luxury-grid,.reviews-trust-row{grid-template-columns:1fr}
  .review-lux-card{min-height:auto;padding:24px;border-radius:24px}
  .reviews-curve-label{width:100%}
  .reviews-curve-label::after{left:0;right:0}
  .reviews-curve-label span{font-size:11px;letter-spacing:.15em}
  .reviews-cta-btn{width:100%;min-width:0}
}

/* === FIX REAL: Trusted by Homeowners centered inside oval curve === */
.reviews-luxury-section{
  padding-top:150px !important;
}
.reviews-luxury-wrap{
  position:relative !important;
  z-index:3 !important;
}
.reviews-luxury-head{
  position:relative !important;
  padding-top:18px !important;
  margin-top:0 !important;
}
.reviews-curve-label{
  position:absolute !important;
  left:50% !important;
  top:-70px !important;
  transform:translateX(-50%) !important;
  width:min(560px,88vw) !important;
  height:56px !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  z-index:6 !important;
  pointer-events:none !important;
}
.reviews-curve-label::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:50% !important;
  height:42px !important;
  transform:translateY(-50%) !important;
  border:1px solid rgba(217,154,69,.48) !important;
  border-left-color:transparent !important;
  border-right-color:transparent !important;
  border-radius:50% !important;
  background:radial-gradient(ellipse at center,rgba(255,252,246,.92) 0%,rgba(255,252,246,.66) 42%,rgba(255,252,246,0) 72%) !important;
  box-shadow:0 10px 34px rgba(217,154,69,.08) !important;
  opacity:1 !important;
}
.reviews-curve-label::after{
  content:"" !important;
  position:absolute !important;
  left:8% !important;
  right:8% !important;
  top:50% !important;
  height:1px !important;
  background:linear-gradient(90deg,transparent,rgba(217,154,69,.55),transparent) !important;
  transform:translateY(-50%) !important;
  z-index:-1 !important;
}
.reviews-curve-label span{
  position:relative !important;
  z-index:2 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:28px !important;
  padding:4px 22px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,rgba(255,252,247,.98),rgba(246,250,255,.92)) !important;
  color:#d99a45 !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.24em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  box-shadow:0 8px 22px rgba(8,29,54,.05), inset 0 1px 0 rgba(255,255,255,.8) !important;
}
@media(max-width:720px){
  .reviews-luxury-section{padding-top:120px !important;}
  .reviews-curve-label{top:-58px !important;height:48px !important;width:min(360px,90vw) !important;}
  .reviews-curve-label span{font-size:10.5px !important;letter-spacing:.16em !important;padding:4px 14px !important;}
}

/* === FINAL FIX: subir Reviews, quitar espacio vacío y centrar texto dentro del óvalo === */
.gallery-luxury-section{
  padding-bottom:48px !important;
}
.reviews-luxury-section{
  margin-top:-135px !important;
  padding-top:118px !important;
  padding-bottom:92px !important;
  overflow:hidden !important;
}
.reviews-luxury-section::after{
  top:-82px !important;
  height:170px !important;
  left:-10% !important;
  right:-10% !important;
  border-radius:0 0 52% 52% !important;
  background:linear-gradient(180deg,rgba(255,253,249,.98),rgba(237,247,255,.82)) !important;
  box-shadow:0 28px 64px rgba(8,29,54,.055) !important;
}
.reviews-luxury-head{
  padding-top:0 !important;
  margin-top:0 !important;
  margin-bottom:42px !important;
}
.reviews-curve-label{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  transform:none !important;
  margin:-34px auto 28px !important;
  width:min(520px,88vw) !important;
  height:48px !important;
  z-index:8 !important;
}
.reviews-curve-label::before{
  height:38px !important;
  border-color:rgba(217,154,69,.44) !important;
  border-left-color:transparent !important;
  border-right-color:transparent !important;
  background:radial-gradient(ellipse at center,rgba(255,253,248,.96) 0%,rgba(255,253,248,.76) 45%,rgba(255,253,248,0) 78%) !important;
}
.reviews-curve-label span{
  min-height:28px !important;
  padding:5px 24px !important;
  font-size:12.5px !important;
  letter-spacing:.22em !important;
  background:linear-gradient(180deg,rgba(255,253,248,.98),rgba(246,251,255,.94)) !important;
}
.reviews-luxury-head h2{
  margin-top:0 !important;
}
@media(max-width:720px){
  .reviews-luxury-section{
    margin-top:-82px !important;
    padding-top:92px !important;
  }
  .reviews-curve-label{
    margin:-22px auto 22px !important;
    width:min(350px,90vw) !important;
    height:42px !important;
  }
  .reviews-curve-label span{
    font-size:10.5px !important;
    letter-spacing:.15em !important;
    padding:4px 14px !important;
  }
}

/* === FIX REAL REVIEWS SPACING: como referencia, con aire y óvalo centrado === */
.gallery-luxury-section{
  padding-bottom:86px !important;
}
.reviews-luxury-section{
  margin-top:-58px !important;
  padding-top:150px !important;
  padding-bottom:100px !important;
  overflow:hidden !important;
}
.reviews-luxury-section::after{
  top:-118px !important;
  height:245px !important;
  left:-12% !important;
  right:-12% !important;
  border-radius:0 0 50% 50% !important;
  background:linear-gradient(180deg,rgba(255,253,249,.98) 0%,rgba(244,248,252,.92) 50%,rgba(235,247,255,.82) 100%) !important;
  box-shadow:0 34px 76px rgba(8,29,54,.065) !important;
}
.reviews-luxury-head{
  margin-top:0 !important;
  padding-top:0 !important;
  margin-bottom:44px !important;
}
.reviews-curve-label{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  transform:none !important;
  width:min(560px,88vw) !important;
  height:54px !important;
  margin:0 auto 28px !important;
  z-index:8 !important;
}
.reviews-curve-label::before{
  inset:3px 0 !important;
  height:auto !important;
  border-top:1px solid rgba(217,154,69,.54) !important;
  border-bottom:1px solid rgba(217,154,69,.22) !important;
  border-left:0 !important;
  border-right:0 !important;
  border-radius:50% !important;
  transform:scaleX(1.12) !important;
  background:radial-gradient(ellipse at center,rgba(255,253,248,.95) 0%,rgba(255,253,248,.70) 46%,rgba(255,253,248,0) 78%) !important;
}
.reviews-curve-label::after{
  left:-95px !important;
  right:-95px !important;
  top:50% !important;
  background:linear-gradient(90deg,transparent,rgba(217,154,69,.36),transparent) !important;
}
.reviews-curve-label span{
  min-height:30px !important;
  padding:6px 28px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(180deg,rgba(255,253,248,.98),rgba(247,251,255,.95)) !important;
  box-shadow:0 8px 24px rgba(8,29,54,.055), inset 0 1px 0 rgba(255,255,255,.82) !important;
  color:#d99a45 !important;
  font-size:12.5px !important;
  line-height:1 !important;
  letter-spacing:.24em !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
}
.reviews-luxury-head h2{
  margin-top:0 !important;
}
@media(max-width:720px){
  .gallery-luxury-section{padding-bottom:58px !important;}
  .reviews-luxury-section{
    margin-top:-36px !important;
    padding-top:112px !important;
  }
  .reviews-luxury-section::after{
    top:-88px !important;
    height:185px !important;
  }
  .reviews-curve-label{
    width:min(360px,90vw) !important;
    height:44px !important;
    margin:0 auto 22px !important;
  }
  .reviews-curve-label span{
    font-size:10.5px !important;
    letter-spacing:.16em !important;
    padding:5px 16px !important;
  }
}

/* === REVIEWS REFERENCE MATCH FINAL: curva, óvalo y espacio como referencia === */
.gallery-luxury-section{
  padding-bottom:54px !important;
}
.reviews-luxury-section{
  position:relative !important;
  margin-top:-86px !important;
  padding-top:122px !important;
  padding-bottom:104px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 8% 28%, rgba(246,205,145,.28), transparent 30%),
    radial-gradient(circle at 92% 24%, rgba(205,230,249,.44), transparent 34%),
    linear-gradient(135deg,#fffaf2 0%,#f8fbfe 46%,#eaf6ff 100%) !important;
}
.reviews-luxury-section::after{
  content:"" !important;
  position:absolute !important;
  top:-105px !important;
  left:-14% !important;
  right:-14% !important;
  height:218px !important;
  border-radius:0 0 50% 50% !important;
  background:linear-gradient(180deg, rgba(255,253,248,.98) 0%, rgba(248,251,253,.94) 54%, rgba(232,244,254,.80) 100%) !important;
  box-shadow:0 34px 78px rgba(8,29,54,.06) !important;
  z-index:0 !important;
  pointer-events:none !important;
}
.reviews-luxury-section::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(255,240,216,.24), transparent 38%, rgba(216,237,252,.25)) !important;
  z-index:0 !important;
  pointer-events:none !important;
}
.reviews-luxury-wrap{position:relative !important;z-index:2 !important;}
.reviews-luxury-head{
  margin-top:0 !important;
  padding-top:0 !important;
  margin-bottom:50px !important;
}
.reviews-curve-label{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  transform:none !important;
  width:min(580px,88vw) !important;
  height:58px !important;
  margin:0 auto 30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  z-index:8 !important;
  pointer-events:none !important;
}
.reviews-curve-label::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:50% !important;
  height:46px !important;
  transform:translateY(-50%) scaleX(1.08) !important;
  border-top:1px solid rgba(217,154,69,.54) !important;
  border-bottom:1px solid rgba(217,154,69,.25) !important;
  border-left:0 !important;
  border-right:0 !important;
  border-radius:50% !important;
  background:radial-gradient(ellipse at center, rgba(255,253,248,.96) 0%, rgba(255,253,248,.72) 46%, rgba(255,253,248,0) 76%) !important;
  box-shadow:0 12px 34px rgba(217,154,69,.08) !important;
  opacity:1 !important;
}
.reviews-curve-label::after{
  content:"" !important;
  position:absolute !important;
  left:-80px !important;
  right:-80px !important;
  top:50% !important;
  height:1px !important;
  transform:translateY(-50%) !important;
  background:linear-gradient(90deg,transparent,rgba(217,154,69,.38),transparent) !important;
  z-index:-1 !important;
}
.reviews-curve-label span{
  position:relative !important;
  z-index:2 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  padding:6px 30px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,rgba(255,253,248,.98),rgba(247,251,255,.96)) !important;
  color:#d99a45 !important;
  font-size:12.5px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.24em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  box-shadow:0 9px 24px rgba(8,29,54,.055), inset 0 1px 0 rgba(255,255,255,.85) !important;
}
.reviews-luxury-head h2{
  margin-top:0 !important;
  margin-bottom:16px !important;
}
.reviews-luxury-head p{
  margin-top:0 !important;
}
.reviews-stage{
  margin-top:8px !important;
}
@media(max-width:720px){
  .gallery-luxury-section{padding-bottom:44px !important;}
  .reviews-luxury-section{margin-top:-62px !important;padding-top:98px !important;}
  .reviews-luxury-section::after{top:-82px !important;height:176px !important;}
  .reviews-curve-label{width:min(360px,90vw) !important;height:46px !important;margin:0 auto 24px !important;}
  .reviews-curve-label span{font-size:10.5px !important;letter-spacing:.16em !important;padding:5px 16px !important;}
}

/* ==========================================================
   CTA + FOOTER PRO UX — Vargas Services
   ========================================================== */
.site-final-cta{
  position:relative;
  padding:76px 0 56px;
  margin-top:-8px;
  background:
    radial-gradient(circle at 15% 8%, rgba(224,160,73,.16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(144,190,225,.20), transparent 36%),
    linear-gradient(180deg, #f5f9fd 0%, #eef6fc 45%, #071d34 46%, #06172a 100%);
  overflow:hidden;
}
.site-final-cta::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:160px;
  background:linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,0));
  pointer-events:none;
}
.final-cta-card{
  position:relative;
  display:grid;
  grid-template-columns: 1fr auto;
  gap:34px;
  align-items:center;
  overflow:hidden;
  border-radius:34px;
  padding:44px 48px;
  color:#fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(224,160,73,.34), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(104,165,215,.22), transparent 38%),
    linear-gradient(135deg, #06182c 0%, #0a2a49 56%, #07192d 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 80px rgba(0,24,49,.24), inset 0 1px 0 rgba(255,255,255,.12);
}
.final-cta-card::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-80px;
  width:340px;
  height:260px;
  background:
    linear-gradient(rgba(5,18,33,.22), rgba(5,18,33,.72)),
    url('assets/hero.jpg') center/cover no-repeat;
  border-radius:46px;
  opacity:.22;
  transform:rotate(-7deg);
  pointer-events:none;
}
.final-cta-glow{
  position:absolute;
  inset:auto auto -90px 8%;
  width:360px;
  height:220px;
  background:radial-gradient(circle, rgba(224,160,73,.28), transparent 66%);
  filter:blur(18px);
  pointer-events:none;
}
.final-cta-content,
.final-cta-actions{position:relative;z-index:2;}
.final-eyebrow{
  display:inline-flex;
  margin-bottom:14px;
  color:#f3bd66;
  font-size:13px;
  font-weight:900;
  letter-spacing:3px;
  text-transform:uppercase;
}
.final-cta-card h2{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(32px, 4vw, 56px);
  line-height:1.02;
  letter-spacing:-1.5px;
}
.final-cta-card p{
  max-width:720px;
  margin:0;
  color:rgba(232,243,255,.86);
  font-size:18px;
  line-height:1.65;
}
.final-cta-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.final-cta-badges span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 14px;
  border-radius:999px;
  color:#f9d494;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(249,212,148,.18);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
}
.final-cta-actions{
  min-width:275px;
  display:grid;
  gap:16px;
  justify-items:end;
}
.final-cta-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:0 30px;
  border-radius:999px;
  color:#06182c;
  font-weight:950;
  text-decoration:none;
  background:linear-gradient(135deg, #ffd27f 0%, #e8a341 48%, #c87921 100%);
  box-shadow:0 18px 42px rgba(216,142,49,.28), inset 0 1px 0 rgba(255,255,255,.55);
  transition:transform .22s ease, box-shadow .22s ease;
}
.final-cta-main:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(216,142,49,.35), inset 0 1px 0 rgba(255,255,255,.65);}
.final-cta-main span{
  width:28px;height:28px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(6,24,44,.12);
}
.final-cta-contact{
  display:grid;
  gap:6px;
  text-align:right;
}
.final-cta-contact a{
  color:rgba(238,247,255,.86);
  font-weight:800;
  text-decoration:none;
}
.final-cta-contact a:hover{color:#f3bd66;}

.footer-pro{
  position:relative;
  overflow:hidden;
  margin-top:0;
  color:#d9e7f5;
  background:
    radial-gradient(circle at 18% -10%, rgba(224,160,73,.15), transparent 30%),
    radial-gradient(circle at 85% 0%, rgba(86,150,205,.16), transparent 34%),
    linear-gradient(180deg, #06172a 0%, #04111f 100%);
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-pro-glow{
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(224,160,73,.72), transparent);
}
.footer-pro-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.45fr .8fr .8fr 1fr;
  gap:44px;
  padding:58px 0 40px;
}
.footer-pro-brand img{
  width:178px;
  max-width:100%;
  display:block;
  margin-bottom:16px;
}
.footer-pro-brand p{
  max-width:310px;
  margin:0 0 20px;
  color:rgba(217,231,245,.76);
  line-height:1.7;
}
.footer-socials{display:flex;gap:10px;}
.footer-socials a{
  width:38px;height:38px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;color:#fff;font-weight:900;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  transition:transform .2s ease, background .2s ease, color .2s ease;
}
.footer-socials a:hover{transform:translateY(-2px);background:#e8a341;color:#06182c;}
.footer-pro-col{display:flex;flex-direction:column;gap:11px;}
.footer-pro-col h4{
  margin:0 0 10px;
  color:#fff;
  font-size:15px;
  letter-spacing:1.1px;
  text-transform:uppercase;
}
.footer-pro-col a,
.footer-pro-col span{
  color:rgba(217,231,245,.78);
  text-decoration:none;
  font-weight:700;
  line-height:1.45;
}
.footer-pro-col a:hover{color:#f3bd66;}
.footer-mini-btn{
  margin-top:8px;
  width:max-content;
  padding:12px 16px;
  border-radius:999px;
  color:#07192d!important;
  background:linear-gradient(135deg, #ffd27f, #d99133);
  box-shadow:0 12px 24px rgba(216,142,49,.18);
}
.footer-pro-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(217,231,245,.62);
  font-size:14px;
}
.footer-pro-bottom nav{display:flex;gap:20px;flex-wrap:wrap;}
.footer-pro-bottom a{color:rgba(217,231,245,.72);text-decoration:none;font-weight:700;}
.footer-pro-bottom a:hover{color:#f3bd66;}

@media (max-width: 900px){
  .site-final-cta{padding:56px 0 42px;}
  .final-cta-card{grid-template-columns:1fr;padding:34px 24px;border-radius:26px;}
  .final-cta-actions{justify-items:start;min-width:0;}
  .final-cta-contact{text-align:left;}
  .footer-pro-grid{grid-template-columns:1fr 1fr;gap:30px;}
  .footer-pro-bottom{flex-direction:column;align-items:flex-start;}
}
@media (max-width: 560px){
  .footer-pro-grid{grid-template-columns:1fr;}
  .final-cta-card h2{font-size:34px;}
  .final-cta-main{width:100%;}
}
