/*
Theme Name: Nova VPS
Theme URI: https://novavps.org
Author: Nova VPS
Description: Luminous cloud VPS hosting and commerce theme for Nova VPS.
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: zentra
*/

:root {
  --zentra-bg: #07100d;
  --zentra-surface: #0d1915;
  --zentra-surface-2: #12221c;
  --zentra-ink: #f4f1e8;
  --zentra-muted: #9da69d;
  --zentra-border: rgba(216, 230, 219, 0.13);
  --zentra-jade: #7ed58c;
  --zentra-lime: #ded27a;
  --zentra-danger: #ff8c86;
  --zentra-radius: 22px;
  --zentra-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

/* Nova VPS native commerce surfaces */
:root {
  --zentra-bg: #110923;
  --zentra-surface: #1a1133;
  --zentra-surface-2: #28184a;
  --zentra-ink: #fff7e8;
  --zentra-muted: #beb0cf;
  --zentra-border: rgba(204, 173, 231, 0.18);
  --zentra-jade: #ffb04e;
  --zentra-lime: #ff7b43;
  --zentra-radius: 34px;
  --zentra-shadow: 0 30px 90px rgba(78, 27, 111, 0.36);
}
body {
  font-family: "Satoshi", "Helvetica Neue", system-ui, sans-serif;
  background-image: radial-gradient(circle at 78% 8%, rgba(191, 61, 180, 0.15), transparent 27%);
}
.zentra-native-header {
  background: rgba(17, 9, 35, 0.76);
  border-bottom-color: transparent;
}
.zentra-brand-mark {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zentra-jade), var(--zentra-lime));
  font-family: "Satoshi", sans-serif;
  font-weight: 800;
}
.zentra-brand-name {
  font-family: "Satoshi", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.zentra-button-primary,
.woocommerce a.button,
.woocommerce button.button,
.wc-block-components-button {
  background: linear-gradient(125deg, var(--zentra-jade), var(--zentra-lime)) !important;
}
.zentra-commerce-intro h1,
.woocommerce h2,
.woocommerce h3,
.zentra-empty-state h2 {
  font-family: "Satoshi", sans-serif;
  font-weight: 680;
  letter-spacing: -0.055em;
}
.zentra-commerce-intro::before {
  background: rgba(255, 176, 78, 0.12);
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.zentra-account-quick,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  border-radius: 34px !important;
  background: rgba(26, 17, 51, 0.86);
  backdrop-filter: blur(18px);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--zentra-bg);
  color: var(--zentra-ink);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 3px;
}
button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(126, 213, 140, 0.55) !important;
  outline-offset: 3px;
}

.zentra-skip-link {
  position: fixed;
  z-index: 9999;
  left: 16px;
  top: 12px;
  transform: translateY(-90px);
  border-radius: 999px;
  background: var(--zentra-jade);
  color: #07100d;
  padding: 10px 18px;
  text-decoration: none;
}
.zentra-skip-link:focus {
  transform: none;
}

.zentra-native-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--zentra-border);
  background: rgba(7, 16, 13, 0.88);
  backdrop-filter: blur(20px);
}
.zentra-header-inner {
  width: min(1280px, calc(100% - 40px));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.zentra-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zentra-ink);
  text-decoration: none;
}
.zentra-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--zentra-jade), var(--zentra-lime));
  box-shadow: 0 12px 36px rgba(126, 213, 140, 0.16);
  color: #07100d;
  font:
    500 21px/1 "Fraunces",
    serif;
}
.zentra-brand-name {
  font:
    500 22px/1 "Fraunces",
    serif;
}
.zentra-brand-name span {
  color: var(--zentra-jade);
}
.zentra-primary-nav,
.zentra-header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.zentra-primary-nav a {
  border-radius: 999px;
  color: var(--zentra-muted);
  padding: 10px 16px;
  text-decoration: none;
  transition: 180ms ease;
}
.zentra-primary-nav a:hover {
  background: var(--zentra-surface);
  color: var(--zentra-ink);
}
.zentra-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 18px;
  text-decoration: none;
}
.zentra-button-ghost {
  border: 1px solid var(--zentra-border);
  background: var(--zentra-surface);
}
.zentra-button-primary {
  background: linear-gradient(105deg, var(--zentra-jade), var(--zentra-lime));
  color: #07100d;
  font-weight: 600;
}

