:root {
  color: #171c19;
  background: #f7f8f7;
  font-family: Aptos, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --seo-bg: #f7f8f7;
  --seo-surface: #ffffff;
  --seo-muted-surface: #eef3f0;
  --seo-ink: #171c19;
  --seo-muted: #5f6d66;
  --seo-line: #ccd6d1;
  --seo-teal: #087b65;
  --seo-teal-dark: #075e4e;
  --seo-coral: #e94f64;
  --seo-yellow: #e9c64c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--seo-ink);
  background: var(--seo-bg);
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}

img {
  max-width: 100%;
}

a {
  color: var(--seo-teal-dark);
  font-weight: 750;
  text-underline-offset: 3px;
}

a:focus-visible {
  outline: 3px solid rgba(233, 198, 76, 0.9);
  outline-offset: 3px;
}

.seo-wrap {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.seo-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(204, 214, 209, 0.9);
  background: rgba(247, 248, 247, 0.96);
  backdrop-filter: blur(16px);
}

.seo-nav-inner {
  width: min(100% - 40px, 1180px);
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.seo-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--seo-ink);
  text-decoration: none;
}

.seo-brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.seo-brand span {
  display: grid;
  gap: 1px;
}

.seo-brand strong {
  font-size: 18px;
  line-height: 1;
}

.seo-brand small {
  color: var(--seo-muted);
  font-size: 10px;
}

.seo-nav nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.seo-nav nav a {
  color: #45514b;
  font-size: 13px;
  text-decoration: none;
}

.seo-nav-cta,
.seo-primary-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--seo-teal);
  color: #ffffff;
  padding: 0 16px;
  text-decoration: none;
}

.seo-nav-cta {
  justify-self: end;
  min-height: 40px;
  font-size: 13px;
  white-space: nowrap;
}

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

.seo-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--seo-line);
}

.seo-hero-image,
.seo-hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seo-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.seo-hero-wash {
  z-index: -1;
  background: rgba(247, 248, 247, 0.84);
}

.seo-hero-copy {
  padding: 76px 0 84px;
}

.seo-kicker {
  margin: 0 0 10px;
  color: var(--seo-coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 64px;
  line-height: 1.04;
}

.seo-hero-copy > p:not(.seo-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: #30443b;
  font-size: 19px;
  line-height: 1.65;
}

.seo-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.seo-primary-action {
  min-height: 50px;
  padding: 0 20px;
}

.seo-text-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.seo-hero-copy > small {
  display: block;
  margin-top: 18px;
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 700;
}

.seo-proof {
  border-bottom: 1px solid var(--seo-line);
  background: var(--seo-surface);
}

.seo-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-proof-grid > div {
  min-width: 0;
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 4px;
  border-right: 1px solid var(--seo-line);
  padding: 18px 24px;
}

.seo-proof-grid > div:first-child {
  border-left: 1px solid var(--seo-line);
}

.seo-proof-grid strong {
  font-size: 14px;
}

.seo-proof-grid span {
  color: var(--seo-muted);
  font-size: 12px;
  line-height: 1.4;
}

.seo-section {
  border-bottom: 1px solid var(--seo-line);
  padding: 88px 0;
}

.seo-section-muted {
  background: var(--seo-muted-surface);
}

.seo-section-intro {
  max-width: 760px;
}

.seo-section-intro h2,
.seo-final-cta h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.12;
}

.seo-section-intro > p:not(.seo-kicker),
.seo-final-cta p:not(.seo-kicker) {
  margin: 18px 0 0;
  color: var(--seo-muted);
  font-size: 17px;
  line-height: 1.65;
}

.seo-entity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  margin-top: 52px;
}

.seo-definition {
  border-left: 4px solid var(--seo-teal);
  padding: 4px 0 4px 24px;
}

.seo-definition h3 {
  margin: 0;
  font-size: 24px;
}

.seo-definition p {
  margin: 14px 0 0;
  color: #3c4e46;
  line-height: 1.7;
}

.seo-facts {
  margin: 0;
  border-top: 1px solid var(--seo-line);
}

.seo-facts div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--seo-line);
  padding: 13px 0;
}

.seo-facts dt {
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 800;
}

.seo-facts dd {
  margin: 0;
  color: var(--seo-ink);
  font-size: 13px;
  font-weight: 700;
}

