.elementor-12 .elementor-element.elementor-element-ea5b64f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a3dbc67 */#bbah-homepage {
      --ink: #090907;
      --ink-soft: #13120f;
      --ink-muted: #25231e;
      --paper: #f5f1e8;
      --paper-soft: #e9e2d5;
      --white: #fffdf8;
      --gold: #bd8530;
      --gold-light: #e0b15e;
      --copy: #5e5a51;
      --line-dark: rgba(18, 17, 14, .16);
      --line-light: rgba(255, 255, 255, .17);
      --hero-progress: 0;
      --load: 0;
      --container: min(1380px, calc(100vw - 96px));
      --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
      --sans: Inter, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
#bbah-homepage {
      background: var(--ink);
      color-scheme: light;
      scroll-behavior: smooth;
      scrollbar-color: var(--gold) var(--ink);
    }

    #bbah-homepage {
      margin: 0;
      min-width: 320px;
      overflow-x: clip;
      background: var(--paper);
      color: var(--ink);
      font-family: var(--sans);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    html.bbah-page-loading, html.bbah-page-loading body { overflow: hidden !important; }
    #bbah-homepage img, #bbah-homepage video { display: block; max-width: 100%; }
    #bbah-homepage a { color: inherit; }
    :where(#bbah-homepage) button, :where(#bbah-homepage) summary { font: inherit; }
    #bbah-homepage ::selection { background: var(--gold); color: var(--ink); }

    .bbah-container { width: var(--container); margin-inline: auto; }

    .bbah-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 24px;
      color: var(--gold);
      font-size: .76rem;
      font-weight: 800;
      letter-spacing: .19em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .bbah-eyebrow::before { width: 28px; height: 1px; content: ""; background: currentColor; }
    .bbah-eyebrow--light { color: var(--gold-light); }

    .bbah-display-title {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(3rem, 6.6vw, 7.2rem);
      font-weight: 400;
      letter-spacing: -.06em;
      line-height: .91;
      text-wrap: balance;
    }

    .bbah-section-title {
      max-width: 13ch;
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(2.7rem, 5.2vw, 6.1rem);
      font-weight: 400;
      letter-spacing: -.055em;
      line-height: .94;
      text-wrap: balance;
    }

    .bbah-button {
      display: inline-flex;
      min-height: 54px;
      align-items: center;
      justify-content: center;
      gap: 13px;
      padding: 0 23px;
      border: 1px solid transparent;
      border-radius: 2px;
      font-size: .88rem;
      font-weight: 780;
      letter-spacing: .015em;
      line-height: 1;
      text-decoration: none;
      transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
    }

    .bbah-button span[aria-hidden="true"] { font-size: 1.05rem; transition: transform .25s ease; }
    .bbah-button:hover { transform: translateY(-2px); }
    .bbah-button:hover span[aria-hidden="true"] { transform: translate(3px, -3px); }

    .bbah-button:focus-visible,
    #bbah-homepage summary:focus-visible,
    #bbah-homepage a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

    #bbah-homepage a.bbah-button--gold,
    #bbah-homepage a.bbah-button--gold:visited {
      border-color: #d39a37 !important;
      background: #d39a37 !important;
      color: #171009 !important;
    }
    #bbah-homepage a.bbah-button--gold:hover,
    #bbah-homepage a.bbah-button--gold:focus-visible {
      border-color: #efbd68 !important;
      background: #efbd68 !important;
      color: #171009 !important;
    }
    #bbah-homepage a.bbah-button--dark,
    #bbah-homepage a.bbah-button--dark:visited {
      border-color: #2a1d15 !important;
      background: #2a1d15 !important;
      color: #fffaf1 !important;
    }
    #bbah-homepage a.bbah-button--dark:hover,
    #bbah-homepage a.bbah-button--dark:focus-visible {
      border-color: #563722 !important;
      background: #563722 !important;
      color: #ffffff !important;
    }
    #bbah-homepage a.bbah-button--outline-light,
    #bbah-homepage a.bbah-button--outline-light:visited {
      border-color: rgba(255, 250, 241, .62) !important;
      background: rgba(18, 12, 8, .36) !important;
      color: #fffaf1 !important;
    }
    #bbah-homepage a.bbah-button--outline-light:hover,
    #bbah-homepage a.bbah-button--outline-light:focus-visible {
      border-color: #fffaf1 !important;
      background: #fffaf1 !important;
      color: #21150e !important;
    }

    /* Ablak tematikájú betöltő */
    .bbah-loader {
      position: fixed;
      z-index: 999;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 32px;
      overflow: hidden;
      background: var(--ink);
      color: var(--white);
      transition: opacity .65s ease, visibility .65s ease;
    }

    .bbah-loader::before {
      position: absolute;
      inset: 0;
      content: "";
      background: radial-gradient(circle at 50% 55%, rgba(189, 133, 48, .16), transparent 36%);
      pointer-events: none;
    }

    .bbah-loader.bbah-is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
    .bbah-loader__shell { position: relative; width: min(760px, 86vw); }

    .bbah-loader__topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
      color: rgba(255, 255, 255, .6);
      font-size: .72rem;
      font-weight: 750;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .bbah-loader__topline strong { color: var(--gold-light); font-weight: 800; }

    .bbah-loader__window {
      position: relative;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      border: clamp(8px, 1vw, 14px) solid #2b2924;
      background: #171611;
      box-shadow: 0 38px 90px rgba(0, 0, 0, .48), inset 0 0 0 1px rgba(255, 255, 255, .09);
      perspective: 1000px;
    }

    .bbah-loader__window img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: calc(.2 + var(--load) * .8);
      filter: saturate(.88) contrast(1.04);
      transform: scale(calc(1.045 - var(--load) * .045));
      transition: opacity .15s linear, transform .2s linear;
    }

    .bbah-loader__window::before,
    .bbah-loader__window::after {
      position: absolute;
      z-index: 6;
      content: "";
      background: #27251f;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, .07);
      pointer-events: none;
    }

    .bbah-loader__window::before { top: 0; bottom: 0; left: 50%; width: 10px; transform: translateX(-50%); }
    .bbah-loader__window::after { top: 50%; right: 0; left: 0; height: 8px; transform: translateY(-50%); }

    .bbah-loader__pane {
      position: absolute;
      z-index: 4;
      top: 0;
      bottom: 0;
      width: 50.2%;
      background: linear-gradient(125deg, rgba(214, 225, 224, .42), rgba(19, 20, 18, .47));
      transition: transform .8s cubic-bezier(.76, 0, .24, 1);
    }

    .bbah-loader__pane--left { left: 0; border-right: 1px solid rgba(255, 255, 255, .15); }
    .bbah-loader__pane--right { right: 0; border-left: 1px solid rgba(255, 255, 255, .15); }
    .bbah-loader.bbah-is-opening .bbah-loader__pane--left { transform: translateX(-101%); }
    .bbah-loader.bbah-is-opening .bbah-loader__pane--right { transform: translateX(101%); }

    .bbah-loader__handle {
      position: absolute;
      z-index: 9;
      top: 50%;
      left: calc(50% + 13px);
      width: 6px;
      height: 44px;
      border-radius: 6px;
      background: var(--gold-light);
      box-shadow: 0 0 20px rgba(224, 177, 94, .5);
      transform: translateY(-50%) rotate(calc(-90deg + var(--load) * 90deg));
      transition: transform .18s linear;
    }

    .bbah-loader__caption { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; margin-top: 22px; }

    .bbah-loader__caption h2 {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(1.8rem, 4vw, 3.4rem);
      font-weight: 400;
      letter-spacing: -.04em;
      line-height: 1;
    }

    .bbah-loader__value { color: var(--gold-light); font-size: 1rem; font-variant-numeric: tabular-nums; font-weight: 750; }
    .bbah-loader__track { height: 2px; margin-top: 18px; overflow: hidden; background: rgba(255, 255, 255, .15); }
    .bbah-loader__fill { display: block; width: 100%; height: 100%; background: var(--gold-light); box-shadow: 0 0 18px rgba(224, 177, 94, .6); transform: scaleX(var(--load)); transform-origin: left; }

    /* Görgetésvezérelt videó */
    .bbah-hero-scroll { position: relative; height: 520svh; background: var(--ink); }

    .bbah-hero-sticky {
      position: sticky;
      top: 0;
      height: 100svh;
      min-height: 540px;
      overflow: hidden;
      isolation: isolate;
      background: var(--ink);
      contain: paint;
    }

    .bbah-hero-video {
      position: absolute;
      z-index: -6;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      background: var(--ink);
      filter: saturate(1.025) contrast(1.025);
      transform: translateZ(0);
    }

    .bbah-hero-overlay {
      position: absolute;
      z-index: -5;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(5, 5, 4, .79) 0%, rgba(5, 5, 4, .36) 34%, rgba(5, 5, 4, .08) 62%, rgba(5, 5, 4, .28) 100%),
        linear-gradient(180deg, rgba(4, 4, 3, .38) 0%, transparent 28%, transparent 63%, rgba(4, 4, 3, .65) 100%);
      pointer-events: none;
    }

    .bbah-hero-vignette { position: absolute; z-index: -4; inset: 0; box-shadow: inset 0 0 14vw rgba(0, 0, 0, .38); pointer-events: none; }
    .bbah-hero-frame { position: absolute; z-index: 1; inset: clamp(18px, 2.1vw, 34px); border: 1px solid rgba(255, 255, 255, .13); pointer-events: none; }

    .bbah-hero-brand {
      position: absolute;
      z-index: 7;
      top: clamp(30px, 4.3vw, 60px);
      left: clamp(30px, 6vw, 104px);
      display: flex;
      align-items: center;
      gap: 12px;
      color: rgba(255, 255, 255, .78);
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .2em;
      text-transform: uppercase;
    }

    .bbah-hero-brand::before { width: 35px; height: 1px; content: ""; background: var(--gold-light); box-shadow: 0 0 16px rgba(224, 177, 94, .55); }

    .bbah-hero-scene {
      position: absolute;
      z-index: 5;
      top: 50%;
      width: min(690px, 44vw);
      opacity: 0;
      pointer-events: none;
      transform: translate3d(0, 34px, 0);
      will-change: opacity, transform;
    }

    .bbah-hero-scene[data-scene="0"], .bbah-hero-scene[data-scene="2"] { left: clamp(30px, 7vw, 120px); }
    .bbah-hero-scene[data-scene="1"] { right: clamp(58px, 8vw, 140px); width: min(600px, 40vw); }

    .bbah-hero-scene[data-scene="3"] {
      top: auto;
      bottom: clamp(82px, 10vh, 126px);
      left: 50%;
      width: min(900px, calc(100vw - 100px));
      text-align: center;
      transform: translate3d(-50%, 34px, 0);
    }

    .bbah-hero-scene.bbah-is-interactive { pointer-events: auto; }

    .bbah-hero-scene__index {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 19px;
      color: var(--gold-light);
      font-size: .72rem;
      font-weight: 850;
      letter-spacing: .19em;
      text-transform: uppercase;
    }

    .bbah-hero-scene__index::before { width: 8px; height: 8px; border: 1px solid currentColor; content: ""; transform: rotate(45deg); }

    .bbah-hero-scene h1,
    .bbah-hero-scene h2 {
      max-width: 11.5ch;
      margin: 0;
      color: var(--white);
      font-family: var(--serif);
      font-size: clamp(3.4rem, 5.75vw, 6.7rem);
      font-weight: 400;
      letter-spacing: -.06em;
      line-height: .91;
      text-shadow: 0 10px 42px rgba(0, 0, 0, .42);
      text-wrap: balance;
    }

    .bbah-hero-scene[data-scene="1"] h2 { max-width: 9.5ch; }
    .bbah-hero-scene[data-scene="3"] h2 { max-width: 11ch; margin-inline: auto; }

    .bbah-hero-scene__copy {
      max-width: 500px;
      margin: 22px 0 0;
      color: rgba(255, 253, 248, .76);
      font-size: clamp(1rem, 1.22vw, 1.2rem);
      line-height: 1.58;
      text-shadow: 0 5px 20px rgba(0, 0, 0, .48);
    }

    .bbah-hero-scene[data-scene="3"] .bbah-hero-scene__copy { margin-inline: auto; }
    .bbah-hero-scene__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
    .bbah-hero-scene[data-scene="3"] .bbah-hero-scene__actions { justify-content: center; }

    .bbah-hero-progress {
      position: absolute;
      z-index: 7;
      top: 50%;
      right: clamp(29px, 3.2vw, 56px);
      display: flex;
      align-items: center;
      gap: 15px;
      color: rgba(255, 255, 255, .72);
      transform: translateY(-50%);
    }

    .bbah-hero-progress__label { font-size: .66rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
    .bbah-hero-progress__track { position: relative; width: 2px; height: min(38vh, 330px); overflow: hidden; background: rgba(255, 255, 255, .18); }
    .bbah-hero-progress__fill { position: absolute; inset: 0; background: linear-gradient(var(--gold-light), var(--gold)); box-shadow: 0 0 16px rgba(224, 177, 94, .7); transform: scaleY(var(--hero-progress)); transform-origin: top; }

    .bbah-hero-count { position: absolute; z-index: 7; right: clamp(31px, 4vw, 66px); bottom: clamp(30px, 4vh, 48px); display: flex; align-items: baseline; gap: 7px; color: var(--white); font-variant-numeric: tabular-nums; }
    .bbah-hero-count strong { font-size: 1.6rem; font-weight: 450; }
    .bbah-hero-count span { color: rgba(255, 255, 255, .45); font-size: .72rem; }

    .bbah-scroll-cue { position: absolute; z-index: 7; bottom: clamp(28px, 4vh, 47px); left: 50%; display: grid; justify-items: center; gap: 9px; color: rgba(255, 255, 255, .62); font-size: .65rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; transform: translateX(-50%); transition: opacity .2s ease; }
    .bbah-scroll-cue__line { position: relative; width: 1px; height: 32px; overflow: hidden; background: rgba(255, 255, 255, .25); }
    .bbah-scroll-cue__line::after { position: absolute; inset: 0; content: ""; background: var(--gold-light); animation: bbah-scroll-line 1.7s ease-in-out infinite; }

    @keyframes bbah-scroll-line {
      0% { transform: translateY(-105%); }
      48%, 62% { transform: translateY(0); }
      100% { transform: translateY(105%); }
    }

    /* Főoldal szekciók */
    .bbah-page-section { position: relative; overflow: hidden; padding-block: clamp(100px, 12vw, 190px); }
    .bbah-reveal { opacity: 0; transform: translateY(38px); transition: opacity .85s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1); }
    .bbah-reveal.bbah-is-visible { opacity: 1; transform: translateY(0); }
    .bbah-reveal[data-delay="1"] { transition-delay: .1s; }
    .bbah-reveal[data-delay="2"] { transition-delay: .2s; }
    .bbah-reveal[data-delay="3"] { transition-delay: .3s; }

    .bbah-intro { background: var(--paper); }
    .bbah-intro::before { position: absolute; top: 0; right: 7vw; width: 1px; height: 31%; content: ""; background: var(--line-dark); }
    .bbah-intro__lead { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(50px, 8vw, 140px); align-items: end; }
    .bbah-intro__title { max-width: 12ch; }
    .bbah-intro__copy { max-width: 520px; margin: 0 0 5px; color: var(--copy); font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.68; }

    .bbah-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(70px, 9vw, 130px); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
    .bbah-metric { min-height: 170px; padding: 30px; border-left: 1px solid var(--line-dark); }
    .bbah-metric:last-child { border-right: 1px solid var(--line-dark); }
    .bbah-metric strong { display: block; margin-bottom: 16px; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.7rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
    .bbah-metric span { color: var(--copy); font-size: .88rem; line-height: 1.45; }

    .bbah-window-feature { position: relative; margin: clamp(70px, 10vw, 150px) 0 0; }
    .bbah-window-feature__image { position: relative; height: clamp(460px, 62vw, 820px); overflow: hidden; background: #32291f; }
    .bbah-window-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.22, 1, .36, 1); }
    .bbah-window-feature.bbah-is-visible .bbah-window-feature__image img { transform: scale(1.02); }
    .bbah-window-feature__image::before, .bbah-window-feature__image::after { position: absolute; z-index: 2; content: ""; background: rgba(255, 255, 255, .32); pointer-events: none; }
    .bbah-window-feature__image::before { top: 0; bottom: 0; left: 50%; width: 1px; }
    .bbah-window-feature__image::after { top: 50%; right: 0; left: 0; height: 1px; }

    .bbah-window-feature__note { position: absolute; z-index: 4; right: clamp(24px, 5vw, 72px); bottom: clamp(24px, 5vw, 72px); width: min(410px, calc(100% - 48px)); padding: 30px; border: 1px solid rgba(255, 255, 255, .25); background: rgba(9, 9, 7, .82); color: var(--white); box-shadow: 0 25px 60px rgba(0, 0, 0, .24); }
    .bbah-window-feature__note span { color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
    .bbah-window-feature__note p { margin: 14px 0 0; font-family: var(--serif); font-size: clamp(1.6rem, 2.3vw, 2.35rem); letter-spacing: -.035em; line-height: 1.08; }

    .bbah-products { background: var(--ink); color: var(--white); }
    .bbah-products::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent calc(50% - .5px), rgba(255, 255, 255, .045) 50%, transparent calc(50% + .5px)), radial-gradient(circle at 80% 20%, rgba(189, 133, 48, .12), transparent 30%); pointer-events: none; }
    .bbah-products__head { position: relative; display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 70px; align-items: end; }
    #bbah-homepage .bbah-products__head > p { margin: 0 0 5px; color: rgba(255, 255, 255, .62); font-size: 1.05rem; line-height: 1.65; }
    .bbah-products-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); margin-top: clamp(65px, 8vw, 110px); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }

    .bbah-product-card { position: relative; min-height: 350px; padding: clamp(30px, 4vw, 56px); overflow: hidden; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); color: var(--white); text-decoration: none; isolation: isolate; }
    .bbah-product-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(135deg, rgba(255, 255, 255, .065), transparent 57%); opacity: .35; transform: scaleX(.01); transform-origin: left; transition: opacity .45s ease, transform .6s cubic-bezier(.22, 1, .36, 1); }
    .bbah-product-card::after { position: absolute; top: 50%; right: clamp(28px, 4vw, 58px); width: 5px; height: 55px; border-radius: 6px; content: ""; background: rgba(224, 177, 94, .45); transform: translateY(-50%); transition: background .3s ease, box-shadow .3s ease, transform .45s ease; }
    .bbah-product-card:hover::before { opacity: 1; transform: scaleX(1); }
    .bbah-product-card:hover::after { background: var(--gold-light); box-shadow: 0 0 22px rgba(224, 177, 94, .48); transform: translateY(-50%) rotate(90deg); }
    .bbah-product-card__num { display: block; color: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .18em; }
    .bbah-product-card h3 { max-width: 8ch; margin: clamp(55px, 7vw, 90px) 0 18px; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
    .bbah-product-card p { max-width: 390px; margin: 0; color: rgba(255, 255, 255, .57); line-height: 1.58; }
    .bbah-product-card__link { position: absolute; right: clamp(34px, 5vw, 68px); bottom: 34px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

    .bbah-benefits { background: var(--paper-soft); }
    .bbah-benefits__grid { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(420px, 1.08fr); gap: clamp(60px, 9vw, 145px); align-items: start; }
    .bbah-benefits__visual { position: sticky; top: 42px; }
    .bbah-benefits__image { position: relative; height: min(72vh, 780px); min-height: 560px; overflow: hidden; background: #31251b; }
    .bbah-benefits__image img { width: 100%; height: 100%; object-fit: cover; }
    .bbah-benefits__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 53%, rgba(8, 8, 6, .62)); }
    .bbah-benefits__badge { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: end; justify-content: space-between; color: var(--white); }
    .bbah-benefits__badge strong { font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.3rem); font-weight: 400; letter-spacing: -.06em; line-height: .8; }
    .bbah-benefits__badge span { max-width: 15ch; color: rgba(255, 255, 255, .72); font-size: .78rem; font-weight: 700; line-height: 1.45; text-align: right; text-transform: uppercase; }
    .bbah-benefits__content { padding-top: 10px; }
    .bbah-benefits__content .bbah-section-title { max-width: 10.5ch; }
    .bbah-benefit-list { margin-top: clamp(58px, 7vw, 92px); border-top: 1px solid var(--line-dark); }
    .bbah-benefit-item { display: grid; grid-template-columns: 58px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
    .bbah-benefit-item__num { color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .15em; }
    .bbah-benefit-item h3 { margin: 0 0 9px; font-family: var(--serif); font-size: clamp(1.65rem, 2.35vw, 2.55rem); font-weight: 400; letter-spacing: -.035em; }
    .bbah-benefit-item p { max-width: 530px; margin: 0; color: var(--copy); line-height: 1.62; }
    .bbah-benefits__action { margin-top: 34px; }

    .bbah-profiles { background: #11100d; color: var(--white); }
    .bbah-profiles__head { display: grid; grid-template-columns: 1fr minmax(280px, 450px); gap: 70px; align-items: end; }
    #bbah-homepage .bbah-profiles__head > p { margin: 0; color: rgba(255, 255, 255, .6); font-size: 1.05rem; line-height: 1.65; }
    .bbah-profile-pair { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: clamp(70px, 9vw, 125px); border: 1px solid var(--line-light); }
    .bbah-profile-card { position: relative; min-height: 470px; padding: clamp(32px, 4.5vw, 64px); overflow: hidden; }
    .bbah-profile-card + .bbah-profile-card { border-left: 1px solid var(--line-light); }
    .bbah-profile-card__letter { position: absolute; top: -35px; right: -8px; color: rgba(255, 255, 255, .035); font-family: var(--serif); font-size: clamp(15rem, 26vw, 30rem); line-height: .8; pointer-events: none; }
    .bbah-profile-card__overline { position: relative; color: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
    .bbah-profile-card h3 { position: relative; margin: 76px 0 25px; font-family: var(--serif); font-size: clamp(2.7rem, 4.6vw, 5.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
    .bbah-profile-tags { position: relative; display: flex; flex-wrap: wrap; gap: 9px; max-width: 470px; margin: 0; padding: 0; list-style: none; }
    .bbah-profile-tags li { padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .17); color: rgba(255, 255, 255, .7); font-size: .78rem; }
    .bbah-profiles__action { display: flex; justify-content: center; margin-top: 42px; }

    .bbah-process { background: var(--white); }
    .bbah-process__head { display: grid; grid-template-columns: 1fr minmax(270px, 420px); gap: 70px; align-items: end; }
    #bbah-homepage .bbah-process__head > p { margin: 0; color: var(--copy); font-size: 1.04rem; line-height: 1.65; }
    .bbah-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(65px, 9vw, 120px); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
    .bbah-process-step { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
    .bbah-process-step::before { position: absolute; top: 0; left: 0; width: 0; height: 3px; content: ""; background: var(--gold); transition: width .8s cubic-bezier(.22, 1, .36, 1); }
    .bbah-process-step.bbah-is-visible::before { width: 100%; }
    .bbah-process-step__num { color: var(--gold); font-size: .77rem; font-weight: 850; letter-spacing: .16em; }
    .bbah-process-step h3 { margin: 105px 0 14px; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.7rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
    .bbah-process-step p { margin: 0; color: var(--copy); line-height: 1.58; }

    .bbah-faq { background: var(--paper-soft); }
    .bbah-faq__layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(470px, 1.3fr); gap: clamp(60px, 10vw, 160px); align-items: start; }
    .bbah-faq__intro { position: sticky; top: 46px; }
    .bbah-faq__intro .bbah-section-title { max-width: 8ch; }
    .bbah-faq-list { border-top: 1px solid var(--line-dark); }
    .bbah-faq-item { border-bottom: 1px solid var(--line-dark); }
    .bbah-faq-item summary { display: grid; grid-template-columns: 50px 1fr 30px; gap: 18px; align-items: center; padding: 29px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 2rem); letter-spacing: -.025em; line-height: 1.18; }
    .bbah-faq-item summary::-webkit-details-marker { display: none; }
    .bbah-faq-item__num { color: var(--gold); font-family: var(--sans); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
    .bbah-faq-item__plus { position: relative; width: 22px; height: 22px; }
    .bbah-faq-item__plus::before, .bbah-faq-item__plus::after { position: absolute; top: 50%; left: 50%; width: 18px; height: 1px; content: ""; background: var(--ink); transition: transform .28s ease; }
    .bbah-faq-item__plus::before { transform: translate(-50%, -50%); }
    .bbah-faq-item__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
    .bbah-faq-item[open] .bbah-faq-item__plus::after { transform: translate(-50%, -50%) rotate(0); }
    .bbah-faq-item__answer { max-width: 680px; padding: 0 48px 31px 68px; color: var(--copy); font-size: 1rem; line-height: 1.68; }
    .bbah-faq-item__answer p { margin: 0; }

    .bbah-final-cta { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; padding: clamp(110px, 12vw, 180px) 0 clamp(70px, 8vw, 110px); background: #14130f; color: var(--white); isolation: isolate; }
    .bbah-final-cta__image, .bbah-final-cta__shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
    .bbah-final-cta__image { object-fit: cover; object-position: center; }
    .bbah-final-cta__shade { z-index: -1; background: linear-gradient(90deg, rgba(7, 7, 5, .88), rgba(7, 7, 5, .55) 48%, rgba(7, 7, 5, .25)), linear-gradient(180deg, rgba(7, 7, 5, .15), rgba(7, 7, 5, .72)); }
    .bbah-final-cta__content { max-width: 920px; }
    .bbah-final-cta .bbah-display-title { max-width: 9ch; }
    .bbah-final-cta__copy { max-width: 630px; margin: 28px 0 0; color: rgba(255, 255, 255, .72); font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.64; }
    .bbah-final-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
    .bbah-final-cta__meta { display: flex; flex-wrap: wrap; gap: 12px 36px; margin-top: clamp(55px, 8vw, 100px); padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .24); color: rgba(255, 255, 255, .62); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

    @media (max-width: 1040px) {
      #bbah-homepage { --container: min(100% - 56px, 960px); }
      .bbah-intro__lead, .bbah-products__head, .bbah-profiles__head, .bbah-process__head { grid-template-columns: 1fr; gap: 35px; }
      .bbah-intro__copy, #bbah-homepage .bbah-products__head > p, #bbah-homepage .bbah-profiles__head > p, #bbah-homepage .bbah-process__head > p { max-width: 620px; }
      .bbah-metrics { grid-template-columns: repeat(2, 1fr); }
      .bbah-metric:nth-child(2) { border-right: 1px solid var(--line-dark); }
      .bbah-metric:nth-child(-n + 2) { border-bottom: 1px solid var(--line-dark); }
      #bbah-homepage .bbah-benefits__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 55px; }
      #bbah-homepage .bbah-benefits__grid > *, #bbah-homepage .bbah-faq__layout > * { min-width: 0; }
      .bbah-process-steps { grid-template-columns: repeat(2, 1fr); }
      #bbah-homepage .bbah-faq__layout { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 70px; }
    }

    @media (max-width: 767px) {
      #bbah-homepage { --container: calc(100vw - 40px); }
      #bbah-homepage { scroll-behavior: auto; }
      .bbah-display-title { font-size: clamp(3.15rem, 15vw, 5.2rem); line-height: .9; }
      .bbah-section-title { font-size: clamp(2.75rem, 12.5vw, 4.5rem); }
      .bbah-eyebrow { margin-bottom: 19px; font-size: .68rem; }
      .bbah-button { min-height: 50px; padding: 12px 18px; font-size: .78rem; line-height: 1.25; text-align: center; white-space: normal; }

      .bbah-loader { padding: 20px; }
      .bbah-loader__shell { width: 100%; }
      .bbah-loader__topline { font-size: .62rem; }
      .bbah-loader__window { border-width: 7px; }
      .bbah-loader__window::before { width: 6px; }
      .bbah-loader__window::after { height: 5px; }
      .bbah-loader__handle { left: calc(50% + 9px); width: 4px; height: 31px; }
      .bbah-loader__caption { margin-top: 17px; }
      .bbah-loader__caption h2 { font-size: 1.75rem; }

      .bbah-hero-scroll { height: 600svh; }
      .bbah-hero-sticky { min-height: 510px; }
      .bbah-hero-overlay { background: linear-gradient(180deg, rgba(4, 4, 3, .84) 0%, rgba(4, 4, 3, .48) 25%, rgba(4, 4, 3, .04) 41%, rgba(4, 4, 3, .05) 64%, rgba(4, 4, 3, .7) 84%, rgba(4, 4, 3, .9) 100%); }
      .bbah-hero-vignette { box-shadow: inset 0 0 24vw rgba(0, 0, 0, .35); }
      .bbah-hero-frame { inset: 13px; }
      .bbah-hero-brand { top: max(24px, calc(env(safe-area-inset-top) + 16px)); left: 24px; font-size: .61rem; }
      .bbah-hero-brand::before { width: 21px; }

      .bbah-hero-scene, .bbah-hero-scene[data-scene="0"], .bbah-hero-scene[data-scene="2"] { top: max(79px, calc(env(safe-area-inset-top) + 69px)); right: auto; left: 24px; width: calc(100vw - 48px); }
      .bbah-hero-scene[data-scene="1"], .bbah-hero-scene[data-scene="3"] { top: auto; right: 24px; bottom: max(82px, calc(env(safe-area-inset-bottom) + 72px)); left: 24px; width: auto; max-width: none; box-sizing: border-box; text-align: left; transform: translate3d(0, 34px, 0); }
      .bbah-hero-scene h1, .bbah-hero-scene h2 { max-width: 11ch; font-size: clamp(2.45rem, 11.7vw, 3.85rem); line-height: .93; }
      .bbah-hero-scene[data-scene="1"] h2 { max-width: 10.5ch; margin-inline: 0; }
      .bbah-hero-scene[data-scene="3"] h2 { max-width: 9.6ch; margin-inline: 0; font-size: clamp(2.15rem, 10.4vw, 3.35rem); }
      .bbah-hero-scene__index { margin-bottom: 11px; font-size: .61rem; }
      .bbah-hero-scene__copy { max-width: 34ch; margin-top: 13px; font-size: .86rem; line-height: 1.48; }
      .bbah-hero-scene[data-scene="3"] .bbah-hero-scene__copy { margin-inline: 0; }
      .bbah-hero-scene__actions { gap: 8px; margin-top: 18px; }
      .bbah-hero-scene[data-scene="3"] .bbah-hero-scene__actions { justify-content: flex-start; }

      .bbah-hero-progress { top: auto; right: 24px; bottom: 27px; left: 24px; gap: 10px; transform: none; }
      .bbah-hero-progress__label { min-width: 65px; font-size: .56rem; writing-mode: horizontal-tb; transform: none; }
      .bbah-hero-progress__track { width: auto; height: 2px; flex: 1; }
      .bbah-hero-progress__fill { transform: scaleX(var(--hero-progress)); transform-origin: left; }
      .bbah-hero-count { display: none; }
      .bbah-scroll-cue { bottom: max(27px, calc(env(safe-area-inset-bottom) + 18px)); font-size: .55rem; }
      .bbah-scroll-cue__line { height: 25px; }

      .bbah-page-section { padding-block: 96px; }
      .bbah-intro::before { right: 20px; }
      .bbah-intro__lead { gap: 30px; }
      .bbah-intro__copy { font-size: 1rem; }
      .bbah-metrics { grid-template-columns: minmax(0, 1fr); margin-top: 62px; }
      .bbah-metric { display: grid; min-height: 0; grid-template-columns: minmax(0, 125px) minmax(0, 1fr); align-items: center; gap: 18px; padding: 23px 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
      .bbah-metric:nth-child(-n + 2) { border-bottom: 1px solid var(--line-dark); }
      .bbah-metric:last-child { border-bottom: 0; }
      .bbah-metric strong { margin: 0; font-size: 2.45rem; }

      .bbah-window-feature { margin-top: 65px; }
      .bbah-window-feature__image { height: 72svh; min-height: 520px; }
      .bbah-window-feature__note { right: 16px; bottom: 16px; width: calc(100% - 32px); padding: 22px; }
      .bbah-window-feature__note p { font-size: 1.55rem; }

      .bbah-products__head { gap: 26px; }
      .bbah-products-grid { grid-template-columns: minmax(0, 1fr); margin-top: 58px; }
      .bbah-product-card { min-height: 310px; padding: 27px 24px 72px; }
      .bbah-product-card h3 { margin-top: 60px; font-size: 2.85rem; }
      .bbah-product-card p { max-width: calc(100% - 35px); font-size: .9rem; }
      .bbah-product-card__link { right: 24px; bottom: 25px; }
      .bbah-product-card::after { right: 24px; }

      #bbah-homepage .bbah-benefits__grid { grid-template-columns: minmax(0, 1fr); gap: 65px; }
      .bbah-benefits__visual { position: relative; top: auto; }
      .bbah-benefits__image { height: 68svh; min-height: 510px; }
      .bbah-benefits__badge { align-items: flex-start; flex-direction: column; justify-content: flex-end; gap: 12px; }
      .bbah-benefits__badge strong { font-size: 3.8rem; }
      .bbah-benefits__badge span { max-width: 24ch; text-align: left; }
      .bbah-benefit-list { margin-top: 55px; }
      .bbah-benefit-item { grid-template-columns: 39px 1fr; gap: 12px; padding: 24px 0; }
      .bbah-benefit-item h3 { font-size: 1.7rem; }
      .bbah-benefit-item p { font-size: .92rem; }

      .bbah-profiles__head { gap: 27px; }
      .bbah-profile-pair { grid-template-columns: minmax(0, 1fr); margin-top: 58px; }
      .bbah-profile-card { min-height: 390px; padding: 29px 24px; }
      .bbah-profile-card + .bbah-profile-card { border-top: 1px solid var(--line-light); border-left: 0; }
      .bbah-profile-card h3 { margin-top: 64px; font-size: 3rem; }
      .bbah-profile-card__letter { font-size: 17rem; }

      .bbah-process__head { gap: 28px; }
      .bbah-process-steps { grid-template-columns: minmax(0, 1fr); margin-top: 58px; }
      .bbah-process-step { min-height: 270px; }
      .bbah-process-step h3 { margin-top: 72px; }

      #bbah-homepage .bbah-faq__layout { grid-template-columns: minmax(0, 1fr); gap: 55px; }
      .bbah-faq__intro { position: relative; top: auto; }
      .bbah-faq__intro .bbah-section-title { width: 100%; max-width: 12ch; font-size: clamp(2.25rem, 10.5vw, 3rem); line-height: .96; text-wrap: balance; }
      .bbah-faq-item summary { grid-template-columns: 35px minmax(0, 1fr) 23px; gap: 10px; padding: 24px 0; font-size: 1.35rem; }
      .bbah-faq-item__answer { padding: 0 12px 25px 45px; font-size: .92rem; }

      .bbah-final-cta { min-height: 92svh; padding-bottom: max(64px, calc(env(safe-area-inset-bottom) + 42px)); }
      .bbah-final-cta__image { object-position: 58% center; }
      .bbah-final-cta .bbah-display-title { max-width: min(100%, 9ch); }
      .bbah-final-cta__copy { font-size: .98rem; }
      .bbah-final-cta__actions { display: grid; grid-template-columns: minmax(0, 1fr); }
      .bbah-final-cta__meta { display: grid; gap: 10px; font-size: .7rem; }

      #bbah-homepage .bbah-intro__lead,
      #bbah-homepage .bbah-products__head,
      #bbah-homepage .bbah-profiles__head,
      #bbah-homepage .bbah-process__head { grid-template-columns: minmax(0, 1fr); }

      #bbah-homepage .bbah-intro__lead > *,
      #bbah-homepage .bbah-products__head > *,
      #bbah-homepage .bbah-products-grid > *,
      #bbah-homepage .bbah-benefits__grid > *,
      #bbah-homepage .bbah-profiles__head > *,
      #bbah-homepage .bbah-profile-pair > *,
      #bbah-homepage .bbah-process__head > *,
      #bbah-homepage .bbah-process-steps > *,
      #bbah-homepage .bbah-faq__layout > *,
      #bbah-homepage .bbah-final-cta__actions > * { min-width: 0; }

      #bbah-homepage .bbah-intro__title {
        max-width: 100%;
        font-size: clamp(2.25rem, 11vw, 4.5rem);
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
      }
    }

    @media (max-width: 390px), (max-height: 680px) and (max-width: 767px) {
      .bbah-hero-scene h1, .bbah-hero-scene h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
      .bbah-hero-scene__copy { font-size: .8rem; }
      .bbah-hero-scene__actions { margin-top: 14px; }
      .bbah-hero-scene .bbah-button { min-height: 44px; }
      .bbah-hero-scene[data-scene="0"], .bbah-hero-scene[data-scene="2"] { top: 66px; }
      .bbah-hero-scene[data-scene="1"], .bbah-hero-scene[data-scene="3"] { right: 20px; bottom: 76px; left: 20px; width: auto; }
      .bbah-hero-scene[data-scene="3"] h2 { font-size: clamp(1.95rem, 9.4vw, 2.7rem); }
      .bbah-hero-scene[data-scene="3"] .bbah-hero-scene__copy { font-size: .76rem; line-height: 1.4; }
      .bbah-hero-scene[data-scene="3"] .bbah-hero-scene__actions { margin-top: 11px; }
      .bbah-hero-brand { top: 21px; }
    }

    @media (max-width: 390px) {
      #bbah-homepage .bbah-metric { grid-template-columns: minmax(0, 96px) minmax(0, 1fr); gap: 14px; padding-inline: 16px; }
      #bbah-homepage .bbah-profile-card h3 { font-size: clamp(2.55rem, 11vw, 3rem); }
    }

    @media (prefers-reduced-motion: reduce) {
      #bbah-homepage { scroll-behavior: auto; }
      .bbah-hero-scroll { height: 100svh; }
      .bbah-hero-scene:not([data-scene="0"]) { display: none; }
      .bbah-hero-scene[data-scene="0"] { opacity: 1 !important; transform: translate3d(0, -50%, 0) !important; pointer-events: auto; }
      .bbah-hero-progress, .bbah-hero-count, .bbah-scroll-cue { display: none; }
      .bbah-reveal { opacity: 1; transform: none; transition: none; }
      .bbah-loader, .bbah-loader__pane, .bbah-button, .bbah-window-feature__image img { transition: none; }
      .bbah-scroll-cue__line::after { animation: none; }
    }

    @media (max-width: 767px) and (prefers-reduced-motion: reduce) {
      #bbah-homepage .bbah-hero-scene[data-scene="0"] { transform: none !important; }
    }

/*
 * BB-Ablak teljes főoldal – Elementor kiadás
 * A teljes HTML-részlet a #bbah-homepage elem alá van szigetelve.
 */

#bbah-homepage,
#bbah-homepage * {
  box-sizing: border-box;
}

#bbah-homepage {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
}/* End custom CSS */