@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap');

/* === iFixDump theme === */
body.fd-site-body,
body.fd-cabinet-body {
  background: #000 !important;
  color: #00ff66;
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
  font-size: 14px;
  letter-spacing: -0.01em;
}

body.fd-site-body h1,
body.fd-cabinet-body h1 {
  text-align: center;
}

.fd-site-page,
.fd-cabinet-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px 16px 0;
}

@media (min-width: 768px) {
  .fd-site-page,
  .fd-cabinet-page {
    padding-left: 0;
    padding-right: 0;
  }
}

.fd-site-inner,
.fd-cabinet-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.fd-site-header,
.fd-cabinet-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  position: relative;
  min-height: 44px;
  padding: 10px 0 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.4);
}

.fd-site-header .fd-brand {
  justify-self: start;
  min-width: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.fd-site-header .fd-site-nav {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  white-space: nowrap;
  min-width: 0;
}

.fd-store-clock {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  height: 20px;
  font-size: 13px;
  line-height: 1;
  color: #94a3b8;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}

.fd-store-clock-icon {
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 14px;
  color: #00ff66;
  animation: fd-pulse-glow 2s ease-in-out infinite;
}

.fd-store-clock-our,
.fd-store-clock-sep,
.fd-store-clock-status,
.fd-store-clock-time {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}

.fd-store-clock-our strong,
.fd-store-clock-time {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

.fd-store-clock-sep {
  color: rgba(0, 255, 102, 0.35);
}

.fd-store-clock-status {
  font-weight: 700;
}

.fd-store-clock.is-open .fd-store-clock-status {
  color: #00ff66;
}

.fd-store-clock.is-closed .fd-store-clock-status {
  color: #fbbf24;
}

@keyframes fd-pulse-glow {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.fd-site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.fd-site-nav-link {
  display: inline-flex;
  align-items: center;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}

.fd-site-nav-link:hover {
  color: #00ff66;
}

.fd-site-nav-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #94a3b8;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 0;
}

.fd-site-nav-cart svg {
  display: block;
  width: 18px;
  height: 18px;
}

.fd-site-nav-cart:hover {
  color: #00ff66;
}

.fd-site-main {
  flex: 1;
  margin: 16px 0;
}

.fd-site-footer,
.fd-cabinet-footer {
  padding: 20px 0 8px;
  margin-top: 24px;
}

.fd-store-content {
  padding-bottom: 24px;
}

.fd-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.fd-store-col-main {
  flex: 1;
  min-width: 260px;
}

.fd-store-col-side {
  flex: 0 0 220px;
  max-width: 100%;
}

.fd-footer-sep {
  color: #475569;
  margin: 0 8px;
}

.fd-brand {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.fd-brand span {
  color: #00ff66;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.6);
}

.fd-brand-name {
  color: #00ff66;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.6);
}

.fd-brand-bracket {
  color: #fff;
  text-shadow: none;
  flex-shrink: 0;
}

.fd-site-header .fd-brand-bracket,
.fd-site-header .fd-brand-name {
  text-shadow: 0 0 8px rgba(0, 255, 102, 0.45);
}

.fd-portal-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00ff66;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.fd-portal-label svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.fd-portal-label:hover {
  text-decoration: underline;
  color: #39ff14;
}

.fd-portal-label-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.fd-cabinet-main {
  flex-grow: 1;
  margin: 16px 0;
}

.fd-cabinet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .fd-cabinet-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .fd-cabinet-content-wrap {
    grid-column: span 8;
    order: 1;
    min-width: 0;
  }

  .fd-cabinet-sidebar-wrap {
    grid-column: span 4;
    order: 2;
    min-width: 0;
  }
}

.fd-cabinet-content-wrap,
.fd-cabinet-sidebar-wrap {
  min-width: 0;
}

/* Mobile: sidebar above content (как order-1 / order-2 в promo) */
@media (max-width: 767px) {
  .fd-cabinet-sidebar-wrap {
    order: 1;
  }

  .fd-cabinet-content-wrap {
    order: 2;
  }
}

.fd-panel-auth {
  min-height: auto;
  max-width: 520px;
  margin: 0 auto;
}

.fd-panel {
  background: #000;
  border: 1px solid #00ff66;
  padding: 20px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
}

.fd-panel-sidebar {
  min-height: auto;
  height: fit-content;
  overflow: hidden;
}

.fd-panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #00ff66;
  margin: 0 0 16px;
}

.fd-panel-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}

.fd-nav-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #00ff66;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.3);
  margin-bottom: 16px;
}

.fd-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.fd-nav-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(0, 255, 102, 0.2);
  background: #000;
  color: rgba(0, 255, 102, 0.8);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
  overflow: hidden;
}

.fd-nav-btn:hover {
  border-color: #00ff66;
  background: rgba(0, 255, 102, 0.12);
  color: #00ff66;
}

.fd-nav-btn.is-active {
  background: #00ff66;
  color: #000;
  border-color: #00ff66;
}

.fd-nav-btn.is-danger {
  color: rgba(239, 68, 68, 0.8);
  border-color: rgba(127, 29, 29, 0.4);
}

.fd-nav-btn.is-danger:hover,
.fd-nav-btn.is-danger.is-active {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
}

.fd-nav-btn span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fd-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(0, 255, 102, 0.45);
  background: #000;
}

.fd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
}

.fd-table thead tr {
  border-bottom: 1px solid rgba(0, 255, 102, 0.45);
  background: rgba(0, 255, 102, 0.1);
  height: 40px;
  text-transform: uppercase;
  color: #00ff66;
}

.fd-table th,
.fd-table td {
  padding: 8px 12px;
}

.fd-table tbody tr {
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
  height: 44px;
}

.fd-table tbody tr:hover {
  background: rgba(0, 255, 102, 0.1);
}

.fd-order-id {
  font-weight: 700;
  color: #00ff66;
}

.fd-status {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00ff66;
}

.fd-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid #00ff66;
  background: #000;
  color: #00ff66;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
}

.fd-btn:hover {
  background: #00ff66;
  color: #000;
}

.fd-btn-primary {
  background: #00ff66;
  color: #000;
  border-color: #00ff66;
}

.fd-btn-primary:hover {
  background: #39ff14;
  box-shadow: 0 0 8px rgba(0, 255, 102, 0.5);
}

.fd-btn-danger {
  border-color: #991b1b;
  color: #fca5a5;
  background: rgba(127, 29, 29, 0.6);
}

.fd-btn-danger:hover {
  background: #dc2626;
  color: #fff;
}

.fd-empty {
  text-align: center;
  padding: 32px;
  color: #64748b;
}

.fd-hint {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 12px;
}

.fd-file-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 280px;
  overflow-y: auto;
}

.fd-file-card {
  padding: 12px;
  border: 1px solid rgba(0, 255, 102, 0.3);
  background: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.fd-file-card:hover {
  border-color: #00ff66;
}

.fd-file-name {
  color: #fff;
  font-weight: 600;
  word-break: break-all;
}

.fd-file-meta {
  font-size: 14px;
  color: #94a3b8;
}

.fd-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 576px) {
  .fd-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.fd-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.fd-field label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 255, 102, 0.9);
}

.fd-field input {
  width: 100%;
  background: #050805;
  border: 1px solid rgba(0, 255, 102, 0.45);
  color: #fff;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fd-field input::placeholder {
  color: rgba(148, 163, 184, 0.75);
}

.fd-field input:hover {
  border-color: rgba(0, 255, 102, 0.65);
}

.fd-password-wrap input {
  padding-right: 40px;
}

.fd-field input:focus {
  outline: none;
  border-color: #39ff14;
  box-shadow: 0 0 0 2px rgba(0, 255, 102, 0.15);
}

.fd-field input:disabled {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.fd-field-hint {
  font-size: 14px;
  color: #64748b;
}

.fd-alert {
  padding: 10px;
  border: 1px solid #00ff66;
  color: #00ff66;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fd-alert-error {
  border-color: #ef4444;
  color: #f87171;
  background: rgba(127, 29, 29, 0.2);
}

.fd-form-actions {
  padding-top: 12px;
  border-top: 1px solid rgba(0, 255, 102, 0.2);
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.fd-logout-center {
  text-align: center;
  padding: 24px 0;
}

.fd-logout-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(0, 255, 102, 0.2);
  background: rgba(0, 255, 102, 0.05);
  color: #00ff66;
  margin-bottom: 16px;
  font-size: 24px;
}

.fd-logout-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.fd-cabinet-footer {
  max-width: 900px;
  width: 100%;
  margin: 24px auto 0;
}

.fd-footer-line {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 255, 102, 0.45), transparent);
  margin-bottom: 20px;
}

.fd-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  font-size: 14px;
  margin-bottom: 16px;
}

.fd-footer-links a {
  color: #94a3b8;
  text-decoration: none;
}

.fd-footer-links a:hover {
  color: #00ff66;
}

.fd-footer-copy {
  text-align: center;
  font-size: 14px;
  color: #64748b;
}

.fd-footer-copy a {
  color: #00ff66;
}

.fd-pagination {
  margin-top: 16px;
  font-size: 14px;
  color: #94a3b8;
}

.fd-pagination .pagination {
  margin: 0;
}

.fd-pagination .pagination > li > a,
.fd-pagination .pagination > li > span {
  background: #000;
  border-color: rgba(0, 255, 102, 0.3);
  color: #00ff66;
}

.fd-pagination .pagination > .active > a {
  background: #00ff66;
  border-color: #00ff66;
  color: #000;
}

/* Modal base */
.fd-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.fd-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: fd-overlay-in 0.2s ease-out both;
}

.fd-overlay.is-closing {
  opacity: 0;
  pointer-events: none;
}

.fd-overlay.is-open .fd-modal {
  animation: fd-modal-in 0.22s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.fd-modal {
  max-width: 500px;
  width: 100%;
  background: #000;
  border: 1px solid #00ff66;
  padding: 20px;
  box-shadow: 0 0 25px rgba(0, 255, 102, 0.2);
  font-size: 14px;
  max-height: 90vh;
  overflow-y: auto;
}

.fd-modal-sm {
  max-width: 400px;
}

.fd-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.45);
  margin-bottom: 16px;
}

