.bkn-root, .bkn-root *, .bkn-root *::before, .bkn-root *::after { box-sizing: border-box; margin: 0; padding: 0; }

.bkn-root {
  --green:#0f4c3a; --navy:#1e3a5f; --accent:#e8a020;
  --text-dark:#111827; --text-mid:#374151; --text-light:#6b7280;
  --bg-soft:#f9fafb; --border:#e5e7eb;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);
  --shadow-md:0 4px 16px rgba(0,0,0,.08);
  --shadow-lg:0 10px 40px rgba(0,0,0,.12);
  font-family:'DM Sans',system-ui,sans-serif; color:var(--text-dark); background:#fff;
  scroll-behavior:smooth; overflow-x:hidden;
}

.bkn-root h1,.bkn-root h2 { font-family:'Playfair Display',Georgia,serif; }

.bkn-container { max-width:1200px; margin:0 auto; padding:0 5%; }

.bkn-eyebrow { font-size:.78rem; font-weight:600; letter-spacing:2.5px; text-transform:uppercase; color:var(--accent); margin-bottom:.6rem; }

.bkn-title { font-size:clamp(1.9rem,3.5vw,2.8rem); color:var(--green); line-height:1.2; margin-bottom:.9rem; }

.bkn-sub { color:var(--text-light); font-size:1.05rem; line-height:1.7; max-width:640px; margin:0 auto; }

