/* ByteTAL Component Library - generated system stylesheet */

:root {
  --bt-bg: #020605;
  --bt-bg-soft: #06100f;
  --bt-surface: rgba(9, 18, 16, 0.76);
  --bt-surface-strong: rgba(13, 26, 23, 0.92);
  --bt-surface-muted: rgba(255, 255, 255, 0.045);
  --bt-line: rgba(157, 245, 111, 0.18);
  --bt-line-strong: rgba(157, 245, 111, 0.34);
  --bt-text: #f7fbf5;
  --bt-text-muted: rgba(247,251,245,0.72);
  --bt-text-soft: rgba(247,251,245,0.54);
  --bt-gold: #9df56f;
  --bt-gold-2: #d7ff9a;
  --bt-teal: #70ddca;
  --bt-accent: #9df56f;
  --bt-accent-2: #70ddca;
  --bt-on-accent: #061006;
  --bt-teal-soft: rgba(112, 221, 202, 0.18);
  --bt-danger: #ff6b6b;
  --bt-success: #70ddca;
  --bt-radius-sm: 10px;
  --bt-radius-md: 16px;
  --bt-radius-lg: 24px;
  --bt-radius-xl: 32px;
  --bt-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --bt-shadow-soft: 0 14px 48px rgba(0, 0, 0, 0.28);
  --bt-max: 1180px;
  --bt-font: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bt-mono: "SFMono-Regular", Consolas, monospace;
}

.bt-shell,
.bt-shell *,
.bt-topbar,
.bt-topbar *,
.bt-mobile-nav,
.bt-mobile-nav *,
.bt-hero,
.bt-hero *,
.bt-section-header,
.bt-section-header *,
.bt-card,
.bt-card *,
.bt-metric,
.bt-metric *,
.bt-service-item,
.bt-service-item *,
.bt-feature-list,
.bt-feature-list *,
.bt-timeline,
.bt-timeline *,
.bt-pricing,
.bt-pricing *,
.bt-form,
.bt-form *,
.bt-auth,
.bt-auth *,
.bt-table,
.bt-table *,
.bt-modal,
.bt-modal *,
.bt-tabs,
.bt-tabs *,
.bt-accordion,
.bt-accordion *,
.bt-toast-region,
.bt-toast-region *,
.bt-footer,
.bt-footer *,
.bt-breadcrumb,
.bt-breadcrumb *,
.bt-cta-band,
.bt-cta-band *,
.bt-logo,
.bt-logo * { box-sizing: border-box; }

.bt-topbar a,
.bt-mobile-nav a,
.bt-hero a,
.bt-card a,
.bt-pricing a,
.bt-auth a,
.bt-footer a,
.bt-breadcrumb a,
.bt-cta-band a,
.bt-logo { color: inherit; text-decoration: none; }