.fd-modal-title {
  font-weight: 700;
  color: #00ff66;
  text-transform: uppercase;
  font-size: 14px;
}

.fd-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.fd-modal-box {
  padding: 10px;
  border: 1px solid rgba(0, 255, 102, 0.4);
  background: #000;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.fd-modal-box-wide {
  grid-column: 1 / -1;
}

.fd-modal-box label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 255, 102, 0.7);
  font-weight: 700;
  margin-bottom: 4px;
}

.fd-order-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fd-order-detail-grid {
  margin-top: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fd-order-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}

.fd-order-item {
  min-width: 0;
  max-width: 100%;
}

.fd-order-item-name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fd-order-item-meta {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fd-order-detail-value {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.fd-order-detail-amount {
  color: #00ff66;
  font-weight: 700;
}

.fd-order-files {
  margin-top: 16px;
}

.fd-logout-title {
  color: #f1f5f9;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: none;
}

.fd-logout-desc {
  max-width: 420px;
  margin: 0 auto;
}

.fd-modal-support {
  text-align: center;
  padding-top: 16px;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 255, 102, 0.3);
  font-size: 14px;
  color: #94a3b8;
}

.fd-modal-support a {
  color: #00ff66;
  text-decoration: none;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.fd-modal-support a:hover {
  color: #39ff14;
  text-shadow: 0 0 8px rgba(0, 255, 102, 0.5);
}

.fd-password-wrap {
  position: relative;
}

.fd-password-wrap .fd-password-toggle {
  top: auto;
  bottom: 11px;
  transform: none;
}

.fd-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(0, 255, 102, 0.5);
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}

.fd-password-toggle:hover {
  color: #00ff66;
}

.fd-custom-fields {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-custom-fields summary {
  cursor: pointer;
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 12px;
}

/* Hide default OpenCart alerts in cabinet — re-style */
.fd-cabinet-content .alert {
  background: #000;
  border: 1px solid #00ff66;
  color: #00ff66;
}

.fd-cabinet-content .alert-danger {
  border-color: #ef4444;
  color: #f87171;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #00ff66;
}

::-webkit-scrollbar-track {
  background: #000;
  border-left: 1px solid #111;
}

::-webkit-scrollbar-thumb:hover {
  background: #39ff14;
}

/* === Selection (promo) === */
body.fd-cabinet-body ::selection,
body.fd-has-login-modal ::selection {
  background: rgba(0, 255, 102, 0.35);
  color: #fff;
}

/* === Keyframes === */
@keyframes fd-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fd-fade-out {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-4px); }
}

@keyframes fd-modal-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fd-overlay-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fd-glow-pulse {
  from { text-shadow: 0 0 8px rgba(0, 255, 102, 0.4); }
  to { text-shadow: 0 0 14px rgba(0, 255, 102, 0.85); }
}

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

@keyframes fd-pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px #00ff66; }
  50% { opacity: 0.5; box-shadow: 0 0 4px #00ff66; }
}

@keyframes fd-alert-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fd-progress-shine {
  0% { filter: brightness(1); }
  50% { filter: brightness(1.25); }
  100% { filter: brightness(1); }
}

/* === Page enter === */
.fd-cabinet-content {
  animation: fd-fade-in 0.22s ease-out both;
}

.fd-panel {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fd-panel:hover {
  box-shadow: 0 0 18px rgba(0, 255, 102, 0.08);
}

/* === Brand / header hover === */
.fd-brand {
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.fd-brand:hover {
  opacity: 0.95;
}

.fd-brand:hover span {
  animation: fd-glow-pulse 1.5s ease-in-out infinite alternate;
}

.fd-portal-label {
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.fd-portal-label:hover {
  text-shadow: 0 0 8px rgba(0, 255, 102, 0.5);
}

/* === Nav buttons — hover / active === */
.fd-nav-btn {
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease,
    transform 0.12s ease, box-shadow 0.15s ease;
}

.fd-nav-btn:hover {
  box-shadow: inset 0 0 12px rgba(0, 255, 102, 0.12);
}

.fd-nav-btn:active {
  transform: translateX(0) scale(0.98);
}

.fd-nav-btn.is-active {
  box-shadow: 0 0 14px rgba(0, 255, 102, 0.35);
}

.fd-nav-btn.is-danger:hover {
  box-shadow: 0 0 12px rgba(220, 38, 38, 0.4);
}

/* === Table rows === */
.fd-table tbody tr {
  transition: background 0.15s ease;
}

.fd-table tbody tr:active {
  background: rgba(0, 255, 102, 0.18);
}

/* === Buttons — hover, active, focus, loading === */
.fd-btn {
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.12s ease;
}

.fd-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 10px rgba(0, 255, 102, 0.25);
}

.fd-btn:active {
  transform: translateY(0) scale(0.97);
}

.fd-btn:focus-visible {
  outline: 2px solid #39ff14;
  outline-offset: 2px;
}

.fd-btn-primary:hover {
  transform: translateY(-1px);
}

.fd-btn-primary:active {
  transform: scale(0.97);
}

.fd-btn-danger:hover {
  box-shadow: 0 0 12px rgba(239, 68, 68, 0.45);
}

.fd-btn.is-loading {
  pointer-events: none;
  opacity: 0.85;
}

.fd-btn.is-loading::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: fd-spin 0.7s linear infinite;
  vertical-align: middle;
}

.fd-order-detail-btn:hover {
  letter-spacing: 0.02em;
}

/* === File cards === */
.fd-file-card {
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease,
    transform 0.15s ease;
}

.fd-file-card:hover {
  transform: translateX(2px);
  box-shadow: 0 0 14px rgba(0, 255, 102, 0.12);
  background: rgba(0, 255, 102, 0.04);
}

.fd-file-card.is-downloading {
  border-color: #00ff66;
  background: rgba(0, 255, 102, 0.1);
  box-shadow: 0 0 16px rgba(0, 255, 102, 0.2);
}

/* === Form fields — focus glow === */
.fd-field input {
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fd-field input:hover:not(:disabled) {
  border-color: #00ff66;
}

.fd-field input:focus {
  box-shadow: 0 0 0 1px #00ff66, 0 0 12px rgba(0, 255, 102, 0.25);
}

/* === Alerts === */
.fd-alert {
  animation: fd-alert-in 0.35s ease-out both;
}

.fd-alert-error {
  animation: fd-alert-in 0.35s ease-out both;
}

/* === Footer links === */
.fd-footer-links a {
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.fd-footer-links a:hover {
  text-shadow: 0 0 8px rgba(0, 255, 102, 0.4);
}

.fd-footer-copy a {
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.fd-footer-copy a:hover {
  color: #39ff14;
  text-shadow: 0 0 8px rgba(0, 255, 102, 0.5);
}

/* === Pagination hover === */
.fd-pagination .pagination > li > a:hover {
  background: rgba(0, 255, 102, 0.15);
  border-color: #00ff66;
  color: #39ff14;
}

.fd-modal {
  transition: box-shadow 0.2s ease;
}

.fd-overlay.is-open .fd-modal:hover {
  box-shadow: 0 0 32px rgba(0, 255, 102, 0.28);
}

.fd-password-toggle {
  transition: color 0.15s ease, transform 0.1s ease;
}

.fd-password-toggle:active {
  transform: translateY(-50%) scale(0.9);
}

/* === Download progress (promo simulator) === */
.fd-download-progress {
  display: none;
  background: #000;
  border: 1px solid #00ff66;
  padding: 14px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #6ee7b7;
  animation: fd-fade-in 0.2s ease-out both;
}

.fd-download-progress.is-visible {
  display: block;
}

.fd-download-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.fd-download-progress-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #00ff66;
}

.fd-download-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00ff66;
  animation: fd-pulse-dot 1s ease-in-out infinite;
}

.fd-download-percent {
  color: #fff;
  font-weight: 700;
}

.fd-download-bar-track {
  height: 10px;
  width: 100%;
  background: #000;
  border: 1px solid #00ff66;
  overflow: hidden;
  margin-bottom: 8px;
}

.fd-download-bar-fill {
  height: 100%;
  width: 0%;
  background: #00ff66;
  transition: width 0.2s ease;
  animation: fd-progress-shine 1.2s ease-in-out infinite;
}

.fd-download-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 8px;
}

.fd-download-log {
  margin-top: 8px;
  background: #000;
  border: 1px solid rgba(0, 255, 102, 0.3);
  padding: 6px;
  height: 64px;
  overflow-y: auto;
  font-size: 14px;
  color: #00ff66;
  line-height: 1.5;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}

.fd-download-log div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === Logout icon hover === */
.fd-logout-icon {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.fd-logout-icon:hover {
  border-color: #00ff66;
  box-shadow: 0 0 16px rgba(0, 255, 102, 0.25);
  transform: scale(1.05);
}

/* === Mobile (promo: max-md / sm breakpoints) === */
@media (max-width: 900px) {
  .fd-site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand nav"
      "clock clock";
    row-gap: 10px;
    column-gap: 12px;
    min-height: 0;
    margin-bottom: 16px;
    padding-top: 4px;
  }

  .fd-site-header .fd-brand {
    grid-area: brand;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }

  .fd-store-clock {
    grid-area: clock;
    height: auto;
    min-height: 20px;
    max-width: 100%;
    justify-content: center;
    pointer-events: auto;
    font-size: 12px;
  }

  .fd-site-header .fd-site-nav {
    grid-area: nav;
  }

  .fd-site-nav {
    gap: 10px;
  }

  .fd-portal-label {
    font-size: 13px;
    white-space: nowrap;
  }

  .fd-portal-label svg {
    width: 14px;
    height: 14px;
  }

  .fd-site-nav-link.fd-site-nav-mobile-hide {
    display: none;
  }

  .fd-site-main {
    margin: 12px 0;
  }

  .fd-panel {
    padding: 16px;
    min-height: auto;
  }

  .fd-cabinet-content-wrap .fd-panel {
    min-height: 320px;
  }

  .fd-cabinet-sidebar-wrap .fd-panel {
    min-height: auto;
  }

  .fd-panel-title {
    font-size: 14px;
  }

  .fd-nav-title {
    font-size: 14px;
  }

  .fd-table {
    font-size: 14px;
  }

  .fd-table th,
  .fd-table td {
    padding: 8px 10px;
  }

  .fd-btn {
    font-size: 14px;
    padding: 4px 8px;
  }

  .fd-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fd-form-actions .fd-btn {
    width: 100%;
    justify-content: center;
  }

  .fd-logout-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fd-logout-actions .fd-btn {
    width: 100%;
    justify-content: center;
  }

  .fd-file-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .fd-file-card .fd-btn {
    width: 100%;
    justify-content: center;
  }

  .fd-modal-grid {
    grid-template-columns: 1fr;
  }

  .fd-modal-box {
    grid-column: span 1;
  }

  .fd-modal {
    padding: 16px;
    max-height: calc(100vh - 32px);
  }

  .fd-footer-links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .fd-footer-sep {
    display: none;
  }
}

@media (min-width: 768px) {
  .fd-brand {
    font-size: 1.5rem;
  }

  .fd-portal-label {
    font-size: 14px;
  }
}

/* === Guest home === */
.fd-guest-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 48px 0 64px;
  text-align: center;
}

