:root {
  --webster-ink: #030305;
  --webster-ink-strong: #090b11;
  --webster-panel: rgba(8, 10, 16, 0.92);
  --webster-panel-soft: rgba(17, 20, 31, 0.82);
  --webster-line: rgba(255, 255, 255, 0.1);
  --webster-line-strong: rgba(255, 255, 255, 0.16);
  --webster-text: #f7f8fb;
  --webster-text-soft: rgba(247, 248, 251, 0.76);
  --webster-text-muted: rgba(247, 248, 251, 0.5);
  --webster-blue: #5e92ff;
  --webster-blue-strong: #1f4cff;
  --webster-blue-soft: #d7e8ff;
  --webster-glow: rgba(118, 164, 255, 0.5);
}

html,
body.webster-body {
  background: #000;
}

body.webster-body {
  color: var(--webster-text);
  background:
    linear-gradient(180deg, #061134 0%, #04103d 16%, #020513 34%, #000 48%, #000 100%);
}

body.webster-body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 14%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.08), transparent 24%);
  opacity: 0.44;
}

.webster-body .page-noise {
  opacity: 0.08;
}

.webster-body .reveal-section,
.webster-body .reveal-card {
  opacity: 1;
  transform: none;
}

.webster-header {
  color: rgba(255, 255, 255, 0.82);
}

.webster-header .header-inner {
  width: min(1120px, calc(100vw - 34px));
}

.webster-brand {
  font-size: 12px;
  letter-spacing: -0.02em;
}

.webster-nav {
  gap: 22px;
  color: rgba(255, 255, 255, 0.68);
}

.webster-nav a:hover,
.webster-footer-column a:hover,
.webster-footer-icons a:hover,
.webster-language:hover {
  color: rgba(255, 255, 255, 0.96);
}

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

.webster-nav-button,
.webster-hero-button,
.webster-cta-button {
  min-height: 31px;
  padding: 0 14px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #08090d;
  font-size: 11px;
  font-weight: 600;
}

.webster-nav-button:hover,
.webster-hero-button:hover,
.webster-cta-button:hover {
  background: #fff;
}

.webster-page {
  width: min(1120px, calc(100vw - 34px));
  margin: 0 auto;
}

.webster-hero,
.webster-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.webster-hero {
  position: relative;
  overflow: clip;
  padding: 108px 0 62px;
  background:
    radial-gradient(circle at 24% 10%, rgba(255, 255, 255, 0.34), transparent 22%),
    radial-gradient(circle at 76% 12%, rgba(136, 170, 255, 0.42), transparent 24%),
    radial-gradient(circle at 28% 58%, rgba(81, 134, 255, 0.48), transparent 34%),
    linear-gradient(180deg, rgba(123, 175, 255, 0.22) 0%, rgba(32, 79, 205, 0.22) 28%, rgba(0, 0, 0, 0) 100%);
}

.webster-hero::before,
.webster-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.webster-hero::before {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.16), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.18), transparent 26%);
  filter: blur(18px);
  opacity: 0.92;
}

.webster-hero::after {
  background:
    linear-gradient(114deg, transparent 0 38%, rgba(255, 255, 255, 0.14) 42%, transparent 46% 100%),
    linear-gradient(68deg, transparent 0 52%, rgba(255, 255, 255, 0.08) 56%, transparent 60% 100%);
  opacity: 0.64;
}

.webster-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 34px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 34px;
}

.webster-hero-copy {
  width: min(620px, calc(100vw - 48px));
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.webster-product-icon {
  width: 68px;
  height: 68px;
  border-radius: 21px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(5, 12, 30, 0.34);
}

.webster-product-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.96);
}

.webster-hero-copy h1,
.webster-proof-head h2,
.webster-heading h2,
.webster-feature-copy h3,
.webster-capabilities h2,
.webster-cta-shell h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.webster-hero-copy h1 {
  font-size: clamp(42px, 7vw, 58px);
  line-height: 0.96;
  color: rgba(255, 255, 255, 0.98);
}

