@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* ONE shared brand definition for every delivered page. */
:where(#beke-kezdo2,.beke-course,.bg-blog-shell,#bg-pricing-section) {
 --beke-font-text:"Playfair Display",Georgia,serif;
 --beke-font-script:"Dancing Script",cursive;
 --beke-forest:#06432f; --beke-deep:#032d20; --beke-green:#07563a;
 --beke-gold:#c8a45d; --beke-cream:#fbf8f0; --beke-ink:#14251c;
}


#beke-kezdo2 {
  --forest-950:#032d20;
  --forest-900:#06432f;
  --forest-800:#07563a;
  --forest-700:#0a7047;
  --forest-600:#138a55;
  --leaf:#21a668;
  --mint:#dff3e8;
  --mint-50:#f1f8f4;
  --ivory:#fbf8f0;
  --warm:#f4f0e7;
  --paper:#fff;
  --gold:#c8a45d;
  --gold-light:#ead6a5;
  --ink:#14251c;
  --muted:#5e6d65;
  --line:rgba(6,67,47,.14);
  --line-strong:rgba(6,67,47,.24);
  --shadow-sm:0 14px 42px rgba(3,45,32,.08);
  --shadow-md:0 24px 70px rgba(3,45,32,.13);
  --shadow-lg:0 40px 110px rgba(3,45,32,.20);
  --radius:24px;
  --radius-lg:36px;
  --container:1180px;
  --ease:cubic-bezier(.2,.8,.2,1);

  position:relative;
  width:100vw;
  max-width:none;
  min-width:280px;
  margin-left:calc(50% - 50vw);
  overflow-x:hidden;
  overflow-x:clip;
  color:var(--ink);
  background:var(--ivory);
  font-family:var(--beke-font-text);
  font-size:16px;
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  isolation:isolate;
}

#beke-kezdo2,
#beke-kezdo2 *{box-sizing:border-box}
#beke-kezdo2 img,#beke-kezdo2 svg{display:block}
#beke-kezdo2 img{max-width:100%}
#beke-kezdo2 figure,#beke-kezdo2 h1,#beke-kezdo2 h2,#beke-kezdo2 h3,#beke-kezdo2 p,#beke-kezdo2 blockquote{margin-top:0}
#beke-kezdo2 a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}
#beke-kezdo2 button{-webkit-tap-highlight-color:transparent}
#beke-kezdo2 :where(p,li){overflow-wrap:anywhere;text-wrap:pretty}
#beke-kezdo2 h1,#beke-kezdo2 h2,#beke-kezdo2 h3{color:var(--forest-900);font-family:var(--beke-font-text);font-weight:700;text-wrap:balance}
#beke-kezdo2 h2{margin-bottom:18px;font-size:clamp(2.2rem,4.4vw,4.65rem);line-height:1.04;letter-spacing:-.048em}
#beke-kezdo2 h3{margin-bottom:12px;font-size:clamp(1.24rem,1.8vw,1.68rem);line-height:1.27;letter-spacing:-.025em}
#beke-kezdo2 p{margin-bottom:1.1em}
#beke-kezdo2 p:last-child{margin-bottom:0}

#beke-kezdo2 .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
#beke-kezdo2 .container{width:min(calc(100% - 44px),var(--container));margin-inline:auto}
#beke-kezdo2 .section{position:relative;padding:clamp(82px,9vw,140px) 0}
#beke-kezdo2 .section-sm{position:relative;padding:clamp(58px,7vw,96px) 0}

/* Címsorok */
#beke-kezdo2 .section-title{max-width:880px;margin:0 auto clamp(44px,6vw,72px);text-align:center}
#beke-kezdo2 .section-title::before{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--forest-700);font-size:.75rem;font-weight:800;line-height:1;letter-spacing:.18em;text-transform:uppercase}
#beke-kezdo2 .section-title::after{content:"";display:block;width:82px;height:2px;margin:22px auto 0;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--leaf),var(--gold))}
#beke-kezdo2 .problem-section .section-title::before{content:"Felismerés"}
#beke-kezdo2 .process .section-title::before{content:"A közös folyamat"}
#beke-kezdo2 .pair-section .section-title::before{content:"Valódi kapcsolódás"}
#beke-kezdo2 .testimonials .section-title::before{content:"Valódi tapasztalatok"}

/* Gombok */
#beke-kezdo2 .button{position:relative;display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;overflow:hidden;padding:13px 24px;border:1px solid transparent;border-radius:13px;cursor:pointer;font:inherit;font-weight:800;line-height:1.15;letter-spacing:-.014em;text-align:center;transition:transform .32s var(--ease),box-shadow .32s var(--ease),border-color .32s var(--ease),background .32s var(--ease),color .32s var(--ease)}
#beke-kezdo2 .button::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.34) 48%,transparent 74%);transform:translateX(-135%);transition:transform .72s var(--ease)}
#beke-kezdo2 .button:hover{transform:translateY(-3px)}
#beke-kezdo2 .button:hover::after{transform:translateX(135%)}
#beke-kezdo2 .button:active{transform:translateY(-1px) scale(.99)}
#beke-kezdo2 .button:focus-visible,#beke-kezdo2 button:focus-visible,#beke-kezdo2 a:focus-visible{outline:3px solid rgba(33,166,104,.34);outline-offset:4px}
#beke-kezdo2 .button svg{width:18px;height:18px;flex:0 0 auto}
#beke-kezdo2 .button-primary{color:#fff;border-color:rgba(255,255,255,.14);background:linear-gradient(135deg,var(--forest-700),var(--leaf));box-shadow:0 16px 36px rgba(10,112,71,.26)}
#beke-kezdo2 .button-primary:hover{color:#fff;background:linear-gradient(135deg,var(--forest-800),var(--forest-600));box-shadow:0 22px 48px rgba(10,112,71,.34)}

/* HERO – teljes kép, vágás és zoom nélkül */
#beke-kezdo2 .hero{position:relative;isolation:isolate;background:#e8eee9}
#beke-kezdo2 .hero-media{position:relative;min-height:1px;overflow:hidden}
#beke-kezdo2 .hero-media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;object-position:center top;background:#e8eee9}
#beke-kezdo2 .hero-media::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 68%,rgba(3,45,32,.14) 100%),linear-gradient(90deg,rgba(3,45,32,.025),transparent 32%,transparent 72%,rgba(3,45,32,.035))}
#beke-kezdo2 .hero-inner{position:absolute;z-index:5;left:clamp(18px,4.7vw,90px);bottom:clamp(18px,3.1vw,54px);width:min(760px,51vw);padding:7px;border:1px solid rgba(255,255,255,.70);border-radius:19px;background:rgba(246,252,248,.60);box-shadow:0 18px 48px rgba(3,45,32,.17),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(15px) saturate(128%);-webkit-backdrop-filter:blur(15px) saturate(128%)}
#beke-kezdo2 .hero-actions{display:grid!important;grid-template-columns:minmax(115px,.8fr) minmax(290px,2.2fr) minmax(135px,.95fr);gap:7px;width:100%}
#beke-kezdo2 .hero-actions .button{width:100%!important;min-width:0!important;min-height:49px!important;padding:10px 14px!important;border-color:rgba(255,255,255,.20);border-radius:12px;color:#fff;background:linear-gradient(135deg,#087443,#159256);box-shadow:0 8px 18px rgba(4,70,39,.18),inset 0 1px 0 rgba(255,255,255,.23);font-size:clamp(.78rem,.83vw,.92rem);white-space:nowrap}
#beke-kezdo2 .hero-actions .button:nth-child(2){background:linear-gradient(135deg,#0a8250,#22a969);box-shadow:0 10px 24px rgba(6,99,56,.25),inset 0 1px 0 rgba(255,255,255,.28)}
#beke-kezdo2 .hero-actions .button:hover{color:#fff;background:linear-gradient(135deg,#05663a,#11834c)}
#beke-kezdo2 .hero-actions .button:nth-child(2):hover{background:linear-gradient(135deg,#087849,#17985a)}
#beke-kezdo2 .hero-actions .button svg{width:16px;height:16px}

/* Problémafelismerő kártyák */
#beke-kezdo2 .problem-section{overflow:hidden;border-top:1px solid rgba(200,164,93,.25);border-bottom:1px solid var(--line);background:radial-gradient(circle at 8% 8%,rgba(200,164,93,.13),transparent 28%),radial-gradient(circle at 92% 88%,rgba(33,166,104,.09),transparent 30%),linear-gradient(135deg,#fffdfa,var(--ivory))}
#beke-kezdo2 .problem-section::before{content:"";position:absolute;top:0;left:50%;width:min(86vw,1050px);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--gold),var(--leaf),transparent)}
#beke-kezdo2 .problem-intro{max-width:760px;margin:-34px auto 48px;color:var(--muted);font-size:clamp(1rem,1.35vw,1.14rem);line-height:1.78;text-align:center}
#beke-kezdo2 .problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.6vw,30px)}
#beke-kezdo2 .problem-card{--spot-x:50%;--spot-y:0%;position:relative;min-width:0;min-height:100%;padding:clamp(30px,3.5vw,46px);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(420px circle at var(--spot-x) var(--spot-y),rgba(33,166,104,.12),transparent 64%),rgba(255,255,255,.96);box-shadow:var(--shadow-sm);transition:transform .38s var(--ease),border-color .38s var(--ease),box-shadow .38s var(--ease)}
#beke-kezdo2 .problem-card::before{content:"";position:absolute;top:0;right:30px;left:30px;height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--gold),var(--forest-600))}
#beke-kezdo2 .problem-card::after{content:attr(data-number);position:absolute;top:22px;right:24px;color:rgba(6,67,47,.08);font-family:var(--beke-font-text);font-size:clamp(3rem,5vw,5.2rem);font-weight:800;line-height:1;pointer-events:none}
#beke-kezdo2 .problem-card:hover{transform:translateY(-9px);border-color:rgba(10,112,71,.28);box-shadow:var(--shadow-md)}
#beke-kezdo2 .problem-icon{position:relative;z-index:1;display:grid;width:66px;height:66px;margin-bottom:28px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:18px;color:#fff;background:linear-gradient(145deg,var(--forest-700),var(--leaf));box-shadow:0 16px 34px rgba(10,112,71,.24),inset 0 1px 0 rgba(255,255,255,.24);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
#beke-kezdo2 .problem-card:hover .problem-icon{transform:translateY(-3px) rotate(-2deg) scale(1.04);box-shadow:0 22px 42px rgba(10,112,71,.30),inset 0 1px 0 rgba(255,255,255,.26)}
#beke-kezdo2 .problem-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#beke-kezdo2 .problem-card h3{position:relative;z-index:1;max-width:92%;margin-bottom:14px}
#beke-kezdo2 .problem-card p{position:relative;z-index:1;margin:0;color:var(--muted);font-size:.98rem;line-height:1.76}

/* Videó */
#beke-kezdo2 .video-placeholder-section{position:relative;padding:clamp(58px,7vw,100px) 0;overflow:hidden;isolation:isolate;border-bottom:1px solid rgba(200,164,93,.34);background:radial-gradient(circle at 12% 8%,rgba(255,255,255,.10),transparent 27%),radial-gradient(circle at 88% 92%,rgba(33,166,104,.25),transparent 35%),linear-gradient(135deg,var(--forest-950),var(--forest-700) 60%,var(--forest-800))}
#beke-kezdo2 .video-placeholder-section::before,#beke-kezdo2 .video-placeholder-section::after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none}
#beke-kezdo2 .video-placeholder-section::before{top:-260px;right:-170px;width:540px;height:540px;border:1px solid rgba(255,255,255,.10);box-shadow:0 0 0 58px rgba(255,255,255,.025),0 0 0 118px rgba(255,255,255,.018)}
#beke-kezdo2 .video-placeholder-section::after{bottom:-230px;left:-150px;width:470px;height:470px;border:1px solid rgba(234,214,165,.18);box-shadow:0 0 0 52px rgba(234,214,165,.025)}
#beke-kezdo2 .video-placeholder-shell{position:relative;width:min(calc(100% - 44px),930px);margin-inline:auto;padding:clamp(7px,1vw,10px);border:1px solid rgba(234,214,165,.34);border-radius:clamp(24px,3vw,38px);background:rgba(255,255,255,.075);box-shadow:0 36px 92px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
#beke-kezdo2 .video-label{display:table;margin:0 auto 26px;padding:9px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.84);background:rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
#beke-kezdo2 .video-label::before{content:"";display:inline-block;width:8px;height:8px;margin-right:10px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 0 6px rgba(234,214,165,.10);vertical-align:1px}
#beke-kezdo2 .video-placeholder-frame{position:relative;width:100%;overflow:hidden;aspect-ratio:16/9;border-radius:clamp(18px,2.4vw,30px);background:#031d15}
#beke-kezdo2 .video-placeholder-frame::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border:1px solid rgba(255,255,255,.14);border-radius:inherit;box-shadow:inset 0 0 70px rgba(0,0,0,.12)}
#beke-kezdo2 .video-placeholder-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Folyamat */
#beke-kezdo2 .process{overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 94% 8%,rgba(200,164,93,.10),transparent 27%),linear-gradient(135deg,#f4f8f5,#eaf3ee)}
#beke-kezdo2 .process-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:clamp(42px,7vw,92px);align-items:start}
#beke-kezdo2 .process-list{--progress:0%;position:relative;display:grid;gap:20px}
#beke-kezdo2 .process-list::before,#beke-kezdo2 .process-list::after{content:"";position:absolute;top:34px;bottom:34px;left:34px;width:2px;border-radius:999px}
#beke-kezdo2 .process-list::before{background:rgba(6,67,47,.12)}
#beke-kezdo2 .process-list::after{bottom:auto;height:var(--progress);max-height:calc(100% - 68px);background:linear-gradient(180deg,var(--gold),var(--leaf));box-shadow:0 0 16px rgba(33,166,104,.28);transition:height .18s linear}
#beke-kezdo2 .process-card{--spot-x:50%;--spot-y:0%;position:relative;z-index:1;min-width:0;padding:26px 28px 26px 82px;border:1px solid rgba(6,67,47,.12);border-radius:22px;background:radial-gradient(460px circle at var(--spot-x) var(--spot-y),rgba(33,166,104,.10),transparent 66%),rgba(255,255,255,.90);box-shadow:0 12px 34px rgba(3,45,32,.065);transition:transform .38s var(--ease),border-color .38s var(--ease),box-shadow .38s var(--ease),background .38s var(--ease)}
#beke-kezdo2 .process-card::before{content:attr(data-step);position:absolute;z-index:2;top:24px;left:18px;display:grid;width:34px;height:34px;place-items:center;border:2px solid rgba(255,255,255,.94);border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--forest-700),var(--leaf));box-shadow:0 10px 24px rgba(10,112,71,.22);font-size:.78rem;font-weight:800;transition:transform .35s var(--ease),background .35s var(--ease),box-shadow .35s var(--ease)}
#beke-kezdo2 .process-card.is-active{transform:translateX(8px);border-color:rgba(10,112,71,.30);background:radial-gradient(500px circle at var(--spot-x) var(--spot-y),rgba(33,166,104,.14),transparent 68%),#fff;box-shadow:0 22px 56px rgba(3,45,32,.12)}
#beke-kezdo2 .process-card.is-active::before{transform:scale(1.08) rotate(-3deg);color:var(--forest-950);background:linear-gradient(135deg,var(--gold-light),var(--gold));box-shadow:0 12px 28px rgba(200,164,93,.30)}
#beke-kezdo2 .process-card h3{margin-bottom:10px;font-family:var(--beke-font-text);font-size:clamp(1.02rem,1.5vw,1.22rem);font-weight:800;line-height:1.36;letter-spacing:-.02em}
#beke-kezdo2 .process-card p{margin:0;color:var(--muted);font-size:.96rem;line-height:1.76}
#beke-kezdo2 .process-media-stack{position:sticky;top:26px;display:grid;gap:18px}
#beke-kezdo2 .process-image-pair{display:grid;grid-template-columns:1fr;gap:18px}
#beke-kezdo2 .process-secondary-image{--tilt-x:0deg;--tilt-y:0deg;position:relative;overflow:hidden;isolation:isolate;aspect-ratio:4/3;border:1px solid rgba(200,164,93,.32);border-radius:28px;background:#dcebe2;box-shadow:var(--shadow-md);transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .28s ease,box-shadow .35s var(--ease)}
#beke-kezdo2 .process-secondary-image::before{display:none}
#beke-kezdo2 .process-secondary-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s var(--ease),filter .7s var(--ease)}
#beke-kezdo2 .process-secondary-image::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border:1px solid rgba(255,255,255,.24);border-radius:inherit;background:linear-gradient(180deg,transparent 58%,rgba(3,45,32,.10))}
#beke-kezdo2 .process-secondary-image:hover{box-shadow:var(--shadow-lg)}
#beke-kezdo2 .process-secondary-image:hover img{transform:scale(1.025);filter:saturate(1.04) contrast(1.02)}
#beke-kezdo2 .process-signature{display:flex;min-height:66px;align-items:center;justify-content:center;color:var(--forest-700);font-family:var(--beke-font-text);font-size:clamp(1.7rem,2.8vw,2.55rem);font-style:italic;font-weight:700;line-height:1}
#beke-kezdo2 .process-signature::before,#beke-kezdo2 .process-signature::after{content:"";width:min(17%,64px);height:1px;margin-inline:15px;background:linear-gradient(90deg,transparent,var(--gold))}
#beke-kezdo2 .process-signature::after{background:linear-gradient(90deg,var(--gold),transparent)}