.zentra-native {
  width: min(1280px, calc(100% - 40px));
  min-height: 65vh;
  margin: 0 auto;
}
.zentra-commerce-shell {
  padding: 72px 0 112px;
}
.zentra-commerce-intro {
  position: relative;
  max-width: 850px;
  margin-bottom: 44px;
}
.zentra-commerce-intro::before {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 260px;
  left: -130px;
  top: -120px;
  border-radius: 50%;
  background: rgba(126, 213, 140, 0.12);
  filter: blur(80px);
  content: "";
}
.zentra-commerce-intro > p {
  margin: 0 0 14px;
  color: var(--zentra-jade);
  font:
    500 11px/1.2 "JetBrains Mono",
    monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.zentra-commerce-intro h1 {
  margin: 0;
  font:
    500 clamp(44px, 6vw, 76px)/0.98 "Fraunces",
    serif;
  letter-spacing: -0.035em;
}
.zentra-commerce-intro > span {
  display: block;
  max-width: 700px;
  margin-top: 20px;
  color: var(--zentra-muted);
  font-size: 18px;
}
.zentra-commerce-content {
  min-width: 0;
}

/* Shared WooCommerce primitives */
.woocommerce {
  color: var(--zentra-ink);
}
.woocommerce p {
  color: var(--zentra-muted);
}
.woocommerce a {
  color: var(--zentra-jade);
}
.woocommerce h2,
.woocommerce h3,
.wp-block-woocommerce-checkout h2 {
  color: var(--zentra-ink);
  font-family: "Fraunces", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.woocommerce form .form-row label {
  color: var(--zentra-ink);
  font-weight: 500;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"],
.woocommerce select,
.woocommerce textarea {
  min-height: 52px;
  width: 100%;
  border: 1px solid var(--zentra-border);
  border-radius: 13px;
  background: var(--zentra-surface-2);
  color: var(--zentra-ink);
  padding: 12px 15px;
}
.woocommerce textarea {
  min-height: 120px;
  resize: vertical;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
  min-height: 48px;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(105deg, var(--zentra-jade), var(--zentra-lime)) !important;
  box-shadow: none !important;
  color: #07100d !important;
  font-weight: 600 !important;
  padding: 12px 22px !important;
  text-decoration: none !important;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wc-block-components-button:hover {
  opacity: 0.9;
}
.woocommerce button:disabled,
.wc-block-components-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
  margin: 0 0 24px !important;
  border: 1px solid var(--zentra-border) !important;
  border-radius: 16px !important;
  background: var(--zentra-surface) !important;
  color: var(--zentra-ink) !important;
  padding: 16px 18px 16px 50px !important;
}
.woocommerce-message {
  border-color: rgba(126, 213, 140, 0.35) !important;
}
.woocommerce-error {
  border-color: rgba(255, 140, 134, 0.45) !important;
}
.woocommerce-error li {
  color: #ffd1ce;
}

/* Checkout Block */
.wc-block-checkout {
  max-width: none !important;
  padding: 0 !important;
}
.wc-block-checkout .wc-block-components-main {
  padding-right: clamp(24px, 5vw, 72px) !important;
}
.wc-block-checkout .wc-block-components-sidebar {
  align-self: start;
  position: sticky;
  top: 104px;
  border: 1px solid var(--zentra-border);
  border-radius: var(--zentra-radius);
  background: var(--zentra-surface);
  box-shadow: var(--zentra-shadow);
  padding: 26px !important;
}
.wc-block-checkout .wc-block-components-checkout-step {
  margin: 0 0 18px !important;
  border: 1px solid var(--zentra-border);
  border-radius: var(--zentra-radius);
  background: rgba(13, 25, 21, 0.74);
  padding: 26px !important;
}
.wc-block-checkout .wc-block-components-checkout-step__heading {
  margin: 0 0 20px !important;
}
.wc-block-checkout .wc-block-components-checkout-step__title,
.wc-block-checkout .wc-block-components-title {
  color: var(--zentra-ink) !important;
  font:
    500 26px/1.15 "Fraunces",
    serif !important;
}
.wc-block-checkout .wc-block-components-checkout-step__description,
.wc-block-checkout .wc-block-components-checkbox__label,
.wc-block-checkout .wc-block-components-radio-control__label,
.wc-block-checkout .wc-block-components-address-form__address_2-toggle {
  color: var(--zentra-muted) !important;
}
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-checkout .wc-block-components-textarea {
  min-height: 56px !important;
  border: 1px solid var(--zentra-border) !important;
  border-radius: 13px !important;
  background: var(--zentra-surface-2) !important;
  color: var(--zentra-ink) !important;
  box-shadow: none !important;
}
.wc-block-checkout .wc-block-components-text-input {
  position: relative;
  width: 100%;
}
.wc-block-checkout .wc-block-components-text-input input {
  width: 100% !important;
  padding: 21px 15px 8px !important;
}
.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .wc-block-components-combobox label {
  color: var(--zentra-muted) !important;
}
.wc-block-checkout .wc-block-components-text-input label {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 17px;
  pointer-events: none;
  transition: 150ms ease;
}
.wc-block-checkout .wc-block-components-text-input input:focus + label,
.wc-block-checkout .wc-block-components-text-input input:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
}
.wc-block-checkout .wc-block-components-text-input input:focus,
.wc-block-checkout .wc-block-components-combobox input:focus {
  border-color: var(--zentra-jade) !important;
  box-shadow: 0 0 0 3px rgba(126, 213, 140, 0.13) !important;
}
.wc-block-checkout .wc-block-components-order-summary-item,
.wc-block-checkout .wc-block-components-totals-wrapper {
  border-color: var(--zentra-border) !important;
}
.wc-block-checkout .wc-block-components-order-summary-item__description,
.wc-block-checkout .wc-block-components-totals-item__label,
.wc-block-checkout .wc-block-components-totals-item__value {
  color: var(--zentra-ink) !important;
}
.wc-block-checkout .wc-block-components-product-name {
  color: var(--zentra-ink) !important;
  font-weight: 600;
}
.wc-block-checkout .wc-block-components-product-metadata {
  color: var(--zentra-muted) !important;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 56px;
}
.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input,
.wc-block-checkout .wc-block-components-radio-control__input {
  border-color: var(--zentra-border) !important;
  background: var(--zentra-surface-2) !important;
}
.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:checked {
  background: var(--zentra-jade) !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
  background: #11221c;
  color: #fff;
  border: 0;
  border-radius: 0px;
}
.wc-block-components-order-summary-item__image {
  display: none !important;
}

/* Classic checkout */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px 56px;
}
.woocommerce-checkout #customer_details {
  grid-column: 1;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}
