:root {
  color-scheme: light;
  --ink: #17212b;
  --ink-soft: #34414d;
  --muted: #687581;
  --surface: #ffffff;
  --surface-soft: #f5f8f8;
  --background: #f7f9fa;
  --line: #dce3e6;
  --line-strong: #bac5ca;
  --primary: #257c68;
  --primary-dark: #195f50;
  --primary-soft: #eaf7f3;
  --cyan: #27e4eb;
  --cyan-soft: #e8fbfc;
  --violet: #8d72ed;
  --navy: #071f33;
  --navy-deep: #041421;
  --success: #16734c;
  --warning: #8a6000;
  --danger: #b42318;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 6px 18px rgba(13, 33, 48, 0.06);
  --shadow: 0 20px 48px rgba(13, 33, 48, 0.09);
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--ink);
  background: var(--background);
  font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--primary);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--primary-dark);
}

button,
input,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

h1 {
  margin-bottom: 0.8rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
}

h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

h3 {
  margin-bottom: 0.5rem;
}

code {
  padding: 0.16rem 0.35rem;
  color: #3f4c57;
  background: #f0f3f4;
  border-radius: 5px;
  font-size: 0.82em;
  overflow-wrap: anywhere;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.6rem 0.85rem;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius-sm);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 227, 230, 0.9);
  backdrop-filter: blur(16px);
}

.site-nav,
.site-main,
.footer-inner {
  width: min(calc(100% - 2.5rem), var(--container));
  margin-inline: auto;
}

.site-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand,
.footer-brand {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: -0.055em;
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand img {
  display: block;
  width: 9.9rem;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links > a,
.nav-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.78rem;
  color: var(--ink-soft);
  background: transparent;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 680;
  text-decoration: none;
  cursor: pointer;
}

.nav-links > a:hover,
.nav-button:hover {
  color: var(--primary-dark);
  background: var(--primary-soft);
  transform: none;
}

.nav-links .nav-login {
  margin-left: 0.3rem;
  padding-inline: 1rem;
  color: #fff;
  background: var(--navy);
}

.nav-links .nav-login:hover {
  color: #fff;
  background: var(--primary-dark);
}

.inline {
  display: inline-flex;
  margin: 0;
}

.site-main {
  flex: 1;
  padding-block: clamp(2.5rem, 6vw, 5rem);
}

.eyebrow,
.overline {
  margin-bottom: 0.65rem;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.overline {
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.66rem;
}

.subtle {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero {
  position: relative;
  min-height: min(660px, calc(100vh - 150px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.85fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6.5rem);
  width: min(100%, 1040px);
  margin-inline: auto;
}

.hero::before {
  position: absolute;
  top: 2%;
  left: -18%;
  z-index: -1;
  width: 520px;
  height: 520px;
  content: "";
  background: radial-gradient(circle, rgba(39, 228, 235, 0.12), rgba(141, 114, 237, 0.035) 48%, transparent 72%);
  pointer-events: none;
}

.hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-copy h1 em {
  font-style: normal;
  background: linear-gradient(100deg, var(--primary), #20adbb 55%, var(--violet));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 37rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.45rem;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.65rem;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.77rem;
  font-weight: 680;
}

.trust-pill::before {
  content: "\2713";
  color: var(--primary);
  font-weight: 900;
}

.card {
  padding: clamp(1.4rem, 4vw, 2.35rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.card > :last-child {
  margin-bottom: 0;
}

.entry-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-top: 0;
  box-shadow: var(--shadow);
}

.entry-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--primary), var(--cyan), var(--violet));
}

.entry-card::after {
  position: absolute;
  top: -82px;
  right: -75px;
  width: 190px;
  height: 190px;
  content: "";
  background: linear-gradient(145deg, rgba(39, 228, 235, 0.17), rgba(141, 114, 237, 0.12));
  border-radius: 50%;
  pointer-events: none;
}

.entry-card > * {
  position: relative;
  z-index: 1;
}

.entry-card h2 {
  max-width: 14ch;
  margin-bottom: 0.55rem;
  font-size: 1.55rem;
}

.card-intro,
.auth-intro,
.page-intro > p:last-child {
  color: var(--muted);
}

.entry-card .card-intro {
  margin-bottom: 1.45rem;
  font-size: 0.92rem;
}

.field-group {
  margin-bottom: 0.9rem;
}

form p {
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 730;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="search"],
textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 0.9rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  transition: border-color 150ms, box-shadow 150ms;
}

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

input::placeholder {
  color: #98a2aa;
}

input:focus,
textarea:focus {
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(37, 124, 104, 0.14);
}

input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--primary);
}

.auth-card form p:has(input[type="checkbox"]) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.auth-card form p:has(input[type="checkbox"]) label {
  margin: 0;
}

button,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.68rem 1.1rem;
  color: #fff;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: var(--radius-sm);
  box-shadow: 0 5px 14px rgba(37, 124, 104, 0.2);
  font-weight: 740;
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms, border-color 150ms, box-shadow 150ms, transform 150ms;
}

button:hover,
.button:hover {
  color: #fff;
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  box-shadow: 0 8px 20px rgba(25, 95, 80, 0.2);
  transform: translateY(-1px);
}

button:focus-visible,
.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(39, 228, 235, 0.65);
  outline-offset: 3px;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button.secondary {
  color: var(--ink-soft);
  background: #fff;
  border-color: var(--line-strong);
  box-shadow: none;
}

.button.secondary:hover {
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-color: #93c8ba;
}

.entry-card form > button,
.auth-card form > button {
  width: 100%;
}