.fd-guest-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.fd-guest-frame {
  position: relative;
  padding: 40px 56px;
  border: 1px solid #00ff66;
  background: rgba(0, 0, 0, 0.4);
  min-width: 280px;
  max-width: 100%;
  box-sizing: border-box;
}

.fd-guest-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #00ff66;
  border-style: solid;
}

.fd-guest-corner-tl { top: 0; left: 0; border-width: 2px 0 0 2px; }
.fd-guest-corner-tr { top: 0; right: 0; border-width: 2px 2px 0 0; }
.fd-guest-corner-bl { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.fd-guest-corner-br { bottom: 0; right: 0; border-width: 0 2px 2px 0; }

.fd-guest-logo {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.6);
}

.fd-guest-line {
  height: 2px;
  margin: 16px 0;
  background: linear-gradient(to right, transparent, rgba(0, 255, 102, 0.7), transparent);
}

.fd-guest-tagline {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #00ff66;
}

.fd-guest-hint {
  margin: 0;
  max-width: 420px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b;
  line-height: 1.6;
}

  .fd-guest-login-btn {
    padding: 10px 24px;
    font-size: 14px;
  }

/* === Catalog (promo/main) === */
.fd-catalog-page {
  padding-bottom: 24px;
}

.fd-catalog-hero {
  text-align: center;
  margin-bottom: 24px;
}

body:has(.fd-catalog-page) .fd-site-nav-cart {
  display: none !important;
}

.fd-catalog-hero-title {
  margin: 0 auto 8px;
  font-size: clamp(1.75rem, 5vw, 46px);
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #fff;
  text-transform: uppercase;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.fd-home-hero-title {
  font-size: clamp(1.75rem, 5vw, 46px);
  letter-spacing: 0.25em;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  padding: 0;
  word-break: normal;
}

.fd-hero-fit-text {
  font-size: inherit;
}

@media (max-width: 767px) {
  .fd-home-hero-title {
    font-size: clamp(1.25rem, 6vw, 46px);
    letter-spacing: 0.12em;
    line-height: 1.2;
    padding: 0;
  }

  .fd-home .fd-catalog-hero-tagline {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.45;
    padding: 0 8px;
  }
}

.fd-hero-fit {
  width: 100%;
  box-sizing: border-box;
}

.fd-catalog-hero-title span {
  color: #00ff66;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.6);
}

.fd-catalog-hero-tagline {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #94a3b8;
}

.fd-catalog-hero-line {
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(to right, transparent, rgba(0, 255, 102, 0.4), transparent);
}

.fd-catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 768px) {
  .fd-catalog-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .fd-catalog-sidebar-wrap {
    grid-column: span 4;
    order: 1;
    min-width: 0;
  }

  .fd-catalog-panel-wrap {
    grid-column: span 8;
    order: 2;
    min-width: 0;
  }
}

.fd-catalog-sidebar-wrap,
.fd-catalog-panel-wrap {
  min-width: 0;
}

.fd-catalog-sidebar {
  min-height: auto;
}

.fd-catalog-sidebar-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #00ff66;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.3);
}

.fd-catalog-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fd-catalog-cat {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid transparent;
  background: #000;
  color: rgba(0, 255, 102, 0.85);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
}

.fd-catalog-cat:hover {
  border-color: rgba(0, 255, 102, 0.3);
  background: rgba(0, 255, 102, 0.05);
}

.fd-catalog-cat.is-active {
  background: #00ff66;
  color: #000;
  border-color: #00ff66;
}

.fd-catalog-cat-icon {
  width: 14px;
  flex-shrink: 0;
  text-align: center;
}

.fd-catalog-sub {
  margin: 4px 0 8px 12px;
  padding-left: 8px;
  border-left: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-catalog-sub-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  font-size: 14px;
  color: #94a3b8;
  text-decoration: none;
  transition: all 0.15s;
}

.fd-catalog-sub-link:hover {
  color: #fff;
  background: rgba(0, 255, 102, 0.05);
}

.fd-catalog-sub-link.is-active {
  color: #fff;
  font-weight: 700;
  border-left: 2px solid #00ff66;
  background: rgba(0, 255, 102, 0.12);
}

.fd-catalog-tree {
  color: rgba(0, 255, 102, 0.55);
  font-size: 14px;
}

.fd-catalog-panel {
  min-height: auto;
}

.fd-catalog-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
  font-size: 14px;
  text-transform: uppercase;
}

.fd-catalog-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00ff66;
  font-weight: 700;
}

.fd-catalog-meta {
  color: #64748b;
  font-size: 14px;
}

.fd-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ff66;
  animation: fd-pulse-dot 2s ease-in-out infinite;
}

@keyframes fd-pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.fd-home-intro-box {
  border: 1px solid rgba(0, 255, 102, 0.3);
  background: rgba(0, 255, 102, 0.05);
  padding: 16px;
  margin-bottom: 16px;
  text-align: left;
}

body.fd-site-body .fd-home-intro-title,
body.fd-site-body h1.fd-home-intro-title,
.fd-home-intro-title {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #00ff66;
  text-align: left !important;
}

.fd-home-intro-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #cbd5e1;
}

.fd-home-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .fd-home-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.fd-home-card {
  border: 1px solid rgba(0, 255, 102, 0.2);
  padding: 14px;
}

.fd-home-card-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.15);
}

.fd-home-intro-lead-wrap {
  margin-top: 0;
}

.fd-home-intro-lead {
  margin: 0;
}

.fd-home-card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  text-transform: uppercase;
  color: #94a3b8;
}

.fd-home-card-text p:last-child {
  margin-bottom: 0;
}

.fd-home-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  text-transform: uppercase;
  color: #94a3b8;
}

.fd-home-seo {
  margin-bottom: 16px;
}

.fd-home-footnote {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 255, 102, 0.2);
  font-size: 14px;
  text-transform: uppercase;
  color: #64748b;
}

.fd-home-footnote-status {
  color: #64748b;
}

.fd-confidential-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 24px;
  padding: 10px 12px;
  background: #030303;
  border: 1px solid rgba(0, 255, 102, 0.2);
  font-size: 14px;
  text-transform: uppercase;
}

.fd-confidential-main {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #cbd5e1;
}

.fd-confidential-main strong {
  color: #00ff66;
  white-space: nowrap;
}

.fd-confidential-meta {
  color: #475569;
  font-size: 14px;
  white-space: nowrap;
}

.fd-catalog-sub-hint {
  margin: 0 0 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #64748b;
}

.fd-catalog-sub-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fd-catalog-sub-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 255, 102, 0.2);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.15s;
}

.fd-catalog-sub-card:hover {
  border-color: #00ff66;
  background: rgba(0, 255, 102, 0.1);
  color: #00ff66;
}

.fd-catalog-sub-card-more {
  font-size: 14px;
  color: rgba(0, 255, 102, 0.4);
}

.fd-catalog-sub-card:hover .fd-catalog-sub-card-more {
  color: #00ff66;
}

.fd-catalog-sector-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 255, 102, 0.3);
  background: rgba(0, 255, 102, 0.05);
  font-size: 14px;
  text-transform: uppercase;
  color: #94a3b8;
}

.fd-catalog-sector-bar strong {
  color: #fff;
}

.fd-catalog-search {
  margin-bottom: 12px;
}

.fd-global-search-wrap {
  margin-bottom: 16px;
}

.fd-global-search-field {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.fd-global-search-input {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(0, 255, 102, 0.45);
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}

.fd-global-search-input:focus {
  outline: none;
  border-color: #00ff66;
}

.fd-global-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin: 0 0 0 8px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2300ff66' stroke-width='1.8' stroke-linecap='round' d='M4 4l8 8M12 4l-8 8'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
}

.fd-global-search-input::-ms-clear {
  width: 14px;
  height: 14px;
}

.fd-global-search-clear {
  flex-shrink: 0;
  padding: 10px 14px;
  border: 1px solid rgba(0, 255, 102, 0.35);
  background: rgba(0, 255, 102, 0.08);
  color: #00ff66;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s;
}

.fd-global-search-clear:hover {
  border-color: #00ff66;
  background: rgba(0, 255, 102, 0.15);
  color: #fff;
}

.fd-global-search-clear[hidden] {
  display: none !important;
}

.fd-catalog-panel-search[hidden],
#fd-catalog-panel-default[hidden] {
  display: none !important;
}

.fd-catalog-search-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(0, 255, 102, 0.45);
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}

.fd-catalog-search-field input:focus {
  outline: none;
  border-color: #00ff66;
}

.fd-catalog-list-wrap {
  position: relative;
}

