:root {
  --ink: #13201b;
  --muted: #64716b;
  --paper: #f7f3ea;
  --paper-strong: #fffaf0;
  --line: rgba(19, 32, 27, 0.14);
  --graphite: #242726;
  --graphite-soft: #36312a;
  --gold-soft: #fff0c8;
  --tomato: #f5b942;
  --mustard: #e5af32;
  --cream: #fff8e8;
  --charcoal: #111716;
  --shadow: 0 24px 80px rgba(17, 23, 22, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: #fff;
  background: linear-gradient(180deg, rgba(17, 23, 22, 0.78), rgba(17, 23, 22, 0));
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  width: clamp(144px, 15.36vw, 215px);
  min-width: 144px;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  width: 190px;
  min-width: 190px;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a,
.header-cta {
  opacity: 0.92;
}

.main-nav a:hover,
.header-cta:hover {
  opacity: 1;
}

.header-cta {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.solid-header {
  background: rgba(17, 23, 22, 0.96);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 17, 16, 0.9) 0%, rgba(12, 17, 16, 0.72) 32%, rgba(12, 17, 16, 0.22) 70%, rgba(12, 17, 16, 0.1) 100%),
    linear-gradient(0deg, rgba(12, 17, 16, 0.54), rgba(12, 17, 16, 0.08) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding-top: 96px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--tomato);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd083;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.97;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.1vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--charcoal);
  background: var(--tomato);
  box-shadow: 0 14px 34px rgba(245, 185, 66, 0.26);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.section {
  scroll-margin-top: 118px;
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.section-grid,
.product-layout,
.demo-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.intro-band {
  background: var(--paper-strong);
}

.problem-list {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 19px;
}

.problem-list p {
  margin: 0;
}

.product-section {
  background: #eef3ef;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.product-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.metric-strip div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
}

.metric-strip strong {
  display: block;
  font-size: 25px;
  line-height: 1;
}

.metric-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.dashboard {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius);
  padding: 18px;
  background: #fdf8ec;
  box-shadow: var(--shadow);
}

.dash-top {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.dash-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9cdb7;
}

.dash-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  padding: 18px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--graphite);
}

.dash-header small,
.dash-cards small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.dash-header strong {
  display: block;
  margin-top: 3px;
  font-size: 26px;
}

.status {
  white-space: nowrap;
  padding: 7px 9px;
  border-radius: 999px;
  color: #12351f;
  background: #bdf5d9;
  font-size: 12px;
  font-weight: 900;
}

.dash-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 14px 0;
}

.dash-cards div {
  min-width: 0;
  min-height: 78px;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--charcoal);
  color: #fff;
}

.dash-cards small,
.dash-cards strong {
  white-space: nowrap;
}

.dash-cards small {
  font-size: 11px;
}

.dash-cards strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.recipe-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px 86px;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf7;
}

.recipe-row span {
  font-weight: 900;
}

.recipe-row b,
.recipe-row em {
  font-size: 13px;
  font-style: normal;
  text-align: right;
  white-space: nowrap;
}

.recipe-row em {
  color: var(--graphite);
  font-weight: 900;
}

.dashboard-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.dashboard-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dashboard-toggle span {
  position: relative;
  display: inline-block;
  flex: 0 0 42px;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #d6d0c3;
  transition: background 0.18s ease;
}

.dashboard-toggle span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 23, 22, 0.22);
  transition: transform 0.18s ease;
}

.dashboard-toggle input:checked + span {
  background: var(--tomato);
}

.dashboard-toggle input:checked + span::after {
  transform: translateX(18px);
}

.dashboard-action {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 0;
  border-radius: var(--radius);
  color: var(--charcoal);
  background: var(--tomato);
  box-shadow: 0 12px 28px rgba(245, 185, 66, 0.24);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(245, 185, 66, 0.3);
}

.bars {
  display: flex;
  height: 150px;
  align-items: end;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius);
  background: #eadfc8;
}

.bars span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--tomato), var(--graphite-soft));
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-subline {
  width: min(680px, 100%);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
}

.section-action {
  width: min(1180px, 100%);
  margin: 32px auto 0;
  text-align: center;
}

.feature-band {
  background: var(--charcoal);
  color: #fff;
}

.feature-band .eyebrow {
  color: #ffd083;
}

.feature-grid,
.usecase-grid,
.pricing-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid article,
.usecase-grid article,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.feature-grid article {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  border-color: rgba(255, 255, 255, 0.16);
}

.feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 46px;
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(245, 185, 66, 0.34);
  border-radius: var(--radius);
  color: var(--tomato);
  background: rgba(245, 185, 66, 0.1);
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-number {
  color: #ffd083;
  font-weight: 900;
}

.feature-grid p,
.usecase-grid p,
.price-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.feature-grid article > p:not(.feature-note) {
  min-height: 112px;
}

.feature-grid .feature-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(245, 185, 66, 0.22);
  color: #ffd989;
  font-size: 15px;
  font-weight: 900;
}

.usecase-section,
.pricing-section {
  background: var(--paper);
}

.usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.usecase-grid article,
.price-card {
  background: rgba(255, 255, 255, 0.7);
}

.usecase-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(245, 185, 66, 0.42);
  border-radius: var(--radius);
  color: var(--charcoal);
  background: rgba(245, 185, 66, 0.22);
}