.webster-hero-copy p,
.webster-proof-item p,
.webster-heading p,
.webster-feature-copy p,
.webster-footer-column a,
.webster-footer-bottom p,
.webster-language {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.012em;
}

.webster-hero-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
}

.webster-stage {
  width: min(968px, calc(100vw - 38px));
  border-radius: 12px;
  padding: 1px;
  background:
    linear-gradient(180deg, rgba(238, 247, 255, 0.92), rgba(163, 201, 255, 0.7));
  box-shadow:
    0 42px 100px rgba(2, 9, 28, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  transform:
    perspective(1800px)
    rotateX(var(--webster-stage-rx, 0deg))
    rotateY(var(--webster-stage-ry, 0deg))
    translate3d(var(--webster-stage-x, 0px), var(--webster-stage-y, 0px), 0);
  transition: transform 180ms ease-out;
}

.webster-stage-shell {
  min-height: 416px;
  border-radius: 11px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(4, 7, 12, 0.96), rgba(7, 8, 13, 0.98));
}

.webster-stage-bar {
  min-height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.webster-stage-dots {
  display: inline-flex;
  gap: 7px;
}

.webster-stage-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.webster-stage-dots span:nth-child(1) {
  background: #ff6057;
}

.webster-stage-dots span:nth-child(2) {
  background: #ffbd2e;
}

.webster-stage-dots span:nth-child(3) {
  background: #28c840;
}

.webster-stage-chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: -0.01em;
}

.webster-stage-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  min-height: 374px;
}

