/* =========================================================
   BeeStage v2 – Modern & Clean
   Near-white warm base · hairlines · generous whitespace
   Honey strictly as accent · ink featured card
========================================================= */

:root{
  /* surfaces */
  --paper:      #FCFBF7;
  --paper-2:    #F5F1E8;
  --card:       #FFFFFF;
  --ink:        #15130F;
  --ink-2:      #5D5749;
  --ink-3:      #958D7C;

  /* brand honey */
  --honey:      #F2A91C;
  --honey-deep: #D98F06;
  --honey-soft: #FBF3DD;
  --honey-glow: #F7BC3F;

  /* lines & shadow */
  --line:       rgba(21,19,15,.08);
  --line-2:     rgba(21,19,15,.14);
  --shadow-sm:  0 1px 2px rgba(21,19,15,.04);
  --shadow:     0 20px 50px -24px rgba(21,19,15,.22);
  --shadow-lg:  0 48px 100px -40px rgba(21,19,15,.32);

  --radius:     22px;
  --radius-lg:  30px;
  --radius-sm:  12px;

  --max: 1160px;
  --gut: 28px;

  --font-display: "Schibsted Grotesk", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; scroll-padding-top: 92px; }
body{
  margin: 0;
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
button{ font-family: inherit; }
::selection{ background: var(--honey); color: var(--ink); }

:focus-visible{
  outline: 2.5px solid var(--honey-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- layout ---------- */
.container{ max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }
.section{ padding: 128px 0; }
@media (max-width: 860px){ .section{ padding: 80px 0; } }

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 22px;
}
.eyebrow::before{
  content: "";
  width: 7px; height: 7px;
  background: var(--honey);
  border-radius: 99px;
  flex: none;
}
.eyebrow--center{ justify-content: center; }

h1,h2,h3,h4{ font-family: var(--font-display); font-weight: 700; color: var(--ink); margin: 0; letter-spacing: -.03em; line-height: 1.05; text-wrap: balance; }

.section-title{ font-size: clamp(2.1rem, 4.4vw, 3.3rem); margin: 0 0 18px; }
.section-head{ max-width: 620px; margin: 0 0 72px; }
.section-head--center{ margin-left: auto; margin-right: auto; text-align: center; }
.section-sub{ font-size: 1.16rem; color: var(--ink-2); margin: 0; text-wrap: pretty; line-height: 1.6; }

.mark-hl{
  background: linear-gradient(180deg, transparent 62%, var(--honey-glow) 62%, var(--honey-glow) 94%, transparent 94%);
  padding: 0 .04em;
}

/* ---------- buttons ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600; font-size: .98rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
  white-space: nowrap;
  letter-spacing: -.01em;
}
.btn svg{ width: 17px; height: 17px; }
.btn--primary{
  background: var(--ink);
  color: var(--paper);
}
.btn--primary:hover{ background: #000; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--ink{ background: var(--ink); color: var(--paper); }
.btn--ink:hover{ transform: translateY(-1px); box-shadow: 0 16px 36px -14px rgba(21,19,15,.5); }
.btn--ghost{
  background: transparent; color: var(--ink); border-color: var(--line-2);
}
.btn--ghost:hover{ background: #fff; border-color: var(--ink); }
.btn--lg{ padding: 17px 30px; font-size: 1.04rem; }

/* honey CTA reserved for the most important actions */
.hero__cta .btn--primary,
.final .btn--ink,
.nav-actions .btn--primary,
.nav-links__actions .btn--primary{
  background: var(--honey);
  color: var(--ink);
}
.hero__cta .btn--primary:hover,
.nav-actions .btn--primary:hover,
.nav-links__actions .btn--primary:hover{ background: var(--honey-glow); box-shadow: 0 14px 30px -12px rgba(217,143,6,.55); }
.final .btn--ink{ background: var(--ink); color: var(--paper); }

/* ---------- nav ---------- */
.nav{
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 78%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.is-scrolled{ border-bottom-color: var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); }
.nav-inner{ display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 80px; }
.brand{ display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.42rem; letter-spacing: -.03em; }
.brand__hex{ width: 28px; height: 28px; flex: none; }
.nav-links{ display: flex; align-items: center; gap: 2px; }
.nav-links a{ padding: 9px 13px; border-radius: 999px; font-weight: 500; font-size: .95rem; color: var(--ink-2); transition: color .15s, background .15s; }
.nav-links a:hover{ color: var(--ink); background: rgba(21,19,15,.05); }
.nav-actions{ display: flex; align-items: center; gap: 14px; }
.nav-actions .login{ font-weight: 600; color: var(--ink-2); padding: 9px 4px; font-size: .95rem; }
.nav-actions .login:hover{ color: var(--ink); }
.nav-actions .btn{ padding: 11px 20px; font-size: .93rem; }
.nav-toggle{ display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; cursor: pointer; flex-direction: column; gap: 5px; align-items: center; justify-content: center; flex: none; }
.nav-toggle span{ width: 18px; height: 1.8px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-links__actions{ display: none; }

@media (max-width: 940px){
  .nav-links, .nav-actions{ display: none; }
  .nav-toggle{ display: flex; }
  .nav.is-open .nav-toggle span:nth-child(1){ transform: translateY(6.8px) rotate(45deg); }
  .nav.is-open .nav-toggle span:nth-child(2){ opacity: 0; }
  .nav.is-open .nav-toggle span:nth-child(3){ transform: translateY(-6.8px) rotate(-45deg); }
  .nav.is-open .nav-links{
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 80px; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 14px var(--gut) 22px; gap: 2px;
    max-height: calc(100vh - 80px); overflow-y: auto;
    box-shadow: var(--shadow);
  }
  .nav.is-open .nav-links a{ padding: 13px 14px; font-size: 1.05rem; }
  .nav.is-open .nav-links__actions{
    display: flex; flex-direction: column; align-items: stretch; gap: 10px;
    margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--line);
  }
  .nav.is-open .nav-links__actions .login{
    font-weight: 600; color: var(--ink-2); padding: 13px 14px; text-align: center;
    border: 1px solid var(--line-2); border-radius: 999px;
  }
  .nav.is-open .nav-links__actions .btn--primary{ width: 100%; }
}

/* ---------- hero ---------- */
.hero{ position: relative; overflow: hidden; padding: 84px 0 110px; }
.hero__honeycomb{ display: none; }
.hero__grid{
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center;
}
@media (max-width: 980px){ .hero__grid{ grid-template-columns: 1fr; gap: 48px; } }

.hero h1{ font-size: clamp(2.6rem, 5.8vw, 4.4rem); margin: 0 0 26px; }
.hero__lead{ font-size: 1.22rem; color: var(--ink-2); margin: 0 0 36px; max-width: 29em; text-wrap: pretty; line-height: 1.6; }
.hero__cta{ display: flex; gap: 12px; flex-wrap: wrap; }
.hero__trust{ display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero__trust span{ display: inline-flex; align-items: center; gap: 8px; font-weight: 500; font-size: .92rem; color: var(--ink-2); }
.hero__trust svg{ width: 16px; height: 16px; color: var(--honey-deep); flex: none; }

/* hero visual */
.hero__visual{ position: relative; }
.hero__card{
  position: relative; z-index: 2;
  background: var(--card); border-radius: var(--radius-lg);
  padding: 10px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.hero__card .ba{ border-radius: calc(var(--radius-lg) - 10px); }
.hero__chat{
  position: absolute; z-index: 3; left: -30px; bottom: 44px;
  background: #fff; border-radius: 18px 18px 18px 5px;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  padding: 13px 16px; max-width: 252px;
  display: flex; gap: 11px; align-items: flex-start;
}
@media (max-width: 540px){ .hero__chat{ left: 8px; bottom: 12px; max-width: 210px; } }
.hero__chat-avatar{ width: 32px; height: 32px; border-radius: 999px; background: var(--honey); display: grid; place-items: center; flex: none; }
.hero__chat-avatar svg{ width: 18px; height: 18px; color: var(--ink); }
.hero__chat-body b{ display: block; font-family: var(--font-display); font-size: .8rem; margin-bottom: 2px; }
.hero__chat-msg{ font-size: .9rem; color: var(--ink-2); line-height: 1.35; min-height: 1.2em; }
.hero__chat-msg .cursor{ display: inline-block; width: 2px; height: 1em; background: var(--honey-deep); vertical-align: -2px; margin-left: 1px; animation: blink 1s steps(2) infinite; }
@keyframes blink{ 50%{ opacity: 0; } }
.hero__badge{
  position: absolute; z-index: 3; right: -12px; top: 28px;
  background: var(--ink); color: #fff; border-radius: 999px;
  padding: 10px 16px; box-shadow: var(--shadow);
  font-weight: 600; font-size: .86rem; display: flex; align-items: center; gap: 8px;
}
.hero__badge svg{ width: 15px; height: 15px; color: var(--honey); }

/* ---------- before / after ---------- */
.ba{
  --pos: 50%;
  position: relative; width: 100%; aspect-ratio: 4 / 3;
  border-radius: 18px; overflow: hidden; background: var(--paper-2);
  touch-action: none; user-select: none; -webkit-user-select: none; cursor: ew-resize;
}
.ba__layer{ position: absolute; inset: 0; }
.ba__layer img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; -webkit-user-drag: none; -khtml-user-drag: none; user-select: none; pointer-events: none; }
.ba__layer img.broken{ display: none; }
.ba__after{ clip-path: inset(0 0 0 var(--pos)); z-index: 3; }
.ba__before{ z-index: 1; }
.ba__layer::before{
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, #F0EADB 0%, #E7DfC9 100%);
}
.ba__after::before{ background: linear-gradient(135deg, #EFE3C4 0%, #E9D9AE 100%); }
.ba__before .ba__cap, .ba__after .ba__cap{
  position: absolute; z-index: 2; left: 14px; top: 14px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .7rem; letter-spacing: .05em;
  color: #9a8e72; background: rgba(255,255,255,.72); padding: 4px 9px; border-radius: 7px;
}
.ba__divider{
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; z-index: 5;
  background: #fff; box-shadow: 0 0 0 .5px rgba(21,19,15,.08), 0 6px 18px rgba(0,0,0,.16);
  transform: translateX(-1px); pointer-events: none;
}
.ba__knob{
  position: absolute; top: 50%; left: var(--pos); z-index: 6;
  width: 42px; height: 42px; transform: translate(-50%,-50%);
  background: #fff; border-radius: 999px; box-shadow: 0 6px 18px rgba(0,0,0,.18);
  display: grid; place-items: center; pointer-events: none;
}
.ba__knob svg{ width: 20px; height: 20px; color: var(--ink); }
.ba__tags{ position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 5; display: flex; justify-content: space-between; pointer-events: none; }
.ba__tag{ background: rgba(21,19,15,.78); color: #fff; font-weight: 600; font-size: .72rem; letter-spacing: .05em; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px); }

/* ---------- generic placeholder ---------- */
.ph{
  background: linear-gradient(135deg, #F0EADB 0%, #E7DFC9 100%);
  display: grid; place-items: center; color: #9a8e72;
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .74rem; letter-spacing: .05em; text-align: center;
}

/* ---------- trust strip → quiet hairline row ---------- */
.strip{ background: transparent; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip__inner{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 44px; padding: 26px 0; }
.strip__item{ display: inline-flex; align-items: center; gap: 10px; font-weight: 500; font-size: .92rem; color: var(--ink-2); letter-spacing: .01em; }
.strip__item svg{ width: 17px; height: 17px; color: var(--honey-deep); flex: none; }

/* ---------- features ---------- */
.features{ background: var(--paper); }
.features-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 920px){ .features-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .features-grid{ grid-template-columns: 1fr; } }
.fcard{
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.fcard:hover{ transform: translateY(-5px); box-shadow: var(--shadow); }
.fcard__media{ position: relative; aspect-ratio: 16/11; padding: 8px 8px 0; }
.fcard__media .ba{ border-radius: 14px; height: 100%; aspect-ratio: auto; position: absolute; inset: 8px 8px 0; width: auto; }
.fcard__body{ padding: 24px 24px 28px; }
.fcard__body h3{ font-size: 1.26rem; margin: 0 0 7px; letter-spacing: -.02em; }
.fcard__prompt{ display: inline-flex; align-items: center; gap: 7px; font-size: .85rem; color: var(--honey-deep); font-weight: 600; margin: 0 0 10px; font-style: italic; }
.fcard__prompt::before{ content: "„"; }
.fcard__prompt::after{ content: "“"; }
.fcard__body p{ margin: 0; color: var(--ink-2); font-size: .97rem; }
.features-note{ margin-top: 44px; text-align: center; font-size: .88rem; color: var(--ink-3); }

/* ---------- gallery / showcase ---------- */
.showcase{ background: var(--paper-2); }
.showcase__main{ display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; margin-bottom: 28px; }
@media (max-width: 900px){ .showcase__main{ grid-template-columns: 1fr; gap: 32px; } }
.showcase__main .ba{ aspect-ratio: 16/10; box-shadow: var(--shadow); }
.showcase__copy h3{ font-size: 1.78rem; margin: 0 0 14px; letter-spacing: -.025em; }
.showcase__copy p{ color: var(--ink-2); margin: 0 0 24px; }
.showcase__chips{ display: flex; flex-wrap: wrap; gap: 8px; }
.chip{ background: transparent; border: 1px solid var(--line-2); border-radius: 999px; padding: 9px 17px; font-weight: 600; font-size: .88rem; color: var(--ink-2); cursor: pointer; transition: all .15s; }
.chip:hover{ border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"]{ background: var(--ink); color: #fff; border-color: var(--ink); }
.showcase__row{ display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 760px){ .showcase__row{ grid-template-columns: 1fr; } }
.showcase__row .ba{ aspect-ratio: 4/3; }

/* ---------- how it works ---------- */
.how{ background: var(--paper); }
.how__grid{ display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
@media (max-width: 920px){ .how__grid{ grid-template-columns: 1fr; gap: 52px; } }
.how__steps{ display: grid; gap: 0; margin-top: 44px; }
.how__step{
  display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start;
  background: transparent; border: 0; border-top: 1px solid var(--line);
  border-radius: 0; padding: 28px 4px; transition: none;
}
.how__step:last-child{ border-bottom: 1px solid var(--line); }
.how__step:hover{ background: transparent; transform: none; }
.how__num{
  width: 48px; height: 48px; border-radius: 999px;
  background: transparent; border: 1.5px solid var(--ink);
  color: var(--ink); display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.2rem;
}
.how__step h3{ font-size: 1.28rem; margin: 8px 0 7px; letter-spacing: -.02em; }
.how__step p{ margin: 0; color: var(--ink-2); font-size: 1rem; }
.how__phone-wrap{ display: flex; justify-content: center; }

/* phone mockup */
.phone{
  width: 304px; max-width: 100%; background: #15130F; border-radius: 46px; padding: 11px;
  box-shadow: var(--shadow-lg); position: relative;
}
.phone__notch{ position: absolute; top: 21px; left: 50%; transform: translateX(-50%); width: 104px; height: 24px; background: #15130F; border-radius: 999px; z-index: 4; }
.phone__screen{ background: #F2EDE1; border-radius: 36px; overflow: hidden; height: 568px; display: flex; flex-direction: column; }
.phone__bar{ background: var(--ink); color: #fff; padding: 28px 18px 14px; display: flex; align-items: center; gap: 11px; }
.phone__bar .avatar{ width: 34px; height: 34px; border-radius: 999px; background: var(--honey); display: grid; place-items: center; }
.phone__bar .avatar svg{ width: 19px; height: 19px; color: var(--ink); }
.phone__bar b{ font-family: var(--font-display); font-size: .95rem; }
.phone__bar small{ display: block; color: #a89c86; font-size: .72rem; font-weight: 500; }
.phone__chat{ flex: 1; padding: 18px 14px; display: flex; flex-direction: column; gap: 11px; overflow: hidden; }
.bubble{ max-width: 82%; padding: 11px 14px; border-radius: 16px; font-size: .88rem; line-height: 1.4; box-shadow: var(--shadow-sm); opacity: 0; transform: translateY(10px); }
.bubble.in{ opacity: 1; transform: none; transition: opacity .4s ease, transform .4s ease; }
.bubble--me{ align-self: flex-end; background: var(--honey); color: var(--ink); border-bottom-right-radius: 5px; }
.bubble--them{ align-self: flex-start; background: #fff; color: var(--ink); border-bottom-left-radius: 5px; }
.bubble--img{ padding: 5px; }
.bubble--img .ph{ width: 190px; aspect-ratio: 4/3; border-radius: 12px; }
.bubble small{ display: block; font-size: .66rem; color: var(--ink-3); margin-top: 4px; padding: 0 6px 3px; }

/* ---------- why / knowledge ---------- */
.why{ background: var(--paper); }
.why .section-head{ margin-bottom: 64px; }
.why-grid{ display: grid; grid-template-columns: repeat(2,1fr); gap: 56px 64px; }
@media (max-width: 820px){ .why-grid{ grid-template-columns: 1fr; gap: 44px; } }
.why-card{
  background: transparent; border: 0; border-top: 2px solid var(--ink);
  border-radius: 0; padding: 28px 0 0; box-shadow: none;
}
.why-card__icon{
  width: auto; height: auto; border-radius: 0; background: transparent;
  display: block; margin-bottom: 18px;
}
.why-card__icon svg{ width: 28px; height: 28px; color: var(--honey-deep); }
.why-card h3{ font-size: 1.42rem; margin: 0 0 12px; letter-spacing: -.02em; }
.why-card p{ margin: 0; color: var(--ink-2); font-size: 1.02rem; }
.why-card .hl{ color: var(--ink); font-weight: 600; }

/* ---------- comparison table ---------- */
.compare{ background: var(--paper-2); }
.compare-wrap{ overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--line); }
.compare-table{ width: 100%; border-collapse: collapse; background: #fff; min-width: 640px; }
.compare-table th, .compare-table td{ padding: 21px 24px; text-align: left; border-bottom: 1px solid var(--line); }
.compare-table thead th{ font-family: var(--font-display); font-size: 1.02rem; vertical-align: bottom; letter-spacing: -.01em; }
.compare-table th.col-bee{ background: var(--ink); color: #fff; }
.compare-table th.col-bee small{ display: block; color: var(--honey); font-weight: 500; font-size: .76rem; margin-top: 4px; letter-spacing: .02em; }
.compare-table tbody th{ font-weight: 600; color: var(--ink); font-family: var(--font-body); font-size: .97rem; }
.compare-table td{ color: var(--ink-2); font-size: .96rem; }
.compare-table td.col-bee{ background: var(--honey-soft); color: var(--ink); font-weight: 600; }
.compare-table tr:last-child th, .compare-table tr:last-child td{ border-bottom: none; }
.tick{ display: inline-flex; align-items: center; gap: 8px; }
.tick svg{ width: 17px; height: 17px; flex: none; }
.tick--yes svg{ color: #2e8b57; }
.tick--no svg{ color: #b8552f; }

/* Mobile: table -> stacked cards, one card per comparison row.
   Beats horizontal scroll — nothing to lose track of while swiping. */
@media (max-width: 700px){
  .compare-wrap{ overflow-x: visible; border-radius: 0; box-shadow: none; border: 0; background: transparent; }
  .compare-table{ display: block; width: 100%; min-width: 0; background: transparent; border-collapse: separate; }
  .compare-table thead{ display: none; }
  .compare-table tbody{ display: block; }

  .compare-table tr{
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    margin-bottom: 14px;
    overflow: hidden;
  }
  .compare-table tr:last-child{ margin-bottom: 0; }

  .compare-table tbody th{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.08rem;
    letter-spacing: -.01em;
    color: var(--ink);
    padding: 16px 16px 15px;
    background: var(--paper-2);
    border-bottom: 2px solid var(--ink);
    text-align: left;
  }
  .compare-table tbody th::before{
    content: "";
    width: 7px; height: 7px; flex: none;
    background: var(--honey);
    border-radius: 99px;
  }

  .compare-table td{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 11px 16px;
    border-bottom: 1px solid var(--line);
    font-size: .92rem;
    font-weight: 500;
  }
  .compare-table tr:last-child th, .compare-table td:last-of-type{ border-bottom: none; }

  .compare-table td::before{
    content: attr(data-label);
    flex: none;
    font-weight: 600;
    font-size: .72rem;
    color: var(--ink-3);
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .compare-table td.col-bee{
    background: var(--honey-soft);
    font-weight: 600;
  }
  .compare-table td.col-bee::before{ color: var(--honey-deep); }
}

/* ---------- pricing ---------- */
.pricing{ background: var(--paper); }
.pricing-head{ text-align: center; margin-bottom: 12px; max-width: 660px; margin-inline: auto; }
.pricing-tabs{ position: relative; display: inline-flex; gap: 4px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: 5px; margin: 28px auto 0; }
.pricing-toggle__btn{ position: relative; z-index: 2; border: 0; background: transparent; font-weight: 600; font-size: .95rem; padding: 11px 22px; border-radius: 999px; cursor: pointer; color: var(--ink-2); transition: color .2s; }
.pricing-toggle__btn.is-active{ color: var(--ink); }
.pricing-toggle__pill{ position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); background: #fff; box-shadow: var(--shadow-sm), 0 0 0 1px var(--line); border-radius: 999px; transition: transform .26s cubic-bezier(.4,0,.2,1); z-index: 1; }
.pricing-tabs[data-tab="bundles"] .pricing-toggle__pill{ transform: translateX(100%); }

.pricing-tab-panel{ margin-top: 56px; }
.pricing-tab-panel[hidden]{ display: none; }
.pricing-grid{ display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.bundles-grid{ grid-template-columns: repeat(4,1fr); }
@media (max-width: 980px){ .pricing-grid{ grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } .bundles-grid{ grid-template-columns: repeat(2,1fr); max-width: 700px; } }
@media (max-width: 560px){ .bundles-grid{ grid-template-columns: 1fr; max-width: 440px; } }

.plan{
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px 32px; display: flex; flex-direction: column; box-shadow: none;
  position: relative; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.plan:hover{ transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.plan__name{ font-family: var(--font-display); font-weight: 700; font-size: 1.55rem; letter-spacing: -.025em; }
.plan__tag{ color: var(--ink-3); font-size: .9rem; font-weight: 500; margin-top: 3px; }
.plan__list{ list-style: none; margin: 26px 0; padding: 26px 0 0; border-top: 1px solid var(--line); display: grid; gap: 13px; }
.plan__list li{ display: flex; align-items: flex-start; gap: 11px; color: var(--ink-2); font-size: .97rem; }
.plan__list li svg{ width: 18px; height: 18px; color: var(--honey-deep); flex: none; margin-top: 3px; }
.plan__list li strong{ color: var(--ink); font-weight: 600; }
.plan__cta{ margin-top: auto; }
.price-row{ display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.price-row.pop .price-val{ animation: pricePop .32s ease; }
@keyframes pricePop{ 0%{ transform: translateY(5px); } 100%{ transform: none; } }
.price-old{ font-weight: 600; color: var(--ink-3); text-decoration: line-through; font-size: 1.1rem; }
.price-val{ font-family: var(--font-display); font-weight: 700; font-size: 2.7rem; letter-spacing: -.04em; line-height: 1; }
.price-val--custom{ font-size: 1.85rem; letter-spacing: -.02em; line-height: 1.2; }
.price-per{ color: var(--ink-3); font-weight: 500; font-size: .92rem; }
.plan__note{ min-height: 1.3em; font-size: .85rem; color: var(--ink-3); font-weight: 500; margin-bottom: 18px; }
.plan__note strong{ color: var(--ink); font-weight: 600; }
.plan--featured .plan__note strong{ color: #fff; }
.price-cta{ display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 15px; border-radius: 999px; background: transparent; border: 1.5px solid var(--ink); color: var(--ink); font-weight: 600; font-size: .98rem; transition: all .16s; }
.price-cta:hover{ background: var(--ink); color: #fff; transform: translateY(-1px); }

/* featured = ink card */
.plan--featured{ background: var(--ink); border-color: var(--ink); }
.plan--featured::before{ display: none; }
.plan--featured .plan__name{ color: #fff; }
.plan--featured .plan__tag{ color: #a89c86; }
.plan--featured .plan__list{ border-top-color: rgba(255,255,255,.12); }
.plan--featured .plan__list li{ color: #d8d0c0; }
.plan--featured .plan__list li strong{ color: #fff; }
.plan--featured .plan__list li svg{ color: var(--honey); }
.plan--featured .price-val{ color: #fff; }
.plan--featured .price-per, .plan--featured .plan__note{ color: #a89c86; }
.plan--featured:hover{ box-shadow: var(--shadow-lg); }
.plan__badge{ position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--honey); color: var(--ink); font-weight: 700; font-size: .78rem; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.plan--featured .price-cta{ background: var(--honey); border-color: var(--honey); color: var(--ink); }
.plan--featured .price-cta:hover{ background: var(--honey-glow); border-color: var(--honey-glow); color: var(--ink); }
.plan__fine{ text-align: center; font-size: .8rem; color: var(--ink-3); margin-top: 12px; }

.billing-switch-row{ display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 44px; }
.billing-switch-row__label{ font-weight: 600; color: var(--ink-3); transition: color .2s; cursor: pointer; font-size: .96rem; }
.billing-switch-row__label.is-active{ color: var(--ink); }
.billing-save{ background: var(--honey-soft); color: var(--honey-deep); font-weight: 700; font-size: .74rem; padding: 4px 10px; border-radius: 999px; }
.billing-switch{ position: relative; width: 54px; height: 30px; flex: none; }
.billing-switch input{ position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; z-index: 2; }
.billing-switch__track{ position: absolute; inset: 0; background: var(--ink); border-radius: 999px; }
.billing-switch__thumb{ position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 999px; background: var(--honey); transition: transform .22s cubic-bezier(.4,0,.2,1); }
.billing-switch input:checked ~ .billing-switch__track .billing-switch__thumb{ transform: translateX(24px); }
.pricing-footnote{ text-align: center; color: var(--ink-3); font-size: .84rem; margin-top: 32px; }

/* ---------- trust & security ---------- */
.secure{ background: var(--paper-2); }
.secure-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
@media (max-width: 900px){ .secure-grid{ grid-template-columns: 1fr; gap: 44px; } }
.secure-cards{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 40px; }
@media (max-width: 540px){ .secure-cards{ grid-template-columns: 1fr; } }
.secure-card{ background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.secure-card svg{ width: 23px; height: 23px; color: var(--honey-deep); margin-bottom: 14px; }
.secure-card h4{ font-size: 1.04rem; margin: 0 0 6px; letter-spacing: -.01em; }
.secure-card p{ margin: 0; font-size: .92rem; color: var(--ink-2); }
.secure-visual{ aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }

/* ---------- faq ---------- */
.faq{ background: var(--paper); }
.faq-list{ max-width: 780px; margin: 0 auto; display: grid; gap: 0; }
.faq details{ background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; overflow: hidden; }
.faq details:last-child{ border-bottom: 1px solid var(--line); }
.faq details[open]{ box-shadow: none; }
.faq summary{ list-style: none; cursor: pointer; padding: 24px 4px; font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; letter-spacing: -.015em; transition: color .15s; }
.faq summary:hover{ color: var(--honey-deep); }
.faq summary::-webkit-details-marker{ display: none; }
.faq summary .icon{ width: 24px; height: 24px; flex: none; position: relative; }
.faq summary .icon::before, .faq summary .icon::after{ content: ""; position: absolute; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.faq summary .icon::before{ top: 11px; left: 4px; right: 4px; height: 1.8px; }
.faq summary .icon::after{ left: 11px; top: 4px; bottom: 4px; width: 1.8px; }
.faq details[open] summary .icon::after{ transform: rotate(90deg); opacity: 0; }
.faq details p{ margin: 0; padding: 0 40px 26px 4px; color: var(--ink-2); }
.faq details p a{ color: var(--honey-deep); font-weight: 600; text-decoration: underline; }

/* ---------- final cta ---------- */
.final{ background: var(--honey); position: relative; overflow: hidden; }
.final__honeycomb{ position: absolute; inset: 0; opacity: .22; pointer-events: none; }
.final-wrap{ position: relative; z-index: 1; text-align: center; max-width: 700px; margin: 0 auto; }
.final-wrap h2{ font-size: clamp(2.3rem, 5.2vw, 3.6rem); margin: 0 0 18px; }
.final-wrap p{ font-size: 1.18rem; color: rgba(21,19,15,.74); margin: 0 0 36px; }
.final__cta{ display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.final .btn--ghost{ border-color: rgba(21,19,15,.3); }
.final .btn--ghost:hover{ background: rgba(255,255,255,.5); border-color: var(--ink); }

/* ---------- contact ---------- */
.contact{ background: var(--paper); }
.contact-grid{ display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
@media (max-width: 860px){ .contact-grid{ grid-template-columns: 1fr; gap: 44px; } }
.contact-aside h2{ font-size: clamp(1.9rem,3.6vw,2.6rem); margin: 0 0 16px; }
.contact-aside p{ color: var(--ink-2); margin: 0 0 32px; }
.contact-meta{ display: grid; gap: 14px; }
.contact-meta a{ display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: .98rem; }
.contact-meta a:hover .ic{ background: var(--honey); }
.contact-meta .ic{ width: 44px; height: 44px; border-radius: 999px; background: var(--honey-soft); display: grid; place-items: center; flex: none; transition: background .15s; }
.contact-meta .ic svg{ width: 20px; height: 20px; color: var(--ink); }
.contact-meta small{ display: block; color: var(--ink-3); font-weight: 500; font-size: .82rem; }

.contact-card{ background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); }
@media (max-width: 520px){ .contact-card{ padding: 26px; } }
.form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 520px){ .form-row{ grid-template-columns: 1fr; } }
.field{ margin-bottom: 20px; }
.field label{ display: block; font-weight: 600; font-size: .9rem; margin-bottom: 8px; color: var(--ink); }
.field label .req{ color: var(--honey-deep); }
.field input, .field textarea{
  width: 100%; padding: 13px 16px; border: 1px solid var(--line-2); border-radius: 12px;
  background: var(--paper); font-family: inherit; font-size: 1rem; color: var(--ink);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.field input:focus, .field textarea:focus{ outline: none; border-color: var(--ink); background: #fff; box-shadow: 0 0 0 3.5px rgba(242,169,28,.22); }
.field textarea{ resize: vertical; min-height: 132px; }
.field input.invalid, .field textarea.invalid{ border-color: #b8552f; box-shadow: 0 0 0 3.5px rgba(184,85,47,.12); }
.field__error{ color: #b8552f; font-size: .83rem; margin-top: 6px; min-height: 1em; }
.field--consent label{ display: flex; gap: 11px; align-items: flex-start; font-weight: 400; font-size: .88rem; color: var(--ink-2); line-height: 1.5; }
.field--consent input{ margin-top: 3px; flex: none; width: 17px; height: 17px; accent-color: var(--ink); }
.field--consent a{ color: var(--honey-deep); text-decoration: underline; }
.hp-field{ position: absolute; left: -9999px; }
.form-status{ font-size: .92rem; margin: 10px 0; font-weight: 600; }
.form-status.ok{ color: #2e8b57; }
.form-status.err{ color: #b8552f; }
.contact-actions{ display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px; }
.contact-actions .btn--primary{ background: var(--ink); color: var(--paper); }
.contact-actions .btn--primary:hover{ background: #000; }
.contact-actions small{ color: var(--ink-3); font-size: .8rem; }

/* ---------- footer ---------- */
footer{ background: var(--ink); color: #b3a78f; padding: 72px 0 32px; }
.footer-grid{ display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 820px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px){ .footer-grid{ grid-template-columns: 1fr; } }
footer .brand{ color: #fff; margin-bottom: 16px; }
footer .footer-about{ font-size: .93rem; max-width: 30ch; line-height: 1.65; }
.footer-head{ color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .95rem; margin-bottom: 18px; letter-spacing: -.01em; }
.footer-col a{ display: block; color: #b3a78f; font-size: .93rem; padding: 5px 0; transition: color .15s; }
.footer-col a:hover{ color: var(--honey); }
.footer-bottom{ border-top: 1px solid rgba(255,255,255,.08); margin-top: 56px; padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .84rem; color: #7d7461; }

/* ---------- reveal on scroll (transform-only: always visible) ---------- */
.reveal{ }
.reveal.in{ animation: revealUp .6s cubic-bezier(.2,.6,.2,1); }
@keyframes revealUp{ from{ transform: translateY(20px); } to{ transform: none; } }
@media (prefers-reduced-motion: reduce){
  .reveal.in{ animation: none; }
  html{ scroll-behavior: auto; }
}

/* ---------- cookie ---------- */
.cookie{ position: fixed; inset: auto 20px 20px auto; z-index: 200; max-width: 420px; }
.cookie[hidden]{ display: none; }
.cookie__card{ background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 24px; }
.cookie__title{ font-family: var(--font-display); font-size: 1.18rem; margin: 0 0 10px; }
.cookie__text{ font-size: .9rem; color: var(--ink-2); margin: 0 0 18px; }
.cookie__actions{ display: flex; gap: 10px; flex-wrap: wrap; }
.cookie__btn{ padding: 11px 18px; border-radius: 999px; border: 1px solid var(--line-2); background: #fff; font-weight: 600; cursor: pointer; font-size: .9rem; }
.cookie__btn--primary{ background: var(--ink); border-color: var(--ink); color: #fff; }
.cookie__link{ display: inline-block; margin-top: 14px; font-size: .82rem; color: var(--honey-deep); text-decoration: underline; }
