.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;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.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;}.elementor-286 .elementor-element.elementor-element-6d78bfb{--display:flex;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;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}@media(min-width:768px){.elementor-286 .elementor-element.elementor-element-58c085a{--width:59.456%;}}/* Start custom CSS for html, class: .elementor-element-766f71d *//* HEADER */
.bnw-header {
  background: #000;
  height: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
  z-index: 100;
}

.bnw-header-inner {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.bnw-logo img {
  height: 44px;
}

/* NAV DESKTOP */
.bnw-nav {
  display: flex;
  gap: 40px;
}

.bnw-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

/* RIGHT */
.bnw-right {
  display: flex;
  gap: 28px;
  align-items: center;
}

.bnw-socials {
  display: flex;
  gap: 16px;
}

.bnw-lang {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
}

/* HAMBURGER */
.bnw-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.bnw-menu-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
}

/* MOBILE MENU OVERLAY */
.bnw-mobile-menu {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  z-index: 999;
}

.bnw-mobile-menu.open {
  transform: translateY(0);
}

.bnw-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
}

.bnw-mobile-nav a {
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

/* CLOSE */
.bnw-mobile-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .bnw-nav,
  .bnw-right {
    display: none;
  }

  .bnw-menu-toggle {
    display: flex;
  }

  .bnw-header {
    height: 64px;
  }

  .bnw-logo img {
    height: 36px;
  }
}/* 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 container, class: .elementor-element-2d4d5c8 */.entry-header .post-image,
.featured-image {
  display: none !important;
}/* 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;
}

/* TABLET */
@media (max-width: 1024px) {
  .bnw-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .bnw-hero.light {
    padding: 96px 32px;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  .bnw-hero.light {
    padding: 72px 20px;
  }

  .bnw-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* IMAGE FELÜL */
  .bnw-hero-image {
    max-width: 420px;
    margin: 0 auto;
  }

  /* TEXT KÖZÉPRE, DE NEM TÚL */
  .bnw-hero-text {
    text-align: left;
  }

  .bnw-eyebrow {
    font-size: 11px;
  }

  .bnw-title {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.15;
  }

  .bnw-price {
    font-size: 16px;
  }

  .bnw-date {
    margin-bottom: 24px;
  }

  .bnw-hero-text p {
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
  }

  .bnw-manifesto {
    font-size: 15px;
    margin-top: 20px;
  }

  /* CTA MOBILON */
  .bnw-cta {
    display: inline-block;
    margin-top: 28px;
    font-size: 16px;
  }
}

/* EXTRA KIS MOBIL */
@media (max-width: 480px) {
  .bnw-hero-image {
    aspect-ratio: 2.8 / 4;
  }

  .bnw-title span {
    display: inline-block;
  }
}/* 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;
}


/* VIDEO MAX WIDTH – GLOBAL */
.bnw-reels-video {
  max-width: 420px;
  margin: 0 auto;
}



/* MOBILE */
@media (max-width: 900px) {
  .bnw-reels-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .bnw-reels.light {
    padding: 96px 32px;
  }

  .bnw-reels-inner {
    gap: 56px;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  .bnw-reels.light {
    padding: 72px 20px;
  }

  .bnw-reels-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* VIDEO FELÜL, KICSIT KOMPAKTABB */
  .bnw-reels-video {
    max-width: 360px;
    margin: 0 auto;
    aspect-ratio: 9 / 16;
  }

  /* SZÖVEG */
  .bnw-reels-text {
    text-align: left;
  }

  .bnw-reels-text p {
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
  }

  .bnw-proof {
    font-size: 14px;
  }

  /* CÍM */
  .bnw-title {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.15;
  }

  /* ÁR */
  .bnw-reels-price {
    font-size: 20px;
    margin-top: 20px;
  }

  /* CTA – MOBILON KICSIT ERŐSEBB */
  .bnw-reels.light .bnw-cta {
    margin-top: 24px;
    font-size: 16px;
  }
}

/* EXTRA KIS MOBIL */
@media (max-width: 480px) {
  .bnw-reels-video {
    max-width: 300px;
  }

  .bnw-title span {
    display: inline-block;
  }
}


@media (max-width: 768px) {
  .bnw-reels-video {
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  .bnw-reels-video {
    max-width: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f269018 */.bnw-pdf-download {
  background: #000;
  color: #fff;
  padding: 120px 40px;
  font-family: 'Inter', sans-serif;
}

.bnw-pdf-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

/* TEXT */
.bnw-pdf-download .bnw-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  opacity: 0.6;
  margin-bottom: 20px;
  display: block;
}

.bnw-pdf-title {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
}

.bnw-pdf-title span {
  color: #ff3e3e;
}

.bnw-pdf-desc {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
}

/* BUTTON */
.bnw-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all .25s ease;
}

.bnw-pdf-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255,255,255,0.25);
}

/* MOCKUP */
.bnw-pdf-mockup {
  display: flex;
  justify-content: center;
}

.bnw-pdf-card {
  width: 240px;
  height: 320px;
  background: linear-gradient(180deg, #111, #000);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05),
    0 20px 60px rgba(0,0,0,0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bnw-pdf-card span {
  font-size: 12px;
  letter-spacing: 0.14em;
  opacity: 0.6;
  margin-bottom: 12px;
}

.bnw-pdf-card strong {
  font-size: 20px;
  line-height: 1.3;
}


.bnw-cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 320px;
  height: 420px;

  border-radius: 18px;
  text-align: center;
  text-decoration: none;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.02)
  );

  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12),
    0 30px 80px rgba(0,0,0,0.85);

  transition: all 0.35s ease;
}