.fd-catalog-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  --fd-catalog-item-row: 48px;
  --fd-catalog-item-gap: 6px;
  max-height: calc(8 * var(--fd-catalog-item-row) + 7 * var(--fd-catalog-item-gap));
  overflow-y: auto;
  margin-bottom: 8px;
}

.fd-catalog-load-sentinel {
  height: 1px;
  margin-top: 4px;
}

.fd-catalog-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #94a3b8;
}

.fd-catalog-loading[hidden],
.fd-catalog-load-sentinel[hidden] {
  display: none !important;
}

.fd-catalog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 255, 102, 0.2);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.15s;
}

.fd-catalog-item:hover {
  border-color: #00ff66;
  background: rgba(0, 255, 102, 0.1);
}

.fd-catalog-item[hidden] {
  display: none !important;
}

.fd-catalog-item-search {
  align-items: flex-start;
}

.fd-catalog-item-search .fd-catalog-item-arrow,
.fd-catalog-item-search .fd-catalog-item-more {
  margin-top: 2px;
}

.fd-catalog-item-arrow {
  color: #00ff66;
  flex-shrink: 0;
}

.fd-catalog-item-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fd-catalog-item-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fd-catalog-item-search .fd-catalog-item-name {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fd-catalog-item-category {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 255, 102, 0.55);
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fd-catalog-item-more {
  font-size: 14px;
  color: rgba(0, 255, 102, 0.4);
  flex-shrink: 0;
}

.fd-catalog-item:hover .fd-catalog-item-more {
  color: #00ff66;
}

.fd-catalog-empty {
  padding: 40px 16px;
  text-align: center;
  border: 1px dashed rgba(0, 255, 102, 0.3);
  color: #64748b;
  font-size: 14px;
  text-transform: uppercase;
}

.fd-catalog-seo {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-catalog-seo-body {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  text-transform: uppercase;
  text-align: left;
}

.fd-catalog-seo-body h1,
.fd-catalog-seo-body h2,
.fd-catalog-seo-body h3,
.fd-catalog-seo-body h4,
.fd-catalog-seo-body .fd-info-section-title,
.fd-catalog-seo-body p.fd-info-section-title {
  margin: 16px 0 10px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left !important;
}

.fd-catalog-seo-body h1:first-child,
.fd-catalog-seo-body h2:first-child,
.fd-catalog-seo-body h3:first-child,
.fd-catalog-seo-body h4:first-child,
.fd-catalog-seo-body .fd-info-section-title:first-child,
.fd-catalog-seo-body p.fd-info-section-title:first-child {
  margin-top: 0;
}

.fd-catalog-seo-body p,
.fd-catalog-seo-body li {
  text-align: left !important;
}

.fd-catalog-seo-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fd-catalog-seo-toggle {
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 255, 102, 0.3);
  background: rgba(0, 255, 102, 0.05);
  color: #00ff66;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s;
}

.fd-catalog-seo-toggle:hover {
  border-color: #00ff66;
  background: rgba(0, 255, 102, 0.12);
  color: #fff;
}

.fd-catalog-seo-toggle[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .fd-catalog-sidebar-wrap {
    order: 1;
  }

  .fd-catalog-panel-wrap {
    order: 2;
  }

  .fd-confidential-main {
    flex-wrap: wrap;
  }
}

/* === Product detail (promo/product) === */
.fd-product-page .fd-catalog-grid {
  margin-top: 0;
}

.fd-product-page h1,
.fd-product-page h2,
.fd-product-page h3,
.fd-product-panel h1,
.fd-product-panel h2,
.fd-product-panel h3 {
  text-align: left;
}

.fd-product-panel {
  padding: 0;
  border: 0;
  box-shadow: none;
  min-height: 0;
}

.fd-product-panel:hover {
  box-shadow: none;
}

.fd-product-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.fd-product-back {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(0, 255, 102, 0.3);
  background: rgba(0, 255, 102, 0.05);
  color: #00ff66;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.15s;
}

.fd-product-back:hover {
  border-color: #00ff66;
  color: #fff;
}

.fd-product-id {
  font-size: 14px;
  color: #64748b;
  text-transform: uppercase;
}

.fd-product-card {
  border: 1px solid #00ff66;
  background: #000;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 255, 102, 0.08);
  text-align: left;
}

.fd-product-card-title-block {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
}

body.fd-site-body .fd-product-page .fd-product-page-title,
.fd-product-page-title {
  margin: 0 0 8px;
  font-size: clamp(1.125rem, 2.4vw, 1.375rem);
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #00ff66;
  letter-spacing: 0.08em;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.55);
}

.fd-product-description-body h2,
.fd-product-description-body h3,
.fd-product-description-body h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #cbd5e1;
  letter-spacing: 0.04em;
}

.fd-product-page-category {
  margin: 0;
  font-size: 14px;
  color: #94a3b8;
  text-transform: uppercase;
}

.fd-product-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-product-card-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.35;
}

.fd-product-card-category {
  display: block;
  font-size: 14px;
  color: #00ff66;
  text-transform: uppercase;
}

.fd-product-badge {
  padding: 2px 8px;
  border: 1px solid rgba(0, 255, 102, 0.35);
  background: rgba(0, 255, 102, 0.08);
  color: #00ff66;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fd-product-spec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 255, 102, 0.1);
  background: rgba(0, 255, 102, 0.05);
}

@media (min-width: 640px) {
  .fd-product-spec-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.fd-product-spec-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}

.fd-product-spec-value {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  word-break: break-word;
}

.fd-product-spec:nth-child(even) .fd-product-spec-value {
  color: #00ff66;
}

.fd-product-description {
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-product-description-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
}

.fd-product-description-body {
  padding: 12px;
  border: 1px solid rgba(0, 255, 102, 0.1);
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #cbd5e1;
}

.fd-product-description-body p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5e1;
}

.fd-product-description-body p:last-child {
  margin-bottom: 0;
}

.fd-product-tabs {
  margin-top: 22px;
}

.fd-product-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 28px;
  margin: 0;
  padding: 0 0 0 2px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.35);
}

.fd-product-tab-btn {
  appearance: none;
  position: relative;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  color: #94a3b8;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 2px 12px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, text-shadow 0.15s;
}

.fd-product-tab-btn:hover {
  color: #cbd5e1;
}

.fd-product-tab-btn.is-active {
  color: #00ff66;
  border-bottom-color: #00ff66;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.45);
}

.fd-product-tab-btn.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 18px;
  background: linear-gradient(to top, rgba(0, 255, 102, 0.12), transparent);
  pointer-events: none;
}

.fd-product-tabs-panels {
  margin-top: 0;
}

.fd-product-tab-panel {
  border: 1px solid rgba(100, 116, 139, 0.35);
  border-top: 0;
  background: #000;
  padding: 18px 16px 16px;
}

.fd-product-tab-body {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  text-transform: none;
}

.fd-product-tab-body p {
  margin: 0 0 0.95em;
}

.fd-product-tab-body p:last-child {
  margin-bottom: 0;
}

.fd-product-tab-body h2,
.fd-product-tab-body h3,
.fd-product-tab-body h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
color: #fff;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .fd-product-tabs-nav {
    gap: 0 18px;
  }

  .fd-product-tab-btn {
    font-size: 12px;
    padding: 8px 0 10px;
  }

  .fd-product-tab-panel {
    padding: 14px 12px 12px;
  }
}

.fd-product-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  margin-top: 8px;
  border-top: 1px solid rgba(0, 255, 102, 0.15);
}

.fd-product-consent-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  color: #cbd5e1;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
}

.fd-form-group {
  margin-bottom: 14px;
  min-width: 0;
  max-width: 100%;
}

.fd-form-group.required .fd-form-label::after {
  content: ' *';
  color: #00ff66;
}

.fd-form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 255, 102, 0.85);
  letter-spacing: 0.02em;
}

.fd-form-control {
  width: 100%;
  background: #050805;
  border: 1px solid rgba(0, 255, 102, 0.45);
  color: #fff;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  appearance: none;
}

.fd-form-control:hover {
  border-color: rgba(0, 255, 102, 0.65);
}

.fd-form-control:focus {
  outline: none;
  border-color: #39ff14;
  box-shadow: 0 0 0 2px rgba(0, 255, 102, 0.15);
}

select.fd-form-control {
  padding-right: 36px;
  background-image: linear-gradient(45deg, transparent 50%, #00ff66 50%), linear-gradient(135deg, #00ff66 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 2px), calc(100% - 12px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fd-form-group.has-error .fd-form-control,
.fd-form-group.has-error .fd-check-box,
.fd-form-group.has-error .fd-radio-mark {
  border-color: #ef4444;
}

.fd-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

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

.fd-check-box,
.fd-radio-mark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 2px solid rgba(0, 255, 102, 0.5);
  background: #050805;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.fd-check-box {
  border-radius: 3px;
}

.fd-radio-mark {
  border-radius: 50%;
}

.fd-check-input:focus-visible + .fd-check-box,
.fd-radio-input:focus-visible + .fd-radio-mark {
  box-shadow: 0 0 0 2px rgba(0, 255, 102, 0.2);
}

.fd-check-input:checked + .fd-check-box {
  border-color: #00ff66;
  background: #00ff66;
  box-shadow: inset 0 0 0 2px #050805;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23050805' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 9px;
}

.fd-radio-input:checked + .fd-radio-mark {
  border-color: #00ff66;
  background: radial-gradient(circle, #00ff66 0 5px, #050805 5px 100%);
}

.fd-check-text,
.fd-radio-text {
  font-size: 14px;
  line-height: 1.45;
  color: #cbd5e1;
}

.fd-check:hover .fd-check-box,
.fd-radio:hover .fd-radio-mark {
  border-color: #39ff14;
}

.fd-product-consent-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 255, 102, 0.35);
  color: #00ff66;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s;
}

.fd-product-consent-link:hover {
  border-color: #00ff66;
  color: #fff;
}

.fd-product-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin-bottom: 16px;
}

.fd-product-options > .fd-form-group:not(.fd-form-group--text) {
  grid-column: 1 / -1;
}

