:root {
  color-scheme: light;
  --ink: #0b1f1e;
  --ink-soft: #183532;
  --paper: #ffffff;
  --surface: #f2f5f4;
  --surface-warm: #fff8e8;
  --muted: #536764;
  --line: #ccd8d5;
  --teal: #146c64;
  --teal-dark: #082b29;
  --gold: #e5b24c;
  --rust: #bd4a21;
  --focus: #92b822;
  --content: 1120px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

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.6;
}

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

a {
  color: var(--teal);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--rust);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.site-header--solid {
  position: static;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: var(--teal-dark);
}

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

.brand {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
  text-decoration: none;
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  position: relative;
  display: flex;
  height: 78vh;
  min-height: 560px;
  max-height: 720px;
  align-items: flex-end;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--teal-dark);
  background-image: url("assets/job-pricer-pro-preview.png");
  background-position: center;
  background-size: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(4, 20, 19, 0.68);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding-top: 120px;
  padding-bottom: 72px;
}

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

h1,
h2,
h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: 4.8rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 2.65rem;
}

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

.hero-copy {
  max-width: 620px;
  margin: 0;
  color: #e6efed;
  font-size: 1.18rem;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 11px 18px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.button:hover {
  background: #f2c96f;
  color: var(--ink);
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(8, 43, 41, 0.82);
  color: #ffffff;
}

.button--secondary:hover {
  background: #ffffff;
  color: var(--ink);
}

.status-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #dce9e6;
  font-size: 0.92rem;
  font-weight: 700;
}

.status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--focus);
  box-shadow: 0 0 0 4px rgba(146, 184, 34, 0.18);
}

.band {
  padding: 76px 0;
}

.band--surface {
  background: var(--surface);
}

.band--warm {
  background: var(--surface-warm);
}

.band--dark {
  color: #ffffff;
  background: var(--teal-dark);
}

.band--dark p {
  color: #d6e4e1;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 40px;
}

.section-intro p,
.product-copy p,
.feature p,
.plan p,
.legal-content p,
.legal-content li {
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 56px;
}

.product-shot {
  overflow: hidden;
  border: 1px solid #aebfbb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(10, 39, 36, 0.15);
}

.product-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
  color: var(--ink-soft);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--teal);
  content: "\2713";
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature {
  min-height: 230px;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
}

.feature:last-child {
  border-right: 0;
}

.feature-number {
  display: block;
  margin-bottom: 32px;
  color: var(--rust);
  font-size: 0.9rem;
  font-weight: 850;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
}

.plan--featured {
  border: 2px solid var(--teal);
}

.plan-label {
  margin: 0 0 20px;
  color: var(--rust);
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price {
  margin: 2px 0 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-weight: 800;
}

.price small {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.plan ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.plan-note {
  margin-top: auto;
  padding-top: 24px;
  font-size: 0.88rem;
}

.site-footer {
  padding: 48px 0;
  color: #dce8e5;
  background: #061918;
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand {
  max-width: 430px;
}

.footer-brand strong {
  color: #ffffff;
  font-size: 1.06rem;
}

.footer-brand p {
  margin-bottom: 0;
  color: #aebfbc;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: #ffffff;
  font-weight: 700;
}

.legal-hero {
  padding: 70px 0 58px;
  color: #ffffff;
  background: var(--teal-dark);
}

.legal-hero h1 {
  margin: 0 0 14px;
  font-size: 3.7rem;
}

.legal-hero p {
  max-width: 700px;
  margin: 0;
  color: #d6e4e1;
}

.legal-content {
  width: min(calc(100% - 40px), 880px);
  margin: 0 auto;
  padding: 64px 0 88px;
}

.legal-content h2 {
  margin-top: 44px;
  font-size: 1.75rem;
}

.legal-content h3 {
  margin-top: 28px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
}

.legal-content li {
  margin: 8px 0;
}

.notice {
  margin: 28px 0;
  border-left: 5px solid var(--gold);
  padding: 18px 20px;
  background: var(--surface-warm);
}

.notice p {
  margin: 0;
  color: var(--ink-soft);
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 38px;
}

.support-actions .button--secondary {
  border-color: var(--teal);
  background: #ffffff;
  color: var(--teal);
}

.support-actions .button--secondary:hover {
  background: var(--surface);
}

@media (max-width: 900px) {
  h1 {
    font-size: 3.8rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

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

  .feature:nth-child(2) {
    border-right: 0;
  }

  .feature:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .plans {
    grid-template-columns: 1fr;
  }

  .plan {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--content));
  }

  .nav {
    min-height: 64px;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-links a:nth-child(2) {
    display: none;
  }

  .hero {
    height: 78vh;
    min-height: 590px;
    max-height: 690px;
    background-position: 66% center;
  }

  .hero::before {
    background: rgba(4, 20, 19, 0.76);
  }

  .hero-content {
    padding-top: 96px;
    padding-bottom: 48px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .band {
    padding: 56px 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature,
  .feature:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature:last-child {
    border-bottom: 0;
  }

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

  .legal-hero {
    padding: 54px 0 44px;
  }

  .legal-hero h1 {
    font-size: 2.65rem;
  }

  .legal-content {
    width: min(calc(100% - 28px), 880px);
    padding: 48px 0 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