.bnw-cta-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 0 1px rgba(255,62,62,0.4),
    0 40px 120px rgba(0,0,0,0.95);
}

/* EYEBROW */
.bnw-cta-eyebrow {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff3e3e; /* PIROS */
  margin-bottom: 14px;
}

/* TITLE */
.bnw-cta-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 26px;
}

/* ARROW */
.bnw-cta-arrow {
  width: 46px;
  opacity: 0.85;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.bnw-cta-card:hover .bnw-cta-arrow {
  transform: translateY(6px);
  opacity: 1;
}

.bnw-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bnw-pdf-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}



/* MOBILE */
@media (max-width: 900px) {
  .bnw-pdf-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .bnw-pdf-desc {
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 1024px) {
  .bnw-pdf-download {
    padding: 96px 32px;
  }

  .bnw-pdf-inner {
    gap: 56px;
  }

  .bnw-cta-card {
    width: 300px;
    height: 400px;
  }
}


@media (max-width: 900px) {

  .bnw-pdf-download {
    padding: 72px 20px;
  }

  .bnw-pdf-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  /* SZÖVEG KÖZÉPRE */
  .bnw-pdf-title {
    font-size: clamp(32px, 8vw, 44px);
  }

  .bnw-pdf-desc {
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
  }

  /* PDF GOMB KÖZÉPEN */
  .bnw-pdf-btn {
    justify-content: center;
  }

  /* CTA KÁRTYA */
  .bnw-cta-card {
    width: 100%;
    max-width: 320px;
    height: 360px;
    margin: 0 auto;
  }

  .bnw-cta-title {
    font-size: 20px;
  }

  .bnw-cta-arrow {
    width: 40px;
  }
}



@media (max-width: 480px) {

  .bnw-pdf-download {
    padding: 64px 16px;
  }

  .bnw-pdf-title {
    font-size: 30px;
  }

  .bnw-pdf-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .bnw-cta-card {
    height: 320px;
  }

  .bnw-cta-title {
    font-size: 18px;
  }
}/* 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 */
/* Start custom CSS for html, class: .elementor-element-d9ff1f7 */.bnw-footer {
  background: #000;
  color: #fff;
  padding: 100px 40px 40px;
  font-family: 'Inter', sans-serif;
}

.bnw-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 120px;
}

/* LOGO */
.bnw-footer-logo img {
  width: 140px;
}

/* COLUMNS */
.bnw-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}

.bnw-footer-col h4 {
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  position: relative;
}

.bnw-footer-col h4::after {
  content: "";
  width: 120px;
  height: 2px;
  background: #FF3E3E;
  display: block;
  margin-top: 10px;
}

.bnw-footer-col a {
  display: block;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 14px;
}

.bnw-footer-col a:hover {
  color: #fff;
}

/* SOCIALS */
.bnw-footer-socials {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.bnw-footer-socials a {
  color: rgba(255,255,255,0.8);
  font-size: 18px;
}

.bnw-footer-socials a:hover {
  color: #fff;
}

/* BOTTOM */
.bnw-footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}


.bnw-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnw-footer-socials img {
  width: 22px;
  height: 22px;
  opacity: 0.8;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.bnw-footer-socials a:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

/* MOBILON KICSIT NAGYOBB */
@media (max-width: 900px) {
  .bnw-footer-socials img {
    width: 24px;
    height: 24px;
  }
}


/* MOBILE */
@media (max-width: 900px) {
  .bnw-footer-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .bnw-footer-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bnw-footer-socials {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .bnw-footer {
    padding: 80px 32px 36px;
  }

  .bnw-footer-inner {
    gap: 80px;
  }

  .bnw-footer-columns {
    gap: 64px;
  }
}

@media (max-width: 900px) {

  .bnw-footer {
    padding: 72px 20px 32px;
    text-align: left; /* ⬅️ FONTOS */
  }

  /* LOGO MARAD BALON */
  .bnw-footer-logo {
    display: flex;
    justify-content: flex-start;
  }

  .bnw-footer-logo img {
    width: 120px;
  }

  /* OSZLOPOK */
  .bnw-footer-columns {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  /* CÍM ALÁHÚZÁS BALON */
  .bnw-footer-col h4::after {
    margin-left: 0;
    margin-right: auto;
  }

  .bnw-footer-col h4 {
    text-align: left;
  }

  .bnw-footer-col a {
    font-size: 15px;
    text-align: left;
  }

  /* SOCIALS – MARAD KÖZÉPEN (ez UX-ben jó) */
  .bnw-footer-socials {
    margin-top: 36px;
    justify-content: center;
    gap: 20px;
  }

  .bnw-footer-socials a {
    font-size: 20px;
  }

  /* COPYRIGHT */
  .bnw-footer-bottom {
    text-align: center;
  }
}


@media (max-width: 480px) {

  .bnw-footer {
    padding: 64px 16px 28px;
  }

  .bnw-footer-logo img {
    width: 110px;
  }

  .bnw-footer-col h4 {
    font-size: 13px;
  }

  .bnw-footer-col a {
    font-size: 14px;
  }

  .bnw-footer-bottom {
    font-size: 12px;
  }
}/* End custom CSS */