:root {
  --ag-red: #f04438;
  --ag-red-dark: #8f1712;
  --ag-black: #050506;
  --ag-ink: #111113;
  --ag-paper: #f2f2f4;
  --ag-line: #d2d2d6;
  --ag-muted: #696970;
}

.ag-page * { letter-spacing: 0; }

.ag-page {
  background: var(--ag-black);
  color: #f5f5f7;
}

.ag-page .p-label { letter-spacing: 0; }

.ag-hero {
  min-height: 94svh;
  padding-bottom: 58px;
}

.ag-hero .p-hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .08) 39%, rgba(0, 0, 0, .76) 70%, #000 100%),
    radial-gradient(ellipse at 50% 27%, transparent 0 20%, rgba(0, 0, 0, .12) 56%, rgba(0, 0, 0, .64) 100%);
}

.ag-hero-content {
  align-items: center;
  padding-bottom: 0;
  text-align: center;
}

.ag-page .ag-hero h1 {
  max-width: 1080px;
  font-size: 88px;
  line-height: .96;
}

.ag-page .ag-hero .p-lead {
  max-width: 680px;
  margin: 26px auto 30px;
  font-size: 19px;
}

.ag-hero .p-actions,
.ag-hero .p-assurance { justify-content: center; }

.ag-proof {
  border-bottom: 1px solid var(--ag-line);
  background: var(--ag-paper);
  color: var(--ag-ink);
}

.ag-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ag-proof-grid > div {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-left: 1px solid var(--ag-line);
  padding: 18px 26px;
}

.ag-proof-grid > div:last-child { border-right: 1px solid var(--ag-line); }

.ag-proof-grid strong {
  font-size: 16px;
  font-weight: 650;
}

.ag-proof-grid i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #df242f;
  box-shadow: 0 0 12px rgba(223, 36, 47, 0.22);
}

.ag-result {
  padding: 145px 0;
  background: var(--ag-paper);
  color: var(--ag-ink);
}

.ag-heading {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 330px;
  gap: 54px;
  align-items: end;
  margin-bottom: 68px;
}

.ag-heading .p-label {
  align-self: start;
  color: var(--ag-muted);
}

.ag-heading h2 {
  margin: 0;
  font-size: 68px;
  font-weight: 710;
  line-height: 1;
}

.ag-heading > p:last-child {
  margin: 0 0 4px;
  color: var(--ag-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ag-outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #c8c8cd;
  border-bottom: 1px solid #c8c8cd;
}

.ag-outcome {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 34px 46px 36px 0;
}

.ag-outcome + .ag-outcome {
  border-left: 1px solid #c8c8cd;
  padding-right: 0;
  padding-left: 46px;
}

.ag-outcome header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #707077;
  font-size: 10px;
  text-transform: uppercase;
}

