:root {
  --black: #070707;
  --panel: #121212;
  --panel-2: #1c1c1c;
  --panel-3: #252525;
  --line: #333333;
  --white: #ffffff;
  --soft: #d7d7d7;
  --muted: #a9a9a9;
  --orange: #ff6600;
  --orange-2: #ffa000;
  --teal: #15c6d1;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--soft);
  background:
    radial-gradient(circle at 72% 6%, rgba(255, 102, 0, 0.18), transparent 28rem),
    radial-gradient(circle at 15% 18%, rgba(21, 198, 209, 0.12), transparent 24rem),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px),
    var(--black);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18rem),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.025) 18px 19px);
  pointer-events: none;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 50;
  padding: 0.7rem 0.9rem;
  color: var(--black);
  background: var(--orange-2);
  border-radius: 4px;
  transform: translateY(-160%);
}

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

.top {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: 18px;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.97), rgba(7, 7, 7, 0.9));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.topnav {
  display: grid;
  grid-template-columns: 72px 154px 126px 132px 134px 146px;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.topnav a,
.nav-toggle,
.button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.52rem 0.75rem;
  color: var(--white);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.topnav a:hover,
.topnav a:focus-visible,
.topnav .hot {
  color: var(--white);
  background: var(--orange);
}

.nav-toggle {
  display: none;
  width: 100%;
  margin-bottom: 0.8rem;
  cursor: pointer;
}

.nav-toggle svg,
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-row {
  padding: 18px 0 8px;
}

.brand-image {
  display: block;
  padding: 8px 0;
  overflow: hidden;
}

.brand-image img {
  width: 100%;
  max-width: 955px;
  height: auto;
}

.brand-row p {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  padding: 16px 0 0;
}

.hero-shell {
  position: relative;
  min-height: 355px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.62) 45%, rgba(0, 0, 0, 0.2)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 5px);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/webstreamer-hero.png") center / cover no-repeat;
}

.hero-copy {
  max-width: 640px;
  padding: 34px 32px 28px;
}

.kicker {
  margin: 0 0 0.75rem;
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--white);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 590px;
  margin-bottom: 0.9rem;
  font-size: 3rem;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}

.hero-copy p:not(.kicker) {
  max-width: 610px;
  margin-bottom: 1.15rem;
  color: var(--soft);
  font-size: 1rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.button {
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  font-size: 0.82rem;
}

.button.primary {
  color: var(--black);
  background: linear-gradient(180deg, #ffbb2b, var(--orange));
  border-color: #ffc46a;
}

.button.ghost {
  background: rgba(18, 18, 18, 0.78);
}

.button:hover,
.button:focus-visible {
  filter: brightness(1.12);
}

.hero-bullets {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 0.45rem;
  width: min(280px, calc(100% - 36px));
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-bullets li {
  padding: 0.55rem 0.7rem;
  color: var(--white);
  background: rgba(18, 18, 18, 0.78);
  border-left: 5px solid var(--orange);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-strip {
  padding: 16px 0 28px;
}

.icon-nav {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.icon-nav a {
  min-height: 94px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.25rem;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.icon-nav img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  transition: transform 0.16s ease;
}

.icon-nav a:hover img,
.icon-nav a:focus-visible img {
  transform: translateY(-3px);
}

.panel-section,
.brand-band,
.calculator-band,
.enquiry {
  padding: 42px 0;
}

.panel-section {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.76), rgba(7, 7, 7, 0.4));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-title {
  max-width: 720px;
  margin-bottom: 20px;
}

.section-title h2,
.calc-layout h2,
.enquiry h2 {
  margin-bottom: 0.65rem;
  font-size: 1.9rem;
  text-transform: uppercase;
}

.section-title p:last-child,
.calc-layout p,
.enquiry p {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

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

.feature,
.price-table,
.enquiry-box {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 38%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.feature {
  min-height: 225px;
  padding: 18px;
  border-top: 4px solid var(--line);
}

.feature.accent {
  border-top-color: var(--orange);
}

.feature h3,
.price-table h3 {
  margin-bottom: 0.7rem;
  color: var(--orange-2);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.feature p {
  margin-bottom: 0.9rem;
  color: var(--soft);
  font-size: 0.92rem;
}

.text-link {
  display: inline-flex;
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--white);
}

.page-hero {
  padding: 24px 0 16px;
}

.page-hero-inner {
  min-height: 280px;
  display: grid;
  align-content: center;
  padding: 34px 32px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.5)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5px),
    url("assets/webstreamer-hero.png") center / cover no-repeat;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.secondlife-hero .page-hero-inner {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.58)),
    repeating-linear-gradient(135deg, rgba(255, 102, 0, 0.12) 0 1px, transparent 1px 5px),
    url("assets/webstreamer-hero.png") center / cover no-repeat;
}

.page-hero h1 {
  max-width: 780px;
}

.page-hero p:not(.kicker) {
  max-width: 720px;
  color: var(--soft);
  font-size: 1rem;
}

.brand-band {
  background:
    linear-gradient(90deg, rgba(21, 198, 209, 0.08), rgba(255, 102, 0, 0.09)),
    var(--panel-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.brand-tile {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 0.9rem 0.7rem;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.brand-tile:hover,
.brand-tile:focus-visible {
  border-color: rgba(255, 102, 0, 0.72);
  filter: brightness(1.12);
}

.brand-tile span {
  display: block;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.brand-tile small {
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.brand-shoutcast span {
  color: #ffad22;
}

.brand-icecast span {
  color: #74e7ff;
}

.brand-autodj span {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(255, 102, 0, 0.78);
}

.brand-html5 span {
  color: #ff6f2c;
}

.brand-centova span,
.brand-whmsonic span {
  color: #d9d9d9;
}

.control-preview {
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.55), rgba(18, 18, 18, 0.86));
}

.control-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 24px;
  align-items: center;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 24px;
  align-items: start;
}

.service-copy,
.service-list-card {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 38%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.service-copy h2,
.service-list-card h2 {
  margin-bottom: 0.75rem;
  color: var(--orange-2);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.service-copy p {
  color: var(--soft);
}

.service-copy p:last-child {
  margin-bottom: 0;
}

.control-layout p {
  color: var(--muted);
}

.mock-panel {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    #0b0b0b;
  border: 1px solid rgba(255, 102, 0, 0.45);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.mock-panel.large {
  max-width: 520px;
}

.mock-top {
  display: flex;
  gap: 0.45rem;
  padding: 0.8rem;
  background: #1d1d1d;
  border-bottom: 1px solid var(--line);
}

.mock-top span {
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
}

.mock-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.mock-grid strong,
.mock-grid span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: var(--panel);
}

.mock-grid strong {
  color: var(--orange-2);
  text-transform: uppercase;
}

.mock-grid span {
  color: var(--white);
  font-weight: 800;
}

.calculator-band {
  background:
    linear-gradient(90deg, rgba(255, 102, 0, 0.11), rgba(255, 255, 255, 0.02)),
    var(--panel-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 24px;
  align-items: center;
}

.calc-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.calc-images a {
  display: block;
}

.calc-images img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.38);
}

.second-life {
  background: var(--black);
}

.price-tables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.price-table {
  overflow: hidden;
}

.price-table h3 {
  margin: 0;
  padding: 0.8rem 0.9rem;
  color: var(--white);
  background: #333333;
}

.hot-table h3 {
  background: var(--orange);
}

.price-table dl {
  margin: 0;
}

.price-table dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.price-table dt,
.price-table dd {
  margin: 0;
  padding: 0.8rem 0.9rem;
}

.price-table dt {
  color: var(--muted);
  border-right: 1px solid var(--line);
}

.price-table dd {
  color: var(--white);
  font-weight: 900;
}

.formats {
  background: var(--panel-2);
}

.formats-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
  gap: 22px;
  align-items: start;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.knowledge-section {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.9), rgba(7, 7, 7, 0.72));
}

.use-case-section {
  background: var(--panel-2);
}

.control-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.control-list li {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem;
  color: var(--white);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 800;
}

.control-list img {
  width: 18px;
  height: 15px;
  flex: 0 0 auto;
}

.format-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.format-list li,
.footer li {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--white);
  text-transform: uppercase;
}

.format-list li {
  min-height: 45px;
  padding: 0.7rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 800;
}

.format-list img,
.footer img {
  width: 18px;
  height: 15px;
  flex: 0 0 auto;
}

.enquiry {
  background:
    linear-gradient(135deg, rgba(255, 102, 0, 0.22), rgba(0, 0, 0, 0.1)),
    var(--panel);
}

.enquiry-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-color: rgba(255, 102, 0, 0.5);
}

.enquiry-box p {
  margin-bottom: 0;
}

.footer {
  padding: 30px 0;
  background: #0d0d0d;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto) minmax(190px, auto);
  gap: 28px;
}

.footer strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--orange-2);
  text-transform: uppercase;
}

