:root {
  --bg: #070b12;
  --section: #0b1020;
  --section-soft: #0d1528;
  --card: #101826;
  --card-strong: #0d1421;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(108, 255, 61, 0.26);
  --text: #ffffff;
  --muted: #b8c0cc;
  --primary: #6cff3d;
  --primary-deep: #4ee122;
  --premium: #a855f7;
  --premium-deep: #8d39df;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1240px;
}

/* Base */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(108, 255, 61, 0.1), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(168, 85, 247, 0.12), transparent 24%),
    linear-gradient(180deg, #05070d 0%, var(--bg) 100%);
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

p {
  margin: 0;
  line-height: 1.7;
  color: var(--muted);
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.96;
  font-family: "Rajdhani", sans-serif;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  max-width: 15ch;
}

h3 {
  font-size: 1.72rem;
}

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

.site-shell {
  position: relative;
  overflow-x: visible;
}

.site-main {
  display: block;
}

.woocommerce-page,
.woocommerce,
.woocommerce-page .site-main,
.woo-shell,
.woo-shell * {
  min-width: 0;
}

.theme-part {
  position: relative;
}

.product-card,
.product-summary {
  min-width: 0;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.hero-copy,
.page-hero__copy,
.info-copy,
.pricing-content,
.shop-card__content,
.product-summary-card,
.content-card,
.legal-card,
.form-panel,
.shop-hero-panel,
.mini-card {
  min-width: 0;
}

.section,
.cta-section {
  padding: 6rem 0;
}

.section--tight {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.section--tinted {
  background: linear-gradient(180deg, rgba(13, 21, 40, 0.88), rgba(7, 11, 18, 0.88));
}

.eyebrow,
.pricing-label,
.button,
.brand-text strong {
  font-family: "Rajdhani", sans-serif;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.breadcrumbs {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--text);
}

.section-copy {
  display: grid;
  gap: 0.95rem;
  margin-bottom: 2.3rem;
}

.section-copy--center {
  text-align: center;
  justify-items: center;
}

.hero-actions,
.cta-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button-row {
  gap: 0.85rem;
}

/* Header */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(7, 11, 18, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  body {
    padding-top: 5.4rem;
  }
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.4rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  flex: 0 0 6rem;
}

.brand-mark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(108, 255, 61, 0.12));
}

.brand-text {
  display: grid;
  gap: 0.12rem;
}

.brand-text strong {
  font-size: 1.24rem;
  letter-spacing: 0.04em;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

.site-nav__menu,
.footer-nav__menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.site-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav .current-menu-ancestor > a {
  color: var(--text);
}

.site-nav a.is-active,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav .current-menu-ancestor > a {
  text-shadow: 0 0 18px rgba(108, 255, 61, 0.26);
}

.site-nav__account {
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.32rem;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(16, 24, 38, 0.92);
  color: var(--text);
}

.nav-toggle span:not(.sr-only) {
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

/* Buttons */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(108, 255, 61, 0.36);
  background: linear-gradient(180deg, var(--primary), var(--primary-deep));
  color: #081109;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 30px rgba(108, 255, 61, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(108, 255, 61, 0.28);
  filter: saturate(1.04);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  box-shadow: none;
}

.button--premium {
  border-color: rgba(168, 85, 247, 0.38);
  background: linear-gradient(180deg, var(--premium), var(--premium-deep));
  color: var(--text);
  box-shadow: 0 14px 30px rgba(168, 85, 247, 0.2);
}

.button--small {
  min-height: 2.7rem;
  padding-inline: 1rem;
  font-size: 0.95rem;
}

/* Hero */

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero {
  padding: 7rem 0 5rem;
}

.page-hero {
  padding: 7rem 0 4.75rem;
}

.hero-backdrop,
.cta-backdrop,
.page-hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-backdrop {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.92) 0%, rgba(5, 7, 13, 0.82) 34%, rgba(5, 7, 13, 0.2) 75%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.25), rgba(7, 11, 18, 0.9)),
    url("../images/hero-clean.jpg") right center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8rem;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-grid,
.page-hero__grid,
.shop-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: end;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.page-hero__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.shop-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.6rem;
}

.hero-copy {
  max-width: 42rem;
}

.page-hero__copy,
.page-hero__grid {
  position: relative;
  z-index: 1;
}

