@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/instrument-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/instrument-sans-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #f5f4ef;
  --bg-2: #ecefe9;
  --surface: #ffffff;
  --surface-2: #f9faf7;
  --ink: #111a2a;
  --ink-2: #243149;
  --muted: #647086;
  --muted-2: #8590a2;
  --line: #dfe5dc;
  --line-2: #cbd5ca;
  --navy: #10294b;
  --navy-2: #0b1b31;
  --blue: #2461a8;
  --blue-2: #184a84;
  --green: #22764d;
  --green-2: #155f3b;
  --green-soft: #e8f5ed;
  --red: #b84a43;
  --red-soft: #fff0ef;
  --amber: #9a6a16;
  --amber-soft: #fbf1d9;
  --shadow: 0 22px 60px rgba(17, 26, 42, 0.1);
  --shadow-soft: 0 10px 30px rgba(17, 26, 42, 0.075);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 11px;
  --max: 1180px;
  --header-max: 1320px;
  --font: "Instrument Sans", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Instrument Sans", "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
  max-width: 100%;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: 94px;
}

#ablauf {
  scroll-margin-top: 0;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(36, 97, 168, 0.07), transparent 30rem),
    radial-gradient(circle at 92% 16%, rgba(34, 118, 77, 0.08), transparent 32rem),
    var(--bg);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  max-width: 100%;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(17, 26, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 26, 42, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: #fff;
  background: var(--blue);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--navy-2);
}

.skip-link:focus {
  left: 12px;
}

.shell {
  width: min(var(--max), calc(100vw - 44px));
  max-width: calc(100vw - 44px);
  margin-inline: auto;
}

.site-header .shell {
  width: min(var(--header-max), calc(100vw - 44px));
  max-width: calc(100vw - 44px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 244, 239, 0.9);
  border-bottom: 1px solid rgba(203, 213, 202, 0.74);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  line-height: 1;
}

.brand-logo {
  width: 222px;
  height: auto;
  object-fit: contain;
}

.footer-logo {
  width: 190px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #354259;
  font-size: 15px;
  font-weight: 620;
  letter-spacing: -0.01em;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue-2);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}

.nav-toggle,
.mobile-nav-actions {
  display: none;
}

.btn,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.01em;
  transition:
    transform 170ms ease,
    background 170ms ease,
    color 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.btn:active,
.header-cta:active {
  transform: translateY(0) scale(0.99);
}

.btn:focus-visible,
.header-cta:focus-visible,
.site-nav a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(36, 97, 168, 0.28);
  outline-offset: 3px;
}

.btn-primary,
.header-cta {
  color: #fff;
  background: linear-gradient(180deg, #2a68b2, #1d579d);
  box-shadow: 0 14px 28px rgba(36, 97, 168, 0.2);
}

.header-cta-secondary {
  color: var(--blue-2);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line-2);
  box-shadow: 0 8px 20px rgba(17, 26, 42, 0.045);
}

.header-cta-secondary:hover {
  color: var(--navy-2);
  background: #fff;
  border-color: #aebeb3;
}

