.nav-link.is-active,
.nav-dropdown.is-active > .nav-dropdown-trigger,
.nav-mega-item.is-active .nav-mega-item-label {
  color: #fff;
}

.nav-mega-item.is-active {
  background: rgba(59, 130, 246, 0.14);
  border-color: rgba(96, 165, 250, 0.35);
}

.nav-cta.is-active {
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.42);
  filter: brightness(1.08);
}

.store-hero {
  padding: 4.5rem 0 2rem;
}

.form-card {
  margin-top: 1.2rem;
  padding: 1.2rem;
  border: 1px solid #1e293b;
  border-radius: 16px;
  background: rgba(11, 18, 32, 0.88);
}

.domain-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.9rem;
  align-items: end;
}

.domain-search-action {
  display: flex;
  align-items: end;
}

.domain-results {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

.domain-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  background: rgba(11, 18, 32, 0.88);
  border: 1px solid #1e293b;
  border-radius: 12px;
  padding: 0.8rem 1rem;
}

.domain-row strong {
  font-size: 1rem;
}

.domain-row .status-available {
  color: #86efac;
}

.domain-row .status-taken {
  color: #fca5a5;
}

.domain-row--taken {
  flex-direction: column;
  align-items: stretch;
}

.domain-row-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}

.domain-whois {
  width: 100%;
}

.domain-whois-loading {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid #1e293b;
  font-size: 0.85rem;
  color: #64748b;
  font-style: italic;
}

.domain-whois-panel {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid #1e293b;
  display: grid;
  gap: 0.3rem;
  font-size: 0.85rem;
  color: #cbd5e1;
}

.domain-whois-panel strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}

.domain-whois-panel span {
  color: #64748b;
}

.domain-whois-error {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid #1e293b;
  font-size: 0.85rem;
  color: #94a3b8;
}

.domain-whois-error a {
  color: #93c5fd;
  text-decoration: underline;
}

.domain-whois-note {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 0.2rem;
}

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

.tld-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.tld-filter-field {
  flex: 1 1 280px;
  max-width: 420px;
}

.tld-filter-count {
  margin: 0;
  color: #94a3b8;
  font-size: 0.9rem;
}

.tld-filter-empty {
  margin-top: 1rem;
}

.domain-search-all {
  margin-top: 0.85rem;
}

.price-card--popular {
  border-color: rgba(59, 130, 246, 0.35);
}

.price-card .tag {
  margin-bottom: 0.55rem;
}

.price-card h3 {
  margin-bottom: 0.4rem;
}

.price-card[hidden] {
  display: none;
}

.price-mxn-hint {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.35;
}

.exchange-rate-note {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: #94a3b8;
  line-height: 1.45;
}

.footer-exchange .exchange-rate-note {
  margin: 0 0 0.75rem;
  text-align: center;
}

.package-price {
  margin: 0.35rem 0 0.15rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #38bdf8;
}

.package-price .price-mxn-hint {
  font-size: 0.82rem;
  font-weight: 600;
}

.package-price small {
  font-size: 0.82rem;
  font-weight: 500;
  color: #94a3b8;
}

.package-setup {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  color: #64748b;
}

.cloud-tier-list {
  margin: 0.65rem 0 1rem;
  padding-left: 1.1rem;
  color: #cbd5e1;
  font-size: 0.86rem;
  line-height: 1.45;
}

.cloud-tier-list li + li {
  margin-top: 0.25rem;
}

.cloud-package-note {
  margin-top: 1rem;
}

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

.cloud-benefits-grid {
  margin-top: 1.25rem;
}

.cloud-exclusions-title {
  margin-top: 1.75rem;
}

.cloud-exclusions-title h3 {
  margin: 0;
  font-size: 1.15rem;
}

.cloud-exclusions-table-wrap {
  overflow-x: auto;
  margin-bottom: 0.5rem;
}

.cloud-exclusions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.cloud-exclusions-table th,
.cloud-exclusions-table td {
  padding: 0.65rem 0.8rem;
  border: 1px solid #334155;
  text-align: left;
  vertical-align: top;
}

.cloud-exclusions-table thead th {
  background: rgba(30, 58, 138, 0.25);
  color: #e2e8f0;
}