/* Manifesto */
#beke-kezdo2 .manifesto{position:relative;padding:clamp(54px,7vw,92px) 0;overflow:hidden;background:linear-gradient(180deg,#eaf3ee,var(--ivory))}
#beke-kezdo2 .manifesto-card{position:relative;overflow:hidden;padding:clamp(38px,6vw,70px);border:1px solid rgba(234,214,165,.48);border-radius:var(--radius-lg);color:#fff;text-align:center;background:radial-gradient(circle at 90% 8%,rgba(255,255,255,.13),transparent 28%),radial-gradient(circle at 10% 92%,rgba(33,166,104,.22),transparent 34%),linear-gradient(135deg,var(--forest-950),var(--forest-700) 60%,var(--forest-600));box-shadow:0 34px 92px rgba(3,45,32,.24),inset 0 1px 0 rgba(255,255,255,.15)}
#beke-kezdo2 .manifesto-card::before{content:"“";position:absolute;top:-44px;left:24px;color:rgba(234,214,165,.12);font-family:var(--beke-font-text);font-size:clamp(9rem,18vw,18rem);line-height:1;pointer-events:none}
#beke-kezdo2 .manifesto-card::after{content:"";position:absolute;top:0;left:50%;width:min(76%,780px);height:3px;transform:translateX(-50%);border-radius:0 0 999px 999px;background:linear-gradient(90deg,transparent,var(--gold-light),transparent)}
#beke-kezdo2 .manifesto-main,#beke-kezdo2 .manifesto-sub,#beke-kezdo2 .manifesto-card .button{position:relative;z-index:1}
#beke-kezdo2 .manifesto-main{max-width:970px;margin:0 auto;color:#fff;font-family:var(--beke-font-text);font-size:clamp(2rem,4.4vw,4.55rem);font-weight:800;line-height:1.08;letter-spacing:-.044em;text-wrap:balance}
#beke-kezdo2 .manifesto-sub{max-width:780px;margin:16px auto 0;color:#d8f0e2;font-family:var(--beke-font-text);font-size:clamp(1.14rem,2.25vw,1.85rem);font-style:italic;font-weight:600;line-height:1.35}
#beke-kezdo2 .manifesto-cta{max-width:690px;min-height:56px;margin-top:30px;white-space:normal;color:var(--forest-950)!important;border-color:rgba(255,255,255,.34);background:linear-gradient(135deg,#f2dfb5,var(--gold));box-shadow:0 16px 38px rgba(0,0,0,.20)}
#beke-kezdo2 .manifesto-cta:hover{color:var(--forest-950)!important;background:linear-gradient(135deg,#f8e9c7,#d4ad64);box-shadow:0 22px 50px rgba(0,0,0,.26)}

/* PárKapcsoló */
#beke-kezdo2 .pair-section{overflow:hidden;border-bottom:1px solid rgba(200,164,93,.24);background:radial-gradient(circle at 7% 92%,rgba(33,166,104,.08),transparent 30%),linear-gradient(135deg,#fff,#fcfaf5)}
#beke-kezdo2 .split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);gap:clamp(44px,8vw,104px);align-items:center}
#beke-kezdo2 .split-copy p{color:var(--muted);font-size:1.01rem;line-height:1.78}
#beke-kezdo2 .split-copy h3{margin-top:28px;font-family:var(--beke-font-text);font-size:1rem;font-weight:800;letter-spacing:.01em;text-transform:uppercase}
#beke-kezdo2 .check-list{display:grid;gap:13px;margin:22px 0 30px;padding:0;list-style:none}
#beke-kezdo2 .check-list li{position:relative;padding-left:35px;color:#425149}
#beke-kezdo2 .check-list li::before{content:"✓";position:absolute;top:1px;left:0;display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--forest-700),var(--leaf));box-shadow:0 7px 16px rgba(10,112,71,.18);font-size:.74rem;font-weight:800}
#beke-kezdo2 .product-stage{--tilt-x:0deg;--tilt-y:0deg;position:relative;min-height:510px;display:grid;place-items:center;padding:clamp(28px,4vw,50px);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 52% 48%,rgba(33,166,104,.18),transparent 45%),linear-gradient(135deg,#f6f1e7,#edf5ef);box-shadow:var(--shadow-md);transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .28s ease,box-shadow .38s var(--ease)}
#beke-kezdo2 .product-stage::before,#beke-kezdo2 .product-stage::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
#beke-kezdo2 .product-stage::before{width:82%;aspect-ratio:1;border:1px solid rgba(10,112,71,.11);box-shadow:0 0 0 40px rgba(10,112,71,.028),0 0 0 82px rgba(200,164,93,.026)}
#beke-kezdo2 .product-stage::after{right:-76px;bottom:-92px;width:250px;height:250px;background:radial-gradient(circle,rgba(200,164,93,.22),transparent 68%)}
#beke-kezdo2 .product-stage img{position:relative;z-index:2;width:min(100%,470px);border-radius:24px;filter:drop-shadow(0 32px 32px rgba(3,45,32,.20));transform:translateZ(28px) rotate(1.2deg);transition:transform .55s var(--ease),filter .55s var(--ease)}
#beke-kezdo2 .product-stage:hover{box-shadow:var(--shadow-lg)}
#beke-kezdo2 .product-stage:hover img{transform:translateZ(36px) translateY(-7px) rotate(0) scale(1.01);filter:drop-shadow(0 40px 38px rgba(3,45,32,.24))}
#beke-kezdo2 .product-badge{position:absolute;z-index:3;top:20px;left:20px;padding:9px 13px;border:1px solid rgba(255,255,255,.70);border-radius:999px;color:var(--forest-800);background:rgba(255,255,255,.78);box-shadow:0 10px 26px rgba(3,45,32,.10);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:.73rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

/* Előnysáv */
#beke-kezdo2 .benefit-section{overflow:hidden;border-top:1px solid rgba(234,214,165,.36);border-bottom:1px solid rgba(234,214,165,.32);background:radial-gradient(circle at 10% 12%,rgba(255,255,255,.10),transparent 27%),radial-gradient(circle at 90% 88%,rgba(33,166,104,.24),transparent 34%),linear-gradient(135deg,var(--forest-950),var(--forest-700) 58%,var(--forest-800))}
#beke-kezdo2 .benefit-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
#beke-kezdo2 .benefit-card{--spot-x:50%;--spot-y:0%;position:relative;min-width:0;padding:34px 28px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:22px;color:#fff;text-align:center;background:radial-gradient(360px circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.13),transparent 64%),rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 42px rgba(0,0,0,.10);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .35s var(--ease),border-color .35s var(--ease),background .35s var(--ease)}
#beke-kezdo2 .benefit-card:hover{transform:translateY(-7px);border-color:rgba(234,214,165,.46);background:radial-gradient(380px circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.17),transparent 66%),rgba(255,255,255,.11)}
#beke-kezdo2 .benefit-icon{display:grid;width:70px;height:70px;margin:0 auto 22px;place-items:center;border:1px solid rgba(234,214,165,.54);border-radius:50%;color:var(--forest-800);background:linear-gradient(145deg,#fffdf7,#e8f2eb);box-shadow:0 16px 38px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.96);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
#beke-kezdo2 .benefit-card:hover .benefit-icon{transform:translateY(-3px) scale(1.05);box-shadow:0 22px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.98)}
#beke-kezdo2 .benefit-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#beke-kezdo2 .benefit-card h3{color:#fff;font-size:1.42rem}
#beke-kezdo2 .benefit-card p{margin:0;color:rgba(239,249,244,.80);font-size:.95rem;line-height:1.68}

/* Vélemények */
#beke-kezdo2 .testimonials{overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 92% 8%,rgba(200,164,93,.11),transparent 27%),linear-gradient(135deg,#fffdfa,var(--ivory))}
#beke-kezdo2 .testimonial-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(40px,5vw,62px)}
#beke-kezdo2 .testimonial-toolbar .section-title{max-width:none;margin:0;text-align:left}
#beke-kezdo2 .testimonial-toolbar .section-title::after{margin-left:0}
#beke-kezdo2 .testimonial-controls{display:none;gap:9px;flex:0 0 auto}
#beke-kezdo2 .testimonial-control{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--forest-800);background:#fff;box-shadow:0 10px 26px rgba(3,45,32,.08);cursor:pointer;transition:transform .28s var(--ease),color .28s var(--ease),background .28s var(--ease),opacity .28s ease}
#beke-kezdo2 .testimonial-control:hover:not(:disabled){transform:translateY(-2px);color:#fff;background:var(--forest-700)}
#beke-kezdo2 .testimonial-control:disabled{cursor:default;opacity:.38}
#beke-kezdo2 .testimonial-control svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#beke-kezdo2 .testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
#beke-kezdo2 .testimonial-card{--spot-x:50%;--spot-y:0%;position:relative;display:flex;min-width:0;min-height:100%;flex-direction:column;padding:34px 30px 30px;overflow:hidden;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:20px;background:radial-gradient(440px circle at var(--spot-x) var(--spot-y),rgba(200,164,93,.10),transparent 64%),rgba(255,255,255,.96);box-shadow:var(--shadow-sm);scroll-snap-align:start;transition:transform .35s var(--ease),border-color .35s var(--ease),box-shadow .35s var(--ease)}
#beke-kezdo2 .testimonial-card::before{content:"“";height:56px;margin-bottom:4px;color:var(--gold);font-family:var(--beke-font-text);font-size:5.2rem;line-height:.9}
#beke-kezdo2 .testimonial-card:hover{transform:translateY(-7px);border-color:rgba(10,112,71,.25);border-top-color:var(--gold);box-shadow:var(--shadow-md)}
#beke-kezdo2 .testimonial-card p{order:1;flex:1;margin:0;color:var(--muted);font-size:.94rem;line-height:1.74}
#beke-kezdo2 .testimonial-card h3{order:2;display:flex;align-items:center;gap:12px;margin:24px 0 0;color:var(--forest-800);font-size:1.25rem;font-style:italic}
#beke-kezdo2 .testimonial-card h3::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--gold),var(--forest-600))}
#beke-kezdo2 .testimonial-dots{display:none;justify-content:center;gap:8px;margin-top:24px}
#beke-kezdo2 .testimonial-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(6,67,47,.22);cursor:pointer;transition:width .28s var(--ease),background .28s ease}
#beke-kezdo2 .testimonial-dot.is-active{width:28px;background:linear-gradient(90deg,var(--gold),var(--forest-600))}
#beke-kezdo2 .testimonial-action{margin-top:38px;text-align:center}

/* Mobil gyorsfoglalás */
#beke-kezdo2 .mobile-booking{position:fixed;z-index:999;right:14px;bottom:max(14px,env(safe-area-inset-bottom));left:14px;display:none;min-height:54px;align-items:center;justify-content:center;gap:10px;padding:12px 18px;border:1px solid rgba(255,255,255,.24);border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--forest-800),var(--leaf));box-shadow:0 18px 46px rgba(3,45,32,.32),inset 0 1px 0 rgba(255,255,255,.20);font-size:.92rem;font-weight:800;text-align:center;transform:translateY(calc(100% + 32px));opacity:0;transition:transform .42s var(--ease),opacity .42s ease}
#beke-kezdo2 .mobile-booking::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 0 6px rgba(234,214,165,.13)}
#beke-kezdo2 .mobile-booking.is-visible{transform:translateY(0);opacity:1}

