:root {
  --bg: #07131f;
  --bg-soft: #0b2032;
  --surface: rgba(13, 34, 52, 0.8);
  --surface-2: rgba(11, 28, 44, 0.9);
  --text: #f2f7fb;
  --muted: #9bb0c3;
  --line: rgba(160, 199, 230, 0.24);
  --brand: #2fd0a5;
  --brand-2: #4ea9ff;
  --warn: #ffc861;
  --radius: 18px;
  --shadow: 0 22px 54px rgba(2, 9, 16, 0.36);
  --anchor-offset: 112px;
  --font-body: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-display: "Avenir Next", "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(56, 170, 255, 0.17), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(47, 208, 165, 0.16), transparent 30%),
    linear-gradient(160deg, #07131f 0%, #071a2a 54%, #09101a 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.58;
}

body.nav-lock {
  overflow: hidden;
}

.shell {
  width: min(1060px, calc(100% - 1.4rem));
  margin-inline: auto;
}

.bg-orb {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
  pointer-events: none;
}

.orb-1 {
  background: rgba(66, 155, 255, 0.24);
  top: -40px;
  left: -40px;
}

.orb-2 {
  background: rgba(41, 208, 163, 0.22);
  right: -30px;
  top: 260px;
}

.nav {
  position: sticky;
  top: 12px;
  z-index: 20;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  padding: 0.72rem 0.9rem;
  background: rgba(9, 24, 38, 0.82);
  border: 1px solid rgba(151, 195, 228, 0.24);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(2, 9, 16, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.nav-top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.logo {
  text-decoration: none;
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 6px;
}

.menu {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.24rem;
  align-items: center;
  width: auto;
  overflow-x: hidden;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: 0;
}

.menu a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.4rem 0.48rem;
  border-radius: 8px;
  border: 1px solid transparent;
  line-height: 1.2;
  white-space: nowrap;
}

.menu a:hover,
.menu a:focus-visible {
  color: #fff;
  border-color: rgba(137, 200, 255, 0.34);
  background: rgba(20, 50, 76, 0.5);
}

.nav-home .menu-link-b2b {
  color: #eefaf6;
  font-weight: 700;
  border-color: rgba(103, 223, 183, 0.34);
  background: linear-gradient(135deg, rgba(26, 78, 71, 0.9), rgba(17, 53, 67, 0.86));
  box-shadow: inset 0 0 0 1px rgba(103, 223, 183, 0.08);
}

.nav-home .menu-link-b2b:hover,
.nav-home .menu-link-b2b:focus-visible {
  border-color: rgba(103, 223, 183, 0.5);
  background: linear-gradient(135deg, rgba(31, 89, 80, 0.96), rgba(20, 60, 76, 0.92));
}


.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(14, 35, 55, 0.72);
  color: #d7ebff;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

.hero {
  padding-top: 4.6rem;
}

.hero:not(.page-hero) {
  position: relative;
  isolation: isolate;
  padding: 5rem 1.25rem 1.2rem;
}

.hero:not(.page-hero)::before {
  content: "";
  position: absolute;
  inset: 1rem 0 0;
  border-radius: 28px;
  border: 1px solid rgba(139, 192, 235, 0.22);
  background:
    radial-gradient(circle at top left, rgba(78, 169, 255, 0.18), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(103, 223, 183, 0.16), transparent 28%),
    linear-gradient(155deg, rgba(15, 39, 59, 0.9), rgba(8, 23, 36, 0.94));
  box-shadow: 0 30px 72px rgba(2, 10, 18, 0.34);
  z-index: -1;
}

.hero:not(.page-hero)::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 192, 235, 0.34), transparent);
  z-index: -1;
}

.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--brand-2);
  margin-bottom: 0.8rem;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
.big {
  font-family: var(--font-display);
  margin: 0;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  max-width: 18ch;
}

.hero:not(.page-hero) h1 {
  max-width: 15ch;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.hero-sub {
  max-width: 62ch;
  color: var(--muted);
  margin: 1.1rem 0 1.5rem;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
}

.hero-cta .btn {
  flex: 0 1 auto;
  min-height: 48px;
}

.hero:not(.page-hero) .hero-cta .btn:first-child {
  padding-inline: 1.35rem;
}

.btn {
  border-radius: 12px;
  padding: 0.74rem 1.12rem;
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px) scale(1.01);
}

