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

:root{
  --navy:#06192d;--navy-2:#0b2745;--navy-3:#123b62;
  --gold:#b7832f;--gold-2:#ddb75f;--cream:#f7f4ed;
  --paper:#fff;--ink:#17212b;--muted:#647383;--line:#e8e3da;
  --shadow:0 22px 60px rgba(6,25,45,.12);
  --radius:24px;--max:1180px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);line-height:1.6;}
a{color:inherit;}
img{max-width:100%;display:block;}
.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto;}
.skip{position:absolute;left:-9999px;top:auto;}.skip:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:10px 14px;border-radius:10px;}
header.site-header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(6,25,45,.88);backdrop-filter:blur(14px);border-bottom:2px solid rgba(223,184,94,.78);box-shadow:0 8px 22px rgba(0,0,0,.12);}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.brand{gap:12px;}.brand img{height:58px;width:auto;}
.nav-links{display:flex;align-items:center;gap:24px;}.nav-links a{color:#fff;text-decoration:none;font-weight:650;font-size:.94rem;opacity:.92;}.nav-links a:hover{color:var(--gold-2);}
.lang-btn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);font-size:1.22rem;cursor:pointer;display:grid;place-items:center;transition:.2s;}.lang-btn:hover{background:rgba(223,184,94,.18);border-color:rgba(223,184,94,.65);transform:translateY(-1px);}.lang-btn.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-btn{display:none;background:none;border:0;color:white;font-size:1.7rem;}
.hero{min-height:780px;padding:150px 0 90px;position:relative;color:#fff;overflow:hidden;background:linear-gradient(90deg,rgba(3,17,30,.96) 0%,rgba(4,23,42,.86) 41%,rgba(6,25,45,.34) 66%,rgba(6,25,45,.12) 100%),url("afbd558e00786e8ba1.webp") center/cover no-repeat;}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:160px;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;}
.eyebrow{color:var(--gold-2);font-weight:800;text-transform:uppercase;letter-spacing:.13em;font-size:.82rem;}
.hero h1{font-family:Georgia,serif;font-size:clamp(2.7rem,5.5vw,5.3rem);line-height:1.02;margin:16px 0 24px;max-width:830px;}
.hero p{font-size:1.18rem;max-width:720px;color:#e6edf4;margin:0 0 32px;}
.cta-row{display:flex;gap:13px;flex-wrap:wrap;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.2s;}.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#07192b;}.btn-gold:hover{transform:translateY(-2px);filter:brightness(1.04);}.btn-outline{border-color:rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,.06);}.btn-outline:hover{background:rgba(255,255,255,.12);}
.hero-card{justify-self:end;width:min(420px,100%);background:rgba(7,25,43,.72);border:1px solid rgba(255,255,255,.12);border-radius:26px;padding:28px;backdrop-filter:blur(12px);box-shadow:0 24px 70px rgba(0,0,0,.25);}
.hero-card h3{margin:0 0 14px;font-size:1.22rem;}.hero-list{display:grid;gap:12px;}.hero-list div{display:flex;gap:12px;align-items:flex-start;color:#eef3f7;}.check{color:var(--gold-2);font-weight:900;}
section{padding:92px 0;}.section-head{max-width:760px;margin-bottom:42px;}.section-head h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:10px 0 14px;}.section-head p{color:var(--muted);font-size:1.06rem;}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}.about-visual{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);min-height:410px;background:var(--cream);}.about-visual img{width:100%;height:100%;object-fit:cover;}.about-copy h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08;color:var(--navy);margin:10px 0 20px;}.about-copy p{color:#4f5d6b;}.pill-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px;}.pill{padding:8px 12px;border-radius:999px;background:#f4efe4;color:#6f4c18;font-weight:750;font-size:.88rem;}
.services{background:linear-gradient(180deg,#f9f7f2,#fff);}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.service-card{background:white;border:1px solid var(--line);border-radius:20px;padding:27px;box-shadow:0 12px 35px rgba(6,25,45,.05);transition:.2s;}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}.service-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f5e9ce,#fff4d9);color:#895e1c;font-size:1.4rem;margin-bottom:18px;}.service-card h3{color:var(--navy);margin:0 0 8px;font-size:1.12rem;}.service-card p{color:var(--muted);margin:0;}
.band{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:white;}.band .section-head h2{color:#fff;}.band .section-head p{color:#d7e2ec;}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}.step{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055);}.step-num{font-family:Georgia,serif;color:var(--gold-2);font-size:2rem;}.step h3{margin:8px 0;color:#fff;}.step p{margin:0;color:#c8d5df;font-size:.94rem;}
.owner-abroad{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;}.owner-card{background:#f7f4ed;border:1px solid var(--line);padding:34px;border-radius:22px;}.owner-card h3{color:var(--navy);font-family:Georgia,serif;font-size:2rem;margin:0 0 14px;}.owner-card ul{padding-left:1.2rem;color:#526170;}.owner-card li{margin:.55rem 0;}
.coverage{background:#fbfaf7;}.areas{display:flex;flex-wrap:wrap;gap:10px;}.area{padding:11px 15px;background:white;border:1px solid var(--line);border-radius:999px;color:var(--navy);font-weight:750;}
.contact{background:linear-gradient(180deg,#fff,#f7f4ed);}.contact-card{background:var(--navy);color:#fff;border-radius:24px;}.contact-card h2{font-family:Georgia,serif;font-size:2.4rem;margin-top:0;}.contact-item{margin:18px 0;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12);}.contact-item:last-child{border-bottom:0;}.contact-item small{display:block;color:#aebdca;text-transform:uppercase;letter-spacing:.08em;}.contact-item a{text-decoration:none;color:#fff;font-weight:750;}.person{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;}.whatsapp{font-size:.86rem;color:var(--gold-2)!important;}
.form{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);}.field{gap:6px;margin:14px 0;}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #d8dfe5;border-radius:12px;font:inherit;background:white;}.field textarea{min-height:120px;resize:vertical;}.form-note{font-size:.83rem;color:var(--muted);}.form button{cursor:pointer;}
footer{background:#041321;color:#bcc9d3;padding:42px 0;}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:start;}.footer-logo{height:70px;width:auto;margin-bottom:14px;}.footer-links{display:flex;flex-wrap:wrap;gap:18px;}.footer-links a{color:#d6e0e8;text-decoration:none;}.legal{font-size:.79rem;color:#8296a7;margin-top:20px;max-width:900px;}
.lang-content{display:none;}.lang-content.active{display:block;}
.privacy-link{color:#f3cc75!important;}
@media (max-width:900px){
  .nav-links{position:fixed;top:78px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;background:#071a2e;padding:18px;border-radius:18px;box-shadow:var(--shadow);}
  .nav-links.open{display:flex;}.menu-btn{display:block;}.nav .langs{margin-left:auto;}
  .hero-grid,.about-grid,.owner-abroad,.contact-grid,.footer-grid{grid-template-columns:1fr;}.hero-card{justify-self:start;}.service-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:620px){
  .nav{height:70px;}.nav-links{top:70px;}
  .hero{padding-top:126px;min-height:auto;}.hero-grid{gap:24px;}.hero-card{padding:22px;}
  section{padding:70px 0;}.service-grid,.steps{grid-template-columns:1fr;}.contact-card,.form{padding:24px;}.lang-btn{width:36px;height:36px;}
}

.privacy-card{position:relative;}
.privacy-card h2{color:var(--navy);margin-top:2rem;font-size:1.28rem;}
.privacy-card p{color:#4f5d6b;}
.meta{margin-bottom:22px;}

.brand-icon{height:58px!important;width:58px!important;object-fit:contain;}

@media(max-width:620px){.brand-icon{height:42px!important;width:42px!important;}}

/* V16 COMPACT PROFESSIONAL FOOTER */

.site-footer .footer-row{
  min-height:88px;
  display:flex;
  align-items:center;
  gap:18px;
}
.site-footer .footer-mark{
  flex:0 0 auto;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
}
.site-footer .footer-mark img{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
}
.site-footer .footer-info{
  min-width:0;
  flex:1 1 auto;
}
.site-footer .footer-tagline{
  color:#e1e8ed;
  font-size:.88rem;
  font-weight:650;
  line-height:1.35;
}
.site-footer .footer-company{
  color:#8296a7;
  font-size:.76rem;
  margin-top:3px;
}

.site-footer .footer-nav a{
  
  
  
  
  transition:color .18s ease;
}

.site-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.07);
  padding:10px 0 13px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  color:#718697;
  font-size:.70rem;
  line-height:1.45;
}
.site-footer .footer-disclaimer{
  max-width:820px;
}
.site-footer .footer-copy{
  white-space:nowrap;
  margin-left:auto;
}
@media(max-width:760px){
  .site-footer .footer-row{
    min-height:auto;
    padding:20px 0 16px;
    align-items:flex-start;
  }
  .site-footer .footer-info{
    flex:1;
  }
  .site-footer .footer-nav{
    width:100%;
    justify-content:flex-start;
    gap:14px;
    margin-top:11px;
  }
  .site-footer .footer-row{
    flex-wrap:wrap;
  }
  .site-footer .footer-bottom{
    flex-direction:column;
    gap:6px;
  }
  .site-footer .footer-copy{
    margin-left:0;
  }
}
@media(max-width:480px){
  .site-footer .footer-mark,
  .site-footer .footer-mark img{
    width:42px;
    height:42px;
  }
  .site-footer .footer-tagline{
    font-size:.82rem;
  }
}

/* === V17 polished contact + footer === */

.contact-card{gap:0.55rem;box-shadow:0 18px 40px rgba(3,24,46,.08);}

.general-contact-btn{gap:6px;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.general-contact-btn:hover{border-color:rgba(221,183,95,.45);}
.general-contact-btn span{display:block;text-transform:uppercase;}

.qr-only{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:12px;}
.qr-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:18px 14px;background:rgba(255,255,255,.03)!important;border:1px solid rgba(221,183,95,.26)!important;border-radius:18px;color:#ddb75f;text-decoration:none;min-height:100%;}
.qr-card img{width:min(180px,100%);aspect-ratio:1/1;object-fit:contain;display:block;background:#fff;border-radius:12px;padding:10px;box-shadow:0 10px 24px rgba(0,0,0,.18);}
.qr-caption{font-weight:800;letter-spacing:.01em;color:#ddb75f;font-size:1.03rem;text-align:center;}
.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{display:flex!important;flex-direction:column!important;padding:38px!important;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;align-items:flex-start!important;justify-content:center!important;
  width:auto!important;margin:26px 0 0!important;padding:0!important;border:0!important;background:transparent!important;
  box-shadow:none!important;border-radius:0!important;text-align:left!important;text-decoration:none!important;transform:none!important;}
.general-contact-btn:hover{background:transparent!important;box-shadow:none!important;transform:none!important;}
.general-contact-btn span{color:var(--gold-2)!important;font-size:.78rem!important;letter-spacing:.11em!important;font-weight:850!important;}
.general-contact-btn strong{color:#fff!important;font-size:1.28rem!important;line-height:1.2!important;margin-top:5px!important;}
.contact-qr{
  padding-top:42px!important;
  }
.qr-item{color:var(--gold-2)!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{padding:30px!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;}
  .section{padding:64px 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 */
.contact-card{
  justify-content:flex-start!important;
}
.general-contact-btn{
  margin-top:22px!important;
  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(--gold-2)!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 */
.contact-scan{
  margin-top:34px!important;
}
.contact-qr{
  margin-top:18px!important;
}

/* 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;
}

/* 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;}}

/* V82 CONSISTENT HEADER CONTACT BUTTON */
.site-header .nav-contact{padding:10px 15px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--gold-2),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 ---- */

/* V76 PRIVACY PAGE REDESIGN — visual consistency + legal readability */
body{background:#f7f4ed;}
.privacy-hero{
  position:relative;overflow:hidden;min-height:500px;padding:148px 0 108px!important;
  display:flex;align-items:center;color:#fff;
  background:
    radial-gradient(circle at 86% 20%,rgba(223,184,94,.13),transparent 29%),
    radial-gradient(circle at 74% 72%,rgba(255,255,255,.045),transparent 30%),
    linear-gradient(135deg,#041423 0%,#06192d 46%,#0c3153 100%)!important;
}
.privacy-hero:before{content:"";position:absolute;right:-180px;top:-220px;width:560px;height:560px;border:1px solid rgba(223,184,94,.13);border-radius:50%;box-shadow:0 0 0 90px rgba(223,184,94,.025),0 0 0 180px rgba(223,184,94,.016);pointer-events:none;}
.privacy-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(transparent,rgba(4,20,35,.16));pointer-events:none;}
.privacy-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.72fr);gap:58px;align-items:center;}
.privacy-hero-copy{min-width:0;max-width:760px;}
.privacy-hero .eyebrow{color:var(--gold-2);font-size:.78rem;font-weight:900;letter-spacing:.16em;}
.privacy-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,5.6vw,5rem);line-height:1.02;margin:14px 0 18px;max-width:760px;color:#fff;}
.privacy-hero p{max-width:690px;margin:0;color:#d9e4ec;font-size:1.08rem;line-height:1.7;}
.privacy-hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px;}
.privacy-hero-pills span{padding:8px 12px;border-radius:999px;border:1px solid rgba(223,184,94,.24);background:rgba(255,255,255,.045);color:#e5edf3;font-size:.78rem;font-weight:780;}
.privacy-summary-card{justify-self:end;width:min(410px,100%);padding:28px;border-radius:26px;background:rgba(5,22,38,.78);border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 70px rgba(0,0,0,.22);backdrop-filter:blur(12px);}
.privacy-shield{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;margin-bottom:17px;background:linear-gradient(180deg,rgba(223,184,94,.16),rgba(223,184,94,.06));border:1px solid rgba(223,184,94,.28);}
.privacy-shield svg{width:28px;height:28px;fill:none;stroke:var(--gold-2);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.privacy-summary-kicker{color:var(--gold-2);font-size:.72rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;}
.privacy-summary-card h2{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:1.65rem;line-height:1.18;margin:7px 0 17px;}
.privacy-summary-list{display:grid;gap:12px;}
.privacy-summary-list>div{display:flex;gap:11px;align-items:flex-start;color:#dbe5ec;font-size:.91rem;line-height:1.48;}
.privacy-summary-list>div>span:first-child{color:var(--gold-2);font-weight:900;flex:0 0 auto;}
.privacy-email{display:flex;flex-direction:column;gap:2px;margin-top:20px;padding-top:17px;border-top:1px solid rgba(255,255,255,.11);text-decoration:none;}
.privacy-email span{color:#9fb1bf;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;}
.privacy-email strong{color:var(--gold-2);font-size:.97rem;}

.privacy-shell{width:min(1120px,calc(100% - 36px));position:relative;z-index:3;display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px;}
.privacy-toc{position:sticky;top:104px;background:#06192d;color:#fff;border-radius:22px;padding:24px 21px;border:1px solid rgba(223,184,94,.16);box-shadow:0 18px 42px rgba(6,25,45,.13);}
.privacy-toc-kicker{color:var(--gold-2);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;}
.privacy-toc h2{font-family:Georgia,"Times New Roman",serif;font-size:1.38rem;line-height:1.2;margin:7px 0 17px;color:#fff;}
.privacy-toc nav{display:grid;gap:2px;}
.privacy-toc nav a{display:grid;grid-template-columns:25px 1fr;gap:7px;padding:7px 7px;border-radius:9px;text-decoration:none;color:#c8d5df;font-size:.77rem;line-height:1.3;transition:.15s ease;}
.privacy-toc nav a:hover{background:rgba(223,184,94,.09);color:#fff;}
.privacy-toc nav .toc-num{color:var(--gold-2);font-weight:900;}
.privacy-toc-help{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.10);display:grid;gap:3px;font-size:.75rem;color:#8fa3b2;}
.privacy-toc-help a{color:var(--gold-2);text-decoration:none;font-weight:800;}

.privacy-card{width:auto!important;margin:0!important;padding:38px 44px 42px!important;border-radius:24px!important;border:1px solid #e5e1d9!important;box-shadow:0 18px 48px rgba(6,25,45,.09)!important;background:#fff!important;min-width:0;}
.privacy-lang{padding:0!important;margin:0!important;}
.meta{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0 0 20px!important;}
.meta>div{position:relative;padding:15px 16px 14px 18px;border:1px solid #e8e3da;border-radius:14px;background:linear-gradient(180deg,#fbfaf7,#f7f4ed);color:#657381;font-size:.88rem;min-width:0;overflow-wrap:anywhere;}
.meta>div:before{content:"";position:absolute;left:0;top:13px;bottom:13px;width:3px;border-radius:3px;background:var(--gold-2);}
.meta b{display:block!important;margin-bottom:2px;color:var(--navy)!important;font-size:.77rem;text-transform:uppercase;letter-spacing:.055em;}
.meta a{color:#8a5f1a;text-decoration:none;font-weight:750;}
.notice{margin:0 0 8px!important;border:1px solid rgba(184,131,47,.18)!important;border-left:4px solid var(--gold-2)!important;background:#fff9ea!important;padding:16px 18px!important;border-radius:0 13px 13px 0!important;color:#5b554a!important;font-size:.93rem;line-height:1.6;}
.policy-section{padding:25px 0 24px;border-top:1px solid #ece8e0;scroll-margin-top:106px;}
.policy-section:first-of-type{margin-top:8px;}
.policy-section h2{display:flex;align-items:flex-start;gap:13px;margin:0 0 9px!important;color:var(--navy)!important;font-family:Georgia,"Times New Roman",serif;font-size:1.28rem!important;line-height:1.35;scroll-margin-top:106px;}
.policy-section h2:before{content:attr(data-num);width:30px;height:30px;flex:0 0 30px;margin-top:-2px;border-radius:50%;display:grid;place-items:center;background:#f6ead0;border:1px solid rgba(184,131,47,.22);color:#8a5f1a;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.72rem;font-weight:900;}
.policy-section p{margin:0 0 0 43px!important;color:#53616e!important;font-size:.96rem;line-height:1.72;}
.policy-section a{color:#7c551c;font-weight:750;text-underline-offset:2px;}

@media(max-width:960px){
  .privacy-hero-grid{grid-template-columns:1fr;gap:30px;}
  .privacy-summary-card{justify-self:start;width:min(480px,100%);}
  .privacy-shell{grid-template-columns:1fr;margin-top:24px;}
  
  .privacy-toc{position:relative;top:auto;padding:20px 22px;}
  .privacy-toc nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 10px;}
}
@media(max-width:620px){
  .privacy-hero{min-height:auto;}
  
  .privacy-hero p{font-size:1rem;}
  
  .privacy-shell{width:min(100% - 24px,1120px);gap:15px;}
  .privacy-toc{border-radius:18px;}
  .privacy-toc nav{grid-template-columns:1fr;}
  .privacy-card{border-radius:19px!important;}
  .meta{grid-template-columns:1fr!important;}
  .policy-section{padding:22px 0 21px;}
  .policy-section h2{font-size:1.16rem!important;gap:10px;}
  .policy-section p{margin-left:0!important;margin-top:10px!important;font-size:.93rem;}
}

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

@media(max-width:620px){
  .privacy-hero{padding:104px 0 58px!important;}
  .privacy-hero-grid{gap:22px!important;}
  .privacy-hero h1{font-size:clamp(2.45rem,11.5vw,3rem)!important;}
  .privacy-summary-card{padding:20px!important;border-radius:19px!important;}
  
  .privacy-toc{padding:17px!important;}
  .privacy-card{padding:24px 19px 27px!important;}
}

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

/* V91 PRIVACY POLISH */
.privacy-toc nav a.active{background:linear-gradient(90deg,rgba(223,184,94,.16),rgba(223,184,94,.06));color:#fff;box-shadow:inset 2px 0 0 var(--gold-2);}
.privacy-toc nav a.active .toc-num{color:#fff;}
.privacy-help-band{background:#f7f4ed;padding:0 0 76px;}
.privacy-help-inner{max-width:1120px;margin-inline:auto;border-radius:24px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(135deg,#06192d 0%,#0b2a49 100%);border:1px solid rgba(223,184,94,.18);box-shadow:0 18px 48px rgba(6,25,45,.12);}
.privacy-help-kicker{color:var(--gold-2);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px;}
.privacy-help-copy h2{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:clamp(1.7rem,2.6vw,2.35rem);line-height:1.12;margin:0 0 7px;}
.privacy-help-copy p{color:#c7d4de;margin:0;max-width:650px;line-height:1.55;}
.privacy-help-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:999px;background:linear-gradient(135deg,#e0bc67,#b8832f);color:#06192d;text-decoration:none;font-weight:850;box-shadow:0 10px 24px rgba(184,131,47,.18);}
.privacy-help-btn:hover{transform:translateY(-1px);filter:brightness(1.04);}
@media(max-width:760px){.privacy-help-band{padding:0 0 52px;}.privacy-help-inner{padding:25px 22px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:20px;}.privacy-help-btn{width:100%;}}

/* ---- 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 ---- */

/* V94 UNIFORM ANCHOR SPACING */
@media(max-width:900px){
  .policy-section,.policy-section h2{scroll-margin-top:88px!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 ---- */

/* 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 ---- */

/* 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 ---- */

/* 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 ---- */

/* 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 ---- */

/* V119: keep Privacy TOC and content aligned below hero; no section overlap. */
.privacy-shell{margin:32px auto 78px!important;align-items:start!important;}
.privacy-card{margin-top:0!important;}
@media(max-width:960px){
  .privacy-shell{margin:24px auto 60px!important;}
  .privacy-card{margin-top:0!important;}
}
@media(max-width:620px){
  .privacy-shell{margin:18px auto 50px!important;}
  .privacy-card{margin-top:0!important;}
}