.woocommerce-checkout #order_review_heading {
  margin: 0;
}
.woocommerce-checkout #order_review {
  align-self: start;
  border: 1px solid var(--zentra-border);
  border-radius: var(--zentra-radius);
  background: var(--zentra-surface);
  padding: 26px;
}
.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table {
  border-color: var(--zentra-border) !important;
  border-radius: 14px !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--zentra-border) !important;
  padding: 16px !important;
}
.woocommerce-checkout #payment {
  border-radius: 16px !important;
  background: var(--zentra-surface-2) !important;
}
.woocommerce-checkout #payment div.payment_box {
  background: var(--zentra-bg) !important;
  color: var(--zentra-muted) !important;
}

/* My Account */
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 0 32px;
  align-items: start;
}
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-MyAccount-navigation {
  grid-column: 1;
  position: sticky;
  top: 104px;
  border: 1px solid var(--zentra-border);
  border-radius: var(--zentra-radius);
  background: var(--zentra-surface);
  padding: 10px;
  float: none !important;
  width: auto !important;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation li {
  margin: 0;
}
.woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 46px;
  align-items: center;
  border-radius: 12px;
  color: var(--zentra-muted);
  padding: 10px 13px;
  text-decoration: none;
  transition: 180ms ease;
}
.woocommerce-MyAccount-navigation a:hover {
  background: var(--zentra-surface-2);
  color: var(--zentra-ink);
}
.woocommerce-MyAccount-navigation .is-active a {
  background: rgba(126, 213, 140, 0.13);
  color: var(--zentra-jade);
}
.woocommerce-MyAccount-content {
  grid-column: 2;
  min-width: 0;
  border: 1px solid var(--zentra-border);
  border-radius: var(--zentra-radius);
  background: rgba(13, 25, 21, 0.72);
  box-shadow: var(--zentra-shadow);
  padding: clamp(24px, 4vw, 42px);
  float: none !important;
  width: auto !important;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
}
.woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}
.woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}
.zentra-account-quick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 30px;
  border: 1px solid rgba(126, 213, 140, 0.25);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(126, 213, 140, 0.1), rgba(222, 210, 122, 0.04));
  padding: 24px;
}
.zentra-account-quick span {
  color: var(--zentra-jade);
  font:
    500 10px/1 "JetBrains Mono",
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.zentra-account-quick h2 {
  margin: 8px 0;
  font-size: 28px;
}
.zentra-account-quick p {
  margin: 0;
}
.zentra-account-quick .button {
  flex: 0 0 auto;
}
.woocommerce-orders-table,
.woocommerce-table--order-details,
.woocommerce-table--subscription-details {
  overflow: hidden;
  width: 100%;
  background: var(--zentra-surface);
}
.woocommerce-orders-table__cell-order-actions .button {
  min-height: 38px !important;
  margin: 3px !important;
  padding: 8px 14px !important;
}
.woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.woocommerce-Address {
  width: auto !important;
  float: none !important;
  border: 1px solid var(--zentra-border);
  border-radius: 16px;
  background: var(--zentra-surface);
  padding: 22px;
}
.woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.woocommerce-Address-title h3 {
  margin: 0 !important;
}
.woocommerce-Address address {
  color: var(--zentra-muted);
  font-style: normal;
}
.woocommerce-account fieldset {
  margin: 28px 0;
  border: 1px solid var(--zentra-border);
  border-radius: 16px;
  padding: 22px;
}
.woocommerce-account legend {
  color: var(--zentra-jade);
  padding: 0 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-ResetPassword {
  max-width: 620px;
  margin: 0;
  border: 1px solid var(--zentra-border) !important;
  border-radius: var(--zentra-radius) !important;
  background: var(--zentra-surface);
  padding: 28px !important;
}
.woocommerce-pagination ul {
  border: 0 !important;
}
.woocommerce-pagination li {
  border: 0 !important;
  margin: 0 3px !important;
}
.woocommerce-pagination a,
.woocommerce-pagination span {
  display: grid !important;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--zentra-surface) !important;
  color: var(--zentra-ink) !important;
}
.woocommerce-pagination .current {
  background: var(--zentra-jade) !important;
  color: #07100d !important;
}

.zentra-native-footer {
  border-top: 1px solid var(--zentra-border);
  background: rgba(13, 25, 21, 0.55);
}
.zentra-footer-grid {
  width: min(1280px, calc(100% - 40px));
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 56px 0 42px;
}
.zentra-footer-grid p {
  max-width: 300px;
  color: var(--zentra-muted);
}
.zentra-footer-grid strong {
  display: block;
  margin-bottom: 16px;
  color: var(--zentra-muted);
  font:
    500 11px/1 "JetBrains Mono",
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.zentra-footer-grid nav a,
.zentra-footer-grid > div > a:not(.zentra-brand) {
  display: block;
  margin: 9px 0;
  color: var(--zentra-ink);
  text-decoration: none;
}
.zentra-footer-grid a:hover {
  color: var(--zentra-jade);
}
.zentra-footer-status {
  font:
    500 10px/1.4 "JetBrains Mono",
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.zentra-footer-status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--zentra-jade);
}
.zentra-footer-bottom {
  width: min(1280px, calc(100% - 40px));
  margin: auto;
  border-top: 1px solid var(--zentra-border);
  color: var(--zentra-muted);
  padding: 20px 0 28px;
  font:
    500 10px/1 "JetBrains Mono",
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .zentra-primary-nav {
    display: none;
  }
  .wc-block-checkout .wc-block-components-main {
    padding-right: 0 !important;
  }
  .wc-block-checkout {
    display: block !important;
  }
  .wc-block-checkout .wc-block-components-sidebar {
    position: static;
    width: 100% !important;
    margin-top: 22px;
  }
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
  }
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }
  .woocommerce-MyAccount-navigation {
    position: static;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }
  .zentra-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 782px) {
  .zentra-header-inner {
    width: min(100% - 28px, 1280px);
    min-height: 68px;
  }
  .zentra-header-actions .zentra-button-ghost {
    display: none;
  }
  .zentra-header-actions .zentra-button {
    padding: 8px 14px;
  }
  .zentra-native {
    width: min(100% - 28px, 1280px);
  }
  .zentra-commerce-shell {
    padding: 48px 0 76px;
  }
  .zentra-commerce-intro {
    margin-bottom: 30px;
  }
  .zentra-commerce-intro > span {
    font-size: 16px;
  }
  .wc-block-checkout .wc-block-components-checkout-step,
  .wc-block-checkout .wc-block-components-sidebar {
    border-radius: 16px;
    padding: 18px !important;
  }
  .woocommerce-MyAccount-content {
    padding: 20px;
  }
  .woocommerce-MyAccount-content {
    overflow: hidden;
  }
  .woocommerce-MyAccount-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
  .zentra-account-quick {
    align-items: flex-start;
    flex-direction: column;
  }
  .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
  .woocommerce table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr {
    display: block;
    border-bottom: 1px solid var(--zentra-border);
    padding: 12px;
  }
  .woocommerce table.shop_table_responsive tr td {
    display: flex !important;
    justify-content: space-between;
    gap: 16px;
    border: 0 !important;
    text-align: right !important;
  }
  .zentra-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 42px;
  }
}

