:root {
  --amber: #8b6b1e;
  --amber-bg: #f5e5b8;
  --bg: #fdfaf6;
  --blue: #3a6490;
  --blue-bg: #cce0f5;
  --border: #ede8e0;
  --border-hover: #d8cfbf;
  --brand: #c8895a;
  --brand-dark: #a87048;
  --brand-light: #eeddd0;
  --brand-subtle: #f7f0ea;
  --green: #4e7a5c;
  --green-bg: #d0e9d8;
  --ink: #2a2119;
  --ink-soft: #3a2e24;
  --purple: #5e4eb8;
  --red-bg: #f5d8d4;
  --surface: #ffffff;
  --surface-2: #f9f5f0;
  --surface-3: #f4ede4;
  --t1: #28180a;
  --t2: #7a6655;
  --t3: #a89585;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Newsreader", Georgia, serif;
  --font-data: "Geist Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--t1);
  font-family: var(--font-body);
  letter-spacing: 0;
}

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

img {
  display: block;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.page-shell {
  min-width: 320px;
  overflow: hidden;
}

.icon {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1em;
  justify-content: center;
  width: 1em;
}

.icon svg {
  display: block;
  height: 100%;
  stroke-width: 2;
  width: 100%;
}

.green {
  color: var(--green);
}

.blue {
  color: var(--blue);
}

.amber {
  color: var(--amber);
}

.brand-color {
  color: var(--brand-dark);
}

.muted {
  color: var(--t2);
}

.dot {
  background: var(--green);
  border-radius: 999px;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.nav-section {
  background: var(--bg);
  height: 84px;
}

.nav-inner {
  height: 84px;
  margin: 0 auto;
  position: relative;
  width: 1180px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 10px;
  left: 0;
  position: absolute;
  top: 21px;
}

.brand-logo {
  height: 42px;
  width: 42px;
}

.brand span {
  color: var(--t1);
  font-size: 20px;
  font-weight: 800;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 30px;
  left: 408px;
  position: absolute;
  top: 33px;
}

.nav-links a {
  color: var(--t2);
  font-size: 14px;
  font-weight: 700;
}

.nav-button {
  align-items: center;
  background: var(--brand);
  border-radius: 999px;
  color: var(--surface);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 21px;
}

.hero-section {
  background: var(--bg);
  height: 728px;
}

.hero-inner {
  height: 710px;
  margin: 0 auto;
  position: relative;
  top: 34px;
  width: min(100vw - 64px, 1320px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 26px;
  left: 0;
  position: absolute;
  top: 39px;
  width: min(600px, 48%);
}

.eyebrow-pill {
  align-items: center;
  align-self: flex-start;
  background: var(--brand-subtle);
  border: 1px solid var(--brand-light);
  border-radius: 999px;
  color: var(--brand-dark);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  height: 34px;
  padding: 0 14px;
}

.hero-copy h1 {
  color: var(--t1);
  font-family: var(--font-display);
  font-size: clamp(58px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.96;
}

.hero-sub {
  color: var(--t2);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.hero-actions,
.final-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  height: 48px;
  justify-content: center;
  white-space: nowrap;
}

.button .icon {
  font-size: 18px;
}

.button-primary {
  background: var(--brand);
  color: var(--surface);
  padding: 0 24px;
}

.button-secondary {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--t1);
  padding: 0 22px;
}

.button-dark-outline {
  border: 1px solid #ffffff24;
  color: var(--bg);
  padding: 0 22px;
}

.proof-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.proof-chip {
  align-items: center;
  color: var(--t2);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
}

.proof-chip .icon {
  font-size: 15px;
}

.hero-visual {
  height: 650px;
  left: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 606px;
}

.admin-preview {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 22px 60px #28180a12, 0 4px 10px #28180a08;
  height: 560px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 22px;
  width: 604px;
}

.browser-bar {
  align-items: center;
  background: var(--surface-2);
  display: flex;
  gap: 8px;
  height: 46px;
  padding: 0 18px;
}

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

.browser-dot.red {
  background: #e9a59a;
}

.browser-dot.yellow {
  background: #f2c96d;
}

.browser-dot.green-dot {
  background: #8dbf93;
}

.browser-url {
  color: var(--t3);
  font-size: 12px;
  font-weight: 700;
}

.preview-body {
  display: flex;
  height: 514px;
}

.preview-sidebar {
  background: var(--surface);
  border-right: 1px solid var(--border);
  display: flex;
  flex: 0 0 154px;
  flex-direction: column;
  gap: 10px;
  padding: 18px 10px 16px;
}

.preview-sidebar-brand {
  align-items: center;
  display: flex;
  gap: 7px;
  height: 30px;
}

.preview-sidebar-brand img {
  display: block;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.preview-sidebar strong {
  color: var(--t1);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.side-item {
  align-items: center;
  color: var(--t2);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
}

.side-item .icon {
  color: var(--t3);
  font-size: 14px;
}

.side-item.active {
  background: var(--brand-subtle);
  border-radius: 9px;
  color: var(--brand-dark);
  font-weight: 800;
}

.side-item.active .icon {
  color: var(--brand);
}

.preview-main {
  background: var(--surface);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
}

.preview-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.micro-label,
.booking-list h3 {
  color: var(--t3);
  display: block;
  font-size: 11px;
  font-weight: 800;
}

.micro-label {
  font-size: 12px;
  margin-bottom: 4px;
}

.preview-header h2 {
  color: var(--t1);
  font-size: 22px;
  font-weight: 800;
}

.status-pill {
  align-items: center;
  background: var(--green-bg);
  border-radius: 999px;
  color: var(--green);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  height: 30px;
  padding: 0 10px;
}

.status-pill .dot {
  height: 7px;
  width: 7px;
}

.stat-row {
  display: flex;
  gap: 10px;
  height: 82px;
}

.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding: 10px 8px;
}

.stat-card-top {
  align-items: flex-start;
  display: flex;
  gap: 3px;
  height: 15px;
  justify-content: space-between;
  min-width: 0;
}

.stat-card-top span:first-child {
  color: var(--t3);
  display: block;
  font-size: 8px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stat-card-top .icon {
  color: var(--brand);
  flex: 0 0 auto;
  font-size: 11px;
  opacity: 0.8;
}

.stat-card-top .icon.green {
  color: var(--green);
}

.stat-card strong {
  color: var(--t1);
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.08;
}

.stat-card strong.green {
  color: var(--green);
}

.stat-card small {
  color: var(--t3);
  display: block;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-list {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 300px;
  overflow: hidden;
}

.booking-list-head {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  height: 46px;
  justify-content: space-between;
  padding: 0 14px;
}

.booking-list-head h3 {
  color: var(--t1);
  font-size: 13px;
  font-weight: 600;
}

.booking-list-head span {
  color: var(--t2);
  display: block;
  font-size: 10px;
  font-weight: 700;
}

.booking-row {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
  height: 86px;
  padding: 0 14px;
}

.booking-time {
  align-items: center;
  display: flex;
  flex: 0 0 38px;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

.booking-time span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.booking-time strong {
  color: var(--t1);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.08;
}

.booking-divider {
  background: var(--border);
  display: block;
  flex: 0 0 1px;
  height: 36px;
}

.dog-avatar {
  align-items: center;
  border-radius: 10px;
  color: white;
  display: flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.dog-avatar .icon {
  font-size: 16px;
}

.dog-avatar.purple {
  background: var(--purple);
}

.dog-avatar.dark {
  background: #1f2420;
}

.booking-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.booking-copy strong {
  color: var(--t1);
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.booking-copy span {
  color: var(--t2);
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
}

.booking-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
}

.status-badge {
  align-items: center;
  background: var(--green-bg);
  border-radius: 100px;
  color: var(--green);
  display: inline-flex;
  font-size: 10px;
  font-weight: 500;
  gap: 4px;
  height: 22px;
  padding: 0 7px;
  white-space: nowrap;
}

.status-badge i {
  background: var(--green);
  border-radius: 50%;
  display: block;
  height: 5px;
  width: 5px;
}

.booking-actions button {
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--t2);
  font: 500 10px var(--font-body);
  height: 30px;
  padding: 0;
  width: 40px;
}

.booking-float {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 18px 44px #28180a1a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 236px;
  left: 330px;
  padding: 16px;
  position: absolute;
  top: 366px;
  width: 260px;
}

.float-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.float-top strong {
  font-size: 14px;
  font-weight: 800;
}

.float-top span {
  align-items: center;
  background: var(--green-bg);
  border-radius: 999px;
  color: var(--green);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  height: 26px;
  padding: 0 9px;
}

.service-choice {
  background: var(--brand-subtle);
  border: 1px solid var(--brand-light);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 58px;
  padding: 10px;
}

.service-choice strong {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.service-choice span {
  color: var(--t2);
  font-size: 11px;
  font-weight: 700;
}

.slot-row {
  display: flex;
  gap: 8px;
  height: 34px;
}

.slot {
  align-items: center;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--t2);
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
}

.slot.active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--surface);
}

.confirm-button {
  align-items: center;
  background: var(--brand);
  border-radius: 9px;
  color: var(--surface);
  display: flex;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
}

.capability-section {
  background: var(--bg);
  height: auto;
  padding: 12px 0 42px;
}

.capability-inner {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  width: 1180px;
}

.capability-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.capability-top {
  align-items: center;
  display: flex;
  gap: 9px;
}

.capability-top .icon {
  font-size: 18px;
}

.capability-card h2 {
  color: var(--t1);
  font-size: 14px;
  font-weight: 800;
}

.capability-card p {
  color: var(--t2);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.benefits-section {
  background: var(--surface);
  height: auto;
  padding: 86px 0;
}

.benefits-inner,
.how-inner,
.features-inner,
.pricing-inner {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 1180px;
}

.benefits-inner {
  align-items: start;
  gap: 36px;
  height: auto;
  top: auto;
}

.section-copy {
  display: flex;
  flex-direction: column;
}

.benefits-copy {
  align-self: stretch;
  gap: 20px;
  width: 600px;
}

.eyebrow {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
}

.section-copy h2,
.showcase-copy h2,
.final-copy h2 {
  color: var(--t1);
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.03;
}

.display-line {
  display: block;
  white-space: nowrap;
}

.section-copy .display-line,
.showcase-copy .display-line,
.final-copy .display-line {
  white-space: normal;
}

.hero-copy .display-line {
  white-space: nowrap;
}

.benefits-copy h2,
.showcase-copy h2 {
  font-size: 54px;
}

.section-copy p,
.showcase-copy p {
  color: var(--t2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.benefits-copy > p {
  font-size: 17px;
}

.quote-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding: 18px;
}

.quote-card p {
  color: var(--t1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.quote-card span {
  color: var(--t3);
  font-size: 11px;
  font-weight: 800;
}

.benefit-grid {
  display: grid;
  flex: 1;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
}

.info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}

.icon-box {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.icon-box .icon {
  font-size: 20px;
}

.soft-brand {
  background: var(--brand-subtle);
  color: var(--brand-dark);
}

.soft-green {
  background: var(--green-bg);
  color: var(--green);
}

.soft-blue {
  background: var(--blue-bg);
  color: var(--blue);
}

.soft-amber {
  background: var(--amber-bg);
  color: var(--amber);
}

.info-card h3 {
  color: var(--t1);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.info-card p,
.feature-card p {
  color: var(--t2);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.showcase-section {
  background: var(--bg);
  height: auto;
  padding: 96px 0 104px;
}

.showcase-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 46px;
  height: auto;
  margin: 0 auto;
  width: 1180px;
}

.showcase-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  width: 760px;
}

.showcase-copy p {
  font-size: 16px;
  width: 650px;
}

.demo-panel {
  align-items: center;
  background: var(--ink);
  border-radius: 24px;
  box-shadow: 0 12px 28px #28180a08;
  display: flex;
  gap: 24px;
  height: 438px;
  padding: 28px;
  width: 100%;
}

.public-preview,
.admin-detail,
.summary-visual {
  background: #fffdfc;
  border-radius: 16px;
}

.public-preview {
  display: flex;
  flex: 0 0 330px;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 20px;
}

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

.public-brand img {
  height: 34px;
  width: 34px;
}

.public-brand strong {
  color: var(--t1);
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.public-brand span {
  color: var(--green);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}

.public-preview h3 {
  color: var(--t1);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
}

.public-service {
  align-items: center;
  background: var(--brand-subtle);
  border: 1px solid var(--brand-light);
  border-radius: 12px;
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 14px;
}

.public-service strong {
  color: var(--brand-dark);
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.public-service span {
  color: var(--t2);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.public-service b {
  color: var(--brand-dark);
  font-family: var(--font-data);
  font-size: 22px;
  font-weight: 700;
}

.addon-row {
  display: flex;
  gap: 8px;
  height: 38px;
}

.addon-row span {
  align-items: center;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--t2);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  padding: 0 12px;
}

.slot-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 88px;
}

.slot-grid strong {
  color: var(--t3);
  font-size: 12px;
  font-weight: 800;
}

.slot-grid div {
  display: flex;
  gap: 8px;
  height: 50px;
}

.slot-grid .slot {
  border-radius: 9px;
  font-size: 13px;
}

.workflow-logic {
  display: flex;
  flex: 0 0 232px;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  height: 100%;
}

.flow-card {
  align-items: center;
  background: var(--ink-soft);
  border: 1px solid #ffffff18;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  height: 76px;
  padding: 14px;
}

.flow-icon {
  align-items: center;
  border-radius: 10px;
  color: var(--surface);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.flow-icon .icon {
  font-size: 18px;
}

.brand-bg {
  background: var(--brand);
}

.green-bg {
  background: var(--green);
}

.blue-bg {
  background: var(--blue);
}

.dark {
  background: var(--ink);
}

.flow-card strong {
  color: var(--bg);
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.flow-card span:not(.flow-icon):not(.icon) {
  color: var(--border-hover);
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-top: 3px;
}

.admin-detail {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 20px;
}

.admin-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.admin-head span,
.detail-card span {
  color: var(--t3);
  display: block;
  font-size: 11px;
  font-weight: 800;
}

.admin-head > div > span {
  font-size: 12px;
  margin-bottom: 3px;
}

.admin-head strong {
  color: var(--t1);
  font-size: 20px;
  font-weight: 800;
}

.admin-head b {
  align-items: center;
  background: var(--green-bg);
  border-radius: 999px;
  color: var(--green);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 30px;
  padding: 0 11px;
}

.admin-columns {
  display: flex;
  gap: 12px;
  height: 224px;
}

.detail-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.detail-card strong {
  color: var(--t1);
  font-size: 15px;
  font-weight: 800;
}

.detail-card p {
  color: var(--t2);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.detail-card b {
  color: var(--brand-dark);
  font-family: var(--font-data);
  font-size: 20px;
  font-weight: 700;
}

.confirmation-row {
  align-items: center;
  background: var(--brand-subtle);
  border-radius: 9px;
  display: flex;
  height: 46px;
  justify-content: space-between;
  padding: 0 12px;
}

.confirmation-row span {
  color: var(--t2);
  font-size: 12px;
  font-weight: 800;
}

.confirmation-row b {
  color: var(--brand-dark);
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
}

.how-section {
  background: var(--surface);
  height: auto;
  padding: 78px 0;
}

.how-inner {
  align-items: start;
  gap: 36px;
  height: auto;
  top: auto;
}

.how-copy {
  gap: 18px;
  width: 500px;
}

.how-copy h2 {
  font-size: 50px;
}

.hint-card {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  padding: 14px;
}

.hint-card .icon {
  font-size: 17px;
}

.hint-card strong {
  color: var(--t1);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

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

.step-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.step-card > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step-number {
  align-items: center;
  border-radius: 999px;
  color: var(--surface);
  display: flex;
  font-family: var(--font-data);
  font-size: 17px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.step-card h3 {
  color: var(--t1);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.step-card p {
  color: var(--t2);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.step-mini {
  background: var(--surface-2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 88px;
  margin-top: 26px;
  padding: 12px;
}

.step-mini strong {
  color: var(--t1);
  font-size: 12px;
  font-weight: 800;
}

.step-mini span {
  color: var(--t2);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.step-mini.brand-soft {
  background: var(--brand-subtle);
}

.step-mini.brand-soft strong {
  color: var(--brand-dark);
}

.step-mini.green-soft {
  background: var(--green-bg);
}

.step-mini.green-soft strong {
  color: var(--green);
}

.features-section {
  background: var(--bg);
  height: auto;
  padding: 76px 0;
}

.features-inner {
  align-items: start;
  gap: 36px;
  height: auto;
  top: auto;
}

.feature-copy {
  gap: 18px;
  width: 500px;
}

.feature-copy h2,
.pricing-copy h2 {
  font-size: 52px;
}

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

.feature-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.feature-card .icon {
  font-size: 20px;
}

.feature-card h3 {
  color: var(--t1);
  font-size: 15px;
  font-weight: 800;
}

.feature-card p {
  font-size: 12px;
}

.final-section {
  background: var(--surface);
  height: auto;
  padding: 72px 0;
}

.final-panel {
  align-items: center;
  background: var(--ink);
  border-radius: 24px;
  box-shadow: 0 12px 28px #28180a08;
  display: flex;
  gap: 44px;
  height: auto;
  margin: 0 auto;
  min-height: 452px;
  padding: 64px 68px;
  width: 1180px;
}

.final-copy {
  display: flex;
  flex: 0 0 600px;
  flex-direction: column;
  gap: 20px;
}

.eyebrow.light {
  color: var(--brand-light);
}

.final-copy h2 {
  color: var(--bg);
  font-size: 58px;
  line-height: 1.02;
}

.final-copy p {
  color: var(--border);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.summary-visual {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  height: 250px;
  padding: 18px;
}

.summary-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.summary-top strong {
  color: var(--t1);
  font-size: 14px;
  font-weight: 800;
}

.summary-top > span {
  align-items: center;
  background: var(--green-bg);
  border-radius: 999px;
  color: var(--green);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  height: 28px;
  padding: 0 10px;
}

.summary-top .dot {
  height: 7px;
  width: 7px;
}

.summary-metrics {
  display: flex;
  gap: 10px;
  height: 84px;
}

.summary-metrics div {
  background: var(--surface-2);
  border-radius: 10px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
}

.summary-metrics span {
  color: var(--t3);
  font-size: 11px;
  font-weight: 800;
}

.summary-metrics strong {
  color: var(--t1);
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 700;
}

.task-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}

.task-list div {
  align-items: center;
  background: var(--surface-2);
  border-radius: 8px;
  color: var(--t1);
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  padding: 0 12px;
}

.task-list div:first-child {
  background: var(--brand-subtle);
}

.task-list .icon {
  font-size: 16px;
}

.pricing-section {
  background: var(--bg);
  height: auto;
  padding: 76px 0;
}

.pricing-inner {
  align-items: start;
  gap: 36px;
  height: auto;
  top: auto;
}

.pricing-copy {
  gap: 20px;
  width: 500px;
}

.plans {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 18px;
  height: 568px;
}

.plan-card {
  border-radius: 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.plan-card.annual {
  background: var(--ink);
  box-shadow: 0 14px 34px #28180a10;
  color: var(--bg);
  height: 520px;
}

.plan-card.monthly {
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--t1);
  height: 468px;
}

.plan-top {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.plan-head h3 {
  font-size: 20px;
  font-weight: 800;
}

.plan-head span {
  align-items: center;
  border-radius: 999px;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 30px;
  padding: 0 11px;
}

.annual .plan-head span {
  background: var(--green-bg);
  color: var(--green);
}

.monthly .plan-head span {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--t2);
}

.price-row {
  align-items: end;
  display: flex;
  gap: 10px;
}

.price-row strong {
  font-size: 58px;
  font-weight: 800;
  line-height: 0.95;
}

.monthly .price-row strong {
  font-size: 56px;
}

.price-row span {
  font-size: 16px;
  font-weight: 800;
}

.annual .price-row span,
.annual p {
  color: var(--border);
}

.monthly .price-row span,
.monthly p {
  color: var(--t2);
}

.plan-card p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.plan-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-card li {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  min-height: 28px;
}

.plan-card li .icon {
  color: var(--green-bg);
  font-size: 16px;
}

.monthly li .icon {
  color: var(--green);
}

.plan-button {
  align-items: center;
  background: var(--brand);
  border-radius: 10px;
  color: var(--surface);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  height: 52px;
  justify-content: center;
}

.plan-button .icon {
  font-size: 18px;
}

.plan-button.outline {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--t1);
}

.footer-section {
  background: var(--surface);
  height: 92px;
}

.footer-inner {
  align-items: center;
  display: flex;
  height: 92px;
  justify-content: space-between;
  margin: 0 auto;
  width: 1180px;
}

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

.footer-brand img {
  height: 34px;
  width: 34px;
}

.footer-brand span {
  color: var(--t1);
  font-size: 16px;
  font-weight: 800;
}

.footer-inner p {
  color: var(--t2);
  font-size: 12px;
  font-weight: 600;
}

.footer-inner nav {
  display: flex;
  gap: 22px;
}

.footer-inner a {
  color: var(--t2);
  font-size: 12px;
  font-weight: 800;
}

.footer-inner nav a:last-child {
  color: var(--brand-dark);
}

@media (max-width: 1240px) {
  .nav-inner,
  .hero-inner,
  .capability-inner,
  .benefits-inner,
  .showcase-inner,
  .how-inner,
  .features-inner,
  .final-panel,
  .pricing-inner,
  .footer-inner {
    width: calc(100vw - 64px);
  }

  .nav-links {
    left: 34%;
  }

  .hero-copy {
    width: min(500px, 48%);
  }

  .hero-copy h1 {
    font-size: clamp(50px, 5.2vw, 60px);
  }

  .hero-visual {
    left: auto;
    right: 0;
    transform: scale(0.78);
    transform-origin: top right;
  }
}

@media (max-width: 1080px) {
  .hero-section {
    height: auto;
    padding: 58px 0;
  }

  .benefits-inner,
  .how-inner,
  .features-inner,
  .pricing-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: min(100% - 48px, 720px);
  }

  .benefits-copy,
  .how-copy,
  .feature-copy,
  .pricing-copy {
    width: 100%;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
    top: auto;
    width: min(100% - 48px, 720px);
  }

  .hero-copy,
  .hero-visual {
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .hero-copy {
    position: static;
    max-width: 640px;
  }

  .hero-visual {
    height: 650px;
    max-width: 606px;
    position: relative;
  }
}

@media (max-width: 920px) {
  .nav-section,
  .hero-section,
  .capability-section,
  .benefits-section,
  .showcase-section,
  .how-section,
  .features-section,
  .final-section,
  .pricing-section,
  .footer-section {
    height: auto;
  }

  .nav-inner,
  .hero-inner,
  .capability-inner,
  .benefits-inner,
  .showcase-inner,
  .how-inner,
  .features-inner,
  .pricing-inner,
  .footer-inner {
    height: auto;
    position: static;
    width: min(100% - 32px, 640px);
  }

  .nav-inner {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 84px;
  }

  .brand,
  .nav-links,
  .nav-button {
    position: static;
  }

  .nav-links {
    display: none;
  }

  .hero-section,
  .benefits-section,
  .showcase-section,
  .how-section,
  .features-section,
  .pricing-section {
    padding: 58px 0;
  }

  .hero-inner,
  .benefits-inner,
  .how-inner,
  .features-inner,
  .pricing-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .hero-copy,
  .hero-visual {
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .hero-copy {
    position: static;
  }

  .hero-visual {
    position: relative;
  }

  .hero-copy h1 {
    font-size: 52px;
  }

  .hero-visual {
    height: 650px;
    max-width: 606px;
  }

  .capability-inner,
  .benefit-grid,
  .feature-grid,
  .steps-grid,
  .plans {
    display: grid;
    grid-template-columns: 1fr;
  }

  .capability-section {
    padding: 30px 0;
  }

  .benefits-copy,
  .how-copy,
  .feature-copy,
  .pricing-copy,
  .showcase-copy,
  .showcase-copy p {
    width: 100%;
  }

  .section-copy h2,
  .showcase-copy h2,
  .final-copy h2 {
    font-size: 42px;
  }

  .display-line {
    white-space: normal;
  }

  .hero-copy .display-line {
    white-space: normal;
  }

  .demo-panel,
  .final-panel {
    flex-direction: column;
    height: auto;
  }

  .demo-panel {
    padding: 20px;
  }

  .public-preview,
  .workflow-logic,
  .admin-detail {
    flex: initial;
    width: 100%;
  }

  .final-panel {
    margin: 0 auto;
    min-height: 0;
    padding: 40px;
    width: min(100% - 32px, 640px);
  }

  .final-section {
    padding: 58px 0;
  }

  .final-copy {
    flex: initial;
    width: 100%;
  }

  .plans {
    height: auto;
  }

  .plan-card.annual,
  .plan-card.monthly {
    height: auto;
    min-height: 468px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 28px 0;
  }
}

@media (max-width: 660px) {
  .nav-inner,
  .hero-inner,
  .capability-inner,
  .benefits-inner,
  .showcase-inner,
  .how-inner,
  .features-inner,
  .pricing-inner,
  .footer-inner,
  .final-panel {
    max-width: 358px;
    width: calc(100vw - 32px);
  }

  .hero-actions,
  .final-actions,
  .proof-row,
  .admin-columns,
  .stat-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-visual {
    height: auto;
  }

  .admin-preview,
  .booking-float {
    position: static;
    width: 100%;
  }

  .admin-preview {
    height: auto;
  }

  .preview-body {
    flex-direction: column;
    height: auto;
  }

  .preview-sidebar {
    flex: initial;
  }

  .preview-main {
    padding: 18px;
  }

  .preview-header,
  .summary-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .stat-row {
    height: auto;
  }

  .booking-float {
    margin-top: 18px;
  }

  .demo-panel,
  .final-panel,
  .plan-card {
    padding: 20px;
  }

  .summary-metrics {
    height: auto;
  }

  .section-copy h2,
  .showcase-copy h2,
  .final-copy h2,
  .pricing-copy h2,
  .feature-copy h2,
  .how-copy h2,
  .benefits-copy h2 {
    font-size: 38px;
  }
}