.seo-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--seo-line);
  border-bottom: 1px solid var(--seo-line);
}

.seo-method-grid article {
  min-width: 0;
  border-right: 1px solid var(--seo-line);
  padding: 26px 24px 28px;
}

.seo-method-grid article:last-child {
  border-right: 0;
}

.seo-method-grid article > span,
.seo-standard-list article > span {
  color: var(--seo-coral);
  font-size: 11px;
  font-weight: 900;
}

.seo-method-grid h3,
.seo-standard-list h3,
.seo-faq-list h3 {
  margin: 10px 0 0;
  font-size: 18px;
}

.seo-method-grid p,
.seo-standard-list p,
.seo-faq-list p {
  margin: 10px 0 0;
  color: var(--seo-muted);
  font-size: 14px;
  line-height: 1.6;
}

.seo-script-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 72px;
}

.seo-script-layout .seo-text-action {
  margin-top: 22px;
}

.seo-script-demo {
  overflow: hidden;
  border: 1px solid #b9cbc3;
  border-radius: 8px;
  background: var(--seo-surface);
  box-shadow: 0 16px 38px rgba(23, 28, 25, 0.09);
}

.seo-script-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--seo-line);
  padding: 0 18px;
}

.seo-script-head span {
  color: var(--seo-teal);
  font-size: 10px;
  font-weight: 900;
}

.seo-script-head strong {
  color: var(--seo-muted);
  font-size: 11px;
}

.seo-script-line {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(160px, 0.65fr);
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--seo-line);
  padding: 19px 18px;
}

.seo-script-line:last-child {
  border-bottom: 0;
}

.seo-script-line.active {
  border-left: 4px solid var(--seo-coral);
  background: #fff4f5;
  padding-left: 14px;
}

.seo-script-line > span {
  color: var(--seo-muted);
  font-size: 10px;
  font-weight: 800;
}

.seo-script-line > strong {
  font-size: 17px;
}

.seo-script-line > p {
  margin: 0;
  color: #53635c;
  font-size: 12px;
  line-height: 1.45;
}

.seo-comparison {
  margin-top: 46px;
  overflow-x: auto;
  border: 1px solid var(--seo-line);
  border-radius: 8px;
  background: var(--seo-surface);
}

.seo-comparison table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.seo-comparison th,
.seo-comparison td {
  border-bottom: 1px solid #dce4e0;
  padding: 16px 18px;
  color: #405149;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.seo-comparison tr:last-child th,
.seo-comparison tr:last-child td {
  border-bottom: 0;
}

.seo-comparison thead th {
  background: var(--seo-muted-surface);
  color: var(--seo-ink);
  font-size: 12px;
}

.seo-comparison tbody th {
  width: 25%;
  color: var(--seo-ink);
}

.seo-comparison tbody td:last-child {
  color: var(--seo-teal-dark);
  font-weight: 750;
}

.seo-standards {
  background: #15251f;
  color: #ffffff;
}

.seo-standards .seo-section-intro h2 {
  color: #ffffff;
}

.seo-standards .seo-section-intro > p:not(.seo-kicker) {
  color: #b9c9c2;
}

.seo-standard-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid #455850;
}

.seo-standard-list article {
  border-right: 1px solid #455850;
  border-bottom: 1px solid #455850;
  padding: 26px 28px;
}

.seo-standard-list article:nth-child(2n) {
  border-right: 0;
}

.seo-standard-list h3 {
  color: #ffffff;
}

.seo-standard-list p {
  color: #b9c9c2;
}

.seo-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: 72px;
}

.seo-faq-layout > .seo-section-intro {
  position: sticky;
  top: 100px;
}

.seo-faq-list {
  border-top: 1px solid var(--seo-line);
}

.seo-faq-list article {
  border-bottom: 1px solid var(--seo-line);
  padding: 22px 0 24px;
}

.seo-faq-list h3 {
  margin-top: 0;
}

.seo-final-cta {
  border-bottom: 1px solid #395049;
  background: var(--seo-teal-dark);
  color: #ffffff;
  padding: 84px 0;
}

.seo-final-cta .seo-wrap {
  max-width: 820px;
  text-align: center;
}