.fd-product-options > .fd-form-group--segmented {
  grid-column: auto;
}

.fd-product-options > .fd-form-group--segmented .fd-segmented {
  display: flex;
  width: 100%;
}

.fd-field-error {
  margin: 6px 0 0;
  color: #f87171;
  font-size: 13px;
  line-height: 1.4;
}

.fd-segmented {
  display: flex;
  width: 100%;
  gap: 0;
  border: 1px solid rgba(0, 255, 102, 0.45);
  border-radius: 4px;
  overflow: hidden;
  background: #050805;
}

.fd-segmented-item {
  position: relative;
  flex: 1 1 auto;
  min-width: 72px;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

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

.fd-segmented-label {
  display: block;
  padding: 10px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #94a3b8;
  background: transparent;
  transition: color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.fd-segmented-item + .fd-segmented-item .fd-segmented-label {
  border-left: 1px solid rgba(0, 255, 102, 0.25);
}

.fd-segmented-input:focus-visible + .fd-segmented-label {
  box-shadow: inset 0 0 0 2px rgba(0, 255, 102, 0.35);
}

.fd-segmented-input:checked + .fd-segmented-label {
  color: #050805;
  background: #00ff66;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15);
}

.fd-option-extra-price {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.85;
}

.fd-product-option-checks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.fd-product-option-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(0, 255, 102, 0.2);
  border-radius: 4px;
  background: rgba(0, 255, 102, 0.03);
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.fd-product-option-check:hover {
  border-color: rgba(0, 255, 102, 0.4);
  background: rgba(0, 255, 102, 0.06);
}

.fd-product-option-check:has(.fd-check-input:checked) {
  border-color: rgba(0, 255, 102, 0.55);
  background: rgba(0, 255, 102, 0.1);
}

.fd-product-option-check .fd-check-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.fd-product-option-check-name {
  font-size: 14px;
  font-weight: 600;
  color: #e2e8f0;
  text-transform: uppercase;
}

.fd-product-option-check-price {
  font-size: 13px;
  font-weight: 700;
  color: #00ff66;
}

.fd-file-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.fd-file-upload-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.fd-file-upload input[type="file"],
.fd-file-upload-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  display: block !important;
}

.fd-file-upload-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 180px;
  margin: 0;
  padding: 11px 18px;
  border: 1px solid rgba(0, 255, 102, 0.55);
  border-radius: 4px;
  background: rgba(0, 255, 102, 0.08);
  color: #00ff66;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  user-select: none;
}

.fd-file-upload-btn-text {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.fd-file-upload-btn:hover {
  background: rgba(0, 255, 102, 0.16);
  border-color: #00ff66;
  color: #fff;
}

.fd-file-upload.is-loading .fd-file-upload-btn {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}

.fd-file-upload-name {
  display: block;
  flex: 1 1 180px;
  min-width: 0;
  max-width: 100%;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fd-file-upload-name.is-ready {
  color: #00ff66;
}

.fd-file-upload-status {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
}

.fd-file-upload-status.is-ready {
  color: #00ff66;
}

.fd-file-upload-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

.fd-file-upload.has-error .fd-file-upload-btn {
  border-color: #ef4444;
}

.fd-form-group.has-error .fd-segmented,
.fd-form-group.has-error .fd-product-option-checks {
  border-color: #ef4444;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.35);
}

@media (max-width: 640px) {
  .fd-product-options {
    grid-template-columns: 1fr;
  }

  .fd-product-options > .fd-form-group--text {
    grid-column: 1 / -1;
  }

  .fd-segmented {
    display: flex;
    width: 100%;
  }

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

.fd-product-form-fields {
  margin-bottom: 0;
}

.fd-product-buy-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 255, 102, 0.15);
}

.fd-product-buy-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-left: auto;
}

.fd-product-terms-hint {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(0, 255, 102, 0.35);
  background: rgba(0, 255, 102, 0.08);
  color: #00ff66;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.fd-product-terms-hint.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fd-product-terms-hint[hidden] {
  display: none !important;
}

.fd-product-price-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #64748b;
}

.fd-product-price {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: #00ff66;
  text-shadow: 0 0 8px rgba(0, 255, 102, 0.35);
}

.fd-product-price-old {
  display: block;
  font-size: 14px;
  color: #64748b;
  text-decoration: line-through;
}

.fd-product-buy-btn {
  padding: 12px 24px;
  border: none;
  background: #00ff66;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.fd-product-buy-btn:hover {
  box-shadow: 0 0 16px rgba(0, 255, 102, 0.55);
  transform: translateY(-1px);
}

.fd-product-buy-btn:active {
  transform: translateY(0);
}

.fd-product-buy-btn.is-locked,
.fd-product-buy-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.fd-product-buy-btn.is-locked:hover,
.fd-product-buy-btn:disabled:hover {
  box-shadow: none;
  transform: none;
}

.fd-product-buy-btn.is-loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}

.fd-product-login-btn {
  border: 2px solid #00ff66;
  background: transparent;
  color: #00ff66;
}

.fd-product-login-btn:hover {
  background: rgba(0, 255, 102, 0.12);
  color: #fff;
}

.fd-product-minimum {
  margin: 12px 0 0;
  font-size: 14px;
  color: #64748b;
  text-transform: uppercase;
}

.fd-product-alert {
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 255, 102, 0.35);
  background: rgba(0, 255, 102, 0.08);
  color: #00ff66;
  font-size: 14px;
}

.fd-product-radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fd-product-radio {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #cbd5e1;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  padding: 8px 10px;
  border: 1px solid rgba(0, 255, 102, 0.15);
  border-radius: 4px;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.fd-product-radio:hover {
  border-color: rgba(0, 255, 102, 0.35);
  background: rgba(0, 255, 102, 0.04);
}

.fd-radio-input:checked ~ .fd-radio-text {
  color: #fff;
}

.fd-product-radio:has(.fd-radio-input:checked) {
  border-color: rgba(0, 255, 102, 0.55);
  background: rgba(0, 255, 102, 0.08);
}

/* === Auth modals & header buttons === */
body.fd-auth-open {
  overflow: hidden;
}

.fd-btn-nav {
  font-size: 14px;
  padding: 6px 14px;
  cursor: pointer;
}

.fd-btn-nav.fd-btn-primary {
  box-shadow: none;
}

.fd-modal-auth {
  max-width: 380px;
}

.fd-modal-auth-wide {
  max-width: 460px;
  max-height: min(90vh, 760px);
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  padding-bottom: 16px;
}

.fd-modal-auth-wide .fd-modal-header {
  flex-shrink: 0;
}

.fd-modal-auth-wide .fd-auth-step {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.fd-modal-auth-wide .fd-auth-form {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.fd-auth-form-top {
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 2px;
}

.fd-auth-form-bottom {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fd-auth-terms {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}

.fd-auth-terms-label {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fd-auth-terms-scroll-wrap {
  position: relative;
}

.fd-auth-terms-scroll {
  height: 120px;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  border: 1px solid rgba(0, 255, 102, 0.35);
  background: #050805;
  padding: 10px 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 255, 102, 0.55) #111;
  -webkit-overflow-scrolling: touch;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fd-auth-terms.is-terms-nudge .fd-auth-terms-scroll {
  border-color: #00ff66;
  box-shadow: 0 0 0 1px rgba(0, 255, 102, 0.45), 0 0 18px rgba(0, 255, 102, 0.28);
  animation: fd-terms-nudge-pulse 0.85s ease;
}

@keyframes fd-terms-nudge-pulse {
  0%, 100% {
    box-shadow: 0 0 0 1px rgba(0, 255, 102, 0.35), 0 0 10px rgba(0, 255, 102, 0.15);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(0, 255, 102, 0.7), 0 0 22px rgba(0, 255, 102, 0.4);
  }
}

.fd-auth-terms-scroll::-webkit-scrollbar {
  width: 8px;
}

.fd-auth-terms-scroll::-webkit-scrollbar-track {
  background: #111;
}

.fd-auth-terms-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 102, 0.45);
}

.fd-auth-terms-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  pointer-events: none;
  padding: 3px 10px;
  border: 1px solid rgba(0, 255, 102, 0.55);
  background: rgba(0, 12, 4, 0.92);
  color: #00ff66;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(0, 255, 102, 0.25);
  animation: fd-terms-cue-bounce 1.4s ease-in-out infinite;
}

.fd-auth-terms-scroll-cue[hidden] {
  display: none !important;
}

.fd-auth-terms-scroll-cue::after {
  content: ' ↓';
}

@keyframes fd-terms-cue-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.85; }
  50% { transform: translateX(-50%) translateY(3px); opacity: 1; }
}

.fd-auth-terms-content {
  color: #cbd5e1;
  font-size: 11px;
  line-height: 1.55;
  text-align: left;
  text-transform: none;
}

.fd-auth-terms-content p {
  margin: 0 0 10px;
}

.fd-auth-terms-content p:last-child {
  margin-bottom: 0;
}

.fd-auth-terms-content .fd-auth-terms-heading,
.fd-auth-terms-content h1,
.fd-auth-terms-content h2,
.fd-auth-terms-content h3,
.fd-auth-terms-content h4 {
  display: none !important;
}

.fd-auth-terms-agree-wrap {
  position: relative;
  flex-shrink: 0;
}

.fd-auth-terms-tooltip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 5;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(0, 255, 102, 0.65);
  background: #041208;
  color: #b8f5c8;
  font-size: 11px;
  line-height: 1.45;
  text-transform: none;
  box-shadow: 0 0 0 1px rgba(0, 255, 102, 0.2), 0 0 16px rgba(0, 255, 102, 0.28);
  pointer-events: none;
}

.fd-auth-terms-tooltip[hidden] {
  display: none !important;
}

.fd-auth-terms-tooltip::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 100%;
  border: 6px solid transparent;
  border-top-color: rgba(0, 255, 102, 0.65);
}

.fd-auth-terms-agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  position: relative;
  flex-shrink: 0;
}

.fd-auth-terms:not(.is-terms-ready) .fd-auth-terms-agree {
  cursor: not-allowed;
  opacity: 0.55;
}