.cloud-exclusions-table tbody th[scope="row"] {
  width: 34%;
  color: #f8fafc;
  font-weight: 600;
}

.cloud-exclusions-table tbody td {
  color: #cbd5e1;
}

.quote-form {
  max-width: 760px;
  margin: 0 auto;
  padding: 1.25rem;
}

.quote-form textarea {
  width: 100%;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.9);
  color: #e2e8f0;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font-size: 0.92rem;
  resize: vertical;
}

.quote-form textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}

.quote-form-actions {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.quote-form-status {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: #94a3b8;
}

.quote-form-status--success {
  color: #4ade80;
}

.quote-form-status--error {
  color: #f87171;
}

.quote-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.panel-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.panel-nav-link {
  display: inline-flex;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #334155;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.84rem;
}

.panel-nav-link.is-active,
.panel-nav-link:hover {
  border-color: rgba(59, 130, 246, 0.45);
  color: #bfdbfe;
}

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

.panel-table td,
.panel-table th {
  font-size: 0.84rem;
}

.panel-table--clickable .panel-table-row {
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.panel-table--clickable .panel-table-row:hover,
.panel-table--clickable .panel-table-row:focus-visible {
  background: rgba(59, 130, 246, 0.12);
  outline: none;
}

.panel-table-preview {
  color: #94a3b8;
  max-width: 16rem;
}

.panel-quote-detail-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.panel-quote-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.panel-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
  margin: 0 0 1.25rem;
}

.panel-detail-grid dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-bottom: 0.2rem;
}

.panel-detail-grid dd {
  margin: 0;
  color: #e2e8f0;
}

.panel-quote-message h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.panel-quote-message-body {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}

.panel-crm-alert {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.08);
}

.panel-crm-filters {
  margin-bottom: 0;
}

.panel-filter-form {
  margin: 0;
}

.panel-filter-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  gap: 0.75rem;
  align-items: end;
}

.panel-filter-grid label span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-bottom: 0.35rem;
}

.panel-filter-grid input,
.panel-filter-grid select,
.panel-crm-form input,
.panel-crm-form select,
.panel-crm-form textarea {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border-radius: 0.5rem;
  border: 1px solid #334155;
  background: #0f172a;
  color: #e2e8f0;
  font: inherit;
}

.panel-filter-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.panel-status {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.panel-status--nuevo {
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
}

.panel-status--contactado {
  background: rgba(168, 85, 247, 0.2);
  color: #d8b4fe;
}

.panel-status--en_proceso {
  background: rgba(251, 191, 36, 0.2);
  color: #fcd34d;
}

.panel-status--cerrado {
  background: rgba(34, 197, 94, 0.2);
  color: #86efac;
}

.panel-status--descartado {
  background: rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
}

.panel-crm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.panel-crm-form {
  display: grid;
  gap: 0.75rem;
}

.panel-crm-form label span {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 0.3rem;
}

.panel-notes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.panel-note-meta {
  font-size: 0.78rem;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}

.panel-note-body {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 0.5rem;
  padding: 0.75rem;
  line-height: 1.5;
}

.panel-tech-value {
  font-size: 0.78rem;
  word-break: break-word;
}

.panel-flash {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.panel-flash--ok {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #86efac;
}

.panel-flash--error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
}

.panel-bulk-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #334155;
}

.panel-bulk-select-all {
  font-size: 0.88rem;
  color: #e2e8f0;
}

.panel-row-select {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  margin: 0;
}

.panel-col-select {
  width: 2.5rem;
  text-align: center;
  vertical-align: middle;
}

.panel-col-actions {
  width: 6.5rem;
  white-space: nowrap;
  vertical-align: middle;
}

.panel-row-delete {
  padding: 0.35rem 0.65rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}

.panel-row-delete:hover {
  background: rgba(239, 68, 68, 0.22);
}

.panel-bulk-delete-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.panel-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

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

.panel-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(2px);
}

.panel-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: #111827;
  border: 1px solid #334155;
  border-radius: 0.85rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.panel-modal__dialog h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: #fff;
}

.panel-modal__dialog p {
  margin: 0 0 1.1rem;
  color: #94a3b8;
  line-height: 1.5;
}