.btn-primary {
  color: #03231d;
  background: linear-gradient(135deg, #7af6cf 0%, #54e5db 46%, #46bfff 100%);
  border-color: rgba(103, 223, 183, 0.38);
  box-shadow: 0 16px 34px rgba(47, 208, 165, 0.3);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 20px 44px rgba(53, 212, 248, 0.3);
}

.btn-demo {
  color: #251100;
  border-color: rgba(255, 224, 130, 0.52);
  background: linear-gradient(135deg, #ffe46b 0%, #ff9f43 46%, #ff6b4a 100%);
  box-shadow: 0 14px 34px rgba(255, 133, 71, 0.28);
}

.btn-demo:hover,
.btn-demo:focus-visible {
  box-shadow: 0 18px 42px rgba(255, 133, 71, 0.34);
}

.btn-ghost {
  color: #d7ebff;
  border-color: var(--line);
  background: rgba(14, 35, 55, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: rgba(137, 200, 255, 0.42);
  background: rgba(22, 52, 79, 0.82);
}

.btn-sm {
  padding: 0.55rem 0.8rem;
  font-size: 0.92rem;
}

.lang-switch {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.22rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(14, 35, 55, 0.68);
}

.lang-btn {
  border: 0;
  border-radius: 8px;
  padding: 0.3rem 0.5rem;
  background: transparent;
  color: #bdd7eb;
  font-weight: 700;
  cursor: pointer;
}

.lang-btn.active {
  background: linear-gradient(135deg, rgba(78, 169, 255, 0.3), rgba(47, 208, 165, 0.2));
  color: #fff;
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.kpi {
  padding: 1.15rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(78, 169, 255, 0.16), transparent 46%),
    linear-gradient(165deg, rgba(13, 34, 52, 0.84), rgba(10, 30, 47, 0.94));
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.hero .kpi {
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 46px rgba(4, 14, 24, 0.28);
}

.kpi span {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.15;
}

.kpi small {
  display: block;
  margin-top: 0.9rem;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.62;
}

.section {
  padding: 4rem 0;
  scroll-margin-top: var(--anchor-offset);
}

.section-head {
  margin-bottom: 1.5rem;
}

.section-head h2,
.section-head h3 {
  margin-top: 0.35rem;
}

.section-head p:last-child {
  margin-top: 0.95rem;
}

.card {
  background: linear-gradient(165deg, rgba(13, 34, 52, 0.82), rgba(11, 28, 44, 0.9));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(120, 185, 235, 0.34);
  box-shadow: 0 24px 52px rgba(3, 12, 20, 0.34);
}

.card h2 + p,
.card h3 + p,
.card h3 + ul,
.card h3 + .plan-list,
.card h3 + .price-line,
.card h3 + .big,
.card .eyebrow + h2,
.card .eyebrow + h3,
.card .stat-number + h3,
.card p + p,
.card p + ul,
.card p + .btn,
.card ul + .btn,
.card .big + small,
.card .plan-note + .plan-list,
.card .price-line + .price-line,
.card .price-line + .plan-note,
.card .plan-list + .booking-actions,
.card .plan-list + .btn,
.card .support-cta-text + .btn {
  margin-top: 0.9rem;
}

.market-wrap,
.demo-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.axis {
  stroke: rgba(195, 224, 250, 0.45);
  stroke-width: 2;
}

.tam-chart {
  width: 100%;
  height: auto;
}

.tam-chart text {
  fill: #bbd6ee;
  font-size: 14px;
  font-family: var(--font-body);
}

.bar {
  transform-origin: center bottom;
  animation: rise 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes rise {
  from { transform: scaleY(0.1); opacity: 0; }
  to { transform: scaleY(1); opacity: 1; }
}

.metric-line {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.metric-line span,
.source,
small,
p {
  color: var(--muted);
}

p,
li,
small {
  line-height: 1.62;
}

.dashboard-grid,
.growth-grid,
.b2b-grid,
.features-grid,
.problem-stats,
.flow-grid,
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.features-future {
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  max-width: 70ch;
}

.section-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.card-accent {
  border-color: rgba(103, 223, 183, 0.46);
  box-shadow: 0 20px 48px rgba(6, 22, 34, 0.34), 0 0 0 1px rgba(103, 223, 183, 0.14) inset;
}

.keyword-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.keyword-strip span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 185, 235, 0.35);
  background: linear-gradient(135deg, rgba(21, 56, 83, 0.74), rgba(14, 41, 63, 0.92));
  color: #dff1ff;
  font-size: 0.86rem;
}

.faq-accordion {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1.1rem 1.2rem;
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 700;
  transition: color 180ms ease;
}

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

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: #d7ebff;
  font-size: 1.1rem;
  line-height: 1;
  background: rgba(14, 35, 55, 0.74);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.faq-item[open] summary::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-item[open] {
  border-color: rgba(103, 223, 183, 0.34);
  background:
    radial-gradient(circle at top right, rgba(103, 223, 183, 0.12), transparent 34%),
    linear-gradient(165deg, rgba(15, 41, 57, 0.9), rgba(10, 29, 45, 0.96));
  box-shadow: 0 24px 52px rgba(3, 12, 20, 0.32);
}

.faq-item[open] summary {
  color: #f7fdff;
}

.faq-item[open] summary::after {
  border-color: rgba(103, 223, 183, 0.42);
  background: rgba(18, 60, 54, 0.9);
  color: #ffffff;
}

.faq-item summary:hover,
.faq-item summary:focus-visible {
  color: #fff;
}

.faq-answer {
  padding: 0 1.2rem 1.15rem;
}

.faq-answer p {
  color: #c6deef;
}

.faq-answer p,
.stat-card p {
  margin: 0;
}

.stat-card h3 {
  margin-top: 0.85rem;
}

.dashboard-head {
  margin-top: 1.4rem;
}
.b2b-cta {
  margin-top: 1rem;
}

.roadmap-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(78, 169, 255, 0.2), transparent 52%),
    linear-gradient(165deg, rgba(18, 46, 68, 0.84), rgba(9, 28, 43, 0.9));
}

.roadmap-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--brand);
}

