.elementor-286 .elementor-element.elementor-element-4feadb2{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 3px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:3px;--border-left-width:0px;border-color:#FF3E3E;--border-color:#FF3E3E;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-286 .elementor-element.elementor-element-2d4d5c8{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 4px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:4px;--border-left-width:0px;border-color:#FF3E3E;--border-color:#FF3E3E;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-286 .elementor-element.elementor-element-da17a1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-286 .elementor-element.elementor-element-3018290{background-color:#000000;}.elementor-286 .elementor-element.elementor-element-166da29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-286 .elementor-element.elementor-element-5f0c2b5{--display:flex;}.elementor-286 .elementor-element.elementor-element-7335184{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:3px 0px 0px 0px;--border-top-width:3px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#FF3E3E;--border-color:#FF3E3E;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-286 .elementor-element.elementor-element-7335184:not(.elementor-motion-effects-element-type-background), .elementor-286 .elementor-element.elementor-element-7335184 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-286 .elementor-element.elementor-element-58c085a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-286 .elementor-element.elementor-element-58c085a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-286 .elementor-element.elementor-element-f532d9b{padding:20px 20px 20px 20px;}.elementor-286 .elementor-element.elementor-element-8e84cc4 > .elementor-widget-container{margin:-150px 0px 0px 0px;}@media(min-width:768px){.elementor-286 .elementor-element.elementor-element-58c085a{--width:59.456%;}}/* Start custom CSS for html, class: .elementor-element-766f71d */.bnw-header {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  height: 80px;
}

.bnw-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.bnw-logo img {
  height: 44px;
}

/* NAV */
.bnw-nav {
  display: flex;
  gap: 40px;
}

.bnw-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.9;
}

.bnw-nav a:hover {
  opacity: 1;
}

/* RIGHT SIDE */
.bnw-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* SOCIAL ICONS */
.bnw-socials {
  display: flex;
  gap: 16px;
}

.bnw-socials a {
  color: #fff;
  font-size: 14px;
  opacity: 0.85;
}

.bnw-socials a:hover {
  opacity: 1;
}

/* LANGUAGE */
.bnw-lang {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34e1c0d */.hero-video {
  position: relative;
  width: 100vw;
  height: 90vh;
  overflow: hidden;
  background: #000;
  font-family: 'Inter', sans-serif;
}

/* VIDEO */
.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY – HEADER KOMPATIBILIS */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.35)
  );
  z-index: 1;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  color: #fff;
  gap: 12px;
}

/* TITLE */
.hero-title {
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
}

/* TITLE PARTS */
.hero-title .garden {
  color: #ffffff;
}

.hero-title .lab {
  color: #ff3e3e;
  margin-left: 10px;
}

/* SUBTEXT */
.hero-sub {
  font-size: clamp(17px, 2vw, 22px);
  max-width: 720px;
  opacity: 0.9;
  margin: 12px 0 24px;
  font-weight: 400;
}

/* BUTTON WRAPPER */
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* PRIMARY BTN */
.btn-primary {
  padding: 14px 32px;
  background: #ff3e3e;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s ease;
}

.btn-primary:hover {
  background: #ff1f1f;
  transform: translateY(-2px);
}

/* SECONDARY BTN */
.btn-secondary {
  padding: 14px 32px;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  font-weight: 500;
  background: transparent;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s ease;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf393ea */.bnw-hero.light {
  background: #fff;
  color: #000;
  padding: 120px 40px;
  font-family: 'Inter', sans-serif;
}

.bnw-hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

/* IMAGE */
.bnw-hero-image {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #eee;
}

.bnw-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.bnw-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  opacity: 0.6;
}

.bnw-title {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.1;
  margin: 16px 0;
}

.bnw-title span {
  color: #ff3e3e;
}

.bnw-price {
  font-size: 18px;
  margin-top: 12px;
}

.bnw-date {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 32px;
}

.bnw-hero-text p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 18px;
}

.bnw-manifesto {
  font-weight: 500;
  margin-top: 24px;
}

