:root {
  --ink: #17211f;
  --muted: #66726f;
  --line: rgba(23, 33, 31, 0.12);
  --paper: #fffdf8;
  --soft: #f3f0e8;
  --sage: #e5eee8;
  --teal: #173f3b;
  --teal-dark: #0e2927;
  --teal-bright: #2c6d64;
  --terracotta: #ef6b4a;
  --terracotta-dark: #d95134;
  --gold: #efc97e;
  --white: #ffffff;
  --shadow-sm: 0 12px 30px rgba(25, 39, 35, 0.08);
  --shadow-lg: 0 36px 90px rgba(10, 31, 28, 0.18);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 38px;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  letter-spacing: -0.01em;
}

html {
  scroll-padding-top: 90px;
}

body {
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 18%, rgba(239, 201, 126, 0.11), transparent 25rem),
    var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: var(--white);
  background: var(--terracotta);
}

.site-header {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}

.nav {
  width: min(1220px, calc(100vw - 36px));
  min-height: 68px;
  margin: 0 auto;
  padding: 8px 10px 8px 16px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 16px 48px rgba(14, 41, 39, 0.13);
  backdrop-filter: blur(22px) saturate(150%);
  pointer-events: auto;
}

.brand {
  gap: 11px;
  color: var(--teal-dark);
  font-size: 18px;
  font-weight: 820;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--teal);
  box-shadow: 0 8px 20px rgba(23, 63, 59, 0.22);
}

.tp-brand-logo {
  width: 28px;
  height: 28px;
}

.nav-links {
  gap: 8px;
  font-size: 13px;
  font-weight: 720;
}

.nav-links a {
  padding: 11px 10px;
  border-radius: 12px;
  opacity: 0.72;
  transition: color 180ms ease, background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: var(--teal);
  background: rgba(23, 63, 59, 0.06);
  opacity: 1;
}

.nav-links .nav-login {
  margin-left: 8px;
  border-left: 1px solid var(--line);
  border-radius: 0;
  padding-left: 18px;
}

.nav-links .nav-cta {
  min-height: 46px;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 8px 20px rgba(23, 63, 59, 0.18);
  opacity: 1;
}

.nav-links .nav-cta:hover {
  color: var(--white);
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 900px;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 23%, rgba(239, 107, 74, 0.25), transparent 24rem),
    radial-gradient(circle at 58% 80%, rgba(80, 141, 129, 0.14), transparent 28rem),
    linear-gradient(135deg, #0b2523 0%, #113531 52%, #173f3b 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 68%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -28vw;
  z-index: -1;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, 0.018),
    0 0 0 180px rgba(255, 255, 255, 0.012);
}

.hero-inner,
.section-inner {
  width: min(1220px, calc(100vw - 48px));
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.hero-copy {
  max-width: 630px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
  color: #dce9e4;
  letter-spacing: 0.12em;
}

.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #88d7ad;
  box-shadow: 0 0 0 6px rgba(136, 215, 173, 0.1);
}

.status-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(136, 215, 173, 0.45);
  border-radius: inherit;
  animation: vex-pulse 2.4s ease-out infinite;
}

@keyframes vex-pulse {
  70%,
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 670px;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(64px, 7vw, 102px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

h1 em {
  color: var(--gold);
  font-weight: 400;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  letter-spacing: -0.012em;
  line-height: 1.65;
}

.actions {
  gap: 11px;
}

.button {
  min-height: 52px;
  gap: 10px;
  border-radius: 15px;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 780;
  letter-spacing: -0.01em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--terracotta);
  box-shadow: 0 14px 30px rgba(239, 107, 74, 0.22);
}

.button.primary:hover {
  background: var(--terracotta-dark);
  box-shadow: 0 18px 38px rgba(239, 107, 74, 0.3);
}

.button.secondary {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.11);
}

.button.dark {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 10px 24px rgba(23, 63, 59, 0.16);
}

.button.dark:hover {
  background: var(--teal-dark);
}

.button.outline {
  color: var(--teal);
  border-color: rgba(23, 63, 59, 0.18);
  background: rgba(255, 255, 255, 0.7);
}

