:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f7f4;
  color: #111111;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  margin: 0 auto;
  max-width: 1060px;
  padding: 24px;
}

a {
  color: inherit;
}

.hero {
  background: #111111;
  border-radius: 8px;
  color: #ffffff;
  min-height: 460px;
  padding: 48px;
}

.eyebrow {
  color: #06c167;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.siteVerification {
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 700;
  margin: -8px 0 18px;
}

h1 {
  font-size: clamp(38px, 8vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 820px;
}

.lede {
  color: #d7d7d7;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.5;
  margin: 26px 0 0;
  max-width: 640px;
}

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

.button {
  align-items: center;
  background: #06c167;
  border-radius: 8px;
  color: #000000;
  display: inline-flex;
  font-weight: 900;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.button.secondary {
  background: #ffffff;
}

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

article {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

h2 {
  font-size: 18px;
  margin: 0 0 9px;
}

article p,
.document p,
.panel p,
.checks {
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.panel {
  align-items: start;
  background: #ffffff;
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  margin-top: 18px;
  padding: 24px;
}

.panel.compact {
  align-items: center;
}

.panel h2 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 560px;
}

.dark {
  color: #127a48;
}

.checks {
  list-style: none;
  padding: 0;
}

.checks li {
  border-bottom: 1px solid #ecece8;
  padding: 10px 0;
}

.checks li:first-child {
  padding-top: 0;
}

.statusBand {
  align-items: start;
  background: #e8f8ee;
  border: 1px solid #c7ebd5;
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  margin-top: 18px;
  padding: 24px;
}

.statusBand h2 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 560px;
}

.statusBand p {
  color: #365141;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
}

.statusList {
  display: grid;
  gap: 12px;
  margin: 0;
}

.statusList div {
  border-bottom: 1px solid #bfe4cd;
  padding-bottom: 12px;
}

.statusList dt {
  color: #127a48;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.statusList dd {
  color: #111111;
  font-size: 15px;
  font-weight: 900;
  margin: 0;
}

.contactBox {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contactBox p {
  color: #111111;
  font-weight: 900;
}

.emailCard {
  background: #ffffff;
  border-radius: 8px;
  margin-top: 22px;
  padding: 18px;
}

.emailLabel {
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
}

.emailRow {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.emailAddress {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.iconButton {
  align-items: center;
  background: #06c167;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.iconButton svg {
  fill: none;
  height: 19px;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 19px;
}

.gmailButton {
  background: #ffffff;
  border: 1px solid #d8d8d2;
}

.gmailButton svg {
  stroke: #c5221f;
}

.copyStatus {
  color: #127a48;
  font-size: 13px;
  font-weight: 900;
  min-height: 18px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.links a,
.back {
  color: #111111;
  font-size: 14px;
  font-weight: 900;
}

.document {
  max-width: 760px;
  padding-top: 48px;
}

.document h1 {
  font-size: 44px;
  line-height: 1.05;
  margin-top: 28px;
}

.document h2 {
  margin-top: 26px;
}

.document p {
  margin-top: 12px;
}

@media (max-width: 760px) {
  main {
    padding: 14px;
  }

  .hero {
    min-height: auto;
    padding: 28px;
  }

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

  .panel,
  .statusBand {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .emailRow {
    align-items: stretch;
    flex-direction: column;
  }

  .iconButton {
    height: 42px;
    width: 42px;
  }
}