.fd-auth-terms.is-terms-ready .fd-auth-terms-agree {
  opacity: 1;
}

.fd-auth-terms .fd-check-input:disabled + .fd-check-box {
  border-color: rgba(0, 255, 102, 0.2);
  background: #0a0a0a;
  box-shadow: none;
}

.fd-modal-agree {
  max-width: 640px;
}

.fd-agree-body {
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5e1;
  text-transform: none;
}

.fd-agree-body h1,
.fd-agree-body h2,
.fd-agree-body h3,
.fd-agree-body h4 {
  margin: 0 0 10px;
  color: #00ff66;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.fd-agree-body p {
  margin: 0 0 12px;
}

.fd-agree-body p:last-child {
  margin-bottom: 0;
}

.fd-agree-loading {
  margin: 0;
  color: #94a3b8;
  text-transform: uppercase;
}

.fd-modal-close {
  background: transparent;
  border: none;
  color: rgba(0, 255, 102, 0.6);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.fd-modal-close:hover {
  color: #00ff66;
}

.fd-auth-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fd-form-grid-auth {
  gap: 12px;
}

.fd-auth-error {
  padding: 8px 10px;
  border: 1px solid #ef4444;
  background: rgba(127, 29, 29, 0.35);
  color: #fca5a5;
  font-size: 14px;
}

.fd-auth-error[hidden] {
  display: none !important;
}

.fd-auth-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-auth-actions-split {
  justify-content: space-between;
}

.fd-verify-hint {
  text-align: center;
  margin-bottom: 4px;
}

.fd-verify-code-input {
  text-align: center;
  letter-spacing: 0.35em;
  font-size: 20px;
  font-weight: 700;
}

.fd-auth-switch {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}

.fd-auth-switch-link {
  background: none;
  border: none;
  padding: 0;
  color: #00ff66;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.fd-auth-switch-link:hover {
  color: #39ff14;
}

@media (max-width: 767px) {
  .fd-guest-frame {
    padding: 32px 24px;
    min-width: 0;
    width: 100%;
  }

  .fd-btn-nav {
    font-size: 14px;
    padding: 6px 10px;
  }

  .fd-auth-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fd-auth-actions .fd-btn {
    width: 100%;
    justify-content: center;
  }
}

/* === Simple Checkout (ifixdump skin) === */
.fd-site-body .fd-checkout-page {
  padding-bottom: 24px;
}

.fd-checkout-panel {
  max-width: 1100px;
  margin: 0 auto;
}

.fd-checkout-title {
  margin-bottom: 16px;
}

.fd-checkout-alert {
  margin-bottom: 14px;
}

.fd-checkout-content {
  margin: 0;
}

.fd-site-body .fd-checkout-page .simplecheckout-block {
  margin-bottom: 16px;
  border: 1px solid rgba(0, 255, 102, 0.25);
  background: #050805;
  border-radius: 4px;
  overflow: hidden;
}

.fd-site-body .fd-checkout-page .checkout-heading,
.fd-site-body .fd-checkout-page .checkout-heading.panel-heading {
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
  background: rgba(0, 255, 102, 0.06);
  color: #00ff66;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fd-site-body .fd-checkout-page .checkout-heading-button a {
  color: #94a3b8;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
}

.fd-site-body .fd-checkout-page .checkout-heading-button a:hover {
  color: #00ff66;
}

.fd-site-body .fd-checkout-page .simplecheckout-block-content {
  padding: 16px;
}

.fd-site-body .fd-checkout-page .simplecheckout-left-column,
.fd-site-body .fd-checkout-page .simplecheckout-right-column,
.fd-site-body .fd-checkout-page .simplecheckout-three-column {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
}

@media only screen and (min-width: 1024px) {
  .fd-site-body .fd-checkout-page .simplecheckout-left-column {
    float: left;
    width: 58%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .fd-site-body .fd-checkout-page .simplecheckout-right-column {
    float: right;
    width: 40%;
    margin-bottom: 0;
  }
}

.fd-site-body .fd-checkout-page .form-control,
.fd-site-body .fd-checkout-page .fd-form-control,
.fd-site-body .fd-checkout-page .fd-simple-control input[type="text"],
.fd-site-body .fd-checkout-page .fd-simple-control input[type="email"],
.fd-site-body .fd-checkout-page .fd-simple-control input[type="tel"],
.fd-site-body .fd-checkout-page .fd-simple-control input[type="password"],
.fd-site-body .fd-checkout-page .fd-simple-control input[type="number"],
.fd-site-body .fd-checkout-page .fd-simple-control input[type="date"],
.fd-site-body .fd-checkout-page .fd-simple-control input[type="time"],
.fd-site-body .fd-checkout-page .fd-simple-control input[type="datetime-local"],
.fd-site-body .fd-checkout-page .fd-simple-control select,
.fd-site-body .fd-checkout-page .fd-simple-control textarea {
  width: 100%;
  background: #050805;
  border: 1px solid rgba(0, 255, 102, 0.45);
  color: #fff;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
}

.fd-site-body .fd-checkout-page .form-control:focus,
.fd-site-body .fd-checkout-page .fd-form-control:focus,
.fd-site-body .fd-checkout-page .fd-simple-control input:focus,
.fd-site-body .fd-checkout-page .fd-simple-control select:focus,
.fd-site-body .fd-checkout-page .fd-simple-control textarea:focus,
.fd-site-body .fd-checkout-page .simplecheckout-block-content textarea.form-control:focus {
  outline: none;
  border-color: #39ff14;
  box-shadow: 0 0 0 2px rgba(0, 255, 102, 0.15);
}

.fd-site-body .fd-checkout-page .simplecheckout-block-content textarea.form-control {
  min-height: 110px;
  resize: vertical;
  background: #050805;
  border: 1px solid rgba(0, 255, 102, 0.45);
  color: #fff;
}

.fd-site-body .fd-checkout-page .fd-simple-field {
  margin-bottom: 14px;
}

.fd-site-body .fd-checkout-page .fd-simple-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 255, 102, 0.85);
}

.fd-site-body .fd-checkout-page .fd-simple-field.required .fd-simple-label::after {
  content: ' *';
  color: #00ff66;
}

.fd-site-body .fd-checkout-page .simplecheckout-error-text,
.fd-site-body .fd-checkout-page .alert-danger,
.fd-site-body .fd-checkout-page .simplecheckout-warning-block {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.08);
  color: #f87171;
  border-radius: 4px;
}

.fd-site-body .fd-checkout-page .alert-success {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 255, 102, 0.35);
  background: rgba(0, 255, 102, 0.08);
  color: #00ff66;
  border-radius: 4px;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart,
.fd-site-body .fd-checkout-page .fd-table {
  width: 100%;
  border-collapse: collapse;
  color: #cbd5e1;
  font-size: 14px;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart th,
.fd-site-body .fd-checkout-page .simplecheckout-cart td,
.fd-site-body .fd-checkout-page .fd-table th,
.fd-site-body .fd-checkout-page .fd-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.12);
  vertical-align: top;
  font-size: 14px;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart th,
.fd-site-body .fd-checkout-page .fd-table th {
  color: #64748b;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart .name a,
.fd-site-body .fd-checkout-page .simplecheckout-cart .options {
  color: #e2e8f0;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart .options small {
  color: #94a3b8;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 255, 102, 0.1);
  color: #cbd5e1;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart-total-value {
  color: #00ff66;
  font-weight: 700;
}

.fd-site-body .fd-checkout-page .simplecheckout-button-block.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 255, 102, 0.15);
}

.fd-site-body .fd-checkout-page .simplecheckout-button-right,
.fd-site-body .fd-checkout-page .simplecheckout-button-left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fd-site-body .fd-checkout-page .button,
.fd-site-body .fd-checkout-page .btn,
.fd-site-body .fd-checkout-page .btn-primary,
.fd-site-body .fd-checkout-page .btn-danger,
.fd-site-body .fd-checkout-page .button_oc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(0, 255, 102, 0.55);
  border-radius: 4px;
  background: rgba(0, 255, 102, 0.08);
  color: #00ff66;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-decoration: none;
}

.fd-site-body .fd-checkout-page #simplecheckout_button_confirm,
.fd-site-body .fd-checkout-page .simplecheckout-button-right .button:last-child {
  border: none;
  background: #00ff66;
  color: #000;
}

.fd-site-body .fd-checkout-page .button:hover,
.fd-site-body .fd-checkout-page .btn:hover {
  background: rgba(0, 255, 102, 0.16);
  color: #fff;
}

.fd-site-body .fd-checkout-page #simplecheckout_button_confirm:hover {
  box-shadow: 0 0 16px rgba(0, 255, 102, 0.55);
}

.fd-site-body .fd-checkout-page .btn-danger,
.fd-site-body .fd-checkout-page .simplecheckout-cart .btn-danger {
  border-color: rgba(239, 68, 68, 0.55);
  background: rgba(239, 68, 68, 0.08);
  color: #f87171;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart .input-group-btn .btn {
  min-height: 38px;
  padding: 8px 12px;
}

.fd-site-body .fd-checkout-page .simplecheckout-cart .form-control {
  min-width: 56px;
  text-align: center;
}

.fd-site-body .fd-checkout-page #simplecheckout_step_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.fd-site-body .fd-checkout-page .simple-step {
  padding: 8px 12px;
  border: 1px solid rgba(0, 255, 102, 0.25);
  color: #94a3b8;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}

.fd-site-body .fd-checkout-page .simple-step.active {
  border-color: #00ff66;
  color: #00ff66;
  background: rgba(0, 255, 102, 0.08);
}

.fd-site-body .fd-checkout-page .simplecheckout-proceed-payment {
  margin: 12px 0;
  color: #94a3b8;
  font-size: 13px;
}

.fd-site-body .fd-checkout-page .checkbox label,
.fd-site-body .fd-checkout-page .radio label {
  color: #cbd5e1;
}