.ag-outcome header span { color: #9a2721; }

.ag-outcome h3 {
  max-width: 480px;
  margin: 86px 0 24px;
  font-size: 38px;
  line-height: 1.08;
}

.ag-outcome > p {
  max-width: 520px;
  margin: 0;
  color: var(--ag-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ag-outcome-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid #d3d3d7;
  padding-top: 18px;
  color: #74747b;
  font-size: 11px;
}

.ag-outcome-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6e6e74;
}

.ag-outcome-alert .ag-outcome-status i {
  background: var(--ag-red);
  box-shadow: 0 0 18px rgba(240, 68, 56, .35);
}

.ag-result-boundary {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 44px;
  margin: 42px 0 0;
  border-top: 1px solid #1c1c1f;
  padding-top: 24px;
  color: var(--ag-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ag-result-boundary strong { color: var(--ag-ink); }

.ag-intake {
  padding: 150px 0;
  border-top: 1px solid #1c1c1f;
  background: #080809;
}

.ag-intake-head {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 100px;
  align-items: end;
  margin-bottom: 84px;
}

.ag-intake-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: 68px;
  line-height: 1;
}

.ag-intake-head > p {
  margin: 0 0 6px;
  color: #8e8e95;
  font-size: 15px;
  line-height: 1.65;
}

.ag-form {
  border-top: 1px solid #303034;
}

.ag-form-progress {
  position: sticky;
  top: 64px;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid #29292d;
  background: rgba(8, 8, 9, .92);
  backdrop-filter: blur(18px);
}

.ag-form-progress > span {
  height: 2px;
  overflow: hidden;
  background: #27272b;
}

.ag-form-progress i {
  width: 25%;
  height: 100%;
  display: block;
  background: var(--ag-red);
  transition: width .35s ease;
}

.ag-form-progress b {
  color: #8f8f96;
  font-size: 10px;
  text-transform: uppercase;
}

.ag-form-section {
  min-width: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #303034;
  padding: 52px 0 58px;
}

.ag-form-section legend {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 26px;
  margin-bottom: 38px;
  padding: 0;
}

.ag-form-section legend > span {
  color: var(--ag-red);
  font-size: 10px;
  font-weight: 760;
}

.ag-form-section legend b,
.ag-form-section legend small { display: block; }

.ag-form-section legend b {
  margin-bottom: 5px;
  color: #f2f2f4;
  font-size: 21px;
}

.ag-form-section legend small {
  color: #77777e;
  font-size: 12px;
}

.ag-fields {
  display: grid;
  gap: 18px;
  margin-left: 96px;
}

.ag-fields + .ag-fields { margin-top: 18px; }

.ag-fields-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ag-fields-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ag-fields label,
.ag-message-field {
  min-width: 0;
  display: grid;
  gap: 9px;
  color: #b7b7bd;
  font-size: 12px;
}

.ag-fields label > small {
  color: #66666d;
  font-size: 10px;
}

.ag-fields input,
.ag-fields select,
.ag-message-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #36363b;
  border-radius: 6px;
  outline: none;
  padding: 0 15px;
  background: #101012;
  color: #f5f5f7;
  font: inherit;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ag-fields select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #85858c 50%), linear-gradient(135deg, #85858c 50%, transparent 50%);
  background-position: calc(100% - 18px) 23px, calc(100% - 13px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.ag-fields input:focus,
.ag-fields select:focus,
.ag-message-field textarea:focus {
  border-color: #77777e;
  background: #131315;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .04);
}

.ag-fields input:user-invalid,
.ag-fields select:user-invalid,
.ag-message-field textarea:user-invalid { border-color: #8f2b25; }

.ag-fields input::placeholder,
.ag-message-field textarea::placeholder { color: #5f5f66; }

.ag-scope-preview {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 28px 0 0 96px;
  border-top: 1px solid #252529;
  border-bottom: 1px solid #252529;
  padding: 17px 0;
  color: #696970;
  font-size: 10px;
  text-transform: uppercase;
}

.ag-scope-preview b {
  overflow: hidden;
  color: #d8d8dc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.ag-scope-preview i {
  color: #8e8e95;
  font-style: normal;
}

.ag-environments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-left: 96px;
}

.ag-environments label { cursor: pointer; }
.ag-environments input { position: absolute; opacity: 0; pointer-events: none; }

.ag-environments span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #35353a;
  border-radius: 6px;
  padding: 8px 12px;
  background: #101012;
  color: #9c9ca3;
  font-size: 12px;
  text-align: center;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.ag-environments input:checked + span {
  border-color: #7d2b27;
  background: #1a1111;
  color: #fff;
}

.ag-environments input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }

.ag-message-field {
  margin: 24px 0 0 96px;
}

.ag-message-field > span small {
  margin-left: 7px;
  color: #66666d;
  font-size: 10px;
}

.ag-message-field textarea {
  min-height: 118px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.55;
}

.ag-extended-scope {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 18px;
  margin: 24px 0 0 96px;
  border: 1px solid #39393e;
  border-radius: 6px;
  padding: 20px;
  background: #101012;
  cursor: pointer;
}

.ag-extended-scope input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ag-red);
}

.ag-extended-scope > span {
  color: #88888f;
  font-size: 12px;
  line-height: 1.65;
}

.ag-extended-scope b {
  display: block;
  margin-bottom: 4px;
  color: #e2e2e5;
  font-size: 13px;
}

.ag-consent-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 18px;
  margin-left: 96px;
  border-top: 1px solid #28282c;
  padding: 24px 0;
  cursor: pointer;
}