.panel-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.panel-modal__confirm {
  padding: 0.55rem 0.9rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(239, 68, 68, 0.55);
  background: rgba(239, 68, 68, 0.18);
  color: #fecaca;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.panel-modal__confirm:hover {
  background: rgba(239, 68, 68, 0.28);
}

.panel-modal__confirm:disabled {
  opacity: 0.6;
  cursor: wait;
}

.panel-toast-host {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1300;
  display: grid;
  gap: 0.5rem;
  max-width: min(360px, calc(100vw - 2rem));
}

.panel-toast {
  padding: 0.75rem 0.95rem;
  border-radius: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  animation: panelToastIn 0.25s ease;
}

.panel-toast--ok {
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #86efac;
}

.panel-toast--error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
}

.panel-toast.is-hiding {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.panel-empty-after-delete {
  margin: 0.75rem 0 0;
  color: #94a3b8;
}

@keyframes panelToastIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 1rem;
}

.panel-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.4rem;
  border: 1px solid #334155;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.84rem;
}

.panel-page-link.is-active,
.panel-page-link:hover {
  border-color: rgba(59, 130, 246, 0.45);
  color: #bfdbfe;
}

@media (max-width: 960px) {
  .panel-filter-grid,
  .panel-crm-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .cloud-package-grid {
    grid-template-columns: 1fr;
  }
}

.tool-layout {
  display: grid;
  gap: 1rem;
}

.tool-results {
  display: grid;
  gap: 0.85rem;
}

.tool-result-card h3,
.tool-result-card h4 {
  margin: 0 0 0.65rem;
}

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

.tool-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.tool-table th,
.tool-table td {
  border: 1px solid #334155;
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.tool-table th {
  color: #e2e8f0;
  background: rgba(30, 41, 59, 0.65);
}

.tool-pre {
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  padding: 0.75rem;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid #334155;
  color: #cbd5e1;
  font-size: 0.82rem;
}

.tool-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.tool-check {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #334155;
}

.tool-check--ok {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.08);
}

.tool-check--warn {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.08);
}

.tool-check--info {
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.08);
}

.tool-kv-grid {
  display: grid;
  gap: 0.55rem;
}

.tool-kv {
  display: grid;
  gap: 0.15rem;
}

.tool-kv span {
  color: #94a3b8;
  font-size: 0.82rem;
}

.service-cta {
  margin-top: 1.25rem;
}

.domain-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.alert {
  margin-top: 1rem;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  border: 1px solid transparent;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
  color: #fde68a;
}

.alert-error {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

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

.catalog-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.catalog-model {
  color: #94a3b8;
  font-size: 0.88rem;
  margin: 0;
}

.catalog-card .cta-secondary {
  margin-top: auto;
  width: fit-content;
}

.card .cta-secondary {
  margin-top: 0.8rem;
  display: inline-flex;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 1.2rem;
  align-items: start;
  max-width: 1080px;
}

.checkout-main {
  min-width: 0;
}

.checkout-trust h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.checkout-trust-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #cbd5e1;
  font-size: 0.88rem;
  line-height: 1.5;
}

.checkout-trust-list li + li {
  margin-top: 0.35rem;
}

.checkout-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin-top: 0.8rem;
  color: #cbd5e1;
}

.checkout-form {
  display: grid;
  gap: 1.4rem;
  padding: 1.4rem;
}

.form-section {
  display: grid;
  gap: 0.9rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.form-section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.form-section-title {
  margin: 0;
  font-size: 1.05rem;
  color: #f8fafc;
}

.form-grid {
  display: grid;
  gap: 0.85rem;
}

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

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field > span {
  color: #cbd5e1;
  font-size: 0.9rem;
  font-weight: 500;
}

.form-field-hint {
  color: #94a3b8;
  font-size: 0.82rem;
  line-height: 1.4;
}

.form-field-span-2 {
  grid-column: 1 / -1;
}

.form-field input,
.form-field select,
.checkout-form input,
.checkout-form select {
  width: 100%;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.9);
  color: #e2e8f0;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font-size: 0.95rem;
}

