:root {
  --green-950: #0b2419;
  --green-900: #123f2c;
  --green-800: #155238;
  --green-700: #196443;
  --green-100: #dfeee5;
  --cream: #f6f0e4;
  --cream-2: #fffbf3;
  --tan: #dfc99f;
  --gold: #c89135;
  --ink: #1b1a16;
  --muted: #696253;
  --line: rgba(27, 26, 22, 0.12);
  --shadow: 0 24px 70px rgba(19, 40, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(200, 145, 53, 0.18), transparent 34rem),
    linear-gradient(180deg, #fbf6ec 0%, #f4ecdd 48%, #fffaf0 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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: 1.5rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(255, 251, 243, 0.82);
  box-shadow: 0 12px 40px rgba(32, 32, 22, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-mark {
  width: 2.55rem;
  height: 2.55rem;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 1.08rem;
}

.brand small {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.74rem;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: #494338;
  font-size: 0.92rem;
  font-weight: 700;
}

nav a:hover,
.text-link:hover,
.ghost-link:hover {
  color: var(--green-700);
}

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

.ghost-link,
.text-link {
  color: var(--green-800);
  font-weight: 900;
}

.action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.05rem;
  border: 1px solid rgba(18, 63, 44, 0.18);
  border-radius: 999px;
  color: var(--green-900);
  background: rgba(223, 238, 229, 0.78);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.action-pill:hover {
  border-color: rgba(18, 63, 44, 0.34);
  background: var(--green-100);
  transform: translateY(-1px);
}

.account-pill {
  color: #fff;
  border-color: var(--green-800);
  background: var(--green-800);
}

.account-pill:hover {
  color: #fff;
  background: var(--green-700);
}

.demo-pill {
  color: #fff;
  border-color: var(--green-950);
  background: var(--green-950);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0 1.35rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, var(--green-700), var(--green-950));
  box-shadow: 0 15px 34px rgba(18, 63, 44, 0.22);
  font-weight: 950;
}

.button.small {
  min-height: 2.55rem;
  padding: 0 1.05rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  gap: 4rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 5.5rem auto 3.25rem;
  align-items: center;
}

.hero-copy .hero-actions {
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.1rem;
}

.lead {
  max-width: 39rem;
  color: #514a3f;
  font-size: 1.18rem;
  line-height: 1.7;
}

.beta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(25, 100, 67, 0.18);
  border-radius: 999px;
  color: var(--green-800);
  background: rgba(223, 238, 229, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
}

.beta-badge span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--green-700);
  box-shadow: 0 0 0 0.25rem rgba(25, 100, 67, 0.12);
}

.action-note {
  max-width: 37rem;
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 2rem;
}

.proof-strip span,
.metric-grid article,
.feature-grid article,
.steps article,
.quote-card,
.demo-panel {
  border: 1px solid rgba(27, 26, 22, 0.08);
  background: rgba(255, 251, 243, 0.76);
  box-shadow: 0 10px 34px rgba(47, 36, 18, 0.06);
}

.proof-strip span {
  padding: 1rem;
  border-radius: 1.1rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.proof-strip strong {
  display: block;
  color: var(--ink);
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 2rem;
  background: #fffaf0;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.browser-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background: #f1e5ce;
}

.browser-top span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #c68a3b;
}

.browser-top span:nth-child(2) {
  background: #d8c293;
}

.browser-top span:nth-child(3) {
  background: var(--green-700);
}

.browser-top small {
  margin-left: auto;
  color: var(--muted);
  font-weight: 800;
}

.app-preview {
  padding: 1.1rem;
}

.preview-header,
.ticket-row,
.bar-label,
footer,
.split-card,
.credibility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.preview-header {
  padding: 1rem;
  border-radius: 1.2rem;
  color: #fff;
  background: linear-gradient(145deg, var(--green-700), var(--green-950));
}

.preview-header small,
.preview-header strong,
.ticket-row small,
.ticket-row strong,
.ticket-row span {
  display: block;
}

.preview-header small {
  opacity: 0.78;
}

.status-pill {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.74rem;
  font-weight: 900;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.85rem 0;
}

.metric-grid article {
  padding: 1rem;
  border-radius: 1.05rem;
}

.metric-grid span,
.bar-label span,
.ticket-row small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.metric-grid strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.25rem;
}

.ticket-row,
.bar-card {
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #f8f0df;
}

.ticket-row button {
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  color: #fff;
  background: var(--green-800);
  font-weight: 900;
}

.ticket-row span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.bar {
  overflow: hidden;
  height: 0.65rem;
  margin-top: 0.65rem;
  border-radius: 999px;
  background: #e1d4b9;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green-700);
}

.bar.secondary span {
  background: var(--gold);
}

.logo-row,
.field-photo,
.section,
.final-cta,
footer {
  width: min(1180px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 251, 243, 0.64);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.logo-row strong {
  color: var(--green-800);
}

.field-photo {
  position: relative;
  overflow: hidden;
  min-height: 29rem;
  margin-top: 1.25rem;
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.field-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(11, 36, 25, 0.82) 0%, rgba(11, 36, 25, 0.32) 48%, rgba(11, 36, 25, 0.02) 76%);
}

.field-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 61%;
}