.webster-editor-pane {
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.webster-code-panel {
  min-height: 178px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 11px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(8, 9, 14, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.webster-code-line {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.webster-code-line--mid {
  width: 82%;
}

.webster-code-line--short {
  width: 58%;
}

.webster-code-line--accent {
  width: 74%;
  background: linear-gradient(90deg, rgba(116, 228, 255, 0.88), rgba(85, 134, 255, 0.82));
}

.webster-composer {
  padding: 14px;
  display: grid;
  gap: 12px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    rgba(19, 21, 30, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.webster-composer-head,
.webster-composer-status,
.webster-command-line,
.webster-comment-card p,
.webster-qa-row span,
.webster-capability-row span,
.webster-proof-item h3 {
  letter-spacing: -0.015em;
}

.webster-composer-head {
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  line-height: 1.5;
}

.webster-composer-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.webster-composer-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.webster-status-dot {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #41f5c2;
  box-shadow: 0 0 0 5px rgba(65, 245, 194, 0.12);
}

.webster-composer-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.webster-composer-metrics span,
.webster-action-pill {
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  white-space: nowrap;
}

.webster-command-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.webster-command-label {
  color: rgba(255, 255, 255, 0.92);
}

.webster-preview-pane {
  padding: 18px 18px 18px 0;
  display: flex;
  align-items: stretch;
}

.webster-preview-window {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fbff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.webster-preview-header {
  height: 34px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(7, 16, 30, 0.08);
}

.webster-preview-header span {
  height: 8px;
  border-radius: 999px;
  background: rgba(7, 16, 30, 0.12);
}

.webster-preview-header span:first-child {
  width: 52px;
}

.webster-preview-header span:last-child {
  width: 28px;
}

.webster-preview-canvas {
  height: calc(100% - 34px);
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.webster-preview-navbar,
.webster-preview-hero-block,
.webster-preview-copy-lines span,
.webster-preview-grid span,
.webster-scene-editor span,
.webster-scene-preview-top,
.webster-scene-preview-sheet,
.webster-qa-row,
.webster-capability-row {
  border-radius: 12px;
}

.webster-preview-navbar {
  height: 12px;
  background: rgba(14, 26, 52, 0.08);
}

.webster-preview-hero-block {
  min-height: 86px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(135deg, #d9e8ff 0%, #86aeff 62%, #4471ea 100%);
}

.webster-preview-copy-lines {
  display: grid;
  gap: 8px;
}

.webster-preview-copy-lines span {
  height: 8px;
  background: rgba(14, 26, 52, 0.08);
}

.webster-preview-copy-lines span:nth-child(2) {
  width: 80%;
}

.webster-preview-copy-lines span:nth-child(3) {
  width: 62%;
}

.webster-preview-grid {
  display: grid;
  gap: 10px;
}

.webster-preview-grid span {
  height: 42px;
  background: rgba(14, 26, 52, 0.06);
}

.webster-proof,
.webster-heading,
.webster-capabilities {
  padding: var(--section-copy-clearance) 0 0;
}

.webster-section-head {
  width: min(860px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
  text-align: center;
}

.webster-section-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.98);
}

.webster-section-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.52;
  letter-spacing: -0.012em;
}

.webster-proof-head,
.webster-heading,
.webster-capabilities {
  text-align: center;
}

.webster-proof-head h2,
.webster-heading h2,
.webster-capabilities h2,
.webster-cta-shell h2 {
  font-size: clamp(30px, 4.2vw, 40px);
  line-height: 1.04;
}

.webster-proof-head h2 {
  font-size: clamp(22px, 2.4vw, 28px);
}

.webster-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 30px;
}

.webster-proof-item {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.webster-proof-item h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.94);
}

.webster-proof-item p,
.webster-heading p,
.webster-feature-copy p {
  color: var(--webster-text-soft);
}

.webster-heading {
  width: min(720px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.webster-features {
  display: grid;
  gap: 76px;
  padding-top: 48px;
}

.webster-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  align-items: center;
  gap: clamp(26px, 5vw, 56px);
}

.webster-feature--reverse {
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 0.36fr);
}

.webster-feature--reverse .webster-feature-copy {
  order: 2;
}

.webster-feature--reverse .webster-feature-media {
  order: 1;
}

.webster-feature-copy {
  display: grid;
  gap: 14px;
}

.webster-feature-copy h3 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.02;
  color: rgba(255, 255, 255, 0.98);
}

.webster-feature-media {
  overflow: hidden;
  border-radius: 2px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.78), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(163, 201, 255, 0.72), transparent 22%),
    radial-gradient(circle at 34% 82%, rgba(83, 154, 255, 0.5), transparent 28%),
    linear-gradient(135deg, #dfeaff 0%, #96c1ff 55%, #6ea4ff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 28px 76px rgba(8, 13, 34, 0.28);
}

.webster-scene {
  min-height: clamp(260px, 31vw, 340px);
  position: relative;
  display: grid;
  place-items: center;
  padding: 24px;
}

.webster-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.18) 38%, transparent 44% 100%),
    linear-gradient(66deg, transparent 0 55%, rgba(255, 255, 255, 0.12) 58%, transparent 64% 100%);
  opacity: 0.62;
}

.webster-scene-editor,
.webster-scene-preview,
.webster-comment-card,
.webster-qa-card {
  position: relative;
  z-index: 1;
}

.webster-scene--workspace {
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
}