.ag-consent-row:last-child { border-bottom: 1px solid #28282c; }

.ag-consent-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ag-red);
}

.ag-consent-row > span {
  max-width: 880px;
  color: #88888f;
  font-size: 12px;
  line-height: 1.65;
}

.ag-consent-row b {
  display: block;
  margin-bottom: 4px;
  color: #d8d8dc;
  font-size: 13px;
}

.ag-submit {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  padding: 36px 0 0 96px;
}

.ag-submit-state {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #aaaab1;
  font-size: 11px;
}

.ag-submit-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38a169;
  box-shadow: 0 0 14px rgba(56, 161, 105, .3);
}

.ag-submit p {
  max-width: 650px;
  margin: 8px 0 0;
  color: #696970;
  font-size: 10px;
  line-height: 1.55;
}

.ag-submit p a {
  color: #9b9ba2;
  text-decoration-color: #4b4b51;
  text-underline-offset: 3px;
}

.ag-submit p a:hover { color: #d2d2d6; }

.ag-submit .p-button {
  min-width: 240px;
  border: 0;
  cursor: pointer;
}

.ag-submit .p-button:disabled {
  cursor: wait;
  opacity: .65;
}

.ag-process {
  padding: 145px 0;
  background: var(--ag-paper);
  color: var(--ag-ink);
}

.ag-heading-light {
  grid-template-columns: 170px 1fr;
  align-items: start;
}

.ag-process-grid { border-top: 1px solid #c9c9cd; }

.ag-process-grid article {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 26px;
  border-bottom: 1px solid #c9c9cd;
  padding: 32px 0;
}

.ag-process-grid article > span {
  color: #9a2721;
  font-size: 10px;
  font-weight: 760;
}

.ag-process-grid h3 {
  margin: 0;
  font-size: 25px;
}

.ag-process-grid p {
  max-width: 520px;
  margin: 0;
  color: var(--ag-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ag-scope {
  padding: 145px 0;
  border-top: 1px solid #1e1e21;
  background: #070708;
}

.ag-scope-head {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 54px;
  margin-bottom: 70px;
}

.ag-scope-head h2 {
  max-width: 900px;
  margin: 0;
  font-size: 68px;
  line-height: 1;
}

.ag-scope-head div > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: #8c8c93;
  font-size: 16px;
  line-height: 1.65;
}

.ag-scope-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #303034;
  border-bottom: 1px solid #303034;
}

.ag-scope-column {
  min-height: 500px;
  padding: 34px 46px 40px 0;
}

.ag-scope-column + .ag-scope-column {
  border-left: 1px solid #303034;
  padding-right: 0;
  padding-left: 46px;
}

.ag-scope-column header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #77777e;
  font-size: 10px;
  text-transform: uppercase;
}

.ag-scope-column header span { color: #6bbf8a; }
.ag-scope-excluded header span { color: #ef675d; }

.ag-scope-column ul {
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
}

.ag-scope-column li {
  position: relative;
  border-top: 1px solid #252529;
  padding: 15px 10px 15px 26px;
  color: #aaaab1;
  font-size: 13px;
}

.ag-scope-column li:last-child { border-bottom: 1px solid #252529; }

.ag-scope-column li::before {
  position: absolute;
  top: 22px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4fa773;
  content: "";
}

.ag-scope-excluded li::before { background: #b84139; }

.ag-upgrade {
  padding: 135px 0;
  border-top: 1px solid #dedee1;
  background: #fff;
  color: var(--ag-ink);
}

.ag-upgrade-layout {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 120px;
  align-items: end;
}

.ag-upgrade h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1;
}

.ag-upgrade-copy p {
  margin: 0 0 28px;
  color: var(--ag-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ag-upgrade-copy a {
  display: inline-flex;
  gap: 12px;
  border-bottom: 1px solid #111;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 720;
}

.ag-faq {
  padding: 135px 0;
  background: var(--ag-paper);
  color: var(--ag-ink);
}

.ag-faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 120px;
}

.ag-faq h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.05;
}

.ag-faq details { border-top: 1px solid #c9c9cd; }
.ag-faq details:last-child { border-bottom: 1px solid #c9c9cd; }

.ag-faq summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 680;
}

.ag-faq summary::-webkit-details-marker { display: none; }
.ag-faq summary span { font-size: 22px; font-weight: 400; }
.ag-faq details[open] summary span { transform: rotate(45deg); }

.ag-faq details p {
  max-width: 680px;
  margin: -4px 0 28px;
  color: var(--ag-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ag-closing {
  min-height: 78svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-top: 1px solid #1e1e21;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 100% 32px,
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 32px 100%,
    #050506;
  text-align: center;
}

.ag-closing h2 {
  margin: 0;
  font-size: 84px;
  line-height: .96;
}

.ag-closing p:nth-of-type(2) {
  max-width: 650px;
  margin: 30px auto 32px;
  color: #8d8d94;
  font-size: 17px;
  line-height: 1.65;
}

.ag-motion-ready .ag-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .65, .2, 1);
}

.ag-motion-ready .ag-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ag-thanks-page { min-height: 100svh; }

.ag-thanks {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 70px;
  background: #050506;
}

.ag-thanks-grid {
  position: absolute;
  inset: 0;
  opacity: .68;
  background:
    radial-gradient(circle at 72% 38%, rgba(240, 68, 56, .16), transparent 24%),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 100% 34px,
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 34px 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.ag-thanks section { position: relative; z-index: 1; }

.ag-thanks-status {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 52px;
  border: 1px solid #303034;
  border-radius: 999px;
  padding: 9px 14px;
  color: #b4b4bb;
  font-size: 10px;
  text-transform: uppercase;
}

.ag-thanks-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #47b77a;
  box-shadow: 0 0 15px rgba(71, 183, 122, .45);
}

.ag-thanks h1 {
  max-width: 920px;
  margin: 0;
  font-size: 78px;
  line-height: .98;
}

.ag-thanks section > p:nth-of-type(2) {
  max-width: 680px;
  margin: 30px 0 38px;
  color: #96969d;
  font-size: 17px;
  line-height: 1.65;
}

.ag-thanks-steps {
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 38px;
  border-top: 1px solid #303034;
  border-bottom: 1px solid #303034;
}

.ag-thanks-steps span {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8a8a91;
  font-size: 11px;
}

.ag-thanks-steps span + span {
  border-left: 1px solid #303034;
  padding-left: 20px;
}

.ag-thanks-steps b { color: var(--ag-red); font-size: 9px; }

@media (max-width: 1100px) {
  .ag-page .ag-hero h1 { font-size: 72px; }
  .ag-heading { grid-template-columns: 130px 1fr; }
  .ag-heading > p:last-child { grid-column: 2; max-width: 620px; }
  .ag-heading h2,
  .ag-intake-head h2,
  .ag-scope-head h2 { font-size: 60px; }
  .ag-intake-head { grid-template-columns: 1fr 300px; gap: 60px; }
  .ag-fields-three { grid-template-columns: 1fr 1fr; }
  .ag-fields-three label:last-child { grid-column: 1 / -1; }
  .ag-upgrade-layout { gap: 70px; }
  .ag-closing h2 { font-size: 72px; }
}

@media (max-width: 800px) {
  .ag-page .p-shell,
  .ag-page .p-nav { width: min(100% - 32px, 1180px); }

  .ag-hero {
    min-height: 90svh;
    padding: 108px 0 54px;
  }

  .ag-page .ag-hero h1 { font-size: 52px; }

  .ag-page .ag-hero .p-lead {
    max-width: 360px;
    font-size: 16px;
  }

  .ag-hero .p-assurance { gap: 9px 16px; }

  .ag-proof-grid { grid-template-columns: repeat(3, 1fr); }
  .ag-proof-grid > div {
    min-height: 72px;
    gap: 7px;
    padding: 14px 8px;
    text-align: center;
  }
  .ag-proof-grid strong { font-size: 13px; }

  .ag-result,
  .ag-intake,
  .ag-process,
  .ag-scope,
  .ag-upgrade,
  .ag-faq { padding: 92px 0; }

  .ag-heading,
  .ag-heading-light,
  .ag-intake-head,
  .ag-scope-head,
  .ag-upgrade-layout,
  .ag-faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ag-heading { margin-bottom: 44px; }
  .ag-heading > p:last-child { grid-column: 1; }

  .ag-heading h2,
  .ag-intake-head h2,
  .ag-scope-head h2,
  .ag-upgrade h2 { font-size: 44px; }

  .ag-outcome-grid,
  .ag-scope-columns { grid-template-columns: 1fr; }

  .ag-outcome {
    min-height: 390px;
    padding: 28px 0 32px;
  }

  .ag-outcome + .ag-outcome,
  .ag-scope-column + .ag-scope-column {
    border-top: 1px solid #c8c8cd;
    border-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .ag-outcome h3 { margin-top: 62px; font-size: 31px; }

  .ag-result-boundary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ag-intake-head { margin-bottom: 52px; }
  .ag-intake-head > p { max-width: 540px; }

  .ag-form-progress { top: 64px; }

  .ag-form-section { padding: 42px 0 46px; }

  .ag-form-section legend {
    grid-template-columns: 42px 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .ag-fields,
  .ag-scope-preview,
  .ag-environments,
  .ag-message-field,
  .ag-extended-scope,
  .ag-consent-row { margin-left: 0; }

  .ag-fields-two,
  .ag-fields-three { grid-template-columns: 1fr; }
  .ag-fields-three label:last-child { grid-column: auto; }

  .ag-scope-preview {
    grid-template-columns: 1fr;
    gap: 7px;
  }

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

  .ag-submit {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 0;
  }

  .ag-submit .p-button { width: 100%; }

  .ag-process-grid article {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .ag-process-grid article p { grid-column: 2; }

  .ag-scope-column {
    min-height: 0;
    padding: 30px 0 36px;
  }

  .ag-scope-column + .ag-scope-column { border-top-color: #303034; }
  .ag-scope-column ul { margin-top: 48px; }

  .ag-upgrade-layout,
  .ag-faq-layout { gap: 54px; }
  .ag-faq h2 { font-size: 42px; }
  .ag-faq summary { font-size: 15px; }

  .ag-closing {
    min-height: 70svh;
    padding: 90px 0;
  }

  .ag-closing h2 { font-size: 52px; }
  .ag-closing p:nth-of-type(2) { font-size: 15px; }

  .ag-thanks h1 { font-size: 50px; }
  .ag-thanks section > p:nth-of-type(2) { font-size: 15px; }
  .ag-thanks-steps { grid-template-columns: 1fr; }
  .ag-thanks-steps span { min-height: 54px; }
  .ag-thanks-steps span + span { border-top: 1px solid #303034; border-left: 0; padding-left: 0; }
}

@media (max-width: 420px) {
  .ag-page .ag-hero h1 { font-size: 45px; }
  .ag-environments { grid-template-columns: 1fr; }
  .ag-heading h2,
  .ag-intake-head h2,
  .ag-scope-head h2,
  .ag-upgrade h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .ag-motion-ready .ag-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ag-form-progress i { transition: none; }
}

.ag-verification {
  min-height: 100svh;
  padding: 150px 0 100px;
  background: #080809;
  color: #f5f5f7;
}

.ag-verification-shell {
  width: min(920px, calc(100% - 44px));
}

.ag-verification-shell > header {
  max-width: 760px;
  margin-bottom: 54px;
}

.ag-verification-shell > header h1 {
  margin: 14px 0 22px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.98;
}

.ag-verification-shell > header > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #8e8e95;
  font-size: 16px;
  line-height: 1.65;
}

.ag-verification-panel {
  border-top: 1px solid #343439;
  border-bottom: 1px solid #343439;
}

.ag-verification-loading,
.ag-verification-status {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #96969d;
  font-size: 12px;
}

.ag-verification-loading i,
.ag-verification-status i,
.ag-verification-success > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ag-red);
  box-shadow: 0 0 15px rgba(220, 36, 46, 0.38);
}

.ag-verification-status b {
  margin-left: auto;
  color: #d7d7db;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.ag-verification-email,
.ag-verification-wait {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  border-top: 1px solid #29292d;
  padding: 34px 0;
}

.ag-verification [hidden] { display: none !important; }

.ag-verification-wait {
  grid-template-columns: 44px 1fr;
}

.ag-verification-email > div,
.ag-verification-methods article > header {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
}

.ag-verification-email span,
.ag-verification-wait > span,
.ag-verification-methods header > span {
  color: var(--ag-red);
  font-size: 10px;
  font-weight: 760;
}

.ag-verification h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.ag-verification-email p,
.ag-verification-wait p,
.ag-verification-methods header p,
.ag-verification-success > p:nth-of-type(2),
.ag-verification-error > p:nth-of-type(2) {
  margin: 0;
  color: #818188;
  font-size: 12px;
  line-height: 1.6;
}

.ag-verification-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #29292d;
}

.ag-verification-methods article {
  min-width: 0;
  padding: 38px 34px 40px 0;
}

.ag-verification-methods article + article {
  border-left: 1px solid #29292d;
  padding-right: 0;
  padding-left: 34px;
}

.ag-verification-methods label {
  display: block;
  margin-top: 25px;
  color: #73737a;
  font-size: 10px;
  text-transform: uppercase;
}

.ag-verification-methods label > div {
  min-height: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 7px;
  border: 1px solid #343439;
  border-radius: 5px;
  background: #101012;
}

.ag-verification-methods code {
  overflow: hidden;
  padding: 0 12px;
  color: #cacacf;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-verification-methods label button {
  min-height: 44px;
  border: 0;
  border-left: 1px solid #343439;
  padding: 0 12px;
  background: transparent;
  color: #aaaab1;
  cursor: pointer;
  font: inherit;
}

.ag-verification-methods > article > .p-button {
  margin-top: 26px;
}

.ag-verification-boundary {
  margin: 0;
  border-top: 1px solid #29292d;
  padding: 22px 0;
  color: #68686f;
  font-size: 11px;
  line-height: 1.6;
}

.ag-verification-success,
.ag-verification-error {
  padding: 58px 0;
}

.ag-verification-success h2,
.ag-verification-error h2 {
  max-width: 680px;
  margin: 16px 0;
  font-size: clamp(34px, 5vw, 56px);
}

.ag-verification-success > p:nth-of-type(2),
.ag-verification-error > p:nth-of-type(2) {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: 14px;
}

@media (max-width: 720px) {
  .ag-verification { padding: 120px 0 70px; }
  .ag-verification-shell { width: min(100% - 30px, 920px); }
  .ag-verification-shell > header { margin-bottom: 38px; }
  .ag-verification-email { grid-template-columns: 1fr; }
  .ag-verification-methods { grid-template-columns: 1fr; }
  .ag-verification-methods article { padding: 34px 0; }
  .ag-verification-methods article + article { border-top: 1px solid #29292d; border-left: 0; padding-left: 0; }
  .ag-verification-status { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .ag-verification-status b { width: 100%; margin-left: 0; overflow-wrap: anywhere; }
}