.field-photo-caption {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  width: min(33rem, 100%);
  min-height: 29rem;
  padding: 3rem;
  color: #fff;
}

.photo-kicker {
  margin-bottom: 0.8rem;
  color: #e9cf97;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-photo-caption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
}

.field-photo-caption p {
  max-width: 30rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.section {
  padding: 6rem 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading p,
.workflow-copy p,
.split-card p,
.final-cta p {
  color: var(--muted);
  line-height: 1.65;
}

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

.feature-grid article {
  min-height: 17rem;
  padding: 1.35rem;
  border-radius: 1.45rem;
}

.icon {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 2.5rem;
  place-items: center;
  border-radius: 0.85rem;
  color: #fff;
  background: var(--green-800);
  font-weight: 950;
}

.feature-grid p,
.steps p {
  color: var(--muted);
  line-height: 1.55;
}

.workflow {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 3rem;
  align-items: start;
}

.workflow-copy {
  position: sticky;
  top: 7rem;
}

.steps {
  display: grid;
  gap: 0.9rem;
}

.steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.35rem;
}

.steps span {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border-radius: 50%;
  color: var(--green-950);
  background: var(--tan);
  font-weight: 950;
}

.split-card,
.credibility,
.final-cta {
  border: 1px solid rgba(27, 26, 22, 0.1);
  border-radius: 2rem;
  background: rgba(255, 251, 243, 0.72);
  box-shadow: var(--shadow);
}

.split-card,
.credibility {
  padding: 2rem;
}

.demo-panel {
  width: min(360px, 100%);
  padding: 1.4rem;
  border-radius: 1.35rem;
}

.demo-panel strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.35rem;
}

.panel-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panel-login {
  display: block;
  margin-top: 1rem;
  color: var(--green-800);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.panel-login:hover {
  color: var(--green-700);
}

.quote-card {
  max-width: 520px;
  padding: 1.4rem;
  border-radius: 1.35rem;
}

.quote-card p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.35;
}

.quote-card span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 900;
}

.final-cta {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  padding: 4rem 2rem;
  text-align: center;
}

.cta-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.13;
  filter: saturate(0.72) sepia(0.18);
}

.final-cta::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 251, 243, 0.94), rgba(255, 251, 243, 0.76), rgba(255, 251, 243, 0.94));
}

.cta-content {
  position: relative;
  z-index: 1;
}

.final-cta h2,
.final-cta p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.centered {
  justify-content: center;
  flex-wrap: wrap;
}

.contact-menu {
  position: relative;
}

.contact-menu summary {
  cursor: pointer;
  list-style: none;
}

.contact-menu summary::-webkit-details-marker {
  display: none;
}

.contact-options {
  position: absolute;
  z-index: 5;
  bottom: calc(100% + 0.75rem);
  left: 50%;
  display: grid;
  width: min(330px, calc(100vw - 2rem));
  padding: 0.55rem;
  border: 1px solid rgba(27, 26, 22, 0.1);
  border-radius: 1.25rem;
  background: var(--cream-2);
  box-shadow: var(--shadow);
  text-align: left;
  transform: translateX(-50%);
}

.contact-options a {
  display: grid;
  gap: 0.18rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
}

.contact-options a:hover {
  background: var(--green-100);
}

.contact-options span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-options strong {
  color: var(--green-900);
  font-size: 0.92rem;
}

footer {
  padding: 2rem 0 3rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-note {
  display: grid;
  gap: 0.3rem;
  text-align: right;
}

.footer-note strong {
  color: #494338;
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    border-radius: 1.6rem;
  }

  nav {
    display: none;
  }

  .hero,
  .workflow,
  .split-card,
  .credibility {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 2rem;
    margin-top: 3rem;
  }

  .field-photo {
    min-height: 24rem;
    border-radius: 1.4rem;
  }

  .field-photo-caption {
    min-height: 24rem;
    padding: 1.4rem;
  }

  .field-photo::after {
    background: linear-gradient(0deg, rgba(11, 36, 25, 0.9) 0%, rgba(11, 36, 25, 0.2) 78%);
  }

  .hero-card {
    transform: none;
  }

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

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .workflow-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header,
  .header-actions,
  .hero-actions,
  .proof-strip,
  .metric-grid,
  .feature-grid,
  .preview-header,
  .ticket-row,
  footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-header {
    width: min(100% - 1rem, 1180px);
    position: static;
  }

  .button,
  .text-link,
  .ghost-link,
  .action-pill {
    width: 100%;
    text-align: center;
  }

  .hero {
    width: min(100% - 1rem, 1180px);
    margin-top: 2rem;
  }

  h1 {
    font-size: clamp(3.1rem, 17vw, 4.8rem);
  }

  .logo-row {
    border-radius: 1.5rem;
    justify-content: flex-start;
  }

  .section {
    padding-top: 4rem;
  }

  .split-card,
  .credibility,
  .final-cta {
    padding: 1.3rem;
    border-radius: 1.4rem;
  }

  .beta-badge {
    align-items: flex-start;
    border-radius: 1rem;
  }

  .footer-note {
    text-align: left;
  }

  .contact-menu {
    width: 100%;
  }

  .contact-menu summary {
    width: 100%;
  }
}
