
body.seo-landing {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 4%, rgba(216, 158, 86, .20), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(134, 82, 45, .24), transparent 36%),
    linear-gradient(135deg, #100d0b 0%, #211913 48%, #070605 100%);
  color: #f7ead8;
}
.seo-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(10, 8, 7, .88), rgba(10, 8, 7, .48));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 190, 132, .12);
}
.seo-brand img {
  display: block;
  width: min(240px, 44vw);
  height: auto;
}
.seo-header-actions,
.seo-lang,
.seo-cta-row {
  display: flex;
  align-items: center;
}
.seo-header-actions {
  gap: 16px;
}
.seo-lang {
  padding: 4px;
  gap: 2px;
  border: 1px solid rgba(232, 190, 132, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}
.seo-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  border-radius: 999px;
  color: rgba(250, 235, 215, .78);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.seo-lang a.active {
  color: #2a1508;
  background: linear-gradient(135deg, #f2c27c, #c8883f);
  box-shadow: 0 8px 18px rgba(194, 121, 50, .24);
}
.seo-dashboard,
.seo-primary,
.seo-secondary {
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .02em;
}
.seo-dashboard {
  padding: 13px 22px;
  color: #fff4df;
  background: linear-gradient(135deg, rgba(160, 102, 56, .96), rgba(76, 45, 26, .96));
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}
.seo-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  padding: 124px clamp(18px, 5vw, 72px) 64px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.seo-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(220, 151, 72, .16), transparent 32%),
    linear-gradient(90deg, rgba(8, 6, 5, .94) 0%, rgba(8, 6, 5, .80) 48%, rgba(8, 6, 5, .56) 100%),
    linear-gradient(0deg, rgba(8, 6, 5, .96), rgba(8, 6, 5, .18) 58%, rgba(8, 6, 5, .58));
}
.seo-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
  width: min(1080px, 100%);
  margin: 0 auto;
}
.seo-hero-copy {
  max-width: 860px;
}
.seo-eyebrow,
.seo-section-kicker,
.seo-final p {
  color: #f0bd74;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 900;
}
.seo-hero h1 {
  max-width: 900px;
  margin: 14px 0 20px;
  font-family: Cinzel, serif;
  font-size: clamp(2.8rem, 6.2vw, 5.9rem);
  line-height: .92;
  letter-spacing: -.055em;
}
.seo-lead {
  max-width: 760px;
  color: rgba(255, 244, 226, .86);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.68;
}
.seo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 860px;
  margin-top: 22px;
}
.seo-keywords span,
.seo-system-cloud span {
  border: 1px solid rgba(240, 189, 116, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #ffe2af;
  font-size: .84rem;
  font-weight: 800;
  padding: 9px 12px;
}
.seo-cta-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.seo-primary,
.seo-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px 0 16px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.seo-primary::before,
.seo-secondary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
}
.seo-primary {
  color: #241206;
  border: 1px solid rgba(255, 218, 151, .78);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .38), transparent 26%),
    linear-gradient(135deg, #ffe0a0 0%, #df9748 52%, #9a5a2d 100%);
  box-shadow: 0 18px 38px rgba(203, 121, 52, .30), inset 0 1px 0 rgba(255, 255, 255, .42);
}
.seo-primary::before {
  box-shadow: inset 0 0 0 1px rgba(90, 43, 15, .16);
}
.seo-secondary {
  color: #f8e5c6;
  border: 1px solid rgba(240, 189, 116, .38);
  background:
    linear-gradient(135deg, rgba(255, 226, 175, .12), rgba(255, 255, 255, .045)),
    rgba(24, 16, 11, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 14px 34px rgba(0, 0, 0, .18);
}
.seo-secondary::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}
.seo-primary:hover,
.seo-secondary:hover,
.seo-primary:focus-visible,
.seo-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 226, 172, .82);
  box-shadow: 0 22px 46px rgba(203, 121, 52, .34), inset 0 1px 0 rgba(255, 255, 255, .36);
}
.seo-secondary:hover,
.seo-secondary:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 226, 175, .18), rgba(255, 255, 255, .07)),
    rgba(42, 27, 18, .72);
}
.seo-cta-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #130b06;
  background: linear-gradient(135deg, #f3c987, #b36e36);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), 0 8px 18px rgba(0, 0, 0, .18);
}
.seo-cta-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.seo-proof-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(240, 189, 116, .22);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(24, 16, 11, .86), rgba(12, 9, 7, .72));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
  backdrop-filter: blur(12px);
}
.seo-proof-grid::before {
  content: "Server snapshot";
  display: block;
  grid-column: 1 / -1;
  margin: 2px 4px 4px;
  color: #f0bd74;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .7rem;
  font-weight: 900;
}
.seo-proof,
.seo-story-card,
.seo-media-grid,
.seo-faq details,
.seo-final,
.seo-detail-grid article {
  border: 1px solid rgba(240, 189, 116, .16);
  background: rgba(18, 13, 10, .72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.seo-proof {
  min-height: 86px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 18px;
}
.seo-proof-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #2a1508;
  background: linear-gradient(135deg, #f2c27c, #a96935);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}
.seo-proof-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}
.seo-proof-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.seo-proof-copy strong {
  font-family: Cinzel, serif;
  color: #ffe2af;
  font-size: .98rem;
  font-weight: 800;
}
.seo-proof-copy small {
  color: rgba(255, 244, 226, .68);
  font-size: .76rem;
  line-height: 1.35;
}
.seo-section,
.seo-media-section,
.seo-final,
.seo-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}
.seo-section {
  padding: 88px 0 0;
}
.seo-section h2,
.seo-path h2,
.seo-final h2 {
  margin: 10px 0 24px;
  font-family: Cinzel, serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.04em;
}
.seo-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.seo-story-card {
  min-height: 330px;
  padding: 28px;
  border-radius: 28px;
}
.seo-story-card h3 {
  margin: 0 0 14px;
  font-family: Cinzel, serif;
  color: #ffe0aa;
  font-size: 1.34rem;
}
.seo-story-card p,
.seo-path li,
.seo-faq p,
.seo-final span,
.seo-footer,
.seo-detail-grid span {
  color: rgba(255, 244, 226, .76);
  line-height: 1.72;
}
.seo-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.seo-detail-grid article {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 22px;
}
.seo-detail-grid strong {
  color: #ffe2af;
  font-family: Cinzel, serif;
  font-size: 1.08rem;
}
.seo-copy-block {
  display: grid;
  gap: 16px;
  max-width: 980px;
  color: rgba(255, 244, 226, .80);
  font-size: 1.02rem;
  line-height: 1.78;
}
.seo-copy-block p {
  margin: 0;
}
.seo-depth h3 {
  margin: 34px 0 16px;
  color: #ffe2af;
  font-family: Cinzel, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}
.seo-depth-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.seo-depth-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(240, 189, 116, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 18%, rgba(240, 189, 116, .14), transparent 34%),
    rgba(18, 13, 10, .72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}
.seo-depth-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #2a1508;
  background: linear-gradient(135deg, #f2c27c, #a96935);
}
.seo-depth-card svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.seo-depth-card strong {
  color: #ffe2af;
  font-family: Cinzel, serif;
  font-size: 1.08rem;
}
.seo-depth-card p {
  margin: 0;
  color: rgba(255, 244, 226, .74);
  line-height: 1.65;
}
.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.seo-related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 86px;
  padding: 20px 22px;
  border: 1px solid rgba(240, 189, 116, .18);
  border-radius: 22px;
  color: #ffe2af;
  background: rgba(18, 13, 10, .72);
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}
.seo-related-card span {
  font-family: Cinzel, serif;
  font-weight: 800;
}
.seo-related-card b {
  color: #2a1508;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #f2c27c, #a96935);
  font-size: 1.45rem;
  line-height: 1;
}
.seo-media-section {
  padding-top: 76px;
}
.seo-media-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 30px;
  border-radius: 34px;
}
.seo-media-frame {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
}
.seo-media-frame img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  transform: scale(1.02);
}
.seo-path ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.seo-path li {
  position: relative;
  padding: 16px 16px 16px 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}