.bt-topbar button,
.bt-mobile-nav button,
.bt-form button,
.bt-form input,
.bt-form textarea,
.bt-form select,
.bt-modal button,
.bt-tabs button,
.bt-accordion button,
.bt-toast-region button { font: inherit; }
.bt-shell { width: min(var(--bt-max), calc(100% - 40px)); margin-inline: auto; }
.bt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bt-gold-2);
  font: 700 11px/1 var(--bt-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.bt-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bt-teal);
  box-shadow: 0 0 20px rgba(112, 221, 202, 0.7);
}
.bt-gradient-text {
  background: linear-gradient(135deg, var(--bt-text), var(--bt-gold-2) 48%, var(--bt-teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bt-glass {
  border: 1px solid var(--bt-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: var(--bt-shadow-soft);
  backdrop-filter: blur(18px);
}
.bt-grid-bg {
  position: relative;
  isolation: isolate;
}
.bt-grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(157, 245, 111, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 245, 111, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}
@media (max-width: 720px) {
  .bt-shell { width: min(100% - 24px, var(--bt-max)); }
}


/* === bt_button === */
.bt-button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.bt-btn {
  --_bg: rgba(255,255,255,0.05);
  --_border: rgba(157,245,111,0.24);
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--_border);
  border-radius: 999px;
  padding: 0 20px;
  background: var(--_bg);
  color: var(--bt-text);
  font-weight: 750;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 32px rgba(0,0,0,0.24);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
  cursor: pointer;
}
.bt-btn:hover { transform: translateY(-2px); border-color: var(--bt-line-strong); }
.bt-btn:focus-visible { outline: 2px solid var(--bt-teal); outline-offset: 3px; }
.bt-btn--primary {
  --_bg: linear-gradient(135deg, var(--bt-gold), #216b2c);
  --_border: rgba(215,255,154,0.72);
  color: #080b09;
  box-shadow: 0 16px 40px rgba(157,245,111,0.18), 0 0 0 1px rgba(255,255,255,0.08) inset;
}
.bt-btn--secondary { --_bg: rgba(112,221,202,0.08); --_border: rgba(112,221,202,0.34); }
.bt-btn--ghost { --_bg: transparent; --_border: rgba(255,255,255,0.12); color: var(--bt-text-muted); }
.bt-btn__icon { width: 18px; height: 18px; display: inline-grid; place-items: center; }
.bt-btn[disabled], .bt-btn.is-disabled { opacity: .48; cursor: not-allowed; transform: none; }
@media (max-width: 520px) { .bt-btn { width: 100%; } }


/* === bt_topbar === */
.bt-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(157,245,111,0.14);
  background: rgba(5,7,6,0.78);
  backdrop-filter: blur(22px);
}
.bt-topbar__inner {
  width: min(var(--bt-max), calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.bt-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.04em; }
.bt-brand__mark {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: transparent;
  box-shadow: 0 12px 34px rgba(157,245,111,0.2);
  overflow: hidden;
}
.bt-brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.bt-brand__text { font-size: 1.28rem; }
.bt-brand__text span { color: var(--bt-gold-2); }
.bt-topbar__nav { display: flex; align-items: center; gap: 8px; }
.bt-topbar__link {
  border-radius: 999px;
  padding: 10px 13px;
  color: var(--bt-text-muted);
  font-size: .92rem;
  font-weight: 700;
  transition: color .18s ease, background .18s ease;
}
.bt-topbar__link:hover, .bt-topbar__link[aria-current="page"] { color: var(--bt-text); background: rgba(255,255,255,0.06); }
.bt-topbar__actions { display: flex; align-items: center; gap: 10px; }
.bt-topbar__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--bt-line);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  color: var(--bt-text);
  cursor: pointer;
}
.bt-topbar__toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 999px; }
@media (max-width: 860px) {
  .bt-topbar__inner { width: min(100% - 24px, var(--bt-max)); min-height: 68px; }
  .bt-topbar__nav, .bt-topbar__actions { display: none; }
  .bt-topbar__toggle { display: inline-block; }
}


/* === bt_mobile_nav === */
.bt-mobile-nav {
  position: fixed;
  inset: 76px 12px auto 12px;
  z-index: 45;
  display: none;
  border: 1px solid var(--bt-line);
  border-radius: 24px;
  background: rgba(7, 13, 12, 0.96);
  box-shadow: var(--bt-shadow);
  backdrop-filter: blur(22px);
  overflow: hidden;
}
.bt-mobile-nav[data-open] { display: block; animation: bt-drawer-in .18s ease both; }
.bt-mobile-nav__links { display: grid; padding: 10px; }
.bt-mobile-nav__link {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 54px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0 12px;
  color: var(--bt-text);
  font-weight: 800;
}
.bt-mobile-nav__link:last-child { border-bottom: 0; }
.bt-mobile-nav__footer { padding: 14px; border-top: 1px solid rgba(157,245,111,0.16); }
@keyframes bt-drawer-in { from { transform: translateY(-8px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (min-width: 861px) { .bt-mobile-nav { display: none !important; } }


/* === bt_hero === */
.bt-hero { position: relative; padding: 96px 0 74px; overflow: hidden; }
.bt-hero::after {
  content: ""; position: absolute; inset: 10% -12% auto auto; width: 460px; height: 460px;
  border-radius: 999px; background: radial-gradient(circle, rgba(112,221,202,.16), transparent 66%); filter: blur(12px); pointer-events: none;
}
.bt-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 56px; align-items: center; }
.bt-hero__title { margin: 18px 0 0; max-width: 860px; font-size: clamp(3.2rem, 8vw, 7.4rem); line-height: .88; letter-spacing: -0.085em; }
.bt-hero__lead { margin: 28px 0 0; max-width: 690px; color: var(--bt-text-muted); font-size: clamp(1.05rem, 2vw, 1.24rem); line-height: 1.72; }
.bt-hero__actions { margin-top: 34px; }
.bt-hero__proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; margin-top: 56px; border: 1px solid var(--bt-line); border-radius: 24px; overflow: hidden; background: var(--bt-line); }
.bt-hero__proof-item { padding: 20px; background: rgba(5,7,6,.82); }
.bt-hero__proof-value { display: block; color: var(--bt-gold-2); font: 900 1.45rem/1 var(--bt-mono); }
.bt-hero__proof-label { display: block; margin-top: 8px; color: var(--bt-text-muted); font-size: .88rem; }
.bt-hero__panel { position: relative; border-radius: 32px; padding: 22px; overflow: hidden; }
.bt-hero__panel-header { display: flex; align-items: center; justify-content: space-between; color: var(--bt-text-muted); font: 700 .78rem/1 var(--bt-mono); text-transform: uppercase; letter-spacing: .12em; }
.bt-hero__signal { margin-top: 28px; display: grid; gap: 12px; }
.bt-hero__signal-row { display: flex; justify-content: space-between; gap: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 14px; background: rgba(255,255,255,.035); }
.bt-hero__signal-row strong { color: var(--bt-text); }
.bt-hero__signal-row span { color: var(--bt-teal); font-family: var(--bt-mono); }
@media (max-width: 960px) { .bt-hero__grid { grid-template-columns: 1fr; } .bt-hero__panel { max-width: 540px; } }
@media (max-width: 640px) { .bt-hero { padding: 64px 0 48px; } .bt-hero__proof { grid-template-columns: 1fr; } }


/* === bt_section_header === */
.bt-section-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; margin-bottom: 34px; }
.bt-section-header__title { margin: 12px 0 0; max-width: 760px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: .98; letter-spacing: -0.065em; }
.bt-section-header__lead { margin: 18px 0 0; max-width: 700px; color: var(--bt-text-muted); font-size: 1.05rem; line-height: 1.72; }
.bt-section-header__action { align-self: end; }
@media (max-width: 760px) { .bt-section-header { grid-template-columns: 1fr; } .bt-section-header__action { align-self: start; } }


/* === bt_card === */
.bt-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.bt-card { position: relative; min-height: 250px; border-radius: 26px; padding: 24px; overflow: hidden; }
.bt-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 20% 0%, rgba(157,245,111,.14), transparent 36%); pointer-events:none; }
.bt-card__kicker { color: var(--bt-gold-2); font: 800 .76rem/1 var(--bt-mono); letter-spacing: .14em; text-transform: uppercase; }
.bt-card__title { position: relative; margin: 38px 0 0; font-size: 1.45rem; line-height: 1.12; letter-spacing: -.035em; }
.bt-card__text { position: relative; margin: 14px 0 0; color: var(--bt-text-muted); line-height: 1.68; }
.bt-card__link { position: relative; display:inline-flex; margin-top: 24px; color: var(--bt-teal); font-weight: 800; }
.bt-card:hover { border-color: var(--bt-line-strong); transform: translateY(-2px); transition: transform .2s ease, border-color .2s ease; }
@media (max-width: 940px) { .bt-card-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .bt-card-grid { grid-template-columns: 1fr; } }