.footer p {
  margin: 0;
  color: var(--muted);
}

.footer ul {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  font-size: 0.75rem;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--orange-2);
}

.social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.social-share span {
  color: var(--orange-2);
  font-weight: 900;
}

.social-share a {
  color: var(--soft);
  font-weight: 800;
}

.social-share a:hover,
.social-share a:focus-visible {
  color: var(--white);
}

.enquiry-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.enquiry-form,
.enquiry-help {
  padding: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.enquiry-form {
  display: grid;
  gap: 14px;
}

.enquiry-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  color: var(--white);
  background: #0b0b0b;
  border: 1px solid #484848;
  border-radius: 4px;
  font: inherit;
}

.enquiry-form textarea {
  resize: vertical;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.form-notice {
  padding: 0.85rem;
  color: var(--white);
  background: #333333;
  border-left: 5px solid var(--orange);
  border-radius: 4px;
}

.form-notice.success {
  border-left-color: #34d36f;
}

.form-notice.error {
  border-left-color: #e44646;
}

.enquiry-help h2 {
  margin-bottom: 1rem;
  color: var(--orange-2);
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .topnav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  h1 {
    font-size: 2.45rem;
  }

  .icon-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 12px;
  }

  .feature-grid,
  .brand-wall,
  .price-tables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calc-layout,
  .control-layout,
  .service-detail-layout,
  .guide-layout,
  .formats-layout,
  .enquiry-box,
  .enquiry-page-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 24px, 960px);
  }

  .top {
    padding-top: 12px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .topnav {
    display: none;
    grid-template-columns: 1fr;
    gap: 7px;
    padding-bottom: 12px;
  }

  .topnav.is-open {
    display: grid;
  }

  .brand-row {
    padding-top: 10px;
  }

  .hero-shell {
    min-height: 0;
  }

  .hero-copy {
    padding: 28px 20px 180px;
  }

  h1 {
    font-size: 2rem;
  }

  .section-title h2,
  .calc-layout h2,
  .enquiry h2 {
    font-size: 1.45rem;
  }

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

  .icon-nav a {
    min-height: 78px;
    grid-template-columns: 48px 1fr;
    align-content: center;
    justify-items: start;
    text-align: left;
  }

  .feature-grid,
  .feature-grid-wide,
  .brand-wall,
  .price-tables,
  .calc-images,
  .format-list {
    grid-template-columns: 1fr;
  }

  .actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }
}