.page-hero__copy--wide {
  max-width: 48rem;
}

.shop-hero-copy {
  max-width: 44rem;
}

.hero-text,
.page-hero__text {
  font-size: 1.06rem;
}

.hero-text {
  margin-top: 1.35rem;
  max-width: 40rem;
  font-size: 1.1rem;
}

.page-hero__text {
  margin-top: 1.15rem;
  max-width: 42rem;
}

.page-hero__copy h1,
.hero-copy h1 {
  text-wrap: balance;
}

.hero-actions,
.cta-actions {
  margin-top: 2rem;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.trust-list li,
.pricing-badge,
.shop-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.3rem 0.95rem;
  border-radius: 999px;
  background: rgba(9, 14, 24, 0.72);
}

.trust-list li {
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.trust-list li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(108, 255, 61, 0.7);
}

.page-hero__stats {
  display: grid;
  gap: 1rem;
}

.page-hero--shop .page-hero__backdrop {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.9) 0%, rgba(5, 7, 13, 0.58) 48%, rgba(5, 7, 13, 0.78) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.18), rgba(7, 11, 18, 0.9)),
    url("../images/hero-clean.jpg") center / cover no-repeat;
}

.page-hero--product-basic .page-hero__backdrop {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.9) 0%, rgba(5, 7, 13, 0.55) 48%, rgba(5, 7, 13, 0.84) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.2), rgba(7, 11, 18, 0.92)),
    url("../images/basic-clean.jpg") center / cover no-repeat;
}

.page-hero--product-premium .page-hero__backdrop {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.92) 0%, rgba(18, 8, 28, 0.52) 48%, rgba(12, 7, 21, 0.88) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.2), rgba(7, 11, 18, 0.92)),
    url("../images/premium-clean.jpg") center / cover no-repeat;
}

.page-hero--support .page-hero__backdrop {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.92) 0%, rgba(5, 7, 13, 0.6) 48%, rgba(5, 7, 13, 0.86) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.2), rgba(7, 11, 18, 0.92)),
    url("../images/control-clean.jpg") center / cover no-repeat;
}

.page-hero--about .page-hero__backdrop {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.92) 0%, rgba(5, 7, 13, 0.5) 46%, rgba(5, 7, 13, 0.86) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.18), rgba(7, 11, 18, 0.92)),
    url("../images/cta-clean.jpg") center / cover no-repeat;
}

.page-hero--legal .page-hero__backdrop {
  background:
    linear-gradient(180deg, rgba(9, 14, 24, 0.96), rgba(7, 11, 18, 0.96)),
    radial-gradient(circle at top, rgba(108, 255, 61, 0.08), transparent 30%);
}

/* Cards */

.hero-panel,
.pricing-card,
.pricing-content,
.feature-card,
.info-media,
.site-footer,
.mini-card,
.content-card,
.form-panel,
.product-summary-card,
.product-media-card,
.legal-card,
.shop-hero-panel,
.shop-card,
.faq-card,
.cta-card {
  border: 1px solid var(--line);
}

.hero-panel,
.pricing-card,
.mini-card,
.content-card,
.form-panel,
.product-summary-card,
.product-media-card,
.legal-card,
.shop-hero-panel,
.shop-card,
.faq-card,
.cta-card {
  background: linear-gradient(180deg, rgba(16, 24, 38, 0.92), rgba(9, 14, 24, 0.96));
  box-shadow: var(--shadow);
}

.hero-panel,
.pricing-card,
.product-summary-card,
.product-media-card,
.legal-card,
.shop-hero-panel,
.shop-card,
.faq-card,
.cta-card,
.info-media,
.mini-card,
.content-card,
.form-panel {
  border-radius: var(--radius-lg);
}

.hero-panel {
  justify-self: end;
  width: min(100%, 24rem);
  padding: 1.3rem;
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.status-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(108, 255, 61, 0.72);
}

.panel-main {
  padding: 1.25rem 0;
}

.panel-main strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.35rem;
  line-height: 1.05;
}

.panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.panel-stats article,
.shop-card__stats article,
.shop-hero-panel__row {
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
}

.panel-stats article {
  padding: 0.85rem;
}

.panel-stats span,
.shop-card__stats span,
.shop-hero-panel__row span,
.mini-card span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.panel-stats strong,
.shop-card__stats strong,
.shop-hero-panel__row strong,
.mini-card strong {
  font-size: 1rem;
}

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

