:root {
  --ink: #15251f;
  --muted: #5e6b65;
  --paper: #fbfaf6;
  --line: #d9ded7;
  --green: #1f6f52;
  --green-dark: #164a39;
  --gold: #c99335;
  --blue: #315d87;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(21, 37, 31, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(217, 222, 215, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 31px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
}

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

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav .active {
  color: var(--ink);
  border-color: var(--gold);
}

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

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
  font-size: 0.95rem;
  font-family: inherit;
}

.primary-button {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(31, 111, 82, 0.22);
}

.secondary-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.ghost-button {
  color: var(--green-dark);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-content {
  position: relative;
  width: min(720px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 88px);
  padding: 56px 0;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 8vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.metric-strip,
.cards-grid,
.split-section,
.page-hero,
.timeline,
.solution-list,
.product-panel,
.pricing-grid {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  transform: translateY(-38px);
  background: var(--line);
  box-shadow: var(--shadow);
}

.metric-strip div {
  min-height: 148px;
  padding: 28px;
  background: var(--white);
}

.metric-strip strong,
.metric-strip span {
  display: block;
}

.metric-strip strong {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.metric-strip span,
.stacked-copy,
.feature-card p,
.solution-list p,
.timeline p,
.price-card p,
.price-card li,
.page-hero p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 82px);
  padding: 70px 0 50px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.stacked-copy {
  font-size: 1.08rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 34px 0 96px;
}

.feature-card,
.price-card,
.timeline article,
.solution-list article,
.auth-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 35px rgba(21, 37, 31, 0.05);
}

.feature-card {
  min-height: 230px;
  padding: 28px;
}

.card-tag {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--blue);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pull-quote-section {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 92px;
}

.pull-quote-section blockquote {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-weight: 600;
  line-height: 1.4;
}

.pull-quote-section cite {
  color: var(--muted);
  font-style: normal;
  font-size: 0.95rem;
}

.founder-note .signoff {
  margin-top: 20px;
  color: var(--ink);
  font-weight: 750;
}

.pricing-note {
  width: min(740px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 92px;
  color: var(--muted);
  font-size: 1.02rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.page-hero {
  padding: 94px 0 46px;
}

.page-hero h1 {
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.page-hero p {
  max-width: 760px;
  font-size: 1.18rem;
}

.timeline,
.solution-list {
  display: grid;
  gap: 18px;
  padding-bottom: 90px;
}

.timeline article,
.solution-list article {
  padding: 30px;
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e6f0eb;
  color: var(--green-dark);
  font-weight: 850;
  font-size: 0.85rem;
}

.solution-list {
  grid-template-columns: repeat(2, 1fr);
}

.product-panel {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
  padding: 8px 0 60px;
}

.product-screen {
  min-height: 410px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #17382f, #f6f0e3);
  box-shadow: var(--shadow);
}

.screen-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.screen-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

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

.screen-grid div {
  min-height: 112px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.screen-grid strong,
.screen-grid b {
  display: block;
}

.screen-grid b {
  margin-top: 18px;
  font-size: 2rem;
}

.org-lines {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.org-lines i {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.org-lines i:nth-child(2) {
  width: 72%;
}

.org-lines i:nth-child(3) {
  width: 86%;
}

.org-lines i:nth-child(4) {
  width: 58%;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 34px;
}

.price-card {
  padding: 30px;
}

.price-card.highlighted {
  border-color: var(--green);
  box-shadow: var(--shadow);
}

.price {
  color: var(--ink);
  font-size: 2.4rem;
  font-weight: 850;
}

.price-card ul {
  min-height: 128px;
  padding-left: 20px;
}

.location {
  color: var(--green-dark);
  font-weight: 750;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 36px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #f2f0e8;
}

.site-footer p {
  margin: 8px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.auth-body {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 20%, rgba(201, 147, 53, 0.18), transparent 34%), var(--paper);
}

.auth-shell {
  width: min(560px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
}

.auth-card {
  margin-top: 32px;
  padding: clamp(24px, 5vw, 42px);
}

.auth-card h1 {
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 3.7rem);
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-message {
  min-height: 28px;
  margin: 18px 0 0;
  color: var(--green-dark);
  font-weight: 750;
}

.form-message.error {
  color: #9b342c;
}

.auth-alt {
  margin: 16px 0 0;
  color: var(--muted);
}

.auth-alt a {
  color: var(--green-dark);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions a {
    flex: 1;
  }

  .hero {
    min-height: 760px;
  }

  .metric-strip,
  .cards-grid,
  .split-section,
  .solution-list,
  .product-panel,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    transform: none;
    margin-top: 24px;
  }

  .split-section {
    padding-top: 58px;
  }
}

@media (max-width: 560px) {
  .hero-content {
    margin-left: 20px;
  }

  .hero-actions,
  .header-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}