.hero-highlights {
  gap: 0;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-highlights span {
  min-height: unset;
  align-items: flex-start;
  gap: 4px;
  flex-direction: column;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  backdrop-filter: none;
  font-size: 11px;
  font-weight: 600;
}

.hero-highlights span:first-child {
  padding-left: 0;
}

.hero-highlights span:last-child {
  border-right: 0;
}

.hero-highlights strong {
  color: var(--white);
  font-size: 15px;
  font-weight: 780;
}

.hero-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  grid-template-rows: auto auto;
  place-content: center;
  align-items: center;
  gap: 18px 12px;
  padding: 18px 0;
  perspective: 1600px;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.orbit-one {
  width: 530px;
  height: 530px;
}

.orbit-two {
  width: 670px;
  height: 670px;
}

.hero-phone {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  width: min(410px, 75%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px;
  background: #f9f7f1;
  box-shadow:
    0 60px 120px rgba(4, 19, 17, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transform: rotateY(-7deg) rotateX(2deg) rotateZ(1deg);
}

.hero-phone::before {
  content: "";
  display: block;
  width: 86px;
  height: 6px;
  margin: 12px auto 2px;
  border-radius: 999px;
  background: rgba(23, 33, 31, 0.14);
}

.hero-phone-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 20px 22px 18px;
  color: var(--ink);
  border-bottom: 1px solid rgba(23, 33, 31, 0.08);
}

.hero-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 15px;
  background: var(--teal);
}

.hero-avatar svg {
  width: 27px;
  height: 27px;
}

.hero-phone-top strong,
.hero-phone-top span {
  display: block;
}

.hero-phone-top strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.hero-phone-top span {
  color: var(--muted);
  font-size: 10px;
}

.hero-phone-top span i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
  background: #52a87a;
}

.hero-phone-top button {
  width: 34px;
  height: 34px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font: inherit;
}

.hero-chat {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 25px 22px;
  background:
    radial-gradient(circle at 10% 10%, rgba(229, 238, 232, 0.8), transparent 12rem),
    #f7f4ed;
}

.hero-message {
  max-width: 80%;
  padding: 14px 15px 10px;
  color: var(--ink);
  border-radius: 18px 18px 18px 5px;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(25, 39, 35, 0.06);
  font-size: 12px;
  line-height: 1.5;
}

.hero-message small {
  display: block;
  margin-top: 5px;
  color: #919a96;
  font-size: 8px;
  text-align: right;
}

.hero-message.guest-message {
  align-self: flex-end;
  color: var(--white);
  border-radius: 18px 18px 5px;
  background: var(--teal);
}

.hero-message.guest-message small {
  color: rgba(255, 255, 255, 0.55);
}

.hero-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px;
  padding: 8px 8px 8px 16px;
  color: #98a19d;
  border: 1px solid rgba(23, 33, 31, 0.1);
  border-radius: 16px;
  background: var(--white);
  font-size: 11px;
}

.hero-input b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 11px;
  background: var(--terracotta);
  font-size: 16px;
}

.hero-float {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 17px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.hero-float > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  border-radius: 12px;
  background: #4c9b74;
  font-weight: 800;
}

.hero-float small,
.hero-float strong {
  display: block;
  white-space: nowrap;
}

.hero-float small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.02em;
}

.hero-float strong {
  font-size: 11px;
}

.hero-float-confirmed {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
}

.hero-float-channel {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
}

.hero-float-channel > span {
  color: var(--teal);
  background: var(--gold);
  font-size: 21px;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll span {
  width: 22px;
  height: 34px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.hero-scroll span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 3px;
  height: 6px;
  border-radius: 99px;
  background: var(--terracotta);
  animation: vex-scroll 1.8s ease infinite;
}

@keyframes vex-scroll {
  50% {
    transform: translateY(9px);
  }
}

.section {
  position: relative;
  padding: 118px 0;
}

.section.alt {
  background: var(--paper);
}

.section.tint {
  background:
    radial-gradient(circle at 100% 0, rgba(239, 201, 126, 0.16), transparent 28rem),
    var(--soft);
}

.section-head {
  gap: 14px;
  max-width: 800px;
  margin-bottom: 52px;
}

h2 {
  max-width: 920px;
  font-family: var(--display);
  font-size: clamp(46px, 5.4vw, 74px);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

h3 {
  letter-spacing: -0.035em;
}

.section-head p,
.feature p,
.step p,
.split p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.split {
  grid-template-columns: minmax(0, 0.83fr) minmax(480px, 1.17fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

#demo {
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 0 50%, rgba(229, 238, 232, 0.55) 50% 100%),
    var(--paper);
}

#demo .section-head {
  margin-bottom: 0;
}

#demo .section-head h2 {
  font-size: clamp(44px, 4.5vw, 66px);
}