.feature-card {
  padding: 1.4rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(16, 24, 38, 0.9), rgba(10, 15, 24, 0.96));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover,
.feature-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.feature-card h3 {
  margin-top: 1rem;
  font-size: 1.45rem;
}

.feature-card p {
  margin-top: 0.55rem;
  font-size: 0.98rem;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(108, 255, 61, 0.24);
  background: rgba(108, 255, 61, 0.08);
  color: var(--primary);
  box-shadow: inset 0 0 24px rgba(108, 255, 61, 0.08);
}

.feature-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stack-grid {
  display: grid;
  gap: 1.2rem;
}

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

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

.mini-card,
.content-card,
.form-panel,
.product-summary-card,
.legal-card,
.faq-card {
  padding: 1.4rem 1.5rem;
}

.mini-card {
  padding: 1.2rem 1.25rem;
}

.content-card {
  display: grid;
  gap: 0.85rem;
}

.content-card p,
.faq-card p,
.legal-card p,
.form-note,
.footer-note {
  font-size: 0.98rem;
}

.content-card--basic {
  border-color: rgba(108, 255, 61, 0.16);
}

.content-card--premium {
  border-color: rgba(168, 85, 247, 0.18);
}

.spec-list,
.detail-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.spec-list li,
.detail-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--text);
}

.spec-list li::before,
.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 12px rgba(108, 255, 61, 0.45);
}

.spec-list--premium li::before,
.pricing-card--premium .spec-list li::before {
  background: var(--premium);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.44);
}

/* Shop */

.pricing-grid,
.shop-card-grid,
.shop-feature-strip {
  display: grid;
  gap: 1.2rem;
}

.pricing-grid,
.shop-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-feature-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card,
.shop-card {
  overflow: hidden;
}

.pricing-card {
  background: linear-gradient(180deg, rgba(16, 24, 38, 0.88), rgba(9, 14, 24, 0.96));
}

.pricing-card--premium,
.shop-card--premium {
  border-color: rgba(168, 85, 247, 0.24);
  box-shadow: 0 22px 60px rgba(168, 85, 247, 0.12);
}

.pricing-card--premium,
.shop-card--premium,
.product-summary-card--premium,
.cta-card--premium,
.content-card--premium,
.faq-card--premium {
  background:
    linear-gradient(180deg, rgba(29, 16, 43, 0.94), rgba(13, 10, 24, 0.98)),
    linear-gradient(180deg, rgba(16, 24, 38, 0.92), rgba(9, 14, 24, 0.96));
}

.pricing-card--premium .pricing-label,
.shop-card--premium .pricing-label,
.product-summary-card--premium .pricing-label,
.cta-card--premium .eyebrow,
.content-card--premium .eyebrow,
.faq-card--premium h3 {
  color: #d8b4fe;
}

.shop-card--premium .shop-card__stats article,
.pricing-card--premium .pricing-badge,
.shop-card--premium .pricing-badge,
.product-summary-card--premium,
.faq-card--premium {
  border-color: rgba(168, 85, 247, 0.22);
}

.shop-card--premium .shop-card__stats article {
  background: rgba(168, 85, 247, 0.08);
}

.pricing-media,
.shop-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.pricing-media::after,
.shop-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 11, 18, 0.35) 45%, rgba(7, 11, 18, 0.82) 100%),
    linear-gradient(90deg, rgba(7, 11, 18, 0.14), rgba(7, 11, 18, 0.04));
}

.shop-card__media::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 11, 18, 0.3) 44%, rgba(7, 11, 18, 0.86) 100%),
    linear-gradient(90deg, rgba(7, 11, 18, 0.08), rgba(7, 11, 18, 0));
}

.pricing-media img,
.shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.pricing-media img {
  object-position: right center;
  transform: scale(1.03);
}

.shop-card__media img {
  object-position: center;
}

.pricing-content,
.shop-card__content {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
}

.pricing-content p,
.shop-card__content p {
  font-size: 1rem;
}

.pricing-content {
  border-inline: 0;
  border-bottom: 0;
}