.webster-scene-editor {
  width: min(100%, 380px);
  min-height: 180px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 10px;
  border-radius: 18px;
  background: rgba(10, 13, 21, 0.94);
  box-shadow:
    0 20px 44px rgba(8, 12, 30, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.webster-scene-editor span {
  height: 9px;
  background: rgba(255, 255, 255, 0.12);
}

.webster-scene-editor span:nth-child(1) {
  width: 68%;
  background: linear-gradient(90deg, rgba(96, 214, 255, 0.88), rgba(89, 123, 255, 0.82));
}

.webster-scene-editor span:nth-child(3) {
  width: 86%;
}

.webster-scene-editor span:nth-child(4) {
  width: 56%;
}

.webster-scene-preview {
  width: min(100%, 180px);
  min-height: 214px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(9, 15, 32, 0.22);
}

.webster-scene-preview-top {
  height: 10px;
  background: rgba(12, 24, 51, 0.08);
}

.webster-scene-preview-sheet {
  height: 86px;
  background: rgba(12, 24, 51, 0.08);
}

.webster-scene-preview-sheet--small {
  height: 56px;
}

.webster-scene--collaboration {
  display: grid;
  align-content: center;
  gap: 12px;
}

.webster-comment-card {
  width: min(100%, 270px);
  padding: 16px 18px;
  display: grid;
  gap: 10px;
  border-radius: 18px;
  background: rgba(18, 20, 28, 0.92);
  box-shadow:
    0 20px 44px rgba(6, 9, 24, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.webster-comment-card strong {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
}

.webster-comment-card p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.webster-comment-card span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.webster-comment-card--secondary {
  margin-left: 28px;
}

.webster-scene--actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.webster-action-pill {
  position: relative;
  z-index: 1;
  background: rgba(18, 20, 29, 0.88);
}

.webster-scene--qa {
  display: grid;
  place-items: center;
}

.webster-qa-card {
  width: min(100%, 346px);
  padding: 16px;
  display: grid;
  gap: 8px;
  border-radius: 18px;
  background: rgba(17, 19, 28, 0.94);
  box-shadow:
    0 20px 44px rgba(6, 9, 24, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.webster-qa-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
}

.webster-qa-row span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.42;
}

.webster-qa-row strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.webster-qa-row--accent strong {
  color: #ffd761;
}

.webster-capability-table {
  width: min(560px, 100%);
  margin: 26px auto 0;
}

.webster-capability-row {
  min-height: 42px;
  padding: 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.webster-capability-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.webster-capability-row span {
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.webster-capability-row span:last-child {
  color: rgba(255, 255, 255, 0.96);
}

.webster-service-rail,
.webster-projects,
.webster-support {
  padding-top: 96px;
}

.webster-section-head--split {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  text-align: left;
  gap: 20px 32px;
}

.webster-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.webster-inline-link {
  align-self: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.webster-inline-link:hover {
  color: rgba(255, 255, 255, 0.98);
}

.webster-service-grid,
.webster-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding-top: 42px;
}

.webster-service-card,
.webster-plan-pill,
.webster-project-card,
.webster-support-card {
  border-radius: 18px;
  background: rgba(20, 18, 24, 0.84);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 26px 48px rgba(0, 0, 0, 0.18);
}

.webster-service-card {
  padding: 30px;
  display: grid;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%),
    rgba(20, 18, 24, 0.84);
}

.webster-service-card-top,
.webster-support-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.webster-service-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.webster-service-card-top strong,
.webster-support-head strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.webster-service-card h3,
.webster-project-copy h3,
.webster-support-copy h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: -0.04em;
}

.webster-service-card h3 {
  font-size: clamp(24px, 3.1vw, 32px);
  line-height: 1.04;
}

.webster-service-card p,
.webster-project-copy p,
.webster-support-copy p,
.webster-support-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: -0.012em;
}

.webster-service-list,
.webster-support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.webster-service-list li,
.webster-support-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.webster-service-list li::before,
.webster-support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(149, 188, 255, 0.98);
  box-shadow: 0 0 14px rgba(106, 164, 255, 0.42);
}

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

.webster-plan-pill {
  min-height: 96px;
  padding: 22px;
  display: grid;
  align-content: space-between;
  gap: 12px;
}

.webster-plan-pill span,
.webster-support-head span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.webster-plan-pill strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.webster-project-card {
  padding: 10px;
  display: grid;
  gap: 14px;
}

.webster-project-visual {
  position: relative;
  overflow: hidden;
  min-height: 312px;
  border-radius: 12px;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.74), transparent 22%),
    radial-gradient(circle at 80% 16%, rgba(184, 206, 255, 0.74), transparent 22%),
    linear-gradient(135deg, #8aaeff 0%, #365ecb 60%, #21336d 100%);
}

.webster-project-visual::before,
.webster-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 32%, rgba(255, 255, 255, 0.16) 38%, transparent 45% 100%),
    linear-gradient(70deg, transparent 0 52%, rgba(255, 255, 255, 0.08) 56%, transparent 63% 100%);
  opacity: 0.72;
}