/* Animáció – JS nélkül minden látható */
#beke-kezdo2.has-js [data-reveal]{opacity:0;transform:translate3d(0,34px,0);transition:opacity .82s var(--ease),transform .82s var(--ease);transition-delay:var(--delay,0ms);will-change:opacity,transform}
#beke-kezdo2.has-js [data-reveal="left"]{transform:translate3d(-42px,0,0)}
#beke-kezdo2.has-js [data-reveal="right"]{transform:translate3d(42px,0,0)}
#beke-kezdo2.has-js [data-reveal="scale"]{transform:scale(.96)}
#beke-kezdo2.has-js [data-reveal].is-visible{opacity:1;transform:none}

@media (max-width:1080px){
  #beke-kezdo2 .hero-inner{left:4.2%;bottom:4.2%;width:58%}
  #beke-kezdo2 .hero-actions{grid-template-columns:1fr 1fr}
  #beke-kezdo2 .hero-actions .button:nth-child(2){grid-column:1/-1;grid-row:1}
  #beke-kezdo2 .hero-actions .button:nth-child(1){grid-column:1;grid-row:2}
  #beke-kezdo2 .hero-actions .button:nth-child(3){grid-column:2;grid-row:2}
  #beke-kezdo2 .problem-grid{grid-template-columns:1fr}
  #beke-kezdo2 .problem-card{max-width:820px;margin-inline:auto}
  #beke-kezdo2 .process-layout,#beke-kezdo2 .split{grid-template-columns:1fr}
  #beke-kezdo2 .process-media-stack{position:relative;top:auto}
  #beke-kezdo2 .process-image-pair{grid-template-columns:repeat(2,minmax(0,1fr))}
  #beke-kezdo2 .product-stage{width:min(100%,650px);margin-inline:auto}
  #beke-kezdo2 .benefit-row{grid-template-columns:1fr}
  #beke-kezdo2 .benefit-card{max-width:780px;margin-inline:auto}
}

@media (max-width:900px){
  #beke-kezdo2 .testimonial-controls,#beke-kezdo2 .testimonial-dots{display:flex}
  #beke-kezdo2 .testimonial-viewport{width:calc(100vw - 22px);overflow-x:auto;overflow-y:visible;padding:4px 22px 26px 0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}
  #beke-kezdo2 .testimonial-viewport::-webkit-scrollbar{display:none}
  #beke-kezdo2 .testimonial-grid{display:flex;gap:18px}
  #beke-kezdo2 .testimonial-card{flex:0 0 min(76vw,430px)}
}

@media (max-width:680px){
  #beke-kezdo2{font-size:15.5px;line-height:1.68}
  #beke-kezdo2 .container{width:min(calc(100% - 28px),var(--container))}
  #beke-kezdo2 .section{padding:70px 0}
  #beke-kezdo2 .section-sm{padding:54px 0}
  #beke-kezdo2 h2{font-size:clamp(2rem,9vw,2.75rem);line-height:1.08;letter-spacing:-.04em}
  #beke-kezdo2 .section-title{margin-bottom:38px}
  #beke-kezdo2 [data-reveal]{transition-delay:0ms!important}

  #beke-kezdo2 .hero{overflow:visible;padding-bottom:18px;background:linear-gradient(180deg,#e8eee9 0%,#e8eee9 74%,var(--ivory) 74%)}
  #beke-kezdo2 .hero-media::after{background:linear-gradient(180deg,transparent 78%,rgba(3,45,32,.08))}
  #beke-kezdo2 .hero-inner{position:relative;left:auto;bottom:auto;width:calc(100% - 24px);max-width:470px;margin:-12px auto 0;padding:6px;border-radius:17px;background:linear-gradient(135deg,rgba(250,254,252,.98),rgba(224,244,232,.98));box-shadow:0 14px 34px rgba(3,45,32,.17),inset 0 1px 0 #fff;backdrop-filter:none;-webkit-backdrop-filter:none}
  #beke-kezdo2 .hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
  #beke-kezdo2 .hero-actions .button{min-height:44px!important;padding:8px 10px!important;border-radius:11px;font-size:clamp(.74rem,3.3vw,.88rem);white-space:normal}
  #beke-kezdo2 .hero-actions .button:nth-child(2){min-height:50px!important}
  #beke-kezdo2 .hero-actions .button svg{width:15px;height:15px}

  #beke-kezdo2 .problem-intro{margin:-18px auto 34px}
  #beke-kezdo2 .problem-card{padding:29px 24px;border-radius:19px}
  #beke-kezdo2 .problem-card::after{top:18px;right:18px;font-size:3.65rem}
  #beke-kezdo2 .problem-icon{width:58px;height:58px;margin-bottom:23px;border-radius:16px}
  #beke-kezdo2 .problem-icon svg{width:28px;height:28px}

  #beke-kezdo2 .video-placeholder-section{padding:48px 0}
  #beke-kezdo2 .video-placeholder-shell{width:calc(100% - 28px);padding:5px;border-radius:20px}
  #beke-kezdo2 .video-placeholder-frame{border-radius:15px}

  #beke-kezdo2 .process-list::before,#beke-kezdo2 .process-list::after{left:28px}
  #beke-kezdo2 .process-card{padding:23px 20px 23px 66px;border-radius:18px}
  #beke-kezdo2 .process-card::before{top:21px;left:12px;width:32px;height:32px;border-radius:10px}
  #beke-kezdo2 .process-card.is-active{transform:translateX(4px)}
  #beke-kezdo2 .process-image-pair{grid-template-columns:1fr;gap:14px}
  #beke-kezdo2 .process-secondary-image{border-radius:20px}

  #beke-kezdo2 .manifesto-card{padding:36px 22px;border-radius:24px}
  #beke-kezdo2 .manifesto-main{font-size:clamp(1.8rem,8.5vw,2.55rem)}
  #beke-kezdo2 .manifesto-sub{font-size:clamp(1.05rem,5.3vw,1.48rem)}
  #beke-kezdo2 .manifesto-cta{width:100%;min-height:56px;padding-inline:16px}

  #beke-kezdo2 .split{gap:38px}
  #beke-kezdo2 .product-stage{min-height:340px;padding:28px 20px;border-radius:24px}
  #beke-kezdo2 .product-badge{top:14px;left:14px;padding:8px 11px;font-size:.67rem}
  #beke-kezdo2 .benefit-card{padding:30px 22px}
  #beke-kezdo2 .benefit-icon{width:64px;height:64px}

  #beke-kezdo2 .testimonial-toolbar{align-items:center;margin-bottom:32px}
  #beke-kezdo2 .testimonial-toolbar .section-title{max-width:calc(100% - 116px)}
  #beke-kezdo2 .testimonial-control{width:44px;height:44px}
  #beke-kezdo2 .testimonial-viewport{width:calc(100vw - 14px);padding-right:14px}
  #beke-kezdo2 .testimonial-card{flex-basis:min(86vw,410px);padding:31px 24px 27px}
  #beke-kezdo2 .mobile-booking{display:flex}
}

@media (max-width:380px){
  #beke-kezdo2 .hero-inner{width:calc(100% - 16px);margin-top:-8px;padding:5px}
  #beke-kezdo2 .hero-actions .button{min-height:42px!important;padding-inline:7px!important;font-size:.72rem}
  #beke-kezdo2 .hero-actions .button:nth-child(2){min-height:47px!important;font-size:.76rem}
  #beke-kezdo2 .hero-actions .button svg{width:14px;height:14px}
}

@media (hover:none){
  #beke-kezdo2 .button:hover,#beke-kezdo2 .problem-card:hover,#beke-kezdo2 .process-card.is-active,#beke-kezdo2 .process-secondary-image:hover,#beke-kezdo2 .product-stage:hover,#beke-kezdo2 .benefit-card:hover,#beke-kezdo2 .testimonial-card:hover{transform:none}
  #beke-kezdo2 .process-secondary-image:hover img,#beke-kezdo2 .product-stage:hover img{transform:none}
}

@media (prefers-reduced-motion:reduce){
  #beke-kezdo2 *,#beke-kezdo2 *::before,#beke-kezdo2 *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  #beke-kezdo2.has-js [data-reveal]{opacity:1;transform:none}
}


.beke-course{
      --forest-950: #0b2a21;
      --forest-900: #11382b;
      --forest-800: #1a4b39;
      --forest-700: #2b6149;
      --sage-500: #8ca88f;
      --sage-200: #dce8d7;
      --cream-100: #fffaf0;
      --cream-200: #f7edcf;
      --gold-500: #c79b3b;
      --gold-400: #ddb85c;
      --gold-200: #f5e7b8;
      --ink: #183228;
      --muted: #5c6e64;
      --white: #fff;
      --glass: rgba(255, 255, 255, .76);
      --glass-strong: rgba(255, 255, 255, .88);
      --line: rgba(24, 50, 40, .13);
      --shadow-sm: 0 12px 32px rgba(18, 55, 42, .09);
      --shadow-lg: 0 28px 80px rgba(9, 40, 30, .16);
      --radius-sm: 18px;
      --radius-md: 28px;
      --radius-lg: 40px;
      --content: 1180px;
      --header-h: 76px;
    }
.beke-course *,.beke-course *::before,.beke-course *::after{ box-sizing: border-box; }
.beke-course{ scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
.beke-course{
      margin: 0;
      color: var(--ink);
      background: #ffffff;
      font-family:var(--beke-font-text);
      line-height: 1.68;
      letter-spacing: .004em;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
    }
.beke-course img{ display: block; max-width: 100%; }
.beke-course button,.beke-course input,.beke-course textarea{ font: inherit; }
.beke-course a{ color: inherit; }
.beke-course :focus-visible{ outline: 3px solid var(--gold-400); outline-offset: 4px; }
.beke-course ::selection{ color: var(--forest-950); background: var(--gold-200); }
.beke-course .skip-link{
      position: fixed;
      z-index: 999;
      top: 12px;
      left: 12px;
      padding: 10px 16px;
      border-radius: 999px;
      color: var(--white);
      background: var(--forest-900);
      transform: translateY(-160%);
      transition: transform .2s ease;
    }
.beke-course .skip-link:focus{ transform: translateY(0); }
.beke-course .site-header{
      position: sticky;
      z-index: 100;
      top: 0;
      height: var(--header-h);
      border-bottom: 1px solid rgba(255, 255, 255, .6);
      background: rgba(255, 250, 240, .78);
      backdrop-filter: blur(18px) saturate(140%);
      -webkit-backdrop-filter: blur(18px) saturate(140%);
    }
.beke-course .header-inner{
      width: min(100% - 32px, var(--content));
      height: 100%;
      margin-inline: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
.beke-course .brand{
      display: inline-flex;
      align-items: center;
      gap: 11px;
      color: var(--forest-950);
      text-decoration: none;
      font-family:var(--beke-font-script);
      font-size: 1.65rem;
      font-weight: 700;
      letter-spacing: .01em;
    }
.beke-course .brand-mark{
      width: 35px;
      aspect-ratio: 1;
      border-radius: 50% 50% 48% 52% / 52% 44% 56% 48%;
      background: linear-gradient(135deg, var(--forest-700), var(--gold-400));
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 8px 20px rgba(18,55,42,.15);
    }
.beke-course .button{
      display: inline-flex;
      min-height: 50px;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 13px 21px;
      border: 1px solid transparent;
      border-radius: 999px;
      color: var(--white);
      background: linear-gradient(135deg, var(--forest-800), var(--forest-950));
      box-shadow: 0 12px 26px rgba(17, 56, 43, .2);
      font-weight: 600;
      letter-spacing: .015em;
      line-height: 1.2;
      text-decoration: none;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }
.beke-course .button:hover{ transform: translateY(-2px); box-shadow: 0 16px 34px rgba(17, 56, 43, .27); filter: brightness(1.05); }
.beke-course .button-gold{ color: var(--forest-950); background: linear-gradient(135deg, #f5d980, var(--gold-400)); }
.beke-course .button-large{ min-height: 58px; padding: 16px 28px; font-size: 1.02rem; }
.beke-course .button-arrow::after{ content: "→"; font-size: 1.2em; }
.beke-course{
      display: grid;
      gap: clamp(14px, 1.5vw, 24px);
      padding: clamp(12px, 1.5vw, 24px);
      background: #ffffff;
    }
.beke-course .section{
      position: relative;
      isolation: isolate;
      padding: clamp(76px, 10vw, 140px) 0;
      overflow: clip;
      width: 100%;
      border: 1px solid rgba(255,255,255,.68);
      border-radius: clamp(28px, 4vw, 52px);
      background: #e6e6e4;
      box-shadow: 0 22px 60px rgba(19,34,28,.1);
      min-height: clamp(640px, 78svh, 880px);
      display: flex;
      align-items: center;
    }
.beke-course .section::before{
      content: "";
      position: absolute;
      z-index: -2;
      inset: 0;
      background: transparent;
    }
.beke-course .section::after{
      content: "";
      position: absolute;
      z-index: -1;
      width: min(44vw, 600px);
      aspect-ratio: 1;
      top: -28%;
      right: -12%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(221,184,92,.22), rgba(140,168,143,.08) 48%, transparent 70%);
      filter: blur(4px);
      pointer-events: none;
      display: none;
    }
.beke-course .section-soft,.beke-course .section-sage,.beke-course .section-gold,.beke-course .section-dark{ --section-bg: #d9d6d0; }
.beke-course .section-dark{ color: var(--ink); }
.beke-course .container{ width: min(100% - 40px, var(--content)); margin-inline: auto; }
.beke-course .container-narrow{ width: min(100% - 40px, 820px); margin-inline: auto; }
.beke-course .eyebrow{
      display: inline-flex;
      align-items: center;
      gap: 0;
      margin: 0 0 18px;
      color: var(--forest-700);
      font-family:var(--beke-font-script);
      font-size: clamp(1.68rem, 2.4vw, 1.95rem);
      font-weight: 700;
      letter-spacing: .015em;
      line-height: 1.4;
      text-transform: none;
    }
.beke-course .eyebrow::before{ display: none; content: none; }
.beke-course .section-dark .eyebrow{ color: var(--gold-200); }
.beke-course h1,.beke-course h2,.beke-course h3{ margin: 0; font-family:var(--beke-font-text); line-height: 1.08; letter-spacing: -.025em; }
.beke-course h1{ max-width: 13ch; font-size: clamp(3rem, 7.4vw, 6.8rem); font-weight: 500; }
.beke-course h2{ max-width: 19ch; font-size: clamp(2.2rem, 5.2vw, 4.4rem); font-weight: 500; }
.beke-course h3{ font-size: clamp(1.32rem, 2vw, 1.72rem); font-weight: 600; }
.beke-course .lead{ max-width: 720px; margin: 24px 0 0; font-size: clamp(1.12rem, 2.2vw, 1.38rem); line-height: 1.55; }
.beke-course .section-heading{ margin-bottom: clamp(38px, 6vw, 68px); }
.beke-course .section-heading.center{ display: grid; justify-items: center; text-align: center; }
.beke-course .section-heading.center h2,.beke-course .section-heading.center .lead{ margin-inline: auto; }
.beke-course .copy{ max-width: 760px; }
.beke-course .copy p{ margin: 0 0 1.1em; }
.beke-course .copy p:last-child{ margin-bottom: 0; }
.beke-course .glass{
      border: 1px solid rgba(255, 255, 255, .64);
      border-radius: var(--radius-md);
      background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.34));
      box-shadow: 0 24px 70px rgba(12,45,34,.16), inset 0 1px 0 rgba(255,255,255,.94), inset 0 0 0 1px rgba(221,184,92,.08);
      backdrop-filter: blur(16px) saturate(145%);
      -webkit-backdrop-filter: blur(16px) saturate(145%);
    }
.beke-course .glass-dark{
      color: var(--ink);
      border-color: rgba(255,255,255,.82);
      background: linear-gradient(145deg, rgba(255,255,255,.6), rgba(255,255,255,.36));
      box-shadow: 0 30px 90px rgba(5,28,21,.28), inset 0 1px 0 rgba(255,255,255,.96);
    }
.beke-course .glass-dark .eyebrow{ color: var(--forest-700); }
.beke-course .glass-heading{
      width: fit-content;
      max-width: 920px;
      padding: clamp(28px, 5vw, 48px);
      border: 1px solid rgba(255,255,255,.75);
      border-radius: var(--radius-md);
      background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.34));
      box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.95);
      backdrop-filter: blur(15px) saturate(140%);
      -webkit-backdrop-filter: blur(15px) saturate(140%);
    }