.pricing-head,
.shop-card__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.pricing-label {
  margin-bottom: 0.2rem;
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-head h3,
.shop-card__header h3 {
  font-size: 2.25rem;
}

.shop-card__header h3 {
  font-size: 2.3rem;
}

.pricing-head h3 span,
.shop-card__header h3 span {
  color: var(--muted);
  font-size: 1rem;
}

.pricing-badge {
  color: var(--primary);
  border: 1px solid rgba(108, 255, 61, 0.18);
}

.pricing-badge--premium,
.shop-card__tag--premium {
  color: var(--premium);
  border-color: rgba(168, 85, 247, 0.22);
}

.shop-card__tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  border: 1px solid rgba(108, 255, 61, 0.22);
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-card__lead {
  color: var(--text);
  opacity: 0.92;
  font-size: 1rem;
}

.shop-hero-panel {
  display: grid;
  gap: 0.9rem;
  padding: 1.3rem;
}

.shop-hero-panel__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
}

.shop-hero-panel__row strong {
  text-align: right;
}

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

.shop-card__stats article {
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.shop-card__stats strong {
  line-height: 1.1;
}

/* Productseiten */

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 1.4rem;
  align-items: start;
}

.product-media-card {
  position: relative;
  overflow: hidden;
  min-height: 29rem;
}

.product-media-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-summary-card {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
}

.product-summary-card h2 {
  max-width: none;
}

.product-summary-card h2 span {
  color: var(--muted);
  font-size: 1rem;
}

.product-summary-card--basic,
.cta-card--basic {
  border-color: rgba(108, 255, 61, 0.18);
}

.product-summary-card--basic,
.content-card--basic,
.faq-card--basic,
.cta-card--basic {
  background:
    linear-gradient(180deg, rgba(13, 32, 18, 0.48), rgba(9, 14, 24, 0.96)),
    linear-gradient(180deg, rgba(16, 24, 38, 0.92), rgba(9, 14, 24, 0.96));
}

.product-summary-card--premium,
.cta-card--premium {
  border-color: rgba(168, 85, 247, 0.22);
}

.product-placeholder-note,
.form-note,
.footer-note {
  color: var(--muted);
  font-size: 0.95rem;
}

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

.faq-card {
  display: grid;
  gap: 0.75rem;
}

.faq-card h3 {
  line-height: 1.05;
}

.faq-card--basic {
  border-color: rgba(108, 255, 61, 0.16);
}

.faq-card--premium {
  border-color: rgba(168, 85, 247, 0.18);
}

/* Forms */

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.4rem;
  align-items: start;
}

.support-sidebar {
  display: grid;
  gap: 1.2rem;
}

.form-panel {
  padding: 1.6rem;
}

.support-form {
  display: grid;
  gap: 1rem;
}

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

.field {
  display: grid;
  gap: 0.45rem;
}

.field span {
  color: var(--text);
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(16, 24, 38, 0.92);
  color-scheme: dark;
}

.field select option {
  background: #101826;
  color: var(--text);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(184, 192, 204, 0.72);
}

.field textarea {
  resize: vertical;
  min-height: 10rem;
}

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

.legal-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.6rem;
}

/* Footer */

.cta-section {
  position: relative;
  isolation: isolate;
}

.cta-backdrop {
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.94) 0%, rgba(7, 11, 18, 0.48) 42%, rgba(7, 11, 18, 0.78) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.96) 0%, rgba(7, 11, 18, 0.22) 24%, rgba(7, 11, 18, 0.28) 72%, rgba(7, 11, 18, 0.98) 100%),
    url("../images/cta-clean.jpg") center / cover no-repeat;
}

.cta-backdrop::before,
.cta-backdrop::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  pointer-events: none;
}

.cta-backdrop::before {
  top: -1px;
  height: 8rem;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(7, 11, 18, 0.72) 48%, transparent 100%);
}

.cta-backdrop::after {
  bottom: -1px;
  height: 10rem;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 11, 18, 0.72) 54%, rgba(5, 8, 14, 0.98) 100%);
}

.cta-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: 28px;
  background: rgba(7, 11, 18, 0.62);
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: -10% -6%;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(7, 11, 18, 0.16), transparent 68%);
  filter: blur(16px);
}

.site-footer {
  margin-top: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 8, 14, 0.96);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem 0;
}

.footer-brand-block {
  display: grid;
  gap: 0.7rem;
}

.brand--footer .brand-mark {
  width: 5rem;
  flex-basis: 5rem;
}

.footer-note {
  max-width: 34rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: var(--muted);
}

