/* eu-business-hub page styles — scoped to .eu-biz-page
   Uses child theme CSS vars. No font/button redeclaration needed. */

/* ── Full-bleed wrapper ───────────────────────────────────────────────── */
.eu-biz-page {
  width: 100%;
  overflow-x: hidden;
}
.eu-biz-page .ebp-wrap {
  max-width: var(--eu-max, 1200px);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

/* ── Hero ─────────────────────────────────────────────────────────────── */
.eu-biz-page .ebp-hero {
  position: relative;
  padding: 192px 0 216px;
  min-height: 380px;
  overflow: hidden;
  background: #0a1830;
}
.eu-biz-page .ebp-hero-bgs { position: absolute; inset: 0; z-index: 0; }
.eu-biz-page .ebp-hero-bgs .slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 25%;
  opacity: 0; transition: opacity 1s ease; transform: scale(1);
}
.eu-biz-page .ebp-hero-bgs .slide.on {
  opacity: 1; animation: ebp-ken 7s ease-out forwards;
}
@keyframes ebp-ken { from { transform: scale(1.05); } to { transform: scale(1.15); } }
.eu-biz-page .ebp-scrim {
  position: absolute; inset: 0; z-index: 1;
  opacity: .82; background: linear-gradient(183deg, #000, #1363df);
}
.eu-biz-page .ebp-hero-inner { position: relative; z-index: 2; }
.eu-biz-page .ebp-eyebrow-pill {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--eu-blue, #1363df); background: #e7effc;
  border-radius: 4px; padding: 4px 13px; margin-bottom: 18px;
}
.eu-biz-page .ebp-h1 {
  font-size: clamp(30px, 5vw, 56px); line-height: 1.08;
  font-weight: 600; letter-spacing: -.01em; color: #fff; margin: 0 0 14px;
}
.eu-biz-page .ebp-lead {
  font-size: clamp(15px, 2vw, 18px); color: #d8e5f8;
  max-width: 580px; line-height: 1.5; margin: 0 0 28px;
}
.eu-biz-page .ebp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.eu-biz-page .ebp-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--eu-font-body, "Lexend Deca", sans-serif);
  font-weight: 500; font-size: 16px; padding: 14px 28px;
  border-radius: 5px; border: none; cursor: pointer;
  background: var(--eu-blue, #1363df); color: #fff;
  text-decoration: none; transition: background .2s;
}
.eu-biz-page .ebp-btn-primary:hover { background: #0040a3; color: #fff; }
.eu-biz-page .ebp-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--eu-font-body, "Lexend Deca", sans-serif);
  font-weight: 500; font-size: 16px; padding: 13px 28px;
  border-radius: 5px; border: none; cursor: pointer;
  background: #FFC107; color: #000;
  text-decoration: none; transition: background .2s;
}
.eu-biz-page .ebp-btn-ghost:hover { background: #e6ad00; color: #000; }
@media (max-width: 560px) { .eu-biz-page .ebp-hero { padding: 96px 0 108px; } }

/* ── Shared scaffold ──────────────────────────────────────────────────── */
.eu-biz-page .ebp-section       { padding: 64px 0; background: #fff; }
.eu-biz-page .ebp-section-grey  { padding: 64px 0; background: #f4f7fb; }
.eu-biz-page .ebp-section-band  { padding: 56px 0; background: #00255e; }
.eu-biz-page .ebp-center        { text-align: center; }
.eu-biz-page .ebp-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--eu-blue, #1363df); margin-bottom: 10px;
}
.eu-biz-page .ebp-section-band .ebp-eyebrow { color: #7ab8ff; }
.eu-biz-page .ebp-h2 {
  font-size: clamp(20px, 2.8vw, 30px); font-weight: 600;
  color: #082a5e; letter-spacing: -.01em; margin-bottom: 8px;
}
.eu-biz-page .ebp-section-band .ebp-h2 { color: #fff; }
.eu-biz-page .ebp-sublead {
  font-size: 15px; color: #39557e; margin: 0 0 40px;
}
.eu-biz-page .ebp-section-band .ebp-sublead { color: #b8cce4; }
.eu-biz-page .ebp-section-head { margin-bottom: 44px; }

/* ── Steps ────────────────────────────────────────────────────────────── */
.eu-biz-page .ebp-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; align-items: stretch;
}
.eu-biz-page .ebp-step {
  background: #fff; border: 1px solid #e4e9f2;
  border-radius: var(--eu-radius, 10px); padding: 28px 24px;
  display: flex; flex-direction: column;
}
.eu-biz-page .ebp-section-grey .ebp-step { background: #fff; }
.eu-biz-page .ebp-step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--eu-blue, #1363df); color: #fff;
  font-size: 15px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px; flex-shrink: 0;
}
.eu-biz-page .ebp-step h4 { font-size: 15px; font-weight: 600; color: #082a5e; margin: 0 0 8px; }
.eu-biz-page .ebp-step p  { font-size: 13px; color: #39557e; line-height: 1.5; margin: 0; }

/* ── Feature cards grid ───────────────────────────────────────────────── */
.eu-biz-page .ebp-features {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; align-items: stretch;
}
.eu-biz-page .ebp-feat {
  background: #fff; border: 1px solid #e4e9f2;
  border-radius: var(--eu-radius, 10px); padding: 24px;
  display: flex; flex-direction: column;
}
.eu-biz-page .ebp-feat-ico { font-size: 26px; margin-bottom: 10px; }
.eu-biz-page .ebp-feat h4  { font-size: 14px; font-weight: 600; color: #082a5e; margin: 0 0 6px; }
.eu-biz-page .ebp-feat p   { font-size: 13px; color: #39557e; line-height: 1.5; margin: 0; }

/* ── Plan cards ───────────────────────────────────────────────────────── */
.eu-biz-page .ebp-plans {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; align-items: stretch; margin-bottom: 20px;
}
.eu-biz-page .ebp-plan {
  background: #fff; border: 1.5px solid #e4e9f2;
  border-radius: var(--eu-radius, 10px); padding: 28px 24px 24px;
  display: flex; flex-direction: column; position: relative;
  transition: box-shadow .2s;
}
.eu-biz-page .ebp-plan:hover { box-shadow: 0 8px 28px rgba(19,99,223,.1); }
.eu-biz-page .ebp-plan.best  { border-color: var(--eu-blue, #1363df); box-shadow: 0 0 0 2px var(--eu-blue, #1363df); }
.eu-biz-page .ebp-plan-ribbon {
  position: absolute; top: -1px; right: 20px;
  background: var(--eu-blue, #1363df); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; padding: 4px 12px;
  border-radius: 0 0 6px 6px;
}
.eu-biz-page .ebp-plan-cycle {
  font-size: 12px; color: #7a7a7a; font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px;
}
.eu-biz-page .ebp-plan h3 {
  font-size: 20px; font-weight: 600; color: #082a5e; margin: 0 0 6px;
}
.eu-biz-page .ebp-plan-price {
  font-size: 30px; font-weight: 700; color: #082a5e;
  letter-spacing: -.02em; margin: 0 0 8px;
}
.eu-biz-page .ebp-plan-price small {
  font-size: 14px; font-weight: 400; color: #7a7a7a;
}
.eu-biz-page .ebp-plan-best {
  font-size: 13px; color: #39557e; margin: 0 0 16px; line-height: 1.4;
}
.eu-biz-page .ebp-plan ul {
  list-style: none; margin: 0 0 20px; flex: 1;
}
.eu-biz-page .ebp-plan ul li {
  font-size: 13px; color: #39557e; padding: 5px 0;
  display: flex; gap: 8px; align-items: flex-start;
  border-bottom: 1px solid #f0f4f8;
}
.eu-biz-page .ebp-plan ul li::before {
  content: "✓"; color: var(--eu-blue, #1363df); font-weight: 700; flex-shrink: 0;
}
/* Seat row + CTA at bottom */
.eu-biz-page .ebp-seat-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-top: auto; padding-top: 16px;
}
.eu-biz-page .ebp-seat-label { font-size: 13px; font-weight: 700; color: #082a5e; }
.eu-biz-page .ebp-stepper { display: inline-flex; align-items: center; gap: 6px; }
.eu-biz-page .ebp-stepper button {
  width: 36px; height: 36px; border: 1.5px solid #d0d3da; background: #fff;
  border-radius: 6px; font-size: 20px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  padding: 0; color: #082a5e;
  font-family: Arial, sans-serif; /* ensures − renders correctly */
  flex-shrink: 0;
}
.eu-biz-page .ebp-stepper button:hover { background: #f4f7fb; border-color: #1363df; }
.eu-biz-page .ebp-stepper input {
  width: 60px; height: 36px; text-align: center;
  border: 1.5px solid #d0d3da; border-radius: 6px;
  font: inherit; font-size: 15px; padding: 0 4px;
  -moz-appearance: textfield;
}
.eu-biz-page .ebp-stepper input::-webkit-outer-spin-button,
.eu-biz-page .ebp-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.eu-biz-page .ebp-seat-min { font-size: 11px; color: #7a7a7a; margin: 8px 0 0; }
.eu-biz-page .ebp-plan-cta { margin-top: 12px; }
.eu-biz-page .ebp-plan-cta button,
.eu-biz-page .ebp-plan-cta a {
  display: flex; width: 100%; align-items: center; justify-content: center;
  font-family: var(--eu-font-body, "Lexend Deca", sans-serif);
  font-weight: 500; font-size: 15px; padding: 13px 20px;
  border-radius: 5px; cursor: pointer; text-decoration: none;
  transition: background .2s, border-color .2s; border: 1.5px solid transparent;
}
.eu-biz-page .ebp-cta-primary {
  background: var(--eu-blue, #1363df); color: #fff; border-color: var(--eu-blue, #1363df);
}
.eu-biz-page .ebp-cta-primary:hover { background: #0040a3; border-color: #0040a3; color: #fff; }
/* Demo / ghost CTA — yellow background to match theme */
.eu-biz-page .ebp-cta-ghost {
  background: #FFC107; color: #000; border-color: #FFC107;
}
.eu-biz-page .ebp-cta-ghost:hover { background: #e6ad00; border-color: #e6ad00; color: #000; }
.eu-biz-page .ebp-plan-note {
  font-size: 12px; color: #7a7a7a; text-align: center; margin: 0;
}
/* Hide WC "View cart" links inside plan cards */
.eu-biz-page .ebp-plan a.added_to_cart,
.eu-biz-page .ebp-plan .wc-forward { display: none !important; }

/* ── FAQ ──────────────────────────────────────────────────────────────── */
.eu-biz-page details.ebp-faq-item { border-bottom: 1px solid #e4e9f2; }
.eu-biz-page details.ebp-faq-item:first-of-type { border-top: 1px solid #e4e9f2; }
.eu-biz-page details.ebp-faq-item summary {
  font-size: 14px; font-weight: 600; color: #082a5e;
  padding: 18px 0; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.eu-biz-page details.ebp-faq-item summary::-webkit-details-marker { display: none; }
.eu-biz-page details.ebp-faq-item summary::after {
  content: "⌄"; color: var(--eu-blue, #1363df); font-size: 18px;
  transition: transform .2s; flex-shrink: 0;
}
.eu-biz-page details.ebp-faq-item[open] summary::after { transform: rotate(180deg); }
.eu-biz-page details.ebp-faq-item p {
  font-size: 13px; color: #39557e; line-height: 1.6; padding: 0 0 16px; margin: 0;
}

/* ── CTA band ─────────────────────────────────────────────────────────── */
.eu-biz-page .ebp-band-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.eu-biz-page .ebp-band-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--eu-font-body, "Lexend Deca", sans-serif);
  font-weight: 500; font-size: 16px; padding: 14px 28px;
  border-radius: 5px; border: none; cursor: pointer;
  background: #fff; color: #082a5e; text-decoration: none; transition: background .2s;
}
.eu-biz-page .ebp-band-btn-primary:hover { background: #e7effc; color: #082a5e; }
.eu-biz-page .ebp-band-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--eu-font-body, "Lexend Deca", sans-serif);
  font-weight: 500; font-size: 16px; padding: 13px 28px;
  border-radius: 5px; border: none; cursor: pointer;
  background: #FFC107; color: #000;
  text-decoration: none; transition: background .2s;
}
.eu-biz-page .ebp-band-btn-ghost:hover { background: #e6ad00; color: #000; }

/* ── Demo modal ───────────────────────────────────────────────────────── */
.eu-biz-page .ebp-modal {
  position: fixed; inset: 0; z-index: 99999;
  display: flex; align-items: center; justify-content: center;
}
.eu-biz-page .ebp-modal[hidden] { display: none; }
.eu-biz-page .ebp-modal-backdrop {
  position: absolute; inset: 0; background: rgba(15,23,42,.55);
}
.eu-biz-page .ebp-modal-dialog {
  position: relative; background: #fff; border-radius: 14px;
  max-width: 440px; width: 92%; padding: 28px;
  box-shadow: 0 20px 60px rgba(15,23,42,.3);
  max-height: 90vh; overflow-y: auto;
}
.eu-biz-page .ebp-modal-dialog h3 { font-size: 20px; font-weight: 600; color: #082a5e; margin: 0 0 6px; }
.eu-biz-page .ebp-modal-dialog p  { font-size: 14px; color: #39557e; margin: 0 0 16px; }
.eu-biz-page .ebp-modal-x {
  position: absolute; top: 12px; right: 14px;
  border: 0; background: none; font-size: 26px; line-height: 1;
  cursor: pointer; color: #64748b;
}
.eu-biz-page .ebp-field { margin: 10px 0; }
.eu-biz-page .ebp-field label { display: block; font-weight: 600; font-size: 13px; color: #082a5e; }
.eu-biz-page .ebp-field input {
  width: 100%; padding: 9px 11px; border: 1px solid #d0d3da;
  border-radius: 8px; font: inherit; font-size: 14px; margin-top: 4px;
}
.eu-biz-page .ebp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.eu-biz-page .ebp-modal-submit { margin-top: 14px; width: 100%; }
.eu-biz-page .ebp-modal-msg { margin-top: 10px; font-size: 13px; }
.eu-biz-page .ebp-modal-msg.ok  { color: #15803d; }
.eu-biz-page .ebp-modal-msg.err { color: #b91c1c; }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .eu-biz-page .ebp-steps    { grid-template-columns: 1fr; }
  .eu-biz-page .ebp-features { grid-template-columns: repeat(2, 1fr); }
  .eu-biz-page .ebp-plans    { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .eu-biz-page .ebp-features { grid-template-columns: 1fr; }
  .eu-biz-page .ebp-section,
  .eu-biz-page .ebp-section-grey { padding: 44px 0; }
}