#demo .section-head .button.primary {
  color: var(--white);
}

.demo-panel {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.demo-panel::before {
  content: "LIVE";
  position: absolute;
  top: -14px;
  right: 26px;
  z-index: 2;
  padding: 7px 12px;
  color: var(--white);
  border-radius: 999px;
  background: var(--terracotta);
  box-shadow: 0 9px 20px rgba(239, 107, 74, 0.2);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.demo-panel-header {
  padding: 22px 26px;
  color: var(--white);
  border: 0;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--teal);
}

.demo-panel-header strong {
  font-size: 15px;
}

.demo-panel-header span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.demo-panel-body {
  min-height: 440px;
  display: grid;
  align-items: center;
  padding: 44px;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background:
    radial-gradient(circle at 95% 5%, rgba(239, 201, 126, 0.22), transparent 17rem),
    #f7f5ef;
}

.flow {
  gap: 18px;
}

.flow-row {
  grid-template-columns: 62px 1fr;
  gap: 13px;
  align-items: end;
}

.speaker {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.bubble {
  padding: 16px 18px;
  color: var(--ink);
  border: 0;
  border-radius: 19px 19px 19px 5px;
  background: var(--white);
  box-shadow: 0 9px 24px rgba(25, 39, 35, 0.07);
  line-height: 1.5;
}

.flow-row:nth-child(odd) .bubble {
  color: var(--white);
  border-radius: 19px 19px 5px 19px;
  background: var(--teal);
}

.feature-grid {
  gap: 20px;
  counter-reset: feature;
}

.feature {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 34px;
  border-color: var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
  counter-increment: feature;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.feature::before {
  content: "0" counter(feature);
  display: inline-flex;
  margin-bottom: 62px;
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 22px;
  font-style: italic;
}

.feature::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(23, 63, 59, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(23, 63, 59, 0.025);
}

.feature:hover {
  border-color: rgba(23, 63, 59, 0.25);
  box-shadow: 0 24px 50px rgba(25, 39, 35, 0.11);
  transform: translateY(-5px);
}

.feature strong,
.step strong {
  color: var(--ink);
  font-size: 19px;
  letter-spacing: -0.025em;
}

.addon-panel {
  margin-top: 22px;
  padding: 34px 36px;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  background:
    radial-gradient(circle at 80% 30%, rgba(239, 201, 126, 0.2), transparent 16rem),
    var(--teal);
  box-shadow: var(--shadow-lg);
}

.addon-panel strong {
  color: var(--white);
  font-size: 20px;
}

.addon-panel p {
  color: rgba(255, 255, 255, 0.65);
}

.addon-panel .button {
  color: var(--teal);
  background: var(--gold);
}

.sales-grid {
  gap: 20px;
}

.sales-panel {
  min-height: 440px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
}

.sales-panel.dark {
  border: 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(239, 107, 74, 0.23), transparent 18rem),
    var(--teal-dark);
  box-shadow: var(--shadow-lg);
}

.sales-panel h3 {
  max-width: 520px;
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(34px, 3vw, 49px);
  font-weight: 500;
  line-height: 1.03;
}

.sales-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.sales-list {
  gap: 15px;
  margin-top: 34px;
}

.sales-list li {
  padding-left: 34px;
  font-size: 14px;
  line-height: 1.55;
}

.sales-list li::before {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  content: "✓";
  color: var(--teal);
  border-radius: 50%;
  background: var(--sage);
  font-size: 10px;
  font-weight: 900;
}

.sales-panel.dark .sales-list li::before {
  color: var(--teal-dark);
  background: var(--gold);
}

.admin-preview {
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(48px, 7vw, 90px);
}

.admin-preview-copy {
  position: sticky;
  top: 120px;
}

.admin-preview-copy h2 {
  font-size: clamp(45px, 4.6vw, 67px);
}

.admin-preview-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.admin-preview-list {
  gap: 18px;
  margin-top: 34px;
}

.admin-preview-list li {
  padding-left: 34px;
  color: var(--ink);
  font-size: 14px;
}

.admin-preview-list li::before {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  content: "✓";
  color: var(--white);
  border-radius: 50%;
  background: var(--terracotta);
  font-size: 10px;
}

.admin-preview-frame {
  overflow: visible;
  border: 0;
  border-radius: var(--radius-lg);
  background: transparent;
  box-shadow: none;
  transform: rotate(1deg);
}

.admin-preview-frame::before {
  content: "";
  position: absolute;
  inset: 24px -22px -24px 22px;
  z-index: -1;
  border-radius: var(--radius-lg);
  background: var(--sage);
}

.admin-preview-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-lg);
  background: #f8f6f0;
  box-shadow: var(--shadow-lg);
}