.webster-project-visual--performance {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.78), transparent 22%),
    radial-gradient(circle at 80% 12%, rgba(223, 240, 255, 0.72), transparent 24%),
    linear-gradient(140deg, #7cbaff 0%, #2659c7 50%, #132145 100%);
}

.webster-project-visual--edval {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.72), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(209, 221, 255, 0.72), transparent 24%),
    linear-gradient(140deg, #917dff 0%, #5f4dc9 54%, #1a2350 100%);
}

.webster-project-visual--ascot {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.68), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(211, 235, 255, 0.72), transparent 24%),
    linear-gradient(140deg, #7fc9ff 0%, #2f7ec7 54%, #103653 100%);
}

.webster-project-visual--minimum {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.76), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(255, 235, 189, 0.7), transparent 24%),
    linear-gradient(140deg, #f1c87d 0%, #7d5a2b 52%, #1f160d 100%);
}

.webster-project-screenshot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.02);
}

.webster-project-screenshot--performance {
  transform: scale(1);
}

.webster-project-screenshot--edval {
  transform: scale(1);
}

.webster-project-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 2;
  min-height: 160px;
  padding: 16px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.18), rgba(7, 10, 16, 0.82) 42%, rgba(7, 10, 16, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 18px 38px rgba(8, 10, 20, 0.28);
  backdrop-filter: blur(16px);
}

.webster-project-overlay--light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.98)),
    linear-gradient(180deg, rgba(17, 19, 26, 0.02), rgba(17, 19, 26, 0.04));
  box-shadow:
    inset 0 0 0 1px rgba(17, 19, 26, 0.1),
    0 18px 38px rgba(8, 10, 20, 0.16);
}

.webster-project-browser {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 18px;
  display: grid;
  gap: 24px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(7, 10, 16, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 18px 38px rgba(8, 10, 20, 0.28);
  backdrop-filter: blur(16px);
}

.webster-project-browser-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.webster-project-browser-top--light .webster-project-dots span {
  background: rgba(17, 19, 26, 0.16);
}

.webster-project-dots {
  display: inline-flex;
  gap: 7px;
}

.webster-project-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.webster-project-dots span:nth-child(1) {
  background: #ff6057;
}

.webster-project-dots span:nth-child(2) {
  background: #ffbd2e;
}

.webster-project-dots span:nth-child(3) {
  background: #28c840;
}

.webster-project-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.webster-project-chip--light {
  background: rgba(17, 19, 26, 0.06);
  color: rgba(17, 19, 26, 0.78);
}

.webster-project-browser-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.webster-project-browser-copy span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.webster-project-browser-copy h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.webster-project-browser-copy p {
  margin: 0;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.54;
}

.webster-project-browser-copy--light span {
  color: rgba(17, 19, 26, 0.48);
}

.webster-project-browser-copy--light h3 {
  color: rgba(17, 19, 26, 0.96);
}

.webster-project-browser-copy--light p {
  color: rgba(17, 19, 26, 0.72);
}

.webster-project-browser-metrics {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.webster-project-browser-metrics span {
  min-height: 56px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.webster-project-copy {
  padding: 0 8px 10px;
  display: grid;
  gap: 14px;
}

.webster-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.webster-project-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.webster-project-copy h3 {
  font-size: 20px;
  line-height: 1.1;
}

.webster-portfolio-button {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111216;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.012em;
  transition: transform 180ms ease, background 180ms ease;
}

.webster-portfolio-button:hover {
  transform: translateY(-1px);
  background: #fff;
}

.webster-support-shell {
  padding: 34px;
  display: grid;
  gap: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(126, 174, 255, 0.28), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(23, 28, 46, 0.96), rgba(12, 14, 22, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 30px 72px rgba(2, 9, 28, 0.26);
}

.webster-support-copy {
  width: min(700px, 100%);
  display: grid;
  gap: 14px;
}

.webster-support-copy h2 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.02;
}

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

.webster-support-card {
  padding: 24px;
  display: grid;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 20%),
    rgba(8, 10, 16, 0.56);
  backdrop-filter: blur(12px);
}

html[data-theme="light"] .webster-section-kicker {
  border-color: rgba(17, 24, 39, 0.1);
  background: rgba(17, 24, 39, 0.04);
  color: rgba(17, 19, 26, 0.66);
}

html[data-theme="light"] .webster-inline-link {
  color: rgba(17, 19, 26, 0.8);
}

html[data-theme="light"] .webster-inline-link:hover {
  color: rgba(17, 19, 26, 0.98);
}

html[data-theme="light"] .webster-service-card,
html[data-theme="light"] .webster-plan-pill,
html[data-theme="light"] .webster-project-card,
html[data-theme="light"] .webster-support-card {
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(17, 24, 39, 0.06),
    0 20px 42px rgba(37, 58, 94, 0.08);
}

html[data-theme="light"] .webster-service-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.82));
}