.fd-site-body .fd-checkout-page .fd-simple-radio-group,
.fd-site-body .fd-checkout-page .fd-simple-check-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fd-site-body .fd-checkout-page .you-will-be-registered {
  margin-bottom: 12px;
  color: #94a3b8;
  font-size: 13px;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 255, 102, 0.12);
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item:last-child {
  border-bottom: 0;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-body {
  flex: 1;
  min-width: 0;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-name {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-name a {
  color: #00ff66;
  text-decoration: none;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-name a:hover {
  color: #fff;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-options li {
  margin: 0 0 4px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.45;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-options li span {
  color: #64748b;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-meta,
.fd-site-body .fd-checkout-page .fd-checkout-cart-recurring {
  margin: 6px 0 0;
  color: #94a3b8;
  font-size: 13px;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-qty {
  color: #64748b;
  font-size: 14px;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-price {
  color: #00ff66;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-price-old {
  display: block;
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-remove {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(100, 116, 139, 0.35);
  border-radius: 4px;
  background: transparent;
  color: #64748b;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-item-remove:hover {
  border-color: rgba(248, 113, 113, 0.55);
  color: #f87171;
  background: rgba(248, 113, 113, 0.08);
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-grand-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 255, 102, 0.25);
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-grand-total-label {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-grand-total-value {
  color: #00ff66;
  font-size: 1.25rem;
  font-weight: 800;
}

.fd-site-body .fd-checkout-page .fd-checkout-cart-extra {
  margin-top: 12px;
}

.fd-site-body .fd-checkout-page .fd-checkout-summary-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 255, 102, 0.12);
}

.fd-site-body .fd-checkout-page .fd-checkout-summary-block-title {
  margin-bottom: 6px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fd-site-body .fd-checkout-page .fd-checkout-summary-block-body {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}

.fd-site-body .fd-checkout-page .simple-captcha-container img {
  margin-top: 8px;
  border: 1px solid rgba(0, 255, 102, 0.25);
}

@media (max-width: 768px) {
  .fd-site-body .fd-checkout-page .simplecheckout-button-block.buttons {
    flex-direction: column;
  }

  .fd-site-body .fd-checkout-page .simplecheckout-button-right,
  .fd-site-body .fd-checkout-page .simplecheckout-button-left {
    width: 100%;
  }

  .fd-site-body .fd-checkout-page .simplecheckout-button-right .button,
  .fd-site-body .fd-checkout-page .simplecheckout-button-left .button {
    width: 100%;
  }

  .fd-site-body .fd-checkout-page .simplecheckout-cart col.image,
  .fd-site-body .fd-checkout-page .simplecheckout-cart th.image,
  .fd-site-body .fd-checkout-page .simplecheckout-cart td.image,
  .fd-site-body .fd-checkout-page .simplecheckout-cart .name .image {
    display: none;
  }
}

/* === Reduced motion === */
@media (prefers-reduced-motion: reduce) {
  .fd-cabinet-content,
  .fd-alert,
  .fd-download-progress,
  .fd-overlay.is-open .fd-modal {
    animation: none;
  }

  .fd-btn:hover,
  .fd-nav-btn:hover,
  .fd-file-card:hover {
    transform: none;
  }

  .fd-download-bar-fill {
    animation: none;
  }
}

/* === Order Success === */
.fd-success-page {
  padding: 8px 0 32px;
}

.fd-success-panel {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 28px 28px 32px;
  box-shadow: 0 0 25px rgba(0, 255, 102, 0.15);
  animation: fd-success-pop 0.45s ease-out both;
  box-sizing: border-box;
}

.fd-success-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 8px;
  border: 2px solid #00ff66;
  border-radius: 50%;
  background: rgba(0, 255, 102, 0.1);
  color: #00ff66;
  box-shadow: 0 0 20px rgba(0, 255, 102, 0.3);
}

.fd-success-icon {
  display: block;
}

.fd-success-copy {
  margin: 16px 0 8px;
  text-align: center;
}

.fd-success-title {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #00ff66;
  text-shadow: 0 0 14px rgba(0, 255, 102, 0.45);
}

.fd-success-order {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 255, 102, 0.35);
  border-radius: 4px;
  background: rgba(0, 255, 102, 0.05);
}

.fd-success-order-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
}

.fd-success-order-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: #00ff66;
  letter-spacing: 0.04em;
}

.fd-success-lead {
  margin: 0 auto;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  color: #cbd5e1;
  text-align: center;
}

.fd-success-steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
  border: 1px solid rgba(0, 255, 102, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.fd-success-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.12);
  background: #050805;
}

.fd-success-step:last-child {
  border-bottom: none;
}

.fd-success-step-marker {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(0, 255, 102, 0.35);
  border-radius: 50%;
  background: #000;
}

.fd-success-step.is-done .fd-success-step-marker {
  border-color: #00ff66;
  background: #00ff66;
  box-shadow: 0 0 8px rgba(0, 255, 102, 0.45);
}

.fd-success-step.is-active .fd-success-step-marker {
  border-color: #00ff66;
  background: transparent;
  box-shadow: 0 0 0 3px rgba(0, 255, 102, 0.2);
  animation: fd-success-pulse 1.6s ease-in-out infinite;
}

.fd-success-step-text {
  font-size: 14px;
  line-height: 1.4;
  color: #94a3b8;
}

.fd-success-step.is-done .fd-success-step-text,
.fd-success-step.is-active .fd-success-step-text {
  color: #e2e8f0;
}

.fd-success-note {
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.fd-success-link {
  color: #00ff66;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fd-success-link:hover {
  color: #fff;
}

.fd-success-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 8px;
}

.fd-success-actions .fd-product-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  text-decoration: none !important;
}

.fd-success-actions .fd-product-buy-btn:hover,
.fd-success-actions .fd-product-buy-btn:focus,
.fd-success-actions .fd-product-buy-btn:active {
  text-decoration: none !important;
}

@keyframes fd-success-pop {
  from {
    opacity: 0;
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fd-success-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

@media (max-width: 640px) {
  .fd-success-panel {
    padding: 22px 16px 24px;
  }

  .fd-success-title {
    font-size: 18px;
  }

  .fd-success-order-number {
    font-size: 28px;
  }

  .fd-success-actions {
    flex-direction: column;
    width: 100%;
  }

  .fd-success-actions .fd-product-buy-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd-success-panel,
  .fd-success-badge,
  .fd-success-step.is-active .fd-success-step-marker {
    animation: none;
  }
}

/* === Order delivered files (LK) === */
.fd-order-files-list {
  display: grid;
  gap: 12px;
}

.fd-order-files .fd-file-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fd-order-files .fd-file-card-body {
  min-width: 0;
}

.fd-order-files .fd-file-meta {
  margin: 4px 0 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.45;
}

.fd-order-downloads {
  display: grid;
  gap: 10px;
}

.fd-order-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  border: 1px solid #00ff66;
  background: #00ff66;
  color: #000;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.15s;
}

.fd-order-download-btn:hover {
  background: #39ff14;
  box-shadow: 0 0 10px rgba(0, 255, 102, 0.45);
  color: #000;
}

.fd-order-table tfoot td:last-child {
  text-align: right;
}

@media (max-width: 640px) {
  .fd-order-files .fd-file-card {
    flex-direction: column;
    align-items: stretch;
  }

  .fd-order-files .fd-file-card .fd-btn {
    width: 100%;
    justify-content: center;
  }
}

/* === Footer info pages (Privacy / Terms / Contact) — remix promo === */
.fd-info-page {
  width: 100%;
  margin: 16px 0 8px;
}

.fd-info-panel {
  position: relative;
  background: #000;
  border: 1px solid #00ff66;
  box-shadow: 0 0 20px rgba(0, 255, 102, 0.15);
  padding: 28px 32px;
  font-family: inherit;
  font-size: 12px;
}

.fd-info-corner {
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #00ff66;
  border-style: solid;
  pointer-events: none;
}

.fd-info-corner-tl { top: 0; left: 0; border-width: 2px 0 0 2px; }
.fd-info-corner-tr { top: 0; right: 0; border-width: 2px 2px 0 0; }
.fd-info-corner-bl { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.fd-info-corner-br { bottom: 0; right: 0; border-width: 0 2px 2px 0; }

.fd-info-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.4);
}

.fd-info-panel-icon {
  display: inline-flex;
  color: #00ff66;
  flex-shrink: 0;
}

.fd-info-panel-title {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.fd-info-panel-body {
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.fd-info-panel-body > p,
.fd-info-panel-body .fd-info-copy p {
  margin: 0 0 1em;
}

.fd-info-panel-body > p:last-child,
.fd-info-panel-body .fd-info-copy p:last-child {
  margin-bottom: 0;
}

.fd-info-section-title,
.fd-info-panel-body .fd-info-section-title {
  margin: 0 0 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fd-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}

.fd-contact-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fd-contact-card {
  position: relative;
  padding: 16px;
  background: #09090b;
  border: 1px solid rgba(0, 255, 102, 0.2);
  text-align: left;
}

.fd-contact-card--status {
  border-color: #27272a;
  background: #09090b;
}

.fd-contact-card--form {
  border-color: rgba(0, 255, 102, 0.3);
  background: #000;
}

.fd-contact-card-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 255, 102, 0.35);
}

.fd-contact-card-title {
  margin: 0 0 14px;
  color: #00ff66;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fd-contact-card-title--muted {
  color: #cbd5e1;
}

.fd-contact-card-title--form {
  color: #fff;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-contact-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fd-contact-label {
  display: block;
  margin-bottom: 2px;
  color: #64748b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fd-contact-value {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.fd-contact-value--wrap {
  font-weight: 400;
  line-height: 1.5;
}

.fd-contact-value--accent {
  color: #00ff66;
  letter-spacing: 0.06em;
}

.fd-contact-field--email {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 255, 102, 0.15);
}

.fd-contact-email {
  color: #00ff66;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.fd-contact-email:hover {
  color: #fff;
  text-decoration: underline;
}

.fd-contact-status-line {
  margin-bottom: 6px;
  font-size: 11px;
}

.fd-contact-online {
  color: #00ff66;
}

.fd-contact-hours {
  color: #94a3b8;
  font-size: 11px;
}

.fd-contact-hours span {
  color: #fff;
}

.fd-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fd-contact-form-label {
  display: block;
  margin-bottom: 6px;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fd-contact-input,
.fd-contact-textarea {
  width: 100%;
  box-sizing: border-box;
  background: #000;
  border: 1px solid rgba(0, 255, 102, 0.35);
  border-radius: 0;
  color: #fff;
  font: inherit;
  font-size: 12px;
  padding: 10px 12px;
  outline: none;
  resize: none;
}

.fd-contact-input:focus,
.fd-contact-textarea:focus {
  border-color: #00ff66;
  box-shadow: 0 0 5px #00ff66;
}

.fd-contact-error {
  margin-top: 6px;
  color: #f87171;
  font-size: 11px;
}

.fd-contact-submit {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #00ff66;
  color: #000;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 20px;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.fd-contact-submit:hover {
  background: #39ff14;
  box-shadow: 0 0 8px #00ff66;
}

.fd-contact-success {
  max-width: 420px;
  margin: 8px auto;
  padding: 28px 20px;
  border: 1px solid #00ff66;
  background: rgba(0, 255, 102, 0.05);
  text-align: center;
}

.fd-contact-success-check {
  margin-bottom: 12px;
  color: #00ff66;
  font-size: 36px;
  line-height: 1;
}

.fd-contact-success-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fd-contact-success-text {
  margin-bottom: 18px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.6;
}

.fd-contact-success-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(0, 255, 102, 0.3);
  background: rgba(0, 255, 102, 0.1);
  color: #00ff66;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.fd-contact-success-btn:hover {
  background: rgba(0, 255, 102, 0.2);
  color: #00ff66;
}

@media (max-width: 767px) {
  .fd-info-panel {
    padding: 20px 16px;
  }

  .fd-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* === 404 Not Found === */
.fd-404-page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 0 48px;
  min-height: 52vh;
}

.fd-404-panel {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 28px 32px;
  background: #000;
  border: 1px solid rgba(0, 255, 102, 0.55);
  box-shadow: 0 0 28px rgba(0, 255, 102, 0.12);
  text-align: center;
  animation: fd-fade-in 0.45s ease-out both;
}

.fd-404-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.25);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fd-404-status-label {
  color: #64748b;
}

.fd-404-status-value {
  color: #f87171;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(248, 113, 113, 0.45);
}

.fd-404-code {
  position: relative;
  display: inline-block;
  margin: 4px 0 8px;
  overflow: hidden;
  line-height: 1;
}

.fd-404-code-num {
  display: block;
  font-size: clamp(72px, 18vw, 112px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #00ff66;
  text-shadow:
    0 0 18px rgba(0, 255, 102, 0.45),
    2px 0 0 rgba(255, 60, 60, 0.25),
    -2px 0 0 rgba(60, 180, 255, 0.2);
  animation: fd-404-glitch 4.5s ease-in-out infinite;
}

.fd-404-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 102, 0.85), transparent);
  box-shadow: 0 0 12px rgba(0, 255, 102, 0.6);
  animation: fd-404-scan 2.8s linear infinite;
  pointer-events: none;
}

