:root {
  --ink: #11140f;
  --ink-2: #191d17;
  --graphite: #232720;
  --paper: #f1eadc;
  --paper-2: #fff9ec;
  --muted: #aeb6a6;
  --muted-2: #5f665a;
  --line: rgba(241, 234, 220, 0.16);
  --line-dark: rgba(17, 20, 15, 0.14);
  --green: #2f7b55;
  --green-dark: #164f37;
  --green-soft: #d8e9d1;
  --amber: #c78a32;
  --white: #fffdf7;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 6%, rgba(47, 123, 85, 0.28), transparent 28rem),
    radial-gradient(circle at 92% 24%, rgba(199, 138, 50, 0.16), transparent 24rem),
    linear-gradient(135deg, #11140f 0%, #191d17 48%, #0d100c 100%);
  color: var(--paper);
  font-family: "IBM Plex Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 72%);
  z-index: 0;
}

a {
  color: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.page-texture,
.ambient {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.page-texture {
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 23px 23px, 31px 31px;
  mix-blend-mode: soft-light;
}

.ambient {
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.28;
}

.ambient-left {
  top: 9rem;
  left: -12rem;
  background: var(--green);
}

.ambient-right {
  top: 34rem;
  right: -12rem;
  background: var(--amber);
}

.shell {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.top-strip {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 9px 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 20, 15, 0.72);
  color: #d7dfcc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.top-strip span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 18px;
  border-radius: 999px;
  background: var(--amber);
  vertical-align: middle;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid rgba(241, 234, 220, 0.1);
  background: rgba(17, 20, 15, 0.78);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.24), transparent),
    linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 12px 32px rgba(47, 123, 85, 0.26);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #cad2c1;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a,
.footer a {
  text-decoration: none;
}

.nav-links a:hover,
.footer a:hover {
  color: var(--white);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(241, 234, 220, 0.18);
  border-radius: 999px;
  background: rgba(241, 234, 220, 0.09);
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.78fr);
  gap: 56px;
  align-items: center;
  padding: 84px 0 88px;
}

.hero-copy-wrap,
.ops-panel {
  min-width: 0;
  max-width: 100%;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: #b9cdae;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-title,
.section h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.hero-title {
  max-width: 770px;
  font-size: clamp(3.2rem, 7vw, 6.85rem);
  line-height: 0.88;
  overflow-wrap: normal;
}

.hero-title em,
.section h2 em {
  display: block;
  color: var(--green-soft);
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero-copy {
  max-width: 680px;
  margin: 28px 0 0;
  color: #c9d0c0;
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
  line-height: 1.72;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  white-space: normal;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(241, 234, 220, 0.18);
}

.btn-primary:hover {
  background: var(--white);
}

.btn-secondary {
  border-color: rgba(241, 234, 220, 0.18);
  background: rgba(241, 234, 220, 0.07);
  color: var(--paper);
}

.hero-note {
  margin: 18px 0 0;
  color: #aeb7a7;
  font-size: 14px;
  font-weight: 700;
}

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

.hero-proof-card {
  min-height: 162px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(241, 234, 220, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-proof-card span,
.problem-grid span,
.feature-mosaic span,
.price-label {
  color: #c7d9bd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-proof-card strong,
.problem-grid h3,
.workflow-step h3,
.feature-mosaic h3 {
  display: block;
  margin-top: 14px;
  color: var(--white);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.hero-proof-card p,
.problem-grid p,
.workflow-step p,
.feature-mosaic p,
.section-head > p,
.pricing-left p,
.install-copy p,
.faq-list p,
.footer p {
  color: #c4ccba;
  line-height: 1.65;
}

.ops-panel {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(241, 234, 220, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.16), rgba(255, 253, 247, 0.06)),
    rgba(17, 20, 15, 0.84);
  box-shadow: var(--shadow);
}

.ops-panel::before {
  content: "";
  position: absolute;
  inset: 28px -20px auto auto;
  width: 94px;
  height: 94px;
  border-radius: 24px;
  background: rgba(199, 138, 50, 0.22);
  filter: blur(1px);
  transform: rotate(10deg);
  z-index: -1;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px 14px;
  color: #dbe5d2;
}

.panel-top span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(241, 234, 220, 0.34);
}

.panel-top span:first-child {
  background: var(--amber);
}

.panel-top strong {
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-card {
  padding: 24px;
  border-radius: 26px;
  background: var(--paper);
  color: var(--ink);
}

.search-card small {
  color: var(--muted-2);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-card h2 {
  margin: 10px 0 18px;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.context-grid,
.metric-row,
.panel-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.context-grid div,
.metric-row div {
  padding: 12px;
  border-radius: 16px;
  background: rgba(17, 20, 15, 0.06);
}

.context-grid span,
.metric-row span {
  display: block;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.context-grid strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.metric-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.metric-row div {
  background: rgba(241, 234, 220, 0.09);
  color: var(--paper);
}

.metric-row b {
  display: block;
  font-size: 27px;
  line-height: 1;
}

.lead-table {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(241, 234, 220, 0.14);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.18);
}

.table-head,
.lead-row,
.comparison-row {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.65fr;
  gap: 12px;
  align-items: center;
}

.table-head {
  padding: 12px 14px;
  color: #aeb7a7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-row {
  padding: 14px;
  border-top: 1px solid rgba(241, 234, 220, 0.1);
  color: #e8eddf;
  font-size: 13px;
}

.lead-row.hot {
  background: rgba(47, 123, 85, 0.18);
}

.lead-row strong {
  color: var(--green-soft);
}

.panel-status {
  margin-top: 14px;
}

.panel-status span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(47, 123, 85, 0.18);
  color: #dcebd3;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.section {
  padding: 92px 0;
}

.split-heading,
.section-head {
  max-width: 780px;
}

.section h2 {
  color: var(--paper);
  font-size: clamp(2.3rem, 4.7vw, 4.45rem);
  line-height: 0.96;
}

.section-head > p {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.narrow {
  max-width: 700px;
}

.problem-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 0.8fr;
  gap: 18px;
  margin-top: 34px;
}

.problem-grid article,
.feature-mosaic article,
.workflow-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(241, 234, 220, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.problem-grid article {
  min-height: 260px;
  padding: 26px;
}

.problem-grid article:nth-child(2) {
  background: var(--paper);
  color: var(--ink);
  transform: translateY(28px);
}

.problem-grid article:nth-child(2) h3 {
  color: var(--ink);
}

.problem-grid article:nth-child(2) p {
  color: var(--muted-2);
}

.workflow-section {
  margin-top: 42px;
  background: var(--paper);
  color: var(--ink);
}

.workflow-shell h2 {
  color: var(--ink);
  max-width: 780px;
}

.workflow-section .section-kicker {
  color: var(--green-dark);
}

.workflow-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.workflow-rail::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(47, 123, 85, 0.5), transparent);
}

.workflow-step {
  position: relative;
  min-height: 250px;
  padding: 24px;
  background: var(--white);
  border-color: var(--line-dark);
}

.workflow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--green-dark);
  color: var(--paper);
  font-weight: 800;
}

.workflow-step h3 {
  color: var(--ink);
  margin-top: 70px;
}

.workflow-step p {
  color: var(--muted-2);
}

.feature-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: minmax(210px, auto);
  gap: 16px;
  margin-top: 36px;
}

.feature-mosaic article {
  padding: 26px;
}

.feature-large {
  grid-row: span 2;
  background:
    linear-gradient(145deg, rgba(47, 123, 85, 0.3), rgba(241, 234, 220, 0.08)) !important;
}

.feature-tall {
  grid-column: span 2;
  background: rgba(199, 138, 50, 0.13) !important;
}

.comparison-card {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(241, 234, 220, 0.08);
}

.comparison-row {
  grid-template-columns: 0.72fr 1fr 1fr;
  padding: 18px 22px;
  border-top: 1px solid rgba(241, 234, 220, 0.1);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row.head {
  background: rgba(241, 234, 220, 0.12);
  color: #dfe7d5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-row > span {
  color: var(--paper);
  font-weight: 800;
}

.comparison-row p {
  margin: 0;
  color: #c4ccba;
  line-height: 1.55;
}

.comparison-row p:last-child {
  color: var(--green-soft);
}

.install-section {
  background:
    linear-gradient(135deg, rgba(17, 20, 15, 0.68), rgba(17, 20, 15, 0.86)),
    radial-gradient(circle at 20% 10%, rgba(47, 123, 85, 0.25), transparent 34rem);
}

.install-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
  align-items: start;
}

.install-copy {
  position: sticky;
  top: 110px;
}

.install-copy .btn {
  margin-top: 24px;
}

.install-steps {
  display: grid;
  gap: 12px;
}

.install-steps article {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(241, 234, 220, 0.08);
}

.install-steps span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.install-steps p {
  margin: 0;
  color: var(--paper);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.install-note {
  grid-column: 2;
  margin: -2px 0 0;
  color: #aeb7a7;
  font-size: 14px;
  font-weight: 700;
}

.pricing-card {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 42px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(241, 234, 220, 0.12), rgba(241, 234, 220, 0.05)),
    rgba(17, 20, 15, 0.74);
  box-shadow: var(--shadow);
}

.pricing-left p {
  max-width: 560px;
}

.pricing-right {
  padding: 26px;
  border-radius: 28px;
  background: var(--paper);
  color: var(--ink);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 18px;
}

.price strong {
  font-size: 4rem;
  letter-spacing: -0.06em;
}

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

.pricing-right li {
  position: relative;
  padding-left: 24px;
  color: var(--muted-2);
  font-weight: 700;
}

.pricing-right li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.pricing-right .btn {
  width: 100%;
  background: var(--ink);
  color: var(--paper);
  box-shadow: none;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-top: 34px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(241, 234, 220, 0.07);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--paper);
  font-size: 17px;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
  padding: 34px 0;
  background: rgba(17, 20, 15, 0.72);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer p {
  margin: 10px 0 0;
  font-size: 14px;
}

.footer nav {
  display: flex;
  gap: 18px;
  color: #c5cdbd;
  font-size: 14px;
  font-weight: 800;
}

.footer-inner > span {
  color: #929b8a;
  font-size: 13px;
}

@media (max-width: 980px) {
  .top-strip {
    display: none;
  }

  .nav {
    min-height: 68px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .install-shell,
  .pricing-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .ops-panel {
    max-width: 560px;
  }

  .problem-grid,
  .workflow-rail,
  .feature-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .problem-grid article:nth-child(2) {
    transform: none;
  }

  .workflow-rail::before {
    display: none;
  }

  .install-copy {
    position: static;
  }

  .install-note {
    grid-column: auto;
  }

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

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 56px), 1180px);
  }

  .nav-cta {
    display: none;
  }

  .brand {
    font-size: 15px;
  }

  .hero {
    gap: 36px;
    padding: 44px 0 58px;
  }

  .hero-title {
    font-size: clamp(2.25rem, 10.5vw, 2.9rem);
    line-height: 0.94;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-note,
  .hero-proof-card,
  .ops-panel,
  .search-card,
  .pricing-card,
  .pricing-right {
    max-width: 100%;
  }

  .hero-actions,
  .footer nav {
    width: 100%;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-proof,
  .problem-grid,
  .workflow-rail,
  .feature-mosaic,
  .comparison-row,
  .context-grid,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .ops-panel {
    padding: 12px;
    border-radius: 26px;
  }

  .table-head,
  .lead-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .section {
    padding: 62px 0;
  }

  .problem-grid article,
  .workflow-step {
    min-height: auto;
  }

  .workflow-step h3 {
    margin-top: 34px;
  }

  .feature-large,
  .feature-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .install-steps article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pricing-right {
    padding: 22px;
  }

  .price strong {
    font-size: 3.25rem;
  }
}
