/* ============================================================
   Business Native chrome (header + topbar + footer) — 1:1 a businessnative.hu-ról
   ============================================================ */
.bn-logo{
  display:inline-flex;
  align-items:center;
  gap:.46em;
  font-family:var(--typography-font-heading-sans, Geist, Arial, sans-serif);
  font-weight:500;
  letter-spacing:-.015em;
  line-height:1;
  white-space:nowrap;
}
.bn-logo .bn-arrow{ height:.66em; width:auto; display:block; flex:none; }
.bnx-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:saturate(1.1) blur(10px);-webkit-backdrop-filter:saturate(1.1) blur(10px);border-bottom:1px solid #e4e2e0;font-family:var(--typography-font-heading-sans,Geist,Arial,sans-serif);}
.bnx-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;max-width:112.5rem;margin:0 auto;height:70px;padding:0 2rem;}
.bnx-brand{justify-self:start;display:inline-flex;align-items:center;text-decoration:none;}
.bnx-brand .bn-logo{font-size:19px;color:#0b0b0d;font-weight:500;}
.bnx-nav{justify-self:center;display:flex;align-items:center;gap:clamp(1rem,2.2vw,2.1rem);}
.bnx-link{display:inline-flex;align-items:center;gap:.34em;background:none;border:0;cursor:pointer;padding:0;font:inherit;font-size:15px;font-weight:450;line-height:1;color:#5a5a60;text-decoration:none;letter-spacing:-.01em;transition:color .18s ease;white-space:nowrap;}
.bnx-link:hover{color:#0b0b0d;}
.bnx-caret{transition:transform .2s ease;opacity:.7;}
.bnx-item{position:relative;}
.bnx-item.is-open .bnx-caret{transform:rotate(180deg);}
.bnx-dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(6px);display:grid;grid-auto-flow:column;gap:1.75rem;min-width:max-content;background:#fff;border:1px solid #e4e2e0;border-radius:14px;box-shadow:0 18px 50px -12px rgba(20,20,26,.18);padding:1.15rem 1.25rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:1001;}
.bnx-item:hover .bnx-dropdown,.bnx-item.is-open .bnx-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);}
.bnx-dropdown::before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px;}
.bnx-col{display:flex;flex-direction:column;gap:.15rem;min-width:12.5rem;}
.bnx-col-label{margin:0 0 .5rem;padding:0 .55rem;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#a6a4a0;}
.bnx-drop-link{display:flex;flex-direction:column;gap:.12rem;padding:.5rem .55rem;border-radius:9px;text-decoration:none;color:#1a1a1f;font-size:14px;font-weight:500;transition:background .15s ease;}
.bnx-drop-link:hover{background:#f3f2ef;}
.bnx-drop-sub{font-size:12px;font-weight:400;color:#8a888a;line-height:1.3;}
.bnx-actions{justify-self:end;display:inline-flex;align-items:center;gap:.75rem;}
.bnx-cta{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 1.15rem;border-radius:999px;background:#15151a;color:#f5f4f1;font-size:14px;font-weight:500;letter-spacing:-.01em;text-decoration:none;white-space:nowrap;transition:background .18s ease,transform .18s ease;}
.bnx-cta:hover{background:#000;transform:translateY(-1px);}
/* BNX — Belépés gomb: körvonalas másodlagos CTA a Konzultáció mellett */
.bnx-cta.bnx-login{background:transparent;color:#0b0b0d;border:1px solid #cfcdc8;}
.bnx-cta.bnx-login:hover{background:transparent;border-color:#0b0b0d;transform:translateY(-1px);}
.bnx-header.is-scrolled .bnx-cta.bnx-login{background:transparent;color:#f5f4f1;border-color:#3a3a42;}
.bnx-header.is-scrolled .bnx-cta.bnx-login:hover{background:transparent;border-color:#f5f4f1;}
.bnx-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0 10px;background:none;border:1px solid #e0ded9;border-radius:10px;cursor:pointer;}
.bnx-burger span{display:block;height:1.6px;background:#15151a;border-radius:2px;transition:.2s;}
.bnx-mobile{display:none;}

@media (max-width:991px){
  .bnx-inner{grid-template-columns:1fr auto;height:62px;}
  .bnx-nav{display:none;}
  .bnx-cta{display:none;}
  .bnx-actions{justify-self:end;}
  .bnx-burger{display:flex;}
  .bnx-mobile{display:flex;flex-direction:column;gap:.15rem;padding:1rem clamp(1rem,4vw,2.5rem) 1.5rem;background:#f5f4f1;border-top:1px solid #e4e2e0;max-height:calc(100vh - 62px);overflow-y:auto;}
  .bnx-mobile[hidden]{display:none;}
  .bnx-m-link{padding:.7rem .2rem;font-size:17px;font-weight:500;color:#15151a;text-decoration:none;border-bottom:1px solid #eceae6;}
  .bnx-m-label{margin:1rem 0 .2rem;padding:0 .2rem;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#a6a4a0;}
  .bnx-m-sublink{padding:.5rem .2rem;font-size:15px;color:#4a4a50;text-decoration:none;}
  .bnx-m-cta{display:inline-flex;margin-top:1.25rem;height:46px;}
}

/* ============================================================
   BNX — kanonikus lábléc (sötét), a Webflow footert váltja ki.
   ============================================================ */
.bnx-footer{background:#0c0c11;color:#c7c6cc;font-family:var(--typography-font-heading-sans,Geist,Arial,sans-serif);padding:clamp(3rem,6vw,5rem) 2rem 2rem;}
.bnx-foot-inner{max-width:112.5rem;margin:0 auto;display:grid;grid-template-columns:1.3fr 2fr;gap:clamp(2rem,5vw,4rem);}
.bnx-foot-brand .bn-logo{font-size:clamp(30px,4vw,42px);color:#f4f4f6;}
.bnx-foot-tag{margin:1.1rem 0 1.6rem;max-width:24rem;font-size:14px;line-height:1.6;color:#8f8e95;}
.bnx-footer .bnx-cta{background:#f5f4f1;color:#15151a;}
.bnx-footer .bnx-cta:hover{background:#fff;}
.bnx-foot-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;}
.bnx-foot-col{display:flex;flex-direction:column;gap:.6rem;}
.bnx-foot-h{margin:0 0 .35rem;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#6b6a72;}
.bnx-foot-col a{color:#c7c6cc;text-decoration:none;font-size:14px;transition:color .15s ease;}
.bnx-foot-col a:hover{color:#fff;}
.bnx-foot-bottom{max-width:112.5rem;margin:clamp(2.5rem,5vw,3.5rem) auto 0;padding-top:1.5rem;padding-right:3.5rem;border-top:1px solid #23232b;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;font-size:13px;color:#75747c;}
.bnx-foot-bottom a{color:#a9a8b0;text-decoration:none;}
.bnx-foot-bottom a:hover{color:#fff;}
@media (max-width:860px){
  .bnx-foot-inner{grid-template-columns:1fr;gap:2.25rem;}
  .bnx-foot-cols{grid-template-columns:repeat(2,1fr);gap:1.75rem 1rem;}
}
@media (max-width:479px){ .bnx-foot-cols{grid-template-columns:1fr 1fr;} }
.bnx-brand .bn-logo{font-size:23px;}
.bnx-header{transition:background .25s ease,border-color .25s ease;}
.bnx-header .bn-logo,.bnx-header .bnx-link,.bnx-header .bnx-cta,.bnx-header .bnx-burger{transition:color .25s ease,background .25s ease,border-color .25s ease;}
.bnx-header.is-scrolled{background:rgba(12,12,17,.94);border-bottom-color:#23232b;}
.bnx-header.is-scrolled .bnx-brand .bn-logo{color:#f5f4f1;}
.bnx-header.is-scrolled .bnx-link{color:#b9b8c0;}
.bnx-header.is-scrolled .bnx-link:hover,.bnx-header.is-scrolled .bnx-item.is-open .bnx-toggle{color:#fff;}
.bnx-header.is-scrolled .bnx-cta{background:#f5f4f1;color:#15151a;}
.bnx-header.is-scrolled .bnx-cta:hover{background:#fff;}
.bnx-header.is-scrolled .bnx-burger{border-color:#3a3a42;}
.bnx-header.is-scrolled .bnx-burger span{background:#f5f4f1;}
.bnx-header.is-scrolled .bnx-mobile{background:#0c0c11;border-top-color:#23232b;}
.bnx-header.is-scrolled .bnx-m-link{color:#f5f4f1;border-bottom-color:#23232b;}
.bnx-header.is-scrolled .bnx-m-sublink{color:#b9b8c0;}
.bnx-header.is-scrolled .bnx-m-label{color:#6b6a72;}
.bnx-topbar{background:#15151a;color:#b9b8c0;text-align:center;font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.05em;padding:.55rem 1rem;}
.bnx-topbar strong{color:#f5f4f1;font-weight:500;}
.bnx-cta::before{content:"\2192";display:inline-block;max-width:0;overflow:hidden;opacity:0;transform:translateX(-8px);transition:max-width .5s cubic-bezier(.22,.61,.36,1),opacity .35s ease,transform .5s cubic-bezier(.22,.61,.36,1),margin .5s cubic-bezier(.22,.61,.36,1);}
.bnx-cta:hover::before{max-width:1.1em;opacity:1;transform:none;margin-right:.4em;}
/* dropdown alcím */
.bnx-drop-sub{font-size:12px;font-weight:400;color:#9a9894;}
.bnx-header.is-scrolled .bnx-drop-link{color:#1a1a1f;}
/* a host-app globális aláhúzott linkjeit semlegesítjük a chrome-on belül */
.bnx-header a,.bnx-footer a,.bnx-topbar a,.bnx-mobile a,.bnx-brand,.bnx-cta,.bnx-drop-link,.bnx-link,.bnx-foot-col a,.bnx-foot-bottom a{border-bottom:0 !important;}
.bnx-header,.bnx-footer,.bnx-topbar{--typography-font-heading-sans:Geist,Arial,sans-serif;}
.bnx-footer p{max-width:none;color:inherit;}
.bnx-foot-tag{color:#8f8e95 !important;}

/* ============================================================
   BN-gombok a host-appokban (minden gomb egységesen BN-stílusú)
   ============================================================ */
/* primary — sötét pill */
.cta.cta-primary{background:#15151a !important;color:#f5f4f1 !important;border:1px solid #15151a !important;border-radius:999px !important;text-decoration:none !important;}
.cta.cta-primary:hover{background:#000 !important;transform:translateY(-1px);}
/* secondary / „élő oldal megnézése” / letöltés — bordered ghost pill */
.cta.cta-secondary,.case-live-link a,.download-btn{display:inline-flex;align-items:center;gap:.5em;background:transparent !important;color:#15151a !important;border:1px solid #cfcdc8 !important;border-radius:999px !important;padding:12px 22px !important;font-family:var(--font-sans,Geist,Arial,sans-serif);font-weight:500;font-size:14px;text-decoration:none !important;border-bottom:1px solid #cfcdc8 !important;transition:border-color .18s ease,transform .18s ease;cursor:pointer;}
.cta.cta-secondary:hover,.case-live-link a:hover,.download-btn:hover{border-color:#15151a !important;border-bottom-color:#15151a !important;transform:translateY(-1px);}
.case-live-link{display:flex;justify-content:center;}
/* tabok — aktív ink aláhúzás (BN monokróm) */
.case-tab.active,.case-tab[aria-selected="true"]{color:#15151a !important;border-bottom-color:#15151a !important;}
