:root {
  --ink: #13201d;
  --muted: #61716b;
  --paper: #fbfaf4;
  --mist: #edf6f1;
  --mint: #bff3dc;
  --green: #0b6d52;
  --green-deep: #084d3d;
  --coral: #f07052;
  --amber: #f8c66a;
  --blue: #315d86;
  --line: rgba(19, 32, 29, 0.14);
  --shadow: 0 24px 80px rgba(20, 43, 35, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(19, 32, 29, 0.035) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, #f7f2e8 0%, var(--paper) 36%, #eef7f1 100%);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.5;
}

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

button,
input {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 250, 244, 0.78);
  box-shadow: 0 18px 60px rgba(19, 32, 29, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.hero-proof,
.logo-strip,
.form-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--green-deep);
}

.nav-links {
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
}

.nav-cta {
  padding: 0 18px;
  color: white;
  background: var(--ink);
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, 0.85fr);
  gap: 44px;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100svh - 86px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 86px) 0 54px;
  align-items: start;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: 0;
  line-height: 0.94;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(50px, 6vw, 76px);
  font-weight: 400;
}

h2 {
  margin-bottom: 18px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.15;
}

.hero-subtitle {
  max-width: 620px;
  color: #46554f;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.button {
  border: 1px solid transparent;
  padding: 0 22px;
}

.button.primary {
  color: white;
  background: var(--green-deep);
  box-shadow: 0 16px 38px rgba(8, 77, 61, 0.24);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.hero-proof {
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
}

.hero-product {
  position: relative;
  min-height: 620px;
}

.phone-frame {
  position: relative;
  width: min(390px, 100%);
  min-height: 620px;
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(19, 32, 29, 0.18);
  border-radius: 30px;
  background: #13201d;
  box-shadow: var(--shadow);
}

.phone-frame::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.phone-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  margin-bottom: 16px;
}

.phone-top span {
  width: 42px;
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}

.phone-top p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

.phone-top button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--mint);
  cursor: pointer;
}

.job-card {
  position: absolute;
  inset: 70px 18px auto;
  min-height: 452px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(160deg, #fffdf6, #eaf7ef);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  transition: transform 340ms ease, opacity 340ms ease;
}

.job-card.next {
  z-index: 0;
  transform: translateY(34px) scale(0.92);
  opacity: 0.38;
}

.job-card.active {
  z-index: 1;
}

.job-card.swiped-left {
  transform: translateX(-120%) rotate(-12deg);
  opacity: 0;
}

.job-card.swiped-right {
  transform: translateX(120%) rotate(12deg);
  opacity: 0;
}

.match-score {
  display: inline-flex;
  margin-bottom: 44px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #063e31;
  background: var(--mint);
  font-size: 13px;
  font-weight: 900;
}

.company,
.location {
  color: var(--muted);
  font-weight: 700;
}

.company {
  margin-bottom: 8px;
}

.job-card h2 {
  margin-bottom: 10px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.04;
}

.job-card ul {
  display: grid;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: #40524b;
}

.job-card li {
  padding: 10px 12px;
  border: 1px solid rgba(19, 32, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.swipe-row {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.swipe-row button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.reject {
  background: #ffe1d9;
}

.accept {
  background: var(--mint);
}

.apply-panel {
  position: absolute;
  left: 0;
  bottom: 42px;
  z-index: 3;
  width: min(330px, 78vw);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-header,
.queue-item,
.dashboard-top,
.tracker-list div,
.positioning,
.waitlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.panel-header {
  margin-bottom: 14px;
}

.panel-header p,
.panel-header span,
.queue-item p,
.dashboard p,
.form-note {
  margin: 0;
}

.panel-header p,
.queue-item strong {
  font-weight: 900;
}

.panel-header span {
  color: white;
  background: var(--green);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
}

.queue-item {
  justify-content: flex-start;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.queue-item p {
  color: var(--muted);
  font-size: 13px;
}

.status-dot {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.status-dot.sent {
  background: var(--green);
}

.status-dot.writing {
  background: var(--amber);
}

.status-dot.tracking {
  background: var(--blue);
}

.logo-strip {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 64px;
  padding: 16px;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.logo-strip span {
  padding: 8px 16px;
}

.section-band {
  padding: clamp(68px, 9vw, 116px) max(16px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.48);
  border-block: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

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

.why-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 60px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 118px) 0;
  align-items: start;
}

.why-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
}

.belief-grid {
  display: grid;
  gap: 12px;
}

.belief-grid article,
.trust-grid article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.belief-grid article {
  padding: 22px;
}

.belief-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green);
  background: var(--mist);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.belief-grid p,
.trust-grid p,
.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.workflow-grid article {
  min-height: 250px;
  padding: 24px;
  background: rgba(251, 250, 244, 0.72);
}

.workflow-grid article + article {
  border-left: 1px solid var(--line);
}

.workflow-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--coral);
  font-weight: 900;
}

.workflow-grid p,
.feature-copy p,
.dashboard-copy p,
.positioning p,
.waitlist p {
  color: var(--muted);
}

.feature-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 0;
  align-items: start;
}

.feature-copy {
  position: sticky;
  top: 116px;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.active-feature {
  background: #eff9f4;
}

.icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green);
  background: white;
  font-size: 12px;
  font-weight: 900;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.trust-grid article {
  min-height: 260px;
  padding: 22px;
}

.trust-number {
  display: block;
  margin-bottom: 54px;
  color: var(--coral);
  font-weight: 900;
}

.dashboard-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  align-items: center;
}

.dashboard {
  padding: 22px;
  border: 1px solid rgba(19, 32, 29, 0.18);
  border-radius: 8px;
  background: #13201d;
  color: white;
  box-shadow: var(--shadow);
}

.dashboard-top {
  align-items: stretch;
}

.dashboard-top div {
  flex: 1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.dashboard-top p,
.tracker-list span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 800;
}

.dashboard-top strong {
  display: block;
  margin-top: 14px;
  font-size: 32px;
}

.status-lanes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  height: 220px;
  margin: 22px 0;
  align-items: end;
}