.admin-preview-top {
  padding: 20px 24px;
  color: var(--white);
  border-bottom: 0;
  background: var(--teal-dark);
}

.admin-preview-top span {
  color: rgba(255, 255, 255, 0.56);
}

.admin-preview-user {
  color: var(--teal-dark) !important;
  border: 0;
  background: var(--gold);
}

.admin-preview-body {
  padding: 20px;
  background: #f3f0e9;
}

.preview-panel {
  border: 0;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(25, 39, 35, 0.07);
}

.preview-panel-head {
  padding: 18px;
  border-color: var(--line);
}

.preview-button {
  min-height: 34px;
  color: var(--white);
  border-radius: 10px;
  background: var(--teal);
}

.preview-panel-body {
  padding: 18px;
}

.preview-metrics {
  gap: 8px;
}

.preview-metric {
  border: 0;
  border-radius: 13px;
  background: var(--soft);
}

.preview-filter {
  border-radius: 9px;
}

.preview-filter.active {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
}

.preview-table-wrap {
  border-color: var(--line);
  border-radius: 13px;
}

.preview-table th {
  background: var(--sage);
}

.embed-preview {
  min-height: 390px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--teal-dark);
  box-shadow: var(--shadow-lg);
}

.embed-code {
  padding: 42px;
  color: #a8d3c5;
  background: transparent;
  font-size: 13px;
  line-height: 1.8;
}

.embed-code.locked {
  filter: blur(5px);
  opacity: 0.5;
}

.embed-lock {
  padding: 24px;
  background: linear-gradient(rgba(14, 41, 39, 0.15), rgba(14, 41, 39, 0.65));
}

.embed-lock-card {
  max-width: 380px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 60px rgba(4, 19, 17, 0.35);
}

.embed-lock-card strong {
  color: var(--ink);
  font-size: 19px;
}

.steps {
  gap: 12px;
}

.step {
  position: relative;
  min-height: 240px;
  padding: 30px 26px;
  border-color: var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.step strong {
  max-width: 160px;
  margin-bottom: 44px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.05;
}

.step::after {
  content: "→";
  position: absolute;
  top: 27px;
  right: 24px;
  color: var(--terracotta);
  font-size: 20px;
}

.step:last-child {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
}

.step:last-child strong {
  color: var(--white);
}

.step:last-child p {
  color: rgba(255, 255, 255, 0.62);
}

.metric-band {
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--teal-dark);
  box-shadow: var(--shadow-lg);
}

.metric {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  text-align: left;
}

.metric:last-child {
  border-right: 0;
}

.metric span {
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(60px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.metric p {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.offer-grid {
  gap: 18px;
}

.offer-card,
.package-card,
.setup-check-card {
  border-color: var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-sm);
}

.offer-card {
  min-height: 300px;
  padding: 34px;
}

.offer-card.highlight,
.package-card.highlight {
  border-color: rgba(23, 63, 59, 0.25);
  background:
    radial-gradient(circle at 100% 0, rgba(239, 201, 126, 0.2), transparent 13rem),
    var(--white);
  box-shadow: 0 22px 50px rgba(25, 39, 35, 0.1);
}

.offer-card strong,
.package-card strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 500;
}

.offer-card p,
.offer-card li,
.package-card p,
.package-card li {
  color: var(--muted);
  line-height: 1.65;
}

.price-note {
  color: var(--terracotta);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-title {
  margin: 90px 0 28px;
  font-family: var(--display);
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 500;
}

.package-grid {
  gap: 20px;
}

.package-card {
  min-height: 350px;
  padding: 40px;
}

.package-card.highlight {
  color: var(--white);
  border-color: var(--teal);
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 107, 74, 0.23), transparent 18rem),
    var(--teal);
}

.package-card.highlight strong {
  color: var(--white);
}