.btn-primary:hover,
.header-cta:hover {
  background: linear-gradient(180deg, #1e579d, #153f78);
}

.btn-secondary {
  color: var(--blue-2);
  background: rgba(255, 255, 255, 0.84);
  border-color: var(--line-2);
  box-shadow: 0 8px 20px rgba(17, 26, 42, 0.045);
}

.btn-secondary:hover {
  color: var(--navy-2);
  border-color: #aebeb3;
  background: #fff;
}

.btn-dark {
  color: #fff;
  background: var(--navy-2);
}

.btn-light {
  color: var(--blue-2);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-full {
  width: 100%;
}

.text-link {
  color: var(--blue-2);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  overflow: hidden;
  padding: 90px 0 92px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 70px;
}

.hero-grid > *,
.split > *,
.section-head > *,
.contact-grid > *,
.faq-layout > *,
.pricing-grid > *,
.plan-expansion > * {
  min-width: 0;
}

.hero-copy {
  min-width: 0;
  max-width: 650px;
}

.eyebrow-clean,
.soft-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  color: var(--blue-2);
  padding: 0;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.095em;
  line-height: 1.2;
  text-transform: uppercase;
}


.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid rgba(36, 97, 168, 0.16);
  border-radius: 8px;
  color: var(--blue-2);
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.display-title {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 4.65vw, 4.45rem);
  line-height: 1.1;
  letter-spacing: -0.012em;
  font-weight: 570;
  text-wrap: balance;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.05rem, 3.4vw, 3.65rem);
  line-height: 1.1;
  letter-spacing: -0.012em;
  font-weight: 570;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 580;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--ink-2);
  font-size: clamp(1.13rem, 1.6vw, 1.45rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.microcopy {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-dash {
  width: min(540px, 100%);
  border: 1px solid rgba(203, 213, 202, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 32px 80px rgba(17, 26, 42, 0.10),
    0 2px 8px rgba(17, 26, 42, 0.04);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.dash-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(249, 250, 247, 0.8);
}

.dash-bar strong {
  font-size: 0.88rem;
  font-weight: 850;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.dash-stat {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-2);
}

.stat-num {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.dash-list {
  display: grid;
  gap: 0;
}

.dash-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-bottom: 1px solid rgba(223, 229, 220, 0.6);
  transition: background 200ms ease;
}

.dash-row:last-child { border-bottom: 0; }

.dash-row.is-active {
  background: rgba(36, 97, 168, 0.04);
}

.dash-time {
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 800;
}

.dash-name {
  color: var(--ink-2);
  font-size: 0.92rem;
  font-weight: 700;
}

.dash-ok {
  color: var(--green-2);
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: right;
}

.dash-detail {
  border-top: 1px solid var(--line);
  background: rgba(249, 250, 247, 0.5);
}

.dash-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px 0;
}

.dash-detail-head strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.dash-badge-ok {
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--green-2);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dash-detail-body {
  display: grid;
  gap: 0;
  padding: 12px 22px 18px;
}

.dash-detail-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  padding: 7px 0;
}

.dash-detail-row span {
  color: var(--muted-2);
  font-size: 0.82rem;
  font-weight: 700;
}

.dash-detail-row strong {
  color: var(--ink-2);
  font-size: 0.88rem;
  font-weight: 600;
}

.call-board.is-resolved .call-row b {
  opacity: 0;
}

.call-board.is-resolved .call-row i {
  opacity: 1;
}

.section {
  padding: 94px 0;
}

.section.compact {
  padding: 68px 0;
}

.soft {
  background: rgba(236, 239, 233, 0.72);
  border-block: 1px solid rgba(203, 213, 202, 0.65);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 42px;
}

.section-head p:not(.eyebrow-clean) {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-copy {
  align-self: center;
  max-width: 430px;
}

.section-copy p {
  margin-bottom: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-2);
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
}

.text-link::after {
  content: "→";
  transform: translateX(0);
  transition: transform 170ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 64px;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.pain-stack {
  display: grid;
  gap: 16px;
}

.pain-item,
.feature-card,
.step-card,
.contact-card,
.plan-card,
.legal-box {
  border: 1px solid rgba(203, 213, 202, 0.82);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.pain-item {
  padding: 22px 24px;
}

.pain-item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.pain-item p,
.feature-card p,
.step-card p,
.plan-card p,
.contact-card p {
  color: var(--muted);
}

.evidence-panel {
  padding: 30px;
  border-radius: var(--radius-xl);
  color: #eef5ff;
  background:
    radial-gradient(circle at 82% 8%, rgba(58, 132, 206, 0.4), transparent 34%),
    linear-gradient(155deg, var(--navy), var(--navy-2));
  box-shadow: var(--shadow);
}

.evidence-panel h3 {
  color: #fff;
  font-size: 1.7rem;
}

.evidence-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.evidence-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  color: rgba(238, 245, 255, 0.86);
}

.evidence-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: #75d69c;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  position: relative;
  min-height: 250px;
  padding: 28px 26px 30px;
  overflow: hidden;
}

.step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--blue), var(--green));
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: #fff;
  background: var(--navy);
  font-family: var(--mono);
  font-weight: 900;
}

