/*
Theme Name: Vincze Lovarda
Theme URI: https://vinczelovarda.hu/
Author: Vincze Lovarda
Description: Vincze Lovarda & Zöldhalmi Lovas Vendégház hivatalos WordPress témája.
Version: 1.0.4
Text Domain: vinczelovarda
*/

/* Google Fonts: Cormorant Garamond & Plus Jakarta Sans erélyesebb súlyokkal */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* ==========================================================================
   TIPOGRÁFIA ÉS KONTRASZT JAVÍTÁS (Jobb olvashatóság, vastagabb, nagyobb betűk)
   ========================================================================== */

:root {
  /* Prémium, karakteres betűtípusok */
  --serif: 'Cormorant Garamond', Georgia, serif !important;
  --sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;

  /* Kontrasztosabb szövegszínek, hogy ne olvadjanak a háttérbe */
  --ink: #18261f !important;
  --muted: #414a3e !important;   /* korábbi halvány szürke #686e64 helyett sötétebb, jól olvasható zöldesszürke */
  --sand: #eddcb7 !important;
  --line: #cdd2c4 !important;

  /* Finom, ízléses lekerekítések */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
}

/* Általános szövegtörzs és tipográfia */
body {
  font-family: var(--sans) !important;
  font-size: 16px !important;
  font-weight: 450 !important;
  line-height: 1.8 !important;
  color: var(--ink) !important;
  -webkit-font-smoothing: antialiased;
}

/* Címsorok: vastagabbak, karakteresebbek */
h1, h2, h3, h4, .highlight-intro {
  font-family: var(--serif) !important;
  font-weight: 600 !important;
  color: var(--ink);
}

.brand-name {
  font-family: var(--serif) !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
}

/* SÖTÉT HÁTTERŰ SZEKCIÓK ÉS FOTÓKÁRTYÁK CÍMSORAI: Tilos a sötét --ink szint használni! */
.hero h1,
.yurt h2,
.yurt h3,
.together h2,
.together h3,
.night-moment h3,
.contact-copy h2,
.retreat-photo h3 {
  color: #ffffff !important;
  font-family: var(--serif) !important;
  font-weight: 600 !important;
}

.retreat-photo h3 {
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.8) !important;
}

.retreat-photo h3 em {
  color: #f7e8c8 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7) !important;
}

.retreat-photo {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 22px rgba(28, 46, 37, 0.08) !important;
}

.retreat-photo img {
  border-radius: 16px !important;
}

