:root {
  --ink: #111816;
  --muted: #64726c;
  --line: #dde8e2;
  --panel: #ffffff;
  --panel-soft: #f4f8f5;
  --page: #eef5f1;
  --green: #226f54;
  --green-dark: #102a24;
  --blue: #2457d6;
  --orange: #d46138;
  --amber: #e7a23a;
  --mint: #7bd389;
  --danger: #b93939;
  --violet: #6c4fd8;
  --cyan: #1b8a9b;
  --shadow: 0 18px 48px rgba(20, 35, 29, 0.11);
  --shadow-tight: 0 10px 26px rgba(20, 35, 29, 0.09);
}

.catalog-filter-stack {
  align-items: stretch;
  flex-direction: row;
  gap: 10px;
  width: auto;
}

.catalog-filter-stack .search-field {
  width: 100%;
}

.catalog-type-tabs,
.use-case-tabs,
.period-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  padding: 5px;
}

.catalog-type-tabs button,
.use-case-tabs button,
.period-tabs button {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-height: 40px;
}

.catalog-type-tabs .icon,
.use-case-tabs .icon {
  color: currentColor;
  height: 14px;
  width: 14px;
}

.category-icon {
  align-items: center;
  background: rgba(143, 255, 115, 0.12);
  border: 1px solid rgba(143, 255, 115, 0.28);
  border-radius: 8px;
  color: #9dff6f;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.catalog-type-tabs button {
  border-radius: 12px !important;
  padding: 7px 12px 7px 8px !important;
}

.catalog-type-tabs button.active,
.use-case-tabs button.active,
.period-tabs button.active {
  background: linear-gradient(135deg, rgba(152, 255, 107, 0.28), rgba(26, 205, 121, 0.18));
  border-color: rgba(142, 255, 113, 0.62);
  color: #ecfff4;
  box-shadow: 0 12px 30px rgba(36, 222, 121, 0.16);
}

.catalog-type-tabs button.active .category-icon {
  background: linear-gradient(135deg, #9df06f, #22ce77);
  border-color: transparent;
  color: #06130d;
}

#catalogo > .section-heading,
.client-store > .section-heading {
  align-items: flex-end;
  gap: 24px;
}

#catalogo > .section-heading > div:first-child,
.client-store > .section-heading > div:first-child {
  flex: 1 1 auto;
  min-width: 240px;
}

#catalogo > .section-heading h2,
.client-store > .section-heading h2 {
  font-size: clamp(1.85rem, 3vw, 3rem);
  letter-spacing: 0;
  line-height: 0.98;
}

#catalogo .eyebrow,
.client-store .eyebrow {
  font-size: 0.76rem;
}

#catalogo .catalog-filter-stack,
.client-store .client-category-tabs {
  margin-left: auto;
}

.client-store .client-category-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  justify-content: stretch;
  min-width: min(100%, 560px);
  max-width: 620px;
}

.client-store .client-category-tabs button {
  justify-content: flex-start;
  white-space: nowrap;
  width: 100%;
}

#catalogo .catalog-type-tabs,
.client-store .catalog-type-tabs {
  background: rgba(4, 26, 18, 0.64);
  border: 1px solid rgba(143, 255, 115, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

#catalogo .catalog-type-tabs button,
.client-store .catalog-type-tabs button {
  font-size: 0.9rem;
  min-height: 46px;
  padding: 9px 15px 9px 10px !important;
}

#catalogo .category-icon,
.client-store .category-icon {
  height: 28px;
  flex: 0 0 28px;
  width: 28px;
}

.product-card .card-category {
  color: #a8ff82;
}

.plan-variant-field {
  display: grid;
  gap: 7px;
  margin: 4px 0 10px;
}

.plan-variant-field span {
  color: #a4b8aa;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-variant-field select {
  appearance: none;
  background:
    linear-gradient(135deg, rgba(139, 255, 106, 0.12), rgba(24, 210, 120, 0.08)),
    #03160d;
  border: 1px solid rgba(84, 219, 132, 0.36);
  border-radius: 11px;
  color: #f4fff8;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 0 14px;
  width: 100%;
}

.plan-variant-field select:disabled {
  cursor: default;
  opacity: 0.72;
}

.plan-variant-field option {
  background: #04180e;
  color: #f4fff8;
}

.plan-use-field {
  display: grid;
  gap: 8px;
  margin: 4px 0 10px;
}

.plan-use-field > span {
  color: #a4b8aa;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.use-case-picker {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-case-picker button {
  align-items: center;
  background: rgba(5, 31, 18, 0.86);
  border: 1px solid rgba(84, 219, 132, 0.28);
  border-radius: 10px;
  color: #dff7e8;
  display: grid;
  gap: 3px;
  justify-content: center;
  min-height: 42px;
  padding: 6px 5px;
  text-decoration: none;
}

.use-case-picker button .icon {
  height: 14px;
  justify-self: center;
  width: 14px;
}

.use-case-picker button span {
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.use-case-picker button.active {
  background: linear-gradient(135deg, #94f56c, #1fc879);
  border-color: rgba(170, 255, 126, 0.84);
  color: #03130b;
  box-shadow: 0 12px 28px rgba(45, 224, 121, 0.2);
}

.use-case-picker button.active .icon {
  color: #03130b;
}

.plan-period-field {
  display: grid;
  gap: 8px;
  margin: 4px 0 10px;
}

.plan-period-field > span {
  color: #a4b8aa;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.period-picker button {
  align-items: center;
  background: rgba(5, 31, 18, 0.86);
  border: 1px solid rgba(84, 219, 132, 0.28);
  border-radius: 10px;
  color: #dff7e8;
  display: inline-flex;
  justify-content: center;
  min-height: 34px;
  padding: 0 7px;
  text-align: center;
  text-decoration: none;
}

.period-picker button strong {
  color: inherit;
  font-size: 0.78rem;
  line-height: 1;
}

.period-picker button.active {
  background: linear-gradient(135deg, #94f56c, #1fc879);
  border-color: rgba(170, 255, 126, 0.84);
  color: #03130b;
  box-shadow: 0 12px 28px rgba(45, 224, 121, 0.2);
}

.period-picker button:disabled {
  cursor: default;
  opacity: 0.82;
}

.client-card-options {
  margin-bottom: 8px;
}

.client-plan-card .use-case-picker {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-plan-card .period-picker {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.client-plan-card .use-case-picker button {
  min-height: 38px;
}

.client-plan-card .period-picker button {
  min-height: 32px;
}

@media (max-width: 520px) {
  .use-case-picker,
  .period-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .balance-recharge-layout {
    grid-template-columns: 1fr;
  }

  .balance-quick-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .balance-recharge-card,
  .recharge-payment-box {
    padding: 14px;
  }

  .balance-quick-values {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .catalog-filter-stack {
    width: 100%;
  }

  .catalog-type-tabs,
  .use-case-tabs,
  .period-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }

  .catalog-type-tabs button,
  .use-case-tabs button,
  .period-tabs button {
    white-space: nowrap;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(34, 111, 84, 0.08), transparent 34%),
    linear-gradient(225deg, rgba(36, 87, 214, 0.07), transparent 30%),
    var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.icon-sprite {
  display: none;
}

.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  flex: 0 0 auto;
}

.app-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100vh;
  padding: 24px;
  color: #f8fff9;
  background:
    linear-gradient(180deg, rgba(123, 211, 137, 0.12), transparent 34%),
    #0f241f;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, #7bd389, #e7a23a);
  color: #17231f;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(123, 211, 137, 0.24);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: rgba(248, 255, 249, 0.68);
  font-size: 0.82rem;
}

.main-nav {
  display: grid;
  gap: 8px;
}

.main-nav a {
  padding: 12px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(248, 255, 249, 0.76);
  text-decoration: none;
  font-weight: 750;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.main-nav a:hover,
.main-nav a.active {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transform: translateX(2px);
}

.trust-panel {
  margin-top: auto;
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
}

.trust-panel span {
  color: rgba(248, 255, 249, 0.74);
  font-size: 0.9rem;
  line-height: 1.5;
}

main {
  display: grid;
  gap: 26px;
  padding: 26px;
}

.announcement-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-tight);
  color: var(--muted);
  text-align: center;
}

.announcement-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff3e6;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.announcement-strip strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.announcement-strip a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.topbar,
.section-heading,
.cart-header,
.support-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #f8fff9;
  background:
    linear-gradient(115deg, rgba(16, 42, 36, 0.98), rgba(28, 70, 58, 0.94) 48%, rgba(36, 87, 214, 0.78)),
    #102a24;
  box-shadow: var(--shadow);
}

.topbar::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(42%, 420px);
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08)),
    url("assets/proxy-network.svg") center / cover;
  opacity: 0.5;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 0;
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  line-height: 1.05;
}

.topbar .eyebrow,
.topbar h1,
.topbar .hero-copy,
.topbar-actions {
  position: relative;
  z-index: 1;
}

.topbar .eyebrow {
  color: #9ff0ad;
}

.hero-copy {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(248, 255, 249, 0.76);
  font-size: 1rem;
  line-height: 1.6;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-actions a {
  text-decoration: none;
}

.secondary-button.ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hero-offer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(360px, 100%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.hero-offer p {
  margin-bottom: 0;
  color: rgba(248, 255, 249, 0.78);
  line-height: 1.5;
}

.offer-price {
  display: grid;
  gap: 2px;
}

.offer-price span {
  color: rgba(248, 255, 249, 0.7);
  font-size: 0.84rem;
  font-weight: 800;
}

.offer-price strong {
  color: #ffffff;
  font-size: 2rem;
}

h2 {
  margin-bottom: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.topbar-actions,
.filters,
.support-actions,
.plan-actions,
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar-actions {
  align-self: start;
}

.category-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scrollbar-width: thin;
}

.category-rail span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  white-space: nowrap;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: var(--shadow-tight);
}

.icon-button,
.account-button,
.primary-button,
.secondary-button,
.plan-button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
}

.icon-button {
  position: relative;
  display: grid;
  width: 44px;
  place-items: center;
  background: var(--panel);
  color: var(--ink);
  box-shadow: var(--shadow-tight);
}

.topbar .icon-button,
.topbar .account-button {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.live-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(123, 211, 137, 0.34);
  border-radius: 999px;
  background: rgba(123, 211, 137, 0.13);
  color: #dfffe6;
  font-size: 0.86rem;
  font-weight: 900;
}

.live-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #7bd389;
  box-shadow: 0 0 0 5px rgba(123, 211, 137, 0.18);
}

.icon-button.subtle {
  box-shadow: none;
  border: 1px solid var(--line);
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.account-button,
.primary-button,
.secondary-button,
.plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  font-weight: 800;
}

.account-button,
.secondary-button {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}

.primary-button,
.plan-button {
  background: var(--green-dark);
  color: #ffffff;
}

.secondary-button:hover,
.account-button:hover,
.icon-button:hover {
  border-color: #b8c8c1;
}

.primary-button:hover,
.plan-button:hover {
  background: var(--green);
}

.primary-button:disabled,
.plan-button:disabled {
  cursor: not-allowed;
  background: #94a59d;
}

.primary-button.is-loading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.primary-button.is-loading::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(3, 19, 11, 0.28);
  border-top-color: #03130b;
  border-radius: 999px;
  animation: proxyflow-spin 0.8s linear infinite;
}

@keyframes proxyflow-spin {
  to {
    transform: rotate(360deg);
  }
}

.operations-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1.28fr);
  gap: 18px;
}

.status-panel,
.checkout-panel,
.cart-panel,
.support-strip,
.table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.status-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(123, 211, 137, 0.13), rgba(255, 255, 255, 0) 36%),
    #ffffff;
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(123, 211, 137, 0.18);
}

.metric-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0 14px;
  border-bottom: 1px solid var(--line);
}

.metric-row span {
  color: var(--muted);
}

.metric-row strong {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.latency-bar {
  display: grid;
  gap: 10px;
}

.latency-bar span {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #eef5f1;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.latency-bar span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  background: rgba(123, 211, 137, 0.38);
}

.latency-bar span:nth-child(2)::before {
  background: rgba(45, 95, 208, 0.2);
}

.latency-bar span:nth-child(3)::before {
  background: rgba(240, 177, 94, 0.34);
}

.network-visual {
  position: relative;
  overflow: hidden;
  min-height: 268px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.network-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 268px;
  object-fit: cover;
}

.network-visual figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  min-width: 220px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-tight);
  backdrop-filter: blur(10px);
}

.network-visual figcaption span {
  color: var(--muted);
  font-size: 0.86rem;
}

.workspace-section {
  display: grid;
  gap: 16px;
  padding: 2px;
}

.audience-section,
.flow-section,
.faq-section {
  display: grid;
  gap: 16px;
}

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

.audience-grid article,
.flow-grid article,
.faq-section details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-tight);
}

.audience-grid article {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 17px;
}

.audience-grid strong {
  font-size: 1.02rem;
}

.audience-grid span,
.flow-grid p,
.faq-section p {
  color: var(--muted);
  line-height: 1.55;
}

.flow-grid article {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.flow-grid article span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--green-dark);
  color: #ffffff;
  font-weight: 900;
}

.faq-section {
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  align-items: start;
}

.faq-section details {
  padding: 16px 18px;
}

.faq-section summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-section p {
  margin: 12px 0 0;
}

.section-heading.compact {
  margin-bottom: 16px;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 250px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow-tight);
}

.search-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.segmented {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow-tight);
}

.segmented button {
  min-height: 34px;
  padding: 0 11px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}

.segmented button.active {
  background: var(--green-dark);
  color: #ffffff;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.98));
  box-shadow: var(--shadow-tight);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--amber));
}

.product-card:hover {
  border-color: #bad1c7;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.type-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef7f1;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.type-pill.isp {
  background: #f0edff;
  color: var(--violet);
}

.type-pill.datacenter {
  background: #eef3ff;
  color: var(--blue);
}

.type-pill.mobile {
  background: #fff3e6;
  color: var(--orange);
}

.product-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #40504a;
  font-size: 0.92rem;
}

.feature-list .icon {
  color: var(--green);
}

.price-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 4px;
}

.price-line strong {
  font-size: 1.7rem;
}

.price-line span {
  color: var(--muted);
  font-size: 0.9rem;
}

.stock {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef7f1;
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 900;
}

.commerce-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: start;
}

.checkout-panel,
.cart-panel {
  padding: 20px;
}

.checkout-panel {
  background:
    linear-gradient(180deg, rgba(36, 87, 214, 0.06), rgba(255, 255, 255, 0) 28%),
    #ffffff;
}

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

.payment-box {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(123, 211, 137, 0.16), rgba(36, 87, 214, 0.06)),
    #f8fbf9;
}

.payment-box[hidden] {
  display: none;
}

.payment-box code {
  display: block;
  overflow-wrap: anywhere;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #40504a;
  font-size: 0.84rem;
}

.pix-payment-box {
  display: grid;
  gap: 10px;
}

.pix-payment-box[hidden] {
  display: none;
}

.pix-payment-box img {
  width: min(220px, 100%);
  border: 1px solid rgba(143, 255, 115, 0.22);
  border-radius: 12px;
  background: #fff;
  padding: 8px;
}

.pix-payment-box textarea {
  width: 100%;
  min-height: 92px;
  resize: vertical;
  border: 1px solid rgba(143, 255, 115, 0.22);
  border-radius: 10px;
  background: rgba(1, 11, 7, 0.72);
  color: #eafff4;
  padding: 10px;
  font: 700 0.8rem/1.45 "Plus Jakarta Sans", sans-serif;
}

.balance-recharge-section .section-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 6px 0 0;
  color: var(--muted);
}

.balance-recharge-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px);
  gap: 18px;
  align-items: start;
}

.balance-recharge-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(126, 246, 137, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(17, 79, 45, 0.56), rgba(2, 24, 15, 0.9));
}

.balance-recharge-card label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.balance-recharge-card input {
  width: 100%;
  border: 1px solid rgba(126, 246, 137, 0.24);
  border-radius: 8px;
  background: rgba(0, 14, 9, 0.86);
  color: var(--text);
  padding: 13px 14px;
  font: inherit;
  font-weight: 800;
}

