:root {
  --bg: #f4f7f7;
  --surface: #ffffff;
  --surface-2: #eef4f4;
  --text: #102126;
  --muted: #5b6d72;
  --brand: #35e0c1;
  --brand-strong: #0f9f91;
  --border: #d5e3e2;
  --header: rgba(244, 247, 247, .84);
  --shadow: 0 24px 80px rgba(15, 78, 76, .12);
  color-scheme: light;
}

html[data-theme="dark"] {
  --bg: #07090d;
  --surface: #0c1018;
  --surface-2: #12161f;
  --text: #f3f4f6;
  --muted: #9aa7ad;
  --border: #263038;
  --header: rgba(7, 9, 13, .82);
  --shadow: 0 28px 90px rgba(0, 0, 0, .48);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.serif,
.hero h1,
.hero h1 em,
.section-title,
.price-card strong {
  font-family: Manrope, Arial, sans-serif !important;
  font-style: normal !important;
}

.stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(53, 224, 193, .16), transparent 34rem),
    var(--bg);
}

.stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1100px;
  height: 760px;
  transform: translateX(-50%);
  background-image:
    linear-gradient(rgba(16, 23, 19, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 23, 19, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 30%, transparent 100%);
}

html[data-theme="dark"] .stage::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
}

.stage::after {
  display: none;
}

nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--border);
  background: var(--header);
  backdrop-filter: blur(20px);
}

