
:root{
  --black:#070807;--ink:#121412;--panel:#171917;--gold:#d7a52f;--gold2:#efc55b;
  --green:#168348;--cream:#f5f2ea;--white:#fff;--muted:#6f746f;--line:#ded9ce;
  --danger:#c32626;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1220px,92%);margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(5,6,5,.96);border-bottom:1px solid #252825;backdrop-filter:blur(12px)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;color:#fff;font-weight:800;letter-spacing:.04em;min-width:240px}
.brand-logo{height:68px;width:235px;object-fit:contain;object-position:center;background:#050605;border-radius:8px}
.menu{display:flex;gap:22px;align-items:center;color:#eee;font-size:14px}
.menu a:hover,.menu a.active{color:var(--gold2)}
.call{border:1px solid var(--gold);color:var(--gold2);padding:10px 15px;border-radius:999px;font-weight:800}
.hero{height:min(690px,72vw);min-height:520px;background:#080908 url("../images/hero-brand.png") center/cover no-repeat;position:relative}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.02))}
.hero-actions{position:absolute;z-index:2;left:50%;bottom:38px;transform:translateX(-50%);display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 20px;font-weight:800;transition:.2s}
.btn-gold{background:var(--gold);color:#111}
.btn-dark{background:rgba(9,10,9,.9);color:#fff;border:1px solid #535653}
.section{padding:74px 0}
.section.dark{background:#0c0e0c;color:#fff}
.kicker{color:var(--green);text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:900}
.dark .kicker{color:var(--gold2)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
h1,h2,h3{margin-top:0}
h2{font-size:clamp(30px,4vw,44px);margin-bottom:8px}
.section-head p{margin:0;color:var(--muted);max-width:600px;line-height:1.6}
.dark .section-head p{color:#c3c7c3}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative;box-shadow:0 12px 32px rgba(0,0,0,.07);transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.12)}
.card-image{width:100%;aspect-ratio:16/10;object-fit:cover;background:#ddd}
.ribbon{position:absolute;top:14px;left:14px;z-index:2;background:var(--gold);color:#111;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em}
.ribbon.sold{background:#111;color:#fff}
.card-body{padding:20px}
.loc{font-size:13px;color:#707570}
.card h3{font-size:24px;margin:6px 0 12px}
.chips{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}
.chip{background:#f1eee6;border-radius:8px;padding:7px 9px;font-size:13px}
.desc{color:#606560;line-height:1.55;min-height:72px}
.pricebar{display:flex;align-items:end;justify-content:space-between;gap:14px;border-top:1px solid #ece8df;padding-top:16px}
.price{font-size:23px;font-weight:900;color:#a67409}
.old{text-decoration:line-through;color:#8a8d8a;font-size:13px}
.more{font-weight:900;font-size:14px}
.contact-strip{margin-top:14px;background:#0d100e;color:#fff;border-radius:12px;padding:11px 13px;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:13px}
.contact-strip a{color:var(--gold2);font-weight:800}
.featureband{background:#101310;color:#fff;border-radius:24px;padding:46px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;border:1px solid #292e29}
.featureband h2{margin:0 0 8px}
.featureband p{margin:0;color:#c7cbc7}
.simple-hero{padding:58px 0;background:linear-gradient(135deg,#080908,#22271f);color:#fff}
.simple-hero h1{font-size:clamp(38px,6vw,64px);margin:8px 0}
.text{max-width:860px;line-height:1.8;font-size:17px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.info{background:#fff;border:1px solid var(--line);padding:24px;border-radius:16px}
.info strong{display:block;font-size:20px;margin-bottom:8px}
.footer{background:#050605;color:#cfd2cf;padding:48px 0;margin-top:70px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}
.footer strong{color:#fff}
.footer a:hover{color:var(--gold2)}
.note{background:#fff5d9;border-left:4px solid var(--gold);padding:14px 16px;margin:20px 0}
@media(max-width:900px){
  .menu{display:none}.call{font-size:0}.call:after{content:"Hívás";font-size:14px}
  .hero{height:58vh;min-height:430px;background-position:center}
  .grid,.info-grid,.footer-grid{grid-template-columns:1fr}
  .section-head,.featureband{grid-template-columns:1fr;display:grid;align-items:start}
  .desc{min-height:auto}
}

.brand > span{display:none}

/* Jobb felső sarokban lévő címke */
.ribbon{
  position:absolute;
  top:14px;
  right:14px;
  left:auto;
  z-index:5;
  background:linear-gradient(135deg,#efc55b,#d7a52f);
  color:#111;
  padding:9px 13px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
}
.ribbon.sold{background:#111;color:#fff}

/* 50M+ főoldali kártyák enyhe vizuális kiemelése */
[data-home-featured="true"] .card{
  border:1px solid rgba(215,165,47,.7);
}
[data-home-featured="true"] .card .price{
  color:#a66f00;
}

/* Mobil fejléc */
@media(max-width:900px){
  .brand{min-width:0}
  .brand-logo{height:58px;width:185px}
}


/* ===== RÓLUNK / BARACSI ÉVA ===== */
.about-hero p{
  max-width:760px;
  color:#d7dad7;
  font-size:18px;
  line-height:1.6;
  margin:0;
}

.about-intro{
  max-width:1040px;
}

.about-copy{
  max-width:940px;
}

.about-copy > p{
  font-size:17px;
  line-height:1.8;
  color:#515751;
}

.about-values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:34px;
}

.about-values > div{
  padding:22px;
  border:1px solid #ded9ce;
  border-radius:16px;
  background:#fff;
}

.about-values strong{
  display:block;
  color:#a67409;
  font-size:18px;
  margin-bottom:7px;
}

.about-values span{
  color:#626762;
  line-height:1.55;
}

.owner-section{
  background:#0b0d0b;
  color:#fff;
}

.owner-grid{
  display:grid;
  grid-template-columns:minmax(320px,42%) 1fr;
  gap:64px;
  align-items:center;
}

.owner-photo-wrap{
  position:relative;
  max-width:520px;
}

.owner-photo{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  object-position:center 18%;
  border-radius:24px;
  border:1px solid #383c38;
  box-shadow:0 28px 60px rgba(0,0,0,.32);
}

.owner-name-card{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:18px 20px;
  background:rgba(7,8,7,.92);
  border:1px solid rgba(215,165,47,.55);
  border-radius:14px;
  backdrop-filter:blur(10px);
}

.owner-name-card strong{
  display:block;
  color:#fff;
  font-size:22px;
}

.owner-name-card span{
  display:block;
  margin-top:4px;
  color:#efc55b;
  font-size:14px;
  letter-spacing:.04em;
}

.owner-copy .kicker{
  color:#efc55b;
}

.owner-copy h2{
  font-size:clamp(40px,5vw,62px);
  margin:8px 0 20px;
}

.owner-copy p{
  color:#d0d4d0;
  line-height:1.75;
  font-size:17px;
}

.owner-lead{
  font-size:20px !important;
  color:#f3f3f1 !important;
}

.owner-quote{
  margin:28px 0 0;
  padding:22px 0 22px 24px;
  border-left:3px solid #d7a52f;
  color:#f2e2b4;
  font-size:20px;
  line-height:1.55;
  font-style:italic;
}

.owner-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.owner-contact-btn{
  border-color:#4c514c;
}

@media(max-width:900px){
  .about-values{
    grid-template-columns:1fr;
  }

  .owner-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .owner-photo-wrap{
    max-width:560px;
    margin:0 auto;
  }

  .owner-photo{
    aspect-ratio:4/5;
  }

  .owner-name-card{
    left:16px;
    right:16px;
    bottom:16px;
  }
}


/* ===== WEBOLDAL + FACEBOOK HYPERLINKEK ===== */
.site-link{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(215,165,47,.55);
}
.site-link:hover{color:#efc55b}

.social-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:12px;
}
.social-link{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:245px;
  padding:11px 13px;
  border:1px solid #343934;
  border-radius:12px;
  background:#111411;
  color:#fff !important;
  text-decoration:none !important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.social-link:hover{
  transform:translateY(-2px);
  border-color:#d7a52f;
  background:#171a17;
}
.social-link span:last-child{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.social-link b{
  font-size:14px;
  line-height:1.2;
}
.social-link small{
  margin-top:3px;
  color:#c9cdc9;
  font-size:12px;
  white-space:nowrap;
}
.social-icon,
.facebook-icon{
  display:grid !important;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  font-size:20px;
}
.social-icon{
  background:#168348;
}
.facebook-icon{
  background:#1877f2;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  font-size:25px;
  line-height:1;
}
.contact-social-panel{
  padding-top:20px;
}
.online-contact-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:30px;
  border-radius:20px;
  background:#0b0d0b;
  color:#fff;
}
.online-contact-box h2{
  margin:5px 0 0;
}
.online-contact-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
@media(max-width:800px){
  .online-contact-box{
    align-items:flex-start;
    flex-direction:column;
  }
  .online-contact-links,
  .online-contact-links .social-link{
    width:100%;
  }
  .social-link small{
    white-space:normal;
  }
}


/* ===== V6 MOBILE NAV + HERO FIX ===== */
.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid #3b403b;
  border-radius:10px;
  background:#101310;
  padding:10px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#efc55b;
  border-radius:2px;
  transition:transform .2s ease,opacity .2s ease;
}
.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:900px){
  .header{
    position:sticky;
    top:0;
  }

  .nav{
    min-height:68px;
    gap:10px;
    position:relative;
  }

  .brand{
    min-width:0 !important;
    flex:1 1 auto;
    overflow:hidden;
  }

  .brand-logo{
    width:170px !important;
    height:52px !important;
    max-width:58vw;
    object-fit:contain !important;
    object-position:left center !important;
    border-radius:6px;
  }

  .menu-toggle{
    display:flex;
    flex:0 0 auto;
    z-index:101;
  }

  .call{
    display:none !important;
  }

  .menu{
    display:none !important;
    position:absolute;
    top:calc(100% + 1px);
    left:-4vw;
    right:-4vw;
    background:rgba(7,8,7,.98);
    border-top:1px solid #262a26;
    border-bottom:1px solid #262a26;
    padding:14px 4vw 18px;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    box-shadow:0 18px 36px rgba(0,0,0,.28);
    z-index:100;
  }

  .menu.open{
    display:flex !important;
  }

  .menu a{
    display:block;
    padding:13px 12px;
    border-radius:8px;
    font-size:16px;
    color:#fff;
  }

  .menu a:hover,
  .menu a.active{
    background:#171a17;
    color:#efc55b;
  }

  body.menu-open{
    overflow-x:hidden;
  }

  /* Főoldali banner: mobilon ne essen szét */
  .hero{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4 / 5;
    background-size:cover !important;
    background-position:center top !important;
    overflow:hidden;
  }

  .hero-actions{
    left:16px !important;
    right:16px !important;
    bottom:18px !important;
    transform:none !important;
    width:auto !important;
    gap:8px !important;
  }

  .hero-actions .btn{
    flex:1 1 calc(50% - 4px);
    min-width:0;
    padding:12px 10px;
    font-size:14px;
  }

  .section{
    padding:48px 0;
  }

  .section-head{
    margin-bottom:22px;
  }

  .section-head h2{
    font-size:30px;
  }

  .grid{
    grid-template-columns:1fr !important;
  }

  .card{
    border-radius:15px;
  }

  .card-image{
    aspect-ratio:16/10;
  }

  .pricebar{
    align-items:flex-start;
  }

  .contact-strip{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-grid{
    gap:20px;
  }
}

@media(max-width:520px){
  .container{
    width:min(94%,1220px);
  }

  .brand-logo{
    width:148px !important;
    height:48px !important;
    max-width:56vw;
  }

  .hero{
    aspect-ratio:3 / 4;
    background-position:center top !important;
  }

  .hero-actions{
    flex-direction:column;
  }

  .hero-actions .btn{
    width:100%;
  }

  .simple-hero{
    padding:42px 0;
  }

  .simple-hero h1{
    font-size:38px;
  }

  .owner-name-card{
    position:static !important;
    margin-top:12px;
  }

  .owner-photo{
    aspect-ratio:1/1 !important;
  }
}


/* ===== V7: JS-NÉLKÜLI, BIZTOS MOBIL HAMBURGER ===== */
.nav-toggle{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  flex:0 0 46px;
  border:1px solid #4a504a;
  border-radius:10px;
  background:#111411;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  z-index:103;
}

.menu-toggle span{
  width:24px;
  height:2px;
  display:block;
  background:#efc55b !important;
  border-radius:2px;
  transition:transform .2s ease, opacity .2s ease;
}

/* Desktop: menu normálisan látszik */
@media(min-width:901px){
  .nav-toggle,
  .menu-toggle{
    display:none !important;
  }
}

/* Mobile */
@media(max-width:900px){
  .nav{
    position:relative;
  }

  .menu-toggle{
    display:flex !important;
  }

  .menu{
    display:none !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    margin-top:1px;
    padding:12px;
    background:#080a08;
    border-top:1px solid #252925;
    border-bottom:1px solid #252925;
    box-shadow:0 18px 38px rgba(0,0,0,.35);
    flex-direction:column;
    gap:4px;
    z-index:102;
  }

  .menu a{
    display:block;
    width:100%;
    padding:13px 14px;
    border-radius:8px;
    color:#fff;
    font-size:16px;
  }

  .menu a.active,
  .menu a:hover{
    background:#171a17;
    color:#efc55b;
  }

  /* Ez maga a menünyitás, JavaScript nélkül */
  .nav-toggle:checked ~ .menu{
    display:flex !important;
  }

  /* Hamburger -> X */
  .nav-toggle:checked + .menu-toggle span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }
  .nav-toggle:checked + .menu-toggle span:nth-child(2){
    opacity:0;
  }
  .nav-toggle:checked + .menu-toggle span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .call{
    display:none !important;
  }
}


/* ===== V8: NYELVVÁLASZTÓ + MOBIL HERO/BANNER JAVÍTÁS ===== */
.language-switcher{position:relative;flex:0 0 auto;z-index:110}
.language-switcher summary{
  list-style:none;display:flex;align-items:center;gap:6px;min-height:42px;padding:8px 12px;
  border:1px solid #3b403b;border-radius:10px;background:#111411;color:#efc55b;
  font-size:13px;font-weight:800;cursor:pointer;user-select:none
}
.language-switcher summary::-webkit-details-marker{display:none}
.language-switcher[open] summary{border-color:#d7a52f;background:#171a17}
.language-menu{
  position:absolute;top:calc(100% + 8px);right:0;width:205px;padding:8px;background:#090b09;
  border:1px solid #343934;border-radius:12px;box-shadow:0 18px 42px rgba(0,0,0,.36)
}
.language-menu a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:8px;color:#fff}
.language-menu a:hover{background:#171a17;color:#efc55b}
.language-menu b{
  display:grid;place-items:center;width:32px;height:25px;border-radius:6px;background:#262a26;
  color:#efc55b;font-size:12px
}
.language-menu span{font-size:14px}

/* Desktop: alacsonyabb banner, hogy a hirdetések hamarabb kezdődjenek */
.hero{
  height:min(520px,52vw) !important;
  min-height:370px !important;
  background-size:cover !important;
  background-position:center center !important;
}
.hero + .section{padding-top:38px !important}
.hero + .section .section-head{margin-bottom:18px !important}

@media(max-width:900px){
  .language-switcher summary span{display:none}
  .language-switcher summary{
    width:44px;height:44px;min-height:44px;padding:0;justify-content:center;font-size:19px
  }
  .language-menu{right:-52px}

  /* Mobil: a teljes bannerkép látható, nem crop */
  .hero{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16 / 9 !important;
    background-size:contain !important;
    background-repeat:no-repeat !important;
    background-position:center top !important;
    background-color:#080908 !important;
  }

  .hero-actions{
    left:0 !important;right:0 !important;bottom:0 !important;transform:none !important;width:100% !important;
    padding:8px 4vw !important;
    background:linear-gradient(to top,rgba(0,0,0,.96),rgba(0,0,0,.68),transparent) !important;
    gap:8px !important
  }
  .hero-actions .btn{flex:1 1 auto;padding:10px 9px;font-size:13px}

  .hero + .section{padding-top:22px !important}
  .hero + .section .section-head{margin-bottom:14px !important}
  .section{padding-top:40px;padding-bottom:40px}
}

@media(max-width:520px){
  .nav{min-height:60px}
  .brand-logo{width:126px !important;height:42px !important;max-width:42vw !important}
  .language-switcher summary{width:40px;height:40px;min-height:40px}
  .menu-toggle{width:40px !important;height:40px !important;flex-basis:40px !important}
  .language-menu{right:-46px;width:190px}

  .hero{
    aspect-ratio:16 / 10 !important;
    background-size:contain !important;
    background-position:center top !important
  }
  .hero-actions{padding:7px 3vw !important}
  .hero-actions .btn{padding:8px 7px !important;font-size:12px !important}
  .hero + .section{padding-top:18px !important}
  .section-head h2{font-size:27px}
}


/* ===== V9: HELYBEN MŰKÖDŐ NYELVVÁLASZTÓ ===== */
.language-switcher{
  position:relative;
  z-index:120;
  flex:0 0 auto;
}
.language-current{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  height:44px;
  padding:0 14px;
  border:1px solid #d7a52f;
  border-radius:10px;
  background:linear-gradient(180deg,#1b1a13,#11130f);
  color:#efc55b;
  font-weight:900;
  cursor:pointer;
  box-shadow:inset 0 0 0 1px rgba(239,197,91,.08);
}
.language-current:hover{
  background:#242015;
  border-color:#efc55b;
}
.lang-globe{font-size:18px}
.lang-code{font-size:13px;letter-spacing:.08em}
.lang-arrow{font-size:11px;color:#d7a52f}

.language-menu{
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  width:205px;
  padding:8px;
  background:#090b09;
  border:1px solid #4a4f49;
  border-radius:12px;
  box-shadow:0 20px 48px rgba(0,0,0,.42);
}
.language-menu[hidden]{display:none !important}
.language-menu button{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 11px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#fff;
  cursor:pointer;
  text-align:left;
}
.language-menu button:hover{
  background:#1b1e1a;
  color:#efc55b;
}
.language-menu b{
  display:grid;
  place-items:center;
  width:34px;
  height:26px;
  border-radius:6px;
  background:#2b2e29;
  color:#efc55b;
  font-size:12px;
}
.language-menu span{font-size:14px}

@media(max-width:900px){
  .language-current{
    width:42px;
    height:42px;
    padding:0;
  }
  .language-current .lang-code,
  .language-current .lang-arrow{
    display:none;
  }
  .language-menu{
    right:-50px;
    width:190px;
  }
}


/* ===== V10: NYELVVÁLASZTÓ DESKTOP FINOMÍTÁS ===== */
.language-current{
  min-width:148px !important;
  height:42px !important;
  padding:0 12px !important;
  gap:7px !important;
  border:1px solid #c7972b !important;
  background:#11130f !important;
  color:#fff !important;
  box-shadow:none !important;
}
.language-current:hover{
  background:#191b16 !important;
  border-color:#efc55b !important;
}
.lang-symbol{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:7px;
  background:#d7a52f;
  color:#111;
  font-size:17px;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
}
.lang-label{
  font-size:13px;
  color:#f2f2ef;
  font-weight:700;
}
.lang-code{
  margin-left:auto;
  color:#efc55b !important;
  font-size:12px !important;
  letter-spacing:.08em;
}
.lang-arrow{color:#efc55b !important}

.language-menu{
  width:220px !important;
  padding:7px !important;
  background:#0b0d0b !important;
  border:1px solid #383d38 !important;
}
.language-menu button{
  appearance:none !important;
  -webkit-appearance:none !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  padding:10px 11px !important;
  border:0 !important;
  border-radius:8px !important;
  outline:0 !important;
  background:#0b0d0b !important;
  color:#f4f4f1 !important;
  font:inherit !important;
  text-align:left !important;
  box-shadow:none !important;
}
.language-menu button + button{margin-top:2px !important}
.language-menu button:hover{
  background:#1a1d19 !important;
  color:#efc55b !important;
}
.language-menu button b{
  display:grid !important;
  place-items:center !important;
  flex:0 0 36px !important;
  width:36px !important;
  height:26px !important;
  padding:0 !important;
  margin:0 11px 0 0 !important;
  border:1px solid #4a4f49 !important;
  border-radius:6px !important;
  background:#20231f !important;
  color:#efc55b !important;
  font-size:11px !important;
}
.language-menu button span{
  color:inherit !important;
  font-size:14px !important;
}

@media(max-width:900px){
  .language-current{
    min-width:42px !important;
    width:42px !important;
    height:42px !important;
    padding:0 !important;
  }
  .lang-symbol{
    width:28px;
    height:28px;
  }
  .lang-label,.language-current .lang-code,.language-current .lang-arrow{display:none !important}
}

/* ===== V10: VÁLTOZATOS INGATLANCÍMKÉK ===== */
.ribbon.badge-highlight{background:#d7a52f;color:#111}
.ribbon.badge-price{background:#a92d2d;color:#fff}
.ribbon.badge-deal{background:#d66b20;color:#fff}
.ribbon.badge-renovated{background:#2f7b4b;color:#fff}
.ribbon.badge-investment{background:#253f67;color:#fff}
.ribbon.badge-land{background:#58713a;color:#fff}
.ribbon.badge-home{background:#8b6330;color:#fff}
.ribbon.badge-apartment{background:#555b65;color:#fff}
.ribbon.badge-space{background:#62518a;color:#fff}
.ribbon.badge-rural{background:#477466;color:#fff}
.ribbon.badge-default{background:#d7a52f;color:#111}

/* ===== NEMZETKÖZI SEO LANDING OLDALAK ===== */
.seo-grid{grid-template-columns:repeat(3,1fr);margin-bottom:34px}
.seo-info h2{font-size:24px;margin-bottom:10px}
.seo-info p{color:#5f655f;line-height:1.7;margin:0}
.seo-cta{margin-top:26px}
.international-seo-links{background:#efede6}
.international-links{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.international-links a{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid #d8d3c8;border-radius:14px;background:#fff;transition:.18s}
.international-links strong{color:#a67409}
.international-links span{font-weight:700;line-height:1.35}
.international-links a:hover{border-color:#d7a52f;transform:translateY(-2px)}
@media(max-width:900px){.seo-grid{grid-template-columns:1fr}.international-links{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.international-links{grid-template-columns:1fr}}


/* ===== BRAND V2 – ÚJ LOGÓ + HERO ===== */
.brand{
  min-width:260px !important;
}
.brand-logo{
  width:250px !important;
  height:72px !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border-radius:0 !important;
  image-rendering:auto;
}
.hero{
  background-image:url("../images/hero-brand-new.webp") !important;
  background-color:#050605 !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-size:cover !important;
}
@media(max-width:900px){
  .brand{min-width:0 !important}
  .brand-logo{
    width:175px !important;
    height:54px !important;
    max-width:48vw !important;
  }
  .hero{
    background-image:url("../images/hero-brand-new.webp") !important;
    background-size:contain !important;
    background-position:center top !important;
  }
}
@media(max-width:520px){
  .brand-logo{
    width:145px !important;
    height:46px !important;
    max-width:44vw !important;
  }
  .hero{
    background-size:contain !important;
    background-position:center top !important;
  }
}


/* ===== SZOLGÁLTATÁSOK – MODERN, LETISZTULT ===== */
.services-hero p{
  max-width:760px;
  margin:0;
  color:#e1e3df;
  font-size:18px;
  line-height:1.6;
}

.services-main{
  background:#f4f1e9;
}

.services-intro{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:46px;
  align-items:end;
  margin-bottom:34px;
}

.services-intro h2,
.services-secondary-head h2{
  margin:6px 0 0;
  font-size:clamp(30px,4vw,46px);
  line-height:1.08;
}

.services-intro > p{
  margin:0;
  color:#5f655f;
  font-size:17px;
  line-height:1.7;
}

.service-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.service-feature{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:18px;
  padding:24px;
  border:1px solid #ddd7ca;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(20,20,10,.04);
}

.service-feature h3,
.service-compact h3{
  margin:0 0 8px;
  color:#111;
  font-size:20px;
}

.service-feature p,
.service-compact p{
  margin:0;
  color:#636963;
  line-height:1.6;
}

.service-icon,
.service-compact-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:12px;
  background:#111410;
  color:#efc55b;
  font-size:21px;
  font-weight:900;
  flex:0 0 auto;
}

.service-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:13px;
}

.service-tags span{
  padding:6px 9px;
  border-radius:999px;
  background:#f0ece3;
  color:#67521d;
  font-size:12px;
  font-weight:800;
}

.services-secondary-head{
  max-width:760px;
  margin:66px 0 24px;
}

.services-secondary-head p{
  margin:10px 0 0;
  color:#666c66;
  font-size:17px;
}

.service-compact-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

.service-compact{
  padding:19px;
  border:1px solid #ded8cb;
  border-radius:16px;
  background:rgba(255,255,255,.72);
}

.service-compact-icon{
  width:38px;
  height:38px;
  margin-bottom:15px;
  border-radius:10px;
  font-size:17px;
}

.service-compact h3{
  font-size:17px;
}

.service-compact p{
  font-size:14px;
  line-height:1.55;
}

.services-note{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:26px;
  align-items:start;
  margin-top:42px;
  padding:24px 26px;
  border-left:4px solid #d7a52f;
  border-radius:0 14px 14px 0;
  background:#111410;
  color:#fff;
}

.services-note strong{
  color:#efc55b;
  font-size:20px;
  line-height:1.35;
}

.services-note p{
  margin:0;
  color:#d5d9d5;
  line-height:1.65;
}

@media(max-width:1050px){
  .service-compact-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:800px){
  .services-intro{
    grid-template-columns:1fr;
    gap:18px;
  }

  .service-feature-grid{
    grid-template-columns:1fr;
  }

  .service-compact-grid{
    grid-template-columns:1fr 1fr;
  }

  .services-note{
    grid-template-columns:1fr;
    gap:10px;
  }
}

@media(max-width:520px){
  .service-feature{
    grid-template-columns:42px 1fr;
    gap:14px;
    padding:18px;
  }

  .service-icon{
    width:40px;
    height:40px;
    border-radius:10px;
    font-size:18px;
  }

  .service-feature h3{
    font-size:18px;
  }

  .service-feature p{
    font-size:14px;
  }

  .service-compact-grid{
    grid-template-columns:1fr;
  }

  .services-secondary-head{
    margin-top:46px;
  }

  .services-note{
    margin-top:30px;
    padding:20px;
  }
}


/* ===== LAYOUT V3 – HERO FINOMÍTÁS ===== */

/* Főoldalon lejjebb toljuk a képet, hogy a torony ne kerüljön a fejléc mögé */
.hero{
  background-position:center 58% !important;
}

/* Belső oldalak: külön sötét hero, balra cím, jobbra logó */
.simple-hero{
  position:relative;
  min-height:260px !important;
  padding:54px 0 !important;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(215,165,47,.08), transparent 24%),
    linear-gradient(110deg,#050605 0%,#0c0e0c 58%,#151713 100%) !important;
  color:#fff !important;
}

.simple-hero::after{
  content:"";
  position:absolute;
  top:50%;
  right:max(5vw,40px);
  width:min(360px,28vw);
  height:72%;
  transform:translateY(-50%);
  background:url("../images/logo-brand-new.png") center / contain no-repeat;
  opacity:.92;
  pointer-events:none;
}

.simple-hero .container{
  position:relative;
  z-index:2;
}

.simple-hero .container > *{
  max-width:720px;
}

.simple-hero .kicker{
  color:#efc55b !important;
}

.simple-hero h1{
  color:#fff !important;
  text-shadow:none !important;
}

.simple-hero p{
  color:#d4d8d4 !important;
  max-width:680px;
}

/* ===== HOME STORY + MINI FEATURED SLIDER ===== */
.home-story{
  background:#0b0d0b;
  color:#fff;
}

.home-story-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:46px;
  align-items:center;
}

.home-story-copy h2{
  margin:6px 0 18px;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
}

.home-story-copy p{
  margin:0 0 14px;
  color:#cdd1cd;
  font-size:17px;
  line-height:1.7;
}

.home-story-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}

.home-featured-slider{
  border:1px solid #343934;
  border-radius:20px;
  overflow:hidden;
  background:#111410;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}

.home-featured-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 16px;
  border-bottom:1px solid #2d322d;
  color:#c7cbc7;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.home-featured-head span{
  color:#efc55b;
  font-weight:900;
}

.mini-property{
  display:grid;
  grid-template-columns:48% 52%;
  min-height:280px;
  color:#fff;
}

.mini-property-image{
  position:relative;
  overflow:hidden;
  background:#070807;
}

.mini-property-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mini-badge{
  position:absolute;
  top:14px;
  right:14px;
  padding:8px 11px;
  border-radius:999px;
  background:#d7a52f;
  color:#111;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
}

.mini-property-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
}

.mini-location{
  color:#efc55b;
  font-size:12px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
}

.mini-property-body h3{
  margin:8px 0 14px;
  font-size:25px;
  line-height:1.1;
}

.mini-meta{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
}

.mini-meta span{
  padding:6px 9px;
  border-radius:999px;
  background:#1d211d;
  border:1px solid #343934;
  font-size:12px;
}

.mini-price{
  margin-top:20px;
  color:#efc55b;
  font-size:25px;
  font-weight:900;
}

.mini-placeholder{
  min-height:280px;
  display:grid;
  place-items:center;
  color:#bfc4bf;
}

/* ===== CONTACT EXTRA LINKS ===== */
.contact-links-section{
  padding-top:12px !important;
}

.contact-links-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.contact-link-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border:1px solid #ddd7ca;
  border-radius:16px;
  background:#fff;
  color:#111;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.contact-link-card:hover{
  transform:translateY(-2px);
  border-color:#d7a52f;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.contact-link-icon{
  display:grid;
  place-items:center;
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:12px;
  background:#111410;
  color:#efc55b;
  font-size:20px;
  font-weight:900;
}

.ingatlan-mark{
  background:#d7a52f;
  color:#111;
  font-family:Georgia,serif;
  font-style:italic;
}

.contact-link-card span:last-child{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.contact-link-card small{
  color:#757a75;
  font-size:12px;
  margin-bottom:3px;
}

.contact-link-card strong{
  font-size:15px;
  overflow-wrap:anywhere;
}

/* ===== MOBILE ===== */
@media(max-width:900px){
  .hero{
    background-position:center top !important;
  }

  .simple-hero{
    min-height:220px !important;
    padding:42px 0 !important;
  }

  .simple-hero::after{
    right:18px;
    width:180px;
    height:60%;
    opacity:.18;
  }

  .home-story-grid{
    grid-template-columns:1fr;
  }

  .mini-property{
    grid-template-columns:1fr;
  }

  .mini-property-image{
    min-height:220px;
  }

  .contact-links-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .simple-hero{
    min-height:190px !important;
    padding:34px 0 !important;
  }

  .simple-hero::after{
    width:140px;
    right:8px;
    opacity:.13;
  }

  .home-story-copy p{
    font-size:15px;
  }

  .mini-property-body{
    padding:18px;
  }

  .mini-property-body h3{
    font-size:21px;
  }
}


/* ===== BLACK BRAND V4 – TELJES OLDAL SÖTÉT TÉMA ===== */
:root{
  --page:#050605;
  --surface:#0c0e0c;
  --surface2:#121512;
  --line:#2b302b;
  --text:#f4f4f1;
  --muted:#b7bcb7;
  --gold:#d7a52f;
  --gold2:#efc55b;
}
html,body{background:var(--page)!important;color:var(--text)!important}
body,main,.section,.services-main,.international-seo-links,.contact-social-panel{
  background:var(--page)!important;color:var(--text)!important
}
.header{background:#050605!important;border-bottom:1px solid #252925!important}
.brand{min-width:300px!important}
.brand-logo{
  width:300px!important;height:64px!important;max-width:none!important;
  object-fit:contain!important;object-position:left center!important;
  background:transparent!important;border-radius:0!important
}
.menu a{color:#f1f1ee!important}
.menu a:hover,.menu a.active{color:var(--gold2)!important}
.simple-hero{
  background:
    radial-gradient(circle at 78% 50%,rgba(215,165,47,.09),transparent 26%),
    linear-gradient(110deg,#050605 0%,#090b09 58%,#111410 100%)!important;
  border-bottom:1px solid #252925!important
}
.simple-hero::after{
  background-image:url("../images/logo-brand-new.png")!important;
  opacity:.78!important
}
h1,h2,h3,h4,strong{color:#fff!important}
p,.desc,.about-copy>p,.owner-copy p,.service-feature p,.service-compact p,
.seo-info p,.services-intro>p,.services-secondary-head p{color:var(--muted)!important}
.kicker{color:var(--gold2)!important}
.card,.about-values>div,.service-feature,.service-compact,.info,
.contact-link-card,.online-contact-box,.social-link,.international-links a{
  background:var(--surface)!important;border-color:var(--line)!important;
  color:var(--text)!important;box-shadow:none!important
}
.card-body,.contact-strip{background:var(--surface)!important}
.contact-strip{border-top:1px solid var(--line)!important}
.card .loc,.contact-link-card small,.social-link small{color:#aeb3ae!important}
.card h3,.contact-link-card strong,.international-links span{color:#fff!important}
.chip,.meta span{
  background:#171a17!important;color:#e7e7e3!important;border-color:#303530!important
}
.home-story,.owner-section{background:#070907!important}
.home-featured-slider,.services-note{
  background:#0c0f0c!important;border-color:#2e332e!important
}
.footer{
  background:#030403!important;border-top:1px solid #232723!important;color:#c8ccc8!important
}
.footer a{color:#efc55b!important}
.services-main{background:#050605!important}
.service-tags span{background:#171a17!important;color:#efc55b!important}
.service-icon,.service-compact-icon{
  background:#171a17!important;border:1px solid #343934!important
}
.contact-link-card:hover,.international-links a:hover,.service-feature:hover,.service-compact:hover{
  border-color:var(--gold)!important;background:#101310!important
}
.international-seo-links{
  border-top:1px solid #202420;border-bottom:1px solid #202420
}
@media(max-width:1100px){
  .brand{min-width:240px!important}
  .brand-logo{width:235px!important;height:56px!important}
}
@media(max-width:900px){
  .brand{min-width:0!important}
  .brand-logo{width:175px!important;height:48px!important;max-width:48vw!important}
}
@media(max-width:520px){
  .brand-logo{width:145px!important;height:42px!important;max-width:44vw!important}
}


/* ===== V5 HERO / HEADER / CLEANUP ===== */

/* HOME: exact supplied image, no embedded/logo overlay */
.hero{
  background-image:url("../images/hero-clean.png") !important;
  background-color:#050605 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.hero::after{
  background:linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.01)) !important;
}

/* ALL INNER PAGES: same image, darker so title is clean/readable */
.simple-hero{
  position:relative !important;
  overflow:hidden !important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.68) 42%,rgba(0,0,0,.48) 100%),
    url("../images/hero-clean.png") center 43%/cover no-repeat !important;
  min-height:250px !important;
  display:flex !important;
  align-items:center !important;
}
.simple-hero::after{
  content:none !important;
  display:none !important;
  background:none !important;
}
.simple-hero .container{
  position:relative !important;
  z-index:2 !important;
}
.simple-hero h1{
  margin:6px 0 8px !important;
  text-shadow:0 2px 16px rgba(0,0,0,.75);
}
.simple-hero p{
  max-width:720px !important;
  color:#e8e8e4 !important;
}

/* Header: balanced desktop menu; prevents wrapping shown in screenshot */
.nav{
  max-width:1380px !important;
  gap:18px !important;
}
.brand{
  min-width:215px !important;
  flex:0 0 215px !important;
}
.brand-logo{
  width:210px !important;
  height:58px !important;
}
.brand > span{display:none !important}
.menu{
  flex:1 1 auto !important;
  justify-content:center !important;
  gap:20px !important;
  white-space:nowrap !important;
}
.menu a{
  display:inline-flex !important;
  align-items:center !important;
  min-height:44px !important;
  white-space:nowrap !important;
  line-height:1.1 !important;
}
.language-switcher{flex:0 0 auto !important}
.call{
  flex:0 0 auto !important;
  white-space:nowrap !important;
  padding:12px 18px !important;
}

/* Remove accidental light stripe/note on contact */
.note{
  display:none !important;
}

/* Home old grid safeguard: only the new rotating featured panel remains */
body.home-page [data-home-featured="true"]{
  display:none !important;
}

/* Keep home story closer to hero now that old cards are removed */
.hero + .home-story,
.hero + .section.home-story{
  padding-top:54px !important;
}

@media(max-width:1180px) and (min-width:901px){
  .nav{gap:11px !important}
  .brand{min-width:170px !important;flex-basis:170px !important}
  .brand-logo{width:168px !important;height:52px !important}
  .menu{gap:12px !important;font-size:13px !important}
  .call{padding:10px 13px !important;font-size:14px !important}
  .language-current{padding-left:10px !important;padding-right:10px !important}
}

@media(max-width:900px){
  .brand{min-width:0 !important;flex:0 1 auto !important}
  .brand-logo{width:160px !important;height:48px !important;max-width:42vw !important}
  .hero{
    background-size:cover !important;
    background-position:60% center !important;
  }
  .simple-hero{
    min-height:220px !important;
    background:
      linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.58)),
      url("../images/hero-clean.png") 60% center/cover no-repeat !important;
  }
}
@media(max-width:520px){
  .brand-logo{width:132px !important;height:42px !important}
  .hero{background-position:64% center !important}
  .simple-hero{min-height:190px !important}
}


/* ===== V6 FIXED: KIEMELT AJÁNLAT A HERO-N ===== */
.home-story-single{
  grid-template-columns:minmax(0,760px) !important;
  justify-content:start !important;
}

.hero-featured-slider{
  position:absolute !important;
  z-index:10 !important;
  left:max(34px,calc((100vw - 1380px)/2 + 24px)) !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:min(500px,36vw) !important;
  margin:0 !important;
  border:1px solid rgba(215,165,47,.55) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:rgba(6,8,6,.93) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.48) !important;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.hero-featured-slider .home-featured-head{
  background:rgba(8,10,8,.96) !important;
}

.hero-featured-slider .mini-property{
  min-height:250px !important;
}

.hero-featured-slider .mini-property-image{
  min-height:250px !important;
}

/* Hero CTA goes to bottom center/right and does not overlap slider */
.hero .hero-actions{
  z-index:12 !important;
}

@media(min-width:901px){
  .hero .hero-actions{
    left:52% !important;
    right:auto !important;
    transform:none !important;
  }
}

@media(max-width:900px){
  /* On mobile it visually sits directly below the hero */
  .hero{
    overflow:visible !important;
    margin-bottom:390px !important;
  }

  .hero-featured-slider{
    top:100% !important;
    left:12px !important;
    right:12px !important;
    transform:none !important;
    width:auto !important;
    max-width:none !important;
    margin-top:14px !important;
  }

  .hero-featured-slider .mini-property{
    grid-template-columns:42% 58% !important;
    min-height:250px !important;
  }

  .hero-featured-slider .mini-property-image{
    min-height:250px !important;
  }
}

@media(max-width:560px){
  .hero{
    margin-bottom:430px !important;
  }

  .hero-featured-slider .mini-property{
    grid-template-columns:1fr !important;
  }

  .hero-featured-slider .mini-property-image{
    min-height:185px !important;
  }

  .hero-featured-slider .mini-property-body{
    padding:15px 17px !important;
  }
}


/* ===== V7 – KIEMELT FEJLÉC + LETISZTULT KAPCSOLAT ===== */

/* Kiemelt ajánlat cím sokkal hangsúlyosabban */
.hero-featured-slider .home-featured-head{
  display:block !important;
  padding:13px 18px !important;
  background:linear-gradient(90deg,#d7a52f,#efc55b) !important;
  border-bottom:0 !important;
}
.hero-featured-slider .home-featured-head span{
  display:block !important;
  color:#080908 !important;
  font-size:15px !important;
  font-weight:950 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  text-align:center !important;
}
.hero-featured-slider .home-featured-head strong{
  display:none !important;
}

/* Kapcsolat – egyetlen tiszta grid */
.contact-clean-section{
  padding-top:48px !important;
  padding-bottom:64px !important;
  background:#050605 !important;
}
.contact-clean-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.contact-clean-card{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:116px;
  padding:20px;
  border:1px solid #2d332d;
  border-radius:16px;
  background:#0b0e0b;
  color:#fff;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
a.contact-clean-card:hover{
  transform:translateY(-2px);
  border-color:#d7a52f;
  background:#101410;
}
.contact-primary{
  border-color:#8b6b1d !important;
}
.contact-clean-icon{
  display:grid;
  place-items:center;
  flex:0 0 46px;
  width:46px;
  height:46px;
  border-radius:12px;
  background:#171a17;
  color:#efc55b;
  font-size:20px;
  font-weight:900;
}
.facebook-clean-icon{
  background:#1877f2;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:25px;
}
.ingatlan-clean-icon{
  background:#d7a52f;
  color:#111;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:25px;
}
.contact-clean-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.contact-clean-copy small{
  color:#9fa59f;
  font-size:12px;
  margin-bottom:4px;
}
.contact-clean-copy strong{
  color:#fff !important;
  font-size:16px;
  overflow-wrap:anywhere;
}
.contact-clean-copy em{
  margin-top:4px;
  color:#c1c6c1;
  font-size:12px;
  font-style:normal;
}
.contact-clean-note{
  margin-top:18px;
  padding:14px 16px;
  border-left:3px solid #d7a52f;
  background:#0a0c0a;
  color:#bfc4bf;
  font-size:13px;
  border-radius:0 10px 10px 0;
}

/* Régi kapcsolat blokkok biztosan ne jelenjenek meg, ha cache-ből maradnának */
.contact-social-panel,
.contact-links-section{
  display:none !important;
}

@media(max-width:900px){
  .contact-clean-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:560px){
  .contact-clean-grid{
    grid-template-columns:1fr;
  }
  .contact-clean-section{
    padding-top:28px !important;
  }
}