.balance-quick-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.balance-quick-values button {
  border: 1px solid rgba(126, 246, 137, 0.28);
  border-radius: 8px;
  background: rgba(126, 246, 137, 0.08);
  color: var(--text);
  padding: 11px 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.balance-quick-values button.active,
.balance-quick-values button:hover {
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #03130b;
}

.recharge-payment-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.recharge-payment-modal[hidden] {
  display: none;
}

.recharge-payment-modal > .modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 7, 4, 0.78);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.recharge-payment-box {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  max-height: min(720px, calc(100vh - 36px));
  overflow: auto;
  margin: 0;
  padding: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.recharge-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.recharge-payment-box .pix-payment-box {
  justify-items: stretch;
}

.recharge-payment-box .pix-payment-box img {
  justify-self: center;
  width: min(240px, 100%);
}

.recharge-payment-box .pix-payment-box textarea {
  min-height: 80px;
  max-height: 120px;
}

.balance-recharge-history {
  margin-top: 18px;
}

.checkout-form label {
  display: grid;
  gap: 7px;
  color: #40504a;
  font-size: 0.9rem;
  font-weight: 800;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
}

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

.toggle-line {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px !important;
}

.toggle-line input {
  width: 18px;
  height: 18px;
  min-height: auto;
  accent-color: var(--green);
}

.cart-panel {
  position: sticky;
  top: 18px;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
  box-shadow: 0 6px 16px rgba(20, 35, 29, 0.04);
}

.cart-item-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-top strong {
  display: block;
}

.cart-item-top span {
  color: var(--muted);
  font-size: 0.86rem;
}

.quantity-controls {
  justify-content: space-between;
}

.quantity-controls button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
}

.quantity-controls strong {
  min-width: 28px;
  text-align: center;
}

.cart-empty {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 22px;
  color: var(--muted);
  text-align: center;
}

.cart-empty.hidden,
.cart-items:empty {
  display: none;
}

.totals {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.totals dt {
  color: var(--muted);
}

.totals dd {
  margin: 0;
  font-weight: 900;
}

.grand-total {
  align-items: baseline;
  padding-top: 10px;
  color: var(--ink);
}

.grand-total dd {
  font-size: 1.35rem;
}

.table-wrap {
  overflow-x: auto;
}

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

.delivery-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow-tight);
}

.delivery-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--mint), var(--cyan));
}

.delivery-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.proxy-credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.proxy-credentials div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f2f6f4;
  border: 1px solid #e3ece7;
}

.proxy-credentials dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.proxy-credentials dd {
  overflow-wrap: anywhere;
  margin: 4px 0 0;
  font-weight: 900;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: #fff;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  background: #f5f8f6;
}

tr:last-child td {
  border-bottom: 0;
}

.status-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef7f1;
  color: var(--green);
  font-weight: 900;
  font-size: 0.78rem;
}

.status-tag.pending {
  background: #fff3e6;
  color: var(--orange);
}

.support-strip {
  padding: 18px;
  color: #f8fff9;
  background:
    linear-gradient(110deg, rgba(16, 42, 36, 0.98), rgba(34, 111, 84, 0.9)),
    var(--green-dark);
}

.support-strip .eyebrow {
  color: #9ff0ad;
}

.support-strip .secondary-button {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.support-strip h2 {
  max-width: 780px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  width: min(360px, calc(100vw - 36px));
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--green-dark);
  color: #ffffff;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .trust-panel {
    margin-top: 0;
  }

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

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

@media (max-width: 860px) {
  main {
    padding: 18px;
  }

  .topbar,
  .section-heading,
  .commerce-layout,
  .operations-grid,
  .support-strip {
    grid-template-columns: 1fr;
  }

  .topbar,
  .section-heading,
  .support-strip {
    display: grid;
  }

  .topbar {
    min-height: auto;
    padding: 22px;
  }

  .topbar::after {
    opacity: 0.22;
    width: 100%;
  }

  .filters {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .search-field {
    min-width: 0;
  }

  .segmented {
    overflow-x: auto;
  }

  .commerce-layout {
    display: grid;
  }

  .delivery-grid,
  .proxy-credentials {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: static;
  }

  .faq-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .sidebar {
    padding: 18px;
  }

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

  .topbar-actions,
  .hero-actions,
  .support-actions,
  .form-row,
  .product-grid {
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
  }

  .account-button,
  .primary-button,
  .secondary-button,
  .plan-button {
    width: 100%;
  }

  .icon-button {
    width: 100%;
  }

  .product-top,
  .price-line,
  .audience-grid,
  .flow-grid,
  .announcement-strip {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Portal pages */
.portal-body {
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(51, 135, 255, 0.28), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(46, 232, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #040914 0%, #07111f 52%, #040914 100%);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  min-height: 100vh;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  gap: 22px;
  padding: 28px 0;
}

.auth-hero,
.auth-card,
.portal-header,
.portal-sidebar,
.portal-metrics article {
  border: 1px solid rgba(141, 177, 224, 0.16);
  border-radius: 8px;
  background: rgba(8, 20, 38, 0.74);
  box-shadow: var(--shadow-tight);
  backdrop-filter: blur(18px);
}

.auth-hero {
  display: grid;
  align-content: space-between;
  min-height: 560px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(120deg, rgba(4, 9, 20, 0.94), rgba(20, 72, 150, 0.55)),
    rgba(8, 20, 38, 0.74);
}

.auth-hero h1,
.portal-header h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.demo-logins {
  display: grid;
  gap: 8px;
}

.demo-logins span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(85, 199, 255, 0.16);
  border-radius: 8px;
  background: rgba(85, 199, 255, 0.08);
  color: #dff8ff;
  font-size: 0.86rem;
}

.auth-card {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.auth-card form {
  display: grid;
  gap: 13px;
}

.auth-card label {
  display: grid;
  gap: 7px;
  color: #c8dcf2;
  font-weight: 800;
}

.auth-card input {
  min-height: 44px;
  border: 1px solid rgba(141, 177, 224, 0.16);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #eef6ff;
}

.form-message {
  margin: 0;
  color: #ffb35c;
}

.portal-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  width: min(1360px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0 34px;
}

.portal-sidebar {
  position: sticky;
  top: 18px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 16px;
}

.portal-nav {
  display: grid;
  gap: 8px;
}

.portal-nav a {
  padding: 10px 11px;
  border-radius: 8px;
  color: #bcd2e7;
  text-decoration: none;
  font-weight: 800;
}

.portal-nav a:hover {
  background: rgba(85, 199, 255, 0.1);
  color: #ffffff;
}

.portal-main {
  display: grid;
  gap: 16px;
}

.portal-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

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

.portal-metrics article {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.portal-metrics span {
  color: var(--muted);
  font-weight: 800;
}

.portal-metrics strong {
  color: #ffffff;
  font-size: 1.8rem;
}

@media (max-width: 920px) {
  .auth-shell,
  .portal-shell {
    grid-template-columns: 1fr;
  }

  .auth-hero {
    min-height: auto;
  }

  .portal-sidebar {
    position: static;
  }

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

@media (max-width: 620px) {
  .portal-metrics {
    grid-template-columns: 1fr;
  }

  .portal-header {
    display: grid;
  }
}

/* Extra visual depth */
.hero-console {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 18px;
  z-index: 2;
  width: min(420px, 42%);
  padding: 14px;
  border: 1px solid rgba(143, 169, 208, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11, 25, 48, 0.86), rgba(4, 9, 20, 0.78));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.console-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.console-top span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff6b80;
}

.console-top span:nth-child(2) {
  background: #ffce73;
}

.console-top span:nth-child(3) {
  background: #72e8ff;
}

.console-top strong {
  margin-left: auto;
  color: #9beeff;
  font-size: 0.68rem;
  text-transform: uppercase;
}

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

.console-grid div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(143, 169, 208, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.console-grid small {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
}

.console-grid strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 1rem;
}

.console-lines {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.console-lines span {
  display: block;
  width: var(--w);
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(52, 236, 255, 0.8), rgba(58, 141, 255, 0.18));
}

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

.feature-strip article,
.visual-band {
  border: 1px solid rgba(143, 169, 208, 0.13);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(12, 28, 54, 0.72), rgba(7, 16, 31, 0.68));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
}

.feature-strip article {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 7px;
  padding: 14px;
}

.feature-strip article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(52, 236, 255, 0.08);
}

.feature-strip span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #34ecff, #3a8dff);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
}

.feature-strip strong {
  color: #ffffff;
}

.feature-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.visual-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 20% 30%, rgba(52, 236, 255, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(12, 28, 54, 0.78), rgba(13, 38, 75, 0.66));
}

.visual-band h2 {
  max-width: 520px;
}

.pipeline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pipeline span {
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(116, 230, 255, 0.15);
  border-radius: 999px;
  background: rgba(116, 230, 255, 0.08);
  color: #dff8ff;
  font-size: 0.78rem;
  font-weight: 900;
}

.pipeline i {
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(116, 230, 255, 0.2), rgba(116, 230, 255, 0.8));
}

.product-card {
  isolation: isolate;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: auto 12px 12px auto;
  width: 52px;
  height: 52px;
  z-index: -1;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(52, 236, 255, 0.12), rgba(154, 139, 255, 0.08));
  transform: rotate(10deg);
}

.product-card:nth-child(3n + 2)::after {
  border-radius: 50%;
}

.product-card:nth-child(3n + 3)::after {
  width: 70px;
  height: 36px;
  border-radius: 999px;
}

@media (max-width: 900px) {
  .hero-console {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

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

  .visual-band {
    display: grid;
  }
}

@media (max-width: 620px) {
  .feature-strip,
  .console-grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ and organization polish */
.faq-section {
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.faq-section details {
  position: relative;
  overflow: hidden;
  padding: 12px 14px 12px 16px;
}

.faq-section details::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #34ecff, #3a8dff);
  opacity: 0.8;
}

.faq-section summary {
  list-style: none;
  padding-right: 24px;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::after {
  content: "+";
  float: right;
  margin-right: -20px;
  color: #72e8ff;
  font-weight: 900;
}

.faq-section details[open] summary::after {
  content: "-";
}

.faq-section details p {
  font-size: 0.84rem;
}

.workspace-section,
.audience-section,
.flow-section,
.reviews-section {
  position: relative;
}

.workspace-section::before,
.audience-section::before,
.flow-section::before,
.reviews-section::before {
  content: "";
  position: absolute;
  inset: -7px -7px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 230, 255, 0.18), transparent);
  pointer-events: none;
}

.section-heading {
  min-height: 46px;
  padding: 0 2px;
}

.topbar {
  overflow: hidden;
}

.topbar::before {
  background:
    linear-gradient(90deg, rgba(116, 230, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%);
}

.operations-grid {
  margin-top: -2px;
}

.product-card h3,
.delivery-card h3 {
  letter-spacing: -0.015em;
}

.product-card .plan-button {
  width: 100%;
}

.cart-panel,
.checkout-panel {
  align-self: start;
}

.support-strip,
.compliance-section,
.visual-band {
  position: relative;
  overflow: hidden;
}

.support-strip::after,
.compliance-section::after,
.visual-band::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(52, 236, 255, 0.08);
  pointer-events: none;
}

.reviews-grid article {
  position: relative;
  overflow: hidden;
}

.reviews-grid article::before {
  content: "”";
  position: absolute;
  right: 12px;
  top: -18px;
  color: rgba(116, 230, 255, 0.12);
  font-size: 5rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  .faq-section {
    grid-template-columns: 1fr;
  }
}

/* Store premium polish inspired by modern catalog layouts */
.announcement-strip {
  position: relative;
  overflow: hidden;
}

.announcement-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(116, 230, 255, 0.08), transparent);
  transform: translateX(-60%);
  pointer-events: none;
}

.text-glow {
  color: #9beeff;
  text-shadow: 0 0 28px rgba(52, 236, 255, 0.36);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -6px;
}

.hero-stats article {
  position: relative;
  overflow: hidden;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(143, 169, 208, 0.13);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 15%, rgba(52, 236, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(12, 28, 54, 0.78), rgba(7, 16, 31, 0.7));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
}

.hero-stats article::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -34px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(116, 230, 255, 0.12);
  border-radius: 28px;
  transform: rotate(18deg);
}

.hero-stats strong {
  display: block;
  color: #ffffff;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.hero-stats span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.8rem;
}

.product-grid {
  align-items: stretch;
}

.product-card {
  padding-top: 12px;
}

