/* NORZAR page-specific styles: index. Shared design lives in norzar.css. */

:root{
  --navy:#06192d;--navy2:#0b2745;--gold:#b8832f;--gold2:#dfb85e;
  --cream:#f7f4ed;--ink:#17212b;--muted:#657483;--line:#e8e3da;
  --max:1180px;--shadow:0 22px 60px rgba(6,25,45,.13);--radius:24px;
}
*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;}
a{color:inherit;}img{max-width:100%;display:block;}.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto;}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;}
.nav{height:78px;display:flex;align-items:center;gap:24px;}.brand img{width:58px;height:58px;object-fit:contain;}
.navlinks{display:flex;align-items:center;gap:22px;margin-left:auto;}.navlinks a{color:#fff;text-decoration:none;font-size:.93rem;font-weight:750;}.navlinks a:hover{color:var(--gold2);}.navlinks a.active{color:#fff;}
.lang{width:37px;height:37px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);display:grid;place-items:center;cursor:pointer;font-size:1.18rem;}.lang:hover{background:rgba(223,184,94,.18);border-color:rgba(223,184,94,.65);}.lang.active{background:linear-gradient(135deg,#e0bc67 0%,#b8832f 100%);border-color:rgba(223,184,94,.95);box-shadow:0 8px 18px rgba(184,131,47,.22);transform:translateY(-1px);}.menu{display:none;background:none;border:0;color:#fff;font-size:1.7rem;}
.eyebrow{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:.8rem;}h1,h2,.serif{font-family:Georgia,serif;}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:850;gap:9px;border:1px solid transparent;cursor:pointer;}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:var(--navy);}.btn-gold:hover{filter:brightness(1.04);transform:translateY(-1px);}.btn-outline{color:#fff;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.06);}
.main-hero{min-height:760px;padding:150px 0 92px;color:#fff;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,rgba(3,17,30,.96) 0%,rgba(5,27,47,.78) 46%,rgba(5,27,47,.22) 72%,rgba(5,27,47,.08) 100%),var(--hero-image) center/cover no-repeat;}.main-hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(transparent,#fff);}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;}.hero-copy h1{font-size:clamp(2.8rem,5.5vw,5.4rem);line-height:1.02;margin:14px 0 22px;max-width:820px;}.hero-copy p{font-size:1.16rem;color:#e6edf3;max-width:720px;margin:0 0 30px;}.cta-row{display:flex;gap:12px;flex-wrap:wrap;}.hero-card{justify-self:end;width:min(420px,100%);background:rgba(7,25,43,.74);border:1px solid rgba(255,255,255,.12);border-radius:26px;padding:27px;backdrop-filter:blur(12px);box-shadow:0 24px 70px rgba(0,0,0,.25);}.hero-card h3{margin:0 0 13px;}.hero-list{display:grid;gap:11px;}.hero-list div{display:flex;gap:11px;}.check{color:var(--gold2);font-weight:900;}
.section{padding:88px 0;}.section-head{max-width:760px;margin-bottom:36px;}.section-head h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;color:var(--navy);margin:10px 0 14px;}.section-head p{color:var(--muted);font-size:1.05rem;}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;}.photo-stack{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;}.photo-stack img{width:100%;height:100%;object-fit:cover;border-radius:20px;}.photo-stack .large{grid-row:span 2;min-height:430px;}.photo-stack .small{height:209px;}.about-copy h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;color:var(--navy);margin:10px 0 18px;}.about-copy p{color:#4f5d6b;}.pill-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}.pill{padding:8px 12px;border-radius:999px;background:#f4efe4;color:#6f4c18;font-weight:800;font-size:.87rem;}
.services{background:linear-gradient(180deg,#faf8f3,#fff);}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.service-card{border:1px solid var(--line);border-radius:20px;padding:27px;background:#fff;box-shadow:0 12px 35px rgba(6,25,45,.05);transition:.2s;}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}.service-card h3{margin:0 0 8px;color:var(--navy);font-size:1.12rem;}.service-card p{margin:0;color:var(--muted);}
.band{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;}.band .section-head h2{color:#fff;}.band .section-head p{color:#d5e0e9;}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;}.step{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);padding:24px;border-radius:18px;}.step-num{font-family:Georgia,serif;color:var(--gold2);font-size:2rem;}.step h3{margin:8px 0;}.step p{color:#c6d3de;margin:0;font-size:.94rem;}
.realestate-teaser{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;}.container.realestate-teaser{width:min(1120px,calc(100% - 64px));max-width:1120px;margin-inline:auto;}.realestate-teaser>div{min-width:0;}.realestate-photo{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);min-height:430px;}.realestate-photo img{width:100%;height:100%;object-fit:cover;}.price-badge{position:absolute;left:20px;bottom:20px;background:rgba(6,25,45,.92);color:#fff;padding:15px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.14);}.price-badge small{display:block;color:#c6d4df;}.price-badge strong{font-size:1.45rem;color:var(--gold2);}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0;}.feature-item{display:flex;gap:11px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;}.mini-icon svg{width:23px;height:23px;fill:none;stroke:#8a5f1a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
/* Contact */
.contact{background:linear-gradient(180deg,#fff,#f7f4ed);}.contact-card,.form{border-radius:24px;min-height:100%;}.contact-card{background:var(--navy);color:#fff;}.contact-card h2{font-size:clamp(2.15rem,3.2vw,3rem);line-height:1.08;}.contact-card p{color:#c7d4de;}
.contact-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:22px;
}
.qr-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 12px 16px;
  border-radius:16px;
  text-decoration:none;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(221,183,95,.26);
  color:#ddb75f;
  box-shadow:inset 0 0 0 1px rgba(221,183,95,.05);
}
.qr-card img{
  width:min(165px,100%);
  aspect-ratio:1/1;
  object-fit:contain;
  display:block;
  background:#fff;
  border-radius:10px;
  padding:6px;
}
.qr-label{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:800;
  letter-spacing:.01em;
  color:#ddb75f;
}
.qr-label svg{
  width:20px;
  height:20px;
  stroke:#ddb75f;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}
.public-number{
  margin:20px 0 8px;
  padding:16px;
  border:1px solid rgba(221,183,95,.25);
  border-radius:14px;
  text-align:center;
  background:rgba(255,255,255,.02);
}
.public-number small{
  display:block;
  color:#ddb75f;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.public-number a{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:1.25rem;
  font-weight:850;
  margin-top:3px;
}
.direct-form-status{margin-top:12px;}
@media(max-width:620px){
  .contact-links{grid-template-columns:1fr;gap:10px;}
  .qr-card{padding:12px 10px 14px;}
  .qr-card img{width:min(180px,100%);}
  .public-number a{font-size:1.06rem;}
}

/* V15 CLEAN CONTACT */

.form,.side-card .form{display:block!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:24px!important;padding:28px!important;box-shadow:0 18px 40px rgba(3,24,46,.08)!important;}
.field{display:block!important;}
.field label{display:block!important;margin:0 0 7px!important;font-weight:700!important;color:var(--ink)!important;}
.form input,.form textarea,.form select,.field input,.field textarea,.field select{width:100%!important;box-sizing:border-box!important;padding:13px 14px!important;border:1px solid #d6dde5!important;border-radius:12px!important;background:#fff!important;color:var(--ink)!important;font:inherit!important;outline:none!important;}
.form input:focus,.form textarea:focus,.form select:focus{border-color:#8aa7c6!important;box-shadow:0 0 0 3px rgba(0,67,128,.08)!important;}
.form textarea,.field textarea{min-height:130px!important;resize:vertical!important;}
.form .btn,.side-card .btn{margin-top:8px!important;}
.direct-form-status{font-size:.95rem;color:#6e7a86;margin:14px 0 0;}
.side-card .general-contact-btn{margin:18px 0 18px;}
.side-card .qr-only{margin-top:18px;}
.side-card .qr-card img{width:min(150px,100%);}

.site-footer .container{max-width:min(1180px,92vw)!important;}
.footer-row{display:flex!important;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;}
.footer-brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff;}
.footer-brand img{width:50px;height:50px;object-fit:contain;display:block;}
.footer-brand-copy strong{display:block;color:#ddb75f;letter-spacing:.18em;font-size:1rem;font-weight:800;}
.footer-brand-copy span{display:block;color:#c8d3dc;font-size:.95rem;line-height:1.45;margin-top:2px;}
.footer-nav{display:flex;gap:18px;flex-wrap:wrap;}
.footer-nav a{color:#fff;text-decoration:none;font-weight:600;opacity:.95;}
.footer-nav a:hover{color:#ddb75f;}
.footer-legal{margin:14px 0 0;color:#9db0be;font-size:.9rem;line-height:1.55;max-width:880px;}
.footer-mark,.site-footer > img,.site-footer img[src^="data:image/"]{display:none!important;}
@media (max-width: 900px){
  .contact-grid{grid-template-columns:1fr!important;}
  .contact-card{padding:28px!important;}
  .qr-only{grid-template-columns:1fr!important;}
  .general-contact-btn strong{font-size:1.2rem;}
}

/* V18 CLEAN LEGAL FOOTER */

/* V20 CENTERING CLEANUP */

.form h3{margin-top:0!important;}
.realestate-teaser,.about-grid,.hero-grid,.plot-layout{align-items:center!important;}
.qr-card::before,.contact-card hr,.qr-only hr{display:none!important;content:none!important;}

/* V21 FINAL VISUAL POLISH */
.contact-shell{max-width:1120px!important;margin-inline:auto!important;}
.contact-grid{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;gap:34px!important;align-items:stretch!important;}
.contact-card{min-width:0!important;}
.contact-card .eyebrow{margin-bottom:4px;}
.contact-card h2{max-width:12ch!important;margin:8px 0 14px!important;}
.contact-card p{margin:0!important;max-width:50ch!important;}
.general-contact-btn{
  display:flex!important;flex-direction:column!important;
  margin:26px 0 0!important;
  border-radius:0!important;text-decoration:none!important;transform:none!important;}
.general-contact-btn:hover{background:transparent!important;box-shadow:none!important;transform:none!important;}

.qr-item{color:var(--gold2)!important;}

.form{width:100%!important;margin:0!important;padding:34px!important;}
.form h3{margin:0 0 20px!important;color:var(--navy)!important;font-family:Georgia,serif!important;font-size:clamp(1.65rem,2.3vw,2.15rem)!important;line-height:1.12!important;}
.field{margin-bottom:14px!important;}
.section>.container:not(.realestate-teaser):not(.contact-shell){margin-inline:auto!important;}
.realestate-teaser{margin-inline:auto!important;align-items:center!important;}
.about-grid,.hero-grid,.plot-layout{align-items:center!important;}
.service-grid,.steps,.listing-grid,.feature-list{justify-content:center!important;}
.site-footer .footer-shell{width:min(var(--max),calc(100% - 36px))!important;margin-inline:auto!important;}
/* Remove any inherited divider/rule above the QR area */
.contact-qr,.contact-qr::before,.contact-qr::after,.qr-item::before,.qr-item::after{border-top:0!important;box-shadow:none!important;}
@media(max-width:900px){
  .contact-shell{max-width:760px!important;}
  .contact-grid{grid-template-columns:1fr!important;gap:24px!important;}
  
  .contact-card h2{max-width:none!important;}
  .contact-qr{padding-top:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  
  .form{padding:30px!important;}
}
@media(max-width:520px){
  .section{padding-left:0!important;padding-right:0!important;}
  .container{width:min(var(--max),calc(100% - 28px))!important;}
  .contact-card,.form{padding:24px!important;border-radius:20px!important;}
  .contact-qr{gap:14px!important;}
  .qr-item img{width:min(138px,100%)!important;border-radius:8px!important;}
  .qr-item span{font-size:.82rem!important;}
  .general-contact-btn strong{font-size:1.12rem!important;}
  .realestate-teaser{width:calc(100% - 28px)!important;}
}

/* V21 RESPONSIVE NAV + GRID FIX */
@media(max-width:900px){
  .nav{height:70px!important;gap:10px!important;}
  .brand img{width:48px!important;height:48px!important;}
  .langs{margin-left:auto!important;gap:5px!important;}
  .lang{width:34px!important;height:34px!important;font-size:1.05rem!important;}
  .menu{display:block!important;flex:0 0 auto!important;line-height:1!important;padding:4px!important;cursor:pointer!important;}
  .navlinks{
    position:absolute!important;top:70px!important;left:14px!important;right:14px!important;margin:0!important;
    display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;
    background:rgba(6,25,45,.98)!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:16px!important;
    padding:10px!important;box-shadow:0 18px 40px rgba(0,0,0,.22)!important;}
  .navlinks.open{display:flex!important;}
  .navlinks a{display:block!important;padding:11px 12px!important;text-align:left!important;border-radius:10px!important;}
  .navlinks a:hover{background:rgba(255,255,255,.06)!important;}
  .main-hero,.re-hero{padding-top:118px!important;min-height:auto!important;}
  .hero-grid,.about-grid,.realestate-teaser,.plot-layout{grid-template-columns:1fr!important;}
  .service-grid,.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .feature-list,.property-meta{grid-template-columns:1fr 1fr!important;}
  .photo-stack{grid-template-columns:1fr 1fr!important;}
}
@media(max-width:620px){
  .service-grid,.listing-grid,.steps,.feature-list,.property-meta,.photo-stack{grid-template-columns:1fr!important;}
  .photo-stack .large,.photo-stack .small{height:260px!important;min-height:0!important;}
  
  .langs{gap:3px!important;}
  .lang{width:32px!important;height:32px!important;font-size:1rem!important;}
  .brand img{width:44px!important;height:44px!important;}
}

/* V22 QR POLISH */

.general-contact-btn{
  
  margin-bottom:0!important;
}
.contact-scan{
  margin:20px 0 0!important;
  color:#c6d4df!important;
  font-size:.94rem!important;
  line-height:1.45!important;
  text-align:center!important;
}
.contact-qr{
  margin:14px auto 0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  max-width:445px!important;
  align-items:start!important;
  justify-items:center!important;
  border:0!important;
}
.qr-item{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.qr-item img{
  display:block!important;
  width:min(198px,100%)!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  background:#fff!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:8px!important;
  box-shadow:0 8px 18px rgba(0,0,0,.11)!important;
}
.qr-item span{
  margin:0!important;
  color:var(--gold2)!important;
  font-size:.9rem!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-align:center!important;
}
@media(max-width:900px){
  .contact-qr{
    max-width:430px!important;
    gap:14px!important;
  }
  .qr-item img{width:min(188px,100%)!important;}
}
@media(max-width:480px){
  .contact-qr{max-width:340px!important;gap:10px!important;}
  .qr-item img{width:min(155px,100%)!important;}
  .qr-item span{font-size:.8rem!important;}
  .contact-scan{font-size:.88rem!important;}
}

/* V23 UNIFIED NAVY HEADER + FOOTER */

.site-header .navlinks{
  background:#06192d;
}

@media(max-width:900px){
  .site-header .navlinks{
    background:#06192d!important;
  }
}

/* V26 HEADER + QR BALANCE */

/* Give the left contact panel more visual balance */

/* Keep QR block centered and slightly lower */
.contact-card .contact-qr{
  align-self:stretch!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Maintain good balance on smaller screens */
@media(max-width:900px){
  .contact-scan{
    margin-top:28px!important;
  }
  .contact-qr{
    margin-top:16px!important;
  }
}
@media(max-width:480px){
  .contact-scan{
    margin-top:24px!important;
  }
}

/* V27 final polish */

/* V27 final polish: solid header */
.site-header{
  
  
  
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.site-header::before,
.site-header::after{
  display:none !important;
  content:none !important;
}

/* V27 final polish: move QR area lower and balance left contact column */

.contact-scan{
  margin-top:auto !important;
  margin-bottom:14px !important;
}
.contact-qr{
  margin-top:0 !important;
  padding-top:0 !important;
}
@media (max-width: 900px){
  .contact-scan{
    margin-top:22px !important;
  }
}

/* V29 QR BLOCK LOWER BALANCE */

/* V30 CONTACT BALANCE + INTERACTION POLISH */

.contact-card{
  padding-bottom:18px!important;
}

.contact-channel-block .contact-qr{
  
  padding:0!important;
}
@media(max-width:900px){
  
  .contact-card{
    padding-bottom:26px!important;
  }
  .general-contact-btn span{
    font-size:.84rem!important;
  }
  .general-contact-btn strong{
    font-size:1.30rem!important;
  }
}

/* V31 QR POSITION TWEAK */

/* V32 QR FINE POSITION */
.contact-channel-block{
  
  
  width:100%!important;
  
}

@media(max-width:900px){
  .contact-channel-block{
    
    transform:none!important;
  }
}

/* V33 CONTACT TRUST BLOCK */

.contact-trust-title{
  color:var(--gold2)!important;
  font-size:.76rem!important;
  font-weight:850!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin-bottom:11px!important;
}
.contact-trust-list{
  display:grid!important;
  
}
.contact-trust-list>div{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  color:#e4ebf0!important;
  font-size:.87rem!important;
  line-height:1.35!important;
}
.trust-check{
  color:var(--gold2)!important;
  font-weight:900!important;
  flex:0 0 auto!important;
}
.contact-trust-areas{
  margin-top:12px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  color:#9fb0bd!important;
  font-size:.76rem!important;
  line-height:1.35!important;
  letter-spacing:.01em!important;
}
@media(max-width:900px){
  .contact-trust{
    margin-top:22px!important;
  }
}

/* V34 CONTACT TEXT CENTERING */
.general-contact-btn{
  width:100%!important;
  
  
}

.contact-trust-areas{
  text-align:center!important;
}
.contact-channel-block{
  
  flex-direction:column!important;
  
}

@media(max-width:900px){
  
  .contact-trust-list>div{max-width:none!important;}
}

/* V35 FINAL APPROVED CONTACT LAYOUT */
.contact-card{
  
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
}
.contact-card>.eyebrow,
.contact-card>h2,
.contact-card>p,
.contact-card>.general-contact-btn,
.contact-card>.contact-channel-block{
  width:min(100%,470px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.contact-card>.eyebrow{
  text-align:left!important;
}
.contact-card>h2{
  
  margin-top:10px!important;
  margin-bottom:18px!important;
  
}
.contact-card>p{
  
  text-align:left!important;
  
}
.general-contact-btn{
  
  padding:0!important;
  
  
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.general-contact-btn span{
  font-size:1rem!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
  color:var(--gold2)!important;
  font-weight:800!important;
}
.general-contact-btn strong{
  margin-top:8px!important;
  font-size:1.58rem!important;
  line-height:1.15!important;
  color:#fff!important;
}

.contact-channel-block .contact-scan{
  
  
  
  color:#d5dfe6!important;
  font-size:.94rem!important;
  line-height:1.45!important;
}
.contact-channel-block .contact-qr{
  
  width:100%!important;
  max-width:470px!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:30px!important;
  
  align-items:start!important;
}
.contact-channel-block .qr-item{
  width:100%!important;
  align-items:center!important;
  text-align:center!important;
  gap:10px!important;
}
.contact-channel-block .qr-item img{
  width:min(190px,100%)!important;
  border-radius:9px!important;
  box-shadow:none!important;
}
.contact-channel-block .qr-item span{
  color:var(--gold2)!important;
  font-size:.92rem!important;
  font-weight:800!important;
}
@media(max-width:900px){
  
  .contact-card>.eyebrow,
  .contact-card>h2,
  .contact-card>p,
  .contact-card>.general-contact-btn,
  .contact-card>.contact-channel-block{
    width:100%!important;
  }
  .contact-card>h2{max-width:none!important;}
  .contact-channel-block{
    
    padding-top:0!important;
  }
  .contact-channel-block .contact-qr{
    max-width:430px!important;
    gap:22px!important;
  }
  .contact-channel-block .qr-item img{
    width:min(175px,100%)!important;
  }
}
@media(max-width:480px){
  
  .general-contact-btn strong{font-size:1.35rem!important;}
  .contact-channel-block .contact-qr{gap:14px!important;}
  .contact-channel-block .qr-item img{width:min(145px,100%)!important;}
  .contact-channel-block .contact-scan{font-size:.88rem!important;}
}

/* V36 HEADING ALIGNMENT FINAL */
.contact-card>h2{
  
  width:min(100%,470px)!important;
  text-align:left!important;
}

/* V37 HOSTINGER HEADER + FLAG RELIABILITY */
html{margin:0!important;border:0!important;border-top:0!important;background:#06192d!important;}
body{margin:0!important;border:0!important;border-top:0!important;}
body{padding-top:0!important;}
body::before,body::after{display:none!important;content:none!important;}
.site-header{top:0!important;left:0!important;right:0!important;background:#06192d!important;border:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;box-shadow:none!important;}
.site-header::before,.site-header::after{display:none!important;content:none!important;border:0!important;background:none!important;}

.lang,.lang-btn{overflow:hidden!important;line-height:1!important;}
@media(max-width:620px){.flag-img{width:20px!important;height:13px!important;}}

/* V37 CONTACT FILL + LEFT ALIGNMENT */
.contact-card{padding:44px 46px 34px!important;}
.contact-card>.eyebrow,.contact-card>h2,.contact-card>p,.contact-card>.general-contact-btn,.contact-card>.contact-trust,.contact-card>.contact-channel-block{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;text-align:left!important;}
.contact-card>h2{max-width:470px!important;}
.contact-card>p{max-width:540px!important;line-height:1.65!important;}
.general-contact-btn{margin-top:30px!important;}
.contact-trust{margin:26px 0 0!important;padding:18px 20px!important;max-width:540px!important;text-align:left!important;border:1px solid rgba(221,183,95,.16)!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important;}
.contact-trust-title,.contact-trust-areas{text-align:left!important;}
.contact-trust-list{justify-items:start!important;gap:9px!important;}
.contact-trust-list>div{justify-content:flex-start!important;text-align:left!important;max-width:none!important;}
.contact-channel-block{margin-top:30px!important;padding-top:0!important;display:block!important;align-items:flex-start!important;transform:none!important;}
.contact-channel-block .contact-scan{max-width:none!important;text-align:left!important;margin:0 0 16px!important;}
.contact-channel-block .contact-qr{margin:0!important;justify-items:start!important;}
@media(max-width:900px){.contact-card{padding:32px 30px!important;}.contact-trust{max-width:none!important;}.contact-channel-block{margin-top:28px!important;}}
@media(max-width:480px){.contact-card{padding:26px 22px!important;}}

/* V45 SIMPLE SERVICE ICONS */
.service-icon{
  width:54px!important;
  height:54px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fffaf0 0%,#f7edd8 100%)!important;
  border:1px solid rgba(184,131,47,.22)!important;
  box-shadow:0 8px 20px rgba(6,25,45,.05)!important;
  display:grid!important;
  place-items:center!important;
  margin-bottom:18px!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.service-icon svg{
  width:28px!important;
  height:28px!important;
  fill:none!important;
  stroke:#8f6220!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.service-card:hover .service-icon{
  transform:translateY(-2px)!important;
  border-color:rgba(184,131,47,.35)!important;
  box-shadow:0 12px 24px rgba(6,25,45,.08)!important;
}
@media(max-width:620px){
  .service-icon{width:50px!important;height:50px!important;border-radius:14px!important;}
  .service-icon svg{width:26px!important;height:26px!important;}
}

/* V72 CONTACT CONSISTENCY — HOME */
.general-contact-btn{align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;}

/* V74 LOCK HERO PHOTO FRAMING ACROSS LANGUAGES */
.main-hero{background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important;}

/* V82 CONSISTENT HEADER CONTACT BUTTON */
.site-header .nav-contact{padding:10px 15px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--gold2),var(--gold))!important;color:var(--navy)!important;border:0!important;box-shadow:none!important;}
.site-header .nav-contact:hover{color:var(--navy)!important;filter:brightness(1.04);transform:translateY(-1px);}

/* ---- consolidated block ---- */

@media(max-width:620px){
  .main-hero{padding:104px 0 56px!important;}
  .hero-grid{gap:24px!important;}
  .hero-copy h1{font-size:clamp(2.5rem,11.5vw,3.05rem)!important;line-height:1.03!important;margin:10px 0 17px!important;}
  .hero-copy p{font-size:1rem!important;line-height:1.58!important;margin-bottom:22px!important;}
  .cta-row{gap:10px!important;}
  .hero-card{padding:21px!important;border-radius:20px!important;}
  .hero-card h3{font-size:1.16rem!important;}
  .section{padding:66px 0!important;}
}

/* ---- consolidated block ---- */

/* V93: robust fixed-header anchor positioning + mobile translation safety */
:root{--norzar-anchor-gap:18px;}
section[id],main[id],div[id].anchor-target{scroll-margin-top:106px;}
@media(max-width:900px){
  :root{--norzar-anchor-gap:16px;}
  section[id],main[id],div[id].anchor-target{scroll-margin-top:88px;}
}
@media(max-width:620px){
  html,body{max-width:100%;overflow-x:hidden;}
  main,section,.container,.hero-copy,.re-hero-copy,.card,.property-card,.listing-card,.listing-body,.contact-grid,.contact-card,.form,.detail-grid,.detail-body,.info-grid,.service-card,.step{min-width:0;max-width:100%;}
  h1,h2,h3,h4,p,li,label,strong,[data-i18n]{overflow-wrap:break-word;word-break:normal;hyphens:auto;}
  .btn,.nav-contact,.re-support-cta,.property-card a,.listing-card a,button{white-space:normal;max-width:100%;}
  input,select,textarea{max-width:100%;min-width:0;}
}

/* ---- consolidated block ---- */

/* V95: keep the first hero text at the same visual distance below the fixed header. */
@media(min-width:901px){
  .main-hero .hero-grid{transform:translateY(28px)!important;}
}

/* ---- consolidated block ---- */

/* V96: one visual anchor rule across desktop/mobile. */
html{scroll-padding-top:106px!important;}
section[id],main[id],div[id].anchor-target,.policy-section h2{scroll-margin-top:106px!important;}
@media(max-width:900px){
  html{scroll-padding-top:88px!important;}
  section[id],main[id],div[id].anchor-target,.policy-section h2{scroll-margin-top:88px!important;}
}

/* ---- consolidated block ---- */

/* V97: identical visual gap from the gold header divider to the first hero text.
   Header = 90px including divider; hero content starts at 156px => ~66px gap. */
@media(min-width:901px){
  .main-hero,.hero,.re-hero{align-items:flex-start!important;padding-top:156px!important;}
  .main-hero .hero-grid,.hero .container.hero-copy,.re-hero .container{transform:none!important;}
  .main-hero .hero-copy,.hero .container.hero-copy,.re-hero-copy{align-self:start!important;}
}

/* ---- consolidated block ---- */

/* V98: same visual distance from the gold header divider to first page content on every headed page. */
@media(min-width:901px){
  .main-hero,.hero,.re-hero,.property-hero,.privacy-hero{padding-top:156px!important;}
  .privacy-hero{align-items:flex-start!important;}
  .privacy-hero-grid{align-items:start!important;}
}

/* ---- consolidated block ---- */

.hero-service-paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:690px;margin:22px 0 14px;}
.hero-service-path{min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;letter-spacing:.08em;font-weight:800;}
.hero-service-path.btn-outline{background:rgba(6,25,45,.48);backdrop-filter:blur(3px);}
@media(max-width:700px){.hero-service-paths{grid-template-columns:1fr;max-width:100%;margin-top:18px;}.hero-service-path{width:100%;min-height:54px;}}

/* ---- consolidated block ---- */

.home-section-head{max-width:760px;margin-bottom:34px;}
.home-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
.home-service-card{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 16px 38px rgba(6,25,45,.07);min-width:0;}
.home-service-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#f8f1df,#fff);border:1px solid #eadcb8;}
.home-service-icon svg{width:27px;height:27px;fill:none;stroke:#8a5f1a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.home-service-card h3{margin:1px 0 9px;color:var(--navy);font-size:1.3rem;}
.home-service-card p{margin:0;color:var(--muted);line-height:1.7;}
.home-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#8a5f1a;text-decoration:none;font-weight:850;transition:gap .2s ease;}
.home-text-link:hover{gap:12px;}
.home-results{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;}
.home-results-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:52px;align-items:center;}
.home-results-copy h2{color:#fff;margin:8px 0 14px;font-size:clamp(2.2rem,4vw,3.45rem);line-height:1.05;}
.home-results-copy p{color:#c8d5df;max-width:670px;margin:0 0 24px;line-height:1.75;}
.home-result-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.home-metric{min-height:145px;padding:20px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.home-metric strong{font-family:Georgia,serif;color:var(--gold2);font-size:clamp(1.65rem,2.8vw,2.35rem);line-height:1.05;}
.home-metric span{color:#d9e2e9;font-size:.9rem;margin-top:8px;line-height:1.35;}.home-metric .metric-count{margin-top:3px;font-size:.72rem;opacity:.82;font-weight:700;letter-spacing:.01em;}
.home-metric-link{color:inherit;text-decoration:none;cursor:pointer;position:relative;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;}
.home-metric-link:hover,.home-metric-link:focus-visible{transform:translateY(-4px);border-color:var(--gold2);background:linear-gradient(145deg,rgba(221,183,95,.19),rgba(255,255,255,.07));box-shadow:0 14px 34px rgba(0,0,0,.2),0 0 0 1px rgba(221,183,95,.12);}
.home-metric-link:focus-visible{outline:2px solid var(--gold2);outline-offset:3px;}
.home-metric-link .metric-action{margin-top:10px;color:var(--gold2);font-size:.69rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase;opacity:.88;}
.home-metric-link:hover .metric-action,.home-metric-link:focus-visible .metric-action{opacity:1;}
.home-realestate{background:#f7f4ed;}
.home-realestate-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;padding:36px 40px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 36px rgba(6,25,45,.06);}
.home-realestate-inner h2{margin:8px 0 12px;color:var(--navy);font-size:clamp(2rem,3.2vw,2.9rem);line-height:1.08;}
.home-realestate-inner p{margin:0;max-width:760px;color:var(--muted);line-height:1.7;}
.home-re-btn{border-color:rgba(6,25,45,.28)!important;color:var(--navy)!important;white-space:nowrap;}
.home-re-btn:hover{background:var(--navy)!important;color:#fff!important;}
.home-contact-cta{background:#fff;}
.home-contact-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;padding:42px 46px;border-radius:26px;background:linear-gradient(135deg,#06192d,#0a2947);color:#fff;box-shadow:0 22px 52px rgba(6,25,45,.16);}
.home-contact-card h2{color:#fff;margin:8px 0 12px;font-size:clamp(2.15rem,3.8vw,3.35rem);line-height:1.06;}
.home-contact-card p{margin:0;color:#c8d5df;font-size:1.04rem;line-height:1.7;}
.home-contact-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
.home-contact-actions .btn{white-space:nowrap;}
.home-contact-actions .btn-outline{border-color:rgba(255,255,255,.45)!important;color:#fff!important;}
.home-contact-actions .btn-outline:hover{background:#fff!important;color:var(--navy)!important;}
@media(max-width:900px){
  .home-service-grid,.home-results-grid{grid-template-columns:1fr;}
  .home-results-grid{gap:30px;}
  .home-realestate-inner,.home-contact-card{grid-template-columns:1fr;gap:24px;padding:30px;}
  .home-contact-actions{justify-content:flex-start;}
}
@media(max-width:620px){
  .home-service-card{grid-template-columns:1fr;padding:24px;}
  .home-result-metrics{grid-template-columns:1fr;}
  .home-metric{min-height:112px;}
  .home-realestate-inner,.home-contact-card{padding:24px;border-radius:20px;}
  .home-re-btn,.home-contact-actions .btn{width:100%;justify-content:center;text-align:center;}
}

/* ---- consolidated block ---- */

/* V107 — calmer, more proportional mobile typography. Desktop remains unchanged. */
@media (max-width:620px){
  body .hero-copy h1,
  body .hero h1,
  body .re-hero h1,
  body .property-hero h1,
  body .property-head > h1,
  body #privacyTitle,
  body main > h1{
    font-size:clamp(2.05rem,9.2vw,2.45rem)!important;
    line-height:1.07!important;
  }

  body .section-head h2,
  body .about-copy h2,
  body .home-results-copy h2,
  body .home-realestate-inner h2,
  body .home-contact-card h2,
  body .contact-card h2,
  body .detail-contact .contact-card h2,
  body section h2{
    font-size:clamp(1.68rem,7.2vw,1.95rem)!important;
    line-height:1.12!important;
  }

  body .hero-card h3,
  body .home-service-card h3,
  body .re-feature-card h3,
  body .service-card h3,
  body .listing-card h3,
  body .property-card h3{
    font-size:1.12rem!important;
    line-height:1.25!important;
  }

  

  body .hero-copy p,
  body .hero p,
  body .re-hero p,
  body .property-head > p{
    font-size:.96rem!important;
    line-height:1.58!important;
  }
}

/* ---- consolidated block ---- */

/* V108 — Home and About use the same subtle 8px upward navigation adjustment. */

/* ---- consolidated block ---- */

/* V109 — desktop hero refinement: calmer headline, aligned secondary CTA and lifted trust card. */
@media (min-width:901px){
  .main-hero .hero-grid{
    grid-template-columns:minmax(0,1fr) 420px!important;
    gap:48px!important;
  }
  .main-hero .hero-copy h1{
    font-size:clamp(3.45rem,4.05vw,4.35rem)!important;
    line-height:1.01!important;
    max-width:760px!important;
    letter-spacing:-.012em!important;
  }
  .main-hero .hero-copy p{max-width:690px!important;}
  .main-hero .hero-card{transform:translateY(-20px)!important;}
  .main-hero .cta-row .btn-gold{
    background:transparent!important;
    color:#e0b958!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    padding:4px 1px!important;
    min-height:0!important;
    font-size:.96rem!important;
    font-weight:850!important;
    text-decoration:none!important;
    transform:none!important;
  }
  .main-hero .cta-row .btn-gold::after{
    content:"→";
    display:inline-block;
    margin-left:7px;
    transition:transform .18s ease;
  }
  .main-hero .cta-row .btn-gold:hover{
    color:#f0ca72!important;
    filter:none!important;
  }
  .main-hero .cta-row .btn-gold:hover::after{transform:translateX(3px);}
}
@media (max-width:900px){
  .main-hero .hero-card{transform:none!important;}
}

/* ---- consolidated block ---- */

/* V110 — final mobile typography pass. Desktop/tablet above 620px unchanged. */
@media (max-width:620px){
  body h1,
  body .hero-copy h1,
  body .hero h1,
  body .re-hero h1,
  body .property-hero h1,
  body .property-head > h1,
  body #privacyTitle,
  body main > h1{
    font-size:clamp(1.82rem,7.8vw,2.05rem)!important;
    line-height:1.08!important;
    letter-spacing:-.008em!important;
  }

  body h2,
  body .section-head h2,
  body .about-copy h2,
  body .home-results-copy h2,
  body .home-realestate-inner h2,
  body .home-contact-card h2,
  body .contact-card h2,
  body .detail-contact .contact-card h2,
  body section h2{
    font-size:clamp(1.42rem,6.1vw,1.55rem)!important;
    line-height:1.15!important;
    letter-spacing:-.004em!important;
  }

  body h3,
  body .hero-card h3,
  body .home-service-card h3,
  body .re-feature-card h3,
  body .service-card h3,
  body .listing-card h3,
  body .property-card h3{
    font-size:1rem!important;
    line-height:1.28!important;
  }

  body .form h3,
  body .detail-contact .form h3{
    font-size:1.18rem!important;
    line-height:1.2!important;
  }

  body .hero-copy p,
  body .hero p,
  body .re-hero p,
  body .property-head > p,
  body .section-head p{
    font-size:.94rem!important;
    line-height:1.56!important;
  }

  body .eyebrow{
    font-size:.70rem!important;
    line-height:1.35!important;
    letter-spacing:.115em!important;
  }

  body .section-head{margin-bottom:28px!important;}
  body .hero-copy h1{margin-top:8px!important;margin-bottom:14px!important;}
  body .property-head > h1,
  body .re-hero h1,
  body .privacy-hero h1{margin-top:8px!important;margin-bottom:12px!important;}

  body .home-metric strong{font-size:1.48rem!important;}
  body .price-badge strong{font-size:1.22rem!important;}
}

/* ---- consolidated block ---- */

.home-reviews{background:#fff;}
.home-reviews-head{max-width:760px;}
.home-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.review-card{position:relative;display:flex;flex-direction:column;min-height:272px;padding:26px 25px 23px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 15px 38px rgba(6,25,45,.065);}

.review-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px;position:relative;z-index:1;}
.review-platform{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase;border:1px solid rgba(6,25,45,.11);color:var(--navy);background:#f8f6f1;}
.review-rating{font-size:.88rem;letter-spacing:.06em;color:#b27a18;white-space:nowrap;}
.review-score{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:30px;padding:0 9px;border-radius:9px;background:var(--navy);color:#fff;font-size:.82rem;font-weight:900;white-space:nowrap;}
.review-card blockquote{margin:0 0 21px;color:#33475a;font-size:.96rem;line-height:1.72;quotes:none;flex:1;position:relative;z-index:1;}
.review-author{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid var(--line);font-size:.86rem;}
.review-author strong{color:var(--navy);}
.review-author span{color:var(--muted);font-size:.78rem;}
.home-reviews-action{margin-top:24px;}
@media (hover:hover) and (pointer:fine){
  .review-card,.home-service-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
  .review-card:hover,.home-service-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(6,25,45,.095);border-color:rgba(217,164,65,.35);}
  .btn{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;}
  .btn:hover{transform:translateY(-1px);}
}
@media(max-width:900px){.home-review-grid{grid-template-columns:1fr;}.review-card{min-height:0;}}
@media(max-width:620px){
  .review-card{padding:21px 19px 19px;border-radius:18px;}
  .review-card blockquote{font-size:.92rem;line-height:1.62;margin-bottom:17px;}
  .review-card-top{margin-bottom:15px;}
  .review-author{padding-top:14px;}
  .home-reviews-action{margin-top:19px;}
}

/* ---- consolidated block ---- */

/* V114 consistency polish: language controls + legal footer */
.langs{display:flex!important;align-items:center!important;gap:4px!important;flex:0 0 auto!important;padding:0!important;}
.lang,.lang-btn{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(255,255,255,.06)!important;color:#fff!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;}
.lang.active,.lang-btn.active{background:linear-gradient(135deg,#e0bc67 0%,#b8832f 100%)!important;border-color:rgba(223,184,94,.95)!important;box-shadow:0 6px 14px rgba(184,131,47,.20)!important;transform:translateY(-1px)!important;}
.lang:hover,.lang-btn:hover{border-color:rgba(223,184,94,.72)!important;}
.flag-img{display:block!important;width:20px!important;height:13px!important;object-fit:cover!important;border-radius:2px!important;box-shadow:0 0 0 1px rgba(255,255,255,.16)!important;}
.site-footer{background:#06192d!important;color:#d7e0e8!important;border-top:1px solid rgba(221,183,95,.16)!important;padding:0!important;}
.site-footer .footer-shell{width:min(1180px,calc(100% - 36px));margin-inline:auto;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 0;}
.site-footer .footer-logo{display:flex;align-items:center;flex:0 0 auto;text-decoration:none;}
.site-footer .footer-logo img{display:block!important;width:62px!important;height:48px!important;max-width:62px!important;object-fit:contain!important;}
.site-footer .footer-content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:8px;}
.site-footer .footer-nav{display:flex;justify-content:flex-end;align-items:center;gap:18px;flex-wrap:wrap;}
.site-footer .footer-nav a{color:#fff!important;text-decoration:none!important;font-size:.84rem!important;font-weight:700!important;opacity:.96;}
.site-footer .footer-nav a:hover{color:#ddb75f!important;}
.site-footer .footer-meta{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap;color:#91a5b5;font-size:.76rem;line-height:1.4;}
.site-footer .footer-meta a{color:#c8d4dd!important;text-decoration:none!important;}
.site-footer .footer-meta a:hover{color:#ddb75f!important;}.site-footer .dot{color:#ddb75f;opacity:.75;}
@media(max-width:760px){.site-footer .footer-shell{min-height:auto;align-items:flex-start;padding:20px 0;}.site-footer .footer-logo img{width:54px!important;height:42px!important;}.site-footer .footer-content{align-items:flex-start;}.site-footer .footer-nav,.site-footer .footer-meta{justify-content:flex-start;}.lang,.lang-btn{width:32px!important;height:32px!important;min-width:32px!important;flex-basis:32px!important;}.flag-img{width:20px!important;height:13px!important;}}
@media(max-width:520px){.site-footer .footer-shell{gap:15px;}.site-footer .footer-nav{gap:12px;}.site-footer .footer-meta{gap:7px;}.langs{gap:3px!important;}}

/* ---- consolidated block ---- */

.review-source-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
.review-source-link{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:9px 13px;border:1px solid rgba(6,25,45,.13);border-radius:999px;background:#fff;color:var(--navy);font-size:.79rem;font-weight:850;text-decoration:none;box-shadow:0 7px 18px rgba(6,25,45,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.review-source-link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(6,25,45,.08);border-color:rgba(217,164,65,.55);}
.review-source-link .ext{font-size:.86rem;color:#b27a18;}
@media(max-width:620px){.review-source-links{gap:8px;margin-top:16px;}.review-source-link{font-size:.76rem;min-height:36px;padding:8px 11px;}}

/* ---- consolidated block ---- */

/* V116: keep Home concise on phones while leaving full reviews on Results. */
@media(max-width:620px){
  .home-reviews .home-review-grid .review-card:nth-child(n/**/+2){display:none!important;}
  .home-reviews .home-reviews-action{margin-top:14px!important;}
  .home-reviews .review-source-links{margin-top:14px!important;}
}

body.page-home .main-hero .hero-copy .cta-row{
  margin-top:28px;
}

/* Shorter, softer fade so the photo hands off cleanly to the white content. */
body.page-home .main-hero:after{
  height:52px !important;
  background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.78) 66%,#fff 100%) !important;
  pointer-events:none;
}

@media (min-width:1001px){
  body.page-home .main-hero{
    min-height:660px !important;
    padding-top:128px !important;
    padding-bottom:50px !important;
  }
  body.page-home .main-hero .hero-grid{
    min-height:470px;
    align-items:center;
  }
  body.page-home .main-hero + .section{
    padding-top:48px !important;
  }
}

@media (min-width:761px) and (max-width:1000px){
  body.page-home .main-hero{
    min-height:0 !important;
    padding-bottom:58px !important;
  }
  body.page-home .main-hero:after{height:44px !important;}
  body.page-home .main-hero + .section{padding-top:44px !important;}
}

@media (max-width:760px){
  body.page-home .main-hero{
    min-height:0 !important;
    padding-bottom:52px !important;
  }
  body.page-home .main-hero:after{height:36px !important;}
  body.page-home .main-hero .hero-copy .cta-row{margin-top:22px;}
  body.page-home .main-hero + .section{padding-top:40px !important;}
}


/* V172 remove decorative review quote */
.review-card::before,.ux-review-card.review-card::before{content:none!important;display:none!important;}


/* V196: 901–1100px uses a calmer tablet composition instead of a squeezed desktop hero. */
@media (min-width:901px) and (max-width:1100px){
  body.page-home .main-hero{min-height:0!important;padding-top:118px!important;padding-bottom:58px!important;}
  body.page-home .main-hero .hero-grid{
    grid-template-columns:minmax(0,1fr)!important;gap:28px!important;max-width:850px!important;
    min-height:0!important;align-items:start!important;transform:none!important;
  }
  body.page-home .main-hero .hero-copy h1{max-width:780px!important;font-size:clamp(3.1rem,6.2vw,4.55rem)!important;}
  body.page-home .main-hero .hero-copy p{max-width:720px!important;}
  body.page-home .main-hero .hero-card{justify-self:start!important;width:min(610px,100%)!important;transform:none!important;}
}

/* v209 defensive service-icon sizing: prevents inline SVGs from expanding if an auxiliary stylesheet is unavailable. */
.page-home .n-services .n-service > svg{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;display:block!important;flex:0 0 32px!important;fill:none!important;stroke:#ad8138!important;stroke-width:1.5!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
@media(max-width:760px){.page-home .n-services .n-service > svg{width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;flex-basis:28px!important;}}