html[data-theme="light"] .webster-service-badge {
  background: rgba(17, 19, 26, 0.05);
  color: rgba(17, 19, 26, 0.88);
}

html[data-theme="light"] .webster-service-card-top strong,
html[data-theme="light"] .webster-service-card h3,
html[data-theme="light"] .webster-plan-pill strong,
html[data-theme="light"] .webster-project-copy h3,
html[data-theme="light"] .webster-support-copy h2,
html[data-theme="light"] .webster-support-head strong {
  color: rgba(17, 19, 26, 0.96);
}

html[data-theme="light"] .webster-service-card p,
html[data-theme="light"] .webster-project-copy p,
html[data-theme="light"] .webster-support-copy p,
html[data-theme="light"] .webster-support-card p,
html[data-theme="light"] .webster-plan-pill span,
html[data-theme="light"] .webster-support-head span {
  color: rgba(17, 19, 26, 0.7);
}

html[data-theme="light"] .webster-service-list li,
html[data-theme="light"] .webster-support-list li {
  color: rgba(17, 19, 26, 0.76);
}

html[data-theme="light"] .webster-project-browser {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.18)),
    rgba(239, 244, 255, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    0 18px 38px rgba(37, 58, 94, 0.12);
}

html[data-theme="light"] .webster-project-chip,
html[data-theme="light"] .webster-project-meta span {
  background: rgba(17, 19, 26, 0.06);
  color: rgba(17, 19, 26, 0.78);
}

html[data-theme="light"] .webster-project-browser-copy span {
  color: rgba(17, 19, 26, 0.5);
}

html[data-theme="light"] .webster-project-browser-copy h3 {
  color: rgba(17, 19, 26, 0.96);
}

html[data-theme="light"] .webster-project-browser-copy p {
  color: rgba(17, 19, 26, 0.72);
}

html[data-theme="light"] .webster-project-browser-metrics span {
  background: rgba(17, 19, 26, 0.06);
}

html[data-theme="light"] .webster-support-shell {
  background:
    radial-gradient(circle at 0% 0%, rgba(126, 174, 255, 0.18), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.42), transparent 32%),
    linear-gradient(135deg, rgba(244, 248, 255, 0.96), rgba(233, 239, 250, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(17, 24, 39, 0.06),
    0 24px 56px rgba(37, 58, 94, 0.1);
}

html[data-theme="light"] .webster-support-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(246, 249, 255, 0.86));
}