.card-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  color: #72e8ff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-category::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(116, 230, 255, 0.6), transparent);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  padding: 8px 9px;
  border: 1px solid rgba(143, 169, 208, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.product-meta span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.product-meta strong {
  color: #dff8ff;
  font-size: 0.76rem;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.card-actions .secondary-button {
  min-width: 106px;
}

.buy-now {
  box-shadow: 0 12px 30px rgba(58, 141, 255, 0.24);
}

.add-cart {
  border-color: rgba(116, 230, 255, 0.16);
  background: rgba(116, 230, 255, 0.065);
}

.product-card .stock {
  display: none;
}

.category-rail {
  mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}

.feature-strip article,
.reviews-grid article,
.audience-grid article,
.flow-grid article {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.feature-strip article:hover,
.reviews-grid article:hover,
.audience-grid article:hover,
.flow-grid article:hover {
  border-color: rgba(116, 230, 255, 0.28);
  box-shadow: 0 18px 52px rgba(52, 236, 255, 0.08);
  transform: translateY(-2px);
}

.commerce-layout {
  grid-template-columns: minmax(0, 1.05fr) 340px;
}

.checkout-panel,
.cart-panel {
  min-height: auto;
}

.site-footer {
  border-top: 1px solid rgba(143, 169, 208, 0.12);
}

@media (max-width: 900px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .commerce-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .card-actions {
    grid-template-columns: 1fr;
  }

  .card-actions .secondary-button {
    width: 100%;
  }
}

/* Full brand refresh */
:root {
  --brand-a: #27e7ff;
  --brand-b: #367bff;
  --brand-c: #9b7cff;
  --surface-1: rgba(5, 13, 28, 0.82);
  --surface-2: rgba(10, 26, 52, 0.72);
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(39, 231, 255, 0.18), transparent 22%),
    radial-gradient(circle at 92% 0%, rgba(155, 124, 255, 0.18), transparent 24%),
    radial-gradient(circle at 55% 45%, rgba(54, 123, 255, 0.1), transparent 30%),
    linear-gradient(180deg, #020611 0%, #071224 42%, #030711 100%);
}

.app-shell::before {
  width: 320px;
  height: 320px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(39, 231, 255, 0.08), rgba(155, 124, 255, 0.035)),
    repeating-linear-gradient(135deg, rgba(116, 230, 255, 0.08) 0 1px, transparent 1px 18px);
}

.sidebar {
  min-height: 64px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 10px max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(6, 14, 30, 0.88), rgba(6, 14, 30, 0.68));
  border-bottom: 1px solid rgba(116, 230, 255, 0.14);
}

.brand-mark {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(116, 230, 255, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(circle at 32% 28%, #ffffff 0 2px, transparent 3px),
    linear-gradient(135deg, var(--brand-a), var(--brand-b) 58%, var(--brand-c));
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.brand-mark::before {
  inset: 9px;
}

.brand-mark::after {
  inset: 15px;
  background: rgba(255, 255, 255, 0.36);
}

.brand-core {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.9);
}

.brand strong {
  color: #ffffff;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.brand strong span {
  color: #8eefff;
}

.brand small {
  color: rgba(216, 235, 255, 0.58);
}

.main-nav {
  justify-content: center;
  padding: 4px;
  border: 1px solid rgba(143, 169, 208, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.main-nav a {
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav a.active {
  background: linear-gradient(135deg, rgba(39, 231, 255, 0.16), rgba(54, 123, 255, 0.16));
}

.trust-panel {
  border-radius: 999px;
  background: rgba(39, 231, 255, 0.09);
}

main {
  width: min(1200px, calc(100% - 28px));
  gap: 12px;
}

.announcement-strip {
  justify-content: space-between;
  min-height: 40px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(39, 231, 255, 0.1), rgba(155, 124, 255, 0.06)),
    rgba(5, 13, 28, 0.74);
}

.announcement-strip span {
  background: linear-gradient(135deg, rgba(39, 231, 255, 0.18), rgba(54, 123, 255, 0.12));
  color: #bdf7ff;
}

.topbar {
  min-height: 520px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.5fr);
  padding: clamp(24px, 4vw, 52px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 30%, rgba(39, 231, 255, 0.14), transparent 28%),
    linear-gradient(120deg, rgba(3, 8, 18, 0.98), rgba(7, 25, 55, 0.96) 48%, rgba(31, 82, 176, 0.72)),
    #071224;
}

.topbar::after {
  background:
    linear-gradient(90deg, rgba(3, 8, 18, 0.96), rgba(3, 8, 18, 0.55), transparent),
    url("assets/proxy-network.svg") right center / 52% auto no-repeat;
  opacity: 0.5;
}

.topbar h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

.hero-proof {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-proof span {
  min-height: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(116, 230, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #ccecff;
  font-size: 0.76rem;
  font-weight: 800;
}

.hero-offer {
  justify-self: end;
  align-self: center;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(14, 35, 70, 0.84), rgba(4, 10, 21, 0.74));
}

.hero-console {
  right: clamp(20px, 5vw, 74px);
  bottom: 24px;
  width: min(430px, 38%);
  border-radius: 16px;
  transform: rotate(-1deg);
}

.hero-stats {
  margin-top: 0;
}

.hero-stats article {
  border-radius: 16px;
}

.store-tabs {
  position: sticky;
  top: 76px;
  z-index: 12;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 7px;
  border: 1px solid rgba(143, 169, 208, 0.12);
  border-radius: 999px;
  background: rgba(4, 10, 21, 0.72);
  backdrop-filter: blur(18px);
}

.store-tabs a {
  min-height: 34px;
  white-space: nowrap;
  padding: 9px 12px;
  border-radius: 999px;
  color: #bcd2e7;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 900;
}

.store-tabs a:hover {
  background: rgba(116, 230, 255, 0.1);
  color: #ffffff;
}

.product-card,
.feature-strip article,
.visual-band,
.reviews-grid article,
.compliance-section,
.faq-section details,
.status-panel,
.network-visual,
.checkout-panel,
.cart-panel,
.table-wrap {
  border-radius: 16px;
}

.product-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(39, 231, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(12, 29, 58, 0.9), rgba(5, 14, 29, 0.82));
}

.site-footer {
  margin-top: 4px;
  padding: 18px 0 4px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  color: #ffffff;
}

.footer-brand small {
  color: var(--muted);
}

.site-footer nav {
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .sidebar {
    padding-inline: 14px;
  }

  .topbar {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .hero-console {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 620px) {
  .main-nav {
    justify-content: start;
    overflow-x: auto;
    border-radius: 14px;
  }

  .announcement-strip {
    display: grid;
    border-radius: 16px;
  }
}

/* Neo compact premium polish */
:root {
  --ink: #f4f8ff;
  --muted: #8a9bb4;
  --line: rgba(143, 169, 208, 0.13);
  --panel: rgba(8, 16, 31, 0.74);
  --panel-soft: rgba(12, 28, 54, 0.74);
  --page: #030711;
  --green: #62d6ff;
  --green-dark: #07101d;
  --blue: #3a8dff;
  --orange: #ffb760;
  --amber: #74e6ff;
  --mint: #72e8ff;
  --danger: #ff6480;
  --violet: #9a8bff;
  --cyan: #34ecff;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --shadow-tight: 0 12px 34px rgba(0, 0, 0, 0.28);
}

html {
  scroll-padding-top: 76px;
}

body {
  background:
    radial-gradient(circle at 18% 2%, rgba(58, 141, 255, 0.22), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(52, 236, 255, 0.14), transparent 22%),
    radial-gradient(circle at 50% 105%, rgba(154, 139, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #030711 0%, #06101f 48%, #030711 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(116, 230, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 230, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
}

body::after {
  content: "";
  position: fixed;
  inset: auto -12% -18% auto;
  width: 46vw;
  height: 46vw;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 141, 255, 0.16), transparent 68%);
  filter: blur(8px);
}

.app-shell::before,
.app-shell::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
}

.app-shell::before {
  top: 92px;
  left: 5vw;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(116, 230, 255, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(58, 141, 255, 0.08), transparent),
    repeating-linear-gradient(90deg, rgba(116, 230, 255, 0.08) 0 1px, transparent 1px 18px);
  transform: rotate(12deg);
  filter: blur(0.2px);
  opacity: 0.7;
}

.app-shell::after {
  right: 7vw;
  top: 178px;
  width: 340px;
  height: 160px;
  border: 1px solid rgba(154, 139, 255, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 50%, rgba(52, 236, 255, 0.14), transparent 34%),
    linear-gradient(90deg, transparent, rgba(154, 139, 255, 0.08), transparent);
  transform: rotate(-10deg);
  opacity: 0.75;
}

.topbar {
  position: relative;
}

.topbar > div:first-child::before {
  content: "META ADS CONTINGENCY";
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 10px;
  padding: 0 9px;
  border: 1px solid rgba(116, 230, 255, 0.18);
  border-radius: 999px;
  background: rgba(116, 230, 255, 0.08);
  color: #9beeff;
  font-size: 0.62rem;
  font-weight: 900;
}

.sidebar {
  min-height: 58px;
  padding: 9px 20px;
  background: rgba(3, 7, 17, 0.7);
}

.brand {
  gap: 10px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  font-size: 0.85rem;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  font-size: 0.7rem;
}

.main-nav {
  gap: 4px;
}

.main-nav a {
  min-height: 30px;
  padding: 7px 9px;
  font-size: 0.78rem;
}

.trust-panel {
  min-height: 30px;
  padding: 7px 10px;
  font-size: 0.78rem;
}

main {
  width: min(1180px, calc(100% - 32px));
  gap: 14px;
  padding: 14px 0 28px;
}

.announcement-strip {
  min-height: 34px;
  padding: 6px 10px;
  font-size: 0.84rem;
}

.topbar {
  min-height: 360px;
  padding: clamp(22px, 3.6vw, 38px);
  border-radius: 10px;
  background:
    linear-gradient(115deg, rgba(3, 7, 17, 0.98), rgba(8, 26, 54, 0.94) 50%, rgba(34, 91, 190, 0.72)),
    #06101f;
}

.topbar::before {
  inset: 10px;
  border-radius: 8px;
}

.topbar::after {
  background:
    linear-gradient(90deg, rgba(3, 7, 17, 0.98), rgba(3, 7, 17, 0.58), rgba(58, 141, 255, 0.04)),
    url("assets/proxy-network.svg") right 46% / 48% auto no-repeat;
  opacity: 0.42;
}

.topbar h1 {
  max-width: 650px;
  font-size: clamp(2.1rem, 4.45vw, 4rem);
  letter-spacing: -0.045em;
}

.hero-copy {
  max-width: 590px;
  margin-top: 10px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 18px;
  gap: 8px;
}

.topbar-actions {
  top: 14px;
  right: 14px;
  gap: 7px;
}

.live-pill,
.topbar .icon-button,
.topbar .account-button {
  min-height: 32px;
  font-size: 0.78rem;
}

.hero-offer {
  width: min(300px, 100%);
  padding: 15px;
  gap: 8px;
  border-radius: 10px;
}

.hero-offer h2 {
  font-size: 1.18rem;
}

.hero-offer p {
  font-size: 0.84rem;
}

.offer-price strong {
  font-size: 1.72rem;
}

.primary-button,
.secondary-button,
.plan-button,
.account-button,
.icon-button {
  min-height: 36px;
  padding-inline: 12px;
  font-size: 0.84rem;
}

.category-rail {
  gap: 7px;
}

.category-rail span {
  min-height: 32px;
  padding: 0 10px;
  font-size: 0.78rem;
}

.operations-grid,
.commerce-layout {
  gap: 10px;
}

.operations-grid {
  grid-template-columns: 0.55fr 1.45fr;
}

.status-panel,
.checkout-panel,
.cart-panel,
.support-strip,
.table-wrap,
.audience-grid article,
.flow-grid article,
.faq-section details,
.delivery-card,
.product-card,
.network-visual,
.auth-hero,
.auth-card,
.portal-header,
.portal-sidebar,
.portal-metrics article {
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(12, 28, 54, 0.76), rgba(7, 16, 31, 0.72));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.27);
}

.status-panel,
.checkout-panel,
.cart-panel {
  padding: 14px;
}

.panel-title,
.metric-row span,
.audience-grid strong,
.flow-grid h3 {
  font-size: 0.84rem;
}

.metric-row {
  padding: 7px 0 8px;
}

.metric-row strong {
  font-size: 1.12rem;
}

.latency-bar {
  gap: 7px;
}

.latency-bar span {
  min-height: 27px;
  padding: 6px 8px;
  font-size: 0.76rem;
}

.network-visual,
.network-visual img {
  min-height: 270px;
}

.network-visual figcaption {
  left: 12px;
  bottom: 12px;
  min-width: 190px;
  padding: 10px 11px;
  border-radius: 9px;
}

.section-heading {
  gap: 12px;
}

.section-heading h2 {
  font-size: 1.12rem;
}

.eyebrow {
  margin-bottom: 4px;
  font-size: 0.66rem;
}

.audience-grid,
.flow-grid {
  gap: 10px;
}

.audience-grid article,
.flow-grid article {
  padding: 13px;
}

.audience-grid span,
.flow-grid p,
.faq-section p {
  font-size: 0.84rem;
}

.flow-grid article span {
  width: 30px;
  height: 30px;
  font-size: 0.78rem;
}

.filters {
  gap: 7px;
}

.search-field {
  min-width: 220px;
  height: 36px;
  padding: 0 10px;
}

.segmented {
  padding: 3px;
}

.segmented button {
  min-height: 29px;
  padding: 0 9px;
  font-size: 0.76rem;
}

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

.product-card {
  min-height: 246px;
  gap: 10px;
  padding: 14px;
}

.product-card p {
  font-size: 0.82rem;
  line-height: 1.45;
}

.type-pill,
.stock,
.status-tag {
  min-height: 24px;
  padding: 0 8px;
  font-size: 0.7rem;
}

.product-top {
  gap: 8px;
}

.product-top h3 {
  margin-bottom: 6px;
  font-size: 0.98rem;
  line-height: 1.18;
}

.feature-list li {
  gap: 6px;
  font-size: 0.78rem;
}

.feature-list .icon {
  width: 16px;
  height: 16px;
}

.price-line strong {
  font-size: 1.22rem;
}

.price-line span {
  font-size: 0.78rem;
}

.checkout-form {
  gap: 10px;
}

.checkout-form label {
  gap: 5px;
  font-size: 0.82rem;
}

.checkout-form input,
.checkout-form select {
  min-height: 38px;
}

.payment-box {
  gap: 9px;
  margin-top: 13px;
  padding: 12px;
}

.cart-items,
.delivery-grid,
.proxy-credentials,
.totals {
  gap: 8px;
}

.cart-item {
  padding: 10px;
}

.quantity-controls button {
  width: 30px;
  height: 30px;
}

.table-wrap {
  border-radius: 10px;
}

th,
td {
  padding: 10px 12px;
  font-size: 0.82rem;
}

th {
  font-size: 0.68rem;
}

.delivery-card {
  gap: 10px;
  padding: 13px;
}

.delivery-card h3 {
  font-size: 0.98rem;
}

.proxy-credentials div {
  padding: 8px;
}

.proxy-credentials dt {
  font-size: 0.65rem;
}

.proxy-credentials dd {
  font-size: 0.82rem;
}

.support-strip {
  padding: 14px;
}

.faq-section {
  gap: 10px;
}

.faq-section details {
  padding: 12px 14px;
}

.reviews-section,
.compliance-section {
  display: grid;
  gap: 12px;
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 183, 96, 0.2);
  border-radius: 999px;
  background: rgba(255, 183, 96, 0.1);
  color: #ffd6a1;
  font-size: 0.78rem;
  font-weight: 900;
}

.reviews-grid,
.use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.reviews-grid article,
.use-grid article,
.policy-card {
  border: 1px solid rgba(143, 169, 208, 0.13);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(12, 28, 54, 0.76), rgba(7, 16, 31, 0.72));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.27);
}

.reviews-grid article {
  display: grid;
  gap: 9px;
  padding: 14px;
}

.stars {
  color: #ffce73;
  font-size: 0.9rem;
}

.reviews-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.reviews-grid strong {
  color: #eef6ff;
  font-size: 0.82rem;
}