.footer-nav__menu {
  flex-wrap: wrap;
  gap: 1.25rem;
}

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

/* WordPress */

.content-shell,
.archive-list,
.woo-shell {
  display: grid;
  gap: 1.25rem;
}

.entry-card {
  display: grid;
  gap: 1rem;
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(16, 24, 38, 0.92);
  box-shadow: var(--shadow);
}

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

.entry-content {
  display: grid;
  gap: 1rem;
}

.entry-content ul,
.entry-content ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.not-found-card {
  justify-items: start;
}

.woo-shell .woocommerce-notices-wrapper {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.woo-shell .woocommerce {
  display: grid;
  gap: 1.4rem;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  margin: 0;
  padding: 1rem 1.1rem 1rem 3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(16, 24, 38, 0.92);
  color: var(--text);
}

.woocommerce .woocommerce-message {
  border-color: rgba(108, 255, 61, 0.22);
}

.woocommerce .woocommerce-error {
  border-color: rgba(255, 107, 107, 0.24);
}

.woocommerce .woocommerce-info {
  border-color: rgba(108, 255, 61, 0.18);
}

.woo-shell .woocommerce-result-count,
.woo-shell .woocommerce-ordering {
  color: var(--muted);
}

.woo-shell .woocommerce-products-header,
.woo-shell .term-description {
  display: grid;
  gap: 0.8rem;
}

.woo-shell .woocommerce-ordering select,
.woo-shell .woocommerce-ordering .orderby {
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 24, 38, 0.92);
  color: var(--text);
}

.woo-shell .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woo-shell ul.products li.product,
.woo-shell .woocommerce-cart-form,
.woo-shell .cart-collaterals,
.woo-shell .woocommerce-checkout,
.woo-shell .woocommerce-account,
.woo-shell .woocommerce-order,
.woo-shell .woocommerce-form-login,
.woo-shell .woocommerce-form-register,
.woo-shell form.checkout_coupon {
  width: auto !important;
  margin: 0 !important;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(16, 24, 38, 0.92);
  box-shadow: var(--shadow);
}

.woo-shell ul.products li.product a img {
  margin-bottom: 1rem;
  border-radius: var(--radius-md);
}

.woo-shell ul.products li.product .button {
  width: 100%;
  margin-top: 0.8rem;
}

.woo-shell ul.products li.product .woocommerce-loop-product__title {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--text);
}

.woo-shell ul.products li.product .price,
.woo-shell .price {
  color: var(--text);
  font-weight: 700;
}

.woo-shell .woocommerce-pagination ul.page-numbers {
  display: flex;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woo-shell .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

.woo-shell table.shop_table,
.woo-shell table.shop_table_responsive {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(10, 15, 24, 0.76);
}

.woo-shell table.shop_table th,
.woo-shell table.shop_table td,
.woo-shell table.shop_table_responsive th,
.woo-shell table.shop_table_responsive td {
  padding: 1rem;
  border-color: rgba(255, 255, 255, 0.06);
  color: var(--text);
  vertical-align: middle;
}

.woo-shell table.shop_table th {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.woo-shell td.product-name a,
.woo-shell td.product-name dl,
.woo-shell td.product-price,
.woo-shell td.product-subtotal {
  color: var(--text);
}

.woo-shell td.product-remove a {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text) !important;
}

.woo-shell .product-thumbnail img {
  width: 5.75rem;
  min-width: 5.75rem;
  border-radius: var(--radius-sm);
}

.woo-shell .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.woo-shell .coupon .input-text {
  min-width: min(100%, 16rem);
}

.woo-shell .cart-collaterals {
  display: grid;
  gap: 1rem;
}

.woo-shell .cart_totals,
.woo-shell .woocommerce-checkout-review-order,
.woo-shell .woocommerce-additional-fields,
.woo-shell .woocommerce-billing-fields,
.woo-shell .woocommerce-shipping-fields,
.woo-shell .woocommerce-columns,
.woo-shell .addresses {
  display: grid;
  gap: 1rem;
}

.woo-shell .wc-proceed-to-checkout {
  margin: 0;
}

.woo-shell .wc-proceed-to-checkout .button,
.woo-shell #place_order {
  width: 100%;
}

.woo-shell .woocommerce-checkout {
  gap: 1.4rem;
}