.roadmap-time {
  display: inline-flex;
  padding: 0.24rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 208, 250, 0.45);
  background: rgba(32, 80, 114, 0.5);
  color: #dff1ff;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 0.55rem;
}

.accessibility-note {
  margin-top: 1rem;
  border-color: rgba(103, 223, 183, 0.48);
  background:
    radial-gradient(circle at 0% 0%, rgba(103, 223, 183, 0.22), transparent 36%),
    linear-gradient(150deg, rgba(14, 50, 46, 0.68), rgba(8, 34, 50, 0.82));
}

.accessibility-note h3 {
  margin-bottom: 0.65rem;
}

.accessibility-note p {
  margin: 0.55rem 0;
}

.stat-card {
  text-align: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #f5fbff;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.dashboard-card .big,
.growth-card .big {
  font-size: 1.9rem;
  margin: 0.3rem 0;
}

.progress {
  margin: 0.5rem 0;
  background: rgba(101, 149, 180, 0.2);
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.progress span {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3ee8b5, #4ea9ff);
}

.early-bird-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(103, 223, 183, 0.42);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(29, 88, 70, 0.34), rgba(10, 39, 63, 0.46));
}

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

.pricing-card {
  position: relative;
  display: grid;
  gap: 0.5rem;
  align-content: start;
  padding: 1.05rem;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, rgba(78, 169, 255, 0), rgba(78, 169, 255, 0.82), rgba(103, 223, 183, 0.82), rgba(103, 223, 183, 0));
  opacity: 0.62;
}

.pricing-card.featured {
  border-color: rgba(103, 223, 183, 0.56);
  box-shadow: 0 18px 46px rgba(8, 26, 41, 0.5), 0 0 0 1px rgba(103, 223, 183, 0.22) inset;
  background:
    radial-gradient(circle at top right, rgba(103, 223, 183, 0.16), transparent 45%),
    var(--surface-2);
  transform: translateY(-8px);
}

.pricing-card.featured::before {
  opacity: 1;
  background: linear-gradient(90deg, rgba(78, 169, 255, 0.12), rgba(78, 169, 255, 0.98), rgba(103, 223, 183, 1), rgba(103, 223, 183, 0.12));
}

.plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}

.plan-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5f8ff;
  background: rgba(59, 144, 210, 0.38);
  border: 1px solid rgba(130, 193, 239, 0.54);
  border-radius: 999px;
  padding: 0.2rem 0.48rem;
}

.pricing-card.featured .plan-badge {
  color: #04251f;
  background: linear-gradient(135deg, #7af6cf 0%, #46bfff 100%);
  border-color: rgba(122, 246, 207, 0.42);
}

.price-line {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}

.price-line strong {
  font-size: 1.75rem;
  line-height: 1;
  color: #f5fbff;
}

.pricing-card.featured .price-line strong {
  text-shadow: 0 8px 24px rgba(70, 191, 255, 0.18);
}

.price-line span {
  color: #bdd9ef;
}

.price-line s {
  color: #7f9ab0;
}

.price-line.annual strong {
  font-size: 1.4rem;
}

.plan-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.plan-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.3rem;
}

.pricing-card h3 + .price-line,
.pricing-card .price-line + .price-line,
.pricing-card .price-line + .plan-note,
.pricing-card .plan-note + .plan-list,
.pricing-card .plan-list + .booking-actions {
  margin-top: 0.55rem;
}

.plan-list li {
  color: #dceefe;
}

.pricing-card .plan-list li::marker {
  color: rgba(122, 246, 207, 0.86);
}

.booking-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

.pricing-card .booking-actions .btn {
  padding: 0.62rem 0.8rem;
  min-height: 44px;
}

@media (min-width: 901px) {
  .pricing-grid {
    align-items: stretch;
  }

  .pricing-card {
    min-height: 510px;
  }

  .pricing-card .booking-actions {
    margin-top: auto;
  }
}

.booking-actions .btn {
  width: 100%;
  justify-content: center;
}

.pricing-b2b-block {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) auto;
  gap: 1rem 1.25rem;
  align-items: center;
}

.pricing-b2b-copy {
  min-width: 0;
}

.pricing-b2b-copy h3 {
  margin-bottom: 0.75rem;
}

.pricing-b2b-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem 1.1rem;
  padding-left: 1.1rem;
}

.pricing-b2b-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pricing-table {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(151, 195, 228, 0.22);
  background: linear-gradient(180deg, rgba(14, 38, 58, 0.72), rgba(10, 28, 43, 0.9));
}

.pricing-table h3 {
  margin-bottom: 0.7rem;
}

.pricing-table-head,
.pricing-row {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, minmax(90px, 1fr));
  gap: 0.6rem;
  align-items: center;
}

.pricing-table-head {
  font-weight: 700;
  color: #d8ebfa;
  padding: 0.62rem 0.7rem;
  border-radius: 10px;
  background: rgba(19, 54, 82, 0.62);
}

.pricing-row {
  padding: 0.62rem 0.7rem;
  border-top: 1px solid rgba(151, 195, 228, 0.2);
}

.pricing-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.02);
}

.pricing-row span {
  color: #d2e7f7;
  font-size: 0.93rem;
}

.pricing-row span:first-child {
  color: #b7d0e4;
}

.pricing-footnote {
  margin-top: 0.9rem;
}

.support-cta {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(120, 185, 235, 0.24);
  background:
    linear-gradient(140deg, rgba(18, 49, 74, 0.78), rgba(9, 28, 44, 0.92)),
    radial-gradient(circle at top left, rgba(95, 210, 190, 0.16), transparent 55%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.support-cta-title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: #e6f5ff;
}

.support-cta-text {
  margin: 0;
  color: #b9d7ee;
  font-size: 0.95rem;
  line-height: 1.62;
  max-width: 62ch;
}

.support-cta .btn {
  white-space: nowrap;
}

.trial-banner {
  border-color: rgba(255, 193, 109, 0.48);
  background:
    radial-gradient(circle at top left, rgba(255, 188, 84, 0.2), transparent 42%),
    radial-gradient(circle at 80% 25%, rgba(255, 109, 74, 0.2), transparent 40%),
    linear-gradient(150deg, rgba(39, 27, 11, 0.78), rgba(11, 33, 49, 0.9));
}

.trial-banner h2 {
  margin-bottom: 0.7rem;
}

.trial-banner p {
  max-width: 78ch;
}

.trial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.95rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.88rem;
  color: #bdd7eb;
}