.compliance-section {
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(116, 230, 255, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 20%, rgba(52, 236, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(12, 28, 54, 0.72), rgba(7, 16, 31, 0.72));
}

.compliance-section p {
  color: var(--muted);
  line-height: 1.55;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

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

.use-grid article {
  padding: 14px;
}

.use-grid span {
  display: inline-flex;
  margin-bottom: 9px;
  color: #9beeff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.use-grid ul,
.policy-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0 2px;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer nav {
  display: flex;
  gap: 12px;
}

.site-footer a {
  color: #9beeff;
  text-decoration: none;
  font-weight: 800;
}

.policy-page {
  display: grid;
  gap: 18px;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 42px;
}

.policy-card {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 4vw, 32px);
}

.policy-card h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.policy-card h2 {
  margin-top: 8px;
  font-size: 1.05rem;
}

.policy-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.toast {
  padding: 12px 14px;
  font-size: 0.86rem;
}

.portal-shell {
  width: min(1180px, calc(100% - 32px));
  gap: 12px;
  padding-top: 14px;
}

.portal-sidebar {
  width: 230px;
  gap: 14px;
  padding: 13px;
}

.portal-nav {
  gap: 6px;
}

.portal-nav a {
  padding: 9px 10px;
  font-size: 0.82rem;
}

.portal-main {
  gap: 12px;
}

.portal-header {
  padding: 18px;
}

.portal-header h1,
.auth-hero h1 {
  font-size: clamp(1.9rem, 3.5vw, 3.4rem);
}

.portal-metrics {
  gap: 10px;
}

.portal-metrics article {
  padding: 13px;
}

.portal-metrics strong {
  font-size: 1.45rem;
}

.auth-shell {
  width: min(1040px, calc(100% - 32px));
}

.auth-hero {
  min-height: 470px;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .operations-grid,
  .commerce-layout,
  .topbar {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .audience-grid,
  .flow-grid,
  .reviews-grid,
  .compliance-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compliance-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  main {
    width: min(100% - 20px, 1180px);
  }

  .topbar {
    min-height: auto;
    padding: 20px;
  }

  .topbar h1 {
    font-size: 2.05rem;
  }

  .product-grid,
  .audience-grid,
  .flow-grid,
  .delivery-grid,
  .proxy-credentials,
  .reviews-grid,
  .use-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

/* Blue premium redesign */
:root {
  --ink: #06111f;
  --muted: #5d6f86;
  --line: rgba(123, 156, 197, 0.22);
  --panel: #ffffff;
  --panel-soft: #eef6ff;
  --page: #eaf3ff;
  --green: #0c7ee8;
  --green-dark: #071a33;
  --blue: #1f6fff;
  --orange: #ffb25f;
  --amber: #56d6ff;
  --mint: #65e7ff;
  --danger: #d94b63;
  --violet: #6c77ff;
  --cyan: #00b8e6;
  --shadow: 0 28px 80px rgba(7, 26, 51, 0.18);
  --shadow-tight: 0 14px 36px rgba(7, 26, 51, 0.12);
}

body {
  background:
    radial-gradient(circle at 14% 4%, rgba(31, 111, 255, 0.22), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(0, 184, 230, 0.18), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #eaf3ff 42%, #f7fbff 100%);
}

.app-shell {
  display: block;
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  height: auto;
  padding: 14px 28px;
  color: #ffffff;
  background: rgba(5, 20, 42, 0.84);
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(7, 26, 51, 0.22);
  backdrop-filter: blur(18px);
}

.brand-mark {
  background: linear-gradient(135deg, #56d6ff, #1f6fff 54%, #6c77ff);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(31, 111, 255, 0.35);
}

.brand small {
  color: rgba(255, 255, 255, 0.66);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.main-nav a {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform: translateY(-1px);
}

.trust-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(86, 214, 255, 0.12);
  white-space: nowrap;
}

.trust-panel .icon,
.trust-panel span {
  display: none;
}

main {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 34px;
}

.announcement-strip {
  border-color: rgba(31, 111, 255, 0.18);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(31, 111, 255, 0.12);
  backdrop-filter: blur(18px);
}

.announcement-strip span {
  background: #eaf4ff;
  color: var(--blue);
}

.announcement-strip a,
.eyebrow {
  color: var(--blue);
}

.topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  align-items: center;
  min-height: 560px;
  padding: clamp(28px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(110deg, rgba(4, 18, 40, 0.98) 0%, rgba(8, 44, 97, 0.96) 42%, rgba(31, 111, 255, 0.88) 100%),
    #061a39;
  box-shadow: 0 34px 90px rgba(5, 31, 74, 0.28);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  pointer-events: none;
}

.topbar::after {
  inset: 0;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(4, 18, 40, 0.9), rgba(4, 18, 40, 0.28), rgba(31, 111, 255, 0.12)),
    url("assets/proxy-network.svg") right center / 58% auto no-repeat;
  opacity: 0.72;
}

.topbar h1 {
  max-width: 780px;
  font-size: clamp(2.35rem, 6vw, 5.5rem);
  line-height: 0.95;
}

.hero-copy {
  max-width: 680px;
  color: rgba(239, 248, 255, 0.82);
  font-size: 1.12rem;
}

.hero-actions {
  margin-top: 28px;
}

.topbar .primary-button,
.hero-offer .plan-button {
  min-height: 50px;
  border-radius: 999px;
  background: linear-gradient(135deg, #56d6ff, #1f6fff);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 111, 255, 0.36);
}

.secondary-button.ghost {
  min-height: 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
}

.topbar-actions {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
}

.hero-offer {
  justify-self: end;
  width: min(390px, 100%);
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09));
}

.hero-offer h2 {
  font-size: 1.65rem;
}

.offer-price strong {
  font-size: 2.45rem;
}

.category-rail span {
  min-height: 44px;
  border-color: rgba(31, 111, 255, 0.16);
  background: rgba(255, 255, 255, 0.86);
  color: #0b3a78;
}

.operations-grid {
  grid-template-columns: 0.58fr 1.42fr;
}

.status-panel,
.checkout-panel,
.cart-panel,
.support-strip,
.table-wrap,
.audience-grid article,
.flow-grid article,
.faq-section details,
.delivery-card,
.product-card {
  border-color: rgba(31, 111, 255, 0.16);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 56px rgba(7, 26, 51, 0.11);
  backdrop-filter: blur(16px);
}

.status-panel {
  background:
    linear-gradient(180deg, rgba(86, 214, 255, 0.18), rgba(255, 255, 255, 0.86) 36%);
}

.panel-title {
  color: #0b3a78;
}

.metric-row strong {
  color: #082b5a;
}

.pulse-dot {
  background: #56d6ff;
  box-shadow: 0 0 0 6px rgba(86, 214, 255, 0.18);
}

.latency-bar span {
  background: #eaf4ff;
}

.latency-bar span::before {
  background: rgba(31, 111, 255, 0.22);
}

.latency-bar span:nth-child(2)::before {
  background: rgba(0, 184, 230, 0.2);
}

.latency-bar span:nth-child(3)::before {
  background: rgba(108, 119, 255, 0.18);
}

.network-visual {
  min-height: 390px;
  border-color: rgba(31, 111, 255, 0.16);
}

.network-visual img {
  min-height: 390px;
  filter: saturate(1.12);
}

.network-visual figcaption {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.82);
}

.search-field,
.segmented {
  border-color: rgba(31, 111, 255, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

.segmented button.active {
  background: linear-gradient(135deg, #1f6fff, #0b56c8);
}

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

.product-card {
  min-height: 330px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 247, 255, 0.95));
}

.product-card::before {
  height: 5px;
  background: linear-gradient(90deg, #56d6ff, #1f6fff, #6c77ff);
}

.type-pill,
.type-pill.isp {
  background: #eaf4ff;
  color: #0b56c8;
}

.stock {
  background: #e8f7ff;
  color: #08749c;
}

.primary-button,
.plan-button {
  background: linear-gradient(135deg, #1f6fff, #0b56c8);
  color: #ffffff;
}

.primary-button:hover,
.plan-button:hover {
  background: linear-gradient(135deg, #2e91ff, #1f6fff);
}

.checkout-panel {
  background:
    linear-gradient(180deg, rgba(31, 111, 255, 0.09), rgba(255, 255, 255, 0.88) 34%);
}

.payment-box {
  background:
    linear-gradient(135deg, rgba(31, 111, 255, 0.12), rgba(86, 214, 255, 0.12)),
    #f8fbff;
}

.flow-grid article span {
  background: linear-gradient(135deg, #1f6fff, #00b8e6);
}

.delivery-card::before {
  background: linear-gradient(180deg, #56d6ff, #1f6fff);
}

.proxy-credentials div {
  background: #eef6ff;
  border-color: rgba(31, 111, 255, 0.12);
}

th {
  background: #eef6ff;
}

.status-tag {
  background: #eaf4ff;
  color: #0b56c8;
}

.status-tag.pending {
  background: #fff5e8;
  color: #c46a16;
}

.support-strip {
  background:
    linear-gradient(110deg, rgba(4, 18, 40, 0.98), rgba(31, 111, 255, 0.88)),
    #071a33;
}

.support-strip .eyebrow {
  color: #56d6ff;
}

@media (max-width: 1240px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .sidebar {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: start;
    overflow-x: auto;
  }

  .trust-panel {
    display: none;
  }

  .topbar,
  .operations-grid {
    grid-template-columns: 1fr;
  }

  .topbar-actions {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 18px;
  }

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

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

@media (max-width: 620px) {
  main {
    width: min(100% - 28px, 1420px);
  }

  .sidebar {
    padding: 14px;
  }

  .topbar {
    padding: 24px;
    min-height: auto;
  }

  .topbar h1 {
    font-size: 2.45rem;
  }

  .topbar::after {
    background:
      linear-gradient(90deg, rgba(4, 18, 40, 0.9), rgba(4, 18, 40, 0.42)),
      url("assets/proxy-network.svg") center / cover no-repeat;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Dark compact visual refresh */
:root {
  --ink: #eef6ff;
  --muted: #8fa4bd;
  --line: rgba(141, 177, 224, 0.16);
  --panel: rgba(10, 23, 43, 0.78);
  --panel-soft: rgba(14, 35, 66, 0.82);
  --page: #040914;
  --green: #55c7ff;
  --green-dark: #07111f;
  --blue: #3387ff;
  --orange: #ffb35c;
  --amber: #6ee7ff;
  --mint: #76e4ff;
  --danger: #ff5d7a;
  --violet: #8d7dff;
  --cyan: #2ee8ff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --shadow-tight: 0 14px 38px rgba(0, 0, 0, 0.28);
}

* {
  scrollbar-color: rgba(85, 199, 255, 0.45) rgba(255, 255, 255, 0.06);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(51, 135, 255, 0.28), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(46, 232, 255, 0.18), transparent 26%),
    radial-gradient(circle at 45% 84%, rgba(141, 125, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #040914 0%, #07111f 48%, #040914 100%);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 78%);
}

.sidebar {
  padding: 10px 24px;
  background: rgba(4, 9, 20, 0.72);
  border-bottom: 1px solid rgba(141, 177, 224, 0.16);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
}

.brand-mark {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #2ee8ff, #3387ff 56%, #8d7dff);
  box-shadow: 0 14px 34px rgba(51, 135, 255, 0.34);
}

.brand strong {
  letter-spacing: 0;
}

.brand small {
  font-size: 0.76rem;
}

.main-nav a {
  min-height: 34px;
  padding: 8px 11px;
  color: rgba(238, 246, 255, 0.72);
  font-size: 0.86rem;
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(85, 199, 255, 0.12);
  color: #ffffff;
}

.trust-panel {
  min-height: 34px;
  padding: 8px 11px;
  border-color: rgba(85, 199, 255, 0.2);
  background: rgba(85, 199, 255, 0.08);
  font-size: 0.84rem;
}

main {
  width: min(1240px, calc(100% - 36px));
  gap: 18px;
  padding: 18px 0 30px;
}

.announcement-strip {
  min-height: 38px;
  padding: 7px 12px;
  border-color: rgba(85, 199, 255, 0.16);
  background: rgba(10, 23, 43, 0.66);
  color: var(--muted);
  box-shadow: var(--shadow-tight);
}

.announcement-strip span {
  min-height: 22px;
  background: rgba(85, 199, 255, 0.12);
  color: #76e4ff;
}

.announcement-strip strong {
  color: #eef6ff;
}

.announcement-strip a {
  color: #76e4ff;
}

.topbar {
  min-height: 430px;
  padding: clamp(24px, 4vw, 46px);
  border-color: rgba(141, 177, 224, 0.18);
  background:
    linear-gradient(120deg, rgba(4, 9, 20, 0.98) 0%, rgba(8, 28, 57, 0.95) 42%, rgba(20, 72, 150, 0.82) 100%),
    #07111f;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.topbar::before {
  inset: 12px;
  border-color: rgba(255, 255, 255, 0.08);
}

.topbar::after {
  background:
    linear-gradient(90deg, rgba(4, 9, 20, 0.94), rgba(4, 9, 20, 0.5), rgba(51, 135, 255, 0.08)),
    url("assets/proxy-network.svg") right center / 56% auto no-repeat;
  filter: saturate(1.2) contrast(1.05);
  opacity: 0.5;
}

.topbar h1 {
  max-width: 720px;
  font-size: clamp(2.35rem, 5.2vw, 4.65rem);
  letter-spacing: -0.035em;
  line-height: 0.94;
}

h2 {
  color: #eef6ff;
  letter-spacing: -0.02em;
}

h3 {
  color: #eef6ff;
}

.eyebrow,
.topbar .eyebrow {
  color: #76e4ff;
}

.hero-copy {
  max-width: 640px;
  margin-top: 12px;
  color: rgba(238, 246, 255, 0.7);
  font-size: 0.98rem;
}

.hero-actions {
  margin-top: 22px;
}

.primary-button,
.secondary-button,
.plan-button,
.account-button,
.icon-button {
  min-height: 40px;
  border-radius: 8px;
}

.topbar .primary-button,
.hero-offer .plan-button,
.primary-button,
.plan-button {
  background: linear-gradient(135deg, #2ee8ff, #3387ff 58%, #7c6dff);
  box-shadow: 0 16px 36px rgba(51, 135, 255, 0.26);
}

.secondary-button,
.account-button,
.icon-button {
  border: 1px solid rgba(141, 177, 224, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #eef6ff;
}

.secondary-button.ghost {
  min-height: 44px;
  border-color: rgba(141, 177, 224, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.topbar-actions {
  top: 18px;
  right: 18px;
}

.live-pill {
  min-height: 36px;
  border-color: rgba(118, 228, 255, 0.28);
  background: rgba(85, 199, 255, 0.1);
  color: #dff8ff;
}

.hero-offer {
  gap: 10px;
  width: min(330px, 100%);
  padding: 18px;
  border-color: rgba(141, 177, 224, 0.2);
  background: rgba(8, 20, 38, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.hero-offer h2 {
  font-size: 1.35rem;
}

.hero-offer p {
  color: rgba(238, 246, 255, 0.66);
  font-size: 0.92rem;
}

.offer-price strong {
  color: #ffffff;
  font-size: 2rem;
}

.category-rail {
  padding-bottom: 6px;
}

.category-rail span {
  min-height: 36px;
  border-color: rgba(85, 199, 255, 0.14);
  background: rgba(10, 23, 43, 0.72);
  color: #ccecff;
}

.operations-grid {
  grid-template-columns: 0.62fr 1.38fr;
  gap: 14px;
}

.status-panel,
.checkout-panel,
.cart-panel,
.support-strip,
.table-wrap,
.audience-grid article,
.flow-grid article,
.faq-section details,
.delivery-card,
.product-card,
.network-visual {
  border-color: rgba(141, 177, 224, 0.16);
  background: rgba(8, 20, 38, 0.72);
  box-shadow: var(--shadow-tight);
  backdrop-filter: blur(18px);
}

.status-panel {
  gap: 9px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(51, 135, 255, 0.14), rgba(8, 20, 38, 0.72) 42%);
}

.panel-title {
  color: #dff8ff;
}

.metric-row {
  padding: 9px 0 10px;
}

.metric-row span,
.product-card p,
.delivery-card p,
.flow-grid p,
.faq-section p,
.audience-grid span,
.cart-item-top span,
.price-line span,
.proxy-credentials dt,
.totals dt {
  color: var(--muted);
}

.metric-row strong {
  color: #eef6ff;
  font-size: 1.28rem;
}

.latency-bar span {
  min-height: 30px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #dff8ff;
}

.network-visual {
  min-height: 320px;
  background: rgba(8, 20, 38, 0.72);
}

.network-visual img {
  min-height: 320px;
  opacity: 0.88;
  mix-blend-mode: screen;
}

.network-visual figcaption {
  background: rgba(4, 9, 20, 0.72);
  border-color: rgba(141, 177, 224, 0.2);
}

.network-visual figcaption span {
  color: var(--muted);
}

.audience-grid,
.flow-grid {
  gap: 12px;
}

.audience-grid article,
.flow-grid article {
  min-height: auto;
  padding: 15px;
}

.flow-grid article span {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #2ee8ff, #3387ff);
}

.filters {
  gap: 8px;
}

.search-field,
.segmented,
.checkout-form input,
.checkout-form select,
.payment-box code {
  border-color: rgba(141, 177, 224, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #eef6ff;
}

.search-field input {
  color: #eef6ff;
}

.search-field input::placeholder {
  color: rgba(143, 164, 189, 0.78);
}

.segmented button {
  color: var(--muted);
}

.segmented button.active {
  background: rgba(85, 199, 255, 0.14);
  color: #ffffff;
}

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

.product-card {
  min-height: 286px;
  gap: 12px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(13, 33, 62, 0.9), rgba(8, 20, 38, 0.78));
}

.product-card::before {
  height: 3px;
  background: linear-gradient(90deg, #2ee8ff, #3387ff, #8d7dff);
}

.product-card:hover {
  border-color: rgba(85, 199, 255, 0.34);
  box-shadow: 0 22px 62px rgba(51, 135, 255, 0.16);
}

.product-top {
  gap: 10px;
}

.type-pill,
.type-pill.isp,
.stock,
.status-tag {
  background: rgba(85, 199, 255, 0.12);
  color: #9beeff;
}

.stock {
  white-space: nowrap;
}

.feature-list {
  gap: 6px;
}

.feature-list li {
  color: #bcd2e7;
  font-size: 0.86rem;
}

.price-line strong {
  color: #ffffff;
  font-size: 1.45rem;
}

.commerce-layout {
  gap: 14px;
}

.checkout-panel,
.cart-panel {
  padding: 16px;
}

.payment-box {
  background: rgba(51, 135, 255, 0.08);
}

.checkout-form label {
  color: #c8dcf2;
}

.cart-item {
  border-color: rgba(141, 177, 224, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.quantity-controls button {
  border-color: rgba(141, 177, 224, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #eef6ff;
}

.delivery-grid {
  gap: 12px;
}

.delivery-card {
  padding: 16px;
}

.proxy-credentials {
  gap: 8px;
}

.proxy-credentials div {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(141, 177, 224, 0.12);
}

.proxy-credentials dd {
  color: #eef6ff;
}

table {
  background: transparent;
}

th {
  background: rgba(255, 255, 255, 0.055);
  color: #9fb4cd;
}

td {
  color: #dcecff;
}

.status-tag.pending {
  background: rgba(255, 179, 92, 0.12);
  color: #ffd6a1;
}

.support-strip {
  padding: 16px;
  background:
    linear-gradient(120deg, rgba(10, 23, 43, 0.86), rgba(20, 72, 150, 0.62)),
    rgba(8, 20, 38, 0.72);
}

.faq-section details {
  padding: 14px 16px;
}

.toast {
  background: rgba(8, 20, 38, 0.94);
  border: 1px solid rgba(85, 199, 255, 0.2);
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .topbar {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .sidebar {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: start;
    overflow-x: auto;
  }

  .trust-panel {
    display: none;
  }

  .operations-grid,
  .commerce-layout {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .audience-grid,
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  main {
    width: min(100% - 24px, 1240px);
    gap: 14px;
  }

  .topbar {
    padding: 22px;
  }

  .topbar h1 {
    font-size: 2.28rem;
  }

  .topbar-actions {
    display: flex;
  }

  .product-grid,
  .audience-grid,
  .flow-grid,
  .delivery-grid {
    grid-template-columns: 1fr;
  }
}
.operational-section[hidden],
.checkout-modal[hidden] {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr) !important;
  gap: 18px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(18px, 4vw, 42px);
  overflow: auto;
  background:
    radial-gradient(circle at 20% 10%, rgba(26, 115, 255, 0.24), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(0, 213, 255, 0.18), transparent 26%),
    rgba(3, 7, 18, 0.76);
  backdrop-filter: blur(18px);
}

.checkout-modal .modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  border: 0;
  background: transparent;
  cursor: default;
}

.checkout-modal .checkout-panel,
.checkout-modal .cart-panel {
  position: relative;
  z-index: 1;
  max-height: calc(100vh - 84px);
  overflow: auto;
  border: 1px solid rgba(91, 159, 255, 0.28);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.checkout-modal .checkout-panel {
  max-width: 720px;
  justify-self: end;
}

.checkout-modal .cart-panel {
  max-width: 460px;
  justify-self: start;
}

.checkout-modal .section-heading.compact {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  margin-bottom: 18px;
  border: 1px solid rgba(91, 159, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.auth-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  color: rgba(234, 242, 255, 0.72);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.auth-tabs button.active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(47, 128, 255, 0.92), rgba(0, 202, 255, 0.72));
  box-shadow: 0 12px 28px rgba(24, 113, 255, 0.28);
}

.client-store,
.client-checkout {
  position: relative;
}

.compact-search {
  max-width: 360px;
}

.client-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.client-plan-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(91, 159, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(13, 27, 56, 0.92), rgba(7, 13, 30, 0.94)),
    radial-gradient(circle at 20% 0%, rgba(37, 133, 255, 0.18), transparent 34%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.client-plan-card h3 {
  margin: 12px 0 8px;
  font-size: 1.04rem;
}

.client-plan-card p {
  min-height: 54px;
  margin: 0;
  color: rgba(227, 237, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.client-plan-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(227, 237, 255, 0.72);
  font-size: 0.82rem;
}

.client-plan-meta strong {
  color: #ffffff;
}

.client-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 16px;
  align-items: start;
}

.inline-cart,
.client-order-form {
  height: 100%;
}

.table-action {
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.78rem;
}

@media (max-width: 1100px) {
  .client-plan-grid,
  .client-cart-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .checkout-modal {
    grid-template-columns: 1fr !important;
    padding: 14px;
  }

  .checkout-modal .checkout-panel,
  .checkout-modal .cart-panel {
    justify-self: stretch;
    max-width: none;
    max-height: none;
  }
}

/* Balance dashboard refresh */
.portal-body {
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 202, 255, 0.18), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(47, 128, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #050914 0%, #071225 48%, #04131c 100%);
}

.portal-shell {
  grid-template-columns: 252px minmax(0, 1fr);
}

.portal-sidebar {
  background:
    linear-gradient(180deg, rgba(36, 87, 214, 0.22), transparent 42%),
    rgba(4, 9, 20, 0.92);
  border-right: 1px solid rgba(91, 159, 255, 0.18);
  box-shadow: 18px 0 80px rgba(0, 0, 0, 0.22);
}

.portal-nav {
  gap: 7px;
}

.nav-group-label {
  margin: 12px 4px 2px;
  color: rgba(227, 237, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-nav a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(91, 159, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.portal-nav a:hover {
  border-color: rgba(0, 202, 255, 0.28);
  background: rgba(0, 202, 255, 0.08);
}

.portal-main {
  gap: 18px;
}

.portal-header,
.workspace-section,
.support-strip,
.portal-metrics article,
.delivery-card,
.client-plan-card,
.checkout-form,
.cart-panel {
  border-color: rgba(91, 159, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(13, 27, 56, 0.82), rgba(7, 13, 30, 0.92)),
    radial-gradient(circle at 12% 0%, rgba(0, 202, 255, 0.08), transparent 34%);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.portal-header {
  position: relative;
  min-height: 154px;
  overflow: hidden;
}

.portal-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 28px;
  bottom: -48px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(0, 202, 255, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 202, 255, 0.11), transparent 62%);
}

.portal-header > * {
  position: relative;
  z-index: 1;
}

.portal-metrics {
  gap: 12px;
}

.portal-metrics article {
  min-height: 104px;
  padding: 18px;
}

.portal-metrics article strong {
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

.admin-balance-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.balance-credit-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(91, 159, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.balance-credit-form label,
.balance-hint {
  color: rgba(227, 237, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 750;
}

.balance-credit-form input,
.balance-credit-form select {
  width: 100%;
  min-height: 44px;
  margin-top: 7px;
  border: 1px solid rgba(91, 159, 255, 0.2);
  border-radius: 8px;
  background: rgba(3, 7, 18, 0.42);
  color: #ffffff;
}

.balance-hint {
  margin: 0;
  line-height: 1.5;
}

.compact-table {
  max-height: 310px;
  overflow: auto;
}

.topbar {
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 202, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(11, 24, 52, 0.96), rgba(5, 10, 24, 0.98));
}

.hero-console,
.hero-offer,
.product-card {
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.product-card {
  background:
    linear-gradient(145deg, rgba(13, 27, 56, 0.92), rgba(7, 13, 30, 0.96)),
    radial-gradient(circle at 10% 0%, rgba(0, 202, 255, 0.12), transparent 35%);
}

@media (max-width: 980px) {
  .portal-shell,
  .admin-balance-grid {
    grid-template-columns: 1fr;
  }

  .portal-sidebar {
    position: static;
    min-height: auto;
  }
}

/* Green premium theme + tabbed portal */
:root {
  --ink: #eafff4;
  --muted: #97b8a8;
  --line: rgba(78, 222, 146, 0.18);
  --panel: #0b1814;
  --panel-soft: #10231c;
  --page: #06100d;
  --green: #34d982;
  --green-dark: #0b2a1c;
  --blue: #20d3b5;
  --orange: #d7f171;
  --amber: #d7f171;
  --mint: #8ef6ba;
  --cyan: #18c7aa;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  --shadow-tight: 0 12px 34px rgba(0, 0, 0, 0.22);
}

body {
  color: #eafff4;
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 217, 130, 0.16), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(24, 199, 170, 0.12), transparent 26%),
    linear-gradient(135deg, #06100d 0%, #081b14 48%, #04110d 100%);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.portal-view-hidden {
  display: none !important;
}

.portal-body {
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 217, 130, 0.22), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(215, 241, 113, 0.12), transparent 24%),
    linear-gradient(135deg, #040b08 0%, #071a12 48%, #04110d 100%);
}

.sidebar,
.portal-sidebar {
  background:
    linear-gradient(180deg, rgba(52, 217, 130, 0.16), transparent 40%),
    linear-gradient(145deg, rgba(6, 18, 13, 0.98), rgba(4, 11, 8, 0.98));
  border-color: rgba(78, 222, 146, 0.18);
}

.brand-mark {
  background: linear-gradient(135deg, #34d982, #d7f171);
  color: #04110d;
  box-shadow: 0 14px 34px rgba(52, 217, 130, 0.28);
}

.main-nav a:hover,
.main-nav a.active,
.portal-nav a:hover,
.portal-nav a.active {
  border-color: rgba(52, 217, 130, 0.35);
  background: linear-gradient(135deg, rgba(52, 217, 130, 0.15), rgba(24, 199, 170, 0.08));
  color: #ffffff;
}

.portal-nav a.active {
  box-shadow: inset 3px 0 0 #34d982, 0 10px 26px rgba(52, 217, 130, 0.12);
}

.announcement-strip,
.store-tabs,
.category-rail,
.workspace-section,
.support-strip,
.checkout-panel,
.cart-panel,
.product-card,
.portal-header,
.portal-metrics article,
.delivery-card,
.client-plan-card,
.checkout-form,
.hero-console,
.hero-offer {
  border-color: rgba(78, 222, 146, 0.18);
  background:
    linear-gradient(145deg, rgba(9, 31, 21, 0.9), rgba(5, 16, 12, 0.96)),
    radial-gradient(circle at 14% 0%, rgba(52, 217, 130, 0.12), transparent 36%);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.topbar {
  background:
    radial-gradient(circle at 16% 8%, rgba(52, 217, 130, 0.22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(215, 241, 113, 0.1), transparent 28%),
    linear-gradient(135deg, rgba(8, 32, 21, 0.98), rgba(4, 13, 10, 0.99));
}

.topbar::after,
.portal-header::after {
  border-color: rgba(52, 217, 130, 0.18);
  background: radial-gradient(circle, rgba(52, 217, 130, 0.14), transparent 62%);
}

.primary-button,
.plan-button,
.buy-now {
  background: linear-gradient(135deg, #34d982, #18c7aa);
  color: #04110d;
  box-shadow: 0 16px 34px rgba(52, 217, 130, 0.24);
}

.secondary-button,
.account-button,
.icon-button {
  border-color: rgba(78, 222, 146, 0.2);
  background: rgba(52, 217, 130, 0.07);
  color: #eafff4;
}

.live-pill,
.type-pill,
.status-tag {
  border-color: rgba(78, 222, 146, 0.22);
  background: rgba(52, 217, 130, 0.1);
  color: #a8ffd0;
}

.status-tag.pending {
  background: rgba(215, 241, 113, 0.1);
  color: #f0ff9d;
}

.text-glow,
.offer-price strong,
.portal-metrics article strong,
.price-line strong {
  color: #8ef6ba;
}

.search-field,
.balance-credit-form input,
.balance-credit-form select,
.checkout-form input,
.checkout-form select {
  border-color: rgba(78, 222, 146, 0.2);
  background: rgba(4, 13, 10, 0.7);
  color: #eafff4;
}

.table-wrap table {
  border-color: rgba(78, 222, 146, 0.14);
}

.table-wrap th {
  color: rgba(234, 255, 244, 0.62);
}

.table-wrap td {
  border-color: rgba(78, 222, 146, 0.1);
}

/* Compact public store */
.main-nav a[href="#checkout"],
.main-nav a[href="#como-funciona"],
.main-nav a[href="#suporte"],
.main-nav a[href="#avaliacoes"],
.main-nav a[href="/uso-responsavel.html"],
.store-tabs,
.category-rail,
.feature-strip,
.operations-grid,
.audience-section,
.visual-band,
.flow-section,
#suporte {
  display: none !important;
}

main {
  gap: 16px;
  padding: 18px;
}

.topbar {
  min-height: 178px;
  padding: 22px;
}

.topbar h1 {
  max-width: 860px;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.hero-copy {
  max-width: 740px;
}

.hero-console {
  display: none;
}

.workspace-section {
  padding: 18px;
}

.product-grid,
.client-plan-grid {
  gap: 12px;
}

.product-card,
.client-plan-card {
  padding: 16px;
}

/* Client purchase modal */
.client-checkout-modal {
  position: fixed !important;
  inset: 0;
  z-index: 90;
  display: grid !important;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 18px;
  overflow: auto;
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 217, 130, 0.2), transparent 28%),
    rgba(2, 8, 5, 0.78);
  backdrop-filter: blur(18px);
}

.client-checkout-modal[hidden] {
  display: none !important;
}

.client-checkout-modal > .modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  border: 0;
  background: transparent;
}

.client-checkout-modal > .section-heading,
.client-checkout-modal > .client-cart-layout,
.client-checkout-modal > .payment-box,
.client-checkout-modal > .form-message {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
}

.client-checkout-modal > .section-heading {
  padding: 16px 18px 0;
  border: 1px solid rgba(78, 222, 146, 0.18);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(145deg, rgba(9, 31, 21, 0.96), rgba(5, 16, 12, 0.98));
}

.client-checkout-modal > .client-cart-layout {
  padding: 18px;
  border: 1px solid rgba(78, 222, 146, 0.18);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(145deg, rgba(9, 31, 21, 0.96), rgba(5, 16, 12, 0.98));
}

.modal-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-message {
  margin: 10px auto 0;
  color: rgba(234, 255, 244, 0.76);
  font-weight: 800;
}

.form-message[data-type="success"] {
  color: #8ef6ba;
}

.form-message[data-type="error"] {
  color: #ff9b9b;
}

/* Strong green override for older blue theme layers */
.checkout-modal,
.client-checkout-modal,
.auth-tabs,
.client-plan-card,
.checkout-modal .checkout-panel,
.checkout-modal .cart-panel {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 217, 130, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(9, 31, 21, 0.96), rgba(5, 16, 12, 0.98)) !important;
}

.auth-tabs button.active {
  color: #04110d;
  background: linear-gradient(135deg, #34d982, #d7f171) !important;
  box-shadow: 0 12px 28px rgba(52, 217, 130, 0.24) !important;
}

.checkout-modal {
  background:
    radial-gradient(circle at 20% 10%, rgba(52, 217, 130, 0.22), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(215, 241, 113, 0.12), transparent 24%),
    rgba(2, 8, 5, 0.78) !important;
}

.hero-proof span,
.announcement-strip span,
.segmented button.active,
.cart-badge,
.console-top strong,
.rating-pill,
.pipeline span,
.metric-row strong,
.offer-price strong {
  border-color: rgba(78, 222, 146, 0.24) !important;
  background: rgba(52, 217, 130, 0.12) !important;
  color: #a8ffd0 !important;
}

.segmented button,
.filter-chip,
.qty-control button,
.quantity-controls button {
  border-color: rgba(78, 222, 146, 0.2) !important;
  color: #eafff4 !important;
}

.cart-badge,
.pulse-dot {
  background: #34d982 !important;
  color: #04110d !important;
}

.product-card::before,
.topbar::before,
.workspace-section::before {
  background: linear-gradient(90deg, transparent, rgba(52, 217, 130, 0.14), transparent) !important;
}

/* Final green cleanup */
.topbar .primary-button,
.hero-actions .primary-button,
.hero-offer .plan-button,
.product-card .plan-button,
.plan-button,
.primary-button,
.buy-now {
  background: linear-gradient(135deg, #34d982, #9df06f) !important;
  color: #04110d !important;
  box-shadow: 0 16px 34px rgba(52, 217, 130, 0.24) !important;
}

.topbar,
.hero-offer,
.product-card,
.checkout-panel,
.cart-panel,
.client-plan-card,
.workspace-section,
.compliance-section,
.faq-section,
.reviews-section {
  border-color: rgba(78, 222, 146, 0.2) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(52, 217, 130, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(9, 31, 21, 0.96), rgba(5, 16, 12, 0.98)) !important;
}

.hero-offer .offer-price,
.offer-price strong,
.brand strong span,
.card-category,
.product-card h3,
.section-heading h2,
.faq-section summary,
.compliance-section h2 {
  color: #8ef6ba !important;
}

.account-button,
.secondary-button,
.icon-button,
.segmented button,
.search-field {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background: rgba(52, 217, 130, 0.07) !important;
  color: #eafff4 !important;
}

.type-pill,
.live-pill,
.hero-proof span,
.stock {
  border-color: rgba(78, 222, 146, 0.24) !important;
  background: rgba(52, 217, 130, 0.12) !important;
  color: #a8ffd0 !important;
}

.compliance-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
}

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

.use-grid article,
.faq-section details {
  border: 1px solid rgba(78, 222, 146, 0.16) !important;
  border-radius: 8px;
  background: rgba(52, 217, 130, 0.055) !important;
}

.use-grid article {
  padding: 16px;
}

.use-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #8ef6ba;
  font-weight: 900;
}

.use-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: rgba(234, 255, 244, 0.74);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 12px;
  padding: 18px;
}

.faq-section details {
  padding: 0 16px;
}

.faq-section summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 900;
}

.faq-section p {
  margin: 0 0 16px;
  color: rgba(234, 255, 244, 0.72) !important;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .compliance-section,
  .use-grid,
  .faq-section {
    grid-template-columns: 1fr;
  }
}

/* Final visual pass: compact green store */
:root {
  --blue: #34d982;
  --cyan: #7ee89f;
  --green: #34d982;
  --mint: #8ef6ba;
}

body {
  background:
    radial-gradient(circle at 16% -6%, rgba(52, 217, 130, 0.18), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(157, 240, 111, 0.10), transparent 26%),
    linear-gradient(135deg, #030806 0%, #071912 48%, #030d09 100%) !important;
}

body::before,
body::after,
.app-shell::before,
.app-shell::after {
  border-color: rgba(78, 222, 146, 0.16) !important;
  background:
    linear-gradient(90deg, rgba(52, 217, 130, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(52, 217, 130, 0.05) 1px, transparent 1px) !important;
}

.trust-panel,
.announcement-strip a,
.topbar .icon-button,
.topbar .account-button,
.hero-actions .secondary-button,
.policy-actions .secondary-button,
.site-footer a {
  border-color: rgba(78, 222, 146, 0.24) !important;
  background: rgba(52, 217, 130, 0.08) !important;
  color: #eafff4 !important;
}

.trust-panel .icon,
.announcement-strip a,
.text-glow,
.brand strong span,
.eyebrow,
.price-line strong,
.offer-price strong,
.product-meta strong,
.stars {
  color: #9df06f !important;
}

.topbar .primary-button,
.hero-actions .primary-button,
.hero-offer .plan-button,
.product-card .plan-button,
.checkout-form .primary-button,
.payment-box .primary-button,
.primary-button,
.plan-button,
.buy-now {
  border: 0 !important;
  background: linear-gradient(135deg, #9df06f 0%, #34d982 58%, #1ebd6b 100%) !important;
  color: #04110d !important;
  box-shadow: 0 16px 36px rgba(52, 217, 130, 0.26) !important;
}

.topbar .primary-button:hover,
.hero-actions .primary-button:hover,
.hero-offer .plan-button:hover,
.product-card .plan-button:hover,
.primary-button:hover,
.plan-button:hover {
  background: linear-gradient(135deg, #b9ff83 0%, #48e890 60%, #22c874 100%) !important;
  box-shadow: 0 18px 42px rgba(52, 217, 130, 0.34) !important;
}

.segmented button.active,
.filter-chip.active,
.cart-badge,
.live-pill::before {
  background: #34d982 !important;
  color: #04110d !important;
}

.topbar,
.workspace-section,
.compliance-section,
.faq-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 217, 130, 0.15), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(157, 240, 111, 0.08), transparent 24%),
    linear-gradient(145deg, rgba(7, 25, 18, 0.98), rgba(3, 12, 8, 0.99)) !important;
}

.product-card {
  background:
    linear-gradient(180deg, rgba(52, 217, 130, 0.07), transparent 42%),
    rgba(4, 15, 10, 0.94) !important;
}

.product-card:hover,
.faq-section details[open],
.use-grid article:hover {
  border-color: rgba(157, 240, 111, 0.28) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(52, 217, 130, 0.06) !important;
}

.compliance-section {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
}

.compliance-section > div:first-child {
  position: sticky;
  top: 18px;
}

.use-grid article:first-child {
  background:
    radial-gradient(circle at 10% 0%, rgba(52, 217, 130, 0.14), transparent 30%),
    rgba(52, 217, 130, 0.055) !important;
}

.use-grid article:last-child {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 129, 129, 0.10), transparent 30%),
    rgba(52, 217, 130, 0.04) !important;
}

.use-grid article:last-child span {
  color: #ffb2b2 !important;
}

.faq-section {
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
  align-items: start;
}

.faq-section > div:first-child {
  position: sticky;
  top: 18px;
}

.faq-section details {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(52, 217, 130, 0.075), rgba(8, 28, 18, 0.58)) !important;
}

.faq-section summary {
  min-height: 46px;
  color: #eafff4 !important;
}

.faq-section details[open] summary {
  color: #9df06f !important;
}

.faq-section summary::after {
  color: #9df06f !important;
}

@media (max-width: 900px) {
  .compliance-section > div:first-child,
  .faq-section > div:first-child {
    position: static;
  }
}

html body .app-shell .topbar .primary-button,
html body .app-shell .hero-actions .primary-button,
html body .app-shell .hero-offer .plan-button,
html body .app-shell .product-card .plan-button,
html body .app-shell .buy-now,
html body .portal-body .primary-button,
html body .primary-button,
html body .plan-button {
  background: linear-gradient(135deg, #b9ff83 0%, #34d982 56%, #18ad60 100%) !important;
  color: #04110d !important;
  box-shadow: 0 16px 38px rgba(52, 217, 130, 0.30) !important;
}

html body .app-shell .trust-panel,
html body .app-shell .announcement-strip a,
html body .app-shell .account-button,
html body .app-shell .icon-button,
html body .app-shell .secondary-button,
html body .portal-body .secondary-button,
html body .policy-actions .secondary-button {
  border-color: rgba(157, 240, 111, 0.30) !important;
  background: linear-gradient(135deg, rgba(52, 217, 130, 0.10), rgba(157, 240, 111, 0.045)) !important;
  color: #eafff4 !important;
}

html body .app-shell .segmented button.active,
html body .app-shell .cart-badge,
html body .app-shell .type-pill,
html body .app-shell .live-pill,
html body .app-shell .hero-proof span,
html body .portal-body .status-tag {
  border-color: rgba(157, 240, 111, 0.32) !important;
  background: rgba(52, 217, 130, 0.14) !important;
  color: #b9ff83 !important;
}

html body .app-shell .cart-badge {
  background: #9df06f !important;
  color: #04110d !important;
}

/* Home polish: icon, announcement, FAQ and footer */
html body .brand-mark.brand-mark-pf,
html body .footer-brand .brand-mark.brand-mark-pf {
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 72% 72%, rgba(255, 255, 255, 0.82) 0 8%, transparent 9%),
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.42) 0 12%, transparent 13%),
    linear-gradient(135deg, #b9ff83 0%, #34d982 58%, #60e87d 100%) !important;
  color: #082116 !important;
  font-size: 0.78rem !important;
  letter-spacing: -0.04em;
  box-shadow: 0 14px 32px rgba(52, 217, 130, 0.28) !important;
}

.brand small {
  color: rgba(234, 255, 244, 0.70) !important;
}

.announcement-strip.announcement-rich {
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 10px 14px;
  border-color: rgba(157, 240, 111, 0.22) !important;
  background:
    radial-gradient(circle at 6% 50%, rgba(157, 240, 111, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(8, 32, 21, 0.96), rgba(3, 13, 9, 0.98)) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  text-align: left;
}

.announcement-strip.announcement-rich .store-status {
  gap: 7px;
  min-width: max-content;
  background: rgba(52, 217, 130, 0.14) !important;
  color: #b9ff83 !important;
  border: 1px solid rgba(157, 240, 111, 0.22);
}

.announcement-strip.announcement-rich .store-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #9df06f;
  box-shadow: 0 0 0 5px rgba(157, 240, 111, 0.12);
}

.announcement-strip.announcement-rich strong {
  flex: 1;
  color: #eafff4 !important;
}

.announcement-metrics {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.announcement-metrics small {
  padding: 6px 8px;
  border: 1px solid rgba(78, 222, 146, 0.16);
  border-radius: 999px;
  background: rgba(52, 217, 130, 0.06);
  color: rgba(234, 255, 244, 0.78);
  font-size: 0.72rem;
  font-weight: 850;
}

.announcement-strip.announcement-rich a {
  min-width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b9ff83, #34d982) !important;
  color: #04110d !important;
}

.topbar > div:first-child::before {
  content: "META ADS CONTINGENCY";
  border-color: rgba(157, 240, 111, 0.28) !important;
  background: rgba(52, 217, 130, 0.13) !important;
  color: #b9ff83 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.card-category {
  color: #9df06f !important;
}

.card-category::after {
  background: linear-gradient(90deg, rgba(157, 240, 111, 0.62), transparent) !important;
}

.compliance-section {
  align-items: stretch;
}

.compliance-section > div:first-child,
.faq-section > div:first-child {
  position: static !important;
}

.compliance-section > div:first-child {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 4px 0;
}

.compliance-section > div:first-child p:last-child,
.faq-section > div:first-child p:last-child {
  color: rgba(234, 255, 244, 0.68);
  line-height: 1.55;
}

.policy-actions {
  display: none !important;
}

.faq-section {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr) !important;
  gap: 16px;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-section details {
  padding: 0 14px !important;
  border-radius: 8px !important;
}

.faq-section summary {
  min-height: 44px !important;
  gap: 10px;
}

.faq-section summary::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #9df06f;
  box-shadow: 0 0 0 5px rgba(157, 240, 111, 0.08);
}

.faq-section details p {
  padding-left: 17px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(78, 222, 146, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 20%, rgba(52, 217, 130, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(7, 25, 18, 0.96), rgba(3, 12, 8, 0.99));
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  color: #ffffff;
  font-weight: 950;
}

.footer-brand small {
  color: rgba(234, 255, 244, 0.62);
}

.site-footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.site-footer a {
  padding: 8px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 850;
}

@media (max-width: 980px) {
  .announcement-strip.announcement-rich,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-section {
    grid-template-columns: 1fr !important;
  }
}

/* Direct store copy: no supplier-facing visuals */
.hero-offer {
  display: none !important;
}

.topbar {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.faq-section details::before {
  width: 3px !important;
  background: linear-gradient(180deg, #b9ff83, #34d982) !important;
  opacity: 1 !important;
}

.faq-section summary::after {
  color: #9df06f !important;
}

.faq-section details[open],
.faq-section details:hover {
  border-color: rgba(157, 240, 111, 0.30) !important;
}

.announcement-metrics small,
.hero-proof span,
.live-pill {
  border-color: rgba(157, 240, 111, 0.26) !important;
  background: rgba(52, 217, 130, 0.12) !important;
  color: #b9ff83 !important;
}

/* Compact centered checkout modals */
.portal-nav a[href="#checkout"] {
  display: none !important;
}

.modal-close-button {
  position: relative;
  display: inline-grid !important;
  place-items: center;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  border-radius: 8px !important;
}

.modal-close-button .icon {
  display: none !important;
}

.modal-close-button span {
  display: block;
  color: #eafff4;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
}

.checkout-modal {
  place-items: center !important;
  align-items: center !important;
  grid-template-columns: minmax(320px, 452px) minmax(300px, 390px) !important;
  gap: 18px !important;
  padding: 18px !important;
  overflow: auto !important;
}

.checkout-modal .checkout-panel,
.checkout-modal .cart-panel {
  width: 100% !important;
  max-width: none !important;
  max-height: min(720px, calc(100vh - 36px)) !important;
  justify-self: stretch !important;
}

.checkout-modal .checkout-panel,
.checkout-modal .cart-panel,
.checkout-modal .checkout-form {
  padding: 16px !important;
}

.checkout-modal .section-heading.compact,
.checkout-modal .cart-header {
  margin-bottom: 12px !important;
}

.checkout-modal .checkout-form,
.checkout-modal .cart-items {
  gap: 10px !important;
}

.checkout-modal .totals {
  gap: 8px !important;
  margin-top: 10px !important;
  padding-top: 12px !important;
}

.client-checkout-modal {
  place-items: center !important;
  align-items: center !important;
  align-content: center !important;
  padding: 16px !important;
  overflow: auto !important;
}

.client-checkout-modal > .section-heading,
.client-checkout-modal > .client-cart-layout,
.client-checkout-modal > .payment-box,
.client-checkout-modal > .form-message {
  width: min(760px, calc(100vw - 32px)) !important;
}

.client-checkout-modal > .section-heading {
  min-height: auto !important;
  padding: 14px 16px 10px !important;
}

.client-checkout-modal > .client-cart-layout {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr) !important;
  gap: 12px !important;
  padding: 14px 16px 16px !important;
}

.client-checkout-modal .section-heading h2 {
  font-size: 1.08rem !important;
}

.client-checkout-modal .modal-actions {
  gap: 8px !important;
}

.client-checkout-modal .clear-cart-button {
  min-height: 36px !important;
  padding: 0 12px !important;
}

.client-checkout-modal .cart-panel,
.client-checkout-modal .checkout-form {
  min-height: 0 !important;
  height: auto !important;
  padding: 12px !important;
}

.client-checkout-modal .cart-empty {
  min-height: 120px !important;
  padding: 14px !important;
}

.client-checkout-modal .cart-line {
  gap: 8px !important;
  min-height: auto !important;
  padding: 10px !important;
}

.client-checkout-modal .qty-control button {
  width: 28px !important;
  height: 28px !important;
}

.client-checkout-modal .form-row {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.client-checkout-modal .checkout-form select {
  min-height: 38px !important;
}

.client-checkout-modal .totals {
  gap: 7px !important;
  margin: 10px 0 !important;
  padding-top: 10px !important;
}

.client-checkout-modal .balance-hint {
  margin: 8px 0 0 !important;
  font-size: 0.78rem !important;
  line-height: 1.4 !important;
}

.client-checkout-modal .payment-box {
  margin-top: 8px !important;
  padding: 12px !important;
}

@media (max-width: 820px) {
  .checkout-modal,
  .client-checkout-modal > .client-cart-layout {
    grid-template-columns: 1fr !important;
  }

  .checkout-modal {
    align-items: start !important;
  }
}

/* Advantages section and centered hero */
.topbar {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  min-height: 360px !important;
  text-align: center !important;
}

.topbar > div:first-child {
  display: grid;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.topbar h1,
.topbar .hero-copy {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-proof,
.hero-actions {
  justify-content: center !important;
}

.topbar-actions {
  position: absolute !important;
  top: 18px;
  right: 18px;
}

.hero-console {
  display: none !important;
}

.advantages-section {
  display: grid;
  gap: 20px;
  padding: 24px 18px;
  border: 1px solid rgba(78, 222, 146, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(157, 240, 111, 0.10), transparent 30%),
    radial-gradient(circle at 90% 16%, rgba(52, 217, 130, 0.10), transparent 26%),
    linear-gradient(145deg, rgba(7, 25, 18, 0.96), rgba(3, 12, 8, 0.99));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.advantages-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.advantages-heading h2 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.5vw, 2.4rem);
  letter-spacing: 0;
}

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

.advantages-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-height: 170px;
  padding: 16px 14px;
  border: 1px solid rgba(78, 222, 146, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(52, 217, 130, 0.08), transparent 48%),
    rgba(4, 15, 10, 0.74);
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.advantages-grid article::after {
  content: "";
  position: absolute;
  inset: auto 14px 12px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b9ff83, #34d982);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
}

.advantages-grid article:hover,
.advantages-grid article:focus-visible,
.advantages-grid article.active {
  border-color: rgba(157, 240, 111, 0.60);
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 240, 111, 0.16), transparent 45%),
    linear-gradient(180deg, rgba(52, 217, 130, 0.14), transparent 58%),
    rgba(5, 28, 16, 0.92);
  box-shadow: 0 18px 46px rgba(52, 217, 130, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

.advantages-grid article:hover::after,
.advantages-grid article:focus-visible::after,
.advantages-grid article.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.advantages-grid article.active .icon {
  color: #07170e;
  background: linear-gradient(135deg, #9dff6e, #23d17b);
  box-shadow: 0 16px 36px rgba(52, 217, 130, 0.30);
}

.advantages-grid .icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 12px;
  color: #102116;
  background: linear-gradient(135deg, #b9ff83, #34d982);
  box-shadow: 0 12px 28px rgba(52, 217, 130, 0.20);
}

.advantages-grid h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 950;
  text-transform: uppercase;
}

.advantages-grid p {
  margin: 0;
  color: rgba(234, 255, 244, 0.70);
  font-size: 0.84rem;
  line-height: 1.42;
}

.advantages-note {
  justify-self: center;
  color: #eafff4;
  text-align: center;
  font-size: clamp(0.96rem, 1.5vw, 1.18rem);
}

.advantages-note::first-letter {
  color: #b9ff83;
}

.reviews-grid article {
  background:
    radial-gradient(circle at 16% 0%, rgba(157, 240, 111, 0.10), transparent 28%),
    rgba(4, 15, 10, 0.80) !important;
}

@media (max-width: 1100px) {
  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .topbar-actions {
    position: static !important;
    justify-content: center;
    margin-bottom: 12px;
    order: -1;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }
}

/* Panel polish: centered checkout, quantity buttons and admin balance */
.checkout-modal {
  justify-content: center !important;
  align-content: center !important;
}

.checkout-modal .checkout-panel {
  justify-self: end !important;
}

.checkout-modal .cart-panel {
  justify-self: start !important;
}

.quantity-controls button,
.qty-control button,
.client-checkout-modal .qty-control button,
.checkout-modal .quantity-controls button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  padding: 0 !important;
  border: 1px solid rgba(157, 240, 111, 0.28) !important;
  border-radius: 8px !important;
  background: rgba(52, 217, 130, 0.14) !important;
  color: #eafff4 !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.quantity-controls button:hover,
.qty-control button:hover {
  background: linear-gradient(135deg, #b9ff83, #34d982) !important;
  color: #04110d !important;
}

.qty-control strong,
.quantity-controls strong {
  min-width: 26px;
  color: #eafff4 !important;
  text-align: center;
}

.admin-balance-grid {
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr) !important;
}

.balance-credit-form,
.compact-table,
.balance-history-table {
  border-color: rgba(78, 222, 146, 0.20) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(52, 217, 130, 0.10), transparent 30%),
    rgba(4, 15, 10, 0.72) !important;
}

.balance-form-head {
  display: grid;
  gap: 4px;
  padding-bottom: 4px;
}

.balance-form-head strong,
.balance-history-head h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 950;
}

.balance-form-head span {
  color: rgba(234, 255, 244, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.balance-credit-form input,
.balance-credit-form select {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background: rgba(2, 10, 7, 0.64) !important;
  color: #eafff4 !important;
}

.balance-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 10px;
}

.balance-history-head h3 {
  margin: 0;
}

.balance-history-head .eyebrow {
  margin: 0 0 3px;
}

.table-wrap td strong {
  color: #ffffff;
}

.auth-card,
.auth-hero {
  border-color: rgba(78, 222, 146, 0.20) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 217, 130, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(9, 31, 21, 0.94), rgba(5, 16, 12, 0.98)) !important;
}

.auth-card form {
  display: grid;
  gap: 12px;
}

.auth-card label {
  color: rgba(234, 255, 244, 0.76);
  font-weight: 850;
}

.auth-card input {
  width: 100%;
  min-height: 42px;
  margin-top: 7px;
  border: 1px solid rgba(78, 222, 146, 0.22);
  border-radius: 8px;
  background: rgba(2, 10, 7, 0.64);
  color: #eafff4;
}

@media (max-width: 900px) {
  .checkout-modal {
    justify-content: stretch !important;
    align-content: start !important;
  }

  .checkout-modal .checkout-panel,
  .checkout-modal .cart-panel {
    justify-self: stretch !important;
  }

  .admin-balance-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Public purchase account modal */
.public-auth-modal {
  grid-template-columns: minmax(320px, 460px) !important;
  justify-content: center !important;
  align-content: center !important;
}

.public-auth-modal .checkout-panel {
  justify-self: center !important;
}

.public-auth-modal .cart-panel,
.public-auth-modal [data-checkout-form],
.public-auth-modal .payment-box {
  display: none !important;
}

.public-auth-tabs {
  margin: 4px 0 14px !important;
}

.public-auth-modal .checkout-form {
  display: grid;
  gap: 11px;
}

.public-auth-modal .form-message {
  width: 100%;
  min-height: 20px;
  margin: 10px 0 0;
}

/* Final account and admin polish */
a.primary-button,
a.secondary-button,
a.account-button,
a.plan-button,
.portal-header .primary-button,
.table-action {
  text-decoration: none !important;
}

.auth-card .toggle-line,
.public-auth-modal .toggle-line,
.checkout-form .toggle-line {
  display: grid !important;
  grid-template-columns: 18px 1fr !important;
  align-items: center !important;
  gap: 10px !important;
}

.auth-card .toggle-line input[type="checkbox"],
.public-auth-modal .toggle-line input[type="checkbox"],
.checkout-form .toggle-line input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
  accent-color: #34d982 !important;
}

.auth-card .toggle-line span,
.public-auth-modal .toggle-line span,
.checkout-form .toggle-line span {
  max-width: 100%;
  color: rgba(234, 255, 244, 0.78);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.admin-finance-stack {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.finance-card {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.compact-head {
  margin: 0 0 2px !important;
}

.portal-metrics#metrics {
  grid-template-columns: repeat(8, minmax(112px, 1fr));
}

.analytics-metrics {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)) !important;
}

.portal-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.balance-credit-panel {
  gap: 16px !important;
}

.balance-form-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(150px, 0.58fr) minmax(140px, 0.52fr) minmax(190px, 0.9fr) auto;
  gap: 12px;
  align-items: end;
}

.balance-form-grid .primary-button {
  min-height: 44px;
  white-space: nowrap;
}

.portal-metrics article strong {
  overflow-wrap: anywhere;
  line-height: 1.05;
}

.portal-metrics[data-portal-panel="overview"] {
  grid-template-columns: repeat(5, minmax(130px, 1fr));
}

@media (max-width: 1180px) {
  .portal-metrics#metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .analytics-metrics,
  .portal-metrics[data-portal-panel="overview"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 900px) {
  .admin-finance-stack {
    grid-template-columns: 1fr;
  }

  .portal-metrics#metrics {
    grid-template-columns: 1fr 1fr;
  }

  .analytics-metrics,
  .portal-metrics[data-portal-panel="overview"],
  .balance-form-grid {
    grid-template-columns: 1fr !important;
  }

  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .analytics-insights-grid {
    grid-template-columns: 1fr;
  }

  .portal-header-actions {
    justify-content: flex-start;
  }
}

/* Admin compact dashboard */
.admin-body .portal-main {
  gap: 14px;
}

.admin-body .portal-sidebar {
  gap: 14px;
}

.admin-body .portal-header {
  min-height: 172px;
  padding: 22px 18px;
}

.admin-body .portal-header h1 {
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
}

.admin-body .portal-header .hero-copy {
  max-width: 720px;
}

.admin-body .portal-metrics#metrics {
  grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  gap: 10px;
}

.admin-body .portal-metrics#metrics article {
  min-height: 124px;
  align-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-color: rgba(78, 222, 146, 0.20) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(157, 240, 111, 0.10), transparent 32%),
    linear-gradient(145deg, rgba(6, 24, 16, 0.88), rgba(3, 13, 9, 0.96)) !important;
}

.admin-body .portal-metrics#metrics article span {
  color: rgba(234, 255, 244, 0.64);
  font-size: 0.86rem;
  line-height: 1.2;
}

.admin-body .portal-metrics#metrics article strong {
  color: #8effbd;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.admin-body .portal-metrics#metrics article small {
  color: rgba(234, 255, 244, 0.46);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
}

.admin-body #analytics {
  border-color: rgba(142, 255, 189, 0.18);
  background:
    radial-gradient(circle at 82% 8%, rgba(60, 219, 126, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(5, 26, 16, 0.90), rgba(2, 12, 8, 0.96));
}

.admin-body .admin-summary-details {
  margin-top: -2px;
}

.admin-body #analytics .section-heading {
  margin-bottom: 12px;
}

.admin-body .analytics-metrics {
  gap: 10px;
  margin-bottom: 14px;
}

.admin-body .analytics-metrics article {
  min-height: 112px;
  padding: 13px 14px;
  border-color: rgba(142, 255, 189, 0.16) !important;
  background:
    linear-gradient(145deg, rgba(14, 46, 29, 0.82), rgba(4, 18, 12, 0.96)) !important;
}

.admin-body .analytics-metrics article strong {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.admin-body .analytics-metrics article small {
  display: block;
  color: rgba(234, 255, 244, 0.48);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.analytics-insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 14px;
  margin-bottom: 14px;
}

.analytics-card {
  padding: 0;
  overflow: hidden;
  border-color: rgba(142, 255, 189, 0.16);
  background: rgba(2, 14, 9, 0.66);
}

.analytics-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(142, 255, 189, 0.12);
}

.analytics-card-head strong {
  color: #f7fff9;
  font-size: 0.96rem;
}

.analytics-card-head span {
  color: rgba(234, 255, 244, 0.50);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.traffic-chart {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  min-height: 190px;
  padding: 16px 14px 10px;
}

.traffic-day {
  display: grid;
  grid-template-rows: minmax(130px, 1fr) auto;
  gap: 8px;
  min-width: 0;
}

.traffic-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  min-height: 130px;
  padding: 8px 4px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(52, 217, 130, 0.06), rgba(52, 217, 130, 0.015)),
    repeating-linear-gradient(180deg, transparent 0 23px, rgba(234, 255, 244, 0.045) 24px);
}

.traffic-bar {
  display: block;
  width: min(18px, 36%);
  min-height: 8px;
  border-radius: 999px 999px 4px 4px;
}

.traffic-bar.visits,
.legend-visits {
  background: linear-gradient(180deg, #b9ff83, #34d982);
}

.traffic-bar.clicks,
.legend-clicks {
  background: linear-gradient(180deg, #86ffd9, #18c7aa);
}

.traffic-day small {
  color: rgba(234, 255, 244, 0.54);
  font-size: 0.72rem;
  font-weight: 850;
  text-align: center;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 14px 14px;
  color: rgba(234, 255, 244, 0.62);
  font-size: 0.78rem;
  font-weight: 850;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.chart-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.traffic-sources {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.traffic-source-line {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(78, 222, 146, 0.14);
  border-radius: 8px;
  background: rgba(52, 217, 130, 0.045);
}

.traffic-source-line div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.traffic-source-line strong {
  color: #f7fff9;
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.traffic-source-line span {
  color: rgba(234, 255, 244, 0.56);
  font-size: 0.74rem;
  font-weight: 780;
}

.traffic-source-line em {
  display: block;
  height: 5px;
  min-width: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b9ff83, #34d982);
}

.chart-empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  color: rgba(234, 255, 244, 0.58);
  font-size: 0.86rem;
  font-weight: 850;
  text-align: center;
}

.admin-body [data-revenue] {
  font-size: clamp(1.35rem, 1.8vw, 1.72rem) !important;
}

.admin-body .workspace-section {
  padding: 16px;
}

.portal-body.admin-body .analytics-card {
  border-color: rgba(142, 255, 189, 0.18) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(52, 217, 130, 0.10), transparent 30%),
    linear-gradient(145deg, rgba(3, 18, 11, 0.92), rgba(2, 12, 8, 0.98)) !important;
}

@media (max-width: 720px) {
  .admin-body .portal-metrics#metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-body .portal-header {
    min-height: auto;
  }
}

/* Client compact dashboard */
.client-body .portal-main {
  gap: 14px;
}

.client-body .portal-header {
  min-height: 168px;
  padding: 20px 18px;
}

.client-body .portal-header h1 {
  max-width: 640px;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.client-body .portal-header .hero-copy {
  max-width: 560px;
  font-size: 0.98rem;
}

.client-body .portal-header-actions {
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 170px;
}

.client-body .portal-metrics[data-portal-panel="overview"] {
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 10px;
}

.client-body .portal-metrics[data-portal-panel="overview"] article {
  min-height: 112px;
  align-content: space-between;
  padding: 14px 16px;
  border-color: rgba(78, 222, 146, 0.20) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(157, 240, 111, 0.10), transparent 32%),
    linear-gradient(145deg, rgba(6, 24, 16, 0.88), rgba(3, 13, 9, 0.96)) !important;
}

.client-body .portal-metrics[data-portal-panel="overview"] article span {
  color: rgba(234, 255, 244, 0.64);
  font-size: 0.86rem;
  line-height: 1.18;
}

.client-body .portal-metrics[data-portal-panel="overview"] article strong {
  color: #8effbd;
  font-size: clamp(1.42rem, 2vw, 1.95rem);
  line-height: 1.02;
  overflow-wrap: normal;
}

.client-body [data-last-order],
.client-body [data-next-expiry] {
  font-size: clamp(1.05rem, 1.5vw, 1.32rem) !important;
  line-height: 1.18 !important;
  white-space: normal;
}

.client-body [data-client-balance] {
  font-size: clamp(1.55rem, 2.1vw, 2rem) !important;
}

@media (max-width: 1180px) {
  .client-store > .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .client-store .client-category-tabs {
    margin-left: 0;
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .client-store .client-category-tabs {
    grid-template-columns: 1fr;
  }
}

.client-body .client-store {
  padding: 16px;
}

.client-body .client-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.client-body .client-plan-card {
  padding: 14px;
}

.client-body .client-plan-card h3 {
  font-size: 1rem;
  line-height: 1.18;
}

.client-body .client-plan-card p {
  font-size: 0.82rem;
  line-height: 1.42;
}

@media (max-width: 820px) {
  .client-body .portal-header {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .client-body .portal-header-actions {
    align-items: flex-start;
  }
}

/* Portal blue cleanup: admin and client dashboards */
.portal-body,
.admin-body,
.client-body {
  --blue: #34d982 !important;
  --cyan: #18c7aa !important;
  --green: #34d982 !important;
  --mint: #8ef6ba !important;
  --line: rgba(78, 222, 146, 0.20) !important;
}

.portal-body .portal-sidebar,
.portal-body .portal-header,
.portal-body .workspace-section,
.portal-body .support-strip,
.portal-body .portal-metrics article,
.portal-body .client-plan-card,
.portal-body .delivery-card,
.portal-body .checkout-form,
.portal-body .cart-panel,
.portal-body .checkout-panel,
.portal-body .table-wrap,
.portal-body .balance-credit-form,
.portal-body .balance-history-table,
.portal-body .compact-table,
.portal-body .auth-card,
.portal-body .auth-hero {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(52, 217, 130, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(8, 31, 21, 0.94), rgba(4, 14, 10, 0.98)) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

.portal-body .portal-header::after,
.portal-body .topbar::after {
  border-color: rgba(52, 217, 130, 0.20) !important;
  background: radial-gradient(circle, rgba(52, 217, 130, 0.14), transparent 62%) !important;
}

.portal-body .portal-nav a,
.portal-body .secondary-button,
.portal-body .icon-button,
.portal-body .search-field,
.portal-body .auth-tabs,
.portal-body .auth-tabs button,
.portal-body select,
.portal-body input,
.portal-body textarea {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background: rgba(52, 217, 130, 0.07) !important;
  color: #eafff4 !important;
}

.portal-body select {
  color-scheme: dark;
  accent-color: #34d982;
}

.portal-body select option,
.portal-body datalist option {
  background: #061f14 !important;
  color: #eafff4 !important;
}

.portal-body select option:checked,
.portal-body select option:hover {
  background: #1f7f4f !important;
  color: #ffffff !important;
}

.portal-body select:focus,
.portal-body input:focus,
.portal-body textarea:focus {
  outline: 2px solid rgba(157, 240, 111, 0.36);
  outline-offset: 2px;
}

.portal-body .portal-nav a:hover,
.portal-body .portal-nav a.active,
.portal-body .portal-nav a[aria-current="page"],
.portal-body .auth-tabs button.active {
  border-color: rgba(157, 240, 111, 0.36) !important;
  background: linear-gradient(135deg, rgba(52, 217, 130, 0.18), rgba(157, 240, 111, 0.08)) !important;
  color: #ffffff !important;
  box-shadow: inset 3px 0 0 #34d982, 0 10px 24px rgba(52, 217, 130, 0.14) !important;
}

.portal-body .primary-button,
.portal-body .plan-button,
.portal-body button[type="submit"] {
  border-color: rgba(157, 240, 111, 0.24) !important;
  background: linear-gradient(135deg, #b9ff83, #34d982) !important;
  color: #04110d !important;
  box-shadow: 0 14px 32px rgba(52, 217, 130, 0.28) !important;
}

.portal-body .type-pill,
.portal-body .live-pill,
.portal-body .status-tag,
.portal-body .stock,
.portal-body .nav-group-label {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background: rgba(52, 217, 130, 0.10) !important;
  color: #a8ffd0 !important;
}

.portal-body .status-tag.pending {
  border-color: rgba(157, 240, 111, 0.22) !important;
  background: rgba(157, 240, 111, 0.10) !important;
  color: #d7f171 !important;
}

.portal-body .table-wrap th,
.portal-body .table-wrap td {
  border-color: rgba(78, 222, 146, 0.12) !important;
}

.portal-body .table-wrap th,
.portal-body .section-heading h2,
.portal-body .client-plan-card h3,
.portal-body .delivery-card h3,
.portal-body .portal-metrics strong {
  color: #8effbd !important;
}

.portal-body .hero-copy,
.portal-body .client-plan-card p,
.portal-body .balance-hint,
.portal-body .table-wrap td,
.portal-body .portal-metrics span {
  color: rgba(234, 255, 244, 0.68) !important;
}

.portal-body .policy-card {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(157, 240, 111, 0.13), transparent 30%),
    radial-gradient(circle at 92% 16%, rgba(52, 217, 130, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(6, 24, 16, 0.96), rgba(2, 10, 7, 0.99)) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

.portal-body .policy-card h1,
.portal-body .policy-card h2 {
  color: #ffffff !important;
}

.portal-body .policy-card p,
.portal-body .policy-card li,
.portal-body .policy-card ul {
  color: rgba(234, 255, 244, 0.70) !important;
}

.country-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.country-flag {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  line-height: 1;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(234, 255, 244, 0.12);
}

img.country-flag {
  display: inline-block;
  flex: 0 0 auto;
}

.portal-body .delivery-card::before,
.client-body .delivery-card::before {
  background: linear-gradient(180deg, #b9ff83 0%, #34d982 58%, #1ebd6b 100%) !important;
  box-shadow: 0 0 22px rgba(52, 217, 130, 0.34);
}

/* Reviews, FAQ and legal footer refresh */
.reviews-section,
.faq-section,
.compliance-section,
.site-footer {
  position: relative;
  overflow: hidden;
  border-color: rgba(78, 222, 146, 0.22) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(157, 240, 111, 0.12), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(52, 217, 130, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(6, 24, 16, 0.94), rgba(2, 10, 7, 0.98)) !important;
}

.reviews-section::after,
.faq-section::after,
.compliance-section::after,
.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(78, 222, 146, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(78, 222, 146, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 20%, #000, transparent 72%);
}

.reviews-section > *,
.faq-section > *,
.compliance-section > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.review-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: -4px 0 14px;
}

.review-summary article {
  padding: 12px;
  border: 1px solid rgba(78, 222, 146, 0.18);
  border-radius: 8px;
  background: rgba(52, 217, 130, 0.07);
}

.review-summary span {
  display: block;
  color: #b9ff83;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 950;
}

.review-summary strong {
  color: rgba(234, 255, 244, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
}

.reviews-grid article {
  display: grid;
  gap: 14px;
  min-height: 208px;
  border-color: rgba(78, 222, 146, 0.22) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(157, 240, 111, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(5, 24, 16, 0.92), rgba(2, 12, 8, 0.98)) !important;
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(157, 240, 111, 0.28);
  border-radius: 999px;
  background: rgba(157, 240, 111, 0.12);
  color: #b9ff83 !important;
  font-size: 0.92rem;
  font-weight: 950;
}

.review-head small {
  padding: 7px 10px;
  border: 1px solid rgba(78, 222, 146, 0.18);
  border-radius: 999px;
  color: rgba(234, 255, 244, 0.68);
  font-size: 0.74rem;
  font-weight: 850;
}

.reviews-grid p {
  margin: 0;
  color: rgba(234, 255, 244, 0.76) !important;
  font-size: 0.95rem;
  line-height: 1.55;
}

.reviews-grid strong {
  display: grid;
  gap: 2px;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 950;
}

.reviews-grid strong span {
  color: rgba(234, 255, 244, 0.56);
  font-size: 0.78rem;
  font-weight: 750;
}

.faq-section {
  align-items: start;
  padding: 20px !important;
}

.faq-section > div:first-child {
  padding: 14px;
  border: 1px solid rgba(78, 222, 146, 0.16);
  border-radius: 8px;
  background: rgba(52, 217, 130, 0.055);
}

.faq-list {
  gap: 10px !important;
}

.faq-section details {
  border-color: rgba(78, 222, 146, 0.22) !important;
  background:
    linear-gradient(145deg, rgba(8, 32, 21, 0.88), rgba(3, 14, 9, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.faq-section summary {
  color: #ffffff !important;
  font-size: 0.96rem;
}

.faq-section details[open] summary {
  color: #b9ff83 !important;
}

.faq-section details p {
  color: rgba(234, 255, 244, 0.70) !important;
  padding: 0 2px 14px 17px !important;
}

.legal-nav {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 10px !important;
  width: min(100%, 560px);
}

.site-footer .legal-nav a {
  position: relative;
  display: grid;
  gap: 3px;
  min-height: 62px;
  padding: 12px 14px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(78, 222, 146, 0.20) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(157, 240, 111, 0.11), transparent 36%),
    rgba(52, 217, 130, 0.07) !important;
}

.site-footer .legal-nav a::after {
  content: "->";
  position: absolute;
  right: 12px;
  top: 12px;
  color: #9df06f;
  font-weight: 950;
}

.site-footer .legal-nav span {
  color: #ffffff;
  font-weight: 950;
}

.site-footer .legal-nav small {
  max-width: 150px;
  color: rgba(234, 255, 244, 0.58);
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.3;
}

@media (max-width: 760px) {
  .review-summary,
  .legal-nav {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile overflow hardening */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.app-shell,
.app-shell main,
.policy-page,
.policy-card,
.compliance-section,
.use-grid,
.site-footer,
.legal-nav,
.site-footer .legal-nav a {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 760px) {
  main {
    width: 100%;
    max-width: 100vw;
    padding-inline: 12px !important;
    overflow: hidden;
  }

  .app-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    overflow: hidden;
  }

  .sidebar {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow: hidden;
  }

  .main-nav {
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    min-width: max-content;
    white-space: nowrap;
  }

  .reviews-section,
  .faq-section,
  .compliance-section,
  .site-footer {
    width: 100%;
    max-width: 100%;
    padding: 14px !important;
    overflow: hidden;
  }

  .compliance-section {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .compliance-section > div:first-child,
  .use-grid,
  .use-grid article {
    width: 100%;
    min-width: 0;
  }

  .use-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .site-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch !important;
    gap: 14px;
  }

  .footer-brand {
    min-width: 0;
  }

  .footer-brand small,
  .site-footer .legal-nav span,
  .site-footer .legal-nav small,
  .compliance-section h2,
  .compliance-section p,
  .use-grid li,
  .policy-card h1,
  .policy-card h2,
  .policy-card p,
  .policy-card li {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .legal-nav {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .site-footer .legal-nav a {
    width: 100%;
    min-height: 56px;
    padding-right: 38px !important;
  }

  .policy-page {
    width: min(100%, calc(100vw - 24px)) !important;
    padding: 14px 0 30px;
    overflow: hidden;
  }

  .policy-card {
    width: 100%;
    padding: 16px !important;
  }

  .policy-card ul {
    padding-left: 16px !important;
  }
}

/* Client catalog polish */
.client-body .client-store {
  padding: 14px;
  overflow: hidden;
}

.client-body .client-store > .section-heading {
  align-items: end;
  gap: 16px;
  margin-bottom: 14px;
}

.client-body .client-store > .section-heading > div:first-child {
  min-width: 224px;
}

.client-body .client-store .section-heading h2 {
  font-size: clamp(2.1rem, 4.4vw, 3.7rem);
  line-height: 0.94;
}

.client-body .client-store .client-category-tabs {
  width: min(620px, 100%);
  margin-left: auto;
  padding: 5px;
  border-radius: 12px;
  background: rgba(2, 17, 10, 0.88);
  box-shadow: inset 0 0 0 1px rgba(142, 255, 189, 0.14);
}

.client-body .client-store .client-category-tabs button {
  min-height: 44px;
  border-radius: 9px;
  font-size: 0.82rem;
  white-space: nowrap;
}

.client-body .client-store .category-icon {
  width: 28px;
  height: 28px;
}

.client-body .client-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
  gap: 14px;
  align-items: stretch;
}

.client-body .client-plan-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: 14px;
  overflow: hidden;
  border-radius: 8px;
  border-color: rgba(98, 244, 145, 0.22) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(98, 244, 145, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(6, 31, 19, 0.94), rgba(2, 14, 9, 0.98)) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.client-body .client-plan-card h3 {
  min-height: 2.35em;
  margin-top: 8px;
  color: #8effbd;
  font-size: 0.98rem;
  line-height: 1.18;
}

.client-body .client-plan-card p {
  display: -webkit-box;
  min-height: 3.9em;
  overflow: hidden;
  color: rgba(234, 255, 244, 0.66);
  font-size: 0.82rem;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.client-body .client-plan-card .type-pill {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-body .client-plan-card .country-flag {
  width: 18px;
  height: 18px;
}

.client-body .client-plan-meta {
  min-height: 38px;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(234, 255, 244, 0.055);
}

.client-body .client-plan-meta span,
.client-body .client-plan-meta strong {
  font-size: 0.78rem;
}

.client-body .client-card-options {
  gap: 7px;
}

.client-body .client-card-options > span {
  color: rgba(234, 255, 244, 0.58);
  font-size: 0.72rem;
}

.client-body .client-plan-card .use-case-picker,
.client-body .client-plan-card .period-picker {
  gap: 6px;
}

.client-body .client-plan-card .use-case-picker {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-body .client-plan-card .period-picker {
  grid-template-columns: repeat(auto-fit, minmax(43px, 1fr));
}

.client-body .client-plan-card .use-case-picker button,
.client-body .client-plan-card .period-picker button {
  min-width: 0;
  min-height: 34px;
  padding: 7px 5px;
  border-radius: 8px;
  font-size: 0.72rem;
}

.client-body .client-plan-card .use-case-picker button .icon {
  width: 13px;
  height: 13px;
}

.client-body .client-plan-card .use-case-picker button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-body .client-plan-card .price-line {
  margin-top: 2px;
}

.client-body .client-plan-card .price-line strong {
  font-size: clamp(1.35rem, 2.1vw, 1.65rem);
}

.client-body .client-plan-card .plan-button {
  min-height: 42px;
  border-radius: 8px;
}

@media (min-width: 1280px) {
  .client-body .client-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .client-body .client-store > .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .client-body .client-store .client-category-tabs {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .client-body .client-store .client-category-tabs {
    grid-template-columns: 1fr;
  }

  .client-body .client-plan-grid {
    grid-template-columns: 1fr;
  }
}

/* Client catalog final organization */
.client-body .client-store {
  padding: 18px !important;
  overflow: visible !important;
}

.client-body .client-store > .section-heading {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  align-items: start !important;
}

.client-body .client-store > .section-heading > div:first-child {
  min-width: 0 !important;
}

.client-body .client-store .eyebrow {
  margin-bottom: 5px;
}

.client-body .client-store .section-heading h2 {
  max-width: 420px;
  font-size: clamp(2rem, 3.6vw, 3rem) !important;
  line-height: 0.98 !important;
}

.client-body .client-store .client-category-tabs {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 !important;
  justify-self: start;
}

.client-body .client-store .client-category-tabs button {
  justify-content: center;
  min-width: 0;
  padding: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.client-body .client-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 360px)) !important;
  justify-content: start;
  gap: 14px !important;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.client-body .client-plan-card {
  width: 100%;
  min-height: 486px;
  align-content: start;
}

.client-body .client-plan-card h3 {
  min-height: auto !important;
  margin: 8px 0 0;
  font-size: 1.02rem !important;
}

.client-body .client-plan-card p {
  min-height: 3.6em !important;
  -webkit-line-clamp: 3;
}

.client-body .client-plan-meta {
  margin-top: 2px;
}

.client-body .client-plan-card .use-case-picker button,
.client-body .client-plan-card .period-picker button {
  min-height: 36px;
}

.client-body .client-plan-card .use-case-picker button span {
  display: block;
  max-width: 100%;
}

.client-body .client-plan-card .plan-button {
  align-self: end;
  margin-top: auto;
}

@media (max-width: 760px) {
  .client-body .client-store {
    padding: 14px !important;
  }

  .client-body .client-store .client-category-tabs {
    grid-template-columns: 1fr !important;
  }

  .client-body .client-plan-grid {
    grid-template-columns: 1fr !important;
  }

  .client-body .client-plan-card {
    min-height: auto;
  }
}

/* Client catalog compact pass */
.client-body .client-store {
  padding: 14px !important;
}

.client-body .client-store > .section-heading {
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.client-body .client-store .eyebrow {
  margin-bottom: 3px !important;
  font-size: 0.72rem !important;
}

.client-body .client-store .section-heading h2 {
  max-width: 360px !important;
  font-size: clamp(1.7rem, 3vw, 2.55rem) !important;
  line-height: 0.95 !important;
}

.client-body .client-store .client-category-tabs {
  max-width: 620px !important;
  padding: 4px !important;
  gap: 4px !important;
}

.client-body .client-store .client-category-tabs button {
  min-height: 40px !important;
  padding: 7px 9px !important;
  font-size: 0.78rem !important;
}

.client-body .client-store .category-icon {
  width: 25px !important;
  height: 25px !important;
  flex-basis: 25px !important;
}

.client-body .client-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)) !important;
  gap: 12px !important;
}

.client-body .client-plan-card {
  gap: 9px !important;
  min-height: 0 !important;
  padding: 12px !important;
  border-radius: 8px !important;
}

.client-body .client-plan-card h3 {
  margin-top: 5px !important;
  font-size: 0.95rem !important;
  line-height: 1.12 !important;
}

.client-body .client-plan-card p {
  min-height: 2.7em !important;
  font-size: 0.76rem !important;
  line-height: 1.28 !important;
  -webkit-line-clamp: 2 !important;
}

.client-body .client-plan-meta {
  min-height: 32px !important;
  padding: 7px 9px !important;
}

.client-body .client-card-options {
  gap: 5px !important;
}

.client-body .client-card-options > span {
  font-size: 0.68rem !important;
}

.client-body .client-plan-card .use-case-picker,
.client-body .client-plan-card .period-picker {
  gap: 5px !important;
}

.client-body .client-plan-card .use-case-picker button,
.client-body .client-plan-card .period-picker button {
  min-height: 31px !important;
  padding: 5px 4px !important;
  border-radius: 7px !important;
  font-size: 0.68rem !important;
}

.client-body .client-plan-card .price-line strong {
  font-size: clamp(1.22rem, 1.7vw, 1.45rem) !important;
}

.client-body .client-plan-card .plan-button {
  min-height: 38px !important;
}

@media (min-width: 1280px) {
  .client-body .client-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