/* === bt_metric_card === */
.bt-metric-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; border: 1px solid var(--bt-line); border-radius: 26px; overflow: hidden; background: var(--bt-line); }
.bt-metric { padding: 24px; background: rgba(5,7,6,.86); }
.bt-metric__value { display:block; color: var(--bt-gold-2); font: 900 clamp(1.8rem, 4vw, 3.4rem)/.92 var(--bt-mono); letter-spacing: -.07em; }
.bt-metric__label { display:block; margin-top: 14px; color: var(--bt-text-muted); line-height: 1.55; }
.bt-metric__trend { display:inline-flex; margin-top: 16px; color: var(--bt-teal); font: 800 .78rem/1 var(--bt-mono); }
@media (max-width: 860px) { .bt-metric-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .bt-metric-grid { grid-template-columns: 1fr; } }


/* === bt_service_grid === */
.bt-service-grid { display:grid; border-top: 1px solid var(--bt-line); }
.bt-service-item { display:grid; grid-template-columns: 150px minmax(0,1fr) 280px; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--bt-line); align-items: start; }
.bt-service-item__index { color: var(--bt-gold-2); font: 900 1rem/1 var(--bt-mono); }
.bt-service-item__title { margin:0; font-size: clamp(1.4rem, 2vw, 2.1rem); line-height: 1.08; letter-spacing:-.045em; }
.bt-service-item__text { margin: 12px 0 0; color: var(--bt-text-muted); line-height:1.7; }
.bt-service-item__tags { display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }
.bt-service-item__tag { border:1px solid rgba(255,255,255,.1); border-radius:999px; padding:8px 10px; color:var(--bt-text-muted); font-size:.78rem; font-weight:800; }
@media (max-width: 860px) { .bt-service-item { grid-template-columns: 1fr; gap:14px; } .bt-service-item__tags { justify-content:flex-start; } }