.work-order {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 202, 0.82);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.work-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  color: #fff;
  background: linear-gradient(150deg, var(--navy), var(--navy-2));
}

.work-order-head span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.85rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-order-head strong {
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.work-order-body {
  display: grid;
  gap: 0;
}

.order-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 18px 26px;
  border-bottom: 1px solid var(--line);
}

.order-row:last-child {
  border-bottom: 0;
}

.order-row dt {
  color: var(--muted);
  font-weight: 850;
}

.order-row dd {
  margin: 0;
  color: var(--ink-2);
}

.rule-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rule-card,
.mini-card {
  padding: 22px;
  border: 1px solid rgba(203, 213, 202, 0.82);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
}

.rule-card strong,
.mini-card strong {
  display: block;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.rule-card span,
.mini-card span {
  color: var(--muted);
}

.dark-panel {
  padding: 58px;
  border-radius: 38px;
  color: #eff6ff;
  background:
    radial-gradient(circle at 12% 18%, rgba(68, 139, 201, 0.3), transparent 30%),
    radial-gradient(circle at 86% 86%, rgba(66, 161, 101, 0.24), transparent 28%),
    linear-gradient(145deg, #122945, #0a182b);
  box-shadow: var(--shadow);
}

.dark-panel h2,
.dark-panel h3 {
  color: #fff;
}

.dark-panel p {
  color: rgba(239, 246, 255, 0.78);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.feature-grid .feature-card {
  padding: 28px;
}

.feature-grid .feature-card.wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 30px;
  align-items: center;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--muted);
}

.mini-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--green);
}

.pricing-title {
  padding: 42px 0 10px;
  text-align: center;
}

.pricing-title h1,
.subpage-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(3rem, 5vw, 4.55rem);
}

.pricing-title p {
  max-width: 780px;
  margin: 0 auto 12px;
  color: var(--muted);
  font-size: 1.08rem;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 2px 0 0;
  padding: 5px;
  border-radius: 16px;
  background: #eef1f5;
  box-shadow: inset 0 0 0 1px rgba(203, 213, 202, 0.76);
}

.billing-toggle button {
  min-width: 126px;
  padding: 10px 16px;
  border: 0;
  border-radius: 12px;
  color: #5f6878;
  background: transparent;
  font-weight: 850;
  line-height: 1;
}

.billing-toggle button.is-active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 4px 10px rgba(17, 26, 42, 0.08);
}

.billing-toggle strong {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 0.75rem;
}

.billing-note {
  min-height: 22px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 8px;
}