.seo-path li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 16px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #281305;
  background: #eeb96e;
  font-weight: 900;
}
.seo-system-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seo-faq details {
  padding: 20px 24px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.seo-faq summary {
  cursor: pointer;
  color: #ffe2af;
  font-weight: 900;
}
.seo-final {
  margin-top: 88px;
  padding: clamp(28px, 6vw, 68px);
  border-radius: 36px;
  background: radial-gradient(circle at 18% 20%, rgba(244, 188, 104, .18), transparent 32%), linear-gradient(135deg, rgba(59, 37, 22, .92), rgba(15, 10, 8, .94));
}
.seo-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 0 42px;
  font-size: .9rem;
}
.seo-footer a {
  color: #f0bd74;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 980px) {
  .seo-header {
    position: absolute;
    padding: 14px 18px;
  }
  .seo-header-actions {
    gap: 8px;
  }
  .seo-dashboard {
    padding: 10px 12px;
    font-size: .78rem;
  }
  .seo-hero {
    min-height: auto;
    padding-top: 112px;
  }
  .seo-hero-grid,
  .seo-proof-grid,
  .seo-media-grid,
  .seo-story-grid,
  .seo-detail-grid,
  .seo-depth-grid,
  .seo-related-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .seo-header {
    align-items: flex-start;
  }
  .seo-brand img {
    width: 150px;
  }
  .seo-lang a {
    min-width: 29px;
    height: 25px;
    font-size: .7rem;
  }
  .seo-dashboard {
    display: none;
  }
  .seo-hero {
    padding-bottom: 46px;
  }
  .seo-hero h1 {
    font-size: clamp(2.35rem, 15vw, 4rem);
  }
  .seo-media-grid {
    padding: 20px;
  }
  .seo-media-frame img {
    min-height: 230px;
  }
  .seo-footer {
    flex-direction: column;
  }
}