.nav-in {
  display: flex;
  max-width: 1180px;
  height: 68px;
  margin: 0 auto;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.logo span {
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.nav-links {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.nav-links a {
  transition: color .18s ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.theme-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: var(--surface);
  color: var(--text);
  font: 18px/1 Manrope, sans-serif;
  transition: border-color .18s ease, background .18s ease;
}

.theme-toggle:hover {
  border-color: var(--brand-strong);
  background: var(--surface-2);
}

.theme-moon,
html[data-theme="dark"] .theme-sun {
  display: none;
}

html[data-theme="dark"] .theme-moon {
  display: block;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  padding: 0 19px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 750;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--text);
  color: var(--bg);
  box-shadow: 0 10px 30px rgba(16, 23, 19, .18);
}

.btn-primary:hover {
  box-shadow: 0 15px 38px rgba(16, 23, 19, .24);
}

.btn-ghost {
  border-color: var(--border);
  background: var(--surface);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: var(--brand-strong);
}

.nav-actions .btn {
  min-height: 38px;
  border-radius: 11px;
}

.hero {
  display: block;
  max-width: 1180px;
  min-height: 0;
  margin: 0 auto;
  padding: 148px 24px 84px;
}

.hero > div:first-child {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(49, 185, 113, .28);
  border-radius: 999px;
  background: rgba(53, 224, 193, .1);
  color: var(--brand-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1000px;
  margin: 0 auto 24px;
  color: var(--text);
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.hero h1 em {
  color: var(--text);
  font-weight: 800;
}

.hero h1 em::after {
  content: "";
  display: block;
  width: 190px;
  height: 8px;
  margin: 12px auto -10px;
  border-radius: 999px;
  background: var(--brand);
}

.lead {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.cta-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.trust-row {
  display: flex;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.trust-item::before {
  content: "✓";
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(53, 224, 193, .2);
  color: var(--brand-strong);
  font-size: 11px;
}

.panel {
  position: relative;
  max-width: 1020px;
  min-height: 520px;
  margin: 68px auto 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: none;
}

.panel::before {
  display: none;
}

.panel-top {
  display: flex;
  height: 48px;
  padding: 0 17px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--border);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot.r { background: #ff5f57; }
.dot.y { background: #febc2e; }
.dot.g { background: #28c840; }

.panel-brand {
  margin-left: 7px;
  color: var(--text);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.panel-status {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(53, 224, 193, .16);
  color: var(--brand-strong);
  font-size: 9px;
  font-weight: 800;
}

.demo-flow {
  display: flex;
  margin: 24px 24px 8px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.flow-node {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.flow-node.active {
  border-color: rgba(49, 185, 113, .45);
  background: rgba(53, 224, 193, .12);
  color: var(--text);
}

.flow-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 7px;
  background: var(--surface);
}

.flow-arrow {
  color: var(--brand-strong);
  animation: flow 1.4s ease-in-out infinite;
}

@keyframes flow {
  50% { transform: translateX(3px); opacity: .45; }
}

.wave {
  display: flex;
  height: 62px;
  margin: 18px 24px 10px;
  align-items: center;
  gap: 3px;
}

.wave span {
  flex: 1;
  border-radius: 999px;
  background: var(--brand);
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scaleY(.4); opacity: .45; }
  50% { transform: scaleY(1); opacity: 1; }
}

.transcript-card {
  margin: 0 24px 18px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface-2);
}

.transcript-head {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.live-pill {
  color: var(--brand-strong);
}

.live-pill::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--brand);
}

.typed {
  min-height: 100px;
  margin: 0;
  color: var(--text);
  font: 500 15px/1.7 Manrope, sans-serif;
}

.typed .speaker {
  color: var(--brand-strong);
  font-weight: 800;
}

.typed .cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -2px;
  background: var(--brand);
  animation: blink 1s steps(1) infinite;
}

@keyframes blink { 50% { opacity: 0; } }

.meta-row {
  display: flex;
  padding: 0 24px 22px;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  padding: 6px 9px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 10px;
}

.float-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 190px;
  padding: 13px;
  border-radius: 13px;
  background: var(--text);
  color: var(--bg);
  box-shadow: 0 14px 40px rgba(16, 23, 19, .24);
  animation: float 4s ease-in-out infinite;
}

.float-card small {
  color: var(--muted);
  font-size: 9px;
}

.float-card strong {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

@keyframes float {
  50% { transform: translateY(-5px); }
}

section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 88px 24px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--brand-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.section-title {
  max-width: 900px;
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.section-sub {
  max-width: 660px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.card {
  min-height: 240px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
  transition: transform .2s ease, border-color .2s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: var(--brand-strong);
}

.card-large { grid-column: span 7; }
.card-small { grid-column: span 5; }

.card h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 18px;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.feature-visual {
  margin: 26px -6px -45px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 15px 15px 0 0;
  background: var(--surface-2);
}

.line-demo {
  display: flex;
  margin: 7px 0;
  align-items: flex-start;
  gap: 8px;
  color: var(--text);
  font-size: 10px;
  line-height: 1.5;
}

.line-demo b {
  color: var(--brand-strong);
  white-space: nowrap;
}

.active-line {
  margin-left: -7px;
  padding: 7px;
  border-left: 3px solid var(--brand);
  border-radius: 7px;
  background: rgba(53, 224, 193, .12);
}

.tool-cloud {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 7px;
}

.tool-cloud span {
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 10px;
  font-weight: 700;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.step {
  padding: 23px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
}

.step-num {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg);
  font-weight: 800;
}

.step h3 {
  margin: 0;
}

.seo-copy {
  display: grid;
  padding: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}

.seo-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.content-card {
  position: relative;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  transition: transform .2s ease, border-color .2s ease;
}

.content-card:hover {
  transform: translateY(-3px);
  border-color: var(--brand-strong);
}

.content-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--brand);
  opacity: .06;
}

.content-num {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--brand-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.content-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.35;
}

.content-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.format-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}

.format-list article {
  display: grid;
  padding: 20px 0;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--border);
}

.format-list h3 {
  margin: 0;
  color: var(--text);
  font-size: 14px;
}

.format-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.local-panel {
  display: grid;
  padding: 42px;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface-2);
}

.local-panel h2 {
  max-width: 500px;
  margin: 0;
  color: var(--text);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.local-copy {
  display: grid;
  gap: 20px;
}

.local-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.price-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}

.price-card strong {
  color: var(--text);
  font-size: 34px;
  font-weight: 800;
}

.download-shell {
  position: relative;
  padding: 52px 40px;
  overflow: hidden;
  border-radius: 26px;
  background: #101713;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.download-shell::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--brand);
  filter: blur(30px);
  opacity: .16;
}

.download-shell .section-kicker,
.download-shell .section-title,
.download-shell .section-sub,
.download-shell .dl-row,
.download-shell .dl-auto,
.download-shell .dl-grid,
.download-shell .dl-manual-label,
.download-shell .dl-note {
  position: relative;
  z-index: 1;
}

.download-shell .section-title,
.download-shell .section-sub {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.download-shell .section-title {
  color: #f5faf7;
}

.download-shell .section-sub {
  color: #9caaa1;
}

.download-shell .btn-primary {
  background: var(--brand);
  color: #101713;
}

.download-shell .btn-ghost {
  border-color: #34443a;
  background: #18211c;
  color: #f5faf7;
}

.dl-auto {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(520px, 100%);
  margin: 8px auto 22px;
  padding: 22px 24px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(53, 224, 193, .35);
  border-radius: 18px;
  background: var(--brand);
  box-shadow: 0 16px 40px rgba(49, 185, 113, .28);
  color: #101713;
  text-align: center;
}

.dl-auto strong {
  font-size: 20px;
  font-weight: 800;
}

.dl-auto span {
  color: rgba(16, 23, 19, .68);
  font-size: 13px;
}

.dl-auto:hover {
  transform: translateY(-2px);
}

.dl-manual-label {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #7f8d84;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dl-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(520px, 100%);
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dl-card {
  display: flex;
  min-height: 92px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border: 1px solid #34443a;
  border-radius: 16px;
  background: #18211c;
  color: #f5faf7;
  text-align: left;
}

.dl-card b {
  font-size: 16px;
}

.dl-card span {
  color: #9caaa1;
  font-size: 13px;
}

.dl-card:hover {
  border-color: rgba(53, 224, 193, .5);
  transform: translateY(-2px);
}

.dl-note {
  position: relative;
  z-index: 1;
  margin: 18px auto 0;
  max-width: 520px;
  color: #7f8d84;
  font-size: 13px;
  text-align: center;
}

.dl-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq {
  display: grid;
  margin-top: 30px;
  gap: 9px;
}

.faq details {
  border: 1px solid var(--border);
  border-radius: 15px;
  background: var(--surface);
}

.faq summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  cursor: pointer;
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--brand-strong);
  font-size: 20px;
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 760px;
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

footer {
  display: flex;
  max-width: 1112px;
  margin: 20px auto 0;
  padding: 28px 0 44px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.on,
.hero .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 800px) {
  .nav-in {
    height: 60px;
    padding: 0 14px;
  }

  .nav-links {
    display: none;
  }

  .logo span {
    display: none;
  }

  .nav-actions .btn {
    padding: 0 13px;
  }

  .hero {
    padding: 112px 16px 56px;
  }

  .hero h1 {
    font-size: clamp(39px, 11vw, 58px);
    letter-spacing: -.03em;
  }

  .hero h1 em::after {
    width: 120px;
    height: 5px;
  }

  .lead {
    font-size: 16px;
  }

  .panel {
    min-height: 480px;
    margin-top: 46px;
    border-radius: 17px;
  }

  .demo-flow {
    margin-inline: 12px;
    gap: 4px;
  }

  .flow-node {
    padding: 6px;
  }

  .flow-node span:last-child {
    display: none;
  }

  .wave,
  .transcript-card {
    margin-inline: 14px;
  }

  .meta-row {
    padding-inline: 14px;
  }

  .float-card {
    display: none;
  }

  section {
    padding: 58px 16px;
  }

  .card-large,
  .card-small {
    grid-column: 1 / -1;
  }

  .steps,
  .price,
  .seo-copy,
  .split-section,
  .local-panel {
    grid-template-columns: 1fr;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-card {
    min-height: 0;
  }

  .content-num {
    margin-bottom: 26px;
  }

  .seo-copy {
    gap: 18px;
    padding: 21px;
  }

  .split-section {
    gap: 24px;
  }

  .format-list article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .local-panel {
    padding: 26px 22px;
    gap: 28px;
  }

  .download-shell {
    padding: 34px 22px;
  }

  .dl-grid {
    grid-template-columns: 1fr;
  }

  footer {
    margin-inline: 16px;
    padding-bottom: 30px;
  }
}

.legal-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 140px 24px 80px;
}

.legal-wrap h1 {
  margin: 0 0 8px;
  font-size: clamp(32px, 5vw, 46px);
  letter-spacing: -.04em;
}

.legal-date {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 13px;
}

.legal-wrap h2 {
  margin: 36px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
  font-size: 18px;
}

.legal-wrap p,
.legal-wrap li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.legal-wrap p {
  margin: 0 0 12px;
}

.legal-wrap ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.legal-wrap li {
  margin: 0 0 8px;
}

.legal-wrap strong {
  color: var(--text);
}

@media (max-width: 800px) {
  .legal-wrap {
    padding: 116px 16px 56px;
  }
}

.cookie-bubble {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 22px;
  display: flex;
  max-width: min(460px, calc(100vw - 24px));
  padding: 10px 10px 10px 16px;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--header);
  box-shadow: 0 14px 40px rgba(16, 23, 19, .16);
  backdrop-filter: blur(18px);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.cookie-bubble[hidden] {
  display: none;
}

.cookie-bubble p {
  margin: 0;
}

.cookie-bubble a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-bubble button {
  flex: none;
  min-height: 32px;
  padding: 0 14px;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: var(--text);
  color: var(--bg);
  font: 700 12px/1 Manrope, sans-serif;
}

.cookie-bubble button:hover {
  background: var(--brand-strong);
  color: #fff;
}

@media (max-width: 520px) {
  .cookie-bubble {
    border-radius: 18px;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.demo-table {
  margin: 8px 18px 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
}
.demo-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.demo-table th,
.demo-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
.demo-table th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.demo-table td.save { color: var(--brand-strong); font-weight: 700; }
.demo-table .bar {
  display: block;
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--surface-2);
}
.demo-table .bar i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: var(--brand);
}