.page-hero {
  padding-top: 4.2rem;
}

.page-hero h1 {
  max-width: 22ch;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.page-body,
.page-sidebar,
.resource-stack,
.toc {
  display: grid;
  gap: 0.9rem;
}

.page-sidebar {
  position: sticky;
  top: 96px;
}

.page-body ul,
.page-sidebar ul,
.resource-stack ul,
.card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.page-body li,
.page-sidebar li,
.resource-stack li,
.card li {
  margin: 0.45rem 0;
}

.article-callout {
  border-color: rgba(103, 223, 183, 0.42);
  background:
    radial-gradient(circle at top left, rgba(103, 223, 183, 0.14), transparent 44%),
    linear-gradient(160deg, rgba(15, 40, 62, 0.84), rgba(8, 23, 36, 0.92));
}

.article-kpis,
.resource-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.article-kpi {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(15, 40, 62, 0.76);
}

.article-kpi strong {
  display: block;
  color: #eff7ff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.resource-card {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.cta-card {
  display: grid;
  gap: 0.75rem;
}

.legal-doc {
  max-width: 82ch;
  display: grid;
  gap: 1rem;
}

.legal-doc h1 {
  max-width: 100%;
}

.legal-doc h2 {
  margin-top: 1rem;
}

.legal-doc .meta {
  font-size: 0.92rem;
  color: #a7c3da;
}

.legal-lang {
  display: none;
}

.legal-lang.active {
  display: grid;
  gap: 1rem;
}

.capture-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(120, 185, 235, 0.26);
  border-radius: 16px;
  background:
    linear-gradient(160deg, rgba(15, 40, 62, 0.8), rgba(8, 23, 36, 0.9)),
    radial-gradient(circle at top right, rgba(78, 169, 255, 0.18), transparent 52%);
  box-shadow: 0 18px 44px rgba(3, 12, 20, 0.34);
}

.capture-form input,
.capture-form select,
.capture-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  background: rgba(7, 21, 34, 0.86);
  color: #ecf6ff;
  font: inherit;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.capture-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.3rem;
  background-image:
    linear-gradient(45deg, transparent 50%, #bfe5ff 50%),
    linear-gradient(135deg, #bfe5ff 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.capture-form select::-ms-expand {
  display: none;
}

.capture-form select option {
  background: #0d2438;
  color: #ecf6ff;
}

.capture-form input:focus,
.capture-form select:focus,
.capture-form textarea:focus {
  outline: none;
  border-color: rgba(103, 223, 183, 0.76);
  box-shadow: 0 0 0 3px rgba(103, 223, 183, 0.18);
  background: rgba(8, 24, 38, 0.95);
}

.capture-form textarea {
  min-height: 140px;
  resize: vertical;
}

.capture-form input::placeholder,
.capture-form textarea::placeholder {
  color: #8da9bf;
}

.field {
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.field label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #c6e7ff;
}

.consent-field {
  display: grid;
  gap: 0.5rem;
}

.field .consent-label {
  display: grid;
  grid-template-columns: 1rem 1fr;
  column-gap: 0.6rem;
  align-items: start;
  color: #c6e7ff;
  font-size: 0.88rem;
  line-height: 1.35;
}

.consent-label input {
  margin: 0;
  accent-color: #67dfb7;
  grid-column: 1;
  align-self: start;
  margin-top: 0.15rem;
}

.consent-label span {
  min-width: 0;
  grid-column: 2;
}

.consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.consent-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(137, 200, 255, 0.4);
  background: rgba(137, 200, 255, 0.12);
  color: #89c8ff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.consent-links a:hover {
  background: rgba(137, 200, 255, 0.2);
  border-color: rgba(137, 200, 255, 0.65);
}

.capture-form .btn {
  grid-column: 1 / -1;
  width: fit-content;
}

.capture-form .btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.form-status {
  min-height: 1.2rem;
  margin-top: 0.7rem;
}

.invest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.invest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.ph-badge img {
  border-radius: 8px;
  border: 1px solid var(--line);
}

