:root {
  --ink: #132018;
  --muted: #526257;
  --paper: #f5f7f2;
  --panel: #ffffff;
  --line: #d8ded2;
  --green: #164f38;
  --green-2: #0f7a55;
  --blue: #176b9b;
  --gold: #d3a21e;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

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

.hero {
  background:
    linear-gradient(180deg, rgba(245, 247, 242, 0.9), rgba(245, 247, 242, 1)),
    radial-gradient(circle at 10% 10%, rgba(15, 122, 85, 0.16), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(23, 107, 155, 0.14), transparent 28%);
  border-bottom: 1px solid var(--line);
}

.nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 18px 22px;
}

.brand {
  font-size: 20px;
  font-weight: 900;
}

.nav div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.nav a:not(.brand) {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.languageSelect {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 32px;
  padding: 4px 8px;
}

.heroGrid,
.section,
.strip,
.download,
footer {
  margin: 0 auto;
  max-width: 1180px;
  padding: 64px 22px;
}

.heroGrid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  padding-top: 42px;
}

.kicker {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(44px, 7vw, 76px);
  line-height: 0.94;
  max-width: 760px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

h3 {
  font-size: 19px;
}

.lead,
.section p,
.download p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.lead {
  margin-top: 22px;
  max-width: 680px;
}

.heroActions {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.downloadSelect,
.downloadChooser label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 6px;
}

.downloadSelect select,
.downloadChooser select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 0 14px;
}

.button,
.downloadGrid a {
  align-items: center;
  border: 1px solid var(--green);
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  min-height: 46px;
  padding: 0 18px;
}

.button.primary {
  background: linear-gradient(135deg, var(--green-2), var(--blue));
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--green);
}

.heroShot,
.split figure {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(19, 32, 24, 0.16);
  margin: 0;
  overflow: hidden;
}

.appMockup {
  aspect-ratio: 1.44;
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(132px, 0.34fr) minmax(0, 1fr);
  min-height: 360px;
}

.appMockup button {
  background: var(--green);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  padding: 0 10px;
}

.mockupSidebar {
  background: #123f2e;
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-rows: auto repeat(3, minmax(28px, auto)) 1fr;
  padding: 22px 18px;
}

.mockupSidebar strong {
  font-size: 15px;
  line-height: 1.2;
}

.mockupSidebar span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 10px;
}

.mockupSidebar button {
  align-self: end;
  background: #fff;
  color: var(--green);
}

.mockupMain {
  background: #f8faf6;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}

.mockupTabs {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 54px;
  padding: 12px 18px;
}

.mockupTabs span {
  background: #e9f3ed;
  border: 1px solid #c9ddcf;
  border-radius: 999px;
  color: #164f38;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.mockupPanel {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3.2vw, 32px);
}

.mockupPanel h3 {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.05;
}

.mockupPanel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.mockupKicker {
  color: var(--green-2) !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mockupRows {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.mockupRows span,
.mockupStatus {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #24362b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  padding: 10px 12px;
}

.mockupStatus {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.aiMockup,
.shareMockup {
  grid-template-columns: 1fr;
}

.aiMockup .mockupPanel,
.shareMockup .mockupPanel {
  align-content: center;
}

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

.strip div,
.steps article,
.featureGrid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.strip strong {
  font-size: 18px;
}

.strip span,
.steps p,
.featureGrid p {
  color: var(--muted);
  line-height: 1.45;
}

.sectionTitle {
  max-width: 720px;
}

.sectionTitle p {
  margin-top: 14px;
}

.steps {
  display: grid;
  column-gap: 14px;
  row-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto 1fr;
  margin-top: 24px;
}

.steps article {
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
}

.featureGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.steps article span {
  align-items: center;
  background: #e1f1e8;
  border: 1px solid #9ac7ab;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.featureGrid article span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capabilityGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.capabilityGrid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.capabilityGrid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.split {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1.24fr);
}

.split.reverse {
  grid-template-columns: minmax(420px, 1.2fr) minmax(0, 0.8fr);
}

.split p {
  margin-top: 16px;
}

.pillGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pillGrid span {
  background: #eef3ea;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #24362b;
  font-weight: 800;
  padding: 9px 12px;
}

.profileTable {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 24px;
  overflow: hidden;
}

.profileTable div {
  background: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  padding: 14px 16px;
}

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

.profileTable strong {
  color: var(--green);
}

.profileTable span {
  color: var(--muted);
  line-height: 1.45;
}

.download {
  background: var(--green);
  border-radius: 14px;
  color: #fff;
  margin-bottom: 64px;
  padding: 36px;
}

.download .kicker,
.download p {
  color: #d8f3e5;
}

.downloadGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.downloadChooser {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.downloadChooser label {
  color: #d8f3e5;
}

.downloadGrid a,
.downloadChooser .button.primary {
  background: #fff;
  border-color: transparent;
  color: var(--green);
  justify-content: center;
  text-align: center;
}

.downloadGrid a.selected {
  box-shadow: 0 0 0 3px rgba(216, 243, 229, 0.72);
}

.downloadNote {
  color: #d8f3e5;
  font-size: 13px;
  margin-top: 18px;
  opacity: 0.85;
}

.downloadNote code {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-size: 12px;
  padding: 1px 5px;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 18px;
  justify-content: center;
  padding-bottom: 34px;
  padding-top: 34px;
}

footer span {
  color: var(--ink);
  font-weight: 900;
}

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

  .heroGrid,
  .split,
  .split.reverse,
  .strip,
  .steps,
  .featureGrid,
  .capabilityGrid,
  .profileTable div,
  .downloadGrid {
    grid-template-columns: 1fr;
  }

  .heroGrid,
  .section,
  .strip,
  .download {
    padding-left: 16px;
    padding-right: 16px;
  }

  .appMockup {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mockupSidebar {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .mockupSidebar strong {
    grid-column: 1 / -1;
  }
}