.pricing-matrix {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  gap: 0;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid rgba(203, 213, 202, 0.95);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.pricing-column {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 28px 32px;
  border-top: 1px solid rgba(203, 213, 202, 0.78);
}

.pricing-column:first-child {
  border-top: 0;
}

.pricing-column.is-highlighted {
  background:
    radial-gradient(circle at 50% 0%, rgba(36, 97, 168, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(36, 97, 168, 0.032), transparent 44%),
    rgba(255, 255, 255, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 1px 0 0 rgba(36, 97, 168, 0.18),
    inset -1px 0 0 rgba(36, 97, 168, 0.18);
}

.plan-top {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.plan-top h2 {
  margin: 0 0 8px;
  font-size: 1.55rem;
}

.pricing-column .badge {
  position: absolute;
  top: 30px;
  right: 28px;
}

.plan-fit {
  margin: 0 0 10px;
  color: var(--ink-2);
  font-size: 1.03rem;
  font-weight: 450;
  line-height: 1.35;
}

.matrix-group {
  padding-top: 0;
  margin-top: 0;
}

.matrix-group h3 {
  margin-bottom: 12px;
  font-size: 0.98rem;
}

.pricing-lower {
  margin-top: 20px;
}

.scale-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid rgba(203, 213, 202, 0.88);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 20%, rgba(36, 97, 168, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.scale-strip h2 {
  max-width: 760px;
  margin: 12px 0 8px;
  font-size: clamp(1.65rem, 2.2vw, 2.4rem);
}

.scale-strip p {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--muted);
}

.pricing-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.pricing-terms article,
.comparison-panel {
  border: 1px solid rgba(203, 213, 202, 0.78);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
}

.pricing-terms article {
  padding: 22px;
}

.pricing-terms h3 {
  margin-bottom: 7px;
  font-size: 1.02rem;
}

.pricing-terms p {
  margin-bottom: 0;
  color: var(--muted);
}

.comparison-panel {
  padding: 34px;
}

.comparison-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
  gap: 54px;
  align-items: center;
}

.pricing-teaser > div:first-child p:not(.eyebrow-clean) {
  max-width: 680px;
  color: var(--muted);
}

.pricing-teaser-card {
  padding: 26px;
  border: 1px solid rgba(203, 213, 202, 0.88);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}
@media (min-width: 980px) {
  .pricing-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-column {
    border-top: 0;
    border-left: 1px solid rgba(203, 213, 202, 0.78);
  }

  .pricing-column:first-child {
    border-left: 0;
  }
}

.teaser-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
}

.teaser-price strong {
  color: var(--ink);
  font-size: clamp(2.1rem, 3vw, 3rem);
  letter-spacing: -0.04em;
  font-weight: 760;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.plan-card.recommended {
  border-color: rgba(36, 97, 168, 0.7);
  box-shadow: 0 24px 62px rgba(36, 97, 168, 0.14);
}

.plan-card h2,
.plan-card h3 {
  margin: 12px 0 8px;
  font-size: 1.55rem;
}

.plan-desc {
  min-height: 78px;
  margin-bottom: 18px;
  color: var(--muted);
}

.price {
  margin: 0 0 20px;
  color: var(--ink);
  line-height: 1;
}

.price strong {
  font-size: clamp(2.5rem, 3.5vw, 3.6rem);
  display: inline-flex;
  align-items: baseline;
  gap: 0.1em;
  letter-spacing: -0.035em;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
}

.price span:not([data-monthly]) {
  color: var(--muted);
  font-size: 1rem;
}

.plan-extra,
.extra-minute {
  display: inline-block;
  margin-left: 8px;
  color: var(--muted-2);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}

.plan-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  border: 1px solid rgba(21, 52, 91, 0.22);
  border-radius: 999px;
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  cursor: help;
  transform: translateY(-1px);
}

.plan-info::after {
  content: attr(aria-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 5;
  width: max-content;
  max-width: 230px;
  padding: 8px 10px;
  border: 1px solid rgba(21, 52, 91, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px rgba(21, 52, 91, 0.12);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.plan-info:hover::after,
.plan-info:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.plan-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(203, 213, 202, 0.78);
  list-style: none;
}

.plan-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-2);
  line-height: 1.35;
}

.plan-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 12px;
  margin-top: 4px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(42deg);
}

.minute-label {
  min-width: 0;
}

.plan-expansion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.plan-expansion .plan-card {
  min-height: 0;
}

.info-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.info-band article {
  padding: 22px;
  border: 1px solid rgba(203, 213, 202, 0.78);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
}

.info-band h3,
.info-band strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.info-band p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}

th,
td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--ink);
  background: #f4f6f2;
  font-size: 0.9rem;
  font-weight: 900;
}

td {
  color: var(--muted);
}

tr:last-child td {
  border-bottom: 0;
}

.category-row td {
  padding: 32px 18px 12px;
  color: var(--ink);
  font-weight: 850;
  font-size: 1.05rem;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.subpage-hero {
  padding: 72px 0 58px;
}

.subpage-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.18rem;
}

.flow-hero {
  padding-bottom: 70px;
}

.flow-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  align-items: center;
  gap: 58px;
}