.package-card.highlight p,
.package-card.highlight li {
  color: rgba(255, 255, 255, 0.67);
}

.package-card.highlight .price-note {
  color: var(--gold);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.setup-check-grid {
  gap: 14px;
}

.setup-check-card {
  min-height: 190px;
  padding: 28px;
  box-shadow: none;
}

.setup-check-card strong {
  color: var(--ink);
  font-size: 17px;
}

.faq-grid {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.faq-item {
  min-height: 220px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.faq-item:hover {
  border-color: rgba(23, 63, 59, 0.25);
  background: var(--white);
  transform: translateY(-3px);
}

.faq-item strong {
  display: block;
  max-width: 430px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.15;
}

.faq-item p {
  color: var(--muted);
  line-height: 1.7;
}

#anfrage {
  overflow: hidden;
  padding: 80px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(239, 107, 74, 0.19), transparent 24rem),
    radial-gradient(circle at 90% 90%, rgba(239, 201, 126, 0.15), transparent 30rem),
    var(--teal-dark);
}

.request-panel {
  gap: clamp(45px, 7vw, 96px);
  padding: 64px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 35px 90px rgba(4, 19, 17, 0.32);
  backdrop-filter: blur(8px);
}

.request-panel h2 {
  color: var(--white);
  font-size: clamp(48px, 5vw, 68px);
}

.request-panel > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.72;
}

.request-benefits {
  gap: 16px;
  margin-top: 35px;
}

.request-benefits li {
  padding-left: 33px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.request-benefits li::before {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  content: "✓";
  color: var(--teal-dark);
  border-radius: 50%;
  background: var(--gold);
  font-size: 10px;
}

.request-form {
  gap: 15px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
}

.request-form label {
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  min-height: 50px;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.93);
  font: 500 14px/1.4 var(--sans);
  text-transform: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  outline: 0;
  border-color: var(--terracotta);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(239, 107, 74, 0.13);
}

.request-form textarea {
  min-height: 104px;
}

.form-hint {
  color: rgba(255, 255, 255, 0.44) !important;
}

.form-hint a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 730;
  text-underline-offset: 3px;
}

.request-form .button.dark {
  color: var(--white);
  background: var(--terracotta);
}

.request-form .button.outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: transparent;
}

.site-bot-fallback {
  min-width: 190px;
  min-height: 58px;
  right: 22px;
  bottom: 20px;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  background: var(--terracotta);
  box-shadow: 0 20px 48px rgba(14, 41, 39, 0.26);
  font: 780 14px/1 var(--sans);
}

.site-bot-fallback::before {
  content: "●";
  color: #bff0cf;
  font-size: 9px;
}

.site-bot-fallback:hover {
  background: var(--terracotta-dark);
}

.footer {
  padding: 42px 0;
  color: rgba(255, 255, 255, 0.48);
  background: #091e1c;
}

.footer-inner {
  width: min(1220px, calc(100vw - 48px));
  align-items: center;
  font-size: 12px;
}

.footer-inner span:first-child {
  color: var(--white);
  font-size: 15px;
  font-weight: 780;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: var(--white);
}