.fd-404-brand {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #94a3b8;
}

.fd-404-brand span {
  color: #00ff66;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.5);
}

.fd-404-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.35;
}

.fd-404-lead {
  margin: 0 0 20px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.55;
}

.fd-404-terminal {
  margin: 0 auto 18px;
  padding: 14px 16px;
  max-width: 420px;
  text-align: left;
  border: 1px solid rgba(0, 255, 102, 0.22);
  background: rgba(0, 255, 102, 0.04);
  font-size: 12px;
  line-height: 1.7;
  color: #94a3b8;
}

.fd-404-terminal-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fd-404-terminal-err {
  color: #fca5a5;
}

.fd-404-prompt {
  color: #00ff66;
  margin-right: 6px;
}

.fd-404-cursor {
  display: inline-block;
  width: 8px;
  height: 1em;
  vertical-align: text-bottom;
  background: #00ff66;
  box-shadow: 0 0 6px rgba(0, 255, 102, 0.7);
  animation: fd-404-blink 1s step-end infinite;
}

.fd-404-hint {
  margin: 0 0 22px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.fd-404-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.fd-404-actions .fd-btn {
  min-width: 160px;
  justify-content: center;
  padding: 10px 18px;
}

@keyframes fd-404-scan {
  0% { top: 8%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 88%; opacity: 0; }
}

@keyframes fd-404-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes fd-404-glitch {
  0%, 90%, 100% {
    transform: none;
    text-shadow:
      0 0 18px rgba(0, 255, 102, 0.45),
      2px 0 0 rgba(255, 60, 60, 0.25),
      -2px 0 0 rgba(60, 180, 255, 0.2);
  }
  92% {
    transform: translate(-1px, 1px);
    text-shadow:
      0 0 18px rgba(0, 255, 102, 0.45),
      -3px 0 0 rgba(255, 60, 60, 0.4),
      3px 0 0 rgba(60, 180, 255, 0.35);
  }
  94% {
    transform: translate(1px, -1px);
  }
  96% {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd-404-code-num,
  .fd-404-scan,
  .fd-404-cursor,
  .fd-404-panel {
    animation: none;
  }

  .fd-404-scan {
    display: none;
  }
}

@media (max-width: 767px) {
  .fd-404-panel {
    padding: 22px 16px 26px;
  }

  .fd-404-actions .fd-btn {
    width: 100%;
  }
}

/* === Checkout review (promo intermediate page) === */
.fd-review-page,
.fd-review-page *,
.fd-pay-redirect-page,
.fd-pay-redirect-page *,
.fd-success-page,
.fd-success-page * {
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
}

.fd-review-page {
  padding: 8px 0 32px;
}

.fd-review-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.fd-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.3);
}

.fd-review-head-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00ff66;
}

.fd-review-head-title h1 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00ff66;
  text-shadow: 0 0 12px rgba(0, 255, 102, 0.35);
}

.fd-review-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  color: #94a3b8;
  text-decoration: none;
}

.fd-review-back:hover {
  color: #00ff66;
}

.fd-review-card {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 1px solid #00ff66;
  background: #000;
  box-shadow: 0 0 15px rgba(0, 255, 102, 0.1);
}

.fd-review-clear {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 255, 102, 0.55);
  background: #050805;
  color: #94a3b8;
  text-decoration: none;
  line-height: 1;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.fd-review-clear:hover,
.fd-review-clear:focus {
  color: #ff6b6b;
  border-color: rgba(255, 80, 80, 0.7);
  background: #120808;
  text-decoration: none;
}

.fd-review-card-body {
  padding: 22px 24px 8px;
}

.fd-review-card-actions {
  padding: 12px 24px 22px;
}

.fd-review-error {
  max-width: 620px;
  margin: 0 auto 14px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 80, 80, 0.55);
  background: rgba(80, 0, 0, 0.35);
  color: #ffb4b4;
  font-size: 14px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.fd-review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.2);
}

.fd-review-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00ff66;
  text-shadow: 0 0 12px rgba(0, 255, 102, 0.35);
}

.fd-review-card-label svg {
  color: #00ff66;
}

.fd-review-card-price {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 16px;
  font-weight: 800;
  color: #00ff66;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.35);
}

.fd-review-product-name {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.35;
}

.fd-review-specs {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 255, 102, 0.15);
  background: #090909;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  line-height: 1.45;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.fd-review-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: #94a3b8;
  padding: 4px 0;
  font-size: 14px;
  min-width: 0;
  max-width: 100%;
}

.fd-review-spec + .fd-review-spec {
  margin-top: 2px;
}

.fd-review-spec-value {
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  flex: 1 1 12rem;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fd-review-spec-value.is-accent {
  color: #00ff66;
  font-weight: 700;
}

.fd-review-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  background: #00ff66;
  color: #000 !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: box-shadow 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}

.fd-review-pay:hover,
.fd-review-pay:focus {
  background: #39ff88;
  color: #000 !important;
  box-shadow: 0 0 18px #00ff66;
  text-decoration: none !important;
}

.fd-review-pay.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.fd-pay-hint {
  margin: 0 0 16px;
  color: #94a3b8;
  font-size: 14px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.fd-pay-form {
  min-height: 80px;
}

.fd-pay-card .fd-review-card-body {
  padding: 22px 24px;
}

.fd-pay-redirect-page {
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fd-pay-redirect {
  text-align: center;
  padding: 28px 20px;
}

.fd-pay-redirect-spinner {
  width: 34px;
  height: 34px;
  margin: 0 auto 14px;
  border: 2px solid rgba(0, 255, 102, 0.25);
  border-top-color: #00ff66;
  border-radius: 50%;
  animation: fd-pay-spin 0.8s linear infinite;
}

.fd-pay-redirect-text {
  margin: 0;
  color: #00ff66;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fd-pay-redirect-order {
  margin: 8px 0 0;
  color: #94a3b8;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
}

.fd-pay-auto {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

@keyframes fd-pay-spin {
  to { transform: rotate(360deg); }
}
.fd-review-empty {
  margin: 0 0 16px;
  color: #94a3b8;
  font-size: 13px;
}

.fd-success-order-inline {
  color: #fff;
  font-weight: 700;
}

.fd-success-summary {
  max-width: 100%;
  width: 100%;
  margin: 20px auto 8px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 255, 102, 0.3);
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
}

.fd-success-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 6px 0 8px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.15);
}

.fd-success-summary-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.fd-success-summary-label {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  white-space: nowrap;
}

.fd-success-summary-value {
  color: #fff;
  font-weight: 700;
  text-align: right;
  max-width: 75%;
  word-break: break-word;
}

.fd-success-summary-value.is-accent {
  color: #00ff66;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .fd-success-summary-value.is-accent {
    white-space: normal;
  }

  .fd-review-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .fd-review-card-body {
    padding: 18px 16px 8px;
  }

  .fd-review-card-actions {
    padding: 10px 16px 18px;
  }
}
