.bd-page{
    --bg:#f2efe8;
    --surface:#e8e4db;
    --card:#faf8f4;
    --ink:#12121e;
    --ink-2:#2a2a3a;
    --mute:#6e6878;
    --gold:#96791c;
    --gold-2:#c8a45e;
    --border:#cdc5b5;
    --alert:#0f9a91;
    --alert-bg:rgba(15,154,145,0.12);
    --alert-bd:rgba(15,154,145,0.55);
  }*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{
    background:var(--bg);color:var(--ink);
    font-family:'Inter',system-ui,sans-serif;-webkit-font-smoothing:antialiased;
    line-height:1.5;
  }img{max-width:100%;display:block}a{color:inherit;text-decoration:none}strong{font-weight:500}.bd-page .wrap{max-width:1180px;margin:0 auto;padding:0 32px}.bd-page .eyebrow{
    font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.18em;text-transform:uppercase;
    color:var(--gold);font-weight:500;
  }.bd-page .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    padding:18px 28px;background:var(--gold);color:#fff;border:0;border-radius:4px;
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:17px;letter-spacing:0.01em;
    cursor:pointer;transition:background .15s;
  }.bd-page .btn:hover{background:var(--ink)}.bd-page .btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--border)}.bd-page .btn.ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.bd-page /* ---------- NAV (DARK) ---------- */
  .offer-nav{
    position:sticky;top:0;z-index:40;background:rgba(18,18,30,0.92);backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(255,255,255,0.08);
  }.bd-page .offer-nav .row{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;max-width:1180px;margin:0 auto}.bd-page .offer-nav .brand{font-family:'Bodoni Moda',serif;font-size:22px;letter-spacing:0.02em;color:#f0f0f0}.bd-page .offer-nav .nav-cta{display:flex;align-items:center;gap:16px}.bd-page .offer-nav .countdown{
    font-family:'JetBrains Mono',monospace;font-size:12px;color:rgba(255,255,255,0.62);
    display:flex;align-items:center;gap:8px;
  }.bd-page .offer-nav .countdown .dot{width:7px;height:7px;background:var(--alert);border-radius:50%;animation:pulse 1.8s infinite}
  @keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}.bd-page /* ---------- HERO (LIGHT, .bd-page BRIGHT, .bd-page FRESH) ---------- */
  .offer-hero{padding:100px 0 120px;position:relative;overflow:hidden;background:var(--bg);color:var(--ink)}.bd-page .offer-hero .dotgrid{
    position:absolute;inset:0;background-image:radial-gradient(circle, var(--gold-2) 1px, transparent 1.2px);
    background-size:44px 44px;opacity:0.18;pointer-events:none;
  }.bd-page .offer-hero .halo{
    position:absolute;top:-240px;right:-220px;width:760px;height:760px;pointer-events:none;z-index:1;
    background:radial-gradient(circle, rgba(200,164,94,0.32) 0%, rgba(200,164,94,0) 62%);
    animation:haloFloatA 22s ease-in-out infinite alternate;
    will-change:transform,opacity;
  }.bd-page .offer-hero .halo-2{
    position:absolute;bottom:-280px;left:-260px;width:680px;height:680px;pointer-events:none;z-index:1;
    background:radial-gradient(circle, rgba(15,154,145,0.16) 0%, rgba(15,154,145,0) 60%);
    animation:haloFloatB 28s ease-in-out infinite alternate;
    will-change:transform,opacity;
  }.bd-page .offer-hero .beam{
    position:absolute;top:0;bottom:0;left:-40%;width:40%;pointer-events:none;z-index:1;
    background:linear-gradient(100deg, transparent 0%, rgba(255,255,255,0.20) 45%, rgba(255,255,255,0.45) 50%, rgba(255,255,255,0.20) 55%, transparent 100%);
    filter:blur(3px);
    animation:beamSweep 18s linear infinite;
  }
  @keyframes haloFloatA{
    0%  {transform:translate(0,0) scale(1);opacity:0.9}
    50% {transform:translate(-120px,80px) scale(1.12);opacity:1}
    100%{transform:translate(50px,-60px) scale(0.92);opacity:0.78}
  }
  @keyframes haloFloatB{
    0%  {transform:translate(0,0) scale(1);opacity:0.7}
    50% {transform:translate(100px,-90px) scale(1.18);opacity:0.95}
    100%{transform:translate(-60px,50px) scale(0.88);opacity:0.55}
  }
  @keyframes beamSweep{
    0%  {left:-40%;opacity:0}
    8%  {opacity:1}
    60% {opacity:1}
    70% {left:130%;opacity:0}
    100%{left:130%;opacity:0}
  }
  @media (prefers-reduced-motion: reduce){.bd-page .offer-hero .halo, .bd-page .offer-hero .halo-2, .bd-page .offer-hero .beam{animation:none}
  }.bd-page .offer-hero .eyebrow{color:var(--gold)}.bd-page .offer-hero .badge-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px;position:relative;z-index:2}.bd-page .offer-hero .badge{
    display:inline-flex;align-items:center;gap:8px;padding:9px 16px;
    border:1px solid var(--border);border-radius:100px;background:var(--card);
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;
    color:var(--ink-2);
  }.bd-page .offer-hero .badge.live{border-color:var(--alert);color:var(--alert);background:var(--alert-bg)}.bd-page .offer-hero .badge.live .d{width:7px;height:7px;background:var(--alert);border-radius:50%;animation:pulse 1.8s infinite}.bd-page .offer-hero .badge.gold{border-color:var(--gold);color:var(--gold);background:rgba(200,164,94,0.10)}.bd-page .offer-hero h1{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(42px,5.4vw,78px);line-height:1.0;letter-spacing:-0.032em;
    max-width:1000px;color:var(--ink);position:relative;z-index:2;
  }.bd-page .offer-hero h1 em{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold);
    letter-spacing:-0.008em;
  }.bd-page .offer-hero .promise{
    margin-top:4px;padding:18px 22px;background:var(--card);border-left:3px solid var(--gold);border-radius:2px;
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;
    font-size:clamp(18px,1.7vw,22px);line-height:1.4;color:var(--ink);position:relative;z-index:2;
    box-shadow:0 4px 24px rgba(150,121,28,0.08);
  }.bd-page .offer-hero .lead{
    margin-top:22px;font-size:20px;line-height:1.6;color:var(--ink-2);max-width:780px;position:relative;z-index:2;
  }.bd-page .offer-hero .lead strong{color:var(--ink);font-weight:500}.bd-page .offer-hero .hero-layout{
    margin-top:48px;display:grid;grid-template-columns:1.35fr 1fr;gap:56px;
    align-items:start;position:relative;z-index:2;
  }.bd-page .offer-hero .hero-right{display:flex;flex-direction:column;gap:20px}.bd-page .offer-hero .price-tag{
    padding:22px 24px;background:rgba(255,255,255,0.04);border:1px solid var(--gold-2);border-radius:6px;
    position:relative;
  }.bd-page .offer-hero .price-tag .tag-head{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;
    color:var(--gold-2);margin-bottom:12px;display:flex;align-items:center;gap:8px;
  }.bd-page .offer-hero .price-tag .tag-head::before{
    content:"";width:6px;height:6px;background:var(--gold-2);border-radius:50%;
  }.bd-page .offer-hero .price-tag .tag-was{
    font-family:'JetBrains Mono',monospace;font-size:13px;color:rgba(255,255,255,0.5);
    text-decoration:line-through;text-decoration-color:var(--alert);
  }.bd-page .offer-hero .price-tag .tag-now{
    font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:44px;letter-spacing:-0.02em;line-height:1;
    color:#f0f0f0;margin-top:4px;
  }.bd-page .offer-hero .price-tag .tag-now small{font-size:18px;color:rgba(255,255,255,0.55);font-weight:400;letter-spacing:0;margin-left:2px}.bd-page .offer-hero .price-tag .tag-huf{
    margin-top:6px;font-family:'JetBrains Mono',monospace;font-size:13px;letter-spacing:0.04em;color:var(--gold-2);
  }.bd-page .offer-hero .price-tag .tag-note{
    margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,0.1);
    font-family:'Cormorant Garamond',serif;font-style:italic;font-size:13px;line-height:1.4;color:rgba(255,255,255,0.66);
  }.bd-page /* Hero photo card (same style as esemeny-majus7) */
  .offer-hero .hero-photo-card{
    position:relative;overflow:hidden;border-radius:12px;
    border:1px solid rgba(255,255,255,0.14);
    width:100%;aspect-ratio:3/4;
    background:rgba(255,255,255,0.04);
    box-shadow:0 20px 50px -20px rgba(0,0,0,0.5);
    isolation:isolate;
  }.bd-page .offer-hero .hero-photo-card img{
    position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 22%;z-index:1;
  }.bd-page .offer-hero .hero-photo-grad{
    position:absolute;inset:0;z-index:2;pointer-events:none;
    background:linear-gradient(180deg, rgba(8,8,12,0.35) 0%, rgba(8,8,12,0) 18%, rgba(8,8,12,0) 45%, rgba(8,8,12,0.55) 78%, rgba(8,8,12,0.92) 100%);
  }.bd-page .offer-hero .hero-photo-card::before{
    content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold-2);z-index:4;
  }.bd-page .offer-hero .hero-photo-top{
    position:absolute;top:14px;left:14px;right:14px;z-index:3;
    display:flex;justify-content:space-between;align-items:center;pointer-events:none;
  }.bd-page .offer-hero .hero-photo-year{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.24em;color:var(--gold-2);
    padding:5px 12px;background:rgba(8,8,12,0.55);backdrop-filter:blur(8px);
    border:1px solid rgba(200,164,94,0.45);border-radius:50px;
  }.bd-page .offer-hero .hero-photo-dayname{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;
    color:rgba(255,255,255,0.88);text-shadow:0 1px 4px rgba(0,0,0,0.4);
  }.bd-page .offer-hero .hero-photo-overlay{
    position:absolute;left:0;right:0;bottom:0;z-index:3;padding:18px 22px 20px;color:#fff;
  }.bd-page .offer-hero .hero-photo-date{
    display:flex;align-items:baseline;gap:12px;padding-bottom:12px;margin-bottom:12px;
    border-bottom:1px solid rgba(255,255,255,0.22);
  }.bd-page .offer-hero .hero-photo-month{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:400;
    font-size:clamp(26px,2.8vw,34px);color:var(--gold-2);line-height:1;letter-spacing:-0.01em;
    text-shadow:0 2px 12px rgba(0,0,0,0.35);
  }.bd-page .offer-hero .hero-photo-dd{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(50px,6vw,78px);line-height:0.88;letter-spacing:-0.04em;color:#fff;
    text-shadow:0 4px 20px rgba(0,0,0,0.5);
  }.bd-page .offer-hero .hero-photo-meta{display:flex;flex-direction:column;gap:6px}.bd-page .offer-hero .hero-photo-meta-row{
    display:flex;align-items:center;gap:8px;
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;
    color:rgba(255,255,255,0.9);text-shadow:0 1px 4px rgba(0,0,0,0.4);
  }.bd-page .offer-hero .hero-photo-meta-row svg{stroke:var(--gold-2);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bd-page .offer-hero .price-tag .tag-countdown{
    margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,0.1);
  }.bd-page .offer-hero .price-tag .cd-lbl{
    font-family:'JetBrains Mono',monospace;font-size:9px;letter-spacing:0.16em;text-transform:uppercase;
    color:var(--alert);margin-bottom:10px;display:flex;align-items:center;gap:6px;
  }.bd-page .offer-hero .price-tag .cd-lbl::before{
    content:"";width:6px;height:6px;background:var(--alert);border-radius:50%;animation:pulse 1.8s infinite;
  }.bd-page .offer-hero .price-tag .cd-cells{display:flex;gap:5px}.bd-page .offer-hero .price-tag .cd-cell{
    flex:1;padding:8px 4px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:3px;
    display:flex;flex-direction:column;align-items:center;gap:2px;
  }.bd-page .offer-hero .price-tag .cd-num{
    font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:22px;line-height:1;color:var(--gold-2);
    font-variant-numeric:tabular-nums;letter-spacing:-0.02em;
  }.bd-page .offer-hero .price-tag .cd-k{
    font-family:'JetBrains Mono',monospace;font-size:8px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.55);
  }.bd-page .offer-hero .hero-cal{
    padding:22px 24px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.14);border-radius:6px;
  }.bd-page .offer-hero .hero-cal .cal-lbl{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;
    color:var(--gold-2);margin-bottom:14px;
  }.bd-page .offer-hero .hero-cal .cal-list{display:flex;flex-direction:column;gap:8px}.bd-page .offer-hero .hero-cal .cal-item{
    display:flex;gap:12px;padding:10px 12px;background:rgba(255,255,255,0.03);
    border-left:2px solid var(--gold-2);
  }.bd-page .offer-hero .hero-cal .cal-item .nm{
    font-family:'JetBrains Mono',monospace;color:var(--gold-2);font-size:11px;min-width:24px;padding-top:2px;
  }.bd-page .offer-hero .hero-cal .cal-item .dt{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:13px;color:#f0f0f0;line-height:1.3;
  }.bd-page .offer-hero .hero-cal .cal-item .dt small{color:rgba(255,255,255,0.55);font-size:11px;font-weight:400;display:block;margin-top:2px}.bd-page .offer-hero .hero-cal .cal-note{
    margin-top:12px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.08em;color:rgba(255,255,255,0.45);
  }.bd-page .offer-hero .cta-row{margin-top:36px;display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:2}.bd-page .offer-hero .cta-row .btn.ghost{background:var(--card);color:var(--ink);border:1px solid var(--border)}.bd-page .offer-hero .cta-row .btn.ghost:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.bd-page .offer-hero .meta{
    margin:64px auto 0;display:flex;gap:0;flex-wrap:wrap;
    justify-content:center;align-items:stretch;
    padding-top:36px;border-top:1px solid var(--border);
    position:relative;z-index:2;max-width:980px;
  }.bd-page .offer-hero .meta .item{
    flex:1 1 0;min-width:200px;
    display:flex;align-items:center;gap:16px;
    padding:6px 28px;
    border-right:1px solid var(--border);
  }.bd-page .offer-hero .meta .item:last-child{border-right:0}.bd-page .offer-hero .meta .item .ico{
    flex:0 0 36px;width:36px;height:36px;border-radius:50%;
    border:1px solid var(--gold);
    background:rgba(150,121,28,0.10);
    display:flex;align-items:center;justify-content:center;
  }.bd-page .offer-hero .meta .item .ico svg{
    width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;
  }.bd-page .offer-hero .meta .item .tx{display:flex;flex-direction:column;gap:3px;text-align:left}.bd-page .offer-hero .meta .item .lbl{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);
  }.bd-page .offer-hero .meta .item .val{font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:18px;letter-spacing:-0.01em;color:var(--ink);line-height:1.2}
  @media(max-width:760px){.bd-page .offer-hero .meta{gap:18px;flex-direction:column;align-items:stretch}.bd-page .offer-hero .meta .item{border-right:0;border-bottom:1px solid var(--border);padding:14px 12px;justify-content:flex-start}.bd-page .offer-hero .meta .item:last-child{border-bottom:0}
  }.bd-page /* ---------- BUILDER DAY (HERO OF THE PAGE, .bd-page DARK) ---------- */
  .offer-builder{padding:110px 0;background:#12121e;color:#f0f0f0;position:relative;overflow:hidden;border-top:1px solid rgba(200,164,94,0.18)}.bd-page .offer-builder .dotgrid{
    position:absolute;inset:0;background-image:radial-gradient(circle, var(--gold-2) 1px, transparent 1.2px);
    background-size:44px 44px;opacity:0.12;pointer-events:none;
  }.bd-page .offer-builder .eyebrow{color:var(--gold-2)}.bd-page .offer-builder h2{
    margin-top:16px;font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(38px,4.6vw,68px);line-height:1.02;letter-spacing:-0.03em;max-width:920px;
  }.bd-page .offer-builder h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold-2)}.bd-page .offer-builder .lead{margin-top:28px;font-size:20px;line-height:1.6;color:rgba(255,255,255,0.74);max-width:780px}.bd-page .offer-builder .lead strong{color:#f0f0f0;font-weight:500}.bd-page .offer-builder .cols{margin-top:60px;display:flex;flex-direction:column;gap:60px}.bd-page .offer-builder .feats{
    display:grid;grid-template-columns:1fr 1fr;gap:0 48px;border-top:1px solid rgba(255,255,255,0.15);
  }.bd-page .offer-builder .feat{padding:22px 0;border-bottom:1px solid rgba(255,255,255,0.15);display:flex;gap:20px;align-items:flex-start}.bd-page .offer-builder .feat .lbl{font-family:'JetBrains Mono',monospace;font-size:11px;color:var(--gold-2);letter-spacing:0.12em;text-transform:uppercase;min-width:120px;padding-top:4px}.bd-page .offer-builder .feat .val{font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:19px;line-height:1.4;color:#f0f0f0;letter-spacing:-0.005em}.bd-page .offer-builder .feat .val small{display:block;margin-top:4px;font-family:'Inter',sans-serif;font-weight:400;font-size:14px;color:rgba(255,255,255,0.62);letter-spacing:0;line-height:1.5}.bd-page /* PROGRAM — full-width month-based menetrend */
  .offer-builder .program{margin-top:16px}.bd-page .offer-builder .program-hd{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.18em;text-transform:uppercase;
    color:var(--gold-2);margin-bottom:8px;display:flex;align-items:center;gap:14px;
  }.bd-page .offer-builder .program-ttl{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;
    font-size:clamp(26px,2.6vw,36px);line-height:1.15;color:#f0f0f0;letter-spacing:-0.015em;margin-bottom:36px;
  }.bd-page .offer-builder .program-ttl em{color:var(--gold-2)}.bd-page .offer-builder .program-months{
    display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;
  }.bd-page .offer-builder .month{
    padding:6px 12px;background:transparent;border:none;
    display:flex;flex-direction:column;gap:16px;height:100%;
  }.bd-page .offer-builder .month-name{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;font-size:28px;color:var(--gold-2);
    line-height:1;margin-bottom:4px;padding-bottom:14px;
    border-bottom:1px solid rgba(200,164,94,0.3);
    flex:0 0 auto;text-align:center;
  }.bd-page /* Session mint jegy/ticket — letépett szélek (stamp-edge) mindkét oldalon */
  .offer-builder .session{
    position:relative;display:flex;flex-direction:column;gap:0;
    padding:20px 26px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(200,164,94,0.3);
    border-radius:4px;
    transition:background-color .15s,border-color .15s;
    flex:1 1 0;
    min-height:195px;
  }.bd-page .offer-builder .session:hover{border-color:rgba(200,164,94,0.6)}

  /* Ticket shake — finom rázkódás amikor görgetéskor láthatóvá válik */
  @keyframes ticketShake{
    0%   { transform: translate(0,0) rotate(0); }
    10%  { transform: translate(-1px, 0.6px) rotate(-1deg); }
    22%  { transform: translate(1.6px, -0.8px) rotate(1.2deg); }
    35%  { transform: translate(-1.6px, 0.6px) rotate(-0.9deg); }
    50%  { transform: translate(1px, 0.4px) rotate(0.7deg); }
    65%  { transform: translate(-0.8px, -0.3px) rotate(-0.5deg); }
    80%  { transform: translate(0.4px, 0.2px) rotate(0.3deg); }
    100% { transform: translate(0,0) rotate(0); }
  }.bd-page .offer-builder .session.shake{
    animation: ticketShake 0.72s cubic-bezier(.36,.07,.19,.97) both;
    will-change: transform;
  }
  @media (prefers-reduced-motion: reduce){.bd-page .offer-builder .session.shake{ animation: none; }
  }.bd-page /* Stamp-edge notch-ok a kártya teljes magasságában, .bd-page mindkét oldalon */
  .offer-builder .session::before, .bd-page .offer-builder .session::after{
    content:'';position:absolute;
    top:8px;bottom:8px;
    width:12px;
    background:radial-gradient(circle 4px at 50% 50%, #12121e 99%, transparent 100%) 0 0 / 12px 14px repeat-y;
    z-index:2;
    pointer-events:none;
  }.bd-page .offer-builder .session::before{left:-6px}.bd-page .offer-builder .session::after{right:-6px}.bd-page /* LIVE badge — sötét türkiz (egységes apró jelző) */
  .offer-builder .s-live{
    display:inline-flex;align-items:center;gap:6px;align-self:flex-start;
    padding:3px 9px 3px 7px;background:var(--alert-bg);border:1px solid var(--alert-bd);border-radius:100px;
  }.bd-page .offer-builder .s-live-dot{
    width:6px;height:6px;background:var(--alert);border-radius:50%;animation:pulse 1.8s infinite;
    box-shadow:0 0 6px rgba(15,154,145,0.55);
  }.bd-page .offer-builder .s-live-txt{
    font-family:'JetBrains Mono',monospace;font-size:9px;letter-spacing:0.14em;color:var(--alert);font-weight:600;text-transform:uppercase;
  }.bd-page /* Nap címke — jobb felső sarok */
  .offer-builder .s-date-label{
    position:absolute;top:12px;right:12px;
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.06em;font-weight:500;
    background:rgba(200,164,94,0.18);color:var(--gold-2);
    padding:3px 9px;border-radius:2px;
  }.bd-page .offer-builder .s-title{
    margin-top:14px;
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:15px;color:#f0f0f0;line-height:1.32;letter-spacing:-0.005em;
  }.bd-page .offer-builder .s-desc{
    margin-top:6px;font-size:12.5px;color:var(--gold-2);line-height:1.45;letter-spacing:0.01em;
    font-family:'JetBrains Mono',monospace;
  }.bd-page .offer-builder .program-note{
    margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,0.1);
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.08em;color:rgba(255,255,255,0.55);
  }.bd-page /* Free Build Challenge bónusz-blokk */
  .offer-builder .challenge-block{
    margin-top:60px;padding:28px;
    background:linear-gradient(135deg, rgba(200,164,94,0.08) 0%, rgba(200,164,94,0.03) 100%);
    border:1px solid rgba(200,164,94,0.4);
    border-radius:6px;
    position:relative;
  }.bd-page .offer-builder .challenge-block::before{
    content:'Bónusz a csomagban';position:absolute;top:-11px;left:24px;
    background:var(--gold-2);color:#12121e;
    padding:5px 12px;border-radius:2px;
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.16em;font-weight:600;text-transform:uppercase;
  }.bd-page .offer-builder .challenge-block h3{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;
    font-size:clamp(32px,3.4vw,44px);color:var(--gold-2);line-height:1;letter-spacing:-0.015em;
    margin-top:10px;
  }.bd-page .offer-builder .challenge-block .ch-sub{
    margin-top:12px;font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:20px;color:#f0f0f0;letter-spacing:-0.005em;
  }.bd-page .offer-builder .challenge-block .ch-lead{
    margin-top:14px;font-size:16px;line-height:1.6;color:rgba(255,255,255,0.72);max-width:820px;
  }.bd-page .offer-builder .challenge-block .ch-lead strong{color:var(--gold-2);font-weight:500}.bd-page /* 3 oszlopos elrendezés: szöveg az első kettőn, .bd-page oklevél-grafika a 3. oszlopban */
  .offer-builder .challenge-top{
    display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:center;margin-top:0;
  }.bd-page .offer-builder .challenge-text{grid-column:1 / span 2}.bd-page .offer-builder .challenge-graphic{
    grid-column:3;
    border-radius:14px;overflow:hidden;
    box-shadow:0 16px 50px rgba(0,0,0,0.5);
    border:1px solid rgba(200,164,94,0.3);
    justify-self:stretch;
    /* 3D perspective a Y-tengely körüli pörgéshez */
    perspective:1400px;
    transform-style:preserve-3d;
  }.bd-page .offer-builder .challenge-graphic svg{
    width:100%;height:auto;display:block;
    backface-visibility:visible;
    -webkit-backface-visibility:visible;
  }
  /* Pörgetés görgetéskor — egyszer fut le, amikor a viewportba kerül */
  @keyframes oklevelSpin{
    0%   { transform: rotateY(0); }
    100% { transform: rotateY(720deg); }
  }.bd-page .offer-builder .challenge-graphic.spin svg{
    animation: oklevelSpin 1.6s cubic-bezier(.45,.05,.25,1) both;
    transform-origin: center center;
  }
  @media (prefers-reduced-motion: reduce){.bd-page .offer-builder .challenge-graphic.spin svg{ animation:none; }
  }.bd-page .offer-builder .challenge-steps{
    margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  }.bd-page .offer-builder .challenge-step{
    padding:22px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);border-radius:4px;
  }.bd-page .offer-builder .challenge-step .num{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.14em;color:var(--gold-2);font-weight:500;
    background:rgba(200,164,94,0.15);padding:3px 8px;border-radius:2px;display:inline-block;margin-bottom:14px;
  }.bd-page .offer-builder .challenge-step .ttl{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:17px;color:#f0f0f0;letter-spacing:-0.005em;margin-bottom:6px;line-height:1.3;
  }.bd-page .offer-builder .challenge-step .desc{
    font-size:13px;line-height:1.55;color:rgba(255,255,255,0.65);
  }

  @media(max-width:760px){.bd-page .offer-builder .challenge-steps{grid-template-columns:1fr;gap:12px}.bd-page .offer-builder .challenge-block{padding:24px}.bd-page .offer-builder .challenge-top{grid-template-columns:1fr;gap:24px}.bd-page .offer-builder .challenge-text{grid-column:1}.bd-page .offer-builder .challenge-graphic{grid-column:1;max-width:380px;margin:0 auto}
  }

  @media(max-width:900px){.bd-page .offer-builder .feats{grid-template-columns:1fr}.bd-page .offer-builder .program-months{grid-template-columns:repeat(2,1fr)}
  }
  @media(max-width:560px){.bd-page .offer-builder .program-months{grid-template-columns:1fr}}.bd-page .offer-builder .value-callout{
    margin-top:48px;padding:28px;border:1px solid var(--gold-2);border-radius:4px;
    display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  }.bd-page .offer-builder .value-callout .lbl{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold-2);margin-bottom:10px}.bd-page .offer-builder .value-callout .eq{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-size:26px;color:#f0f0f0;letter-spacing:-0.01em;line-height:1.15;
  }.bd-page .offer-builder .value-callout .eq strong{color:var(--gold-2);font-style:normal;font-family:'Space Grotesk',sans-serif;font-weight:500}.bd-page .offer-builder .value-callout .huf{
    margin-top:8px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.06em;color:rgba(255,255,255,0.55);
  }.bd-page /* Kiemelt harmadik cella — az aktuális ajánlat */
  .offer-builder .value-callout .callout-hero{
    position:relative;
    padding:22px 24px;margin:-8px;
    background:linear-gradient(135deg, rgba(200,164,94,0.16) 0%, rgba(200,164,94,0.05) 100%);
    border:1.5px solid var(--gold-2);
    border-radius:6px;
    box-shadow:0 8px 40px rgba(200,164,94,0.18), inset 0 1px 0 rgba(255,255,255,0.06);
  }.bd-page .offer-builder .value-callout .callout-hero::before{
    content:'Exkluzív';position:absolute;top:-10px;left:18px;
    background:var(--gold-2);color:#12121e;
    padding:4px 10px;border-radius:2px;
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.16em;font-weight:600;text-transform:uppercase;
  }.bd-page .offer-builder .value-callout .callout-hero .lbl{color:var(--gold-2);font-weight:500}.bd-page .offer-builder .value-callout .callout-hero .eq{
    font-size:18px;color:rgba(255,255,255,0.82);
  }.bd-page .offer-builder .value-callout .callout-hero .eq strong{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:42px;letter-spacing:-0.02em;line-height:1;display:inline-block;margin-bottom:6px;
    text-shadow:0 2px 16px rgba(200,164,94,0.3);
  }.bd-page .offer-builder .value-callout .callout-hero .huf{
    color:var(--gold-2);font-weight:500;
  }.bd-page /* ---------- EVENING TIMELINE ---------- */
  .offer-evening{padding:100px 0;background:var(--surface)}.bd-page .offer-evening .head{max-width:880px}.bd-page .offer-evening h2{
    margin-top:16px;font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(36px,4vw,56px);line-height:1.04;letter-spacing:-0.028em;
  }.bd-page .offer-evening h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-evening .lead{margin-top:22px;font-size:19px;line-height:1.6;color:var(--ink-2);max-width:760px}.bd-page .offer-evening .lead strong{color:var(--ink);font-weight:500}.bd-page .offer-evening .timeline{margin-top:56px;max-width:860px}.bd-page .offer-evening .tl-item{
    display:grid;grid-template-columns:110px 1fr;gap:32px;
    padding:26px 0;border-top:1px solid var(--border);
    position:relative;
  }.bd-page .offer-evening .tl-item:first-child{border-top:0;padding-top:8px}.bd-page .offer-evening .tl-item:last-child{padding-bottom:0}.bd-page .offer-evening .tl-time{
    font-family:'JetBrains Mono',monospace;font-size:15px;color:var(--gold);font-weight:500;letter-spacing:0.02em;
    padding-top:4px;position:relative;
  }.bd-page .offer-evening .tl-time::after{
    content:"";position:absolute;right:-18px;top:10px;width:8px;height:8px;background:var(--gold);border-radius:50%;
  }.bd-page .offer-evening .tl-body .tl-title{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:23px;letter-spacing:-0.015em;color:var(--ink);line-height:1.25;
  }.bd-page .offer-evening .tl-body .tl-desc{margin-top:8px;font-size:16px;line-height:1.6;color:var(--ink-2)}.bd-page .offer-evening .tl-body .tl-desc strong{color:var(--ink);font-weight:500}.bd-page .offer-evening .bring{
    margin-top:56px;padding:22px 28px;background:var(--card);border:1px solid var(--border);border-left:3px solid var(--gold);
    max-width:860px;display:flex;align-items:center;gap:28px;flex-wrap:wrap;
  }.bd-page .offer-evening .bring-lbl{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);
  }.bd-page .offer-evening .bring-items{
    display:flex;gap:10px;flex-wrap:wrap;
  }.bd-page .offer-evening .bring-items span{
    padding:8px 14px;background:var(--bg);border:1px solid var(--border);border-radius:100px;
    font-family:'Inter',sans-serif;font-size:14px;color:var(--ink-2);
  }.bd-page /* ---------- STACK / ANCHOR SPLIT ---------- */
  .offer-stack{padding:100px 0;background:var(--surface)}.bd-page .offer-stack .head{margin-bottom:60px;max-width:820px}.bd-page .offer-stack h2{
    margin-top:16px;font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(36px,4vw,56px);line-height:1.04;letter-spacing:-0.028em;
  }.bd-page .offer-stack h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-stack .head p{margin-top:18px;font-size:19px;line-height:1.55;color:var(--ink-2);max-width:680px}.bd-page .offer-stack .split{display:grid;grid-template-columns:1fr 1fr;gap:28px}.bd-page .offer-stack .card{
    padding:36px;background:var(--card);border:1px solid var(--border);border-radius:8px;
    display:flex;flex-direction:column;gap:20px;position:relative;
  }.bd-page .offer-stack .card.highlight{border:1.5px solid var(--gold)}.bd-page .offer-stack .card .tag{
    position:absolute;top:-11px;left:28px;background:var(--gold);color:#fff;padding:4px 12px;
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;
  }.bd-page .offer-stack .card .name{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-size:40px;font-weight:500;letter-spacing:-0.01em;color:var(--gold);line-height:1;
  }.bd-page .offer-stack .card .name-pre{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;
    color:var(--gold);font-weight:500;margin-bottom:-12px;
  }.bd-page .offer-stack .card .h{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:24px;letter-spacing:-0.015em;line-height:1.2;
  }.bd-page .offer-stack .card .val{
    font-family:'JetBrains Mono',monospace;font-size:13px;letter-spacing:0.04em;color:var(--ink-2);
  }.bd-page .offer-stack .card .val s{color:var(--mute);margin-right:8px}.bd-page .offer-stack .card ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:4px}.bd-page .offer-stack .card ul li{
    display:flex;gap:12px;font-size:15px;line-height:1.5;color:var(--ink-2);
  }.bd-page .offer-stack .card ul li::before{
    content:"";flex:0 0 6px;height:1px;background:var(--gold);margin-top:11px;width:14px;
  }.bd-page .offer-stack .sum{
    margin-top:36px;padding:28px 32px;background:var(--ink);color:var(--bg);border-radius:8px;
    display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;
  }.bd-page .offer-stack .sum .calc{display:flex;flex-direction:column;gap:0;min-width:280px}.bd-page .offer-stack .sum .calc-row{
    display:flex;gap:16px;align-items:flex-start;justify-content:space-between;
    padding:10px 0;
  }.bd-page .offer-stack .sum .calc-row + .calc-row{border-top:1px dashed rgba(200,164,94,0.18)}.bd-page .offer-stack .sum .calc-row .k{font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.1em;color:var(--gold-2);padding-top:2px}.bd-page .offer-stack .sum .calc-row .v-block{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bd-page .offer-stack .sum .calc-row .v{font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:18px;color:var(--bg)}.bd-page .offer-stack .sum .calc-row .v-huf{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.04em;color:rgba(200,164,94,0.7)}.bd-page .offer-stack .sum .calc-row.total{margin-top:8px;padding:14px 16px;background:rgba(200,164,94,0.08);border-radius:4px;border-top:none}.bd-page .offer-stack .sum .calc-row.total .k{color:#f0f0f0;font-weight:600}.bd-page .offer-stack .sum .calc-row.total .v{font-size:22px;color:#f0f0f0}.bd-page .offer-stack .sum .calc-row.total .v-huf{color:rgba(255,255,255,0.55)}.bd-page /* Now-block ugyanúgy néz ki, .bd-page mint a Free Build Challenge alatti callout-hero */
  .offer-stack .sum .now-block{
    position:relative;display:flex;flex-direction:column;align-items:flex-start;
    padding:22px 24px;
    background:linear-gradient(135deg, rgba(200,164,94,0.16) 0%, rgba(200,164,94,0.05) 100%);
    border:1.5px solid var(--gold-2);
    border-radius:6px;
    box-shadow:0 8px 40px rgba(200,164,94,0.18), inset 0 1px 0 rgba(255,255,255,0.06);
  }.bd-page .offer-stack .sum .now-block::before{
    content:'Exkluzív';position:absolute;top:-10px;left:18px;
    background:var(--gold-2);color:#12121e;
    padding:4px 10px;border-radius:2px;
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.16em;font-weight:600;text-transform:uppercase;
  }.bd-page .offer-stack .sum .now-block .lbl{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;
    color:var(--gold-2);font-weight:500;margin-bottom:10px;
  }.bd-page .offer-stack .sum .now-block .eq{
    font-size:18px;color:rgba(255,255,255,0.82);
    font-family:'Cormorant Garamond',serif;font-style:italic;line-height:1.2;
  }.bd-page .offer-stack .sum .now-block .eq strong{
    font-family:'Space Grotesk',sans-serif;font-weight:700;font-style:normal;
    font-size:42px;letter-spacing:-0.02em;line-height:1;display:inline-block;margin-bottom:6px;
    text-shadow:0 2px 16px rgba(200,164,94,0.3);color:var(--gold-2);
  }.bd-page .offer-stack .sum .now-block .huf{
    margin-top:8px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.06em;color:var(--gold-2);font-weight:500;
  }.bd-page /* ---------- COURSE / WORKFLOWS ---------- */
  .offer-course{padding:100px 0}.bd-page .offer-course .head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;flex-wrap:wrap;margin-bottom:48px}.bd-page .offer-course h2{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(32px,3.6vw,48px);line-height:1.04;letter-spacing:-0.025em;max-width:680px;
  }.bd-page .offer-course h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-course .head p{font-size:17px;color:var(--ink-2);max-width:420px;line-height:1.55}.bd-page /* WF Marquee — auto-rotating large showcase cards */
  .offer-course .wf-marquee{
    position:relative;margin-top:8px;
    overflow:hidden;
    /* fade-out edges */
    -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image:linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }.bd-page .offer-course .wf-track{
    display:flex;gap:32px;width:max-content;
    animation:wfMarquee 130s linear infinite;
    will-change:transform;
  }.bd-page .offer-course .wf-marquee:hover .wf-track{animation-play-state:paused}
  @keyframes wfMarquee{
    from { transform:translate3d(0,0,0); }
    to   { transform:translate3d(-50%, 0, 0); }
  }
  @media (prefers-reduced-motion: reduce){.bd-page .offer-course .wf-track{animation:none}.bd-page .offer-course .wf-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}
  }.bd-page .offer-course .wf-card{
    flex:0 0 640px;
    background:var(--card);
    border:1px solid var(--border);
    border-radius:12px;overflow:hidden;
    display:flex;flex-direction:column;
    transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease;
    box-shadow:0 2px 12px rgba(18,18,30,0.03);
  }.bd-page .offer-course .wf-card:hover{
    transform:translateY(-4px);
    border-color:var(--gold);
    box-shadow:0 12px 28px rgba(150,121,28,0.14);
  }.bd-page .offer-course .wf-card-img{
    position:relative;aspect-ratio:16/9;overflow:hidden;
    background:linear-gradient(160deg, #1d1810 0%, #12121e 60%, #0e0e16 100%);
  }.bd-page .offer-course .wf-card-img::before{
    content:'';position:absolute;inset:0;
    background-image:radial-gradient(circle, rgba(200,164,94,0.28) 1.2px, transparent 1.4px);
    background-size:28px 28px;opacity:0.4;
  }.bd-page .offer-course .wf-card-img svg, .bd-page .offer-course .wf-card-img img{
    position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  }.bd-page .offer-course .wf-card-img .wf-num{
    position:absolute;bottom:18px;left:22px;z-index:3;
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;
    font-size:54px;color:var(--gold-2);line-height:1;letter-spacing:-0.02em;
    padding:2px 16px 4px;
    background:rgba(8,8,12,0.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(200,164,94,0.35);border-radius:6px;
  }.bd-page .offer-course .wf-card-img .wf-new-pill{
    position:absolute;top:18px;right:18px;z-index:3;
    background:var(--alert);color:#fff;padding:5px 12px;border-radius:2px;
    font-family:'JetBrains Mono',monospace;font-size:10.5px;letter-spacing:0.18em;font-weight:600;text-transform:uppercase;
  }.bd-page .offer-course .wf-card-body{
    padding:28px 32px 32px;
    display:flex;flex-direction:column;gap:12px;flex:1;
  }.bd-page .offer-course .wf-meta{
    display:flex;gap:10px;align-items:center;flex-wrap:wrap;
  }.bd-page .offer-course .wf-live{
    display:inline-flex;align-items:center;gap:6px;
    padding:5px 12px 5px 10px;
    background:var(--alert-bg);border:1px solid var(--alert-bd);border-radius:100px;
  }.bd-page .offer-course .wf-live .dot{width:6px;height:6px;background:var(--alert);border-radius:50%;animation:pulse 1.8s infinite;box-shadow:0 0 5px rgba(15,154,145,0.55)}.bd-page .offer-course .wf-live span{font-family:'JetBrains Mono',monospace;font-size:10.5px;letter-spacing:0.14em;color:var(--alert);font-weight:600;text-transform:uppercase}.bd-page .offer-course .wf-date{
    font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.06em;
    background:var(--alert-bg);color:var(--alert);padding:5px 12px;border-radius:2px;font-weight:500;
  }.bd-page .offer-course .wf-name{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:23px;
    letter-spacing:-0.012em;color:var(--ink);line-height:1.28;margin-top:4px;
  }.bd-page .offer-course .wf-desc{
    font-size:15.5px;line-height:1.6;color:var(--ink-2);
  }

  @media(max-width:760px){.bd-page .offer-course .wf-card{flex:0 0 340px}.bd-page .offer-course .wf-card-img .wf-num{font-size:38px;padding:1px 12px 3px}.bd-page .offer-course .wf-name{font-size:18px}.bd-page .offer-course .wf-card-body{padding:22px 22px 24px}.bd-page .offer-course .wf-track{animation-duration:90s}
  }.bd-page /* ---------- VIDEO SECTION ---------- */
  .offer-video{padding:100px 0}.bd-page .offer-video .video-inner{max-width:960px;margin:0 auto}.bd-page .offer-video .head{margin-bottom:40px;text-align:center}.bd-page .offer-video h2{
    margin-top:16px;font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(32px,3.6vw,48px);line-height:1.04;letter-spacing:-0.025em;
  }.bd-page .offer-video h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-video p{margin:14px auto 0;font-size:17px;line-height:1.6;color:var(--ink-2);max-width:640px}.bd-page .offer-video .channels{
    margin:18px auto 0;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;
    color:var(--gold);font-weight:500;
    padding:8px 18px;border:1px solid var(--border);border-radius:100px;background:var(--card);
  }.bd-page .offer-video .channels span{padding:0 4px}.bd-page .offer-video .channels .dot{color:var(--gold-2);opacity:0.7;padding:0 2px}.bd-page .offer-video .video-wrap{
    position:relative;padding-bottom:56.25%;height:0;overflow:hidden;
    border-radius:6px;background:var(--ink);box-shadow:0 24px 60px rgba(0,0,0,0.15);
  }.bd-page .offer-video .video-wrap iframe{
    position:absolute;top:0;left:0;width:100%;height:100%;border:0;
  }.bd-page .offer-video .video-placeholder{
    position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;
    background:linear-gradient(135deg, #1a1a24 0%, #0c0c14 100%);color:#f0f0f0;text-align:center;padding:24px;
  }.bd-page .offer-video .play-btn{
    width:84px;height:84px;border-radius:50%;background:var(--gold);color:#12121e;
    display:flex;align-items:center;justify-content:center;font-size:28px;padding-left:6px;
    box-shadow:0 12px 40px rgba(150,121,28,0.4);
  }.bd-page .offer-video .video-txt .video-ttl{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;font-size:clamp(22px,2.4vw,28px);color:var(--gold-2);
    letter-spacing:-0.01em;margin-bottom:6px;line-height:1.2;
  }.bd-page .offer-video .video-txt .video-sub{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.16em;text-transform:uppercase;color:rgba(255,255,255,0.55);
  }.bd-page .offer-video .video-cap{
    margin-top:16px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.08em;color:var(--mute);text-transform:uppercase;
  }.bd-page /* ---------- SUSANA ---------- */
  .offer-about{padding:100px 0;background:var(--surface)}.bd-page .offer-about .box{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center}.bd-page /* About photo card — ugyanaz a megjelenítés mint a hero-ban */
  .offer-about .about-photo-card{
    position:relative;overflow:hidden;border-radius:12px;
    border:1px solid var(--border);
    width:100%;aspect-ratio:3/4;
    background:rgba(18,18,30,0.04);
    box-shadow:0 20px 50px -20px rgba(18,18,30,0.25);
    isolation:isolate;
  }.bd-page .offer-about .about-photo-card img{
    position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 22%;z-index:1;
  }.bd-page .offer-about .about-photo-grad{
    position:absolute;inset:0;z-index:2;pointer-events:none;
    background:linear-gradient(180deg, rgba(8,8,12,0.40) 0%, rgba(8,8,12,0) 18%, rgba(8,8,12,0) 45%, rgba(8,8,12,0.55) 78%, rgba(8,8,12,0.92) 100%);
  }.bd-page .offer-about .about-photo-card::before{
    content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold-2);z-index:4;
  }.bd-page .offer-about .about-photo-top{
    position:absolute;top:14px;left:14px;right:14px;z-index:3;
    display:flex;justify-content:space-between;align-items:center;pointer-events:none;
  }.bd-page .offer-about .about-photo-pill{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.24em;color:var(--gold-2);
    padding:5px 12px;background:rgba(8,8,12,0.55);backdrop-filter:blur(8px);
    border:1px solid rgba(200,164,94,0.45);border-radius:50px;
  }.bd-page .offer-about .about-photo-loc{
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;
    color:rgba(255,255,255,0.88);text-shadow:0 1px 4px rgba(0,0,0,0.4);
  }.bd-page .offer-about .about-photo-overlay{
    position:absolute;left:0;right:0;bottom:0;z-index:3;padding:18px 22px 20px;color:#fff;
  }.bd-page .offer-about .about-photo-headline{
    display:flex;align-items:baseline;gap:14px;padding-bottom:12px;margin-bottom:12px;
    border-bottom:1px solid rgba(255,255,255,0.22);
  }.bd-page .offer-about .about-photo-pre{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:400;
    font-size:clamp(26px,2.8vw,34px);color:var(--gold-2);line-height:1;letter-spacing:-0.01em;
    text-shadow:0 2px 12px rgba(0,0,0,0.35);
  }.bd-page .offer-about .about-photo-num{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(50px,6vw,78px);line-height:0.88;letter-spacing:-0.04em;color:#fff;
    text-shadow:0 4px 20px rgba(0,0,0,0.5);
  }.bd-page .offer-about .about-photo-meta{display:flex;flex-direction:column;gap:6px}.bd-page .offer-about .about-photo-meta-row{
    display:flex;align-items:center;gap:8px;
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;
    color:rgba(255,255,255,0.9);text-shadow:0 1px 4px rgba(0,0,0,0.4);
  }.bd-page .offer-about .about-photo-meta-row svg{stroke:var(--gold-2);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bd-page .offer-about h2{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(32px,3.6vw,48px);line-height:1.04;letter-spacing:-0.025em;margin-top:14px;
  }.bd-page .offer-about h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-about p{margin-top:22px;font-size:18px;line-height:1.65;color:var(--ink-2);max-width:580px}.bd-page .offer-about .creds{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px}.bd-page .offer-about .creds span{
    padding:8px 14px;border:1px solid var(--border);border-radius:100px;background:var(--card);
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--ink-2);
  }.bd-page .offer-about .creds span.gold{border-color:var(--gold);color:var(--gold)}.bd-page /* ---------- FIT: NEKED VALÓ / NEM NEKED VALÓ ---------- */
  .offer-fit{padding:100px 0}.bd-page .offer-fit .head{margin-bottom:48px;max-width:880px}.bd-page .offer-fit h2{
    margin-top:16px;font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(36px,4vw,56px);line-height:1.04;letter-spacing:-0.028em;
  }.bd-page .offer-fit h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-fit .lead{margin-top:18px;font-size:18px;line-height:1.6;color:var(--ink-2);max-width:720px}.bd-page .offer-fit .fit-grid{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.bd-page .offer-fit .fit-card{
    padding:32px;background:var(--card);border:1px solid var(--border);border-radius:8px;
    display:flex;flex-direction:column;gap:18px;
  }.bd-page .offer-fit .fit-card.fit-yes{border-top:3px solid var(--gold)}.bd-page .offer-fit .fit-card.fit-no{border-top:3px solid var(--alert)}.bd-page .offer-fit .fit-lbl{
    font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.16em;text-transform:uppercase;
    display:flex;align-items:center;gap:10px;font-weight:500;
  }.bd-page .offer-fit .fit-yes .fit-lbl{color:var(--gold)}.bd-page .offer-fit .fit-no .fit-lbl{color:var(--alert)}.bd-page .offer-fit .fit-card ul{list-style:none;display:flex;flex-direction:column;gap:14px;padding:0;margin:0}.bd-page .offer-fit .fit-card li{
    display:flex;gap:14px;font-size:16px;line-height:1.55;color:var(--ink-2);
  }.bd-page .offer-fit .fit-no li::before{
    content:"✕";flex:0 0 22px;color:var(--alert);font-weight:600;font-size:16px;
  }.bd-page .offer-fit .fit-no li strong{display:block;margin-top:6px;color:var(--ink);font-weight:500;font-size:15px;font-style:italic;font-family:'Cormorant Garamond',serif;}.bd-page /* Persona blokkok — fit-yes */
  .offer-fit .persona-list{display:flex;flex-direction:column;padding:0;margin:0;list-style:none;gap:0}.bd-page .offer-fit .persona{
    display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start;
    padding:22px 0;border-top:1px dashed var(--border);
  }.bd-page .offer-fit .persona:first-child{padding-top:6px;border-top:0}.bd-page .offer-fit .persona:last-child{padding-bottom:0}.bd-page .offer-fit .persona-num{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;
    font-size:36px;color:var(--gold);line-height:0.9;letter-spacing:-0.02em;
  }.bd-page .offer-fit .persona-body{display:flex;flex-direction:column;gap:6px}.bd-page .offer-fit .persona-title{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:18px;
    letter-spacing:-0.005em;color:var(--ink);line-height:1.3;
  }.bd-page .offer-fit .persona-roles{
    font-family:'JetBrains Mono',monospace;font-size:10.5px;letter-spacing:0.08em;
    color:var(--gold);font-weight:500;text-transform:uppercase;line-height:1.5;
  }.bd-page .offer-fit .persona-desc{
    font-size:15px;line-height:1.6;color:var(--ink-2);margin-top:4px;
  }.bd-page /* fit-no persona — X marker az elején */
  .offer-fit .fit-no .persona-num{
    display:flex;align-items:center;justify-content:flex-start;
    padding-top:2px;
  }.bd-page .offer-fit .fit-no .persona-num svg{
    width:34px;height:34px;
    stroke:var(--alert);stroke-width:2.4;stroke-linecap:round;
    fill:none;
  }

  @media(max-width:760px){.bd-page .offer-fit .fit-grid{grid-template-columns:1fr;gap:20px}
  }.bd-page /* ---------- NEXT: MI TÖRTÉNIK UTÁNA ---------- */
  .offer-next{padding:100px 0;background:var(--surface)}.bd-page .offer-next .head{margin-bottom:48px;max-width:880px}.bd-page .offer-next h2{
    margin-top:16px;font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(36px,4vw,56px);line-height:1.04;letter-spacing:-0.028em;
  }.bd-page .offer-next h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-next .lead{margin-top:16px;font-size:17px;line-height:1.6;color:var(--ink-2);max-width:680px}.bd-page .offer-next .next-steps{
    display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative;
  }.bd-page .offer-next .step{
    padding:28px 24px;background:var(--card);border:1px solid var(--border);border-radius:8px;position:relative;
  }.bd-page .offer-next .step-n{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;font-size:44px;color:var(--gold);line-height:1;
    margin-bottom:14px;
  }.bd-page .offer-next .step-time{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--mute);
    margin-bottom:10px;
  }.bd-page .offer-next .step-t{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:19px;letter-spacing:-0.01em;color:var(--ink);line-height:1.22;
    margin-bottom:10px;
  }.bd-page .offer-next .step-d{font-size:14px;line-height:1.55;color:var(--ink-2)}.bd-page .offer-next .cta-row{
    margin-top:44px;display:flex;gap:14px;flex-wrap:wrap;align-items:center;
  }.bd-page .offer-next .cta-row .cta-note{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-size:16px;color:var(--ink-2);
  }

  @media(max-width:960px){.bd-page .offer-next .next-steps{grid-template-columns:repeat(2,1fr)}
  }
  @media(max-width:520px){.bd-page .offer-next .next-steps{grid-template-columns:1fr}
  }.bd-page /* ---------- MIT KAPSZ — összefoglaló kosár ---------- */
  .offer-summary{padding:90px 0 30px;background:var(--bg)}.bd-page .offer-summary .head{text-align:center;margin-bottom:48px}.bd-page .offer-summary .eyebrow{display:inline-block;margin-bottom:14px}.bd-page .offer-summary h2{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(32px,4vw,52px);line-height:1.04;letter-spacing:-0.026em;max-width:780px;margin:0 auto;
  }.bd-page .offer-summary h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-summary .lead{
    margin-top:14px;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:19px;color:var(--ink-2);max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5;
  }.bd-page .offer-summary .basket{
    max-width:880px;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:12px;
    overflow:hidden;box-shadow:0 4px 24px rgba(18,18,30,0.04);
  }.bd-page .offer-summary .basket-hd{
    display:flex;align-items:center;justify-content:space-between;gap:16px;
    padding:22px 28px;background:var(--surface);border-bottom:1px solid var(--border);
  }.bd-page .offer-summary .basket-hd .lbl{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);font-weight:500;
  }.bd-page .offer-summary .basket-hd .count-pill{
    font-family:'JetBrains Mono',monospace;font-size:11px;color:var(--mute);
  }.bd-page .offer-summary .basket-list{list-style:none;padding:8px 0}.bd-page .offer-summary .basket-list li{
    display:grid;grid-template-columns:36px 1fr auto;gap:18px;align-items:start;
    padding:18px 28px;border-bottom:1px dashed var(--border);
  }.bd-page .offer-summary .basket-list li:last-child{border-bottom:0}.bd-page .offer-summary .basket-list .check{
    width:30px;height:30px;border-radius:50%;background:rgba(150,121,28,0.12);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;
  }.bd-page .offer-summary .basket-list .check svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.bd-page .offer-summary .basket-list .item-t{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:17px;color:var(--ink);letter-spacing:-0.005em;line-height:1.35;
  }.bd-page .offer-summary .basket-list .item-d{
    margin-top:4px;font-size:14px;color:var(--mute);line-height:1.5;
  }.bd-page .offer-summary .basket-list .item-val{
    text-align:right;font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--mute);font-weight:500;
    white-space:nowrap;align-self:center;
  }.bd-page .offer-summary .basket-list .item-val s{opacity:0.5;font-weight:400}.bd-page .offer-summary .basket-list .item-val .ok{color:var(--gold);}.bd-page .offer-summary .basket-foot{
    padding:24px 28px;background:linear-gradient(180deg,var(--surface) 0%,var(--card) 100%);
    border-top:1px solid var(--border);
    display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  }.bd-page .offer-summary .basket-foot .left{display:flex;flex-direction:column;gap:4px}.bd-page .offer-summary .basket-foot .left .was{
    font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--mute);
  }.bd-page .offer-summary .basket-foot .left .was s{margin-right:8px}.bd-page .offer-summary .basket-foot .left .now-l{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:14px;letter-spacing:0.02em;color:var(--ink-2);
  }.bd-page .offer-summary .basket-foot .right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bd-page .offer-summary .basket-foot .right .price{
    font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:42px;line-height:1;letter-spacing:-0.02em;color:var(--gold);
  }.bd-page .offer-summary .basket-foot .right .price small{font-size:18px;font-weight:500;color:var(--gold-2);margin-left:2px;letter-spacing:0}.bd-page .offer-summary .basket-foot .right .huf{
    font-family:'JetBrains Mono',monospace;font-size:11px;color:var(--mute);
  }.bd-page .offer-summary .basket-cta{
    text-align:center;margin-top:28px;display:flex;flex-direction:column;align-items:center;gap:12px;
  }.bd-page .offer-summary .basket-cta .btn{font-size:18px;padding:20px 36px;background:var(--gold);}.bd-page .offer-summary .basket-cta .btn:hover{background:var(--ink)}.bd-page .offer-summary .basket-cta .micro{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-size:15px;color:var(--ink-2);
  }

  @media(max-width:680px){.bd-page .offer-summary .basket-list li{grid-template-columns:30px 1fr;padding:16px 20px}.bd-page .offer-summary .basket-list .item-val{grid-column:2;text-align:left;margin-top:6px;align-self:auto}.bd-page .offer-summary .basket-hd{padding:18px 20px}.bd-page .offer-summary .basket-foot{padding:20px 20px}.bd-page .offer-summary .basket-foot .right .price{font-size:34px}
  }.bd-page /* ---------- EGYEDÜL vs VEZETETT (compare) ---------- */
  .offer-compare{padding:100px 0;background:var(--card)}.bd-page .offer-compare .head{margin-bottom:56px;max-width:880px}.bd-page .offer-compare h2{
    margin-top:14px;font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-0.025em;
  }.bd-page .offer-compare h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-compare .lead{margin-top:18px;font-size:18px;line-height:1.6;color:var(--ink-2);max-width:680px}.bd-page .offer-compare .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.bd-page .offer-compare .compare-card{
    padding:36px 32px;border-radius:10px;display:flex;flex-direction:column;gap:24px;
    border:1px solid var(--border);
  }.bd-page .offer-compare .compare-card.cold{
    background:var(--bg);border-top:3px solid var(--mute);
  }.bd-page .offer-compare .compare-card.warm{
    background:linear-gradient(160deg, rgba(200,164,94,0.10) 0%, rgba(200,164,94,0.02) 100%);
    border-top:3px solid var(--gold);
    box-shadow:0 8px 28px rgba(150,121,28,0.10);
  }.bd-page .offer-compare .compare-lbl{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;font-weight:500;
  }.bd-page .offer-compare .cold .compare-lbl{color:var(--mute)}.bd-page .offer-compare .warm .compare-lbl{color:var(--gold)}.bd-page .offer-compare .compare-card ul{
    list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;
  }.bd-page .offer-compare .compare-card li{
    display:grid;grid-template-columns:30px 1fr;gap:16px;align-items:start;
    padding:18px 0;
  }.bd-page .offer-compare .compare-card li + li{border-top:1px dashed var(--border)}.bd-page .offer-compare .compare-card .marker{
    width:26px;height:26px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;
  }.bd-page .offer-compare .cold .marker{background:rgba(110,104,120,0.16)}.bd-page .offer-compare .warm .marker{background:rgba(150,121,28,0.16)}.bd-page .offer-compare .compare-card .marker svg{
    width:13px;height:13px;fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;
  }.bd-page .offer-compare .cold .marker svg{stroke:var(--mute)}.bd-page .offer-compare .warm .marker svg{stroke:var(--gold)}.bd-page .offer-compare .compare-card li .item-t{
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:17px;
    color:var(--ink);line-height:1.3;letter-spacing:-0.005em;margin-bottom:6px;
  }.bd-page .offer-compare .compare-card li .item-d{
    font-size:14.5px;line-height:1.6;color:var(--ink-2);
  }.bd-page .offer-compare .compare-card li .item-d strong{color:var(--ink);font-weight:500}

  @media(max-width:760px){.bd-page .offer-compare .compare-grid{grid-template-columns:1fr}.bd-page .offer-compare .compare-card{padding:28px 24px}
  }.bd-page /* ---------- FINAL CTA / URGENCY ---------- */
  .offer-final{padding:100px 0;text-align:center}.bd-page .offer-final h2{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(36px,4.4vw,60px);line-height:1.02;letter-spacing:-0.028em;max-width:820px;margin:16px auto 0;
  }.bd-page .offer-final h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-final .count{
    margin:40px auto 0;max-width:720px;padding:28px;background:var(--card);border:1px solid var(--border);border-radius:8px;
  }.bd-page .offer-final .count .lbl{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--alert);margin-bottom:16px}.bd-page .offer-final .timer{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.bd-page .offer-final .timer .cell{
    min-width:80px;padding:14px 12px;background:var(--bg);border:1px solid var(--border);border-radius:4px;
  }.bd-page .offer-final .timer .n{font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:36px;line-height:1;letter-spacing:-0.01em;font-variant-numeric:tabular-nums}.bd-page .offer-final .timer .k{margin-top:6px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:var(--mute)}.bd-page .offer-final .btn{margin-top:32px;font-size:19px;padding:22px 36px}.bd-page .offer-final .note{margin-top:20px;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:17px;color:var(--ink-2)}.bd-page /* Két-opciós választópanel a Final CTA-nál */
  .offer-final .pick-grid{
    margin:48px auto 0;max-width:980px;
    display:grid;grid-template-columns:1fr 1fr;gap:24px;text-align:left;
  }.bd-page .offer-final .pick{
    position:relative;padding:36px 32px 32px;
    background:var(--card);border:1px solid var(--border);border-radius:12px;
    display:flex;flex-direction:column;gap:18px;
    transition:border-color .2s, box-shadow .2s, transform .2s;
  }.bd-page .offer-final .pick:hover{
    border-color:var(--gold-2);
    box-shadow:0 12px 32px rgba(150,121,28,0.14);
    transform:translateY(-2px);
  }.bd-page .offer-final .pick.featured{
    border:1.5px solid var(--gold);
    background:linear-gradient(160deg, rgba(200,164,94,0.12) 0%, rgba(200,164,94,0.02) 100%);
    box-shadow:0 8px 32px rgba(150,121,28,0.16);
  }.bd-page .offer-final .pick.featured .ribbon{
    position:absolute;top:-12px;left:24px;
    background:var(--gold);color:#fff;padding:5px 14px;border-radius:3px;
    font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;font-weight:600;
  }.bd-page .offer-final .pick .pick-tag{
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;
    color:var(--gold);font-weight:500;
  }.bd-page .offer-final .pick .pick-name{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:26px;line-height:1.18;letter-spacing:-0.018em;color:var(--ink);
  }.bd-page .offer-final .pick .pick-name em{
    font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold);
  }.bd-page .offer-final .pick .pick-price{
    display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;padding:12px 0;
    border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);
  }.bd-page .offer-final .pick .pick-price .calc{
    font-family:'JetBrains Mono',monospace;font-size:12.5px;color:var(--mute);letter-spacing:0.04em;
  }.bd-page .offer-final .pick .pick-price .calc .strike{text-decoration:line-through;text-decoration-color:var(--gold-2);margin-right:4px}.bd-page .offer-final .pick .pick-price .calc strong{color:var(--gold);font-weight:500}.bd-page .offer-final .pick .pick-price .total{
    font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:36px;letter-spacing:-0.02em;color:var(--ink);line-height:1;
  }.bd-page .offer-final .pick .pick-price .total small{font-size:18px;font-weight:500;color:var(--gold);margin-left:2px;letter-spacing:0}.bd-page .offer-final .pick .pick-list{
    list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px;
  }.bd-page .offer-final .pick .pick-list li{
    display:grid;grid-template-columns:18px 1fr;gap:10px;font-size:14.5px;line-height:1.5;color:var(--ink-2);
  }.bd-page .offer-final .pick .pick-list li::before{
    content:"";width:14px;height:14px;border-radius:50%;background:rgba(150,121,28,0.16);
    background-image:linear-gradient(135deg, transparent 0 30%, var(--gold) 30% 70%, transparent 70% 100%);
    background-size:0;
    margin-top:3px;
    -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><polyline points='3 7 6 10 11 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
            mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><polyline points='3 7 6 10 11 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
    background:var(--gold);
  }.bd-page .offer-final .pick .pick-pay{
    margin-top:auto;display:flex;flex-direction:column;gap:10px;
  }.bd-page .offer-final .pick .pick-cta{
    padding:16px 24px;border-radius:6px;text-align:center;
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:16px;letter-spacing:0.01em;
    transition:background .15s, transform .15s, border-color .15s;
  }.bd-page .offer-final .pick .pick-cta.ghost{
    background:transparent;color:var(--ink);border:1.5px solid var(--ink);
  }.bd-page .offer-final .pick .pick-cta.ghost:hover{background:var(--ink);color:var(--bg)}.bd-page .offer-final .pick .pick-cta.solid{
    background:var(--gold);color:#fff;border:1.5px solid var(--gold);
  }.bd-page .offer-final .pick .pick-cta.solid:hover{background:var(--ink);border-color:var(--ink)}.bd-page .offer-final .pick .pick-cta.alt{
    background:transparent;color:var(--gold);
    border:1px dashed var(--gold);font-size:14.5px;padding:13px 22px;
  }.bd-page .offer-final .pick .pick-cta.alt:hover{
    background:rgba(150,121,28,0.10);border-style:solid;
  }.bd-page .offer-final .pick .pay-note{
    font-family:'Cormorant Garamond',serif;font-style:italic;
    font-size:13px;color:var(--mute);text-align:center;margin-top:2px;line-height:1.45;
  }
  @media(max-width:760px){.bd-page .offer-final .pick-grid{grid-template-columns:1fr;gap:18px}.bd-page .offer-final .pick{padding:32px 24px 28px}
  }.bd-page /* Payment trust strip */
  .pay-trust{
    margin-top:28px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center;
  }.bd-page .pay-trust .pay-item{
    display:inline-flex;align-items:center;gap:8px;padding:9px 16px;
    background:var(--card);border:1px solid var(--border);border-radius:100px;
    font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.08em;color:var(--ink-2);text-transform:uppercase;
  }.bd-page .pay-trust .pay-item .stripe-mark{
    font-family:'Inter',sans-serif;font-weight:700;font-size:13px;color:#635BFF;letter-spacing:-0.02em;text-transform:none;
  }.bd-page .pay-trust .pay-item .icon{
    font-family:'Space Grotesk',sans-serif;font-weight:600;color:var(--gold);font-size:13px;text-transform:none;
  }.bd-page /* ---------- FAQ ---------- */
  .offer-faq{padding:100px 0;background:var(--surface)}.bd-page .offer-faq h2{
    font-family:'Space Grotesk',sans-serif;font-weight:700;
    font-size:clamp(32px,3.6vw,48px);line-height:1.04;letter-spacing:-0.025em;margin-top:14px;margin-bottom:48px;
  }.bd-page .offer-faq h2 em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}.bd-page .offer-faq .list{max-width:820px}.bd-page .offer-faq details{
    border-top:1px solid var(--border);padding:22px 0;
  }.bd-page .offer-faq details:last-of-type{border-bottom:1px solid var(--border)}.bd-page .offer-faq summary{
    cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;
    font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:19px;letter-spacing:-0.005em;
  }.bd-page .offer-faq summary::-webkit-details-marker{display:none}.bd-page .offer-faq summary .plus{
    font-family:'JetBrains Mono',monospace;font-size:20px;color:var(--gold);transition:transform .2s;
  }.bd-page .offer-faq details[open] summary .plus{transform:rotate(45deg)}.bd-page .offer-faq details .ans{margin-top:14px;font-size:16px;line-height:1.65;color:var(--ink-2);max-width:720px}.bd-page /* ---------- FOOTER ---------- */
  .offer-footer{padding:48px 0 60px;background:var(--ink);color:rgba(255,255,255,0.65);font-size:13px;line-height:1.65}.bd-page .offer-footer .f-row{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;align-items:center}.bd-page .offer-footer .f-brand{font-family:'Bodoni Moda',serif;font-size:22px;color:#fff;letter-spacing:0.02em}.bd-page .offer-footer a{color:var(--gold-2)}.bd-page .offer-footer .links{display:flex;gap:18px;flex-wrap:wrap}.bd-page /* ---------- STICKY BOTTOM CTA ---------- */
  .offer-sticky{
    position:fixed;left:0;right:0;bottom:0;z-index:50;
    background:rgba(18,18,30,0.96);color:#fff;backdrop-filter:blur(10px);
    border-top:1px solid var(--gold);
    transform:translateY(100%);transition:transform .25s;
  }.bd-page .offer-sticky.show{transform:translateY(0)}.bd-page .offer-sticky .row{
    max-width:1180px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  }.bd-page .offer-sticky .price{display:flex;align-items:center;gap:14px}.bd-page .offer-sticky .price .was{font-family:'JetBrains Mono',monospace;font-size:12px;color:rgba(255,255,255,0.5);text-decoration:line-through}.bd-page .offer-sticky .price .now{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:26px;letter-spacing:-0.01em}.bd-page .offer-sticky .price .now small{font-size:14px;color:rgba(255,255,255,0.6);font-weight:400;margin-left:2px}.bd-page .offer-sticky .mini-count{font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--gold-2);letter-spacing:0.08em}.bd-page .offer-sticky .btn{padding:12px 20px;font-size:15px}.bd-page /* ---------- DINAMIZMUS: REVEAL ON SCROLL + BEAM BORDER ---------- */
  /* Reveal lists — gyermekek lépcsőzetesen úsznak be görgetéskor */
  .reveal-list > *{
    opacity:0;transform:translateY(18px);
    transition:opacity .7s ease, transform .7s cubic-bezier(.2,.6,.2,1);
  }.bd-page .reveal-list.in > *{opacity:1;transform:translateY(0)}.bd-page .reveal-list.in > *:nth-child(1){transition-delay:60ms}.bd-page .reveal-list.in > *:nth-child(2){transition-delay:140ms}.bd-page .reveal-list.in > *:nth-child(3){transition-delay:220ms}.bd-page .reveal-list.in > *:nth-child(4){transition-delay:300ms}.bd-page .reveal-list.in > *:nth-child(5){transition-delay:380ms}.bd-page .reveal-list.in > *:nth-child(6){transition-delay:460ms}.bd-page .reveal-list.in > *:nth-child(7){transition-delay:540ms}.bd-page .reveal-list.in > *:nth-child(8){transition-delay:620ms}.bd-page .reveal-list.in > *:nth-child(9){transition-delay:700ms}.bd-page .reveal-list.in > *:nth-child(10){transition-delay:780ms}.bd-page .reveal-list.in > *:nth-child(11){transition-delay:860ms}.bd-page .reveal-list.in > *:nth-child(12){transition-delay:940ms}
  @media (prefers-reduced-motion: reduce){.bd-page .reveal-list > *{transition:none;opacity:1;transform:none}
  }

  /* Beam border — fénycsík fut körbe a keret mentén */
  @property --beam-angle{
    syntax:'<angle>';
    initial-value:0deg;
    inherits:false;
  }
  @keyframes beamRotate{
    to{--beam-angle:360deg}
  }.bd-page .beam-border{position:relative}.bd-page .beam-border::after{
    content:'';position:absolute;inset:-1.5px;
    border-radius:7.5px;padding:1.5px;
    background:conic-gradient(
      from var(--beam-angle, 0deg),
      var(--gold-2) 0deg,
      var(--gold-2) 250deg,
      rgba(255,235,180,0.95) 285deg,
      rgba(255,255,255,1) 305deg,
      rgba(255,235,180,0.9) 325deg,
      var(--gold-2) 360deg
    );
    -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    animation:beamRotate 5s linear infinite;
    pointer-events:none;
    z-index:0;
  }.bd-page /* Az „Exkluzív" badge a fénycsík FELETT, .bd-page nem alatta */
  .beam-border::before{z-index:2}
  @media (prefers-reduced-motion: reduce){.bd-page .beam-border::after{animation:none}
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width:920px){.bd-page .offer-stack .split{grid-template-columns:1fr}.bd-page .offer-builder .cols{grid-template-columns:1fr;gap:40px}.bd-page .offer-builder .value-callout{grid-template-columns:1fr}.bd-page .offer-about .box{grid-template-columns:1fr;gap:40px}.bd-page .offer-about .about-photo-card{max-width:360px;margin:0 auto}.bd-page .offer-course .wf-card{flex:0 0 320px}.bd-page .offer-stack .sum{flex-direction:column;align-items:flex-start}.bd-page .offer-hero .hero-layout{grid-template-columns:1fr;gap:36px}.bd-page .offer-hero .price-tag .tag-now{font-size:40px}
  }
  @media (max-width:560px){.bd-page .wrap{padding:0 22px}.bd-page .offer-hero{padding:48px 0 64px}.bd-page .offer-stack, .bd-page .offer-course, .bd-page .offer-builder, .bd-page .offer-about, .bd-page .offer-final, .bd-page .offer-faq{padding:64px 0}.bd-page .offer-nav .countdown{display:none}.bd-page .offer-sticky .row{padding:12px 16px;gap:12px}.bd-page .offer-sticky .mini-count{display:none}
  }

/* Force light mode – dark mode not applied */
[data-theme="dark"] .bd-page,
[data-theme="dark"] .bd-page * { color-scheme: light; }
[data-theme="dark"] .bd-page {
  --bg:#f2efe8;--surface:#e8e4db;--card:#faf8f4;
  --ink:#12121e;--ink-2:#2a2a3a;--mute:#6e6878;
  --gold:#96791c;--gold-2:#c8a45e;--border:#cdc5b5;
  --alert:#0f9a91;
  --text:#12121e;--text-muted:#6e6878;
  background-color:#f2efe8 !important;color:#12121e !important;
}
body:has(.bd-page)[data-theme="dark"] { background-color:#f2efe8 !important; }
body:has(.bd-page) .theme-toggle { display:none !important; }