@media (max-width: 1080px) {
  .nav-links > a:not(.nav-cta):not(.nav-login) {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-inner {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 30px;
  }

  h1 {
    font-size: clamp(58px, 7.5vw, 82px);
  }

  .hero-stage {
    min-height: 590px;
    transform: scale(0.9);
  }

  .admin-preview {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 38px;
  }

  .request-panel {
    padding: 44px;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
  }

  .nav {
    width: calc(100% - 20px);
    max-width: 1220px;
    min-height: 62px;
    border-radius: 19px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-links {
    display: flex;
  }

  .nav-links .nav-login {
    display: none;
  }

  .nav-links .nav-cta {
    min-height: 42px;
    padding: 0 14px;
  }

  .hero {
    min-height: unset;
    padding: 128px 0 80px;
  }

  .hero-inner,
  .section-inner,
  .footer-inner {
    width: calc(100% - 32px);
    max-width: 1220px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-stage {
    min-height: 610px;
    margin-top: 20px;
    transform: none;
  }

  .hero-phone {
    width: min(420px, 80%);
    transform: rotateY(-4deg) rotateZ(1deg);
  }

  .hero-scroll {
    display: none;
  }

  .section {
    padding: 88px 0;
  }

  .split,
  .admin-preview,
  .request-panel {
    grid-template-columns: 1fr;
  }

  #demo {
    background: var(--paper);
  }

  #demo .section-head {
    margin-bottom: 45px;
  }

  .feature-grid,
  .sales-grid,
  .offer-grid,
  .setup-check-grid {
    grid-template-columns: 1fr;
  }

  .package-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .feature {
    min-height: 220px;
  }

  .feature::before {
    margin-bottom: 36px;
  }

  .sales-panel {
    min-height: unset;
  }

  .admin-preview-copy {
    position: static;
  }

  .admin-preview-frame {
    transform: none;
  }

  .request-panel {
    padding: 38px;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .metric-band {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .metric:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 76px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .site-header {
    top: 8px;
  }

  .nav {
    width: calc(100% - 16px);
    min-height: 56px;
    padding: 6px 7px 6px 10px;
    border-radius: 17px;
  }

  .brand {
    gap: 8px;
    font-size: 15px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .tp-brand-logo {
    width: 24px;
    height: 24px;
  }

  .nav-links .nav-cta {
    min-height: 40px;
    padding: 0 11px;
    font-size: 11.5px;
  }

  .nav-links .nav-cta span {
    display: none;
  }

  .hero {
    padding: 94px 0 60px;
  }

  .hero-inner,
  .section-inner,
  .footer-inner {
    width: calc(100% - 24px);
  }

  .hero .eyebrow {
    gap: 7px;
    margin-bottom: 20px;
    font-size: 10.5px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .status-dot {
    width: 7px;
    height: 7px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(44px, 13.4vw, 54px);
    line-height: 0.93;
  }

  .hero-copy > p:not(.eyebrow) {
    margin-bottom: 24px;
    font-size: 15.5px;
    line-height: 1.55;
  }

  .hero .actions,
  .request-form .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero .button,
  .request-form .button {
    width: 100%;
  }

  .hero .button {
    min-height: 50px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 30px;
    padding-top: 20px;
  }

  .hero-highlights span {
    min-width: 0;
    padding: 0 10px;
    font-size: 10px;
  }

  .hero-highlights span:first-child {
    padding-left: 0;
  }

  .hero-highlights span:nth-child(3) {
    border-right: 0;
  }

  .hero-highlights strong {
    font-size: 13px;
  }

  .hero-stage {
    min-height: 620px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    margin-inline: 0;
    padding: 8px 0 0;
  }

  .hero-orbit {
    display: none;
  }

  .hero-phone {
    grid-column: 1;
    grid-row: 1;
    width: min(360px, 100%);
    transform: none;
  }

  .hero-chat {
    min-height: 310px;
    padding: 18px 14px;
  }

  .hero-float {
    width: min(100%, 330px);
    padding: 10px 12px;
  }

  .hero-float-channel {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .hero-float-confirmed {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
  }

  .hero-float > span {
    width: 30px;
    height: 30px;
  }

  h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.98;
  }

  .section {
    padding: 60px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .demo-panel-body {
    min-height: 360px;
    padding: 22px 16px;
  }

  .flow-row {
    grid-template-columns: 1fr;
  }

  .speaker {
    text-align: left;
  }

  .feature,
  .sales-panel,
  .offer-card,
  .package-card,
  .faq-item {
    min-height: unset;
    padding: 22px;
  }

  .addon-panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .admin-preview-body {
    overflow-x: auto;
  }

  .admin-preview-window {
    min-width: 720px;
  }

  .admin-preview-frame {
    overflow-x: auto;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: 190px;
  }

  .metric {
    min-height: 160px;
    padding: 26px 24px;
  }

  .package-title {
    margin-top: 60px;
  }

  .request-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .request-form {
    margin-inline: 0;
    padding: 18px 14px;
    border-radius: 20px;
  }

  .request-form-grid {
    grid-template-columns: 1fr;
  }

  .request-form input,
  .request-form select,
  .request-form textarea {
    font-size: 16px;
  }

  .site-bot-fallback {
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    padding: 0;
    border-radius: 18px;
    font-size: 0;
  }

  .site-bot-fallback::before {
    content: "↗";
    color: var(--white);
    font-size: 21px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 42px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-highlights span {
    padding-inline: 7px;
    font-size: 9.5px;
  }

  .hero-highlights strong {
    font-size: 12px;
  }

  .request-panel {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