/* === bt_feature_list === */
.bt-feature-list { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.bt-feature { display:flex; gap:14px; border:1px solid rgba(255,255,255,.08); border-radius: 20px; padding:18px; background: rgba(255,255,255,.035); }
.bt-feature__icon { flex:0 0 auto; width:30px; height:30px; border-radius: 10px; display:grid; place-items:center; color:#05100d; background:linear-gradient(135deg, var(--bt-teal), var(--bt-gold-2)); font-weight:900; }
.bt-feature__title { margin:0; font-size:1rem; }
.bt-feature__text { margin:7px 0 0; color:var(--bt-text-muted); line-height:1.58; font-size:.94rem; }
@media (max-width: 680px) { .bt-feature-list { grid-template-columns:1fr; } }


/* === bt_process_timeline === */
.bt-timeline { display:grid; gap: 0; border-top:1px solid var(--bt-line); }
.bt-timeline__item { display:grid; grid-template-columns: 150px minmax(0,1fr); gap: 26px; padding: 28px 0; border-bottom:1px solid var(--bt-line); }
.bt-timeline__step { color:var(--bt-gold-2); font:900 1.12rem/1 var(--bt-mono); }
.bt-timeline__title { margin:0; font-size: clamp(1.25rem,2vw,1.8rem); letter-spacing:-.04em; }
.bt-timeline__text { margin:10px 0 0; color:var(--bt-text-muted); line-height:1.7; }
.bt-timeline__deliverables { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.bt-timeline__pill { border:1px solid rgba(112,221,202,.24); color:var(--bt-teal); border-radius:999px; padding:7px 10px; font:800 .75rem/1 var(--bt-mono); }
@media (max-width:640px) { .bt-timeline__item { grid-template-columns:1fr; gap:12px; } }


/* === bt_pricing_card === */
.bt-pricing-grid { display:grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap:16px; }
.bt-pricing { border-radius:28px; padding:24px; position:relative; overflow:hidden; }
.bt-pricing--featured { border-color: rgba(215,255,154,.56); box-shadow:0 22px 70px rgba(157,245,111,.14); }
.bt-pricing__badge { display:inline-flex; border:1px solid rgba(112,221,202,.28); border-radius:999px; padding:7px 10px; color:var(--bt-teal); font:800 .72rem/1 var(--bt-mono); text-transform:uppercase; letter-spacing:.12em; }
.bt-pricing__title { margin:24px 0 0; font-size:1.55rem; letter-spacing:-.04em; }
.bt-pricing__price { margin:14px 0 0; color:var(--bt-gold-2); font:900 2.2rem/1 var(--bt-mono); }
.bt-pricing__text { margin:12px 0 0; color:var(--bt-text-muted); line-height:1.65; }
.bt-pricing__list { display:grid; gap:10px; margin:22px 0; padding:0; list-style:none; }
.bt-pricing__list li { color:var(--bt-text-muted); }
.bt-pricing__list li::before { content:"✓"; color:var(--bt-teal); margin-right:8px; }
@media (max-width:900px) { .bt-pricing-grid { grid-template-columns:1fr; } }


/* === bt_form_field === */
.bt-form { display:grid; gap:16px; }
.bt-form__row { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:14px; }
.bt-field { display:grid; gap:8px; }
.bt-field__label { color:var(--bt-text); font-weight:800; font-size:.9rem; }
.bt-field__control {
  width:100%; min-height:48px; border:1px solid rgba(255,255,255,.12); border-radius:16px;
  background: rgba(255,255,255,.045); color:var(--bt-text); padding:0 14px; outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
textarea.bt-field__control { min-height:132px; resize:vertical; padding-top:14px; }
.bt-field__control:focus { border-color:rgba(112,221,202,.56); box-shadow:0 0 0 4px rgba(112,221,202,.1); background:rgba(255,255,255,.065); }
.bt-field__hint { color:var(--bt-text-soft); font-size:.82rem; }
.bt-field__error { color:var(--bt-danger); font-size:.82rem; font-weight:700; }
@media (max-width:640px) { .bt-form__row { grid-template-columns:1fr; } }


/* === bt_auth_panel === */
.bt-auth { min-height:100svh; display:grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); background:var(--bt-bg); }
.bt-auth__brand { position:relative; display:grid; align-content:center; padding: clamp(28px,5vw,70px); overflow:hidden; }
.bt-auth__brand::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 20% 20%, rgba(157,245,111,.2), transparent 38%), radial-gradient(circle at 78% 70%, rgba(112,221,202,.14), transparent 36%); }
.bt-auth__word { position:relative; margin:0; font-size:clamp(4.5rem,12vw,10rem); line-height:.85; letter-spacing:-.1em; }
.bt-auth__word span { color:var(--bt-gold-2); }
.bt-auth__copy { position:relative; max-width:520px; color:var(--bt-text-muted); line-height:1.7; font-size:1.05rem; }
.bt-auth__panel { display:grid; place-items:center; padding:24px; border-left:1px solid var(--bt-line); background:rgba(255,255,255,.025); }
.bt-auth__card { width:min(100%,440px); border-radius:30px; padding:28px; }
.bt-auth__title { margin:0; font-size:2rem; letter-spacing:-.055em; }
.bt-auth__sub { margin:10px 0 24px; color:var(--bt-text-muted); line-height:1.6; }
.bt-auth__footer { margin-top:18px; color:var(--bt-text-soft); font-size:.82rem; }
@media (max-width:900px) { .bt-auth { grid-template-columns:1fr; } .bt-auth__brand { min-height:34svh; } .bt-auth__panel { border-left:0; border-top:1px solid var(--bt-line); } }


/* === bt_table === */
.bt-table-wrap { border:1px solid var(--bt-line); border-radius:24px; overflow:auto; background:rgba(255,255,255,.03); }
.bt-table { width:100%; border-collapse:collapse; min-width:720px; }
.bt-table th, .bt-table td { padding:16px 18px; text-align:left; border-bottom:1px solid rgba(255,255,255,.07); }
.bt-table th { color:var(--bt-gold-2); font:800 .74rem/1 var(--bt-mono); text-transform:uppercase; letter-spacing:.13em; background:rgba(255,255,255,.035); }
.bt-table td { color:var(--bt-text-muted); }
.bt-table tr:last-child td { border-bottom:0; }
.bt-table strong { color:var(--bt-text); }
.bt-table__status { display:inline-flex; border-radius:999px; padding:7px 10px; font:800 .74rem/1 var(--bt-mono); border:1px solid rgba(112,221,202,.3); color:var(--bt-teal); background:rgba(112,221,202,.08); }
.bt-table__status--muted { border-color:rgba(255,255,255,.13); color:var(--bt-text-muted); background:rgba(255,255,255,.045); }


/* === bt_modal === */
.bt-modal { position:fixed; inset:0; z-index:100; display:none; place-items:center; padding:24px; }
.bt-modal[data-open] { display:grid; }
.bt-modal__backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(8px); }
.bt-modal__panel { position:relative; width:min(100%,560px); border-radius:30px; padding:26px; }
.bt-modal__close { position:absolute; top:14px; right:14px; width:40px; height:40px; border:1px solid rgba(255,255,255,.12); border-radius:14px; background:rgba(255,255,255,.05); color:var(--bt-text); cursor:pointer; }
.bt-modal__title { margin:0; font-size:2rem; letter-spacing:-.055em; }
.bt-modal__text { margin:12px 0 22px; color:var(--bt-text-muted); line-height:1.7; }