.seo-final-cta .seo-kicker {
  color: #f0d572;
}

.seo-final-cta p:not(.seo-kicker) {
  color: #d4e2dc;
}

.seo-final-cta .seo-primary-action {
  margin-top: 26px;
  background: #ffffff;
  color: var(--seo-teal-dark);
}

.seo-footer {
  background: #101713;
  color: #c4d0ca;
  padding: 32px 0;
}

.seo-footer .seo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.seo-footer div > div {
  display: grid;
  gap: 5px;
}

.seo-footer strong {
  color: #ffffff;
  font-size: 17px;
}

.seo-footer span,
.seo-footer a {
  color: #a9bbb2;
  font-size: 11px;
}

.seo-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

@media (max-width: 900px) {
  .seo-nav-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .seo-nav nav {
    display: none;
  }

  .seo-hero {
    min-height: 570px;
  }

  .seo-hero h1 {
    font-size: 50px;
  }

  .seo-proof-grid,
  .seo-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-proof-grid > div:nth-child(3) {
    border-left: 1px solid var(--seo-line);
  }

  .seo-proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--seo-line);
  }

  .seo-method-grid article:nth-child(2) {
    border-right: 0;
  }

  .seo-method-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--seo-line);
  }

  .seo-entity-grid,
  .seo-script-layout,
  .seo-faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .seo-faq-layout > .seo-section-intro {
    position: static;
  }
}

@media (max-width: 600px) {
  .seo-wrap,
  .seo-nav-inner {
    width: min(100% - 28px, 1180px);
  }

  .seo-nav-inner {
    min-height: 62px;
  }

  .seo-brand small {
    display: none;
  }

  .seo-nav-cta {
    min-height: 38px;
    padding: 0 12px;
  }

  .seo-hero {
    min-height: 520px;
  }

  .seo-hero-image {
    object-position: 70% center;
  }

  .seo-hero-wash {
    background: rgba(247, 248, 247, 0.9);
  }

  .seo-hero-copy {
    padding: 52px 0 58px;
  }

  .seo-hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .seo-hero-copy > p:not(.seo-kicker) {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .seo-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    margin-top: 24px;
  }

  .seo-text-action {
    justify-content: center;
  }

  .seo-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-proof-grid > div {
    min-height: 88px;
    padding: 15px 12px;
  }

  .seo-section {
    padding: 64px 0;
  }

  .seo-section-intro h2,
  .seo-final-cta h2 {
    font-size: 32px;
  }

  .seo-section-intro > p:not(.seo-kicker),
  .seo-final-cta p:not(.seo-kicker) {
    font-size: 15px;
  }

  .seo-entity-grid {
    margin-top: 36px;
  }

  .seo-facts div {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .seo-method-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 48px;
  }

  .seo-method-grid article,
  .seo-method-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--seo-line);
    padding: 22px 4px;
  }

  .seo-method-grid article:last-child {
    border-bottom: 0;
  }

  .seo-script-line {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    padding: 16px;
  }

  .seo-script-line.active {
    padding-left: 12px;
  }

  .seo-comparison {
    overflow: visible;
    border: 0;
    background: transparent;
  }

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

  .seo-comparison thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .seo-comparison tbody {
    display: grid;
    gap: 12px;
  }

  .seo-comparison tr {
    overflow: hidden;
    border: 1px solid var(--seo-line);
    border-radius: 8px;
    background: var(--seo-surface);
  }

  .seo-comparison tbody th {
    border-bottom: 1px solid var(--seo-line);
    background: var(--seo-muted-surface);
  }

  .seo-comparison tbody td {
    border-bottom: 1px solid #e2e8e5;
  }

  .seo-comparison tbody td:last-child {
    border-bottom: 0;
  }

  .seo-comparison tbody td::before {
    display: block;
    margin-bottom: 4px;
    color: var(--seo-muted);
    font-size: 10px;
    font-weight: 800;
    content: "Watching alone";
  }

  .seo-comparison tbody td:last-child::before {
    content: "With GOLMOK";
  }

  .seo-standard-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-standard-list article,
  .seo-standard-list article:nth-child(2n) {
    border-right: 0;
    padding: 24px 0;
  }

  .seo-final-cta {
    padding: 68px 0;
  }

  .seo-footer .seo-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