/* nav */
.bkn-header { position:sticky; top:0; z-index:100; background:#fff; border-bottom:1px solid var(--border); box-shadow:var(--shadow-sm); }

.bkn-nav { display:flex; align-items:center; justify-content:space-between; height:68px; }

.bkn-logo { font-weight:900; font-size:1.65rem; text-decoration:none; letter-spacing:-1px; display:inline-flex; align-items:baseline; font-family:'DM Sans',system-ui,sans-serif; }

.bkn-logo .b { background:linear-gradient(170deg,#1e4d6b,#0f3347 60%,#1a3a5c); -webkit-background-clip:text; background-clip:text; color:transparent; }

.bkn-logo .x { font-style:italic; background:linear-gradient(160deg,#d4a843,#a8792a 35%,#c9963c 65%,#7a5518); -webkit-background-clip:text; background-clip:text; color:transparent; }

.bkn-links { display:flex; gap:2rem; align-items:center; list-style:none; }

.bkn-links a { text-decoration:none; color:var(--text-mid); font-size:.93rem; font-weight:500; transition:color .2s; }

.bkn-links a:hover { color:var(--green); }

.bkn-login { background:none; border:none; padding:.45rem 1.1rem; color:var(--text-mid); font:inherit; font-size:.93rem; font-weight:600; cursor:pointer; border-radius:30px; transition:color .2s; }

.bkn-login:hover { color:var(--green); }

.bkn-burger { display:none; background:none; border:none; cursor:pointer; padding:.4rem; }

.bkn-burger span { display:block; width:22px; height:2px; background:var(--text-dark); margin:5px 0; border-radius:2px; }

.bkn-mobile { display:flex; flex-direction:column; gap:1rem; border-top:1px solid var(--border); padding:1rem 5% 1.5rem; }

.bkn-mobile a { text-decoration:none; color:var(--text-mid); font-size:1rem; font-weight:500; padding:.3rem 0; }

/* hero */
.bkn-phero { background:linear-gradient(135deg,var(--green),#163359 55%,var(--green)); padding:80px 5%; text-align:center; }

.bkn-phero .bkn-eyebrow { color:#f0c46b; }

.bkn-phero h1 { font-size:clamp(2.1rem,4vw,3rem); font-weight:800; color:#fff; line-height:1.15; margin-bottom:1.1rem; }

.bkn-phero p { font-size:1.1rem; line-height:1.7; color:rgba(255,255,255,.85); max-width:620px; margin:0 auto; }

/* sections */
.bkn-section { padding:80px 5%; }

.bkn-section.alt { background:var(--bg-soft); }

.bkn-head { text-align:center; margin-bottom:2.6rem; }

/* buttons */
.bkn-btn { padding:.85rem 2rem; border-radius:50px; font:inherit; font-weight:700; font-size:.97rem; cursor:pointer; transition:all .2s; text-decoration:none; display:inline-block; border:none; }

.bkn-btn-gradient { background:linear-gradient(135deg,var(--green),var(--navy)); color:#fff; }

.bkn-btn-gradient:hover { opacity:.9; transform:translateY(-2px); box-shadow:0 8px 24px rgba(15,76,58,.3); }

.bkn-btn-white { background:#fff; color:var(--green); }

.bkn-btn-white:hover { background:#f0faf6; transform:translateY(-2px); box-shadow:0 6px 20px rgba(0,0,0,.15); }

/* badge */
.bkn-badge { display:inline-block; font-size:.62rem; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:#9a6a12; background:rgba(232,160,32,.14); border:1px solid rgba(232,160,32,.35); border-radius:999px; padding:.15rem .5rem; margin-left:.45rem; vertical-align:middle; white-space:nowrap; }

/* plan cards */
.bkn-plan-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(215px,1fr)); gap:1.25rem; max-width:1040px; margin:0 auto; }

.bkn-plan { border:1px solid var(--border); border-radius:16px; padding:1.6rem; background:#fff; box-shadow:var(--shadow-sm); display:flex; flex-direction:column; transition:box-shadow .25s,transform .25s; }

.bkn-plan:hover { box-shadow:var(--shadow-md); transform:translateY(-3px); }

.bkn-plan.feature { border-color:rgba(15,76,58,.35); box-shadow:0 6px 22px rgba(15,76,58,.1); }

.bkn-plan h3 { font-size:1.02rem; font-weight:700; margin-bottom:.3rem; color:var(--text-dark); }

.bkn-plan .price { font-size:1.55rem; font-weight:800; color:var(--green); margin:.35rem 0 .15rem; line-height:1.1; }

.bkn-plan .price small { font-size:.8rem; font-weight:600; color:var(--text-light); }

.bkn-plan .meta { font-size:.8rem; color:var(--text-light); margin-bottom:.5rem; }

.bkn-plan p { font-size:.87rem; color:var(--text-light); line-height:1.55; }

.bkn-incl { list-style:none; margin-top:.7rem; display:flex; flex-direction:column; gap:.45rem; }

.bkn-incl li { font-size:.84rem; color:var(--text-mid); display:flex; gap:.5rem; align-items:flex-start; line-height:1.45; }

.bkn-incl svg { width:15px; height:15px; flex-shrink:0; margin-top:3px; stroke:var(--green); fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }

/* tables */
.bkn-tablewrap { overflow-x:auto; max-width:1040px; margin:0 auto; border:1px solid var(--border); border-radius:14px; }

.bkn-ptable { width:100%; border-collapse:collapse; font-size:.9rem; min-width:620px; background:#fff; }

.bkn-ptable th, .bkn-ptable td { padding:.8rem 1rem; text-align:left; border-bottom:1px solid var(--border); vertical-align:top; }

.bkn-ptable tr:last-child td { border-bottom:none; }

.bkn-ptable thead th { background:var(--bg-soft); color:var(--text-dark); font-weight:700; font-size:.82rem; }

.bkn-ptable tbody tr:hover { background:var(--bg-soft); }

.bkn-ptable .rowlabel { font-weight:600; color:var(--text-dark); white-space:nowrap; }

.bkn-ptable .price { font-weight:700; color:var(--green); white-space:nowrap; }

.bkn-ptable .yes { color:var(--green); font-weight:700; }

.bkn-ptable .no { color:var(--text-light); }

/* ewa */
.bkn-ewa-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1.25rem; max-width:1040px; margin:0 auto; }

.bkn-ewa-card { border:1px solid var(--border); border-radius:16px; padding:1.6rem; background:#fff; box-shadow:var(--shadow-sm); }

.bkn-ewa-card h3 { font-size:1rem; font-weight:700; color:var(--text-dark); margin-bottom:.5rem; }

.bkn-ewa-card .big { font-size:1.5rem; font-weight:800; color:var(--green); line-height:1.15; margin-bottom:.4rem; }

.bkn-ewa-card p { font-size:.87rem; color:var(--text-light); line-height:1.55; }

.bkn-ewa-card ul { list-style:none; display:flex; flex-direction:column; gap:.4rem; margin-top:.4rem; }

.bkn-ewa-card li { font-size:.87rem; color:var(--text-mid); display:flex; justify-content:space-between; gap:1rem; }

.bkn-ewa-card li span:last-child { font-weight:700; color:var(--green); white-space:nowrap; }

/* note */
.bkn-note { max-width:1040px; margin:1.4rem auto 0; font-size:.8rem; color:var(--text-light); line-height:1.6; text-align:center; }

/* cta */
.bkn-cta { background:linear-gradient(135deg,var(--green),var(--navy)); border-radius:20px; padding:3rem 2rem; text-align:center; max-width:1040px; margin:0 auto; }

.bkn-cta h2 { font-size:clamp(1.6rem,3vw,2.2rem); color:#fff; margin-bottom:.7rem; }

.bkn-cta p { color:rgba(255,255,255,.85); font-size:1.02rem; line-height:1.6; max-width:520px; margin:0 auto 1.6rem; }

/* faq */
.bkn-faq-list { max-width:800px; margin:0 auto; display:flex; flex-direction:column; gap:.9rem; }

.bkn-faq { background:#fff; border-radius:14px; border:1px solid var(--border); box-shadow:var(--shadow-sm); overflow:hidden; }

.bkn-faq-q { width:100%; display:flex; justify-content:space-between; align-items:center; padding:1.3rem 1.6rem; cursor:pointer; background:none; border:none; text-align:left; font:inherit; font-size:1rem; font-weight:600; color:var(--text-dark); transition:background .15s; }

.bkn-faq-q:hover { background:var(--bg-soft); }

.bkn-chevron { flex-shrink:0; width:20px; height:20px; margin-left:1rem; transition:transform .3s; }

.bkn-chevron svg { fill:none; stroke:var(--text-light); stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; width:100%; height:100%; }

.bkn-faq.open .bkn-chevron { transform:rotate(180deg); }

.bkn-faq-a { display:grid; grid-template-rows:0fr; transition:grid-template-rows .35s ease; }

.bkn-faq.open .bkn-faq-a { grid-template-rows:1fr; }

.bkn-faq-a > div { overflow:hidden; }

.bkn-faq-a p { padding:0 1.6rem 1.4rem; font-size:.93rem; color:var(--text-light); line-height:1.7; }

/* footer */
.bkn-footer { background:#111827; color:rgba(255,255,255,.7); padding:60px 5% 30px; }

.bkn-footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px; }

.bkn-footer-brand .bkn-logo { display:block; margin-bottom:.8rem; font-size:1.4rem; }

.bkn-footer-brand p { font-size:.88rem; line-height:1.65; max-width:270px; }

.bkn-footer-col h4 { font-size:.9rem; font-weight:700; color:#fff; margin-bottom:1.1rem; }

.bkn-footer-col ul { list-style:none; display:flex; flex-direction:column; gap:.6rem; }

.bkn-footer-col a { text-decoration:none; color:rgba(255,255,255,.6); font-size:.88rem; transition:color .2s; }

.bkn-footer-col a:hover { color:#fff; }

.bkn-footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:24px; font-size:.82rem; }

/* reveal */
.bkn-reveal.in { animation: bknUp .5s ease both; }

@keyframes bknUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }

@media (prefers-reduced-motion: reduce) { .bkn-reveal.in { animation:none; } }

@media (max-width:860px) {
  .bkn-links { display:none; }
  .bkn-burger { display:block; }
  .bkn-footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width:560px) {
  .bkn-footer-grid { grid-template-columns:1fr; }
}

.bkn-root h1,.bkn-root h2,.bkn-root h3.serif { font-family:'Playfair Display',Georgia,serif; }

.bkn-sub { color:var(--text-light); font-size:1.05rem; line-height:1.7; max-width:660px; margin:0 auto; }

/* hero */
.bkn-phero { background:linear-gradient(135deg,var(--green),#163359 55%,var(--green)); padding:84px 5%; text-align:center; }

.bkn-phero h1 { font-size:clamp(2.1rem,4vw,3.1rem); font-weight:800; color:#fff; line-height:1.14; margin-bottom:1.1rem; }

.bkn-phero p { font-size:1.1rem; line-height:1.7; color:rgba(255,255,255,.85); max-width:640px; margin:0 auto 2rem; }

.bkn-hero-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }

.bkn-head { text-align:center; margin-bottom:2.8rem; }

.bkn-btn-outline { background:transparent; color:#fff; border:2px solid rgba(255,255,255,.75); }

.bkn-btn-outline:hover { background:rgba(255,255,255,.12); transform:translateY(-2px); }

/* cards grid */
.bkn-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:1.25rem; max-width:1040px; margin:0 auto; }

.bkn-card { border:1px solid var(--border); border-radius:16px; padding:1.7rem; background:#fff; box-shadow:var(--shadow-sm); transition:box-shadow .25s,transform .25s; }

.bkn-card:hover { box-shadow:var(--shadow-md); transform:translateY(-3px); }

.bkn-card h3 { font-size:1.05rem; font-weight:700; margin-bottom:.45rem; color:var(--text-dark); }

.bkn-card p { font-size:.9rem; color:var(--text-light); line-height:1.6; }

.bkn-iconbox { width:50px; height:50px; border-radius:14px; background:linear-gradient(135deg,var(--green),var(--navy)); display:flex; align-items:center; justify-content:center; margin-bottom:1.1rem; }

.bkn-iconbox svg { width:23px; height:23px; fill:none; stroke:#fff; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

/* stats */
.bkn-stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:1.25rem; max-width:880px; margin:0 auto; }

.bkn-stat { text-align:center; padding:1.6rem 1.1rem; border:1px solid var(--border); border-radius:16px; background:#fff; box-shadow:var(--shadow-sm); }

.bkn-stat .num { font-family:'Playfair Display',Georgia,serif; font-size:2.3rem; font-weight:800; color:var(--green); line-height:1; margin-bottom:.55rem; }

.bkn-stat p { font-size:.9rem; color:var(--text-mid); line-height:1.5; }

.bkn-stat .src { font-size:.7rem; color:var(--text-light); line-height:1.35; margin-top:.6rem; }

.bkn-legal { background:#eef5f1; border:1px solid #cfe3d8; border-left:6px solid var(--green); border-radius:18px; max-width:1000px; margin:0 auto; padding:2.6rem 2.4rem; box-shadow:var(--shadow-sm); }

.bkn-legal-head { display:flex; align-items:flex-start; gap:.85rem; }

.bkn-legal-head svg { color:var(--green); flex:0 0 auto; }

.bkn-legal-head h2 { font-family:'Playfair Display',Georgia,serif; color:var(--green); font-size:1.5rem; font-weight:800; line-height:1.25; }

.bkn-legal-intro { color:var(--text-mid); font-size:1.02rem; line-height:1.6; margin:1rem 0 1.7rem; max-width:780px; }

.bkn-legal-intro strong { color:var(--navy); }

.bkn-legal-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:1.4rem 2.2rem; }

.bkn-legal-pt h4 { color:var(--navy); font-size:1.02rem; margin-bottom:.35rem; }

.bkn-legal-pt p { color:var(--text-mid); font-size:.92rem; line-height:1.55; }

.bkn-legal-fine { margin-top:1.7rem; padding-top:1.2rem; border-top:1px solid #cfe3d8; font-size:.78rem; color:var(--text-light); line-height:1.55; }

/* checklist */
.bkn-checks { max-width:920px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:1rem 1.8rem; }

.bkn-checks li { list-style:none; display:flex; gap:.7rem; align-items:flex-start; }

.bkn-checks svg { width:20px; height:20px; flex-shrink:0; margin-top:2px; stroke:var(--green); fill:none; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; }

.bkn-checks h4 { font-size:.96rem; font-weight:700; color:var(--text-dark); margin-bottom:.15rem; }

.bkn-checks p { font-size:.86rem; color:var(--text-light); line-height:1.5; }

/* tables */
.bkn-tablewrap { overflow-x:auto; max-width:1000px; margin:0 auto; border:1px solid var(--border); border-radius:14px; }

.bkn-ptable { width:100%; border-collapse:collapse; font-size:.9rem; min-width:560px; background:#fff; }

.bkn-ptable .rowlabel { font-weight:700; color:var(--green); white-space:nowrap; }

.bkn-ptable tr.hl td { background:rgba(15,76,58,.05); }

/* ewa pricing cards */
.bkn-ewa-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:1.25rem; max-width:1040px; margin:0 auto; }

/* note */
.bkn-note { max-width:1000px; margin:1.4rem auto 0; font-size:.8rem; color:var(--text-light); line-height:1.6; text-align:center; }

.bkn-disclosure { max-width:1000px; margin:0 auto; font-size:.76rem; color:var(--text-light); line-height:1.6; border-top:1px solid var(--border); padding-top:1.4rem; }

.bkn-cta p { color:rgba(255,255,255,.85); font-size:1.02rem; line-height:1.6; max-width:540px; margin:0 auto 1.6rem; }

@media (max-width:560px) {
  .bkn-checks { grid-template-columns:1fr; }
  .bkn-footer-grid { grid-template-columns:1fr; }
}

.bkn-sub { color:var(--text-light); font-size:1.05rem; line-height:1.7; max-width:680px; margin:0 auto; }

.bkn-phero p { font-size:1.1rem; line-height:1.7; color:rgba(255,255,255,.85); max-width:660px; margin:0 auto 2rem; }

/* cards grid */
.bkn-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:1.25rem; max-width:1000px; margin:0 auto; }

.bkn-card { border:1px solid var(--border); border-radius:16px; padding:1.8rem; background:#fff; box-shadow:var(--shadow-sm); transition:box-shadow .25s,transform .25s; }

.bkn-card h3 { font-size:1.15rem; font-weight:700; margin-bottom:.5rem; color:var(--text-dark); }

.bkn-card p { font-size:.92rem; color:var(--text-light); line-height:1.6; }

.bkn-iconbox { width:54px; height:54px; border-radius:14px; background:linear-gradient(135deg,var(--green),var(--navy)); display:flex; align-items:center; justify-content:center; margin-bottom:1.2rem; }

.bkn-iconbox svg { width:25px; height:25px; fill:none; stroke:#fff; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

.bkn-checks .plain { font-size:.92rem; color:var(--text-mid); line-height:1.55; }

/* steps */
.bkn-steps { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:1rem; }

.bkn-step { display:flex; gap:1rem; align-items:flex-start; background:#fff; border:1px solid var(--border); border-radius:14px; padding:1.2rem 1.4rem; box-shadow:var(--shadow-sm); }

.bkn-step .n { flex-shrink:0; width:34px; height:34px; border-radius:50%; background:linear-gradient(135deg,var(--green),var(--navy)); color:#fff; font-weight:700; font-size:.95rem; display:flex; align-items:center; justify-content:center; }

.bkn-step p { font-size:.95rem; color:var(--text-mid); line-height:1.55; }

.bkn-ptable .rowlabel { font-weight:600; color:var(--text-dark); }

.bkn-ptable .future { color:#9a6a12; font-weight:700; }

.bkn-phero p { font-size:1.1rem; line-height:1.7; color:rgba(255,255,255,.85); max-width:680px; margin:0 auto 2rem; }

.bkn-card h3 { font-size:1.08rem; font-weight:700; margin-bottom:.45rem; color:var(--text-dark); }

.bkn-card .said { font-size:.86rem; font-style:italic; color:var(--green); font-weight:600; margin-bottom:.4rem; }

.bkn-iconbox { width:52px; height:52px; border-radius:14px; background:linear-gradient(135deg,var(--green),var(--navy)); display:flex; align-items:center; justify-content:center; margin-bottom:1.1rem; }

.bkn-iconbox svg { width:24px; height:24px; fill:none; stroke:#fff; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

/* steps */
.bkn-steps { max-width:840px; margin:0 auto; display:flex; flex-direction:column; gap:1rem; }

.bkn-step h4 { font-size:1rem; font-weight:700; color:var(--text-dark); margin-bottom:.15rem; }

.bkn-step p { font-size:.92rem; color:var(--text-light); line-height:1.55; }

/* banner highlight */
.bkn-banner { display:flex; gap:1.1rem; align-items:flex-start; max-width:1000px; margin:1.8rem auto 0; background:linear-gradient(135deg,rgba(15,76,58,.06),rgba(30,58,95,.06)); border:1px solid var(--border); border-radius:16px; padding:1.5rem 1.7rem; }

.bkn-banner .ic { flex-shrink:0; width:46px; height:46px; border-radius:12px; background:linear-gradient(135deg,var(--green),var(--navy)); display:flex; align-items:center; justify-content:center; }

.bkn-banner .ic svg { width:22px; height:22px; fill:none; stroke:#fff; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

.bkn-banner h3 { font-size:1.05rem; font-weight:700; color:var(--text-dark); margin-bottom:.25rem; }

.bkn-banner p { font-size:.92rem; color:var(--text-mid); line-height:1.55; }

/* tables */
.bkn-tablewrap { overflow-x:auto; max-width:760px; margin:0 auto; border:1px solid var(--border); border-radius:14px; }

.bkn-ptable { width:100%; border-collapse:collapse; font-size:.92rem; background:#fff; }

.bkn-ptable th, .bkn-ptable td { padding:.85rem 1.1rem; text-align:left; border-bottom:1px solid var(--border); }

.bkn-ptable thead th { background:var(--bg-soft); color:var(--text-dark); font-weight:700; font-size:.84rem; }

.bkn-sub { color:var(--text-light); font-size:1.05rem; line-height:1.7; max-width:560px; margin:0 auto; }

/* hero */
.bkn-hero { background:linear-gradient(135deg,var(--green),#163359 55%,var(--green)); padding:80px 5%; }

.bkn-hero-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }

.bkn-hero-text { color:#fff; }

.bkn-hero-text h1 { font-size:clamp(2.2rem,4.5vw,3.4rem); font-weight:800; line-height:1.12; margin-bottom:1.3rem; }

.bkn-hero-text p { font-size:1.1rem; line-height:1.7; color:rgba(255,255,255,.85); margin-bottom:2.2rem; max-width:440px; }

.bkn-hero-btns { display:flex; gap:1rem; flex-wrap:wrap; }

.bkn-btn { padding:.85rem 2rem; border-radius:50px; font:inherit; font-weight:700; font-size:.97rem; cursor:pointer; transition:all .2s; text-decoration:none; display:inline-block; border:none; }

.bkn-btn-gradient { background:linear-gradient(135deg,var(--green),var(--navy)); color:#fff; padding:.9rem 2.2rem; margin-top:.5rem; }

.bkn-btn-gradient:hover { opacity:.88; transform:translateY(-2px); box-shadow:0 8px 24px rgba(15,76,58,.3); }

.bkn-hero-media { border-radius:20px; overflow:hidden; box-shadow:0 25px 60px rgba(0,0,0,.35); height:420px; }

/* images + placeholders */
.bkn-media img { width:100%; height:100%; object-fit:cover; display:block; }

.bkn-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; padding:1rem; font-size:.85rem; font-weight:600; letter-spacing:.3px; }

.bkn-hero-media .bkn-placeholder { background:linear-gradient(135deg,#1a6350,#163359); color:rgba(255,255,255,.8); }

.bkn-emp-media .bkn-placeholder { background:#e8f0ee; color:var(--green); }

.bkn-appshot { background:#fff; display:flex; flex-direction:column; }

.bkn-appbar { flex:0 0 34px; background:#eef2f1; display:flex; align-items:center; gap:7px; padding:0 12px; border-bottom:1px solid #e2e8e6; }

.bkn-appbar .d { width:11px; height:11px; border-radius:50%; flex:0 0 auto; }

.bkn-appbar .d.r { background:#ec6a5e; }

.bkn-appbar .d.y { background:#f4be4f; }

.bkn-appbar .d.g { background:#61c554; }

.bkn-appurl { margin-left:8px; background:#fff; border:1px solid #e2e8e6; border-radius:20px; font-size:.72rem; color:#6b7a82; padding:3px 14px; }

.bkn-appshot img { width:100%; flex:1 1 auto; min-height:0; object-fit:cover; object-position:top; display:block; }

.bkn-emp-media.bkn-shotframe { height:auto; background:#fff; display:flex; flex-direction:column; }

.bkn-shotframe > img { width:100%; height:auto; display:block; }

/* how */
.bkn-section { padding:100px 5%; }

.bkn-head { text-align:center; margin-bottom:3.5rem; }

.bkn-svcgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }

.bkn-svccard { text-align:center; padding:2rem 1.5rem; border-radius:16px; border:1px solid var(--border); background:var(--bg-soft); transition:box-shadow .25s,transform .25s; }

.bkn-svccard:hover { box-shadow:var(--shadow-md); transform:translateY(-4px); }

.bkn-icon-circle { width:64px; height:64px; border-radius:50%; background:linear-gradient(135deg,var(--green),var(--navy)); display:flex; align-items:center; justify-content:center; margin:0 auto 1.2rem; }

.bkn-icon-circle svg { width:28px; height:28px; }

.bkn-svccard h3 { font-size:1rem; font-weight:700; margin-bottom:.5rem; color:var(--text-dark); }

.bkn-svccard p { font-size:.9rem; color:var(--text-light); line-height:1.6; }

.bkn-cardlink { display:inline-block; margin-top:1rem; font-size:.85rem; font-weight:700; color:var(--green); text-decoration:none; }

.bkn-cardlink:hover { text-decoration:underline; }

.bkn-icon svg { fill:none; stroke:#fff; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

/* features */
.bkn-features { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }

.bkn-feature { background:#fff; border-radius:16px; padding:2rem; border:1px solid var(--border); box-shadow:var(--shadow-sm); transition:box-shadow .25s,transform .25s; }

.bkn-feature:hover { box-shadow:var(--shadow-md); transform:translateY(-3px); }

.bkn-icon-box { width:52px; height:52px; border-radius:14px; background:linear-gradient(135deg,var(--green),var(--navy)); display:flex; align-items:center; justify-content:center; margin-bottom:1.2rem; }

.bkn-icon-box svg { width:24px; height:24px; }

.bkn-feature h3 { font-size:1.05rem; font-weight:700; margin-bottom:.45rem; color:var(--text-dark); }

.bkn-feature p { font-size:.9rem; color:var(--text-light); line-height:1.6; }

/* employers */
.bkn-emp { max-width:1200px; margin:0 auto; }

.bkn-emp-media { border-radius:20px; overflow:hidden; box-shadow:var(--shadow-lg); height:460px; }

.bkn-emp .bkn-title { text-align:center; }

.bkn-emp .bkn-emp-media { max-width:920px; margin:0 auto; }

.bkn-benefits-row { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:2rem 2.5rem; margin-top:3.5rem; }

.bkn-emp-cta { text-align:center; margin-top:3rem; }

.bkn-emp-lead { color:var(--text-light); font-size:1.05rem; line-height:1.7; margin:.9rem auto 0; max-width:640px; text-align:center; }

.bkn-benefit { display:flex; gap:1rem; align-items:flex-start; }

.bkn-benefit-icon { width:48px; height:48px; min-width:48px; border-radius:12px; background:linear-gradient(135deg,var(--green),var(--navy)); display:flex; align-items:center; justify-content:center; }

.bkn-benefit-icon svg { width:22px; height:22px; }

.bkn-benefit h4 { font-size:1rem; font-weight:700; margin-bottom:.2rem; color:var(--text-dark); }

.bkn-benefit p { font-size:.9rem; color:var(--text-light); line-height:1.55; }

/* contact */
.bkn-form { max-width:640px; margin:0 auto; background:var(--bg-soft); border:1px solid var(--border); border-radius:20px; padding:2.5rem; box-shadow:var(--shadow-sm); }

.bkn-row { display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; margin-bottom:1.2rem; }

.bkn-field { display:flex; flex-direction:column; }

.bkn-field label { font-size:.85rem; font-weight:600; color:var(--text-mid); margin-bottom:.4rem; }

.bkn-field input, .bkn-field textarea { font:inherit; font-size:.95rem; color:var(--text-dark); padding:.8rem 1rem; border:1px solid var(--border); border-radius:10px; background:#fff; transition:border-color .2s,box-shadow .2s; width:100%; }

.bkn-field input:focus, .bkn-field textarea:focus { outline:none; border-color:var(--green); box-shadow:0 0 0 3px rgba(15,76,58,.12); }

.bkn-field textarea { resize:vertical; min-height:120px; }

.bkn-submit { width:100%; padding:.95rem; border-radius:50px; border:none; background:linear-gradient(135deg,var(--green),var(--navy)); color:#fff; font:inherit; font-size:1rem; font-weight:700; cursor:pointer; transition:all .2s; }

.bkn-submit:hover { opacity:.9; transform:translateY(-2px); box-shadow:0 8px 24px rgba(15,76,58,.3); }

.bkn-success { max-width:640px; margin:0 auto; text-align:center; padding:2rem; background:rgba(15,76,58,.06); border:1px solid rgba(15,76,58,.2); border-radius:14px; color:var(--green); font-weight:600; }

.bkn-success svg { width:44px; height:44px; margin-bottom:.8rem; stroke:var(--green); fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }

.bkn-footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:24px; display:flex; justify-content:space-between; align-items:center; font-size:.82rem; }

.bkn-social { display:flex; gap:1rem; }

.bkn-social a { color:rgba(255,255,255,.5); transition:color .2s; }

.bkn-social a:hover { color:#fff; }

.bkn-social svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

/* reveal: visible by default; animates in only if JS adds .in (never hides content) */
.bkn-reveal.in { animation: bknUp .5s ease both; }

@keyframes bknUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:none; } }

/* responsive */
@media (max-width:960px) {
  .bkn-links { display:none; }
  .bkn-burger { display:block; }
  .bkn-hero-inner { grid-template-columns:1fr; }
  .bkn-hero-media { height:300px; }
  .bkn-svcgrid { grid-template-columns:1fr; }
  .bkn-emp { grid-template-columns:1fr; }
  .bkn-emp-media { height:300px; }
  .bkn-footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width:640px) {
  .bkn-features { grid-template-columns:1fr; }
  .bkn-svcgrid { grid-template-columns:1fr; }
  .bkn-row { grid-template-columns:1fr; }
  .bkn-form { padding:1.6rem; }
  .bkn-footer-grid { grid-template-columns:1fr; }
  .bkn-footer-bottom { flex-direction:column; gap:1rem; text-align:center; }
}

/* ---- static-site overrides ---- */
.bkn-mobile { display:none; }
.bkn-mobile.open { display:flex; flex-direction:column; gap:1rem; border-top:1px solid var(--border); padding:1rem 5% 1.5rem; }
.bkn-media { background:linear-gradient(135deg,#1a6350,#163359); }
.bkn-tablewrap.narrow { max-width:760px; }
/* fuller header: tighter spacing, collapse to menu earlier for the longer labels */
.bkn-links { gap:1.4rem; }
.bkn-links a { font-size:.9rem; white-space:nowrap; }
@media (max-width:1024px) { .bkn-links { display:none; } .bkn-burger { display:block; } }
.bkn-login { text-decoration:none; display:inline-block; }
.bkn-navcta { padding:.5rem 1.15rem; font-size:.88rem; margin-top:0; }
.bkn-hero-note { margin-top:1.1rem; font-size:.85rem; color:rgba(255,255,255,.8); }
.bkn-hero .bkn-hero-btns { justify-content:flex-start; }
.bkn-plan .bkn-incl { margin-bottom:1.1rem; }
.bkn-planfoot { margin-top:auto; display:flex; flex-direction:column; gap:.7rem; align-items:flex-start; }
.bkn-plan .bkn-btn { padding:.6rem 1.3rem; font-size:.85rem; margin-top:0; }
.bkn-plan .bkn-cardlink { margin-top:0; }
@media (max-width:1024px) { .bkn-login { display:none; } }
.bkn-logo-img { display:inline-flex; align-items:center; text-decoration:none; }
.bkn-logo-img img { height:32px; width:auto; display:block; }
.bkn-footer-brand .bkn-logo .b { background:none; -webkit-text-fill-color:#fff; color:#fff; }