.help,
.helptext {
  display: block;
  margin-top: 0.38rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.helptext ul {
  margin: 0.45rem 0 0;
  padding-left: 1.15rem;
}

.error,
.errorlist {
  color: var(--danger);
  font-size: 0.84rem;
}

.error {
  margin: 0.35rem 0 0;
}

.errorlist {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
}

.form-assurance {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

.hosting-explainer {
  margin: 1rem 0 0;
  padding: 0.75rem 0.8rem;
  color: var(--ink-soft);
  background: var(--primary-soft);
  border: 1px solid #c6e5dd;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  line-height: 1.45;
}

.hosting-explainer strong {
  color: var(--primary-dark);
}

.hosting-explainer a {
  white-space: nowrap;
}

.ownership-section {
  width: min(100%, 1040px);
  margin: clamp(2.5rem, 7vw, 5.5rem) auto 0;
  padding: clamp(1.5rem, 5vw, 3.25rem);
  background: linear-gradient(145deg, #fff 50%, #f0faf7);
  border: 1px solid #cfe1dc;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.ownership-section__intro {
  max-width: 760px;
}

.ownership-section__intro h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.ownership-section__intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.ownership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.ownership-grid article {
  position: relative;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.ownership-card__mark {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.ownership-grid h3 {
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.ownership-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.home-two {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.home-two-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.82fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4.75rem);
  color: #dbe7eb;
  background: var(--navy);
  border: 1px solid rgba(39, 228, 235, 0.2);
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(4, 20, 33, 0.2);
}

.home-two-hero::before,
.home-two-hero::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.home-two-hero::before {
  top: -210px;
  left: -150px;
  width: 470px;
  height: 470px;
  background: rgba(39, 228, 235, 0.11);
  filter: blur(2px);
}

.home-two-hero::after {
  right: -170px;
  bottom: -240px;
  width: 500px;
  height: 500px;
  background: rgba(141, 114, 237, 0.15);
}

.home-two-hero__copy,
.home-two-checker {
  position: relative;
  z-index: 1;
}

.home-two-hero__copy .eyebrow {
  color: var(--cyan);
}

.home-two-hero__copy h1 {
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.home-two-hero__copy h1 span {
  color: #6be3d1;
}

.home-two-hero__copy > p:not(.eyebrow) {
  max-width: 35rem;
  margin-bottom: 0;
  color: #b9c9cf;
  font-size: 1.05rem;
}

.home-two-facts {
  display: grid;
  grid-template-columns: minmax(130px, 0.65fr) minmax(190px, 1.35fr);
  gap: 1.25rem;
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home-two-facts div {
  display: grid;
  align-content: start;
  gap: 0.2rem;
}

.home-two-facts strong {
  color: #fff;
  font-size: 0.92rem;
}

.home-two-facts span {
  color: #91a6ae;
  font-size: 0.72rem;
  line-height: 1.45;
}

.home-two-checker {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  color: var(--ink);
  background: #f9fcfc;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.home-two-checker h2 {
  margin-bottom: 0.65rem;
  font-size: 1.65rem;
}

.home-two-checker__intro {
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.home-two-checker form > button {
  width: 100%;
  color: var(--navy);
  background: #45d5c0;
  border-color: #45d5c0;
  box-shadow: 0 8px 20px rgba(39, 228, 235, 0.18);
}

.home-two-checker form > button:hover {
  color: var(--navy);
  background: #72e3d2;
  border-color: #72e3d2;
}

.home-two-details {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(3.5rem, 7vw, 6rem) clamp(0.5rem, 4vw, 2.5rem) 1rem;
}

.home-two-details header h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.home-two-details__items {
  border-top: 1px solid var(--line-strong);
}

.home-two-details article {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.home-two-details article > span {
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.home-two-details h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.home-two-details article p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.home-two-why {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: clamp(1.75rem, 5vw, 3.75rem);
  background: linear-gradient(145deg, #f0faf7, #fff 62%);
  border: 1px solid #cfe1dc;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.home-two-why__intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 6rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfe1dc;
}

.home-two-why__intro h2 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.home-two-why__intro > p {
  margin-bottom: 0.15rem;
  color: var(--ink-soft);
  font-size: 1rem;
}

.home-two-why__reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.home-two-why__reasons article {
  min-height: 230px;
  padding: 1.45rem;
  background: rgba(255, 255, 255, 0.9);
}

.home-two-why__reasons article > span {
  display: block;
  margin-bottom: 2.25rem;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.home-two-why__reasons h3 {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}

.home-two-why__reasons p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.home-two-viewpoint {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-top: 1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: #dbe7eb;
  background: var(--navy);
  border-radius: 16px;
}

.home-two-viewpoint__label {
  margin: 0;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-two-viewpoint blockquote {
  max-width: 760px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 680;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.home-two-viewpoint div > p {
  max-width: 720px;
  margin: 0;
  color: #9eb1b8;
  font-size: 0.84rem;
}

@media (max-width: 900px) {
  .home-two-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home-two-hero__copy {
    max-width: 680px;
  }

  .home-two-checker {
    width: min(100%, 610px);
  }
}

@media (max-width: 640px) {
  .home-two-hero {
    margin-inline: -0.15rem;
    padding: 2rem 1.25rem 1.25rem;
    border-radius: 22px;
  }

  .home-two-hero__copy h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .home-two-facts,
  .home-two-details,
  .home-two-why__intro {
    grid-template-columns: 1fr;
  }

  .home-two-details {
    gap: 2rem;
    padding-top: 3.25rem;
  }

  .home-two-details header h2 {
    max-width: none;
  }

  .home-two-why {
    padding: 1.4rem;
    border-radius: 20px;
  }

  .home-two-why__intro {
    gap: 1rem;
  }

  .home-two-why__intro h2 {
    max-width: none;
  }

  .home-two-why__reasons {
    grid-template-columns: 1fr;
  }

  .home-two-why__reasons article {
    min-height: 0;
  }

  .home-two-why__reasons article > span {
    margin-bottom: 1.25rem;
  }

  .home-two-viewpoint {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.home-three {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.home-three-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4.5rem) clamp(0.25rem, 3vw, 2rem) 1rem;
  text-align: center;
}

.home-three-orbit {
  position: absolute;
  top: -105px;
  right: -85px;
  width: 330px;
  height: 330px;
  display: grid;
  place-items: center;
  color: rgba(7, 31, 51, 0.045);
  background: linear-gradient(145deg, rgba(39, 228, 235, 0.14), rgba(141, 114, 237, 0.1));
  border: 1px solid rgba(21, 159, 176, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.home-three-orbit span {
  font-size: 11rem;
  font-weight: 850;
  line-height: 1;
}

.home-three-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin-inline: auto;
}

.home-three-hero__copy h1 {
  max-width: 12ch;
  margin: 0 auto 1.3rem;
  font-size: clamp(3.25rem, 7vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.home-three-hero__copy h1 em {
  color: var(--primary);
  font-style: normal;
}

.home-three-hero__copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.06rem;
}

.home-three-checker {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: clamp(2.5rem, 6vw, 4rem) auto 0;
  padding: clamp(1.25rem, 4vw, 2rem);
  text-align: left;
  background: #fff;
  border: 1px solid #c9d9d6;
  border-radius: 20px;
  box-shadow: 0 24px 55px rgba(13, 33, 48, 0.12);
}

.home-three-checker__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.35rem;
}

.home-three-checker__heading h2 {
  margin-bottom: 0;
  font-size: 1.55rem;
}

.home-three-checker__heading > p {
  max-width: 260px;
  margin: 0 0 0.15rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

.home-three-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: end;
  gap: 0.75rem;
}

.home-three-form-row .field-group {
  margin-bottom: 0;
}

.home-three-form-row button {
  min-height: 50px;
}

.home-three-proof {
  position: relative;
  z-index: 1;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem auto 0;
  text-align: left;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-three-proof div {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.25rem;
  border-right: 1px solid var(--line);
}

.home-three-proof div:last-child {
  border-right: 0;
}

.home-three-proof strong {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.home-three-proof span {
  color: var(--muted);
  font-size: 0.7rem;
}

.home-three-story {
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

.home-three-story__heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(2rem, 8vw, 7rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.home-three-story__heading .eyebrow {
  grid-column: 1 / -1;
}

.home-three-story__heading h2 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 4rem);
}

.home-three-story__heading > p:last-child {
  margin-bottom: 0.3rem;
  color: var(--muted);
  font-size: 1rem;
}

.home-three-bento {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 1rem;
}

.home-three-bento article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 22px;
}

.home-three-bento__primary {
  grid-row: 1 / 3;
  min-height: 500px;
  color: var(--navy);
  background: #63ddca;
}

.home-three-bento__primary::after {
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  content: "";
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.home-three-bento__dark {
  color: #dce8eb;
  background: var(--navy);
}

.home-three-bento__plain {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.home-three-bento__number {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.home-three-bento article > div {
  position: relative;
  z-index: 1;
}

.home-three-bento h3 {
  margin-bottom: 0.75rem;
  color: inherit;
  font-size: 1.4rem;
}

.home-three-bento__primary h3 {
  max-width: 10ch;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 0.98;
}

.home-three-bento p {
  max-width: 38rem;
  margin: 0;
  color: inherit;
  font-size: 0.88rem;
  opacity: 0.78;
}

.home-three-bento__dark a {
  display: inline-flex;
  gap: 0.45rem;
  margin-top: 1.25rem;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 760px) {
  .home-three-hero {
    padding-top: 2.5rem;
  }

  .home-three-orbit {
    top: -90px;
    right: -150px;
    opacity: 0.7;
  }

  .home-three-hero__copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .home-three-checker__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }

  .home-three-checker__heading > p {
    max-width: none;
    text-align: left;
  }

  .home-three-form-row,
  .home-three-proof,
  .home-three-story__heading,
  .home-three-bento {
    grid-template-columns: 1fr;
  }

  .home-three-form-row button {
    width: 100%;
  }

  .home-three-proof div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-three-proof div:last-child {
    border-bottom: 0;
  }

  .home-three-story__heading {
    gap: 1rem;
  }

  .home-three-story__heading h2 {
    max-width: none;
  }

  .home-three-bento {
    grid-template-rows: none;
  }

  .home-three-bento__primary {
    grid-row: auto;
    min-height: 420px;
  }
}

.home-four {
  width: min(100%, 1060px);
  margin-inline: auto;
}

.home-four-hero {
  max-width: 850px;
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 4.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.home-four-hero h1 {
  max-width: 11ch;
  margin: 0 auto 1.25rem;
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.home-four-hero > p:last-child {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
}

.home-four-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-four-source {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.home-four-source--added {
  color: #dce9ed;
  background: var(--navy);
  border-color: var(--navy);
}

.home-four-source__label {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-four-source--added .home-four-source__label {
  color: var(--cyan);
}

.home-four-diagram {
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 2rem 0;
  padding: 1rem;
  background: var(--surface-soft);
  border-radius: 14px;
}

.home-four-source--added .home-four-diagram {
  background: rgba(39, 228, 235, 0.07);
  border: 1px solid rgba(39, 228, 235, 0.16);
}

.home-four-node,
.home-four-diagram--branched b {
  padding: 0.7rem 0.8rem;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 730;
  text-align: center;
}

.home-four-diagram i {
  color: var(--primary);
  font-size: 1.3rem;
  font-style: normal;
}

.home-four-diagram--branched > span:last-child {
  display: grid;
  gap: 0.55rem;
}

.home-four-diagram--branched b:last-child {
  color: var(--navy);
  background: #58d8c4;
  border-color: #58d8c4;
}

.home-four-source h2 {
  margin: auto 0 0.6rem;
  color: inherit;
  font-size: 1.5rem;
}

.home-four-source > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.home-four-source--added > p {
  color: #9db1b8;
}

.home-four-checker {
  margin-top: 1rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  text-align: left;
  background: #e9f8f4;
  border: 1px solid #bfdfd6;
  border-radius: 18px;
}

.home-four-checker__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

.home-four-label {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-four-checker h2 {
  margin: 0.35rem 0 0;
  font-size: 1.45rem;
}

.home-four-checker__top > p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: right;
}

.home-four-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: end;
  gap: 0.75rem;
}

.home-four-form-row .field-group {
  margin: 0;
}

.home-four-form-row button {
  min-height: 50px;
}

.home-four-closing {
  margin: 1rem 0 0;
  padding: 1rem 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.8rem;
  text-align: center;
}

.home-four-closing strong {
  color: var(--ink-soft);
}

.home-page--five {
  background: #061827;
}

.home-page--five .site-main {
  width: 100%;
  max-width: none;
  padding-inline: 0;
  background:
    linear-gradient(rgba(39, 228, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 228, 235, 0.035) 1px, transparent 1px),
    #061827;
  background-size: 36px 36px;
}

.home-five {
  width: min(calc(100% - 2.5rem), 1080px);
  margin-inline: auto;
  color: #c7d8dd;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.home-five-console {
  overflow: hidden;
  background: rgba(4, 20, 33, 0.94);
  border: 1px solid rgba(39, 228, 235, 0.32);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.home-five-console__bar {
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1rem;
  background: #0b293b;
  border-bottom: 1px solid rgba(39, 228, 235, 0.2);
}

.home-five-console__bar > span {
  width: 9px;
  height: 9px;
  background: #e46b63;
  border-radius: 50%;
}

.home-five-console__bar > span:nth-child(2) {
  background: #e1b95b;
}

.home-five-console__bar > span:nth-child(3) {
  background: #5bc38d;
}

.home-five-console__bar p {
  margin: 0 auto;
  color: #76919b;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-22px);
}

.home-five-console__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 6vw, 4.5rem);
}

.home-five-prompt,
.home-five-command {
  margin-bottom: 1rem;
  color: #45dfc5;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
}

.home-five-copy h1 {
  margin-bottom: 1.25rem;
  color: #f3fbfb;
  font-family: inherit;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.home-five-copy > p:not(.home-five-prompt) {
  max-width: 590px;
  color: #94aab2;
  font-size: 0.92rem;
}

.home-five-readout {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  border-top: 1px solid rgba(39, 228, 235, 0.18);
}

.home-five-readout div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(39, 228, 235, 0.12);
  font-size: 0.72rem;
}

.home-five-readout dt {
  color: #708b95;
}

.home-five-readout dd {
  margin: 0;
  color: #d8e7ea;
  text-align: right;
}

.home-five-checker {
  align-self: center;
  padding: clamp(1.35rem, 4vw, 2rem);
  background: #081f2f;
  border: 1px solid rgba(69, 223, 197, 0.38);
  border-radius: 8px;
  box-shadow: inset 0 0 35px rgba(39, 228, 235, 0.025);
}

.home-five-checker h2 {
  margin-bottom: 1.4rem;
  color: #fff;
  font-family: inherit;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.home-five-checker label {
  color: #91a8af;
  font-family: inherit;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.home-five-checker input[type="text"] {
  color: #dff7f2;
  background: #051724;
  border-color: #315466;
  border-radius: 4px;
  font-family: inherit;
}

.home-five-checker input[type="text"]:focus {
  border-color: #45dfc5;
  box-shadow: 0 0 0 3px rgba(69, 223, 197, 0.12);
}

.home-five-checker form > button,
.home-five-checker .button {
  width: 100%;
  color: #041421;
  background: #45dfc5;
  border-color: #45dfc5;
  border-radius: 4px;
  box-shadow: none;
  font-family: inherit;
}

.home-five-checker form > button:hover,
.home-five-checker .button:hover {
  color: #041421;
  background: #74ead6;
  border-color: #74ead6;
}

.home-five-checker .lookup-status {
  background: #051724;
  border-radius: 4px;
}

.home-five-manifesto {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  column-gap: clamp(2rem, 8vw, 7rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(0.25rem, 3vw, 2rem) 2rem;
}

.home-five-manifesto > .home-five-prompt {
  grid-column: 1 / -1;
}

.home-five-manifesto h2 {
  margin: 0;
  color: #f1f8f9;
  font-family: inherit;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.home-five-manifesto > div {
  border-top: 1px solid rgba(39, 228, 235, 0.24);
}

.home-five-manifesto > div p {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 1rem 0;
  color: #9bb0b7;
  border-bottom: 1px solid rgba(39, 228, 235, 0.14);
  font-size: 0.78rem;
}

.home-five-manifesto > div span {
  color: #45dfc5;
}

@media (max-width: 760px) {
  .home-four-hero > h1 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .home-four-checker__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }

  .home-four-checker__top > p {
    max-width: none;
    text-align: left;
  }

  .home-four-form-row,
  .home-four-comparison,
  .home-five-console__body,
  .home-five-manifesto {
    grid-template-columns: 1fr;
  }

  .home-four-form-row button {
    width: 100%;
  }

  .home-four-source {
    min-height: 380px;
  }

  .home-five {
    width: min(calc(100% - 1rem), 1080px);
  }

  .home-five-console__body {
    padding: 1.5rem 1rem;
  }

  .home-five-copy h1 {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }

  .home-five-manifesto {
    gap: 1.5rem;
  }
}

.home-six {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.home-six-hero {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 145px;
  align-items: stretch;
  min-height: 440px;
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
}

.home-six-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-right: 1px solid var(--line-strong);
}

.home-six-index span,
.home-six-index strong {
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.home-six-index strong {
  color: var(--primary);
  font-size: 2.5rem;
  line-height: 1;
}

.home-six-copy {
  align-self: center;
  padding: clamp(2.5rem, 7vw, 5.5rem);
}

.home-six-copy h1 {
  max-width: 12ch;
  margin-bottom: 1.4rem;
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.home-six-copy > p:last-child {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.home-six-accent {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  background: var(--navy);
}

.home-six-accent span {
  display: grid;
  place-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.home-six-accent span:nth-child(2) {
  color: var(--navy);
  background: #5ddbc8;
}

.home-six-checker {
  margin: 2rem 0;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: #f0edff;
  border: 1px solid #cfc5f4;
}

.home-six-checker__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

.home-six-checker__heading > div > span {
  color: #6752b6;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-six-checker h2 {
  margin: 0.35rem 0 0;
  font-size: 1.5rem;
}

.home-six-checker__heading > p {
  max-width: 280px;
  margin: 0;
  color: #675f7c;
  font-size: 0.8rem;
  text-align: right;
}

.home-six-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: end;
  gap: 0.8rem;
}

.home-six-form-row .field-group {
  margin: 0;
}

.home-six-form-row button {
  min-height: 50px;
  background: #6752b6;
  border-color: #6752b6;
}

.home-six-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.home-six-values article {
  min-height: 230px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
}

.home-six-values article:last-child {
  border-right: 0;
}

.home-six-values span {
  display: block;
  margin-bottom: 4rem;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 850;
}

.home-six-values h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.home-six-values p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.home-page--seven {
  background: #fbf7ef;
}

.home-seven {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.home-seven-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  padding: clamp(2rem, 7vw, 5rem);
  background: #e6f5ee;
  border: 1px solid #c4dfd2;
  border-radius: 34px;
}

.home-seven-copy {
  position: relative;
  z-index: 1;
}

.home-seven-copy h1 {
  max-width: 12ch;
  margin-bottom: 1.3rem;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.home-seven-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: #526b62;
  font-size: 1rem;
}

.home-seven-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.home-seven-pills span {
  padding: 0.42rem 0.7rem;
  color: #315b4b;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid #bdd9ce;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 680;
}

.home-seven-seed {
  position: relative;
  width: min(100%, 310px);
  aspect-ratio: 0.82;
  justify-self: end;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #37cdb7, #257c68);
  border-radius: 65% 35% 62% 38% / 48% 55% 45% 52%;
  transform: rotate(8deg);
  box-shadow: 0 28px 50px rgba(37, 124, 104, 0.18);
}

.home-seven-seed span {
  font-size: 9rem;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-8deg);
}

.home-seven-checker {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 3rem), 900px);
  margin: -42px auto 0;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: #fffdf8;
  border: 1px solid #d8d0c1;
  border-radius: 20px;
  box-shadow: 0 22px 48px rgba(59, 47, 29, 0.12);
}

.home-seven-checker__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

.home-seven-checker__heading h2 {
  max-width: 480px;
  margin: 0;
  font-size: 1.55rem;
}

.home-seven-checker__heading > p,
.home-seven-checker > p:not(.eyebrow) {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.home-seven-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: end;
  gap: 0.75rem;
}

.home-seven-form-row .field-group {
  margin: 0;
}

.home-seven-form-row button {
  min-height: 50px;
}

.home-seven-explainer {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  padding: clamp(4.5rem, 8vw, 7rem) clamp(0.5rem, 4vw, 2rem) 1rem;
}

.home-seven-explainer h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
}

.home-seven-explainer__copy {
  padding-top: 1.7rem;
  border-top: 1px solid #cfc5b5;
}

.home-seven-explainer__copy p {
  color: #665f54;
  font-size: 0.94rem;
}

.home-eight {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.home-eight-frame {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.1fr) minmax(340px, 0.85fr);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.home-eight-rail {
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 0.9rem;
  color: var(--navy);
  background: #fff;
  border-right: 1px solid rgba(7, 31, 51, 0.14);
}

.home-eight-rail span,
.home-eight-rail strong {
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.home-eight-rail strong {
  color: #6d55c2;
  font-size: 2rem;
  line-height: 1;
}

.home-eight-message,
.home-eight-action {
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.home-eight-message {
  color: var(--navy);
  background: #62deca;
}

.home-eight-message .eyebrow {
  color: #195f50;
}

.home-eight-message h1 {
  max-width: 9ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3.6rem, 6vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.home-eight-message > p:not(.eyebrow) {
  max-width: 560px;
  color: #20564f;
  font-size: 0.92rem;
}

.home-eight-message__note {
  display: grid;
  gap: 0.25rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(7, 31, 51, 0.2);
}

.home-eight-message__note strong {
  font-size: 0.85rem;
}

.home-eight-message__note span {
  color: #347169;
  font-size: 0.7rem;
}

.home-eight-action {
  color: #fff;
  background: #6d55c2;
}

.home-eight-action__label {
  margin-bottom: 1rem;
  color: #ddd5ff;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-eight-action h2 {
  max-width: 11ch;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3rem);
}

.home-eight-action > p {
  margin-bottom: 1.5rem;
  color: #e0daf6;
  font-size: 0.82rem;
}

.home-eight-action label {
  color: #eeeaff;
}

.home-eight-action input[type="text"] {
  color: var(--navy);
  background: #fff;
  border: 0;
}

.home-eight-action form > button,
.home-eight-action .button {
  width: 100%;
  color: var(--navy);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.home-eight-action form > button:hover,
.home-eight-action .button:hover {
  color: var(--navy);
  background: #e9fffb;
  border-color: #e9fffb;
}

.home-eight-action .lookup-status {
  background: #36266f;
}

.home-eight-ticker {
  grid-column: 2 / 4;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  padding: 0.8rem 1.25rem;
  color: #d8e6ea;
  background: var(--navy);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.home-eight-ticker i {
  color: var(--cyan);
  font-style: normal;
}

.home-eight-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.home-eight-notes article {
  min-height: 230px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
}

.home-eight-notes article:last-child {
  border-right: 0;
}

.home-eight-notes article > span {
  color: #6d55c2;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-eight-notes h2 {
  margin: 4rem 0 0.55rem;
  font-size: 1.2rem;
}

.home-eight-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

@media (max-width: 760px) {
  .home-six-hero {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .home-six-copy {
    padding: 2.5rem 1.25rem;
  }

  .home-six-copy h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .home-six-accent {
    display: none;
  }

  .home-six-checker__heading,
  .home-seven-checker__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .home-six-checker__heading > p {
    max-width: none;
    text-align: left;
  }

  .home-six-form-row,
  .home-six-values,
  .home-seven-hero,
  .home-seven-form-row,
  .home-seven-explainer,
  .home-eight-notes {
    grid-template-columns: 1fr;
  }

  .home-six-form-row button,
  .home-seven-form-row button {
    width: 100%;
  }

  .home-six-values article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-six-values article:last-child {
    border-bottom: 0;
  }

  .home-six-values span {
    margin-bottom: 1.5rem;
  }

  .home-seven-hero {
    min-height: 0;
    padding: 2rem 1.25rem 5rem;
    border-radius: 24px;
  }

  .home-seven-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .home-seven-seed {
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 230px;
    opacity: 0.24;
  }

  .home-seven-checker {
    width: calc(100% - 1.25rem);
  }

  .home-seven-explainer {
    gap: 2rem;
  }

  .home-eight-frame {
    grid-template-columns: 44px minmax(0, 1fr);
    border-radius: 20px;
  }

  .home-eight-message,
  .home-eight-action {
    grid-column: 2;
    min-height: 0;
    padding: 2rem 1.25rem;
  }

  .home-eight-message h1 {
    font-size: clamp(3rem, 13vw, 4.3rem);
  }

  .home-eight-ticker {
    grid-column: 1 / 3;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 1rem;
  }

  .home-eight-notes article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-eight-notes article:last-child {
    border-bottom: 0;
  }

  .home-eight-notes h2 {
    margin-top: 1.75rem;
  }
}

.home-nine {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.home-nine-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  overflow: hidden;
  background: #62deca;
  border-radius: 28px;
}

.home-nine-copy,
.home-nine-action {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.home-nine-copy h1 {
  margin-bottom: 1.2rem;
  color: var(--navy);
  font-size: clamp(4rem, 9vw, 7.5rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.home-nine-copy > p:last-child {
  max-width: 480px;
  margin: 0;
  color: #194f49;
}

.home-nine-action {
  color: #fff;
  background: #6d55c2;
}

.home-nine-tag {
  margin-bottom: 1rem;
  color: #dcd4ff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-nine-action h2 {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
}

.home-nine-action label {
  color: #e8e3ff;
}

.home-nine-action input[type="text"] {
  color: var(--navy);
  background: #fff;
  border: 0;
}

.home-nine-action form > button,
.home-nine-action .button {
  width: 100%;
  color: var(--navy);
  background: #fff;
  border-color: #fff;
}

.home-nine-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
  border: 1px solid var(--line);
}

.home-nine-strip p {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
}

.home-nine-strip p:last-child {
  border-right: 0;
}

.home-nine-strip strong {
  color: var(--ink);
}

.home-nine-strip span {
  color: var(--muted);
  font-size: 0.72rem;
}

.home-ten {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.home-ten-local-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.home-ten-local-nav > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-ten-local-nav div,
.home-ten-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.home-ten-local-nav a,
.home-ten-text-link {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.home-ten-local-nav a:hover,
.home-ten-text-link:hover {
  color: var(--primary-dark);
}

.home-ten-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3rem, 7vw, 6.5rem) 0;
}

.home-ten-copy h1 {
  max-width: 11ch;
  margin-bottom: 1.2rem;
  font-size: clamp(3.2rem, 6.5vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.home-ten-lead {
  max-width: 580px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.home-ten-actions {
  margin-top: 1.6rem;
}

.home-ten-report {
  padding: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.home-ten-report__top,
.home-ten-fit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-ten-report__top > span:first-child {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  text-transform: uppercase;
}

.home-ten-report__sample {
  padding: 0.3rem 0.55rem;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
}

.home-ten-report__channel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.8rem 0;
}

.home-ten-avatar {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 850;
}

.home-ten-report__channel h2,
.home-ten-report__channel p {
  margin: 0;
}

.home-ten-report__channel h2 {
  font-size: 1.15rem;
}

.home-ten-report__channel p {
  color: var(--muted);
  font-size: 0.7rem;
}

.home-ten-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.home-ten-metrics p {
  flex: 1;
  display: grid;
  gap: 0.3rem;
  margin: 0;
  padding: 1rem;
  background: var(--surface-soft);
  border-radius: 10px;
}

.home-ten-metrics span,
.home-ten-fit span {
  color: var(--muted);
  font-size: 0.68rem;
}

.home-ten-metrics strong {
  font-size: 1.35rem;
}

.home-ten-fit {
  margin-top: 0.75rem;
  padding: 1rem;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-radius: 10px;
}

.home-ten-report__note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.home-ten-explainer {
  padding: clamp(2rem, 6vw, 4.5rem);
  color: #fff;
  background: var(--navy);
  border-radius: 24px;
}

.home-ten-explainer__intro,
.home-ten-explainer__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.home-ten-explainer__intro .eyebrow {
  color: var(--cyan);
}

.home-ten-explainer__intro h2 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.home-ten-explainer__body {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home-ten-explainer__body p {
  margin: 0;
  color: #c9d7dc;
  line-height: 1.7;
}

.home-ten-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 3rem 0 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  list-style: none;
}

.home-ten-journey li {
  display: grid;
  gap: 0.6rem;
  padding: 1.25rem;
  background: var(--navy);
}

.home-ten-journey span {
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 850;
}

.home-ten-journey p {
  margin: 0;
  color: #c9d7dc;
  font-size: 0.75rem;
  line-height: 1.55;
}

.home-ten-checker {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  margin: 1.25rem 0;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: var(--primary-soft);
  border-radius: 24px;
  scroll-margin-top: 1rem;
}

.home-ten-checker .eyebrow {
  color: var(--primary-dark);
}

.home-ten-checker h2 {
  margin: 0 0 0.7rem;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.home-ten-checker__copy > p:last-child {
  margin: 0;
  color: var(--muted);
}

.home-ten-form-row {
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: end;
  gap: 0.7rem;
}

.home-ten-form-row .field-group {
  margin: 0;
}

.home-ten-checker label {
  color: var(--ink);
}

.home-ten-form-row button {
  min-height: 50px;
}

.home-ten-connected {
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem;
  background: #fff;
  border-radius: 14px;
}

.home-ten-connected span {
  color: var(--muted);
  font-size: 0.72rem;
}

.home-ten-connected .button {
  justify-self: start;
  margin-top: 0.5rem;
}

.home-ten-why {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
}

.home-ten-why h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
}

.home-ten-why div p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 760px) {
  .home-nine-hero,
  .home-nine-strip,
  .home-ten-hero,
  .home-ten-checker,
  .home-ten-explainer__intro,
  .home-ten-explainer__body,
  .home-ten-journey,
  .home-ten-why {
    grid-template-columns: 1fr;
  }

  .home-nine-copy,
  .home-nine-action {
    min-height: 0;
    padding: 2.25rem 1.25rem;
  }

  .home-nine-copy h1 {
    font-size: clamp(3.6rem, 19vw, 5rem);
  }

  .home-nine-strip p {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-nine-strip p:last-child {
    border-bottom: 0;
  }

  .home-ten-hero {
    gap: 2rem;
    padding: 3rem 0;
  }

  .home-ten-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .home-ten-checker {
    align-items: stretch;
  }

  .home-ten-local-nav > span {
    display: none;
  }

  .home-ten-local-nav div {
    width: 100%;
    justify-content: space-between;
    gap: 0.6rem;
  }

  .home-ten-local-nav a {
    font-size: 0.7rem;
  }

  .home-ten-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-ten-explainer {
    border-radius: 18px;
  }

  .home-ten-form-row {
    grid-template-columns: 1fr;
  }

  .home-ten-form-row button {
    width: 100%;
  }
}

.connected-channel {
  display: grid;
  gap: 0.25rem;
  margin: 1.25rem 0;
  padding: 1rem;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.connected-channel .status {
  justify-self: start;
  margin-bottom: 0.4rem;
}

.connected-channel > span:last-child {
  color: var(--muted);
  font-size: 0.82rem;
}

.connected-channel-action {
  width: 100%;
}

.lookup-status {
  margin-top: 1rem;
  padding: 0.85rem 0.95rem;
  color: #dbe9ed;
  background: var(--navy);
  border: 1px solid rgba(39, 228, 235, 0.3);
  border-radius: var(--radius-sm);
}

.lookup-status[hidden] {
  display: none;
}

.lookup-status p {
  margin-bottom: 0.25rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.lookup-status small {
  color: #aebdc3;
}

.lookup-task {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.lookup-task::before {
  width: 0.8rem;
  height: 0.8rem;
  flex: 0 0 auto;
  content: "";
  border: 2px solid rgba(39, 228, 235, 0.3);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: lookup-spin 0.8s linear infinite;
}

@keyframes lookup-spin {
  to { transform: rotate(360deg); }
}

.page-shell {
  width: min(100%, 980px);
  margin-inline: auto;
}

.page-shell--narrow {
  width: min(100%, 720px);
}

.page-shell--dashboard {
  width: min(100%, 860px);
}

.page-intro {
  max-width: 720px;
  margin-bottom: 2rem;
}

.page-intro h1,
.page-heading h1 {
  margin-bottom: 0.7rem;
  font-size: clamp(2.25rem, 5vw, 3.6rem);
}

.page-intro > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 1.02rem;
}

.page-intro--center {
  margin-inline: auto;
  text-align: center;
}

.page-intro--center > p:last-child {
  margin-inline: auto;
}

.back-link,
.text-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.3rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 690;
  text-decoration: none;
}

.back-link:hover,
.text-link:hover {
  color: var(--primary-dark);
}

.confirmation-card {
  box-shadow: var(--shadow);
}

.channel-identity,
.channel-card__header,
.page-heading,
.actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.channel-identity {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.channel-identity h2,
.channel-card__header h2 {
  margin-bottom: 0.25rem;
}

.channel-identity .overline,
.channel-card__header .overline {
  margin-bottom: 0.25rem;
}

.channel-link {
  color: var(--primary);
  font-size: 0.87rem;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.thumbnail {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  object-fit: cover;
  background: var(--cyan-soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.thumbnail--placeholder {
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.6rem;
  font-weight: 850;
}

.stat-grid,
.channel-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-block: 1.25rem;
}

.stat-grid > div,
.channel-meta-grid > div {
  padding: 1rem;
  background: var(--surface-soft);
  border: 1px solid #e6ebed;
  border-radius: 12px;
}

.stat-grid span,
.channel-meta-grid span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 650;
}

.stat-grid strong {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.claim-details {
  margin-block: 1rem;
  border-block: 1px solid var(--line);
}

.claim-details summary {
  padding-block: 0.85rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.detail-list {
  display: grid;
  grid-template-columns: minmax(8rem, auto) minmax(0, 1fr);
  gap: 0.7rem 1.2rem;
  margin: 0 0 1rem;
}

.detail-list dt {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 680;
}

.detail-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.review-notice,
.status-notice {
  margin-block: 1.25rem;
  padding: 0.95rem 1rem;
  color: #105969;
  background: var(--cyan-soft);
  border: 1px solid #b7e8ec;
  border-left: 4px solid #24bdc7;
  border-radius: var(--radius-sm);
}

.review-notice > strong,
.review-notice__content > strong,
.status-notice > strong {
  display: block;
  margin-bottom: 0.18rem;
}

.review-notice p strong {
  display: inline;
  margin: 0;
}

.review-notice p,
.status-notice p {
  margin: 0;
  font-size: 0.86rem;
}

.review-notice--compact {
  text-align: center;
}

.review-notice--dashboard {
  color: var(--ink-soft);
  background: linear-gradient(135deg, var(--primary-soft), var(--cyan-soft));
  border-color: #b9e1d8;
  border-left-width: 1px;
}

.review-notice--dashboard p {
  color: var(--muted);
}

.review-notice--process {
  padding: 1rem 1.1rem;
}

.status-notice--success {
  color: var(--success);
  background: var(--primary-soft);
  border-color: #b7dfd4;
  border-left-color: var(--primary);
}

.status-notice--danger {
  color: var(--danger);
  background: #fff2f0;
  border-color: #f1c8c3;
  border-left-color: var(--danger);
}

.upgrade-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-block: 1.25rem;
  padding: 1rem 1.1rem;
  color: var(--ink-soft);
  background: linear-gradient(135deg, var(--primary-soft), var(--cyan-soft));
  border: 1px solid #b9e1d8;
  border-radius: var(--radius-sm);
}

.upgrade-notice strong {
  display: block;
  margin-bottom: 0.15rem;
}

.upgrade-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.upgrade-notice .overline {
  margin-bottom: 0.2rem;
}

.upgrade-notice .button {
  flex: 0 0 auto;
}

.upgrade-notice--compact {
  display: block;
  text-align: center;
}

.upgrade-status {
  display: inline-block;
  margin-bottom: 0.3rem;
  color: var(--primary-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.actions {
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.actions--end {
  justify-content: flex-end;
}

.actions--between {
  justify-content: space-between;
}

.actions .text-link {
  margin-bottom: 0;
}

.comparison-wrap {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.comparison-table thead th {
  color: #cfdae0;
  background: var(--navy);
  font-size: 0.67rem;
  font-weight: 730;
  letter-spacing: 0.025em;
}

.comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.comparison-table tbody tr:hover > * {
  background: #f3faf8;
}

.comparison-table .comparison-recommended > * {
  background: #ddf7f0;
  border-top: 2px solid #67cdb6;
  border-bottom: 2px solid #67cdb6;
}

.comparison-table .comparison-recommended > :first-child {
  border-left: 2px solid #67cdb6;
  box-shadow: inset 6px 0 0 var(--primary);
}

.comparison-table .comparison-recommended > :last-child {
  border-right: 2px solid #67cdb6;
}

.comparison-table .comparison-recommended .package-name {
  color: var(--primary-dark);
  font-size: 1.08rem;
}

.package-name {
  display: block;
  font-size: 0.98rem;
  font-weight: 820;
}

.recommendation-badge {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.18rem 0.45rem;
  color: var(--navy);
  background: var(--cyan);
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-table small {
  display: block;
  color: var(--muted);
  font-size: 0.67rem;
}

.price-cell {
  display: block;
}

.price-cell--on-request {
  min-height: 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.price-cell del {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration-thickness: 1.5px;
}

.price-values {
  display: flex;
  align-items: baseline;
  gap: 0.38rem;
  white-space: nowrap;
}

.price-cell--discounted strong {
  color: var(--primary-dark);
}

.fit-card-price .price-cell del {
  font-size: 0.76rem;
}

.package-price .price-cell {
  text-align: right;
}

.package-price .price-values {
  justify-content: flex-end;
}

.comparison-action {
  min-width: 124px;
}

.comparison-action .button,
.comparison-action button {
  width: 100%;
  min-height: 38px;
  padding: 0.45rem 0.6rem;
  font-size: 0.74rem;
}

.comparison-action .plan-choice--free {
  position: relative;
  padding-inline: 2.1rem;
}

.fit-unavailable-reason {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  color: var(--danger) !important;
  font-size: 0.62rem !important;
  line-height: 1.35;
  text-align: center;
}

.plan-choice__gift {
  position: absolute;
  top: 50%;
  left: 0.65rem;
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-50%);
}

.availability-label {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 720;
}

.pricing-note {
  max-width: 880px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.pricing-cta {
  max-width: 720px;
  margin: 2.25rem auto 0;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(145deg, var(--primary-soft), #edfafa);
  border: 1px solid #b7dfd4;
  border-radius: var(--radius);
}

.pricing-cta h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.55rem, 4vw, 2.1rem);
}

.pricing-cta > p:not(.eyebrow) {
  max-width: 570px;
  margin: 0 auto 1.25rem;
  color: var(--muted);
}

.plans-intro {
  margin-bottom: 2.25rem;
}

.channel-fit-card {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid #b7dacf;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(13, 67, 57, 0.11);
}

.fit-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--line);
}

.fit-card-header .eyebrow {
  margin-bottom: 0.3rem;
}

.fit-card-header h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.fit-card-source {
  flex: 0 0 auto;
  padding: 0.35rem 0.65rem;
  color: var(--muted);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}

.channel-fit-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 6rem minmax(0, 1fr);
  align-items: stretch;
  gap: 1rem;
  padding: 1.4rem;
}

.fit-comparison-item {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 1.05rem;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.fit-comparison-item--package {
  background: var(--primary-soft);
  border-color: #93c8ba;
}

.fit-comparison-item--channel {
  background: linear-gradient(145deg, #f6f9fa, #fff);
  border-color: #cbd9dd;
}

.fit-item-heading {
  display: grid;
  gap: 0.1rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.fit-item-heading--channel {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
}

.fit-item-heading--channel > div {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.fit-item-heading--channel .thumbnail {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
}

.fit-item-heading--channel .thumbnail--placeholder {
  font-size: 0.9rem;
}

.fit-comparison-item--package .fit-item-heading {
  border-bottom-color: #b7dfd4;
}

.fit-item-heading span,
.fit-metric span,
.fit-package-limits span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 720;
}

.fit-item-heading strong {
  color: var(--ink);
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.fit-comparison-item--package .fit-item-heading strong {
  color: var(--primary-dark);
  font-size: 1.25rem;
}

.fit-metric-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
}

.fit-comparison-item--channel .fit-metric-grid,
.fit-comparison-item--channel .fit-metric {
  height: 100%;
}

.fit-metric {
  display: grid;
  align-content: start;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.fit-comparison-item--channel .fit-metric {
  align-content: center;
  padding: 1rem;
}

.fit-metric__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.fit-metric__heading small {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.25rem 0.5rem;
  color: var(--muted);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 750;
}

.fit-metric span,
.fit-metric strong,
.fit-metric small,
.fit-package-limits span,
.fit-package-limits strong {
  display: block;
}

.fit-metric strong {
  margin-top: 0.12rem;
  font-size: 1.2rem;
  letter-spacing: -0.035em;
}

.fit-comparison-item--channel .fit-metric > strong {
  margin-top: 0.35rem;
  font-size: 1.55rem;
}

.fit-metric p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.4;
}

.fit-metric small {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.66rem;
}

.fit-package-limits {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.fit-package-limits > div {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #b7dfd4;
  border-radius: var(--radius-sm);
}

.fit-package-limits .fit-package-limits__bandwidth {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.15rem 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #b7dfd4;
  border-radius: 0;
}

.fit-package-limits__bandwidth span {
  line-height: 1.35;
}

.fit-package-limits__bandwidth strong {
  flex: 0 0 auto;
}

.fit-package-limits strong {
  margin-top: 0.05rem;
  color: var(--primary-dark);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.fit-bandwidth-form {
  margin-top: 0.75rem;
  padding: 0.85rem;
  background: var(--primary-soft);
  border: 1px solid #93c8ba;
  border-radius: var(--radius-sm);
}

.fit-bandwidth-form__heading {
  margin-bottom: 0.7rem;
}

.fit-bandwidth-form__heading strong,
.fit-bandwidth-form__heading small {
  display: block;
}

.fit-bandwidth-form__heading strong {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.fit-bandwidth-form__heading small {
  margin-top: 0.08rem;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.35;
}

.fit-bandwidth-form label {
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
}

.fit-bandwidth-form__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.4rem;
}

.fit-bandwidth-form__controls input,
.fit-bandwidth-form__controls button {
  min-height: 42px;
}

.fit-bandwidth-form__controls input {
  padding: 0.55rem 0.65rem;
}

.fit-bandwidth-form__controls button {
  padding: 0.5rem 0.75rem;
  font-size: 0.72rem;
  white-space: nowrap;
}

.fit-bandwidth-form .help {
  margin-bottom: 0;
  font-size: 0.65rem;
  line-height: 1.4;
}

.fit-bandwidth-unavailable {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.fit-comparison-link {
  position: relative;
  align-self: center;
  min-height: 3rem;
  display: grid;
  place-items: center;
}

.fit-comparison-link::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #a8d5ca;
}

.fit-comparison-link::after {
  position: absolute;
  right: 0;
  width: 0.42rem;
  height: 0.42rem;
  content: "";
  border-top: 1px solid #67aa9a;
  border-right: 1px solid #67aa9a;
  transform: rotate(45deg);
}

.fit-comparison-link span {
  position: relative;
  z-index: 1;
  padding: 0.25rem 0.55rem;
  color: var(--primary-dark);
  background: var(--surface);
  border: 1px solid #b7dfd4;
  border-radius: 999px;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.channel-fit-result {
  padding: 1.1rem 1.4rem;
  color: #dce9ed;
  background: linear-gradient(135deg, var(--navy), #0b4b53 68%, #126b65);
}

.channel-fit-result h2 {
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: -0.045em;
}

.channel-fit-result p {
  margin: 0;
  color: #c8d8dd;
  font-size: 0.8rem;
}

.fit-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.4rem;
  background: #fbfcfc;
  border-top: 1px solid var(--line);
}

.fit-card-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 0.05rem 0.35rem;
}

.fit-card-price > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 720;
}

.fit-card-price strong {
  color: var(--ink);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.fit-card-price small {
  color: var(--muted);
  font-size: 0.7rem;
}

.fit-card-action form {
  margin: 0;
}

.fit-card-action button {
  min-width: 210px;
}

.plans-catalog {
  margin-top: 3rem;
}

.plans-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1rem;
}

.plans-section-heading .eyebrow {
  margin-bottom: 0.3rem;
}

.plans-section-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.2rem);
}

.plans-section-heading > p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: right;
}

.plans-notes {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.plans-notes p {
  margin: 0;
}

.plans-notes p:last-child {
  color: var(--primary-dark);
  font-weight: 680;
  text-align: right;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.package-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.package-card--selected {
  max-width: 580px;
  margin-block: 1.5rem;
  border: 2px solid #83d3c1;
  box-shadow: var(--shadow);
}

.package-badge {
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: 0.25rem 0.55rem;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.package-card__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.package-price {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 820;
  letter-spacing: -0.045em;
}

.package-price small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0;
}

.package-limits {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-limits li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.7rem;
  border-bottom: 1px solid var(--line);
}

.package-limits li:first-child {
  border-top: 1px solid var(--line);
}

.package-limits span {
  color: var(--muted);
  font-size: 0.78rem;
}

.package-limits strong {
  font-size: 0.85rem;
  text-align: right;
}

.heading-arrow {
  color: var(--primary);
}

.page-heading {
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.page-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.account-chip {
  max-width: 300px;
  padding: 0.45rem 0.7rem;
  overflow: hidden;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-list {
  display: grid;
  gap: 1rem;
}

.channel-card {
  position: relative;
  overflow: hidden;
}

.channel-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--primary), var(--cyan), var(--violet));
}

.channel-card__header {
  align-items: flex-start;
  justify-content: space-between;
}

.channel-card__header h1,
.channel-card__header h2 {
  margin-bottom: 0.2rem;
}

.channel-card__header h2 a {
  color: var(--ink);
  text-decoration: none;
}

.channel-card__header h2 a:hover {
  color: var(--primary);
}

.channel-meta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.channel-meta-grid strong {
  font-size: 0.92rem;
}

.channel-meta-grid .package-selection-summary {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.22rem;
}

.channel-meta-grid .package-selection-summary > * {
  margin: 0;
}

.package-state {
  display: inline-block;
  margin-top: 0.18rem;
  color: var(--warning);
  font-size: 0.68rem;
  font-weight: 760;
}

.channel-meta-grid .package-state {
  display: block;
  margin-top: 0.12rem;
}

.status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  color: var(--warning);
  background: #fff8df;
  border: 1px solid #edd997;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.status::before {
  width: 0.42rem;
  height: 0.42rem;
  content: "";
  background: currentColor;
  border-radius: 50%;
}

.status--approved,
.status--seeding {
  color: var(--success);
  background: var(--primary-soft);
  border-color: #b7dfd4;
}

.status--seeding::before {
  box-shadow: 0 0 0 3px rgba(22, 115, 76, 0.13);
}

.status--rejected,
.status--failed {
  color: var(--danger);
  background: #fff2f0;
  border-color: #f1c8c3;
}

.status--paused {
  color: #59636d;
  background: #f1f3f4;
  border-color: #d9dee1;
}

.status--missing {
  color: #8b4d14;
  background: #fff6e9;
  border-color: #ebcfa8;
}

.seeding-preview {
  margin-top: 1.25rem;
  overflow: hidden;
}

.seeding-preview--loading > p:last-of-type {
  margin-bottom: 1rem;
  color: var(--muted);
}

.activity-loading-bar {
  height: 0.45rem;
  overflow: hidden;
  background: #dfe8e5;
  border-radius: 999px;
}

.activity-loading-bar span {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, var(--primary), #38a98e);
  border-radius: inherit;
  animation: activity-loading 1.2s ease-in-out infinite alternate;
}

@keyframes activity-loading {
  from { transform: translateX(-20%); }
  to { transform: translateX(160%); }
}

.seeding-preview__header,
.section-heading--compact,
.usage-card header,
.usage-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.seeding-preview__header {
  align-items: flex-start;
}

.seeding-preview__header .overline,
.section-heading--compact .overline {
  margin-bottom: 0.25rem;
}

.seeding-preview__header h2 {
  margin-bottom: 0.35rem;
}

.seeding-preview__header p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.preview-badge,
.example-label {
  display: inline-flex;
  align-items: center;
  color: #513f91;
  background: #f2efff;
  border: 1px solid #d7cff8;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.preview-badge {
  padding: 0.35rem 0.6rem;
}

.peer-summary {
  display: inline-flex;
  align-items: baseline;
  padding: 0.35rem 0.6rem;
  border: 1px solid;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 820;
  white-space: nowrap;
}

.peer-summary--none {
  color: var(--danger);
  background: #fff2f0;
  border-color: #f1c8c3;
}

.peer-summary--partial {
  color: #865b12;
  background: #fff7df;
  border-color: #efd496;
}

.peer-summary--healthy {
  color: var(--primary-strong);
  background: var(--primary-soft);
  border-color: #b9ddd4;
}

.activity-disclosure {
  margin-block: 1.25rem;
  padding: 0.9rem 1rem;
  color: var(--ink-soft);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-sm);
}

.activity-disclosure--error {
  border-left-color: var(--danger);
}

.activity-disclosure strong {
  display: block;
  margin-bottom: 0.18rem;
}

.activity-disclosure p {
  margin: 0;
  font-size: 0.85rem;
}

.preview-disclosure {
  margin-block: 1.25rem;
  padding: 1rem 1.1rem;
  color: #453679;
  background: #f8f6ff;
  border: 1px solid #d9d1f5;
  border-left: 4px solid var(--violet);
  border-radius: var(--radius-sm);
}

.preview-disclosure strong {
  display: block;
  margin-bottom: 0.2rem;
}

.preview-disclosure p {
  margin: 0;
  font-size: 0.85rem;
}

.usage-section,
.claims-section {
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.claims-section {
  margin-top: 1.5rem;
}

.section-heading--compact {
  align-items: flex-end;
  margin-bottom: 0.9rem;
}

.section-heading--compact h3 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}

.section-heading--compact > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 680;
  text-align: right;
}

.usage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.usage-card {
  padding: 1rem;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.usage-card header > span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 740;
}

.usage-card header small {
  color: #6552a4;
  font-size: 0.62rem;
  font-weight: 780;
  text-transform: uppercase;
}

.usage-values {
  align-items: baseline;
  margin-block: 0.65rem 0.55rem;
}

.usage-values strong {
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.usage-values span {
  color: var(--muted);
  font-size: 0.75rem;
}

.usage-meter,
.usage-meter-placeholder {
  width: 100%;
  height: 0.55rem;
  display: block;
  overflow: hidden;
  background: #dfe8e5;
  border: 0;
  border-radius: 999px;
}

.usage-meter {
  appearance: none;
  -webkit-appearance: none;
}

.usage-meter::-webkit-progress-bar {
  background: #dfe8e5;
  border-radius: 999px;
}

.usage-meter::-webkit-progress-value {
  background: linear-gradient(90deg, var(--primary), #38a98e);
  border-radius: 999px;
}

.usage-meter::-moz-progress-bar {
  background: linear-gradient(90deg, var(--primary), #38a98e);
  border-radius: 999px;
}

.usage-meter--bandwidth::-webkit-progress-value {
  background: linear-gradient(90deg, #218394, #27b8c2);
}

.usage-meter--bandwidth::-moz-progress-bar {
  background: linear-gradient(90deg, #218394, #27b8c2);
}

.usage-meter-placeholder {
  position: relative;
  background: repeating-linear-gradient(135deg, #e3e7e9 0 8px, #f2f4f5 8px 16px);
}

.usage-card > p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.claims-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 13px;
}

.claims-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.65rem;
}

.claims-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.claims-footer time {
  color: var(--ink-soft);
  font-weight: 680;
}

.claims-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.claims-table th,
.claims-table td {
  padding: 0.85rem 0.8rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.claims-table thead th {
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.claims-table tbody tr:last-child > * {
  border-bottom: 0;
}

.claims-table tbody th {
  min-width: 285px;
  font-weight: 400;
}

.claims-table tbody th strong,
.claims-table tbody th code,
.claims-table td small {
  display: block;
}

.claims-table tbody th strong {
  margin-block: 0.38rem 0.18rem;
  font-size: 0.82rem;
}

.claims-table tbody th code {
  width: fit-content;
  color: var(--muted);
  font-size: 0.67rem;
}

.claims-table tbody th small {
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 720;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.claims-table td strong {
  font-size: 0.8rem;
}

.claims-table td small {
  color: var(--muted);
  font-size: 0.65rem;
}

.claims-table .status {
  font-size: 0.64rem;
}

.example-label {
  width: fit-content;
  padding: 0.12rem 0.38rem;
}

.channel-detail-card h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.detail-section {
  margin-top: 1.7rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.detail-section h2 {
  margin-bottom: 1.1rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.empty-state,
.result-card {
  max-width: 650px;
  margin-inline: auto;
  text-align: center;
}

.empty-state__mark,
.result-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border: 1px solid #c6e5dd;
  border-radius: 17px;
  font-size: 1.35rem;
  font-weight: 850;
}

.result-card h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}

.result-card p {
  color: var(--muted);
}

.result-card .actions {
  justify-content: center;
}

.result-mark--success {
  color: var(--success);
  background: var(--primary-soft);
}

.result-code {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.studio-card {
  background: linear-gradient(145deg, #fff 60%, var(--cyan-soft));
}

.upgrade-request-card {
  box-shadow: var(--shadow);
}

.upgrade-request-card > .result-mark {
  margin-inline: 0;
}

.upgrade-request-card > h1 {
  font-size: clamp(2.15rem, 6vw, 3.4rem);
}

.upgrade-request-card > p:not(.eyebrow) {
  color: var(--muted);
}

.request-summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-block: 1.5rem;
  padding: 1rem;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.request-summary > div {
  min-width: 0;
}

.request-summary span:not(.request-arrow) {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.request-summary strong {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-arrow {
  color: var(--primary);
  font-size: 1.2rem;
}

.upgrade-timeline {
  display: grid;
  gap: 0;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.upgrade-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.8rem;
  min-height: 4.1rem;
  color: var(--muted);
}

.upgrade-timeline li:not(:last-child)::after {
  position: absolute;
  top: 2rem;
  bottom: 0;
  left: 0.94rem;
  width: 2px;
  content: "";
  background: var(--line);
}

.upgrade-timeline li > span {
  position: relative;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.upgrade-timeline li strong,
.upgrade-timeline li small {
  display: block;
}

.upgrade-timeline li strong {
  margin-top: 0.18rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.upgrade-timeline li small {
  margin-top: 0.12rem;
  color: var(--muted);
  font-size: 0.74rem;
}

.upgrade-timeline li.is-complete > span {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.upgrade-timeline li.is-complete:not(:last-child)::after {
  background: var(--primary);
}

.upgrade-timeline li.is-current > span {
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-color: var(--primary);
}

.auth-shell {
  width: min(100%, 500px);
  margin-inline: auto;
}

.auth-card {
  box-shadow: var(--shadow);
}

.auth-card h1 {
  font-size: clamp(2.2rem, 8vw, 3.2rem);
}

.auth-intro {
  margin-bottom: 1.5rem;
}

.auth-card form p {
  margin-bottom: 1rem;
}

.auth-foot {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.footer-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

.legal-page {
  width: min(100%, 820px);
  margin-inline: auto;
}

.legal-header {
  max-width: 720px;
  margin-bottom: 1.5rem;
}

.legal-header h1 {
  margin-bottom: 0.7rem;
}

.legal-updated {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.legal-intro {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.legal-summary {
  margin-bottom: 1.25rem;
  padding: 1.1rem 1.2rem;
  background: var(--primary-soft);
  border: 1px solid #b7dfd4;
  border-radius: var(--radius);
}

.legal-summary strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--primary-dark);
}

.legal-summary p {
  margin: 0;
}

.legal-content {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.legal-content section + section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.support-card {
  max-width: 680px;
  margin-inline: auto;
  box-shadow: var(--shadow);
}

.support-context {
  display: grid;
  gap: 0.15rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  background: var(--primary-soft);
  border: 1px solid #b7dfd4;
  border-radius: var(--radius-sm);
}

.support-context span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.support-card form > button {
  width: 100%;
}

.message {
  max-width: 820px;
  margin: 0 auto 1rem;
  padding: 0.85rem 1rem;
  color: var(--success);
  background: var(--primary-soft);
  border: 1px solid #b7dfd4;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
}

.message.error {
  color: var(--danger);
  background: #fff2f0;
  border-color: #f1c8c3;
}

.message.warning {
  color: #73510a;
  background: #fff8df;
  border-color: #ead799;
}

.site-footer {
  padding-block: 2rem;
  color: #aebbc1;
  background: var(--navy-deep);
  border-top: 1px solid rgba(39, 228, 235, 0.24);
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.footer-brand {
  flex: 0 0 auto;
  color: #f5f8f7;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.footer-inner p {
  margin: 0.25rem 0 0;
  font-size: 0.76rem;
}

.footer-message {
  max-width: none;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-copy {
    max-width: 660px;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .entry-card {
    width: min(100%, 600px);
  }

  .comparison-wrap {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td {
    display: block;
    width: 100%;
  }

  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .comparison-table tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 1rem;
  }

  .comparison-table tbody tr {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
  }

  .comparison-table th,
  .comparison-table td {
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) 1fr;
    gap: 0.75rem;
    padding: 0.68rem 0.9rem;
    text-align: right;
  }

  .comparison-table th::before,
  .comparison-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 670;
    text-align: left;
  }

  .comparison-table th[scope="row"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: var(--navy);
    text-align: left;
  }

  .comparison-table th[scope="row"]::before {
    content: none;
  }

  .comparison-table .comparison-recommended > * {
    background: var(--surface);
    border-inline: 2px solid #67cdb6;
  }

  .comparison-table .comparison-recommended > :first-child {
    background: var(--navy);
    border-top: 2px solid #67cdb6;
    box-shadow: inset 6px 0 0 var(--cyan);
  }

  .comparison-table .comparison-recommended > :last-child {
    border-bottom: 2px solid #67cdb6;
  }

  .comparison-action .button,
  .comparison-action button {
    justify-self: end;
    width: auto;
  }
}

@media (max-width: 760px) {
  .fit-card-header,
  .plans-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .fit-card-source {
    align-self: flex-start;
  }

  .channel-fit-comparison {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fit-comparison-link {
    min-height: 3.25rem;
  }

  .fit-comparison-link::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(#b7dfd4, #67bba8, #b7dfd4);
  }

  .fit-comparison-link::after {
    right: auto;
    bottom: 0.05rem;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .plans-section-heading {
    gap: 0.65rem;
  }

  .plans-section-heading > p {
    max-width: 600px;
    text-align: left;
  }

  .plans-notes {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }

  .plans-notes p:last-child {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-nav,
  .site-main,
  .footer-inner {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .site-nav {
    min-height: 60px;
  }

  .brand {
    font-size: 1.08rem;
  }

  .brand img {
    width: 8.55rem;
  }

  .nav-links {
    gap: 0;
  }

  .nav-links > a,
  .nav-button {
    min-height: 36px;
    padding-inline: 0.5rem;
    font-size: 0.8rem;
  }

  .nav-links .nav-login {
    margin-left: 0.1rem;
    padding-inline: 0.7rem;
  }

  .site-main {
    padding-block: 2.2rem 3rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .card {
    padding: 1.25rem;
    border-radius: 15px;
  }

  .entry-card h2 {
    max-width: none;
  }

  .fit-card-header,
  .channel-fit-comparison,
  .channel-fit-result,
  .fit-card-action {
    padding-inline: 1rem;
  }

  .fit-card-action {
    align-items: stretch;
    flex-direction: column;
  }

  .fit-card-action button {
    width: 100%;
    min-width: 0;
  }

  .fit-metric-grid,
  .fit-package-limits {
    grid-template-columns: 1fr;
  }

  .page-heading,
  .channel-card__header,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-heading {
    gap: 0.75rem;
  }

  .footer-message {
    text-align: left;
    white-space: normal;
  }

  .footer-end {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

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

  .seeding-preview__header,
  .section-heading--compact {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .section-heading--compact > span {
    text-align: left;
  }

  .claims-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

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

  .claims-table-wrap {
    overflow: visible;
    border: 0;
  }

  .claims-table,
  .claims-table tbody,
  .claims-table tr,
  .claims-table th,
  .claims-table td {
    display: block;
    width: 100%;
  }

  .claims-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .claims-table tbody {
    display: grid;
    gap: 0.75rem;
  }

  .claims-table tbody tr {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
  }

  .claims-table tbody th {
    min-width: 0;
    padding: 0.9rem;
    background: var(--surface-soft);
  }

  .claims-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0.9rem;
  }

  .claims-table tbody td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 720;
  }

  .claims-table tbody tr:last-child > *,
  .claims-table tbody tr > :last-child {
    border-bottom: 0;
  }

  .stat-grid,
  .channel-meta-grid,
  .comparison-table tbody {
    grid-template-columns: 1fr;
  }

  .channel-card__header .status {
    order: -1;
  }

  .channel-identity {
    align-items: flex-start;
  }

  .thumbnail {
    width: 58px;
    height: 58px;
    border-radius: 13px;
  }

  .detail-list {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .detail-list dd {
    margin-bottom: 0.65rem;
  }

  .actions,
  .actions--end,
  .actions--between {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .actions .button,
  .actions form,
  .actions form button {
    width: 100%;
  }

  .actions .text-link {
    justify-content: center;
    padding-block: 0.45rem;
  }

  .package-card__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

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

  .upgrade-notice .button {
    width: 100%;
  }
}

.home-eleven {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.home-eleven-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
  min-height: min(720px, calc(100vh - 150px));
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.home-eleven-hero h1 {
  max-width: 10ch;
  margin: 0 0 1.4rem;
  font-size: clamp(3.6rem, 7vw, 6.1rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.home-eleven-lead {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-eleven-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.home-eleven-explain-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.home-eleven-explain-link:hover {
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-color: var(--primary);
}

.home-eleven-price {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.home-eleven-report {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(4, 33, 50, 0.14);
}

.home-eleven-report__top,
.home-eleven-report__fit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-eleven-report__top > span:first-child {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-eleven-report__badge {
  padding: 0.3rem 0.55rem;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 850;
}

.home-eleven-report__channel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.8rem 0;
}

.home-eleven-report__channel > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.home-eleven-report__channel h2,
.home-eleven-report__channel p {
  margin: 0;
}

.home-eleven-report__channel h2 {
  font-size: 1.15rem;
}

.home-eleven-report__channel p {
  color: var(--muted);
  font-size: 0.7rem;
}

.home-eleven-report__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.home-eleven-report__metrics p {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 1rem;
  background: var(--surface-soft);
  border-radius: 10px;
}

.home-eleven-report__metrics span,
.home-eleven-report__fit span {
  color: var(--muted);
  font-size: 0.68rem;
}

.home-eleven-report__metrics strong {
  font-size: 1.4rem;
}

.home-eleven-report__fit {
  margin-top: 0.75rem;
  padding: 1rem;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-radius: 10px;
}

.home-eleven-report__note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.home-eleven-network {
  padding: clamp(2.5rem, 6vw, 5rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  scroll-margin-top: 1rem;
}

.home-eleven-network > header {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 0 2rem;
}

.home-eleven-network > header .eyebrow {
  grid-row: span 2;
}

.home-eleven-network h2 {
  max-width: 17ch;
  margin: 0 0 0.8rem;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.home-eleven-network > header > p:last-child {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
}

.home-eleven-network__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}

.home-eleven-network__flow article {
  min-height: 190px;
  padding: 1.25rem;
  background: var(--surface-soft);
  border-radius: 14px;
}

.home-eleven-network__flow article > span,
.home-eleven-why__reasons article > span {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 900;
}

.home-eleven-network__flow h3 {
  margin: 2.2rem 0 0.5rem;
  font-size: 1rem;
}

.home-eleven-network__flow p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.home-eleven-flow-arrow {
  color: var(--primary);
  font-size: 1.3rem;
}

.home-eleven-plain-note {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border-radius: 12px;
  font-size: 0.8rem;
  line-height: 1.55;
}

.home-eleven-why {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
}

.home-eleven-why__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
}

.home-eleven-why h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.home-eleven-why__intro > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-eleven-why__reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  border-block: 1px solid var(--line);
}

.home-eleven-why__reasons article {
  padding: 1.5rem;
  border-right: 1px solid var(--line);
}

.home-eleven-why__reasons article:last-child {
  border-right: 0;
}

.home-eleven-why__reasons h3 {
  margin: 1.8rem 0 0.5rem;
  font-size: 1rem;
}

.home-eleven-why__reasons p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.home-eleven-viewpoint {
  display: grid;
  grid-template-columns: 0.35fr 1fr 1fr;
  gap: 2rem;
  margin-top: 1.25rem;
  padding: 1.5rem;
  color: #fff;
  background: var(--navy);
  border-radius: 14px;
}

.home-eleven-viewpoint > p {
  margin: 0;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home-eleven-viewpoint blockquote {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 750;
  line-height: 1.35;
}

.home-eleven-viewpoint > span {
  color: #c9d7dc;
  font-size: 0.75rem;
  line-height: 1.6;
}

.home-eleven-checker {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(2.5rem, 6vw, 5rem);
  color: #fff;
  background: var(--primary);
  border-radius: 24px;
  scroll-margin-top: 1rem;
}

.home-eleven-checker .eyebrow {
  color: #dffaf3;
}

.home-eleven-checker h2 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.home-eleven-checker > div > p:last-child {
  color: #dffaf3;
  line-height: 1.65;
}

.home-eleven-checker form,
.home-eleven-connected {
  padding: 1.4rem;
  color: var(--ink);
  background: #fff;
  border-radius: 14px;
}

.home-eleven-checker form button {
  width: 100%;
}

.home-eleven-connected {
  display: grid;
  gap: 0.7rem;
}

.home-eleven-connected .status,
.home-eleven-connected .button {
  justify-self: start;
}

@media (max-width: 760px) {
  .home-eleven-hero,
  .home-eleven-network > header,
  .home-eleven-network__flow,
  .home-eleven-why__intro,
  .home-eleven-why__reasons,
  .home-eleven-viewpoint,
  .home-eleven-checker {
    grid-template-columns: 1fr;
  }

  .home-eleven-hero {
    min-height: 0;
    padding: 3rem 0;
  }

  .home-eleven-hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.5rem);
  }

  .home-eleven-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-eleven-network > header .eyebrow {
    grid-row: auto;
  }

  .home-eleven-network__flow article {
    min-height: 0;
  }

  .home-eleven-flow-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .home-eleven-why__reasons article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-eleven-why__reasons article:last-child {
    border-bottom: 0;
  }
}

.home-twelve-hero {
  min-height: 580px;
}

.home-twelve-hero__copy h1 {
  max-width: 8.5ch;
}

.home-twelve-checker {
  background: #fff;
}

.home-twelve-checker .eyebrow {
  color: var(--primary-dark);
}

.home-twelve-checker__note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.home-twelve-explainer {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(0.5rem, 4vw, 2.5rem);
}

.home-twelve-explainer h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.home-twelve-explainer__copy {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding-top: 1.9rem;
  border-top: 1px solid var(--line-strong);
}

.home-twelve-explainer__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-twelve-outcomes {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.home-twelve-outcomes article {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.home-twelve-outcomes span {
  color: var(--primary);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-twelve-outcomes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.home-page--thirteen .site-main {
  padding-top: clamp(2.5rem, 4.5vw, 4rem);
  padding-bottom: clamp(2rem, 3vw, 3rem);
}

.home-page--thirteen {
  overflow-x: hidden;
  overflow-x: clip;
}

.home-page--thirteen .hero {
  min-height: 520px;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  padding-block: 0.5rem 1.75rem;
}

.home-page--thirteen .hero-copy h1 {
  font-size: clamp(3rem, 5.4vw, 4.7rem);
}

.home-page--thirteen .entry-card {
  box-shadow: 0 24px 52px rgba(13, 33, 48, 0.1);
}

.home-thirteen-example {
  display: grid;
  grid-template-areas:
    "top top top"
    "channel metrics fit"
    "note note note"
    "claims claims claims";
  grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1.15fr) minmax(230px, 0.95fr);
  gap: 1rem 1.25rem;
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
  padding: 1.4rem 1.6rem;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(13, 33, 48, 0.07);
}

.home-thirteen-example .home-eleven-report__top {
  grid-area: top;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.home-thirteen-example .home-eleven-report__channel {
  grid-area: channel;
  margin: 0;
}

.home-thirteen-example .home-eleven-report__metrics {
  grid-area: metrics;
}

.home-thirteen-example .home-eleven-report__fit {
  grid-area: fit;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}

.home-thirteen-example .home-eleven-report__note {
  grid-area: note;
  margin: 0;
  padding-top: 0.15rem;
}

.home-thirteen-example__claims {
  grid-area: claims;
  margin-top: 0.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.home-thirteen-example__claims .section-heading--compact {
  display: flex;
  justify-content: space-between;
}

.home-page--thirteen .home-twelve-explainer {
  grid-template-areas:
    "heading heading"
    "copy outcomes";
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  gap: 1.25rem clamp(3rem, 7vw, 6rem);
  align-items: start;
  margin-top: clamp(1rem, 3vw, 2rem);
  padding: clamp(2.75rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem) clamp(1rem, 2vw, 1.75rem);
  border-top: 1px solid var(--line-strong);
}

.home-page--thirteen .home-twelve-explainer > header {
  grid-area: heading;
}

.home-page--thirteen .home-twelve-explainer > header .eyebrow {
  margin-bottom: 0;
}

.home-page--thirteen .home-twelve-explainer h2 {
  max-width: 14ch;
  font-size: clamp(2.15rem, 3.5vw, 3.15rem);
  line-height: 1.04;
}

.home-page--thirteen .home-twelve-explainer__copy {
  grid-area: copy;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 34rem;
  padding: 0;
  border-top: 0;
  border-left: 0;
}

.home-page--thirteen .home-twelve-explainer__copy p:first-child {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-page--thirteen .home-twelve-outcomes {
  grid-area: outcomes;
  grid-column: auto;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.home-page--thirteen .home-twelve-outcomes article {
  min-height: 0;
  position: relative;
  grid-template-columns: minmax(5.5rem, 0.3fr) minmax(0, 1fr);
  gap: 0.2rem 1.25rem;
  align-content: start;
  padding: 1.25rem 1.4rem 1.25rem 1.6rem;
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(13, 33, 48, 0.045);
  overflow: hidden;
}

.home-page--thirteen .home-twelve-outcomes article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--primary);
}

.home-page--thirteen .home-twelve-outcomes article > span {
  grid-row: 1 / 3;
  align-self: center;
}

.home-page--thirteen .home-twelve-outcomes article > strong,
.home-page--thirteen .home-twelve-outcomes article > p {
  grid-column: 2;
}

.home-page--thirteen .home-twelve-outcomes article:nth-child(2)::before {
  background: #20aeb5;
}

.home-page--thirteen .home-twelve-outcomes article:nth-child(3)::before {
  background: var(--violet);
}

.home-page--thirteen .home-twelve-outcomes strong {
  font-size: 1.02rem;
  line-height: 1.3;
}

.home-page--thirteen .home-twelve-outcomes p {
  font-size: 0.84rem;
  line-height: 1.6;
}

.home-thirteen-bottom-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(1rem, 2vw, 1.75rem);
  padding: clamp(2rem, 4vw, 3.5rem) 1rem clamp(1rem, 2vw, 1.75rem);
  border-top: 1px solid var(--line-strong);
}

.home-thirteen-bottom-action .button {
  min-width: 210px;
  box-shadow: 0 12px 28px rgba(37, 124, 104, 0.2);
}

@media (min-width: 641px) and (max-width: 900px) {
  .home-thirteen-example {
    grid-template-areas:
      "top top"
      "channel fit"
      "metrics metrics"
      "note note"
      "claims claims";
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .home-twelve-hero {
    min-height: 0;
  }

  .home-twelve-hero__copy h1 {
    max-width: none;
  }

  .home-twelve-explainer,
  .home-twelve-explainer__copy,
  .home-twelve-outcomes {
    grid-template-columns: 1fr;
  }

  .home-twelve-explainer {
    gap: 2rem;
    padding-block: 3.5rem;
  }

  .home-twelve-explainer h2 {
    max-width: none;
  }

  .home-twelve-outcomes {
    grid-column: auto;
  }

  .home-page--thirteen .site-main {
    padding-top: 2rem;
  }

  .home-page--thirteen .hero {
    gap: 2rem;
    padding-block: 0 1rem;
  }

  .home-thirteen-example {
    grid-template-areas:
      "top"
      "channel"
      "metrics"
      "fit"
      "note"
      "claims";
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 3.5rem;
    padding: 1.25rem;
  }

  .home-page--thirteen .home-twelve-explainer {
    grid-template-areas:
      "heading"
      "copy"
      "outcomes";
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 3.5rem;
    padding: 2.25rem 1.25rem 1.25rem;
  }

  .home-page--thirteen .home-twelve-explainer__copy {
    gap: 1rem;
    padding: 0;
    border-top: 0;
  }

  .home-page--thirteen .home-twelve-outcomes {
    gap: 0.65rem;
  }

  .home-page--thirteen .home-twelve-outcomes article {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding-left: 1.35rem;
  }

  .home-page--thirteen .home-twelve-outcomes article > span,
  .home-page--thirteen .home-twelve-outcomes article > strong,
  .home-page--thirteen .home-twelve-outcomes article > p {
    grid-row: auto;
    grid-column: auto;
  }

  .home-thirteen-bottom-action .button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .lookup-task::before {
    animation: none;
    border-color: var(--cyan);
  }
}