.paypal-donate {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.paypal-donate img {
  display: block;
  width: min(240px, 100%);
  height: auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2.2rem 0 2.6rem;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

:where(
  .breadcrumbs,
  .page-body,
  .page-sidebar,
  .resource-stack,
  .resource-card,
  .legal-doc,
  .footer
) a:not(.btn):not(.logo),
.pricing-footnote a,
.consent-label a {
  color: var(--muted);
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: rgba(155, 176, 195, 0.6);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.22em;
  text-decoration-skip-ink: auto;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

:where(
  .breadcrumbs,
  .page-body,
  .page-sidebar,
  .resource-stack,
  .resource-card,
  .legal-doc,
  .footer
) a:not(.btn):not(.logo):visited,
.pricing-footnote a:visited,
.consent-label a:visited {
  color: var(--muted);
  text-decoration-color: rgba(155, 176, 195, 0.6);
}

:where(
  .breadcrumbs,
  .page-body,
  .page-sidebar,
  .resource-stack,
  .resource-card,
  .legal-doc,
  .footer
) a:not(.btn):not(.logo):hover,
:where(
  .breadcrumbs,
  .page-body,
  .page-sidebar,
  .resource-stack,
  .resource-card,
  .legal-doc,
  .footer
) a:not(.btn):not(.logo):focus-visible,
.pricing-footnote a:hover,
.pricing-footnote a:focus-visible,
.consent-label a:hover,
.consent-label a:focus-visible {
  color: #ffffff;
  text-decoration-color: rgba(103, 223, 183, 0.9);
}

:where(
  .breadcrumbs,
  .page-body,
  .page-sidebar,
  .resource-stack,
  .resource-card,
  .legal-doc,
  .footer
) a:not(.btn):not(.logo):focus-visible,
.pricing-footnote a:focus-visible,
.consent-label a:focus-visible {
  outline: none;
}

.motion {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .motion {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hero:not(.page-hero) {
    padding: 3.9rem 1rem 1rem;
  }

  .hero:not(.page-hero)::before {
    inset: 0.8rem 0 0;
  }

  .hero-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-kpis .kpi:last-child {
    grid-column: 1 / -1;
  }

  .market-wrap,
  .pricing-grid,
  .page-layout {
    grid-template-columns: 1fr;
  }

  .page-sidebar {
    position: static;
  }

  .pricing-b2b-block {
    grid-template-columns: 1fr;
  }

  .pricing-b2b-list {
    grid-template-columns: 1fr;
  }

  .booking-actions {
    grid-template-columns: 1fr;
  }

  .pricing-table {
    overflow-x: auto;
  }

  .pricing-table-head,
  .pricing-row {
    min-width: 720px;
  }
}

@media (max-width: 1280px) {
  .nav.nav-open {
    z-index: 40;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: rgba(103, 223, 183, 0.42);
    background: rgba(20, 59, 55, 0.88);
    color: #f6fffc;
    box-shadow: 0 12px 28px rgba(3, 12, 20, 0.22);
  }

  .menu {
    display: none;
  }

  .nav-top {
    flex-wrap: nowrap;
  }

  .nav.nav-open .nav-top {
    flex-wrap: wrap;
  }

  .nav.nav-open .menu {
    display: grid;
    order: 4;
    width: 100%;
    margin-top: 0.65rem;
    padding: 0.68rem;
    grid-template-columns: 1fr;
    gap: 0.4rem;
    overflow-x: visible;
    overflow-y: auto;
    max-height: min(68vh, 420px);
    border: 1px solid rgba(151, 195, 228, 0.22);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(11, 30, 47, 0.96), rgba(8, 23, 36, 0.98));
    box-shadow: 0 22px 48px rgba(2, 9, 16, 0.28);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .nav.nav-open .menu a {
    padding: 0.72rem 0.78rem;
    background: rgba(16, 42, 64, 0.8);
    border-color: rgba(151, 195, 228, 0.2);
  }

  .nav.nav-open .menu .menu-link-b2b {
    color: #eefaf6;
    border-color: rgba(103, 223, 183, 0.36);
    background: linear-gradient(135deg, rgba(26, 78, 71, 0.92), rgba(17, 53, 67, 0.9));
  }

  .nav-actions {
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(1060px, calc(100% - 1rem));
  }

  body {
    line-height: 1.54;
  }

  .nav-top {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .menu-toggle {
    margin-left: auto;
    min-height: 40px;
  }

  .capture-form {
    grid-template-columns: 1fr;
    padding: 0.86rem;
  }

  .section {
    padding: 2rem 0;
  }

  .hero {
    padding-top: 2.6rem;
  }

  .hero:not(.page-hero) {
    padding: 3rem 0.85rem 0.9rem;
  }

  .hero:not(.page-hero)::before {
    inset: 0.7rem 0 0;
    border-radius: 22px;
  }

  .hero:not(.page-hero) .eyebrow {
    margin-bottom: 0.65rem;
  }

  .hero:not(.page-hero) h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    max-width: 11ch;
  }

  .hero-sub {
    margin: 0.95rem 0 1.2rem;
    font-size: 0.99rem;
  }

  h1 {
    max-width: 100%;
  }

  .hero-cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .hero-cta .btn:first-child,
  .hero-cta .btn:last-child {
    grid-column: 1 / -1;
  }

  .hero-cta .btn,
  .b2b-cta .btn {
    width: 100%;
    min-width: 0;
    padding: 0.72rem 0.82rem;
    font-size: 0.92rem;
  }

  .hero-cta .btn.btn-ghost {
    background: rgba(16, 42, 64, 0.84);
  }

  .consent-label {
    flex-wrap: nowrap;
  }

  .support-cta {
    padding: 0.95rem 0.9rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .section-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section-actions .btn {
    width: 100%;
  }

  .support-cta .btn {
    width: 100%;
  }

  .trial-actions {
    flex-direction: column;
  }

  .trial-actions .btn {
    width: 100%;
  }

  .nav {
    top: 8px;
    padding: 0.62rem 0.72rem;
  }

  .nav.nav-open {
    box-shadow: 0 24px 56px rgba(2, 9, 16, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-actions {
    gap: 0.35rem;
    width: 100%;
    flex: 1 0 100%;
    order: 3;
    margin-left: 0;
  }

  .nav.nav-open .nav-actions {
    padding-top: 0.2rem;
  }

  .nav-actions .btn {
    flex: 1 1 100%;
    width: 100%;
    font-size: 0.82rem;
    padding: 0.52rem 0.62rem;
  }

  .lang-switch {
    flex: 1 0 100%;
    width: 100%;
    justify-content: center;
  }

  .lang-btn {
    flex: 1 1 0;
  }

  .hero-kpis {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero .kpi {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.2rem 0.75rem;
  }

  .kpi {
    padding: 0.9rem 0.75rem;
  }

  .kpi span {
    font-size: 1.2rem;
    grid-row: 1 / span 2;
  }

  .pricing-card.featured {
    transform: none;
  }

  .kpi small {
    margin-top: 0;
    font-size: 0.92rem;
  }

  .pricing-card {
    padding: 0.95rem;
  }

  .plan-head {
    align-items: flex-start;
  }

  .plan-badge {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .price-line strong {
    font-size: 1.55rem;
  }

  .pricing-table {
    margin-top: 0.85rem;
    border-radius: 14px;
  }

  .pricing-footnote {
    font-size: 0.94rem;
  }

  .faq-item summary {
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
    align-items: flex-start;
  }

  .faq-item summary::after {
    width: 1.65rem;
    height: 1.65rem;
    margin-top: 0.08rem;
  }

  .faq-answer {
    padding: 0 1rem 1rem;
  }

  .capture-form {
    gap: 0.8rem;
    padding: 0.9rem;
    border-radius: 14px;
  }

  .capture-form input,
  .capture-form select,
  .capture-form textarea {
    padding: 0.78rem 0.82rem;
    font-size: 0.97rem;
  }

  .capture-form textarea {
    min-height: 132px;
  }

  .capture-form .btn {
    width: 100%;
  }

  .field label {
    margin-bottom: 0.38rem;
  }

  .consent-links {
    gap: 0.4rem;
  }

  .consent-links a {
    width: 100%;
    justify-content: center;
    padding: 0.32rem 0.6rem;
  }

  .section-head {
    margin-bottom: 1rem;
  }
}