.usecase-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.usecase-grid p,
.price-card p {
  color: var(--muted);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  color: #fff;
  background: var(--graphite);
  box-shadow: var(--shadow);
}

.price-card.featured p,
.price-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #173522;
  background: #ffd083;
  font-size: 12px;
  font-weight: 900;
}

.price {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

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

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  min-height: 232px;
}

.price-card li {
  color: var(--muted);
  font-weight: 800;
}

.price-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--tomato);
}

.onboarding-note {
  margin-top: 20px;
  padding-top: 20px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.price-card.featured .onboarding-note {
  color: #ffd989;
}

.demo-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
  border-radius: var(--radius);
}

.demo-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.demo-copy .demo-note {
  margin-top: 24px;
  color: var(--ink);
  font-weight: 900;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 18px 60px rgba(17, 23, 22, 0.1);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 3px solid rgba(47, 184, 120, 0.22);
  border-color: var(--graphite);
}

.lead-form .button {
  width: 100%;
  margin-top: 4px;
  font-size: 16px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 900;
}

.calendly-shell {
  min-width: 320px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 60px rgba(17, 23, 22, 0.1);
}

.calendly-inline-widget {
  width: 100%;
}

.legal-section {
  background: var(--paper-strong);
}

.legal-page {
  padding-top: 86px;
  background: var(--paper-strong);
}

.legal-page h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 78px);
}

.legal-content {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.legal-grid h3 {
  margin-top: 28px;
  font-size: 18px;
}

.legal-grid h3:first-child {
  margin-top: 0;
}

.legal-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.legal-grid a {
  color: var(--ink);
  font-weight: 900;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(18px, 5vw, 72px);
  color: #fff;
  background: var(--charcoal);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer a:not(.brand) {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.use-hero {
  position: relative;
  overflow: hidden;
  padding: 150px clamp(18px, 5vw, 72px) 96px;
  color: #fff;
  background: var(--charcoal);
}

.use-hero-image,
.use-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.use-hero-image {
  object-fit: cover;
  object-position: center;
}

.use-hero-overlay {
  background:
    linear-gradient(90deg, rgba(17, 23, 22, 0.94) 0%, rgba(17, 23, 22, 0.78) 42%, rgba(17, 23, 22, 0.34) 74%, rgba(17, 23, 22, 0.2) 100%),
    linear-gradient(0deg, rgba(17, 23, 22, 0.34), rgba(17, 23, 22, 0.1));
}

.use-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.use-hero h1 {
  width: min(860px, 100%);
  font-size: clamp(48px, 6vw, 82px);
}

.use-hero p:not(.eyebrow) {
  width: min(720px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.use-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.use-nav a {
  padding: 10px 13px;
  border: 1px solid rgba(245, 185, 66, 0.32);
  border-radius: 999px;
  color: var(--tomato);
  font-size: 14px;
  font-weight: 900;
  background: rgba(245, 185, 66, 0.08);
}

.use-detail {
  background: var(--paper);
}

.alt-use {
  background: #eef3ef;
}

.use-detail-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.use-detail h2 {
  width: min(760px, 100%);
}

.use-kind {
  margin: 0 0 18px;
  color: var(--charcoal);
  font-size: clamp(52px, 8vw, 112px);
  font-weight: 950;
  line-height: 0.92;
}

.use-detail p:not(.eyebrow, .use-kind) {
  width: min(680px, 100%);
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.use-detail p.use-kind {
  color: var(--charcoal);
}

.use-story {
  width: min(1180px, 100%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.use-story > div {
  padding-top: 22px;
  border-top: 1px solid rgba(245, 185, 66, 0.34);
}

.use-story h3 {
  color: var(--ink);
}

.use-story p {
  width: min(520px, 100%);
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.use-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.use-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.use-panel li {
  color: var(--muted);
  font-weight: 800;
}

.use-panel li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--tomato);
}

.use-benefit-grid {
  width: min(1180px, 100%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.use-benefit-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffaf0;
}

.use-benefit-grid span {
  color: var(--tomato);
  font-weight: 900;
}

.use-benefit-grid h3 {
  margin-top: 46px;
}

.use-benefit-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.use-cta {
  color: #fff;
  background: var(--charcoal);
}

.use-cta div {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.use-cta .button {
  margin-top: 28px;
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
  }

  .section-grid,
  .product-layout,
  .demo-section,
  .use-detail-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .usecase-grid,
  .pricing-grid,
  .use-story,
  .use-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid article > p:not(.feature-note) {
    min-height: 84px;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .site-header .brand {
    width: 136px;
    min-width: 136px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 86px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-row span {
    width: 100%;
  }

  .feature-grid,
  .usecase-grid,
  .pricing-grid,
  .use-story,
  .use-benefit-grid {
    grid-template-columns: 1fr;
  }

  .use-kind {
    font-size: 48px;
  }

  .use-hero {
    padding-top: 122px;
  }

  .feature-grid article > p:not(.feature-note) {
    min-height: 0;
  }

  .price-card ul {
    min-height: 0;
  }

  .recipe-row {
    grid-template-columns: 1fr;
  }

  .feature-number {
    margin-bottom: 0;
  }

  .feature-top {
    margin-bottom: 28px;
  }
}