.woo-shell .woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.4rem;
}

.woo-shell .woocommerce-checkout #order_review_heading,
.woo-shell .woocommerce-checkout #order_review {
  margin-top: 0;
}

.woo-shell .woocommerce-checkout-payment {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.woo-shell .woocommerce-checkout-payment ul {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}

.woo-shell .woocommerce-checkout-payment .payment_box {
  margin-top: 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

.woo-shell .woocommerce-account .woocommerce {
  grid-template-columns: minmax(230px, 0.32fr) minmax(0, 0.68fr);
  align-items: start;
}

.woo-shell .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woo-shell .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
}

.woo-shell .woocommerce-MyAccount-navigation .is-active a,
.woo-shell .woocommerce-MyAccount-navigation .is-active,
.woo-shell .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a,
.woo-shell .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a,
.woo-shell .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover,
.woo-shell .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus-visible {
  color: var(--text);
  border-color: rgba(108, 255, 61, 0.22);
}

.woo-shell .woocommerce-MyAccount-content > * + * {
  margin-top: 1rem;
}

.woo-shell .woocommerce-form-login .form-row,
.woo-shell .woocommerce-form-register .form-row,
.woo-shell .woocommerce-EditAccountForm .form-row,
.woo-shell .woocommerce-address-fields .form-row,
.woo-shell form.checkout .form-row {
  margin-bottom: 1rem;
}

.woo-shell .woocommerce-form-login .button,
.woo-shell .woocommerce-form-register .button {
  width: 100%;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 3.1rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(108, 255, 61, 0.36);
  background: linear-gradient(180deg, var(--primary), var(--primary-deep));
  color: #081109;
  font-weight: 700;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: linear-gradient(180deg, var(--premium), var(--premium-deep));
  border-color: rgba(168, 85, 247, 0.38);
  color: var(--text);
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.woocommerce form .form-row label {
  margin-bottom: 0.35rem;
  color: var(--text);
  font-weight: 500;
}

.woocommerce form .form-row textarea {
  min-height: 8.5rem;
}

.woocommerce form .form-row .select2-container .select2-selection {
  min-height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
}

.woocommerce form .form-row .select2-container--default .select2-selection__rendered,
.woocommerce form .form-row .select2-container--default .select2-selection__arrow {
  color: var(--text);
}

.woocommerce .quantity .qty {
  width: 5.5rem;
  text-align: center;
}

.woocommerce ul.order_details,
.woocommerce-order-details,
.woocommerce-customer-details {
  display: grid;
  gap: 0.9rem;
}

/* Info sections */

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.5rem;
  align-items: center;
}

.info-grid--reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.info-grid--reverse .info-copy {
  order: 2;
}

.info-grid--reverse .info-media {
  order: 1;
}

.info-copy {
  display: grid;
  gap: 1rem;
}

.info-media {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  background: rgba(16, 24, 38, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.info-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.68) 0%, rgba(7, 11, 18, 0.16) 42%, rgba(7, 11, 18, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.08) 0%, rgba(7, 11, 18, 0.02) 26%, rgba(7, 11, 18, 0.18) 100%);
}

.info-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 58%, rgba(7, 11, 18, 0.12) 78%, rgba(7, 11, 18, 0.34) 100%);
}

.info-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.03);
  transform-origin: center;
}

.info-media--infrastructure img {
  object-position: 76% 50%;
  transform: scale(1.08);
}

.info-media--security img {
  object-position: 58% 50%;
  transform: scale(1.06);
}

.info-media--control img {
  object-position: 60% 54%;
  transform: scale(1.08);
}

.info-media--latency img {
  object-position: 79% 50%;
  transform: scale(1.18);
}

.info-media--support img {
  object-position: 84% 50%;
  transform: scale(1.16);
}