.flow-proof-card {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 202, 0.86);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.flow-proof-head {
  padding: 22px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(77, 149, 213, 0.32), transparent 38%),
    linear-gradient(145deg, var(--navy), var(--navy-2));
}

.flow-proof-head span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-proof-head strong {
  font-size: 1.42rem;
  letter-spacing: -0.03em;
}

.flow-proof-list {
  display: grid;
}

.flow-proof-list div {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.flow-proof-list div:last-child {
  border-bottom: 0;
}

.flow-proof-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 850;
}

.flow-proof-list strong {
  color: var(--ink-2);
  font-size: 0.98rem;
  letter-spacing: -0.015em;
}

.faq-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 54px;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid rgba(203, 213, 202, 0.82);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
}

.faq-sidebar p {
  margin-bottom: 18px;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-group-label {
  margin: 22px 0 8px;
  padding: 0;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-group-label:first-child { margin-top: 0; }

details {
  border: 1px solid rgba(203, 213, 202, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 22px rgba(17, 26, 42, 0.045);
  overflow: hidden;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 23px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.02em;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1;
}

details[open] summary::after {
  content: "–";
}

details p {
  margin: 0;
  padding: 0 23px 22px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 28px;
  align-items: start;
}

.contact-card {
  padding: 30px;
}

.contact-card.dark-card {
  color: #eff6ff;
  background: linear-gradient(150deg, var(--navy), var(--navy-2));
  border-color: rgba(255, 255, 255, 0.1);
}

.contact-card.dark-card h2,
.contact-card.dark-card h3 {
  color: #fff;
}

.contact-card.dark-card p,
.contact-card.dark-card span,
.contact-card.dark-card .mini-list li,
.contact-card.dark-card .microcopy {
  color: rgba(239, 246, 255, 0.76);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-2);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

textarea {
  min-height: 134px;
  resize: vertical;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.form-status {
  margin: 16px 0 0;
  color: var(--green-2);
  font-weight: 800;
}

.small-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.closing-cta {
  padding: 86px 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(79, 149, 213, 0.36), transparent 30%),
    linear-gradient(135deg, #1d579d, #12365f);
}

.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

.closing-inner h2 {
  color: #fff;
  margin-bottom: 10px;
}

.closing-inner p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  padding: 62px 0 30px;
  background: #eef1ee;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 0.75fr;
  gap: 44px;
  align-items: start;
}

.footer-grid p {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--muted);
}

.footer-column {
  display: grid;
  gap: 11px;
}

.footer-column strong {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: var(--muted);
  font-weight: 650;
}

.footer-column a:hover {
  color: var(--blue-2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line-2);
  color: var(--muted);
  font-size: 0.94rem;
}

.legal-page {
  padding: 78px 0 110px;
}

.legal-page h1 {
  margin-bottom: 26px;
}

.legal-box {
  max-width: 820px;
  padding: 30px;
}

.legal-box p {
  color: var(--muted);
}

@keyframes callTrack {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -1368px, 0);
  }
}

@keyframes clearTrack {
  to {
    filter: blur(0);
  }
}

@keyframes rowResolveOnce {
  to {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.6);
    box-shadow:
      0 14px 28px rgba(34, 118, 77, 0.052),
      inset 0 1px 0 rgba(255, 255, 255, 0.84);
  }
}

@keyframes missedLabelOnce {
  to {
    opacity: 0;
  }
}