.beke-course .glass-heading.center{ margin-inline: auto; }
.beke-course .text-panel{ padding: clamp(28px, 5vw, 48px); }
.beke-course .card{ padding: clamp(25px, 4vw, 42px); }
.beke-course .card p{ margin: 16px 0 0; }
.beke-course .hero{
      min-height: calc(100svh - var(--header-h));
      padding-top: clamp(44px, 7vw, 90px);
      padding-bottom: clamp(70px, 9vw, 110px);
      --section-bg: #e9e5de;
    }
.beke-course .hero::before,.beke-course .video-section::before,.beke-course .final-cta::before{ background: transparent; }
.beke-course .hero::after,.beke-course .video-section::after,.beke-course .final-cta::after{ display: none; }
.beke-course .hero::after{ width: min(65vw, 820px); top: auto; right: -15%; bottom: -45%; background: radial-gradient(circle, rgba(43,97,73,.18), rgba(221,184,92,.13) 48%, transparent 72%); }
.beke-course .hero-grid{ position: relative; display: grid; min-height: 720px; align-items: center; }
.beke-course .hero-panel{ width: min(100%, 520px); padding: clamp(26px, 3.5vw, 40px); }
.beke-course .hero h1{ max-width: 11.5ch; font-size: clamp(3.15rem, 5.5vw, 5.35rem); }
.beke-course .hero .hero-panel,.beke-course .video-section .video-glass,.beke-course .final-cta .final-card{
      border-color: rgba(255,255,255,.78);
      background: linear-gradient(145deg, rgba(255,255,255,.56), rgba(255,255,255,.32));
      box-shadow: 0 24px 70px rgba(12,45,34,.14), inset 0 1px 0 rgba(255,255,255,.96);
      backdrop-filter: blur(14px) saturate(135%);
      -webkit-backdrop-filter: blur(14px) saturate(135%);
    }