.info-media--support-accent {
  border-color: rgba(168, 85, 247, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 22px 60px rgba(168, 85, 247, 0.08);
}

.info-media--glow::after {
  content: "";
  position: absolute;
  inset: auto 9% 8% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: rgba(108, 255, 61, 0.1);
  filter: blur(40px);
  z-index: 3;
}

/* Responsive */

@media (max-width: 1100px) {
  .header-bar {
    gap: 1rem;
  }

  .site-nav,
  .site-nav__menu {
    gap: 1rem;
  }

  .brand-mark {
    width: 5.2rem;
    flex-basis: 5.2rem;
  }

  h2 {
    max-width: 18ch;
  }

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

  .hero-grid,
  .page-hero__grid,
  .shop-hero-grid,
  .info-grid,
  .info-grid--reverse,
  .product-layout,
  .support-layout,
  .legal-layout,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .info-grid--reverse .info-copy,
  .info-grid--reverse .info-media {
    order: initial;
  }

  .hero-panel {
    justify-self: start;
  }

  .pricing-media,
  .shop-card__media,
  .product-media-card {
    min-height: 0;
  }

  .woo-shell .woocommerce-checkout .col2-set,
  .woo-shell .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .header-bar {
    position: relative;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(9, 14, 24, 0.98);
    box-shadow: var(--shadow);
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
  }

  .site-nav__menu,
  .site-nav__actions {
    display: grid;
    gap: 0.35rem;
    width: 100%;
  }

  .site-nav__actions {
    margin-top: 0.35rem;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding-inline: 0.15rem;
  }

  .site-nav .button,
  .site-nav__account {
    width: 100%;
    margin-top: 0.25rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .pricing-grid,
  .feature-grid,
  .shop-card-grid,
  .shop-feature-strip,
  .stack-grid--two,
  .stack-grid--three,
  .form-grid,
  .faq-grid,
  .shop-card__stats,
  .woo-shell .products {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 6rem;
  }

  h1 {
    font-size: clamp(2.8rem, 12vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  h3 {
    font-size: 1.48rem;
  }

  .section,
  .cta-section {
    padding: 4.75rem 0;
  }

  .hero-grid,
  .page-hero__grid,
  .shop-hero-grid {
    gap: 1.5rem;
  }

  .hero-panel,
  .shop-hero-panel,
  .page-hero__stats {
    width: 100%;
  }

  .pricing-content,
  .shop-card__content,
  .product-summary-card,
  .form-panel,
  .content-card,
  .legal-card,
  .faq-card {
    gap: 0.9rem;
  }

  .cta-card {
    gap: 1.2rem;
  }

  .woo-shell table.shop_table,
  .woo-shell table.shop_table_responsive {
    display: block;
    overflow-x: auto;
  }

  .woo-shell .coupon,
  .woo-shell .actions {
    display: grid;
    gap: 0.8rem;
  }

  .woo-shell .coupon .input-text,
  .woo-shell .coupon .button,
  .woo-shell .actions .button,
  .woo-shell .actions button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  body {
    font-size: 0.98rem;
  }

  .header-bar {
    min-height: 4.85rem;
    gap: 1rem;
  }

  .brand {
    gap: 0.7rem;
    min-width: 0;
  }

  .brand-mark {
    width: 4.85rem;
    flex-basis: 4.85rem;
    flex: 0 0 auto;
  }

  .brand-text strong {
    font-size: 1.08rem;
  }

  .brand-text small {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .hero,
  .page-hero {
    padding-top: 5.6rem;
  }

  .hero {
    padding-bottom: 4.2rem;
  }

  .page-hero {
    padding-bottom: 3.8rem;
  }

  .page-hero__text,
  .hero-text {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
    line-height: 0.98;
    max-width: 11.5ch;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
    line-height: 1;
    max-width: 100%;
  }

  h3 {
    font-size: 1.34rem;
  }

  p,
  .hero-text,
  .page-hero__text,
  .pricing-content p,
  .shop-card__content p,
  .content-card p,
  .faq-card p,
  .legal-card p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .eyebrow {
    font-size: 0.88rem;
    letter-spacing: 0.12em;
  }

  .hero-actions,
  .cta-actions,
  .button-row {
    gap: 0.75rem;
  }

  .hero-actions .button,
  .cta-actions .button,
  .button-row .button {
    width: 100%;
  }

  .button {
    min-height: 3.1rem;
    padding: 0.8rem 1.1rem;
    font-size: 1rem;
  }

  .hero-panel,
  .pricing-content,
  .feature-card,
  .cta-card,
  .form-panel,
  .product-summary-card,
  .content-card,
  .legal-card,
  .shop-card__content,
  .faq-card,
  .mini-card {
    padding: 1.1rem;
  }

  .panel-stats {
    grid-template-columns: 1fr;
  }

  .panel-main strong {
    font-size: 1.18rem;
  }

  .trust-list {
    flex-direction: column;
    align-items: start;
    gap: 0.6rem;
  }

  .trust-list li,
  .pricing-badge,
  .shop-card__tag {
    min-height: 2.2rem;
    padding: 0.28rem 0.8rem;
    font-size: 0.92rem;
  }

  .pricing-head,
  .shop-card__header {
    flex-direction: column;
    align-items: start;
  }

  .pricing-head h3,
  .shop-card__header h3 {
    font-size: 2rem;
  }

  .pricing-media,
  .shop-card__media {
    aspect-ratio: 16 / 11;
  }

  .product-media-card {
    min-height: 18rem;
  }

  .product-summary-card {
    padding: 1.2rem;
  }

  .info-media {
    min-height: 20rem;
  }

  .info-media img,
  .info-media--infrastructure img,
  .info-media--security img,
  .info-media--control img,
  .info-media--latency img,
  .info-media--support img {
    transform: scale(1.02);
  }

  .info-media--infrastructure img {
    object-position: 70% 50%;
  }

  .info-media--security img {
    object-position: 54% 50%;
  }

  .info-media--control img {
    object-position: 56% 50%;
  }

  .info-media--latency img {
    object-position: 76% 50%;
  }

  .info-media--support img {
    object-position: 79% 50%;
  }

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

  .footer-nav {
    gap: 0.9rem 1rem;
  }

  .footer-nav__menu {
    width: 100%;
    gap: 0.9rem 1rem;
  }

  .woo-shell ul.products li.product,
  .woo-shell .woocommerce-cart-form,
  .woo-shell .cart-collaterals,
  .woo-shell .woocommerce-checkout,
  .woo-shell .woocommerce-account,
  .woo-shell .woocommerce-order,
  .woo-shell .woocommerce-form-login,
  .woo-shell .woocommerce-form-register,
  .woo-shell form.checkout_coupon {
    padding: 1.1rem;
  }

  .woo-shell .product-thumbnail img {
    width: 4.75rem;
    min-width: 4.75rem;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 1rem), var(--container));
  }

  .brand-text small {
    display: none;
  }

  .brand-mark {
    width: 4.15rem;
    flex-basis: 4.15rem;
  }

  h1 {
    font-size: clamp(2.1rem, 11vw, 2.8rem);
  }

  .section,
  .cta-section {
    padding: 4.1rem 0;
  }

  .pricing-head h3,
  .shop-card__header h3 {
    font-size: 1.8rem;
  }

  .shop-card__stats article,
  .panel-stats article,
  .shop-hero-panel__row {
    padding: 0.85rem;
  }

  .shop-card__media,
  .pricing-media {
    aspect-ratio: 16 / 12;
  }

  .info-media {
    min-height: 17rem;
  }

  .woo-shell .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    padding: 0.95rem 0.95rem 0.95rem 2.6rem;
  }
}

.woocommerce .woo-shell ul.products.columns-4,
.woocommerce-page .woo-shell ul.products.columns-4,
.woo-shell ul.products.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(320px, 420px)) !important;
  gap: 32px !important;
  justify-content: center !important;
  align-items: stretch !important;
  margin: 40px auto 0 !important;
  padding: 0 !important;
}

.woocommerce .woo-shell ul.products.columns-4::before,
.woocommerce .woo-shell ul.products.columns-4::after {
  display: none !important;
  content: none !important;
}

.woocommerce .woo-shell ul.products.columns-4 li.product,
.woocommerce-page .woo-shell ul.products.columns-4 li.product {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 !important;
  padding: 18px !important;
  background: #101826 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
}

.woocommerce .woo-shell ul.products.columns-4 li.product a img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  margin: 0 0 18px !important;
}

@media (max-width: 900px) {
  .woocommerce .woo-shell ul.products.columns-4,
  .woocommerce-page .woo-shell ul.products.columns-4,
  .woo-shell ul.products.products.columns-4 {
    grid-template-columns: minmax(280px, 420px) !important;
  }
}

.site-nav__cart {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav__cart:hover,
.site-nav__cart:focus-visible {
  color: var(--text);
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: var(--primary);
  color: #081109;
  font-size: 0.78rem;
  font-weight: 700;
}

.woocommerce-products-header__title,
.page-title {
  display: none;
}

.site-main--woocommerce .section {
  padding-top: 1rem;
}