:root {
  --ink: #101820;
  --muted: #5c6975;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --line: #d9ddd8;
  --teal: #0f766e;
  --teal-dark: #0b4f4a;
  --lime: #c6e86b;
  --coral: #e95d45;
  --gold: #f2b84b;
  --shadow: 0 24px 70px rgba(16, 24, 32, 0.12);
}

* {
  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;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px;
  position: relative;
  z-index: 5;
}

.audit-header {
  max-width: 1240px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  gap: 10px;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-size: 0.78rem;
  height: 36px;
  justify-content: center;
  letter-spacing: 0;
  width: 36px;
}

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

nav a {
  color: #32404b;
  font-size: 0.95rem;
  font-weight: 700;
}

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

.nav-button,
.primary-button {
  background: var(--teal);
  color: white;
  padding: 12px 18px;
}

.primary-button:hover,
.nav-button:hover {
  background: var(--teal-dark);
}

.secondary-button {
  border: 1px solid rgba(16, 24, 32, 0.18);
  color: var(--ink);
  padding: 12px 18px;
}

.hero-shell {
  padding: 28px 24px 70px;
}

.hero-grid {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(198, 232, 107, 0.45), transparent 30%),
    linear-gradient(145deg, #fffdf8 0%, #ecf4ef 100%);
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(32px, 6vw, 72px);
}

.hero-copy,
.audit-hero-copy {
  max-width: 720px;
}

.eyebrow {
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.45rem, 6vw, 5.4rem);
  line-height: 0.96;
  margin-bottom: 24px;
  max-width: 860px;
}

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

h3 {
  font-size: 1.15rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero-lede,
.audit-hero-copy p,
.form-heading p,
.service-card p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

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

.audit-preview {
  background: var(--surface);
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 390px;
  padding: 22px;
}

.browser-bar {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 7px;
  margin: -4px -4px 26px;
  padding-bottom: 16px;
}

.browser-bar span {
  background: #cad3d0;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.score-row {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 112px 1fr;
  margin-bottom: 32px;
}

.score-row p {
  color: var(--muted);
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.score-row strong {
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.meter {
  background: #e9ece6;
  border-radius: 999px;
  height: 16px;
  overflow: hidden;
}

.meter span {
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--lime));
  display: block;
  height: 100%;
  width: 82%;
}

.audit-lines {
  display: grid;
  gap: 12px;
}

.line {
  border-radius: 999px;
  display: block;
  height: 42px;
  position: relative;
}

.line::after {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 18px;
  position: absolute;
  top: 16px;
  width: 58%;
}

.good {
  background: rgba(15, 118, 110, 0.16);
}

.warn {
  background: rgba(242, 184, 75, 0.3);
}

.alert {
  background: rgba(233, 93, 69, 0.2);
}

.mini-cta {
  background: var(--ink);
  color: white;
  margin-top: 24px;
  padding: 12px 16px;
  width: 100%;
}

.section-wrap,
.audit-content,
.cta-band {
  margin: 0 auto;
  max-width: 1180px;
  padding: 74px 24px;
}

.section-heading {
  max-width: 760px;
}

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

.service-card {
  background: var(--surface);
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  padding: 28px;
}

.service-icon {
  background: var(--lime);
  border: 8px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  display: block;
  height: 42px;
  margin-bottom: 24px;
  width: 42px;
}

.service-card a {
  color: var(--teal-dark);
  display: inline-flex;
  font-weight: 900;
  margin-top: 6px;
}

.cta-band {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.cta-band .eyebrow,
.cta-band h2 {
  color: white;
  margin-bottom: 0;
}

.cta-band .primary-button {
  background: var(--lime);
  color: var(--ink);
  flex: 0 0 auto;
}

.audit-hero {
  align-items: stretch;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 370px;
  margin: 10px auto 0;
  max-width: 1240px;
  padding: 42px 24px 62px;
}

.audit-hero-copy {
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.34), transparent 35%),
    #fffdf8;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  padding: clamp(32px, 6vw, 70px);
}

.audit-summary {
  background: var(--teal-dark);
  border-radius: 8px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding: 30px;
}

.audit-summary p {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
  margin-bottom: 8px;
}

.audit-summary strong {
  color: var(--lime);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.95;
}

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

.summary-list span {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 800;
  padding-top: 12px;
}

.audit-content {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
}

.audit-panel,
.audit-form {
  background: var(--surface);
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 24, 32, 0.08);
  padding: clamp(26px, 4vw, 42px);
}

.audit-checklist {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.audit-check {
  align-items: center;
  background: #f4f7f1;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 1fr;
  padding: 14px;
}

.audit-check span {
  align-items: center;
  background: var(--lime);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.audit-check p {
  font-weight: 800;
  margin: 0;
}

.audit-form {
  display: grid;
  gap: 16px;
}

.form-heading h2 {
  margin-bottom: 10px;
}

label {
  color: #26343e;
  display: grid;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 8px;
}

input,
select,
textarea {
  background: #fbfcf8;
  border: 1px solid #cfd7d2;
  border-radius: 8px;
  color: var(--ink);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
  outline: none;
}

.form-button {
  border: 0;
  cursor: pointer;
  margin-top: 4px;
  width: 100%;
}

.form-note {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

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

  nav {
    justify-content: flex-start;
  }

  .hero-grid,
  .audit-hero,
  .audit-content,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .audit-summary {
    min-height: 300px;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero-shell,
  .section-wrap,
  .audit-content,
  .cta-band,
  .audit-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-button {
    width: 100%;
  }

  nav {
    width: 100%;
  }

  .hero-actions,
  .hero-actions a,
  .cta-band .primary-button {
    width: 100%;
  }

  .score-row {
    grid-template-columns: 1fr;
  }
}