.status-lanes div {
  display: grid;
  height: 100%;
  align-items: end;
  gap: 8px;
}

.status-lanes span {
  display: block;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--mint), var(--green));
}

.tracker-list {
  display: grid;
  gap: 10px;
}

.tracker-list div {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.comparison-section,
.positioning,
.waitlist {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) 0;
  align-items: flex-start;
}

.comparison-section {
  display: grid;
  gap: 24px;
}

.comparison-copy {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: end;
}

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

.legend {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(19, 32, 29, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 70px rgba(20, 43, 35, 0.12);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(130px, 1fr));
  min-width: 920px;
}

.comparison-row + .comparison-row {
  border-top: 1px solid var(--line);
}

.comparison-row > div {
  display: grid;
  min-height: 94px;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.comparison-head > div {
  min-height: 108px;
  font-size: 18px;
  font-weight: 900;
}

.comparison-head span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.comparison-row .feature-name {
  place-items: center start;
  text-align: left;
}

.feature-name strong {
  display: block;
  font-size: 17px;
}

.feature-name span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.barrage-column {
  background: rgba(191, 243, 220, 0.32);
  box-shadow: inset 1px 0 rgba(11, 109, 82, 0.22), inset -1px 0 rgba(11, 109, 82, 0.22);
}

.comparison-head .barrage-column {
  color: var(--green-deep);
  background: rgba(191, 243, 220, 0.58);
}

.mark {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  border: 2px solid currentColor;
  font-style: normal;
}

.mark.included {
  color: var(--green);
  background: rgba(191, 243, 220, 0.72);
}

.mark.included::before {
  content: "";
  width: 9px;
  height: 5px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
}

.mark.partial {
  color: #f08a14;
  background: #fff4df;
}

.mark.partial::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.mark.missing {
  color: #9ba6b8;
  background: #f7f8fa;
}

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

.faq-grid article {
  padding: 22px;
}

.positioning > div,
.waitlist > div {
  max-width: 560px;
}

.positioning > p {
  max-width: 540px;
  font-size: 18px;
}

.waitlist {
  border-top: 1px solid var(--line);
}

.waitlist-form {
  width: min(520px, 100%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.waitlist-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 900;
}

.form-row {
  gap: 10px;
}

.form-row input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: white;
}

.form-row input:focus {
  outline: 3px solid rgba(11, 109, 82, 0.18);
  border-color: var(--green);
}

.form-note {
  min-height: 20px;
  padding-top: 10px;
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 940px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .why-section,
  .feature-layout,
  .dashboard-section,
  .comparison-copy,
  .positioning,
  .waitlist {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 26px;
    padding-top: 58px;
  }

  .hero-product {
    min-height: 660px;
  }

  .phone-frame {
    margin-inline: auto;
  }

  .apply-panel {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

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

  .workflow-grid article + article {
    border-left: 0;
  }

  .workflow-grid article:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .workflow-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .feature-copy {
    position: static;
  }

  .trust-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-table {
    overflow-x: auto;
  }
}

@media (max-width: 620px) {
  .nav {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: clamp(48px, 16vw, 74px);
  }

  h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero,
  .why-section,
  .logo-strip,
  .feature-layout,
  .comparison-section,
  .positioning,
  .waitlist {
    width: calc(100% - 24px);
  }

  .hero-product {
    min-height: 620px;
  }

  .phone-frame {
    min-height: 570px;
    padding: 14px;
  }

  .job-card {
    inset: 62px 14px auto;
    min-height: 420px;
    padding: 18px;
  }

  .job-card h2 {
    font-size: 28px;
  }

  .match-score {
    margin-bottom: 30px;
  }

  .apply-panel {
    width: calc(100% - 28px);
  }

  .workflow-grid,
  .dashboard-top,
  .form-row {
    grid-template-columns: 1fr;
  }

  .workflow-grid article,
  .workflow-grid article:nth-child(even),
  .workflow-grid article:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .workflow-grid article:first-child {
    border-top: 0;
  }

  .workflow-grid span {
    margin-bottom: 36px;
  }

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

  .trust-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    min-height: auto;
  }

  .trust-number,
  .belief-grid span {
    margin-bottom: 28px;
  }

  .legend {
    justify-content: flex-start;
  }

  .dashboard-top,
  .panel-header,
  .queue-item,
  .positioning,
  .waitlist {
    display: grid;
  }
}