/* CTA */
.bnw-cta {
  display: inline-block;
  margin-top: 32px;
  color: #ff3e3e;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,62,62,0.5);
  padding-bottom: 4px;
}

/* MOBILE *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3018290 *//* DARK SECTION */
.bnw-hero.dark {
  background: #000;
  color: #fff;
  padding: 120px 40px;
  font-family: 'Inter', sans-serif;
}

/* Eyebrow */
.bnw-hero.dark .bnw-eyebrow {
  opacity: 0.6;
}

/* Title */
.bnw-hero.dark .bnw-title {
  color: #fff;
}

.bnw-hero.dark .bnw-title span {
  color: #ff3e3e;
}

/* LIST */
.bnw-hero.dark .bnw-list li {
  color: rgba(255,255,255,0.85);
}

.bnw-hero.dark .bnw-list li strong {
  color: #fff;
}

/* NOTE */
.bnw-hero.dark .bnw-note {
  color: rgba(255,255,255,0.75);
}

/* AUTHOR */
.bnw-hero.dark .bnw-author span {
  color: rgba(255,255,255,0.75);
}

/* UPSELL */
.bnw-hero.dark .bnw-upsell {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
}

.bnw-hero.dark .bnw-hero-image {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #111;

  /* MÉRET FINOMÍTÁS */
  max-width: 480px;
  margin-left: auto;   /* jobb oldalra igazítva */
  margin-right: auto;

  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12),
    0 16px 40px rgba(0,0,0,0.75);
}

.bnw-hero.dark .bnw-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* MOBILE */
@media (max-width: 900px) {
  .bnw-hero.dark .bnw-hero-inner.reverse {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a963d8a *//* REELS SECTION */
.bnw-reels.light {
  background: #fff;
  color: #000;
  padding: 120px 40px;
  font-family: 'Inter', sans-serif;
}

.bnw-reels-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

/* VIDEO */
.bnw-reels-video {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #000;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.08),
    0 20px 60px rgba(0,0,0,0.15);
}

.bnw-reels-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.bnw-reels-text p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 18px;
}

.bnw-proof {
  font-size: 15px;
  opacity: 0.75;
}

/* PRICE */
.bnw-reels-price {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  color: #ff3e3e;
}

/* CTA */
.bnw-reels.light .bnw-cta {
  display: inline-block;
  margin-top: 28px;
  color: #ff3e3e;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,62,62,0.5);
  padding-bottom: 4px;
}

/* MOBILE */
@media (max-width: 900px) {
  .bnw-reels-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f269018 */.bnw-info.light {
  background: #fff;
  color: #000;
  padding: 120px 40px;
  font-family: 'Inter', sans-serif;
}

.bnw-info-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bnw-title.center {
  text-align: center;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  margin-bottom: 80px;
}

.bnw-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.bnw-info-block h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

.bnw-info-block ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.bnw-info-block li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.bnw-info-block span {
  opacity: 0.7;
}

.bnw-highlight {
  background: #f5f5f5;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 32px;
}

.bnw-highlight strong {
  color: #ff3e3e;
}

.bnw-warning {
  margin-top: 24px;
  font-size: 14px;
  color: #a00;
  opacity: 0.85;
}

.bnw-info-footer {
  margin-top: 80px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
}

.bnw-info-footer span {
  opacity: 0.7;
}

/* MOBILE */
@media (max-width: 900px) {
  .bnw-info-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f532d9b */.valentin-header {
  text-align: center;
  margin-bottom: -30px;
  padding: 24px 16px;
}

.valentin-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}

.valentin-price {
  font-size: 22px;
  font-weight: 600;
 /* Amelia / modern lila */
  margin: 0;
}

.am-fs__payments-services-sub span {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for stepbooking, class: .elementor-element-8e84cc4 */.valentin-header {
  text-align: center;
  margin-bottom: 32px;
  padding: 24px 16px;
}

.valentin-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}

.valentin-header .highlight {
  color: #FF3E3E; /* lila hangsúly */
}

.valentin-price {
  font-size: 22px;
  font-weight: 600;
  color: #;
  margin: 0;
}/* End custom CSS */