.retreat-card-fire .retreat-photo {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.retreat-photo::after {
  border-radius: 16px !important;
  background: linear-gradient(0deg, rgba(8, 20, 14, 0.92) 0%, rgba(8, 20, 14, 0.45) 55%, transparent 80%) !important;
}

/* MINDEN KÉP ÉS FOTÓ KONTÉNER LEKEREKÍTÉSE */
.together-photo,
.together-photo img,
.night-photo,
.night-photo img,
.intro-main,
.intro-main img,
.intro-inset,
.intro-inset img,
.yurt-main,
.yurt-main img,
.stay-main,
.stay-main img,
.stay-thumbnails a,
.stay-thumbnails img,
.shared-photo,
.shared-photo img,
.wellness-photo,
.wellness-photo img,
.gallery-grid a,
.gallery-grid img,
.audience-media,
.audience-media img {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.photo-open {
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(20, 36, 28, 0.88) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #ffffff !important;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35) !important;
  transition: all 0.25s ease !important;
  z-index: 5 !important;
}

.photo-open span[aria-hidden="true"] {
  color: #f7e8c8 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  transition: transform 0.2s ease !important;
}

.photo-open:hover {
  background: #14241c !important;
  color: #f7e8c8 !important;
  border-color: #f7e8c8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45) !important;
}

.photo-open:hover span[aria-hidden="true"] {
  transform: translate(2px, -2px) !important;
}

.yurt h2 em,
.together h2 em,
.night-moment h3 em,
.contact-copy h2 em,
.hero h1 em {
  color: #f3e5c8 !important;
  font-weight: 600 !important;
}

.hero h1 {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.hero-description {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}

/* Kiemelő feliratok (eyebrow) és apró szövegek feljavítása */
.eyebrow {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  color: #3f5546 !important; /* sötétebb zöld a halvány szürke helyett */
}

.eyebrow.light {
  color: var(--sand) !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

/* ==========================================================================
   KIEMELT SÁV (.highlights) JAVÍTÁSA (Nagyobb, vastagabb, kontrasztos)
   ========================================================================== */
.highlights {
  border-radius: var(--radius-lg) !important;
  border: 1px solid var(--line) !important;
  box-shadow: 0 10px 32px rgba(28, 46, 37, 0.08) !important;
  background: #ffffff !important; /* tiszta, világos fehér háttér a jobb kontrasztért */
  overflow: hidden;
  padding: 24px 32px !important;
}

.highlight-intro {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}

.highlight-intro em {
  color: #435b49 !important;
  font-weight: 600 !important;
}

.highlight {
  gap: 18px !important;
}

.highlight strong {
  font-size: 15px !important;     /* 12px helyett 15px */
  font-weight: 600 !important;     /* 400 helyett 600 */
  color: var(--ink) !important;
  line-height: 1.4 !important;
}

.highlight small {
  font-size: 13px !important;     /* 10px helyett 13px */
  font-weight: 500 !important;
  color: var(--muted) !important;  /* sötétebb, éles kontraszt */
  margin-top: 4px !important;
  line-height: 1.5 !important;
}

.highlight > .icon {
  width: 32px !important;
  height: 32px !important;
  color: #3b5a47 !important;       /* élénkebb, határozottabb zöld ikonok */
  stroke-width: 1.6 !important;
}

/* ==========================================================================
   FEJLÉC VISLEKEDÉS
   ========================================================================== */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  pointer-events: none;
  z-index: 50 !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.site-header .header-inner {
  pointer-events: auto;
}

/* Alaphelyzetben (fent a tetején): Teljes szélességű */
.site-header.at-top {
  padding-top: 0 !important;
  background: linear-gradient(180deg, rgba(10, 24, 16, 0.85) 0%, rgba(10, 24, 16, 0.4) 60%, transparent 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

.site-header.at-top .header-inner {
  width: calc(100% - var(--gutter) * 2) !important;
  max-width: 1800px !important;
  margin-inline: auto !important;
  height: 94px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.site-header.at-top .brand-name {
  color: #ffffff !important;
  font-size: 34px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
}

.site-header.at-top .brand-sub {
  color: #f7e8c8 !important;
  font-weight: 600 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6) !important;
}

.site-header.at-top .desktop-nav a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.site-header.at-top .header-cta {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  font-weight: 600 !important;
}

/* Lejjebb görgetve: 1800px széles, magasabb, kényelmes fejléc */
@media (min-width: 821px) {
  .site-header:not(.at-top) {
    padding-top: 14px !important;
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .site-header:not(.at-top) .header-inner {
    width: min(1800px, calc(100% - 48px)) !important;
    margin-inline: auto !important;
    height: 84px !important;
    padding: 0 36px !important;
    background: rgba(255, 254, 250, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(200, 206, 192, 0.85) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 36px rgba(20, 36, 27, 0.12) !important;
    color: var(--ink) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .site-header:not(.at-top) .brand-name {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: var(--ink) !important;
  }

  .site-header:not(.at-top) .brand-sub {
    font-size: 8px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    color: #49584b !important;
  }

  .site-header:not(.at-top) .desktop-nav {
    gap: 34px !important;
  }

  .site-header:not(.at-top) .desktop-nav a {
    font-size: 14px !important;
    font-weight: 550 !important;
    color: var(--ink) !important;
  }

  .site-header:not(.at-top) .header-cta {
    min-height: 48px !important;
    padding: 12px 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background: var(--forest) !important;
    color: var(--paper) !important;
  }
}

@media (max-width: 820px) {
  .site-header:not(.at-top) {
    background: rgba(255, 254, 250, 0.98) !important;
    backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(217, 219, 207, 0.8) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    color: var(--ink) !important;
  }

  .site-header:not(.at-top) .header-inner {
    height: 76px !important;
  }
}

/* ==========================================================================
   EGYÉB SZEKCIÓK SZÖVEGEINEK OLVASHATÓSÁGA
   ========================================================================== */

/* Szöveges bekezdések */
p {
  color: var(--muted) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.lead {
  font-size: 21px !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
  line-height: 1.6 !important;
}

/* Gombok és linkek */
.button {
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: var(--radius-md) !important;
}

.text-link {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #263c32 !important;
  border-bottom-width: 1.5px !important;
}

.text-link-light {
  color: #f1e2c2 !important;
  font-weight: 600 !important;
  border-color: #a4b39e !important;
}

/* Szállás és Jurta adatok */
.stay-numbers strong {
  font-weight: 600 !important;
  color: var(--ink) !important;
}

.stay-numbers div > span {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--muted) !important;
}

.amenities li {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
}

.amenities .icon {
  color: #2e4a38 !important;
}

/* Programkártyák */
.retreat-card > p {
  font-size: 15px !important;
  font-weight: 450 !important;
  color: #3b453a !important;
}

.photo-kicker {
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
}

/* ==========================================================================
   GYIK / FAQ ANIMÁLT, ELEGÁNS HARMONIKA
   ========================================================================== */
.faq-list {
  border-top: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.faq-list details {
  border: 1px solid #d7ded2 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  overflow: hidden !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(28, 46, 37, 0.03) !important;
}

.faq-list details:hover {
  border-color: #8da488 !important;
  box-shadow: 0 4px 16px rgba(28, 46, 37, 0.07) !important;
}

.faq-list details[open] {
  border-color: #8da488 !important;
  background: #fbfaf6 !important;
  box-shadow: 0 6px 20px rgba(28, 46, 37, 0.08) !important;
}

.faq-list summary {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 22px 26px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: color 0.25s ease !important;
}

.faq-list summary::-webkit-details-marker {
  display: none !important;
}

.faq-list summary > span {
  font-family: var(--sans) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: #eef2ea !important;
  color: #2b4837 !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s ease, color 0.25s ease !important;
  flex-shrink: 0 !important;
}

.faq-list details[open] summary > span {
  transform: rotate(45deg) !important;
  background: #2b4837 !important;
  color: #f7e8c8 !important;
}

/* Finom, folyékony animáció a lenyíló szövegnek */
.faq-list details .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-list details[open] .faq-content {
  grid-template-rows: 1fr;
}

.faq-list details .faq-content-inner {
  overflow: hidden;
}

.faq-list details p {
  padding: 0 26px 24px 26px !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #435043 !important;
  margin: 0 !important;
}

/* ==========================================================================
   SÖTÉT HÁTTERŰ RÉSZEK KONTRASZTJA (JURTA, TÁBORTŰZ, KAPCSOLAT)
   ========================================================================== */

/* Jurta szekció */
.yurt {
  background: #182b21 !important;
  color: #ffffff !important;
}

.yurt-copy h2 {
  color: #ffffff !important;
  font-size: clamp(52px, 5.2vw, 76px) !important;
}

.yurt-copy h2 em {
  color: #f6e7c8 !important;
}

.yurt-copy .lead {
  color: #f1f4ed !important;
  font-size: 23px !important;
  font-weight: 550 !important;
  line-height: 1.6 !important;
}

.yurt-copy > p:not(.eyebrow):not(.lead) {
  color: #e5ede0 !important;
  font-size: 17px !important;
  font-weight: 450 !important;
  line-height: 1.9 !important;
}

.yurt-accommodation {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px !important;
}

.yurt-accommodation .icon {
  color: #f3e5c8 !important;
  width: 32px !important;
  height: 32px !important;
}

.yurt-accommodation h3 {
  color: #f6e7c8 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}

.yurt-accommodation p {
  color: #dde7d7 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.yurt .text-link,
.text-link-light {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  border-bottom: 1.5px solid #f3e5c8 !important;
}

.yurt .text-link:hover,
.text-link-light:hover {
  color: #f3e5c8 !important;
}

/* Közös élmények & Tábortűz este */
.together {
  background: #122119 !important;
}

.together h2,
.together h3,
.night-copy h3 {
  color: #ffffff !important;
}

.together .section-heading > p,
.together-grid p,
.night-copy > p:not(.eyebrow) {
  color: #e3ebd9 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.night-caption {
  color: #f3e5c8 !important;
  font-weight: 600 !important;
}

/* Kapcsolat szekció bal oldala */
.contact {
  background: #15271d !important;
}

.contact-copy h2 {
  color: #ffffff !important;
}

.contact-copy > p:not(.eyebrow) {
  color: #e5eee0 !important;
  font-size: 17px !important;
}

.contact-direct a {
  font-weight: 600 !important;
  color: #ffffff !important;
}

.contact-direct .contact-phone {
  color: #f6e7c8 !important;
  font-weight: 600 !important;
}

.contact-location p {
  color: #f1f6ed !important;
  font-size: 16px !important;
}

.contact-location a {
  color: #f3e5c8 !important;
  font-weight: 600 !important;
}

/* Ajánlatkérő űrlap panel és mezők lekerekítése */
.inquiry-panel {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.inquiry-panel::before {
  border-radius: 14px !important;
}

.field label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}

.field input, .field select, .field textarea {
  font-size: 15px !important;
  color: var(--ink) !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  border: 1.5px solid #c2ccb9 !important;
  background: #ffffff !important;
  transition: all 0.2s ease !important;
}

.field input:focus, .field select:focus, .field textarea:focus {
  border-color: #2b4837 !important;
  box-shadow: 0 0 0 3px rgba(43, 72, 55, 0.12) !important;
  outline: none !important;
}

.field input::placeholder, .field textarea::placeholder {
  color: #7b8875 !important;
  font-weight: 450 !important;
}

.form-submit {
  border-radius: 12px !important;
}

.form-hint {
  font-size: 12px !important;
  color: #556250 !important;
  font-weight: 500 !important;
}

/* Lábléc szövegei */
.footer-top nav a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #cad3c2 !important;
}

.footer-top nav a:hover {
  color: #ffffff !important;
}

.footer-bottom {
  font-size: 12px !important;
  color: #aebbae !important;
  font-weight: 500 !important;
}

/* ==========================================================================
   KÖZÖSSÉGEK (.audiences) TELJESEN ÁTDOLGOZOTT, ÁTLÁTHATÓ, PRÉMIUM DIZÁJNJA
   ========================================================================== */

.audiences {
  background: #fbfaf5 !important;
  padding: 80px 0 !important;
  border-radius: var(--radius-xl) !important;
  margin-block: 40px !important;
}

.audiences .section-heading {
  margin-bottom: 45px !important;
}

.audiences .section-heading h2 {
  font-size: clamp(40px, 4.2vw, 62px) !important;
  line-height: 1.1 !important;
}

.audiences .section-heading > p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #3f4c3f !important;
  font-weight: 450 !important;
  max-width: 440px !important;
}

/* 4 db jól elkülönülő, képpel illusztrált kártya */
.audience-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.audience-card {
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border: 1px solid #d8dfd2 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 20px rgba(28, 46, 37, 0.05) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
  padding: 0 !important;
}

.audience-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 36px rgba(28, 46, 37, 0.12) !important;
  border-color: #8da488 !important;
}

/* Kártya fotó fejléce */
.audience-media {
  position: relative !important;
  width: 100% !important;
  height: 190px !important;
  overflow: hidden !important;
  background: #1c2e25 !important;
}

.audience-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s ease !important;
}

.audience-card:hover .audience-media img {
  transform: scale(1.06) !important;
}

/* Kártyaszámozás elegáns lebegő badge-ként a fotón */
.audience-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
  background: rgba(28, 46, 37, 0.85) !important;
  backdrop-filter: blur(6px) !important;
  color: #f7e8c8 !important;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Kártya szöveges része */
.audience-body {
  padding: 24px 22px 26px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.audience-body h3 {
  font-family: var(--serif) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #172a1e !important;
  line-height: 1.25 !important;
  margin-bottom: 12px !important;
}

.audience-body p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #404d41 !important;
  font-weight: 450 !important;
  margin-bottom: 22px !important;
  flex-grow: 1 !important;
}

.audience-body .text-link {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1b3524 !important;
  border-bottom: 1.5px solid #8ba687 !important;
  padding-block: 6px !important;
  align-self: flex-start !important;
  margin-top: auto !important;
  transition: all 0.2s ease !important;
}

.audience-card:hover .text-link {
  border-bottom-color: #1b3524 !important;
  gap: 20px !important;
}

/* Alsó "Egyedi ötlet" csík átdolgozása - letisztult, modern horizontális banner */
.other-retreats-strip {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
  margin-top: 36px !important;
  padding: 22px 32px !important;
  background: #172c20 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(23, 44, 32, 0.12) !important;
  color: #ffffff !important;
}

.other-retreats-strip .strip-text {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  font-size: 15px !important;
  color: #dce7d6 !important;
  line-height: 1.5 !important;
}

.other-retreats-strip .strip-text .icon {
  width: 22px !important;
  height: 22px !important;
  color: #f7e8c8 !important;
  flex-shrink: 0 !important;
}

.other-retreats-strip .strip-text strong {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-right: 6px !important;
}

.other-retreats-strip .strip-btn {
  white-space: nowrap !important;
  min-height: 46px !important;
  padding: 12px 24px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  background: #f7e8c8 !important;
  color: #172c20 !important;
  flex-shrink: 0 !important;
  transition: all 0.25s ease !important;
}

.other-retreats-strip .strip-btn:hover {
  background: #ffffff !important;
  color: #172c20 !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 900px) {
  .other-retreats-strip {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 24px 22px !important;
    gap: 20px !important;
  }

  .other-retreats-strip .strip-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 1100px) {
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .other-retreats {
    grid-template-columns: 1fr !important;
    padding: 28px !important;
  }

  .retreat-tags {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  .audience-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Űrlap visszajelzés stílusok (Siker és Hiba üzenetek) */
.form-status {
  display: block !important;
  margin-top: 18px !important;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  line-height: 1.5 !important;
  transition: all 0.3s ease !important;
}

.form-status:empty {
  display: none !important;
}

.form-status-success {
  background: #eef7ed !important;
  color: #1e5422 !important;
  border: 1px solid #c2e2be !important;
}

.form-status-error {
  background: #fdf2f2 !important;
  color: #991b1b !important;
  border: 1px solid #fecaca !important;
}

/* ==========================================================================
   FIX OLDALSÓ GYORSELÉRŐ DOKK (Mobil hívás + Ajánlatkérés űrlap)
   ========================================================================== */
.quick-contact-dock {
  position: fixed !important;
  right: 24px !important;
  bottom: 32px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  z-index: 100 !important;
  pointer-events: auto !important;
}

.quick-action-btn {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  box-shadow: 0 8px 26px rgba(12, 29, 20, 0.35), 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  cursor: pointer !important;
  user-select: none !important;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.quick-action-btn .icon {
  width: 26px !important;
  height: 26px !important;
  stroke-width: 2 !important;
  z-index: 2 !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

/* Telefonhívás gomb: Gazdag borostyán/arany zöld prémium gradiens */
.quick-call-btn {
  background: linear-gradient(135deg, #2f5940 0%, #173322 100%) !important;
  color: #f7e8c8 !important;
}

/* Ajánlatkérés gomb: Aranyló homok és mélyzöld kontraszt */
.quick-inquiry-btn {
  background: linear-gradient(135deg, #bfa063 0%, #876831 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 26px rgba(135, 104, 49, 0.4) !important;
}

/* Hover állapot: finom felemelkedés és nagyítás */
.quick-action-btn:hover {
  transform: translateY(-4px) scale(1.08) !important;
  box-shadow: 0 14px 34px rgba(12, 29, 20, 0.45) !important;
}

.quick-action-btn:hover .icon {
  transform: scale(1.12) !important;
}

/* Kattintáskor (Active): BUBORÉK / APPLIKÁCIÓS rugalmas összehúzódás és visszapattanás */
.quick-action-btn:active {
  transform: scale(0.88) !important;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 12px rgba(12, 29, 20, 0.25) !important;
}

/* Folyamatos lüktető vízfodrozódás (Ripple aura) */
.quick-action-btn .quick-ripple {
  position: absolute !important;
  inset: -5px !important;
  border-radius: 50% !important;
  border: 2px solid currentColor !important;
  opacity: 0 !important;
  pointer-events: none !important;
  animation: quickPulse 3s cubic-bezier(0.25, 1, 0.5, 1) infinite !important;
  z-index: 1 !important;
}

.quick-inquiry-btn .quick-ripple {
  animation-delay: 1.5s !important;
}

@keyframes quickPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.7;
  }
  60% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* Lebegő címke / Tooltip bal oldalra */
.quick-tooltip {
  position: absolute !important;
  right: calc(100% + 14px) !important;
  background: rgba(18, 33, 24, 0.94) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #ffffff !important;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateX(10px) !important;
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.quick-action-btn:hover .quick-tooltip {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Mobilon optimális elhelyezés: nem takar ki semmit */
@media (max-width: 640px) {
  .quick-contact-dock {
    right: 18px !important;
    bottom: 22px !important;
    gap: 12px !important;
  }

  .quick-action-btn {
    width: 54px !important;
    height: 54px !important;
  }

  .quick-action-btn .icon {
    width: 22px !important;
    height: 22px !important;
  }

  .quick-tooltip {
    display: none !important; /* Mobilon érintésre nincs hover tooltip */
  }
}