.beke-course .hero-subtitle{ max-width: 650px; margin: 24px 0; font-family:var(--beke-font-text); font-size: clamp(1.28rem, 2.3vw, 1.72rem); line-height: 1.48; }
.beke-course .hero-copy{ max-width: 670px; color: #344d42; font-size: 1.02rem; }
.beke-course .hero-copy p{ margin: 0 0 1em; }
.beke-course .hero-actions{ display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.beke-course .early{ margin: 0; padding: 10px 14px; border: 1px solid rgba(199,155,59,.28); border-radius: 14px; color: #735717; background: rgba(255,255,255,.55); font-size: .92rem; font-weight: 750; }
.beke-course .portrait-frame{ position: absolute; left: min(48vw, 555px); right: auto; bottom: 5%; width: clamp(118px, 11vw, 148px); }
.beke-course .portrait-orbit{ position: absolute; inset: -6%; border: 1px solid rgba(199,155,59,.25); border-radius: 48% 52% 45% 55% / 49% 43% 57% 51%; transform: rotate(5deg); }
.beke-course .portrait-wrap{ position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; background: #e9e5de; box-shadow: var(--shadow-lg); }
.beke-course .portrait-wrap img{ width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.beke-course .portrait-fallback{ display: none; width: 100%; height: 100%; place-items: center; color: rgba(17,56,43,.6); font-family:var(--beke-font-script); font-size: 5rem; background: linear-gradient(145deg, #dce8d7, #f5e7b8); }
.beke-course .portrait-note{ position: absolute; left: 66%; right: auto; bottom: -18px; width: 176px; padding: 10px 13px; border-radius: 16px; background: rgba(255,255,255,.68); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.beke-course .portrait-note strong{ display: block; font-family:var(--beke-font-text); font-size: 1.12rem; }
.beke-course .portrait-note span{ display: block; margin-top: 3px; color: var(--muted); font-size: .83rem; }
.beke-course .facts{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.beke-course .hero .facts{ width: min(100%, 720px); }
.beke-course .fact{ padding: 16px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.48); text-align: center; box-shadow: 0 8px 24px rgba(18,55,42,.06); }
.beke-course .fact strong{ display: block; font-size: .92rem; line-height: 1.35; }
.beke-course .grid-2{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.beke-course .grid-3{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.beke-course .grid-4{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.beke-course .grid-5{ display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.beke-course .number{ display: inline-grid; width: 42px; aspect-ratio: 1; place-items: center; margin-bottom: 22px; border: 1px solid rgba(24,50,40,.14); border-radius: 50%; color: var(--forest-950); background: rgba(255,255,255,.5); font-family:var(--beke-font-script); font-size: 1.15rem; font-weight: 700; }
.beke-course .story-card{ min-height: 100%; }
.beke-course .story-card p{ color: #3e554b; }
.beke-course .callout{ margin-top: 28px; padding: clamp(28px, 5vw, 54px); text-align: center; }
.beke-course .callout strong{ display: block; max-width: 750px; margin-inline: auto; font-family:var(--beke-font-text); font-size: clamp(1.48rem, 3.2vw, 2.35rem); line-height: 1.25; }
.beke-course .callout p{ max-width: 820px; margin: 20px auto 0; color: #40574c; }
.beke-course .quote{
      position: relative;
      margin-top: 36px;
      padding: clamp(28px, 5vw, 48px);
      border: 1px solid rgba(255,255,255,.66);
      border-radius: var(--radius-md);
      background: rgba(255,255,255,.62);
      font-family:var(--beke-font-text);
      font-size: clamp(1.34rem, 2.7vw, 2rem);
      line-height: 1.4;
      box-shadow: var(--shadow-sm);
    }
.beke-course .quote span{ display: block; margin-top: 12px; font-family:var(--beke-font-text); font-size: 1rem; color: var(--muted); }
.beke-course .video-section{ min-height: 720px; display: grid; align-items: center; color: var(--white); background: #e9e5de; }
.beke-course .video-section::before{ background: transparent; }
.beke-course .video-section::after{ inset: 0; width: auto; aspect-ratio: auto; border-radius: 0; background: radial-gradient(circle at 78% 20%, rgba(236,197,94,.26), transparent 32%); filter: none; }
.beke-course .video-bg{ position: absolute; z-index: -4; inset: 0; overflow: hidden; background: #d9d6d0; pointer-events: none; }
.beke-course .video-bg video{ width: 100%; height: 100%; object-fit: cover; opacity: 1; filter: none; transform-origin: center; }
@media  (min-width: 1100px) {.beke-course .scene-content-left > .container,.beke-course .scene-content-left > .container-narrow{
        width: min(calc(58vw - 34px), 790px);
        margin-left: max(22px, calc((100vw - var(--content)) / 2));
        margin-right: auto;
      }
.beke-course .scene-content-right > .container,.beke-course .scene-content-right > .container-narrow{
        width: min(calc(58vw - 34px), 790px);
        margin-left: auto;
        margin-right: max(22px, calc((100vw - var(--content)) / 2));
      }
.beke-course .scene-content-left .grid-4,.beke-course .scene-content-right .grid-4,.beke-course .scene-content-left .grid-5,.beke-course .scene-content-right .grid-5,.beke-course .scene-content-left .topic-grid,.beke-course .scene-content-right .topic-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.beke-course .scene-content-left .grid-3,.beke-course .scene-content-right .grid-3{ grid-template-columns: 1fr; }
.beke-course .scene-content-left .four-grid,.beke-course .scene-content-right .four-grid,.beke-course .scene-content-left .gift-grid,.beke-course .scene-content-right .gift-grid,.beke-course .scene-content-left .interest,.beke-course .scene-content-right .interest,.beke-course .scene-content-left .form-layout,.beke-course .scene-content-right .form-layout{ grid-template-columns: 1fr; }
.beke-course .scene-content-right .final-card,.beke-course .scene-content-right .video-glass{ margin-left: auto; }
.beke-course .scene-content-left .final-card,.beke-course .scene-content-left .video-glass{ margin-right: auto; margin-left: 0; }}
.beke-course .video-section .container{ display: flex; justify-content: flex-end; }
.beke-course .video-glass{ width: min(100%, 560px); margin-left: auto; padding: clamp(30px, 4vw, 46px); color: var(--ink); }
.beke-course .video-glass h2{ max-width: 14ch; }
.beke-course .video-glass .lead{ color: #3d554a; }
.beke-course .video-glass > .button{ margin-top: 12px; }
.beke-course .topic-grid{ display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.beke-course .topic-card{ min-height: 190px; padding: 22px; border: 1px solid rgba(255,255,255,.72); border-radius: 20px; background: rgba(255,255,255,.64); box-shadow: inset 0 1px 0 rgba(255,255,255,.86); backdrop-filter: blur(18px); }
.beke-course .topic-card h3{ color: var(--forest-800); font-family:var(--beke-font-text); font-size: 1rem; letter-spacing: .01em; }
.beke-course .topic-card p{ margin: 11px 0 0; color: #4b6157; font-size: .92rem; line-height: 1.55; }
.beke-course .video-foot{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 22px; margin-top: 32px; }
.beke-course .video-foot p{ max-width: 600px; margin: 0; color: #4b6157; }
.beke-course .topic-section .topic-grid{ margin-top: 0; }
.beke-course .topic-section .video-foot{ padding: 24px 28px; border-radius: 22px; background: rgba(255,255,255,.56); }
.beke-course .process{ counter-reset: process; }
.beke-course .process-card{ position: relative; padding: 30px; }
.beke-course .process-card::before{ counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 30px; color: rgba(24,50,40,.62); font-size: .82rem; font-weight: 850; letter-spacing: .14em; }
.beke-course .process-card p{ color: var(--muted); }
.beke-course .four-grid{ display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(24px, 6vw, 72px); align-items: stretch; }
.beke-course .four-box{ display: grid; min-height: 410px; place-content: center; padding: 36px; color: var(--ink); text-align: center; background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,255,255,.36)); }
.beke-course .four-number{ display: block; font-family:var(--beke-font-script); font-size: clamp(5rem, 12vw, 10rem); line-height: .85; color: var(--forest-700); }
.beke-course .four-box p{ max-width: 260px; margin: 28px auto 0; color: #3e554b; }
.beke-course .four-copy{ align-content: center; padding: clamp(32px, 6vw, 62px); }
.beke-course .four-copy h2{ max-width: 12ch; }
.beke-course .four-copy p{ margin: 22px 0 0; }
.beke-course .privacy-card{ position: relative; padding: clamp(36px, 8vw, 76px); text-align: center; }
.beke-course .privacy-icon{ display: grid; width: 76px; aspect-ratio: 1; place-items: center; margin: 0 auto 28px; border: 1px solid rgba(24,50,40,.14); border-radius: 50%; color: var(--forest-800); background: rgba(255,255,255,.56); font-size: 1.8rem; box-shadow: var(--shadow-sm); }
.beke-course .privacy-card h2{ margin-inline: auto; }
.beke-course .privacy-card .copy{ margin: 28px auto 0; }
.beke-course .takeaway-card{ min-height: 100%; padding: 25px 21px; }
.beke-course .takeaway-card::before{ content: "✓"; display: grid; width: 34px; aspect-ratio: 1; place-items: center; margin-bottom: 20px; border: 1px solid rgba(24,50,40,.14); border-radius: 50%; color: var(--forest-950); background: rgba(255,255,255,.46); font-weight: 900; }
.beke-course .takeaway-card p{ margin: 0; font-weight: 700; line-height: 1.5; }
.beke-course .after-note{ max-width: 760px; margin: 36px auto 0; padding: 20px 26px; border: 1px solid rgba(255,255,255,.68); border-radius: 20px; background: rgba(255,255,255,.58); text-align: center; font-family:var(--beke-font-text); font-size: clamp(1.2rem, 2.3vw, 1.55rem); backdrop-filter: blur(18px); }
.beke-course .gift-grid{ display: grid; grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr); gap: clamp(34px, 7vw, 82px); align-items: center; }
.beke-course .product-frame{ position: relative; padding: clamp(20px, 4vw, 38px); }
.beke-course .product-frame::before{ content: ""; position: absolute; inset: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(221,184,92,.45), transparent 68%); filter: blur(20px); }
.beke-course .product-frame img{ position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow-lg); transform: rotate(-2deg); }
.beke-course .product-fallback{ display: none; position: relative; aspect-ratio: 1; place-content: center; border-radius: 30px; color: var(--ink); text-align: center; background: linear-gradient(145deg, rgba(255,255,255,.68), rgba(255,255,255,.4)); box-shadow: var(--shadow-lg); }
.beke-course .product-fallback strong{ display: block; font-family:var(--beke-font-script); font-size: clamp(2rem, 5vw, 3.5rem); }
.beke-course .gift-copy .copy{ margin-top: 26px; }
.beke-course .gift-copy{ padding: clamp(28px, 5vw, 48px); }
.beke-course .price-chip{ display: inline-grid; gap: 2px; margin-top: 24px; padding: 17px 20px; border: 1px solid rgba(199,155,59,.28); border-radius: 18px; background: rgba(255,255,255,.62); box-shadow: var(--shadow-sm); }
.beke-course .price-chip span{ color: var(--muted); font-size: .85rem; }
.beke-course .price-chip strong{ color: var(--forest-800); font-size: 1.1rem; }
.beke-course .pricing-wrap{ display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 24px; align-items: stretch; }
.beke-course .price-card{ display: grid; align-content: center; padding: clamp(34px, 6vw, 60px); color: var(--ink); background: linear-gradient(145deg, rgba(255,255,255,.66), rgba(255,255,255,.38)); }
.beke-course .normal-price{ margin-top: 20px; color: var(--muted); font-size: 1rem; }
.beke-course .normal-price strong{ text-decoration: line-through; text-decoration-thickness: 1px; }
.beke-course .early-price{ margin: 10px 0 0; font-family:var(--beke-font-text); font-size: clamp(2.5rem, 6vw, 4.7rem); line-height: 1; color: var(--forest-700); }
.beke-course .early-label{ margin-top: 12px; color: #3e554b; }
.beke-course .price-card .button{ margin-top: 30px; justify-self: start; }
.beke-course .includes{ padding: clamp(30px, 5vw, 52px); }
.beke-course .includes h3{ margin-bottom: 22px; }
.beke-course .check-list{ display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.beke-course .check-list li{ position: relative; padding-left: 31px; }
.beke-course .check-list li::before{ content: "✓"; position: absolute; left: 0; top: 1px; color: var(--ink); font-weight: 900; }
.beke-course .pricing-copy{ max-width: 870px; margin: 0 auto 38px; padding: clamp(28px, 5vw, 44px); border: 1px solid rgba(255,255,255,.72); border-radius: var(--radius-md); background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); backdrop-filter: blur(20px); text-align: center; }
.beke-course .dates-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.beke-course .date-card{ display: grid; min-height: 260px; align-content: space-between; padding: clamp(28px, 5vw, 45px); }
.beke-course .date-card .date{ max-width: 13ch; font-family:var(--beke-font-text); font-size: clamp(1.75rem, 4vw, 2.8rem); line-height: 1.1; }
.beke-course .date-card .time{ margin-top: 32px; color: var(--forest-700); font-size: 1.25rem; font-weight: 800; }
.beke-course .location-card{ display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 20px; padding: clamp(28px, 5vw, 44px); }
.beke-course .location-card address{ margin-top: 10px; color: var(--forest-800); font-style: normal; font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 700; line-height: 1.45; }
.beke-course .capacity{ max-width: 260px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.58); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); text-align: center; font-weight: 750; }
.beke-course .interest{ display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 78px); align-items: center; }
.beke-course .interest-copy{ padding: clamp(28px, 5vw, 48px); }
.beke-course .interest-mark{ display: grid; min-height: 340px; place-content: center; padding: 35px; text-align: center; }
.beke-course .interest-mark span{ display: block; color: var(--gold-500); font-family:var(--beke-font-script); font-size: 6rem; line-height: 1; }
.beke-course .interest-mark strong{ display: block; max-width: 330px; margin-top: 20px; font-family:var(--beke-font-text); font-size: 1.7rem; line-height: 1.3; }
.beke-course .final-cta{ min-height: 760px; display: grid; place-items: center; text-align: center; }
.beke-course .final-cta::before{ background: transparent; }
.beke-course .final-card{ max-width: 620px; padding: clamp(32px, 5vw, 52px); }
.beke-course .final-cta .container{ display: flex; justify-content: flex-start; }
.beke-course .final-card h2{ max-width: 14ch; margin-inline: auto; }
.beke-course .final-card .copy{ margin: 28px auto 0; color: #3e564b; }
.beke-course .final-facts{ display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0; }
.beke-course .final-facts span{ padding: 9px 14px; border: 1px solid rgba(24,50,40,.1); border-radius: 999px; color: var(--forest-800); background: rgba(255,255,255,.72); font-size: .9rem; }
.beke-course .faq-list{ display: grid; gap: 14px; }
.beke-course .faq-list details{ overflow: hidden; }
.beke-course .faq-list summary{ display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; cursor: pointer; font-family:var(--beke-font-text); font-size: 1.15rem; font-weight: 700; list-style: none; }
.beke-course .faq-list summary::-webkit-details-marker{ display: none; }
.beke-course .faq-list summary::after{ content: "+"; display: grid; flex: 0 0 auto; width: 32px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(24,50,40,.14); border-radius: 50%; color: var(--forest-900); background: rgba(255,255,255,.38); font-family:var(--beke-font-text); transition: transform .2s ease; }
.beke-course .faq-list details[open] summary::after{ transform: rotate(45deg); }
.beke-course .faq-answer{ padding: 0 26px 24px; color: var(--muted); }
.beke-course .form-layout{ display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(28px, 6vw, 70px); align-items: start; }
.beke-course .form-intro{ position: sticky; top: calc(var(--header-h) + 30px); padding: clamp(28px, 5vw, 46px); }
.beke-course .form-intro .lead{ font-size: 1.08rem; }
.beke-course .form-meta{ display: grid; gap: 12px; margin-top: 28px; }
.beke-course .form-meta span{ display: flex; align-items: center; gap: 10px; color: var(--forest-700); font-weight: 700; }
.beke-course .form-meta span::before{ content: ""; width: 6px; aspect-ratio: 1; border-radius: 50%; background: rgba(24,50,40,.32); }
.beke-course .fluent-slot{ min-height: 520px; padding: clamp(28px, 5vw, 48px); }
.beke-course .fluent-placeholder{ display: grid; min-height: 420px; place-content: center; padding: 30px; text-align: center; }
.beke-course .fluent-placeholder strong{ color: var(--forest-900); font-family:var(--beke-font-script); font-size: clamp(1.7rem, 3vw, 2.3rem); }
.beke-course .fluent-placeholder p{ max-width: 430px; margin: 13px auto 0; color: var(--muted); }
.beke-course .fluent-slot.has-form .fluent-placeholder{ display: none; }
.beke-course .fluent-slot .fluentform{ color: var(--ink); font-family:var(--beke-font-text); }
.beke-course .site-footer{ margin: 0; padding: 34px 0 30px; border-top: 1px solid rgba(24,50,40,.1); color: #4b6157; background: #ffffff; }
.beke-course .footer-inner{ width: min(100% - 40px, var(--content)); margin-inline: auto; display: flex; justify-content: space-between; gap: 24px; }
.beke-course .footer-inner strong{ color: var(--forest-900); font-family:var(--beke-font-script); font-size: 1.35rem; }
.beke-course .footer-inner a{ text-underline-offset: 3px; }
.beke-course .footer-credits{ width: 100%; margin: 24px 0 0; padding: 12px max(20px, calc((100vw - var(--content)) / 2)); border-top: 1px solid rgba(24,50,40,.06); color: rgba(24,50,40,.34); font-size: .56rem; line-height: 1.35; letter-spacing: .01em; }
.beke-course .footer-credits strong{ color: rgba(24,50,40,.38); font-weight: 500; }
.beke-course .footer-credits a{ color: inherit; text-decoration-color: rgba(24,50,40,.16); text-underline-offset: 2px; }
.beke-course .credit-links{ display: inline-flex; flex-wrap: wrap; gap: 2px 8px; margin: 0 6px; }
.beke-course .mobile-cta{ display: none; position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; }
.beke-course .mobile-cta .button{ width: 100%; min-height: 56px; }
.beke-course .reveal{ opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.beke-course .reveal.is-visible{ opacity: 1; transform: none; }
@media  (max-width: 980px) {.beke-course .gift-grid,.beke-course .pricing-wrap,.beke-course .form-layout{ grid-template-columns: 1fr; }
.beke-course .hero{ min-height: auto; }
.beke-course .hero-grid{ min-height: 620px; }
.beke-course .portrait-frame{ left: min(50vw, 500px); right: auto; width: min(20vw, 142px); }
.beke-course .facts{ grid-template-columns: repeat(2, 1fr); }
.beke-course .grid-4,.beke-course .topic-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
.beke-course .grid-5{ grid-template-columns: repeat(3, minmax(0,1fr)); }
.beke-course .form-intro{ position: static; }
.beke-course .video-bg video{ object-position: center; }
.beke-course .hero .video-bg video,.beke-course .video-section .video-bg video,.beke-course .final-cta .video-bg video{ object-position: center; }}
@media  (max-width: 760px) {.beke-course{ --header-h: 68px; }
.beke-course .container,.beke-course .container-narrow{ width: min(100% - 28px, var(--content)); }
.beke-course{ gap: 12px; padding: 10px; }
.beke-course .section{ border-radius: 28px; }
.beke-course .site-header .button{ display: none; }
.beke-course .brand{ font-size: 1.05rem; }
.beke-course .hero{ padding-top: 34px; }
.beke-course .hero-grid{ min-height: 0; }
.beke-course .hero-panel{ width: 100%; }
.beke-course .portrait-frame{ position: relative; left: auto; right: auto; bottom: auto; width: min(46vw, 168px); margin: 30px 18px 42px auto; }
.beke-course h1{ font-size: clamp(2.75rem, 14vw, 4.1rem); }
.beke-course h2{ font-size: clamp(2rem, 10vw, 3rem); }
.beke-course .grid-2,.beke-course .grid-3,.beke-course .dates-grid,.beke-course .four-grid,.beke-course .interest{ grid-template-columns: 1fr; }
.beke-course .grid-5{ grid-template-columns: repeat(2, minmax(0,1fr)); }
.beke-course .four-box{ min-height: 310px; }
.beke-course .four-copy{ padding: 32px 26px; }
.beke-course .location-card{ grid-template-columns: 1fr; }
.beke-course .capacity{ max-width: none; }
.beke-course .field-grid{ grid-template-columns: 1fr; gap: 0; }
.beke-course .footer-inner{ flex-direction: column; }
.beke-course .mobile-cta{ display: block; }
.beke-course .site-footer{ padding-bottom: 100px; }
.beke-course .video-bg video{ opacity: 1; }
.beke-course .video-section::before,.beke-course .final-cta::before{ background: transparent; }}
@media  (max-width: 520px) {.beke-course .section{ padding-block: 68px; }
.beke-course .header-inner{ width: min(100% - 24px, var(--content)); }
.beke-course .facts,.beke-course .grid-4,.beke-course .topic-grid,.beke-course .grid-5{ grid-template-columns: 1fr; }
.beke-course .fact{ text-align: left; }
.beke-course .portrait-note{ right: 8px; bottom: 12px; }
.beke-course .topic-card{ min-height: 0; }
.beke-course .video-glass,.beke-course .final-card{ border-radius: 24px; }
.beke-course .final-facts{ align-items: stretch; flex-direction: column; }
.beke-course .final-facts span{ border-radius: 14px; }
.beke-course .button-large{ width: 100%; }}
@media  (prefers-reduced-motion: reduce) {.beke-course{ scroll-behavior: auto; }
.beke-course *,.beke-course *::before,.beke-course *::after{ animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
.beke-course .reveal{ opacity: 1; transform: none; }
.beke-course .video-bg video{ display: none; }}
.beke-course{
      --ink: #102f24;
      --muted: #1e4637;
      --glass: rgba(255, 255, 255, .86);
      --glass-strong: rgba(255, 255, 255, .93);
      --header-h: 0px;
    }
.beke-course{ min-height: 100svh; background: #fff; color: var(--ink); }
.beke-course{ min-height: 100svh; padding: clamp(10px, 1.5vw, 22px); }
.beke-course .section{ min-height: calc(100svh - 44px); }
.beke-course .glass,.beke-course .glass-heading,.beke-course .hero .hero-panel,.beke-course .video-section .video-glass,.beke-course .final-cta .final-card{
      color: var(--ink) !important;
      border-color: rgba(255,255,255,.9) !important;
      background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.76)) !important;
      box-shadow: 0 24px 72px rgba(8,36,27,.2), inset 0 1px 0 rgba(255,255,255,.98) !important;
      backdrop-filter: blur(20px) saturate(135%) !important;
      -webkit-backdrop-filter: blur(20px) saturate(135%) !important;
    }
.beke-course .section :where(h1,h2,h3,p,li,summary,address,strong,b,span){ color: var(--ink); }
.beke-course .section .eyebrow{ color: var(--forest-800) !important; }
.beke-course .section .button{ color: #fff !important; }
.beke-course .section .button-gold{ color: var(--forest-950) !important; }
.beke-course .section .button :where(span,strong,b){ color: inherit !important; }
.beke-course .normal-price,.beke-course .early-label,.beke-course .hero-copy,.beke-course .video-glass .lead,.beke-course .final-card .copy,.beke-course .faq-answer,.beke-course .topic-card p,.beke-course .story-card p,.beke-course .process-card p,.beke-course .video-foot p{ color: var(--ink) !important; }
.beke-course .reveal,.beke-course .reveal.is-visible{ opacity: 1 !important; transform: none !important; }
.beke-course .video-bg{ background: #deddd9; }
.beke-course .video-bg video{ opacity: 0; transition: opacity .4s ease; }
.beke-course .video-bg video.is-ready{ opacity: 1; }
.beke-course .source-credit{
      padding: 5px max(14px, calc((100vw - var(--content)) / 2));
      color: rgba(16,47,36,.48);
      background: #fff;
      font-size: .58rem;
      line-height: 1.35;
      text-align: center;
    }
.beke-course .source-credit a{ color: inherit; text-underline-offset: 2px; }
.beke-course .cialdini-chip{
      display: inline-flex;
      width: fit-content;
      margin: 0 0 18px;
      padding: 8px 13px;
      border: 1px solid rgba(16,47,36,.14);
      border-radius: 999px;
      color: var(--forest-900) !important;
      background: rgba(255,255,255,.86);
      box-shadow: 0 8px 20px rgba(8,36,27,.08);
      font-size: .84rem;
      font-weight: 700;
      line-height: 1.35;
    }
@media  (max-width: 760px) {.beke-course .glass,.beke-course .glass-heading,.beke-course .hero .hero-panel,.beke-course .video-section .video-glass,.beke-course .final-cta .final-card{
        background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.84)) !important;
      }
.beke-course .section{ min-height: auto; }}


  .bg-blog-shell {
    --bg-forest: #123f34;
    --bg-forest-deep: #082d27;
    --bg-green: #27745d;
    --bg-green-light: #7da995;
    --bg-cream: #f6f0e4;
    --bg-paper: #fffdf8;
    --bg-gold: #d7ae55;
    --bg-gold-light: #f4d98d;
    --bg-ink: #17342d;
    --bg-muted: #63766f;
    --bg-radius: 28px;
    --bg-shadow: 0 24px 64px rgba(8, 45, 39, .13);
    --bg-ease: cubic-bezier(.22, 1, .36, 1);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--bg-ink);
    background:
      radial-gradient(circle at 8% 10%, rgba(215,174,85,.18), transparent 24rem),
      radial-gradient(circle at 94% 44%, rgba(39,116,93,.14), transparent 31rem),
      var(--bg-cream);
  }

  .bg-blog-shell *,
  .bg-blog-shell *::before,
  .bg-blog-shell *::after { box-sizing: border-box; }

  .bg-blog-shell a { text-decoration-thickness: .08em; text-underline-offset: .18em; }

  .bgba {
    width: 100%;
    font-family:var(--beke-font-text);
    color: var(--bg-ink);
  }

  .bgba__inner {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
  }

  .bgba__hero {
    position: relative;
    min-height: clamp(500px, 68svh, 720px);
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
      linear-gradient(115deg, rgba(8,45,39,.98) 0%, rgba(18,63,52,.94) 53%, rgba(39,116,93,.84) 100%);
  }

  .bgba__hero::before,
  .bgba__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .bgba__hero::before {
    opacity: .48;
    transform: translate3d(0, var(--bgba-parallax, 0), 0);
    background:
      repeating-linear-gradient(43deg, transparent 0 42px, rgba(244,217,141,.13) 43px, transparent 44px 88px),
      repeating-linear-gradient(133deg, transparent 0 76px, rgba(255,255,255,.055) 77px, transparent 78px 154px);
    mask-image: linear-gradient(135deg, #000 0%, rgba(0,0,0,.85) 44%, transparent 82%);
  }

  .bgba__hero::after {
    background:
      radial-gradient(circle at 82% 28%, rgba(244,217,141,.19), transparent 18rem),
      linear-gradient(90deg, transparent 0 69%, rgba(255,255,255,.045) 69% 69.15%, transparent 69.15%);
  }

  .bgba__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: clamp(42px, 8vw, 110px);
    align-items: center;
    padding-block: clamp(86px, 10vw, 140px);
  }

  .bgba__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--bg-gold-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .19em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .bgba__eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
  }

  .bgba__title {
    max-width: 760px;
    margin: 0;
    color: #fffdf8;
    font-family:var(--beke-font-text);
    font-size: clamp(52px, 8vw, 106px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: .94;
  }

  .bgba__title-accent {
    display: block;
    margin-top: .08em;
    color: var(--bg-gold-light);
    font-family:var(--beke-font-script);
    font-size: .7em;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: .9;
  }

  .bgba__lead {
    max-width: 660px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.79);
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.72;
  }

  .bgba__hero-card {
    position: relative;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--bg-radius);
    background: rgba(255,255,255,.1);
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
  }

  .bgba__hero-card::before {
    content: "“";
    position: absolute;
    top: 12px;
    right: 24px;
    color: rgba(244,217,141,.28);
    font-family:var(--beke-font-text);
    font-size: 98px;
    line-height: 1;
  }

  .bgba__script {
    position: relative;
    margin: 0 0 12px;
    color: var(--bg-gold-light);
    font-family:var(--beke-font-script);
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.08;
  }

  .bgba__hero-card p:last-child {
    position: relative;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.7;
  }

  .bgba__explore {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
  }

  .bgba__explore::after {
    content: "↓";
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    transition: transform .35s var(--bg-ease), background-color .35s var(--bg-ease);
  }

  .bgba__explore:hover::after { transform: translateY(4px); background: rgba(255,255,255,.1); }

  .bgba__tools-wrap {
    position: relative;
    z-index: 3;
    margin-top: -42px;
  }

  .bgba__tools {
    display: grid;
    grid-template-columns: minmax(250px, .9fr) minmax(0, 1.6fr);
    gap: 24px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 26px;
    background: rgba(255,255,255,.78);
    box-shadow: var(--bg-shadow);
    backdrop-filter: blur(20px) saturate(135%);
    -webkit-backdrop-filter: blur(20px) saturate(135%);
  }

  .bgba__search {
    position: relative;
    display: flex;
    align-items: center;
  }

  .bgba__search svg {
    position: absolute;
    left: 17px;
    width: 19px;
    height: 19px;
    color: var(--bg-green);
    pointer-events: none;
  }

  .bgba__search-input {
    width: 100%;
    min-height: 50px;
    padding: 12px 48px 12px 48px !important;
    border: 1px solid rgba(18,63,52,.14) !important;
    border-radius: 999px !important;
    outline: 0;
    color: var(--bg-ink);
    background: rgba(255,253,248,.82) !important;
    font: 500 15px/1.3 Arial, Helvetica, sans-serif !important;
    box-shadow: none !important;
    transition: border-color .25s ease, box-shadow .25s ease !important;
  }

  .bgba__search-input:focus {
    border-color: var(--bg-gold) !important;
    box-shadow: 0 0 0 4px rgba(215,174,85,.15) !important;
  }

  .bgba__search-button {
    position: absolute;
    right: 6px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--bg-green), var(--bg-forest)) !important;
    font-size: 17px !important;
    cursor: pointer;
  }

  .bgba__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
  }

  .bgba__chip {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid rgba(18,63,52,.13);
    border-radius: 999px;
    color: var(--bg-forest);
    background: rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .25s var(--bg-ease), color .25s ease, background-color .25s ease, border-color .25s ease;
  }

  .bgba__chip:hover,
  .bgba__chip[aria-current="page"] {
    transform: translateY(-2px);
    border-color: var(--bg-forest);
    color: #fff;
    background: var(--bg-forest);
  }

  .bgba__archive-intro {
    display: flex;
    gap: 28px;
    align-items: end;
    justify-content: space-between;
    padding: clamp(82px, 10vw, 126px) 0 34px;
  }

  .bgba__kicker {
    margin: 0 0 8px;
    color: var(--bg-green);
    font-family:var(--beke-font-script);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.1;
  }

  .bgba__section-title {
    margin: 0;
    color: var(--bg-forest-deep);
    font-family:var(--beke-font-text);
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.02;
  }

  .bgba__archive-intro > p {
    max-width: 440px;
    margin: 0;
    color: var(--bg-muted);
    font-size: 16px;
    line-height: 1.7;
  }

  /* ARCHIVE POSTS WIDGET — a natív dinamikus Elementor-kimenet */
  .bg-blog-shell .bg-blog-posts {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding-bottom: clamp(90px, 11vw, 150px);
  }

  .bg-blog-shell .bg-blog-posts .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }

  .bg-blog-shell .bg-blog-posts article.elementor-post {
    position: relative;
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.88);
    border-radius: var(--bg-radius);
    background: rgba(255,255,255,.76);
    box-shadow: 0 18px 48px rgba(8,45,39,.105);
    backdrop-filter: blur(16px) saturate(125%);
    -webkit-backdrop-filter: blur(16px) saturate(125%);
    transition: transform .45s var(--bg-ease), box-shadow .45s var(--bg-ease), border-color .45s ease;
  }

  .bg-blog-shell .bg-blog-posts article.elementor-post:hover {
    transform: translateY(-7px);
    border-color: rgba(215,174,85,.58);
    box-shadow: 0 28px 68px rgba(8,45,39,.16);
  }

  .bg-blog-shell .bg-blog-posts article.elementor-post:first-child {
    grid-column: span 2;
    display: grid !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(270px, .82fr);
  }

  .bg-blog-shell .bg-blog-posts .elementor-post__thumbnail__link {
    display: block;
    margin: 0 !important;
    overflow: hidden;
    background: #dbe7e0;
  }

  .bg-blog-shell .bg-blog-posts article:not(:first-child) .elementor-post__thumbnail__link { aspect-ratio: 16 / 10; }

  .bg-blog-shell .bg-blog-posts article:first-child .elementor-post__thumbnail__link { min-height: 100%; }

  .bg-blog-shell .bg-blog-posts .elementor-post__thumbnail {
    height: 100%;
    padding: 0 !important;
  }

  .bg-blog-shell .bg-blog-posts .elementor-post__thumbnail img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    object-fit: cover;
    transform: none !important;
    transition: transform .7s var(--bg-ease);
  }

  .bg-blog-shell .bg-blog-posts article.elementor-post:hover .elementor-post__thumbnail img { transform: scale(1.045) !important; }

  .bg-blog-shell .bg-blog-posts .elementor-post__text {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
    padding: 26px 26px 28px;
  }

  .bg-blog-shell .bg-blog-posts article:first-child .elementor-post__text {
    justify-content: center;
    padding: clamp(30px, 4vw, 50px);
  }

  .bg-blog-shell .bg-blog-posts .elementor-post__meta-data {
    order: -1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--bg-green) !important;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .bg-blog-shell .bg-blog-posts .elementor-post__title {
    margin: 0 0 13px !important;
    font-family:var(--beke-font-text);
    font-size: clamp(24px, 2.15vw, 32px) !important;
    font-weight: 600 !important;
    letter-spacing: -.025em;
    line-height: 1.15 !important;
  }

  .bg-blog-shell .bg-blog-posts article:first-child .elementor-post__title { font-size: clamp(30px, 3vw, 43px) !important; }

  .bg-blog-shell .bg-blog-posts .elementor-post__title a { color: var(--bg-forest-deep) !important; text-decoration: none; }
  .bg-blog-shell .bg-blog-posts .elementor-post__title a:hover { color: var(--bg-green) !important; }

  .bg-blog-shell .bg-blog-posts .elementor-post__excerpt {
    margin: 0 0 22px !important;
    color: var(--bg-muted) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .bg-blog-shell .bg-blog-posts .elementor-post__excerpt p { margin: 0 !important; }

  .bg-blog-shell .bg-blog-posts .elementor-post__read-more {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--bg-forest) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .055em;
    line-height: 1.3;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .bg-blog-shell .bg-blog-posts .elementor-post__read-more::after {
    content: "→";
    color: var(--bg-gold);
    font-size: 18px;
    transition: transform .25s var(--bg-ease);
  }

  .bg-blog-shell .bg-blog-posts .elementor-post__read-more:hover::after { transform: translateX(4px); }

  .bg-blog-shell .bg-blog-posts .elementor-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
    margin-top: 46px;
  }

  .bg-blog-shell .bg-blog-posts .elementor-pagination .page-numbers {
    display: grid;
    place-items: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 13px;
    border: 1px solid rgba(18,63,52,.14);
    border-radius: 999px;
    color: var(--bg-forest);
    background: rgba(255,255,255,.72);
    box-shadow: 0 8px 22px rgba(8,45,39,.08);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .bg-blog-shell .bg-blog-posts .elementor-pagination .current,
  .bg-blog-shell .bg-blog-posts .elementor-pagination a:hover {
    border-color: var(--bg-forest);
    color: #fff;
    background: var(--bg-forest);
  }

  .bg-blog-shell .bg-blog-posts .elementor-posts-nothing-found {
    padding: 48px;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: var(--bg-radius);
    color: var(--bg-muted);
    background: rgba(255,255,255,.76);
    text-align: center;
  }

  .bgba__cta-section {
    padding: 0 0 clamp(80px, 10vw, 130px);
  }

  .bgba__cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 34px;
    align-items: center;
    overflow: hidden;
    padding: clamp(38px, 6vw, 72px);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(125deg, var(--bg-forest-deep), var(--bg-forest) 58%, var(--bg-green));
    box-shadow: 0 28px 70px rgba(8,45,39,.2);
  }

  .bgba__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    background: repeating-linear-gradient(43deg, transparent 0 52px, rgba(244,217,141,.15) 53px, transparent 54px 106px);
    mask-image: linear-gradient(135deg, transparent 20%, #000 100%);
  }

  .bgba__cta-copy,
  .bgba__cta-button { position: relative; }

  .bgba__cta-copy p { margin: 0 0 8px; color: var(--bg-gold-light); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

  .bgba__cta-copy h2 {
    max-width: 780px;
    margin: 0;
    color: #fffdf8;
    font-family:var(--beke-font-text);
    font-size: clamp(31px, 4vw, 54px);
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.08;
  }

  .bgba__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid var(--bg-gold-light);
    border-radius: 999px;
    color: var(--bg-forest-deep) !important;
    background: linear-gradient(135deg, var(--bg-gold-light), var(--bg-gold));
    box-shadow: 0 12px 30px rgba(0,0,0,.17);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none !important;
    transition: transform .3s var(--bg-ease), box-shadow .3s var(--bg-ease);
  }

  .bgba__cta-button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(0,0,0,.23); }

  .bgba-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .8s var(--bg-ease), transform .8s var(--bg-ease);
  }

  .bgba-reveal.is-visible { opacity: 1; transform: none; }

  .bg-blog-shell :focus-visible {
    outline: 3px solid var(--bg-gold-light) !important;
    outline-offset: 3px !important;
  }

  @media (max-width: 1024px) {
    .bgba__hero-grid { grid-template-columns: 1fr .7fr; gap: 42px; }
    .bgba__tools { grid-template-columns: 1fr; }
    .bgba__chips { justify-content: flex-start; }
    .bg-blog-shell .bg-blog-posts .elementor-posts-container { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .bg-blog-shell .bg-blog-posts article.elementor-post:first-child { grid-column: 1 / -1; }
  }

  @media (max-width: 767px) {
    .bgba__inner,
    .bg-blog-shell .bg-blog-posts { width: min(100% - 28px, 1180px); }
    .bgba__hero { min-height: auto; }
    .bgba__hero-grid { grid-template-columns: 1fr; padding-block: 76px 104px; }
    .bgba__title { font-size: clamp(48px, 17vw, 76px); }
    .bgba__hero-card { max-width: 560px; }
    .bgba__tools-wrap { margin-top: -30px; }
    .bgba__tools { padding: 14px; border-radius: 22px; }
    .bgba__chips { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding: 2px 1px 8px; scrollbar-width: thin; }
    .bgba__chip { flex: 0 0 auto; min-height: 40px; }
    .bgba__archive-intro { display: block; padding-top: 72px; }
    .bgba__archive-intro > p { margin-top: 18px; }
    .bg-blog-shell .bg-blog-posts .elementor-posts-container { grid-template-columns: 1fr !important; gap: 20px !important; }
    .bg-blog-shell .bg-blog-posts article.elementor-post:first-child { grid-column: auto; display: flex !important; }
    .bg-blog-shell .bg-blog-posts article:first-child .elementor-post__thumbnail__link { min-height: 0; aspect-ratio: 16 / 10; }
    .bg-blog-shell .bg-blog-posts article:first-child .elementor-post__text { padding: 26px 26px 28px; }
    .bg-blog-shell .bg-blog-posts article:first-child .elementor-post__title { font-size: clamp(27px, 8vw, 34px) !important; }
    .bgba__cta { grid-template-columns: 1fr; border-radius: 28px; }
    .bgba__cta-button { width: 100%; white-space: normal; text-align: center; }
  }

  @media (max-width: 420px) {
    .bgba__inner,
    .bg-blog-shell .bg-blog-posts { width: min(100% - 20px, 1180px); }
    .bgba__hero-grid { padding-top: 64px; }
    .bgba__lead { font-size: 16px; }
    .bgba__tools { padding: 11px; }
    .bg-blog-shell .bg-blog-posts .elementor-post__text { padding: 22px 20px 24px; }
    .bgba__cta { padding: 34px 22px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .bg-blog-shell *,
    .bg-blog-shell *::before,
    .bg-blog-shell *::after {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
    .bgba-reveal { opacity: 1; transform: none; }
  }

  @media (forced-colors: active) {
    .bgba__hero-card, .bgba__tools, .bg-blog-posts article.elementor-post { border: 2px solid CanvasText; }
  }

  /* Elementor szerkesztőben mindig látható legyen, és ne mozogjon. */
  .elementor-editor-active .bgba-reveal { opacity: 1 !important; transform: none !important; }

#beke-kezdo2 .bg-inline-1{--delay:0ms}
#beke-kezdo2 .bg-inline-2{--delay:90ms}
#beke-kezdo2 .bg-inline-3{--delay:180ms}
#beke-kezdo2 .bg-inline-4{--delay:70ms}
#beke-kezdo2 .bg-inline-5{--delay:140ms}
#beke-kezdo2 .bg-inline-6{--delay:210ms}
#beke-kezdo2 .bg-inline-7{--gallery-image: url('https://bekegabor.eu/wp-content/uploads/2026/07/file_00000000e4a0820e8880a1c3dc678993.png')}
#beke-kezdo2 .bg-inline-8{--gallery-image: url('https://bekegabor.eu/wp-content/uploads/2026/07/file_00000000cd848206bfc805fcaf98bb33.png')}
#beke-kezdo2 .bg-inline-9{--delay:0ms}
#beke-kezdo2 .bg-inline-10{--delay:100ms}
#beke-kezdo2 .bg-inline-11{--delay:200ms}
#beke-kezdo2 .bg-inline-12{--delay:0ms}
#beke-kezdo2 .bg-inline-13{--delay:100ms}
#beke-kezdo2 .bg-inline-14{--delay:200ms}
/* Shared Nature Editorial brand; component layouts remain isolated. */
.beke-course,.bg-blog-shell { --forest-950:#032d20; --forest-900:#06432f; --forest-800:#07563a; --forest-700:#0a7047; --ink:#14251c; --muted:#5e6d65; --gold-500:#c8a45d; --bg-forest:#06432f; --bg-forest-deep:#032d20; --bg-gold:#c8a45d; --bg-ink:#14251c; font-family:var(--beke-font-text); font-size:16px; line-height:1.72; }
.beke-course :where(h1,h2,h3),.bg-blog-shell :where(h1,h2,h3) { font-family:var(--beke-font-text); }
.beke-course .fluentform {font-family:var(--beke-font-text);}
.beke-course {min-height:0; margin:0; padding:clamp(10px,1.5vw,22px);}
.beke-course :where([id]) {scroll-margin-top:90px;}
.beke-course .section {min-height:0;}
.beke-course .source-credit {overflow-wrap:anywhere;}
#beke-kezdo2 {width:100%; min-width:0; margin-left:0;}
.beke-course .fluent-slot.has-form .fluent-placeholder {display:none;}
.bg-video-toggle {position:absolute; z-index:5; right:16px; bottom:12px; border:1px solid #06432f; border-radius:20px; background:#fffaf0; color:#06432f; padding:8px 14px; font:600 14px/1.3 "Playfair Display",Georgia,serif; cursor:pointer;}
@media (max-width:760px){.beke-course .section {min-height:0;}}


    /* BEKE GABOR - ARAK2 - ZAROLT SENIOR REDESIGN */
    #bg-pricing-section {
      --bgp-forest: #12452e;
      --bgp-accent: #2f8d5f;
      --bgp-bronze: #9c6817;
      --bgp-gold: #d4a359;
      --bgp-sand: #f4ebd9;
      --bgp-paper: #f3eee6;
      --bgp-ink: #112217;
      --bgp-warm-shadow: 0 18px 46px rgba(57, 39, 13, .14);
      --bgp-warm-shadow-hover: 0 24px 58px rgba(57, 39, 13, .19), 0 0 34px rgba(212, 163, 89, .30);
      --bgp-ease: cubic-bezier(.2, .8, .2, 1);
      position: relative;
      left: 50%;
      width: var(--bgp-viewport-width, 100%);
      max-width: none;
      margin-left: var(--bgp-viewport-half, -50%);
      overflow-x: clip;
      isolation: isolate;
      color: var(--bgp-ink);
      background: var(--bgp-paper);
      font-family:var(--beke-font-text);
      font-size: 16px;
      line-height: 1.65;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    #bg-pricing-section,
    #bg-pricing-section * {
      box-sizing: border-box;
    }

    #bg-pricing-section img,
    #bg-pricing-section video {
      display: block;
      width: 100%;
      max-width: 100%;
      opacity: 1 !important;
      filter: none !important;
      mix-blend-mode: normal !important;
    }

    #bg-pricing-section a {
      font-family:var(--beke-font-text);
    }

    #bg-pricing-section svg {
      display: block;
      width: 1.25em;
      height: 1.25em;
      flex: 0 0 auto;
    }

    #bg-pricing-section .bgp-full-block {
      position: relative;
      width: 100%;
      padding: clamp(62px, 7vw, 110px) clamp(18px, 4vw, 64px);
    }

    #bg-pricing-section .bgp-full-block + .bgp-full-block {
      border-top: 1px solid rgba(156, 104, 23, .24);
    }

    #bg-pricing-section .bgp-shell {
      position: relative;
      z-index: 2;
      width: min(1180px, 100%);
      margin-inline: auto;
    }

    #bg-pricing-section .bgp-full-block--intro {
      min-height: min(780px, 88vh);
      display: grid;
      align-items: center;
      background:
        radial-gradient(circle at 12% 18%, rgba(212, 163, 89, .13), transparent 30%),
        radial-gradient(circle at 90% 12%, rgba(47, 141, 95, .09), transparent 29%),
        linear-gradient(145deg, var(--bgp-paper) 0%, var(--bgp-sand) 54%, #f3eee6 100%);
    }

    #bg-pricing-section .bgp-full-block--sage {
      background:
        linear-gradient(135deg, rgba(244, 235, 217, .92), rgba(243, 238, 230, .96));
    }

    #bg-pricing-section .bgp-intro {
      max-width: 980px;
      margin-inline: auto;
      text-align: center;
    }

    #bg-pricing-section .bgp-kicker,
    #bg-pricing-section .bgp-media-label,
    #bg-pricing-section .bgp-card__label {
      display: inline-block;
      color: var(--bgp-bronze);
      font-family:var(--beke-font-script);
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none;
    }

    #bg-pricing-section .bgp-kicker {
      margin-bottom: 16px;
      font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    }

    #bg-pricing-section h1,
    #bg-pricing-section h2,
    #bg-pricing-section h3,
    #bg-pricing-section h4,
    #bg-pricing-section h5,
    #bg-pricing-section h6,
    #bg-pricing-section p,
    #bg-pricing-section li,
    #bg-pricing-section span,
    #bg-pricing-section strong {
      font-family:var(--beke-font-text);
    }

    #bg-pricing-section h1,
    #bg-pricing-section h2,
    #bg-pricing-section h3 {
      color: var(--bgp-ink);
      overflow-wrap: anywhere;
      text-wrap: balance;
    }

    #bg-pricing-section .bgp-intro h1 {
      max-width: 900px;
      margin: 0 auto 24px;
      font-size: clamp(3rem, 6.5vw, 6rem);
      font-weight: 600;
      line-height: .98;
      letter-spacing: -.045em;
    }

    #bg-pricing-section .bgp-intro h1 em {
      color: var(--bgp-forest);
      font-weight: 500;
    }

    #bg-pricing-section .bgp-lead {
      max-width: 760px;
      margin: 0 auto;
      color: var(--bgp-ink);
      font-size: clamp(1.03rem, 1.5vw, 1.2rem);
      line-height: 1.75;
    }

    #bg-pricing-section .bgp-trust-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: clamp(30px, 4vw, 48px);
    }

    #bg-pricing-section .bgp-trust-item,
    #bg-pricing-section .bgp-free-note,
    #bg-pricing-section .bgp-media-card--copy,
    #bg-pricing-section .bgp-media-overlay,
    #bg-pricing-section .bgp-card,
    #bg-pricing-section .bgp-card__aside,
    #bg-pricing-section .bgp-bottom-cta {
      border: 1px solid rgba(156, 104, 23, .42);
      background: rgba(243, 238, 230, .64);
      box-shadow: var(--bgp-warm-shadow);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    #bg-pricing-section .bgp-trust-item {
      min-height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 13px 16px;
      border-radius: 18px;
      color: var(--bgp-ink);
      font-weight: 600;
    }

    #bg-pricing-section .bgp-trust-item svg,
    #bg-pricing-section .bgp-features svg {
      color: var(--bgp-bronze);
    }

    #bg-pricing-section .bgp-free-note {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      margin-top: 20px;
      padding: 18px 20px;
      border-radius: 22px;
      text-align: left;
    }

    #bg-pricing-section .bgp-free-note__copy {
      min-width: 0;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    #bg-pricing-section .bgp-free-note__copy > span:last-child {
      display: grid;
      gap: 3px;
    }

    #bg-pricing-section .bgp-free-note__icon {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      flex: 0 0 48px;
      border-radius: 16px;
      color: var(--bgp-sand);
      background: linear-gradient(135deg, var(--bgp-forest), var(--bgp-accent));
    }

    #bg-pricing-section .bgp-free-note__badge,
    #bg-pricing-section .bgp-media-chip,
    #bg-pricing-section .bgp-price__meta span {
      display: inline-flex;
      min-height: 36px;
      align-items: center;
      justify-content: center;
      padding: 7px 12px;
      border: 1px solid rgba(156, 104, 23, .30);
      border-radius: 999px;
      color: var(--bgp-ink);
      background: rgba(244, 235, 217, .68);
    }

    #bg-pricing-section .bgp-free-note__badge {
      flex: 0 0 auto;
      font-weight: 700;
      white-space: nowrap;
    }

    /* Teljes szelessegu, termeszetes szinu video; nincs fedoszinezes. */
    #bg-pricing-section .bgp-full-block--video {
      min-height: clamp(650px, 72vh, 850px);
      display: grid;
      align-items: center;
      overflow: hidden;
      background: var(--bgp-paper);
    }

    #bg-pricing-section .bgp-full-block--video > .bgp-media-card--video,
    #bg-pricing-section .bgp-full-block--video > .bgp-media-banner__media {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      overflow: hidden;
      border: 0;
      border-radius: 0;
      background: var(--bgp-paper);
      box-shadow: none;
    }

    #bg-pricing-section .bgp-full-block--video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 1 !important;
      filter: none !important;
      mix-blend-mode: normal !important;
      transform: none !important;
    }

    #bg-pricing-section .bgp-hero-media,
    #bg-pricing-section .bgp-media-banner {
      min-height: 500px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(250px, .52fr);
      gap: clamp(18px, 3vw, 34px);
      align-items: end;
    }

    #bg-pricing-section .bgp-media-card--copy,
    #bg-pricing-section .bgp-media-banner__copy {
      max-width: 650px;
      align-self: center;
      padding: clamp(28px, 4.5vw, 54px);
      border-radius: 28px;
    }

    #bg-pricing-section .bgp-full-block--video-secondary .bgp-media-banner__copy {
      grid-column: 2;
      grid-row: 1;
    }

    #bg-pricing-section .bgp-media-label {
      margin-bottom: 12px;
      font-size: clamp(1.45rem, 2.2vw, 2rem);
    }

    #bg-pricing-section .bgp-media-card--copy h3,
    #bg-pricing-section .bgp-media-banner__copy h3 {
      margin: 0 0 16px;
      font-size: clamp(2.2rem, 4.2vw, 4rem);
      font-weight: 600;
      line-height: 1.04;
      letter-spacing: -.035em;
    }

    #bg-pricing-section .bgp-media-card--copy p,
    #bg-pricing-section .bgp-media-banner__copy p {
      margin: 0;
      color: var(--bgp-ink);
    }

    #bg-pricing-section .bgp-media-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 20px;
    }

    #bg-pricing-section .bgp-media-overlay {
      position: static;
      width: auto;
      display: grid;
      gap: 3px;
      padding: 16px 18px;
      border-radius: 18px;
      color: var(--bgp-ink);
    }

    #bg-pricing-section .bgp-media-overlay span,
    #bg-pricing-section .bgp-media-caption span {
      color: var(--bgp-bronze);
      font-family:var(--beke-font-script);
      font-size: 1.35rem;
      font-weight: 700;
    }

    #bg-pricing-section .bgp-media-overlay strong,
    #bg-pricing-section .bgp-media-caption strong {
      color: var(--bgp-ink);
      font-size: 1rem;
      line-height: 1.35;
    }

    /* A kepalairas kulon panel, nem takarja a kepet. */
    #bg-pricing-section .bgp-media-band {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(16px, 2.5vw, 26px);
    }

    #bg-pricing-section .bgp-media-band .bgp-media-card {
      min-width: 0;
      display: grid;
      grid-template-rows: minmax(260px, 24vw) auto;
      margin: 0;
      overflow: hidden;
      border: 1px solid rgba(156, 104, 23, .36);
      border-radius: 24px;
      background: rgba(243, 238, 230, .62);
      box-shadow: var(--bgp-warm-shadow);
    }

    #bg-pricing-section .bgp-media-band img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 1 !important;
      filter: none !important;
      mix-blend-mode: normal !important;
    }

    #bg-pricing-section .bgp-media-caption,
    #bg-pricing-section .bgp-media-band .bgp-media-overlay {
      position: static;
      display: grid;
      gap: 4px;
      padding: 17px 18px 19px;
      border: 0;
      border-top: 1px solid rgba(156, 104, 23, .30);
      border-radius: 0;
      color: var(--bgp-ink);
      background: rgba(243, 238, 230, .72);
      box-shadow: none;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    #bg-pricing-section .bgp-list {
      display: grid;
      gap: clamp(22px, 3vw, 34px);
    }

    #bg-pricing-section .bgp-card {
      position: relative;
      display: grid;
      grid-template-columns: 90px minmax(0, 1fr);
      overflow: hidden;
      border-radius: 26px;
      transition: transform 240ms var(--bgp-ease), background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
    }

    #bg-pricing-section .bgp-card::after {
      content: "";
      position: absolute;
      inset: -40% auto -40% -38%;
      z-index: 4;
      width: 20%;
      pointer-events: none;
      opacity: 0;
      transform: skewX(-18deg);
      background: linear-gradient(90deg, transparent, rgba(212, 163, 89, .30), transparent);
    }

    #bg-pricing-section .bgp-index {
      position: relative;
      z-index: 2;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 24px 12px;
      color: var(--bgp-sand);
      background: linear-gradient(160deg, var(--bgp-forest), var(--bgp-accent));
    }

    #bg-pricing-section .bgp-index__number {
      font-size: 2rem;
      font-weight: 600;
    }

    #bg-pricing-section .bgp-index__line {
      width: 2px;
      height: 68px;
      background: linear-gradient(180deg, transparent, var(--bgp-gold), transparent);
    }

    #bg-pricing-section .bgp-index__icon {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(244, 235, 217, .58);
      border-radius: 13px;
    }

    #bg-pricing-section .bgp-card__body {
      min-width: 0;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(270px, .43fr);
      gap: clamp(24px, 4vw, 48px);
      align-items: center;
      padding: clamp(26px, 4.5vw, 48px);
    }

    #bg-pricing-section .bgp-card__label {
      margin-bottom: 8px;
      font-size: 1.5rem;
    }

    #bg-pricing-section .bgp-card h3 {
      margin: 0;
      font-size: clamp(2rem, 3.7vw, 3.4rem);
      font-weight: 600;
      line-height: 1.04;
      letter-spacing: -.035em;
    }

    #bg-pricing-section .bgp-card__description {
      margin: 15px 0 0;
      color: var(--bgp-ink);
      line-height: 1.72;
    }

    #bg-pricing-section .bgp-features {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 18px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
    }

    #bg-pricing-section .bgp-features li {
      min-width: 0;
      display: flex;
      align-items: flex-start;
      gap: 9px;
      color: var(--bgp-ink);
    }

    #bg-pricing-section .bgp-features svg {
      margin-top: .18em;
    }

    #bg-pricing-section .bgp-card__aside {
      min-width: 0;
      padding: 22px;
      border-radius: 20px;
      background: rgba(244, 235, 217, .60);
      box-shadow: 0 12px 30px rgba(57, 39, 13, .11);
    }

    #bg-pricing-section .bgp-price {
      margin-bottom: 18px;
    }

    #bg-pricing-section .bgp-price__eyebrow {
      display: block;
      color: var(--bgp-bronze);
      font-family:var(--beke-font-script);
      font-size: 1.35rem;
      font-weight: 700;
    }

    #bg-pricing-section .bgp-price strong {
      display: block;
      margin-top: 2px;
      color: var(--bgp-forest);
      font-size: clamp(2rem, 3.3vw, 3rem);
      line-height: 1.05;
    }

    #bg-pricing-section .bgp-price__meta {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-top: 12px;
    }

    #bg-pricing-section .bgp-button,
    #bg-pricing-section .bgp-bottom-button {
      position: relative;
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      overflow: hidden;
      padding: 12px 16px;
      border: 1px solid rgba(212, 163, 89, .78);
      border-radius: 14px;
      color: var(--bgp-sand) !important;
      background:
        repeating-linear-gradient(135deg, transparent 0 8px, rgba(244, 235, 217, .13) 8px 9px),
        linear-gradient(112deg, var(--bgp-forest) 0%, var(--bgp-accent) 56%, var(--bgp-bronze) 100%);
      box-shadow: 0 12px 26px rgba(57, 39, 13, .22);
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      transition: transform 220ms var(--bgp-ease), box-shadow 220ms ease, border-color 220ms ease;
    }

    #bg-pricing-section .bgp-button::before,
    #bg-pricing-section .bgp-bottom-button::before {
      content: "";
      position: absolute;
      inset: -60% auto -60% -34%;
      width: 22%;
      pointer-events: none;
      opacity: 0;
      transform: skewX(-18deg);
      background: linear-gradient(90deg, transparent, rgba(244, 235, 217, .60), transparent);
    }

    #bg-pricing-section .bgp-button > *,
    #bg-pricing-section .bgp-bottom-button > * {
      position: relative;
      z-index: 2;
    }

    #bg-pricing-section .bgp-button__arrow {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      flex: 0 0 30px;
      border-radius: 10px;
      color: var(--bgp-forest);
      background: var(--bgp-sand);
    }

    #bg-pricing-section .bgp-aside-note {
      margin: 10px 0 0;
      color: var(--bgp-ink);
      font-size: .82rem;
      line-height: 1.45;
    }

    #bg-pricing-section .bgp-bottom-cta {
      padding: clamp(28px, 4vw, 46px);
      border-radius: 26px;
      color: var(--bgp-sand);
      background: rgba(18, 69, 46, .90);
    }

    #bg-pricing-section .bgp-bottom-cta__inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 28px;
      align-items: center;
    }

    #bg-pricing-section .bgp-bottom-cta h3 {
      margin: 0;
      color: var(--bgp-sand);
      font-size: clamp(2rem, 4vw, 3.6rem);
      font-weight: 600;
      line-height: 1.04;
      letter-spacing: -.035em;
    }

    #bg-pricing-section .bgp-bottom-cta p {
      max-width: 720px;
      margin: 14px 0 0;
      color: var(--bgp-sand);
    }

    #bg-pricing-section .bgp-stock-attribution {
      margin: 0;
      padding: 12px clamp(16px, 4vw, 64px) 16px;
      color: var(--bgp-ink);
      background: var(--bgp-paper);
      font-size: .72rem;
      text-align: center;
    }

    #bg-pricing-section .bgp-stock-attribution a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      color: var(--bgp-forest);
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    #bg-pricing-section a:focus-visible {
      outline: 3px solid var(--bgp-gold);
      outline-offset: 4px;
    }

    #bg-pricing-section .bgp-card:focus-within,
    #bg-pricing-section .bgp-media-card--copy:focus-within,
    #bg-pricing-section .bgp-bottom-cta:focus-within {
      border-color: rgba(212, 163, 89, .94);
      background: rgba(244, 235, 217, .84);
      box-shadow: var(--bgp-warm-shadow-hover);
    }

    @media (hover: hover) and (pointer: fine) {
      #bg-pricing-section .bgp-card:hover,
      #bg-pricing-section .bgp-media-card--copy:hover,
      #bg-pricing-section .bgp-media-overlay:hover,
      #bg-pricing-section .bgp-free-note:hover,
      #bg-pricing-section .bgp-trust-item:hover {
        border-color: rgba(212, 163, 89, .94);
        background: rgba(244, 235, 217, .84);
        box-shadow: var(--bgp-warm-shadow-hover);
        transform: translateY(-3px);
      }

      #bg-pricing-section .bgp-card:hover::after {
        animation: bgp-card-glare 760ms ease-out 1;
      }

      #bg-pricing-section .bgp-button:hover,
      #bg-pricing-section .bgp-bottom-button:hover {
        transform: translateY(-2px);
        border-color: var(--bgp-gold);
        box-shadow: 0 16px 34px rgba(57, 39, 13, .25), 0 0 25px rgba(212, 163, 89, .28);
      }

      #bg-pricing-section .bgp-button:hover::before,
      #bg-pricing-section .bgp-bottom-button:hover::before {
        animation: bgp-button-glare 680ms ease-out 1;
      }
    }

    @keyframes bgp-card-glare {
      0% { left: -38%; opacity: 0; }
      26% { opacity: 1; }
      100% { left: 124%; opacity: 0; }
    }

    @keyframes bgp-button-glare {
      0% { left: -34%; opacity: 0; }
      24% { opacity: 1; }
      100% { left: 122%; opacity: 0; }
    }

    @media (max-width: 1024px) {
      #bg-pricing-section .bgp-card__body {
        grid-template-columns: minmax(0, 1fr) minmax(250px, .48fr);
        gap: 26px;
      }

      #bg-pricing-section .bgp-features {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 820px) {
      #bg-pricing-section .bgp-media-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #bg-pricing-section .bgp-media-band .bgp-media-card:first-child {
        grid-column: 1 / -1;
      }

      #bg-pricing-section .bgp-card__body {
        grid-template-columns: 1fr;
      }

      #bg-pricing-section .bgp-card__aside {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr);
        gap: 18px;
        align-items: center;
      }

      #bg-pricing-section .bgp-price {
        margin-bottom: 0;
      }

      #bg-pricing-section .bgp-aside-note {
        grid-column: 2;
      }
    }

    @media (max-width: 760px) {
      #bg-pricing-section {
        font-size: 15px;
      }

      #bg-pricing-section .bgp-full-block {
        padding: 48px 16px;
      }

      #bg-pricing-section .bgp-full-block--intro {
        min-height: auto;
        padding-block: 66px 54px;
      }

      #bg-pricing-section .bgp-intro h1 {
        font-size: clamp(2.7rem, 13vw, 4.1rem);
      }

      #bg-pricing-section .bgp-trust-row,
      #bg-pricing-section .bgp-media-band {
        grid-template-columns: 1fr;
      }

      #bg-pricing-section .bgp-media-band .bgp-media-card:first-child {
        grid-column: auto;
      }

      #bg-pricing-section .bgp-free-note {
        align-items: flex-start;
        flex-direction: column;
      }

      #bg-pricing-section .bgp-free-note__badge {
        margin-left: 63px;
      }

      #bg-pricing-section .bgp-full-block--video {
        min-height: auto;
        display: block;
        padding: 0 16px 48px;
      }

      #bg-pricing-section .bgp-full-block--video > .bgp-media-card--video,
      #bg-pricing-section .bgp-full-block--video > .bgp-media-banner__media {
        position: relative;
        inset: auto;
        width: calc(100% + 32px);
        height: clamp(360px, 108vw, 500px);
        margin-left: -16px;
      }

      #bg-pricing-section .bgp-full-block--video .bgp-shell {
        margin-top: -72px;
      }

      #bg-pricing-section .bgp-hero-media,
      #bg-pricing-section .bgp-media-banner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: stretch;
      }

      #bg-pricing-section .bgp-full-block--video-secondary .bgp-media-banner__copy {
        grid-column: 1;
        grid-row: auto;
      }

      #bg-pricing-section .bgp-media-card--copy,
      #bg-pricing-section .bgp-media-banner__copy {
        max-width: none;
        padding: 25px 22px;
        border-radius: 22px;
        background: rgba(243, 238, 230, .74);
      }

      #bg-pricing-section .bgp-media-card--copy h3,
      #bg-pricing-section .bgp-media-banner__copy h3 {
        font-size: clamp(2rem, 10vw, 3rem);
      }

      #bg-pricing-section .bgp-media-overlay {
        background: rgba(243, 238, 230, .74);
      }

      #bg-pricing-section .bgp-media-band .bgp-media-card {
        grid-template-rows: minmax(300px, 84vw) auto;
      }

      #bg-pricing-section .bgp-card {
        grid-template-columns: 1fr;
        border-radius: 22px;
      }

      #bg-pricing-section .bgp-index {
        min-height: 64px;
        flex-direction: row;
        padding: 12px 16px;
      }

      #bg-pricing-section .bgp-index__line {
        width: min(110px, 28vw);
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--bgp-gold), transparent);
      }

      #bg-pricing-section .bgp-card__body {
        gap: 22px;
        padding: 24px 19px 20px;
      }

      #bg-pricing-section .bgp-card h3 {
        font-size: clamp(2rem, 10vw, 3rem);
      }

      #bg-pricing-section .bgp-card__aside {
        display: block;
        padding: 18px;
      }

      #bg-pricing-section .bgp-price {
        margin-bottom: 16px;
      }

      #bg-pricing-section .bgp-aside-note {
        grid-column: auto;
      }

      #bg-pricing-section .bgp-button,
      #bg-pricing-section .bgp-bottom-button {
        width: 100%;
      }

      #bg-pricing-section .bgp-bottom-cta__inner {
        grid-template-columns: 1fr;
      }

      #bg-pricing-section .bgp-bottom-cta {
        padding: 26px 20px;
        border-radius: 22px;
      }
    }

    @supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
      #bg-pricing-section .bgp-trust-item,
      #bg-pricing-section .bgp-free-note,
      #bg-pricing-section .bgp-media-card--copy,
      #bg-pricing-section .bgp-media-overlay,
      #bg-pricing-section .bgp-card,
      #bg-pricing-section .bgp-card__aside {
        background: rgba(243, 238, 230, .90);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #bg-pricing-section *,
      #bg-pricing-section *::before,
      #bg-pricing-section *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
      }

      #bg-pricing-section .bgp-card,
      #bg-pricing-section .bgp-button,
      #bg-pricing-section .bgp-bottom-button {
        transform: none !important;
      }
    }
  