.form-field input:focus,
.form-field select:focus,
.checkout-form input:focus,
.checkout-form select:focus {
  outline: 2px solid rgba(59, 130, 246, 0.45);
  border-color: #3b82f6;
}

.payment-options {
  display: grid;
  gap: 0.65rem;
}

.payment-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid #334155;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.75);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.payment-option:has(input:checked) {
  border-color: #3b82f6;
  background: rgba(30, 58, 138, 0.25);
}

.payment-option input {
  margin-top: 0.2rem;
  accent-color: #3b82f6;
}

.payment-option-body {
  display: grid;
  gap: 0.15rem;
}

.payment-option-body strong {
  color: #f8fafc;
  font-size: 0.95rem;
}

.payment-option-body small {
  color: #94a3b8;
  font-size: 0.82rem;
  line-height: 1.35;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #cbd5e1;
  font-size: 0.92rem;
}

.form-checkbox input {
  width: auto;
}

.form-note {
  margin: 0;
  color: #94a3b8;
  font-size: 0.88rem;
}

.form-actions {
  display: grid;
  gap: 0.55rem;
}

.plan {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.plan .cta-secondary {
  margin-top: auto;
  width: fit-content;
}

.access-hero {
  padding-bottom: 1rem;
}

.access-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.9fr);
  gap: 1.2rem;
  align-items: center;
}

.access-brand-card {
  display: grid;
  gap: 0.6rem;
  justify-items: center;
  text-align: center;
  padding: 1.2rem;
}

.access-brand-logo {
  width: min(240px, 100%);
  height: auto;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.access-side {
  display: grid;
  gap: 1rem;
}

.access-panel-head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
}

.access-panel-head h2,
.access-features h3,
.access-help h3 {
  margin: 0;
}

.access-form button[type="submit"]:disabled {
  opacity: 0.75;
  cursor: wait;
}

.access-tabs {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.access-tab {
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.9);
  color: #cbd5e1;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 600;
  cursor: pointer;
}

.access-tab.is-active {
  color: #fff;
  border-color: #3b82f6;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.35), rgba(6, 182, 212, 0.25));
}

.access-panels {
  display: grid;
}

.access-panel {
  display: none;
}

.access-panel.is-active {
  display: block;
}

.access-form {
  margin-top: 1rem;
}

.access-help {
  display: grid;
  gap: 0.7rem;
}

.access-steps {
  margin: 0;
  padding-left: 1.2rem;
  color: #cbd5e1;
  display: grid;
  gap: 0.35rem;
}

.access-steps a {
  color: #93c5fd;
}

@media (max-width: 960px) {
  .access-hero-grid,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .domain-search,
  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .domain-search-action .cta-primary {
    width: 100%;
  }

  .price-grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .domain-row {
    flex-direction: column;
    align-items: flex-start;
  }

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

.domain-extra-wrap {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.form-subtitle {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #0f172a;
}

.terms-lang-switch {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: 1rem;
  padding: 0.2rem;
  border-radius: 999px;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.85);
}

.terms-lang-btn {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.terms-lang-btn.is-active {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
}

.terms-layout {
  display: grid;
  gap: 1rem;
}

.terms-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem;
}

.terms-nav-link {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(51, 65, 85, 0.35);
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
}

.terms-nav-link.is-active {
  background: #1d4ed8;
  color: #fff;
}

.terms-summary {
  color: #94a3b8;
  margin: 0.35rem 0 1rem;
}

.terms-doc-title {
  margin: 1rem 0 0.65rem;
  font-size: 1rem;
  color: #bfdbfe;
}

.terms-page-note {
  margin-top: 0.5rem;
  max-width: 640px;
}

.terms-bilingual-note {
  margin-bottom: 0.75rem;
}

.terms-content.hidden {
  display: none;
}

.terms-html {
  color: #cbd5e1;
  line-height: 1.6;
}

.terms-html h1,
.terms-html h2,
.terms-html h3 {
  color: #f1f5f9;
}

.terms-html table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.terms-html td,
.terms-html th {
  border: 1px solid #334155;
  padding: 0.5rem;
  vertical-align: top;
}

.terms-html--es + .terms-doc-title {
  margin-top: 2rem;
}