@media (min-width: 783px) {
  .admin-bar .zentra-native-header {
    top: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

body {
  font-family: "Satoshi", "Helvetica Neue", system-ui, sans-serif;
  background-image: radial-gradient(circle at 78% 8%, rgba(191, 61, 180, 0.15), transparent 27%);
}
.zentra-native-header {
  background: rgba(17, 9, 35, 0.76);
  border-bottom-color: transparent;
}
.zentra-brand-mark {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zentra-jade), var(--zentra-lime));
  font:
    800 20px/1 "Satoshi",
    sans-serif;
}
.zentra-brand-name {
  font-family: "Satoshi", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.zentra-button-primary,
.woocommerce a.button,
.woocommerce button.button,
.wc-block-components-button {
  background: linear-gradient(125deg, var(--zentra-jade), var(--zentra-lime)) !important;
}
.zentra-commerce-intro h1,
.woocommerce h2,
.woocommerce h3,
.zentra-empty-state h2 {
  font-family: "Satoshi", sans-serif;
  font-weight: 680;
  letter-spacing: -0.055em;
}
.zentra-commerce-intro::before {
  background: rgba(255, 176, 78, 0.12);
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.zentra-account-quick,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  border-radius: 34px !important;
  background: rgba(26, 17, 51, 0.86);
  backdrop-filter: blur(18px);
}