/* Shared typography and palette across home, course, blog and prices. */
#beke-kezdo2,.beke-course,.bg-blog-shell,#bg-pricing-section {
 --forest-950:var(--beke-deep);--forest-900:var(--beke-forest);--forest-800:var(--beke-green);
 --ink:var(--beke-ink);--ivory:var(--beke-cream);--gold:var(--beke-gold);--gold-500:var(--beke-gold);
 --bg-forest:var(--beke-forest);--bg-forest-deep:var(--beke-deep);--bg-gold:var(--beke-gold);--bg-cream:var(--beke-cream);--bg-ink:var(--beke-ink);
 --bgp-forest:var(--beke-forest);--bgp-gold:var(--beke-gold);--bgp-paper:var(--beke-cream);--bgp-ink:var(--beke-ink);
 font-family:var(--beke-font-text); line-height:1.72;
}
:where(#beke-kezdo2,.beke-course,.bg-blog-shell,#bg-pricing-section) :where(button,input,textarea,select) {font-family:var(--beke-font-text);}
#beke-kezdo2 :where(.eyebrow,.section-kicker),.beke-course .eyebrow {font-family:var(--beke-font-script);font-size:clamp(1.3rem,2.2vw,1.65rem);text-transform:none;letter-spacing:0;}
#bg-pricing-section {left:auto;width:100%;margin-left:0;}

.beke-course .fluentform :where(input,textarea,select,button,label) {font-family:var(--beke-font-text);}
.beke-course .fluentform .ff-btn-submit {background:var(--beke-forest);color:#fff;border-radius:999px;padding:14px 24px;}
.beke-course .fluent-slot.has-form {min-height:0;}

#beke-kezdo2 .manifesto-sub,#beke-kezdo2 h2 em {font-family:var(--beke-font-script);}
#beke-kezdo2 .manifesto-sub,#beke-kezdo2 h2 em {font-family:var(--beke-font-script);}

.bg-blog-shell .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