.webster-cta {
  position: relative;
  margin-top: 96px;
  padding: 154px 0 148px;
  background:
    radial-gradient(circle at 0% 100%, rgba(26, 66, 223, 0.98), transparent 22%),
    radial-gradient(circle at 82% 100%, rgba(121, 118, 255, 0.74), transparent 32%),
    radial-gradient(circle at 46% 78%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(38, 41, 49, 0.88) 0%, rgba(92, 99, 147, 0.84) 48%, rgba(112, 109, 214, 0.88) 100%);
  overflow: clip;
}

.webster-cta-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 34px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.webster-cta-shell p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.webster-cta-shell .webster-cta-button {
  min-height: 48px;
  padding: 0 26px;
  font-size: 14px;
}

.webster-footer {
  width: min(1120px, calc(100vw - 34px));
  margin: 0 auto;
  padding: 34px 0 24px;
}

.webster-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
}

.webster-footer-column h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.webster-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.webster-footer-column a {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.webster-footer-bottom {
  margin-top: 28px;
  padding-top: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.webster-footer-icons {
  display: inline-flex;
  gap: 10px;
}

.webster-footer-icons a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.webster-footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
}

.webster-language {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.webster-header .brand:focus-visible,
.webster-nav a:focus-visible,
.webster-footer-column a:focus-visible,
.webster-footer-icons a:focus-visible,
.webster-language:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.64);
  outline-offset: 4px;
}

html[data-theme="light"] {
  --webster-ink: #eef4fb;
  --webster-ink-strong: #f8fbff;
  --webster-panel: rgba(255, 255, 255, 0.9);
  --webster-panel-soft: rgba(241, 246, 252, 0.94);
  --webster-line: rgba(17, 24, 39, 0.08);
  --webster-line-strong: rgba(17, 24, 39, 0.14);
  --webster-text: #11131a;
  --webster-text-soft: rgba(17, 19, 26, 0.72);
  --webster-text-muted: rgba(17, 19, 26, 0.5);
}

html[data-theme="light"],
html[data-theme="light"] body.webster-body {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.94), transparent 22%),
    radial-gradient(circle at 78% 14%, rgba(122, 162, 255, 0.28), transparent 24%),
    linear-gradient(180deg, #edf4ff 0%, #dbe7ff 18%, #f7f9fc 48%, #eef2f7 100%);
}

html[data-theme="light"] body.webster-body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 14%),
    linear-gradient(0deg, rgba(17, 24, 39, 0.04), transparent 24%);
  opacity: 0.52;
}

html[data-theme="light"] .webster-header {
  color: rgba(17, 19, 26, 0.82);
}

html[data-theme="light"] .webster-header.is-scrolled {
  background: rgba(245, 247, 252, 0.84);
  border-bottom-color: rgba(17, 24, 39, 0.08);
}

html[data-theme="light"] .webster-nav {
  color: rgba(17, 19, 26, 0.66);
}

html[data-theme="light"] .webster-nav a:hover,
html[data-theme="light"] .webster-footer-column a:hover,
html[data-theme="light"] .webster-footer-icons a:hover,
html[data-theme="light"] .webster-language:hover {
  color: rgba(17, 19, 26, 0.96);
}

html[data-theme="light"] .webster-nav-button,
html[data-theme="light"] .webster-hero-button,
html[data-theme="light"] .webster-cta-button {
  background: rgba(17, 19, 26, 0.94);
  color: rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 24, 39, 0.12);
}

html[data-theme="light"] .webster-nav-button:hover,
html[data-theme="light"] .webster-hero-button:hover,
html[data-theme="light"] .webster-cta-button:hover {
  background: rgba(17, 19, 26, 0.84);
}