/* === bt_tabs === */
.bt-tabs { border-radius:28px; padding:10px; }
.bt-tabs__list { display:flex; gap:8px; flex-wrap:wrap; border-bottom:1px solid var(--bt-line); padding:0 0 10px; }
.bt-tabs__tab { border:1px solid rgba(255,255,255,.1); border-radius:999px; background:rgba(255,255,255,.04); color:var(--bt-text-muted); padding:10px 14px; font-weight:800; cursor:pointer; }
.bt-tabs__tab[aria-selected="true"] { color:#07100d; background:linear-gradient(135deg,var(--bt-gold-2),var(--bt-gold)); border-color:rgba(215,255,154,.62); }
.bt-tabs__panel { display:none; padding:22px 4px 6px; }
.bt-tabs__panel[data-active] { display:block; }
.bt-tabs__title { margin:0; font-size:1.6rem; letter-spacing:-.045em; }
.bt-tabs__text { margin:10px 0 0; color:var(--bt-text-muted); line-height:1.7; }


/* === bt_accordion === */
.bt-accordion { display:grid; gap:10px; }
.bt-accordion__item { border:1px solid var(--bt-line); border-radius:20px; background:rgba(255,255,255,.035); overflow:hidden; }
.bt-accordion__button { width:100%; min-height:62px; display:flex; align-items:center; justify-content:space-between; gap:16px; border:0; background:transparent; color:var(--bt-text); padding:0 18px; cursor:pointer; font-weight:850; text-align:left; }
.bt-accordion__button::after { content:"+"; color:var(--bt-gold-2); font-size:1.3rem; }
.bt-accordion__button[aria-expanded="true"]::after { content:"−"; }
.bt-accordion__panel { display:none; padding:0 18px 18px; color:var(--bt-text-muted); line-height:1.7; }
.bt-accordion__panel[data-open] { display:block; }


/* === bt_toast === */
.bt-toast-region { position:fixed; right:18px; bottom:18px; z-index:120; display:grid; gap:10px; width:min(360px, calc(100% - 36px)); }
.bt-toast { border:1px solid var(--bt-line); border-radius:18px; padding:14px 16px; background:rgba(7,13,12,.94); box-shadow:var(--bt-shadow-soft); backdrop-filter:blur(18px); animation:bt-toast-in .2s ease both; }
.bt-toast__title { margin:0; color:var(--bt-text); font-weight:900; }
.bt-toast__text { margin:5px 0 0; color:var(--bt-text-muted); line-height:1.5; font-size:.92rem; }
.bt-toast--success { border-color:rgba(112,221,202,.38); }
.bt-toast--danger { border-color:rgba(255,107,107,.38); }
@keyframes bt-toast-in { from { transform:translateY(8px); opacity:0; } to { transform:translateY(0); opacity:1; } }


/* === bt_footer === */
.bt-footer { border-top:1px solid var(--bt-line); padding:56px 0 28px; background:rgba(0,0,0,.22); }
.bt-footer__grid { display:grid; grid-template-columns: minmax(0,1fr) repeat(3, minmax(120px,180px)); gap:36px; }
.bt-footer__brand { max-width:440px; }
.bt-footer__title { margin:0; font-size:2.2rem; letter-spacing:-.07em; }
.bt-footer__title span { color:var(--bt-gold-2); }
.bt-footer__text { margin:14px 0 0; color:var(--bt-text-muted); line-height:1.7; }
.bt-footer__column h3 { margin:0 0 12px; color:var(--bt-gold-2); font:800 .78rem/1 var(--bt-mono); text-transform:uppercase; letter-spacing:.13em; }
.bt-footer__column a { display:block; margin:10px 0; color:var(--bt-text-muted); font-weight:700; }
.bt-footer__bottom { display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-top:42px; padding-top:22px; border-top:1px solid rgba(255,255,255,.08); color:var(--bt-text-soft); font-size:.86rem; }
@media (max-width:820px) { .bt-footer__grid { grid-template-columns:1fr 1fr; } .bt-footer__brand { grid-column:1/-1; } }
@media (max-width:520px) { .bt-footer__grid { grid-template-columns:1fr; } }


/* === bt_breadcrumb === */
.bt-breadcrumb { display:flex; flex-wrap:wrap; gap:8px; align-items:center; color:var(--bt-text-soft); font-size:.88rem; font-weight:750; }
.bt-breadcrumb a { color:var(--bt-text-muted); }
.bt-breadcrumb a:hover { color:var(--bt-gold-2); }
.bt-breadcrumb__sep { color:rgba(255,255,255,.22); }
.bt-breadcrumb [aria-current="page"] { color:var(--bt-gold-2); }


/* === bt_cta_band === */
.bt-cta-band { position:relative; border-radius:34px; padding: clamp(28px,6vw,64px); overflow:hidden; }
.bt-cta-band::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 20% 0%, rgba(157,245,111,.18), transparent 38%), radial-gradient(circle at 100% 100%, rgba(112,221,202,.12), transparent 34%); pointer-events:none; }
.bt-cta-band__content { position:relative; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:28px; align-items:end; }
.bt-cta-band__title { margin:0; max-width:720px; font-size:clamp(2rem,5vw,4.4rem); line-height:.96; letter-spacing:-.075em; }
.bt-cta-band__text { margin:18px 0 0; max-width:620px; color:var(--bt-text-muted); line-height:1.7; }
@media (max-width:760px) { .bt-cta-band__content { grid-template-columns:1fr; } }


/* === bt_logo_mark === */
.bt-logo { display:inline-flex; align-items:center; gap:12px; }
.bt-logo__mark { width:50px; height:50px; border-radius:50%; position:relative; display:grid; place-items:center; background:transparent; box-shadow:0 18px 40px rgba(157,245,111,.18); overflow:hidden; }
.bt-logo__mark img { width:100%; height:100%; object-fit:contain; }
.bt-logo__text { font-size:1.55rem; font-weight:950; letter-spacing:-.055em; }
.bt-logo__text span { color:var(--bt-gold-2); }
.bt-logo--icon .bt-logo__text { display:none; }