@keyframes handledLabelOnce {
  to {
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 220px 1fr auto;
    gap: 22px;
  }

  .brand-logo {
    width: 200px;
  }

  .site-nav {
    gap: 24px;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .contact-grid,
  .flow-hero-grid {
    grid-template-columns: 1fr;
  }

  .call-visual {
    min-height: 520px;
  }

  .call-board {
    margin-inline: auto;
  }

  .process-rail,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-matrix,
  .pricing-teaser,
  .pricing-terms {
    grid-template-columns: 1fr;
  }

  .pricing-column {
    border-left: 0;
    border-top: 1px solid rgba(203, 213, 202, 0.78);
  }

  .pricing-column:first-child {
    border-top: 0;
  }

  .plan-top {
    min-height: 0;
  }

  .scale-strip {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .feature-grid .feature-card.wide {
    grid-template-columns: 1fr;
  }

  .feature-grid .feature-card.wide {
    grid-column: span 1;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }

  .shell,
  .site-header .shell {
    width: min(100% - 30px, var(--max));
  }

  .header-inner {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: min(184px, calc(100vw - 108px));
  }

  .header-actions {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 5px;
    width: 46px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line-2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
  }

  .nav-toggle span {
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
  }

  .site-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    top: calc(100% + 8px);
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line-2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    max-width: calc(100vw - 30px);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .site-nav a::after {
    display: none;
  }

  .mobile-nav-actions {
    display: grid;
    gap: 8px;
    margin-top: 8px;
  }

  .hero {
    padding: 62px 0 70px;
  }

  h1,
  .display-title {
    font-size: clamp(2.15rem, 10.2vw, 3.05rem);
    line-height: 1.1;
    letter-spacing: -0.012em;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .hero-grid,
  .section-head,
  .closing-inner,
  .footer-grid,
  .faq-layout,
  .plan-expansion,
  .info-band {
    grid-template-columns: 1fr;
  }

  .section,
  .section.compact {
    padding: 70px 0;
  }

  .call-visual {
    min-height: 500px;
  }

  .call-orbit {
    display: none;
  }

  .call-board {
    max-width: 100%;
  }

  .process-rail,
  .pricing-grid,
  .rule-board {
    grid-template-columns: 1fr;
  }

  .section-copy {
    max-width: none;
  }

  .section-copy .text-link {
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 13px 20px;
    border: 1px solid var(--line-2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(17, 26, 42, 0.055);
  }

  .step-card {
    min-height: 0;
  }

  .plan-desc {
    min-height: 0;
  }

  .pricing-page,
  .pricing-page main,
  .pricing-page section {
    max-width: 100%;
    overflow-x: clip;
  }

  .pricing-title p {
    max-width: min(34ch, 100%);
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .pricing-matrix,
  .pricing-lower,
  .comparison-panel {
    max-width: 100%;
    overflow: hidden;
  }

  .pricing-column,
  .scale-strip,
  .pricing-terms article,
  .pricing-teaser-card {
    min-width: 0;
    max-width: 100%;
  }

  .pricing-column p,
  .pricing-column li,
  .scale-strip p,
  .pricing-terms p,
  .pricing-teaser p,
  .comparison-panel p {
    overflow-wrap: anywhere;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .faq-sidebar {
    position: static;
  }
}

@media (max-width: 700px) {
  .pricing-page .shell {
    width: min(calc(100% - 32px), 342px);
    max-width: min(calc(100% - 32px), 342px);
  }

  .pricing-title p {
    max-width: 30ch;
  }

  .pricing-matrix {
    width: min(calc(100% - 32px), 342px);
    max-width: min(calc(100% - 32px), 342px);
  }

  .pricing-column {
    padding-inline: 18px;
  }

  .pricing-column .btn,
  .pricing-column .btn-full {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .shell,
  .site-header .shell {
    width: calc(100% - 44px);
    max-width: calc(100% - 44px);
  }

  .hero-grid,
  .hero-copy,
  .hero-lead,
  .call-visual,
  .call-board {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .shell.hero-grid {
    width: calc(100% - 44px);
    max-width: calc(100% - 44px);
  }

  .hero-copy {
    max-width: 100%;
    padding-right: 22px;
    overflow-wrap: break-word;
  }

  h1,
  .display-title {
    font-size: clamp(2rem, 11.2vw, 2.72rem);
    letter-spacing: -0.012em;
    text-wrap: normal;
  }

  .hero-lead {
    max-width: 31ch;
    font-size: 1.02rem;
    line-height: 1.58;
    text-wrap: normal;
    overflow-wrap: break-word;
  }

  .microcopy {
    max-width: 31ch;
    text-wrap: normal;
    overflow-wrap: break-word;
  }

  .brand-logo {
    width: 166px;
  }

  .hero-actions,
  .cta-row,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    max-width: 330px;
  }

  .btn,
  .header-cta {
    width: 100%;
  }

  .call-visual {
    min-height: 500px;
    overflow: hidden;
  }

  .call-window {
    height: 430px;
    padding: 0;
  }

  .call-track {
    width: 100%;
    margin-inline: 0;
  }

  .call-row {
    grid-template-columns: 42px 1fr;
    min-height: 62px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 12px 13px;
  }

  .call-row em {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .call-row b,
  .call-row i {
    left: 0;
    right: auto;
    justify-content: flex-start;
  }

  .order-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .dark-panel {
    padding: 28px;
    border-radius: 26px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .pricing-title {
    padding-top: 46px;
  }

  .pricing-page .shell {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .billing-toggle {
    width: min(100%, 330px);
    max-width: 100%;
    margin-inline: auto;
  }

  .billing-toggle button {
    min-width: 0;
    flex: 1 1 0;
    padding-inline: 8px;
    font-size: 0.94rem;
    white-space: nowrap;
  }

  .billing-toggle strong {
    margin-left: 4px;
    padding: 2px 5px;
    font-size: 0.66rem;
  }

  .pricing-matrix {
    border-radius: 22px;
  }

  .pricing-column {
    padding: 26px 18px 28px;
  }

  .pricing-title p {
    max-width: 100%;
  }

  .price strong {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 4px;
    row-gap: 2px;
  }

  .plan-extra,
  .extra-minute {
    display: block;
    margin-top: 4px;
    margin-left: 0;
    white-space: normal;
  }

  .plan-info::after {
    left: auto;
    right: 0;
    transform: translate(0, 4px);
  }

  .plan-info:hover::after,
  .plan-info:focus-visible::after {
    transform: translate(0, 0);
  }

  .plan-list {
    margin-top: 24px;
    padding-top: 24px;
  }

  .scale-strip {
    padding: 22px 18px;
  }

  .comparison-panel {
    padding: 22px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  }

}

/* ==========================================================================
   CHECKOUT (Split Screen)
   ========================================================================== */
.checkout-body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  min-height: 100vh;
  display: flex;
}

.checkout-split {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

/* Left Sidebar (Trust/Summary) */
.checkout-sidebar {
  flex: 0 0 40%;
  background: var(--navy-2);
  color: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
}

.checkout-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  margin-bottom: 80px;
}

.checkout-summary {
  margin-bottom: auto;
}

.checkout-summary .eyebrow-clean {
  color: var(--muted-2);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.checkout-summary h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  color: #fff;
}

.checkout-price {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.checkout-price strong {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
}

.checkout-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.checkout-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
}

.checkout-benefits svg {
  color: var(--green);
}

.checkout-next-steps {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 30px;
}

.checkout-next-steps h3 {
  margin: 0 0 15px;
  font-size: 1.1rem;
  font-weight: 700;
}

.checkout-next-steps ol {
  margin: 0;
  padding-left: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.checkout-next-steps li {
  margin-bottom: 8px;
}

/* Right Main (Form) */
.checkout-main {
  flex: 1;
  background: #fff;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-form-container {
  width: 100%;
  max-width: 540px;
}

.checkout-form-container h2 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  color: var(--ink);
}

.checkout-sub {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 40px;
}

.b2b-form .form-group {
  margin-bottom: 20px;
}

.b2b-form label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: var(--ink);
}

.b2b-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
  background: var(--surface-2);
}

.b2b-form input:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(17, 26, 42, 0.05);
  background: #fff;
}

.b2b-form .form-row {
  display: flex;
  gap: 20px;
}

.b2b-form .form-row .form-group {
  flex: 1;
}

.form-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 32px 0 24px;
}

.form-divider::before,
.form-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--line);
}

.form-divider span {
  padding: 0 16px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.checkout-payment-info {
  display: flex;
  gap: 16px;
  background: var(--bg-2);
  padding: 20px;
  border-radius: var(--radius-md);
  margin-bottom: 32px;
  margin-top: 10px;
}

.payment-icon {
  color: var(--ink);
  flex-shrink: 0;
  margin-top: 2px;
}

.checkout-payment-info strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.checkout-payment-info p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.4;
}

.checkout-submit {
  padding: 18px 24px;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.legal-hint {
  font-size: 0.75rem;
  color: var(--muted-2);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

@media (max-width: 992px) {
  .checkout-split {
    flex-direction: column;
  }
  .checkout-sidebar {
    flex: none;
    padding: 40px 20px;
  }
  .checkout-main {
    padding: 40px 20px;
  }
}

/* ==========================================================================
   APP / SETUP (Onboarding)
   ========================================================================== */
.app-body {
  background: var(--bg-2);
  min-height: 100vh;
}

.app-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.app-main {
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
}

.setup-container {
  width: 100%;
  max-width: 760px;
}

.setup-success-banner {
  text-align: center;
  margin-bottom: 40px;
}

.setup-success-banner svg {
  color: var(--green);
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.setup-success-banner h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
}

.setup-success-banner p {
  color: var(--muted);
  font-size: 1.1rem;
  margin: 0;
}

.setup-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 40px;
  border: 1px solid var(--line);
}

.setup-skip-box {
  background: var(--blue-2);
  color: #fff;
  padding: 24px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.setup-skip-box strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.setup-skip-box p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.setup-skip-box .btn {
  white-space: nowrap;
  flex-shrink: 0;
}

.setup-form h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 24px;
  color: var(--navy);
}

.setup-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  background: var(--surface-2);
  resize: vertical;
}

.setup-form textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(17, 26, 42, 0.05);
  background: #fff;
}

.file-drop-area {
  border: 2px dashed var(--line-2);
  border-radius: var(--radius-md);
  padding: 40px;
  text-align: center;
  color: var(--muted);
  background: var(--surface-2);
  cursor: pointer;
  transition: all 0.2s;
}

.file-drop-area:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: rgba(36, 97, 168, 0.03);
}

.file-drop-area svg {
  display: block;
  margin: 0 auto 12px;
}

.setup-actions {
  margin-top: 40px;
  text-align: center;
}

.setup-actions .btn {
  padding: 16px 32px;
  font-size: 1.1rem;
  width: 100%;
  max-width: 400px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .setup-skip-box {
    flex-direction: column;
    text-align: center;
  }
  .setup-card {
    padding: 24px;
  }
}

/* ==========================================================================
   SPLIT AUTH PAGE
   ========================================================================== */
.split-auth-body {
  display: flex;
  min-height: 100vh;
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
}

.split-auth-left {
  flex: 1;
  background: var(--navy);
  color: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.split-auth-left::before {
  content: '';
  position: absolute;
  top: -20%; left: -10%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(46,92,204,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.auth-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}

.auth-slogan {
  max-width: 480px;
  margin-bottom: 10vh;
  z-index: 1;
}

.auth-slogan h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.auth-slogan p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.split-auth-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #fff;
}

.auth-form-container {
  width: 100%;
  max-width: 400px;
}

.auth-form-container h1 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.auth-form-container p.subtitle {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 32px;
  line-height: 1.5;
}

.auth-form .form-group {
  margin-bottom: 24px;
}

.auth-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.auth-form input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--navy);
  font-size: 1rem;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.auth-form input[type="email"]:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(46,92,204,0.1);
}

.otp-inputs {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.otp-inputs input {
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--navy);
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.otp-inputs input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(46,92,204,0.1);
}

@keyframes shakeError {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}

.shake-error {
  animation: shakeError 0.4s ease-in-out;
}

@media (max-width: 900px) {
  .split-auth-body {
    flex-direction: column;
  }
  .split-auth-left {
    padding: 32px 24px;
    flex: none;
  }
  .auth-slogan {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .auth-slogan h2 {
    font-size: 2rem;
  }
  .split-auth-right {
    padding: 40px 24px;
    align-items: flex-start;
  }
}