html[data-theme="light"] .webster-hero {
  background:
    radial-gradient(circle at 24% 10%, rgba(255, 255, 255, 0.74), transparent 22%),
    radial-gradient(circle at 76% 12%, rgba(136, 170, 255, 0.26), transparent 24%),
    radial-gradient(circle at 28% 58%, rgba(81, 134, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(123, 175, 255, 0.18) 0%, rgba(32, 79, 205, 0.08) 28%, rgba(255, 255, 255, 0) 100%);
}

html[data-theme="light"] .webster-hero-copy h1,
html[data-theme="light"] .webster-proof-head h2,
html[data-theme="light"] .webster-heading h2,
html[data-theme="light"] .webster-feature-copy h3,
html[data-theme="light"] .webster-capabilities h2,
html[data-theme="light"] .webster-section-head h2,
html[data-theme="light"] .webster-service-rail .webster-section-head h2,
html[data-theme="light"] .webster-projects .webster-section-head h2,
html[data-theme="light"] .webster-cta-shell h2,
html[data-theme="light"] .webster-proof-item h3 {
  color: rgba(17, 19, 26, 0.96);
}

html[data-theme="light"] .webster-hero-copy p,
html[data-theme="light"] .webster-section-head p,
html[data-theme="light"] .webster-proof-item p,
html[data-theme="light"] .webster-heading p,
html[data-theme="light"] .webster-feature-copy p,
html[data-theme="light"] .webster-footer-column a,
html[data-theme="light"] .webster-footer-bottom p,
html[data-theme="light"] .webster-language {
  color: rgba(17, 19, 26, 0.7);
}

html[data-theme="light"] .webster-proof-item {
  border-bottom-color: rgba(17, 24, 39, 0.1);
}

html[data-theme="light"] .webster-capability-row {
  border-top-color: rgba(17, 24, 39, 0.1);
}

html[data-theme="light"] .webster-capability-row:last-child {
  border-bottom-color: rgba(17, 24, 39, 0.1);
}

html[data-theme="light"] .webster-capability-row span {
  color: rgba(17, 19, 26, 0.72);
}

html[data-theme="light"] .webster-capability-row span:last-child {
  color: rgba(17, 19, 26, 0.94);
}

html[data-theme="light"] .webster-footer-bottom {
  border-top-color: rgba(17, 24, 39, 0.08);
}

html[data-theme="light"] .webster-header .brand:focus-visible,
html[data-theme="light"] .webster-nav a:focus-visible,
html[data-theme="light"] .webster-footer-column a:focus-visible,
html[data-theme="light"] .webster-footer-icons a:focus-visible,
html[data-theme="light"] .webster-language:focus-visible {
  outline-color: rgba(17, 24, 39, 0.36);
}

@media (max-width: 1024px) {
  .webster-proof-grid,
  .webster-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webster-portfolio-grid,
  .webster-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webster-feature,
  .webster-feature--reverse {
    grid-template-columns: 1fr;
  }

  .webster-feature--reverse .webster-feature-copy,
  .webster-feature--reverse .webster-feature-media {
    order: initial;
  }
}

@media (max-width: 860px) {
  .webster-nav {
    display: none;
  }

  .webster-section-head h2 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .webster-stage-body {
    grid-template-columns: 1fr;
  }

  .webster-preview-pane {
    padding: 0 18px 18px;
  }

  .webster-scene--workspace {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .webster-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .webster-hero {
    padding-top: 96px;
  }

  .webster-proof-grid,
  .webster-footer-grid,
  .webster-portfolio-grid,
  .webster-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .webster-stage {
    width: calc(100vw - 28px);
  }

  .webster-stage-shell {
    min-height: auto;
  }

  .webster-stage-body,
  .webster-editor-pane {
    gap: 12px;
  }

  .webster-proof,
  .webster-heading,
  .webster-capabilities,
  .webster-surface-rail,
  .webster-testimonials {
    padding-top: 38px;
  }

  .webster-features {
    gap: 54px;
  }

  .webster-cta {
    margin-top: 72px;
    padding: 108px 0 92px;
  }
}
