/* ═══════════════════════════════════════════════════
   Interactive Dots Particle Animation
   ═══════════════════════════════════════════════════ */
#dots-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#search-hero-section .max-w-4xl {
  position: relative;
  z-index: 2;
}
body.dark-theme .search-container {
  background: linear-gradient(135deg, rgba(2,6,23,.95) 0%, rgba(15,23,42,.85) 100%) !important;
}

.results-wrap{overflow:visible}
    .reveal-init{ opacity:0; transform:translateY(1rem); transition:opacity 1.33s cubic-bezier(.2,.8,.2,1), transform 1.33s cubic-bezier(.2,.8,.2,1); }
    .reveal-done{ opacity:1; transform:none; }
    .btn-search{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem }
    .btn-search.loading{ pointer-events:none; opacity:.95 }
    .btn-search .loader{ width:0; height:18px; border:2px solid rgba(255,255,255,.95); border-top-color:transparent; border-radius:9999px; animation:spin .8s linear infinite; opacity:0; transition:width .2s ease, opacity .2s ease }
    .btn-search.loading .loader{ width:18px; opacity:1 }
    .btn-search.loading .label{ display:none }
    @keyframes spin{ to{ transform:rotate(360deg) } }
    .price-box.promo{ position:relative; background:linear-gradient(135deg, rgba(16,185,129,.12), rgba(59,130,246,.08)); border:1px solid rgba(16,185,129,.35); box-shadow:0 8px 18px -10px rgba(16,185,129,.35); }
    .price-box.promo::before{ content:""; position:absolute; inset:auto 0 0 0; height:52%; background:radial-gradient(120px 70px at 12% 90%, rgba(16,185,129,.18), transparent 60%), radial-gradient(100px 60px at 80% 100%, rgba(59,130,246,.16), transparent 60%); border-bottom-left-radius:0.75rem; border-bottom-right-radius:0.75rem; pointer-events:none; }
    .price-box .promo-badge{ position:absolute; top:-10px; left:10px; background:#10B981; color:white; font-weight:800; font-size:.65rem; letter-spacing:.08em; padding:.2rem .45rem; border-radius:.5rem; box-shadow:0 6px 14px -8px rgba(16,185,129,.5); transform:rotate(-2deg); }
body.animated-bg::before,
body.animated-bg::after{
  content: none !important;
  display: none !important;
}
body.animated-bg{
  background: radial-gradient(1200px 600px at 50% 0%, rgba(29,101,248,.12), transparent 60%),
              radial-gradient(900px 500px at 0% 30%, rgba(99,102,241,.10), transparent 55%),
              radial-gradient(900px 500px at 100% 25%, rgba(59,130,246,.10), transparent 55%),
              #f8fafc;
}
#stars{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.landing-dominio{
  position: relative;
  z-index: 1;
}
    .search-container {
        background: #ffffff; position: relative; overflow: hidden;
    }
    .domain-card {
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        transition: all 0.2s ease;
    }
.domain-card.domain-searched {
    border: 2px solid var(--accent);
    box-shadow: 0 20px 40px rgba(15, 31, 75, 0.20);
    position: relative;
}
.domain-card .searched-badge {
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(29, 101, 248, 0.08);
    color: var(--accent);
}
    .domain-card:hover {
        border-color: #3b82f6;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    }
    @media (max-width: 768px) {
        .domain-card {
            padding: 1rem !important;
        }
        .domain-card .flex.items-center.justify-between {
            flex-direction: column;
            align-items: stretch;
            gap: 1rem;
        }
        .domain-card .text-right {
            text-align: left;
            width: 100%;
        }
        .domain-card .price-highlight {
            display: block;
            width: 100%;
            padding: 0.75rem;
            margin-bottom: 0.75rem;
        }
        .domain-card .text-2xl {
            font-size: 1.5rem;
        }
        .domain-card .text-right > div:last-child {
            display: flex;
            gap: 0.5rem;
            align-items: center;
        }
        .domain-card button.btn-add {
            flex: 1;
            padding: 0.625rem 0.75rem;
            font-size: 0.875rem;
        }
        .domain-card button.btn-fav {
            flex-shrink: 0;
            width: 2.5rem;
            height: 2.5rem;
            padding: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .domain-card button.btn-fav svg {
            width: 1.25rem;
            height: 1.25rem;
            margin: 0;
        }
        .domain-card h3 {
            font-size: 1.125rem;
        }
        .status-badge {
            font-size: 0.625rem;
            padding: 0.2rem 0.5rem;
        }
    }
    .domain-premium {
        background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
        border-color: #f59e0b;
    }
    .domain-taken {
        background: #f9fafb;
        border-color: #d1d5db;
        opacity: 0.7;
    }
    .status-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        font-size: 0.75rem;
        font-weight: 600;
    }
    .status-available {
        background: #dcfce7;
        color: #166534;
    }
    .status-premium {
        background: #fef3c7;
        color: #92400e;
    }
    .status-taken {
        background: #fee2e2;
        color: #991b1b;
    }
    .price-highlight {
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        border: 1px solid #3b82f6;
    }
    .suggestion-text {
        color: #6b7280;
        font-size: 0.875rem;
        font-style: italic;
    }
    .domain-input-container {
        position: relative;
        background: white;
        border: 2px solid #e5e7eb;
        border-radius: 12px;
        transition: all 0.2s ease;
    }
    .domain-input-container:focus-within {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }
    .loading-spinner {
        border: 2px solid #f3f4f6;
        border-top: 2px solid #3b82f6;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 1s linear infinite;
    }
    .premium-badge {
        position: absolute;
        top: -8px;
        right: 8px;
        background: #f59e0b;
        color: white;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-size: 0.75rem;
        font-weight: 600;
        transform: rotate(3deg);
    }
    .tab-button.active {
        border-bottom: 2px solid #000;
        color: #000;
        font-weight: 600;
    }
    body.dark-theme .price-box.promo{
        background:linear-gradient(135deg, rgba(16,185,129,.22), rgba(59,130,246,.18));
        border:1px solid rgba(20,184,166,.45);
        box-shadow:0 10px 24px -12px rgba(2,6,23,.65);
    }
    body.dark-theme .price-box .promo-badge{
        background:#14b8a6;
        color:#0f172a;
        box-shadow:0 8px 16px -10px rgba(20,184,166,.55);
    }
    body.dark-theme #search-hero-section {
        background: linear-gradient(135deg, rgba(2,6,23,.95) 0%, rgba(15,23,42,.85) 100%);
    }
    body.dark-theme .search-container {
        background: linear-gradient(135deg, rgba(2,6,23,.95) 0%, rgba(15,23,42,.85) 100%);
    }
    body.dark-theme #tech-stack-strip {
        background: linear-gradient(135deg, rgba(2,6,23,.95) 0%, rgba(15,23,42,.85) 100%) !important;
        border-color: rgba(59,130,246,.15) !important;
    }
    body.dark-theme .landing-dominio {
        background: linear-gradient(135deg, rgba(2,6,23,.95) 0%, rgba(15,23,42,.85) 100%);
    }
    body.dark-theme #search-section {
        background: linear-gradient(135deg, rgba(2,6,23,.95) 0%, rgba(15,23,42,.85) 100%);
    }
    body.dark-theme .domain-card {
        background: rgba(2,6,23,.88);
        border-color: rgba(59,130,246,.28);
        color: #e2e8f0;
    }
    body.dark-theme .domain-card:hover {
        border-color: rgba(96,165,250,.4);
        box-shadow: 0 6px 18px rgba(2,6,23,.65);
    }
    body.dark-theme .domain-premium {
        background: linear-gradient(135deg, rgba(253,224,71,.25) 0%, rgba(250,204,21,.18) 100%);
        border-color: rgba(250,204,21,.5);
        color: #fef3c7;
    }
    body.dark-theme .domain-taken {
        background: rgba(2,6,23,.65);
        border-color: rgba(148,163,184,.35);
        opacity: 1;
    }
    body.dark-theme .status-badge {
        color: inherit;
    }
    body.dark-theme .status-available {
        background: rgba(34,197,94,.2);
        color: #bbf7d0;
    }
    body.dark-theme .status-premium {
        background: rgba(250,204,21,.22);
        color: #fde68a;
    }
    body.dark-theme .status-taken {
        background: rgba(248,113,113,.22);
        color: #fecaca;
    }
    body.dark-theme .price-highlight {
        background: linear-gradient(135deg, rgba(37,99,235,.22) 0%, rgba(59,130,246,.18) 100%);
        border: 1px solid rgba(96,165,250,.35);
    }
    body.dark-theme .suggestion-text {
        color: #94a3b8;
    }
    body.dark-theme .domain-input-container {
        background: rgba(2,6,23,.82);
        border: 2px solid rgba(59,130,246,.28);
    }
    /* Dark mode feature cards (Hosting, Correos Empresariales, Automatizar mi negocio) */
    body.dark-theme a[class*="rounded-2xl"][class*="border-white/10"] {
        background: rgba(15,23,42,.65) !important;
        border-color: rgba(59,130,246,.25) !important;
        color: #e2e8f0;
    }
    body.dark-theme a[class*="rounded-2xl"][class*="border-white/10"]:hover {
        background: rgba(15,23,42,.75) !important;
        border-color: rgba(96,165,250,.4) !important;
    }
    body.dark-theme a[class*="rounded-2xl"][class*="border-emerald-400/20"] {
        background: rgba(15,23,42,.65) !important;
        border-color: rgba(16,185,129,.35) !important;
    }
    body.dark-theme a[class*="rounded-2xl"][class*="border-emerald-400/20"]:hover {
        background: rgba(15,23,42,.75) !important;
        border-color: rgba(16,185,129,.5) !important;
    }
    body.dark-theme a[class*="rounded-2xl"] h4 {
        color: #f1f5f9 !important;
    }
    body.dark-theme a[class*="rounded-2xl"] p {
        color: #cbd5e1 !important;
    }
    body.dark-theme .domain-input-container:focus-within {
        border-color: rgba(96,165,250,.55);
        box-shadow: 0 0 0 3px rgba(59,130,246,.35);
    }
    body.dark-theme .loading-spinner {
        border: 2px solid rgba(148,163,184,.35);
        border-top: 2px solid rgba(96,165,250,.65);
    }
    body.dark-theme .premium-badge {
        background: rgba(250,204,21,.9);
        color: #0f172a;
    }
    body.dark-theme .tab-button.active {
        border-bottom-color: #93c5fd;
        color: #93c5fd;
    }
    .faq-tabs {
      animation: fadeInUp 0.6s ease 0.3s both;
    }
    .faq-tab-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.5rem 1rem;
      border-radius: 9999px;
      border: 1px solid #e5e7eb;
      background: white;
      color: #6b7280;
      font-size: 0.875rem;
      font-weight: 500;
      transition: all 0.3s ease;
      cursor: pointer;
    }
    .faq-tab-btn:hover {
      border-color: #3b82f6;
      color: #3b82f6;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    }
    .faq-tab-btn.active {
      background: #3b82f6;
      color: white;
      border-color: #3b82f6;
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }
    .faq-item {
      background: white;
      border: 1px solid #e5e7eb;
      border-radius: 1rem;
      padding: 1.25rem;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer;
    }
    .faq-item:hover {
      border-color: #3b82f6;
      box-shadow: 0 8px 24px rgba(59, 130, 246, 0.12);
      transform: translateY(-2px);
    }
    .faq-item[open] {
      border-color: #3b82f6;
      background: linear-gradient(135deg, rgba(59, 130, 246, 0.03) 0%, rgba(59, 130, 246, 0.01) 100%);
    }
    .faq-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      list-style: none;
      outline: none;
    }
    .faq-summary::-webkit-details-marker {
      display: none;
    }
    .faq-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      border-radius: 0.5rem;
      background: #eff6ff;
      color: #3b82f6;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }
    .faq-item[open] .faq-icon {
      background: #3b82f6;
      color: white;
      transform: rotate(360deg);
    }
    .faq-chevron {
      width: 1.25rem;
      height: 1.25rem;
      color: #9ca3af;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      flex-shrink: 0;
    }
    .faq-item[open] .faq-chevron {
      transform: rotate(180deg);
      color: #3b82f6;
    }
    .faq-content {
      margin-top: 1rem;
      padding-top: 1rem;
      padding-left: 2.75rem;
      color: #4b5563;
      line-height: 1.6;
      border-top: 1px solid #f3f4f6;
      animation: fadeInDown 0.4s ease;
    }
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    body.dark-theme .faq-tab-btn {
      background: rgba(2, 6, 23, 0.88);
      border-color: rgba(59, 130, 246, 0.28);
      color: #94a3b8;
    }
    body.dark-theme .faq-tab-btn:hover {
      border-color: rgba(96, 165, 250, 0.4);
      color: #93c5fd;
    }
    body.dark-theme .faq-tab-btn.active {
      background: #3b82f6;
      color: white;
      border-color: #3b82f6;
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
    }
    body.dark-theme .faq-item {
      background: rgba(2, 6, 23, 0.88);
      border-color: rgba(59, 130, 246, 0.28);
      color: #e2e8f0;
    }
    body.dark-theme .faq-item:hover {
      border-color: rgba(96, 165, 250, 0.4);
      box-shadow: 0 8px 24px rgba(2, 6, 23, 0.65);
    }
    body.dark-theme .faq-item[open] {
      border-color: rgba(96, 165, 250, 0.5);
      background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0.05) 100%);
    }
    body.dark-theme .faq-icon {
      background: rgba(59, 130, 246, 0.15);
      color: #93c5fd;
    }
    body.dark-theme .faq-item[open] .faq-icon {
      background: #3b82f6;
      color: white;
    }
    body.dark-theme .faq-chevron {
      color: #64748b;
    }
    body.dark-theme .faq-item[open] .faq-chevron {
      color: #93c5fd;
    }
    body.dark-theme .faq-content {
      color: #cbd5e1;
      border-top-color: rgba(59, 130, 246, 0.15);
    }
    body.dark-theme .faq-cta > div {
      background: rgba(59, 130, 246, 0.1);
      border-color: rgba(59, 130, 246, 0.3);
    }
    body.dark-theme .faq-cta p {
      color: #cbd5e1;
    }
    @media (max-width: 768px) {
      .faq-content {
        padding-left: 0;
      }
      .faq-icon {
        width: 1.5rem;
        height: 1.5rem;
      }
      .faq-tab-btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
      }
    }
    body.dark-theme #cartDrawer aside {
      background: #0f172a !important;
      border-color: rgba(29,101,248,0.25) !important;
    }
    body.dark-theme #cartDrawer .cart-header {
      border-bottom-color: rgba(30,41,59,1) !important;
    }
    body.dark-theme #cartDrawer h2,
    body.dark-theme #cartDrawer .cart-domain-name {
      color: #e2e8f0 !important;
    }
    body.dark-theme #cartDrawer .cart-domain-tld,
    body.dark-theme #cartDrawer .cart-empty-text {
      color: #475569 !important;
    }
    body.dark-theme #cartDrawer .cart-item-price {
      color: #93c5fd !important;
    }
    body.dark-theme #cartCloseBtn {
      background: rgba(30,41,59,0.9) !important;
      border-color: rgba(51,65,85,0.6) !important;
      color: #64748b !important;
    }
    body.dark-theme #cartCloseBtn:hover {
      background: rgba(51,65,85,0.8) !important;
      color: #e2e8f0 !important;
    }
    body.dark-theme #cartDrawer .cart-footer {
      border-top-color: rgba(30,41,59,1) !important;
      background: rgba(2,6,23,0.5) !important;
    }
    body.dark-theme #cartTotal {
      color: #e2e8f0 !important;
    }
    body.dark-theme #cartClearBtn {
      border-color: rgba(51,65,85,0.7) !important;
      color: #64748b !important;
      background: transparent !important;
    }
    body.dark-theme #cartClearBtn:hover {
      background: rgba(30,41,59,0.8) !important;
      color: #94a3b8 !important;
    }
    body.dark-theme .cart-trust-hint {
      color: #1e293b !important;
    }
    body.dark-theme .domain-input-container {
      background: rgba(30, 41, 59, 0.6) !important;
      border-color: rgba(71, 85, 105, 0.5) !important;
    }
    body.dark-theme #search-section-input {
      color: #e2e8f0 !important;
    }
    body.dark-theme #search-section-input::placeholder {
      color: #94a3b8 !important;
    }
    body.dark-theme .domain-input-container svg {
      color: #94a3b8 !important;
    }
    body.dark-theme #search-btn {
      background: #1d65f8 !important;
      color: #ffffff !important;
    }
    body.dark-theme #search-btn:hover {
      background: #1557d8 !important;
    }
    body.dark-theme h1.text-gray-900 {
      color: #e2e8f0 !important;
    }
    body.dark-theme .text-gray-600 {
      color: #94a3b8 !important;
    }
    @media (max-width: 768px) {
      a[href="/pricing/paquetes.php"].col-span-2 {
        margin-bottom: 16px;
      }
    }
#tld-pricing-section {
  background: #ffffff !important;
}
body.dark-theme #tld-pricing-section {
  background: linear-gradient(to bottom, #0f172a 0%, #1e293b 100%) !important;
  position: relative;
}
body.dark-theme #tld-pricing-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, white, transparent),
    radial-gradient(2px 2px at 60% 70%, white, transparent),
    radial-gradient(1px 1px at 50% 50%, white, transparent),
    radial-gradient(1px 1px at 80% 10%, white, transparent),
    radial-gradient(2px 2px at 90% 60%, white, transparent),
    radial-gradient(1px 1px at 33% 80%, white, transparent);
  background-size: 200% 200%;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.tld-pricing-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 640px) { .tld-pricing-grid { gap: 20px; } }
@media (min-width: 1024px) { .tld-pricing-grid { gap: 24px; } }
.tld-pricing-grid > .tld-chip {
  width: 100%;
  min-width: 0;
}
@media (min-width: 640px) { .tld-pricing-grid > .tld-chip { width: calc(50% - 12px); } }
@media (min-width: 1024px) { .tld-pricing-grid > .tld-chip { width: calc(33.333% - 16px); } }
@media (min-width: 1280px) { .tld-pricing-grid > .tld-chip { width: calc(25% - 18px); } }
.tld-chip {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tld-chip > div {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
}
.tld-chip:hover > div {
  border-color: #1d65f8 !important;
  box-shadow: 0 4px 12px rgba(29, 101, 248, 0.15) !important;
  transform: translateY(-4px) !important;
}
body.dark-theme .tld-chip > div {
  background: rgba(30, 41, 59, 0.6) !important;
  border-color: rgba(71, 85, 105, 0.5) !important;
  backdrop-filter: blur(12px);
}
body.dark-theme .tld-chip:hover > div {
  border-color: #60a5fa !important;
  box-shadow: 0 4px 12px rgba(96, 165, 250, 0.2) !important;
}
.tld-chip .absolute.-top-3.-right-3 {
  background: linear-gradient(135deg, #1d65f8 0%, #1557d8 100%) !important;
  box-shadow: 0 2px 8px rgba(29, 101, 248, 0.3) !important;
}
body.dark-theme .tld-chip .absolute.-top-3.-right-3 {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%) !important;
}
.tld-chip .inline-flex.items-center.gap-2 {
  background: transparent !important;
  border: 2px solid #1d65f8 !important;
  color: #1d65f8 !important;
  padding: 6px 12px !important;
}
body.dark-theme .tld-chip .inline-flex.items-center.gap-2 {
  border-color: #60a5fa !important;
  color: #60a5fa !important;
}
.tld-chip .inline-flex.items-center.gap-2 .w-2.h-2 {
  background-color: #1d65f8 !important;
}
body.dark-theme .tld-chip .inline-flex.items-center.gap-2 .w-2.h-2 {
  background-color: #60a5fa !important;
}
.tld-cta {
  background: transparent !important;
  border: 2px solid #1d65f8 !important;
  color: #1d65f8 !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}
.tld-cta:hover {
  background: #1d65f8 !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(29, 101, 248, 0.3) !important;
}
body.dark-theme .tld-cta {
  border-color: #60a5fa !important;
  color: #60a5fa !important;
}
body.dark-theme .tld-cta:hover {
  background: #60a5fa !important;
  color: #0f172a !important;
}
body.dark-theme .tld-chip h3 {
  color: #e2e8f0 !important;
}
body.dark-theme .tld-chip .text-gray-900,
body.dark-theme .tld-chip .text-gray-800,
body.dark-theme .tld-chip .text-gray-700 {
  color: #e2e8f0 !important;
}
body.dark-theme .tld-chip .text-gray-600,
body.dark-theme .tld-chip .text-gray-500 {
  color: #94a3b8 !important;
}
body.dark-theme .tld-chip p {
  color: #94a3b8 !important;
}
body.dark-theme .tld-chip .text-4xl {
  color: #e2e8f0 !important;
}
body.dark-theme .tld-chip .text-sm {
  color: #94a3b8 !important;
}
body.dark-theme .tld-chip ul li {
  color: #cbd5e1 !important;
}
body.dark-theme .tld-chip ul li span {
  color: #cbd5e1 !important;
}
.tld-chip svg.text-green-600 {
  color: #10b981 !important;
}
.tld-chip h3 {
  color: #0f172a !important;
}
.tld-chip .text-gray-900,
.tld-chip .text-gray-800,
.tld-chip .text-gray-700 {
  color: #0f172a !important;
}
.tld-chip .text-gray-600 {
  color: #475569 !important;
}
.tld-chip .text-gray-500 {
  color: #64748b !important;
}
.tld-chip p {
  color: #475569 !important;
}
.tld-chip .text-4xl {
  color: #0f172a !important;
}
.tld-chip .text-sm {
  color: #64748b !important;
}
.tld-chip ul li {
  color: #334155 !important;
}
.tld-chip ul li span {
  color: #334155 !important;
}
#tld-pricing-section h2 {
  color: #0f172a !important;
}
#tld-pricing-section .text-gray-600 {
  color: #475569 !important;
}
.backdrop-blur-supported :where(.supports-blur) { backdrop-filter: blur(10px); }
    @media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important } }
.tip { position: relative; }
  .tip::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 8px);
    white-space: nowrap;
    background: rgba(15,23,42,.95);
    color: #e5e7eb; 
    padding: .35rem .5rem;
    border: 1px solid #1f2937; 
    border-radius: .5rem;
    font-size: .75rem;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease;
  }
  .tip::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 4px);
    border: 6px solid transparent;
    border-top-color: rgba(15,23,42,.95);
    opacity: 0;
    transition: opacity .15s ease;
  }
  .tip:hover::after,
  .tip:hover::before { opacity: 1; }
  .toast-notification {
      position: fixed;
      bottom: 24px;
      left: 24px;
      z-index: 9999;
      background: #ffffff;
      color: #0f172a;
      padding: 0.7rem 0.9rem;
      border-radius: 10px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04), 0 0 0 1px rgba(0,0,0,0.04);
      border-left: 3px solid #1d65f8;
      transform: translateX(calc(-100% - 32px));
      opacity: 0;
      transition: transform 0.38s cubic-bezier(0.22,1,0.36,1), opacity 0.28s ease;
      display: flex;
      align-items: flex-start;
      gap: 0.6rem;
      min-width: 240px;
      max-width: 300px;
  }
  .toast-notification.show {
      transform: translateX(0);
      opacity: 1;
  }
  .toast-notification.success { border-left-color: #1d65f8; }
  .toast-notification.error   { border-left-color: #ef4444; }
  .toast-notification.removed { border-left-color: #f59e0b; }
  .toast-icon {
      flex-shrink: 0;
      width: 1.625rem;
      height: 1.625rem;
      border-radius: 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
  }
  .toast-notification.success .toast-icon { background: rgba(29,101,248,0.08); color: #1d65f8; }
  .toast-notification.error   .toast-icon { background: rgba(239,68,68,0.08);  color: #ef4444; }
  .toast-notification.removed .toast-icon { background: rgba(245,158,11,0.08); color: #d97706; }
  .toast-content { flex: 1; min-width: 0; }
  .toast-title {
      font-weight: 600;
      font-size: 0.8125rem;
      color: #0f172a;
      line-height: 1.35;
      margin-bottom: 0.1rem;
  }
  .toast-message {
      font-size: 0.725rem;
      color: #64748b;
      line-height: 1.4;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .toast-close {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 5px;
      background: transparent;
      border: none;
      color: #cbd5e1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.15s, color 0.15s;
      margin-top: 2px;
  }
  .toast-close:hover { background: #f1f5f9; color: #475569; }
  @keyframes checkmark {
      0%  { transform: scale(0); }
      60% { transform: scale(1.15); }
      100%{ transform: scale(1); }
  }
  .toast-notification.show .toast-icon svg { animation: checkmark 0.32s ease-out; }
  .cart-slide-up {
      animation: cartSlideUp 0.3s cubic-bezier(0.16,1,0.3,1) forwards;
  }
  .cart-slide-down {
      animation: cartSlideDown 0.22s cubic-bezier(0.4,0,1,1) forwards;
  }
  @keyframes cartSlideUp {
      from { transform: translateX(100%); opacity: 0; }
      to   { transform: translateX(0);    opacity: 1; }
  }
  @keyframes cartSlideDown {
      from { transform: translateX(0);    opacity: 1; }
      to   { transform: translateX(100%); opacity: 0; }
  }
html, body { max-width: 100%; overflow-x: hidden; }
@media (max-width: 640px) {
  .container, .wrap, .wrapper, .content, .section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 640px) {
  #search-section-form input[type="text"],
  #search-section-form input[type="search"],
  #search-section-form select {
    font-size: 16px; 
    min-height: 44px;
  }
  #search-section-form button,
  #search-section-form input[type="submit"] {
    min-height: 44px;
  }
}
@media (max-width: 640px) {
  #results-list > * {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: .5rem;
  }
  #results-list .price,
  #results-list .actions {
    justify-self: stretch;
  }
  #results-list .domain-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 640px) {
  #rs-filter-panel {
    position: fixed !important;
    left: 0; right: 0; top: 0;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 60;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
  }
}
@media (max-width: 640px) {
  #cartDrawer aside {
    position: fixed !important;
    inset: auto 0 0 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 85vh !important;
    border-left: none !important;
    border-top: 1px solid #e8ecf2 !important;
    border-radius: 16px 16px 0 0 !important;
    transform: translateY(100%) !important;
    box-shadow: 0 -10px 30px rgba(0,0,0,.12);
  }
  @keyframes cartSlideUp {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
  }
  @keyframes cartSlideDown {
    from { transform: translateY(0);    opacity: 1; }
    to   { transform: translateY(100%); opacity: 0; }
  }
  #cartOverlay {
    backdrop-filter: blur(2px);
    background: transparent !important;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  #vps-price-breakdown, #ded-price-breakdown {
    margin-top: .75rem;
  }
  .vps-grid, .ded-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 640px) {
  button, .btn, a.button, a.btn {
    min-height: 44px;
  }
}
@supports (padding: max(0px)) {
  :root {
    --safe-bottom: env(safe-area-inset-bottom);
  }
  .safe-bottom {
    padding-bottom: max(16px, var(--safe-bottom));
  }
}
.search-mode-tabs {
  display: inline-flex;
  background: rgba(0,0,0,0.06);
  border-radius: 999px;
  padding: 4px;
  gap: 2px;
}
body.dark-theme .search-mode-tabs {
  background: rgba(255,255,255,0.08);
}
.search-mode-tab {
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #64748b;
  transition: all 0.22s ease;
  outline: none;
  line-height: 1;
}
.search-mode-tab.active {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
}
body.dark-theme .search-mode-tab { color: #94a3b8; }
body.dark-theme .search-mode-tab.active {
  background: rgba(30,41,59,0.95);
  color: #e2e8f0;
  box-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.search-pill-bar {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 22px;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-pill-bar:focus-within {
  border-color: #1d65f8;
  box-shadow: 0 0 0 4px rgba(29,101,248,0.10), 0 4px 20px rgba(0,0,0,0.07);
}
body.dark-theme .search-pill-bar {
  background: rgba(15,23,42,0.85);
  border-color: rgba(71,85,105,0.5);
}
body.dark-theme .search-pill-bar:focus-within {
  border-color: rgba(96,165,250,0.55);
  box-shadow: 0 0 0 4px rgba(59,130,246,0.18);
}
#domain-search-input {
  flex: 1;
  min-width: 0;
  padding: 12px 4px;
  font-size: 1.05rem;
  border: none;
  outline: none;
  background: transparent;
  color: #0f172a;
}
body.dark-theme #domain-search-input { color: #e2e8f0; }
#domain-search-input::placeholder { color: #9ca3af; }
#search-btn {
  flex-shrink: 0;
  background: #141414 !important;
  color: white !important;
  border: none;
  border-radius: 9999px !important;
  padding: 12px 28px !important;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
#search-btn:hover { background: #1557d8 !important; transform: translateY(-1px); }
#search-btn:active { transform: translateY(0); }
#search-btn { border-radius: 9999px !important; }
.search-hero-heading {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #0f172a;
}
body.dark-theme .search-hero-heading { color: #f1f5f9; }
#transfer-notice {
  display: none;
  margin-top: 10px;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
}
body.dark-theme #transfer-notice { color: #94a3b8; }
        .hero-gradient-blue{
            background: #ffffff;
        }
        .grid-bg{
            background-image:
                linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
                linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
            background-size: 50px 50px;
            animation: none;
        }
        body.dark-theme .hero-gradient-blue,
        html.dark .hero-gradient-blue,
        body.dark .hero-gradient-blue,
        [data-theme="dark"] .hero-gradient-blue{
            background: #0b1220 !important;
        }
        body.dark-theme .grid-bg,
        html.dark .grid-bg,
        body.dark .grid-bg,
        [data-theme="dark"] .grid-bg{
            background-image:
                linear-gradient(rgba(148, 163, 184, 0.10) 1px, transparent 1px),
                linear-gradient(90deg, rgba(148, 163, 184, 0.10) 1px, transparent 1px) !important;
            background-size: 50px 50px;
            animation: none !important;
        }
#tech-stack-strip{
  position: relative;
  z-index: 40; 
  isolation: isolate;
}
body.dark-theme #tech-stack-strip{
  background: rgba(15, 23, 42, 0.70) !important;
  border-color: rgba(148, 163, 184, 0.18) !important;
  backdrop-filter: blur(10px);
}
body.dark-theme #tech-stack-strip .tech-strip-inner{
  color: #e2e8f0 !important;
}
          .svg-path{
              stroke-dasharray: 1000;
              stroke-dashoffset: 1000;
              animation: drawPath 2s ease-out forwards;
          }
          @keyframes drawPath{to{stroke-dashoffset:0;}}
          .glow-blue{filter: drop-shadow(0 0 20px rgba(29, 101, 248, 0.45));}
          body.dark-theme .hero-gradient-blue .text-gray-800{color:#e2e8f0;}
          body.dark-theme .hero-gradient-blue .text-gray-600{color:#94a3b8;}
#tld-pricing-section .tld-title-prefix{
  color: #0f172a;
}
body.dark-theme #tld-pricing-section .tld-title-prefix,
html.dark-theme #tld-pricing-section .tld-title-prefix,
body.dark #tld-pricing-section .tld-title-prefix,
html.dark #tld-pricing-section .tld-title-prefix,
[data-theme="dark"] #tld-pricing-section .tld-title-prefix{
  color: #ffffff;
}
  .footer-badges {
  display: flex;
  justify-content: center;   
  align-items: center;       
  gap: 1rem;                 
  margin-top: 20px;          
}
.footer-badge {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #2b4bff;
  background: #111528;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hosting-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #cbd5f5;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(51, 65, 85, 0.9);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.55);
}
.hosting-tab:hover {
  color: #e0e7ff;
  border-color: #818cf8;
  background: rgba(30, 41, 59, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 25px 55px rgba(14, 165, 233, 0.25);
}
.hosting-tab.active {
  color: #f8fafc;
  border-color: #38bdf8;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.35) 0%, rgba(99, 102, 241, 0.45) 100%);
  box-shadow: 0 30px 70px rgba(99, 102, 241, 0.35);
}
.tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.hosting-tab.active .tab-indicator {
  transform: scaleX(1);
}
.tab-content {
  display: none;
  animation: fadeInUp 0.5s ease-out;
}
.tab-content.active {
  display: block;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hosting-card {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.tld-chip {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.border-3 {
  border-width: 3px;
}
#tld-pricing {
  background: radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.18), transparent 45%),
              radial-gradient(circle at 80% 0%, rgba(236, 72, 153, 0.18), transparent 45%),
              #020617;
  color: #E2E8F0;
}
#tld-pricing h2,
#tld-pricing h3 {
  color: #F8FAFC;
}
#tld-pricing .text-gray-900 {
  color: #F8FAFC !important;
}
#tld-pricing .text-gray-700 {
  color: #DBEAFE !important;
}
#tld-pricing .text-gray-600 {
  color: #C7D2FE !important;
}
#tld-pricing .text-gray-500 {
  color: #94A3B8 !important;
}
#tld-pricing p {
  color: #CBD5F5;
}
#tld-pricing .tld-chip > div {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(51, 65, 85, 0.85);
  box-shadow: 0 35px 90px rgba(2, 6, 23, 0.75);
  color: #E2E8F0;
}
#tld-pricing .tld-chip > div:hover {
  border-color: rgba(148, 163, 246, 0.8);
  box-shadow: 0 45px 120px rgba(99, 102, 241, 0.35);
}
#tld-pricing .tld-chip > div button {
  border: none;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.45);
}
#tld-pricing .tld-chip[data-accent="blue"] > div {
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 35px 80px rgba(59, 130, 246, 0.35);
}
#tld-pricing .tld-chip[data-accent="blue"] button {
  background: linear-gradient(120deg, #60A5FA, #2563EB);
}
#tld-pricing .tld-chip[data-accent="green"] > div {
  border-color: rgba(16, 185, 129, 0.6);
  box-shadow: 0 35px 80px rgba(16, 185, 129, 0.35);
}
#tld-pricing .tld-chip[data-accent="green"] button {
  background: linear-gradient(120deg, #34D399, #059669);
}
#tld-pricing .tld-chip[data-accent="purple"] > div {
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 35px 80px rgba(139, 92, 246, 0.35);
}
#tld-pricing .tld-chip[data-accent="purple"] button {
  background: linear-gradient(120deg, #C084FC, #A855F7);
}
#tld-pricing .tld-chip[data-accent="orange"] > div {
  border-color: rgba(249, 115, 22, 0.6);
  box-shadow: 0 35px 80px rgba(251, 146, 60, 0.35);
}
#tld-pricing .tld-chip[data-accent="orange"] button {
  background: linear-gradient(120deg, #FB923C, #F97316);
}
#tld-pricing .tld-chip[data-accent="teal"] > div {
  border-color: rgba(45, 212, 191, 0.6);
  box-shadow: 0 35px 80px rgba(45, 212, 191, 0.35);
}
#tld-pricing .tld-chip[data-accent="teal"] button {
  background: linear-gradient(120deg, #5EEAD4, #14B8A6);
}
#tld-pricing .tld-chip[data-accent="pink"] > div {
  border-color: rgba(236, 72, 153, 0.6);
  box-shadow: 0 35px 80px rgba(236, 72, 153, 0.35);
}
#tld-pricing .tld-chip[data-accent="pink"] button {
  background: linear-gradient(120deg, #F472B6, #DB2777);
}
#hosting-plans {
  background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.12), transparent 50%),
              radial-gradient(circle at 80% 0%, rgba(124, 58, 237, 0.15), transparent 45%),
              #020617;
  color: #E2E8F0;
}
#hosting-plans h2,
#hosting-plans h3,
#hosting-plans h4,
#hosting-plans h5 {
  color: #F8FAFC;
}
#hosting-plans p {
  color: #CBD5F5;
}
#hosting-plans .text-gray-900,
#hosting-plans .text-gray-800 {
  color: #F8FAFC !important;
}
#hosting-plans .text-gray-700 {
  color: #E0E7FF !important;
}
#hosting-plans .text-gray-600 {
  color: #C7D2FE !important;
}
#hosting-plans .text-gray-500,
#hosting-plans .text-gray-400 {
  color: #94A3B8 !important;
}
#hosting-plans .text-gray-300 {
  color: #CBD5F5 !important;
}
#hosting-plans [class~="bg-white"],
#hosting-plans [class~="bg-gray-50"] {
  background-color: rgba(15, 23, 42, 0.82) !important;
}
#hosting-plans [class*="bg-blue-50"],
#hosting-plans [class*="bg-indigo-50"],
#hosting-plans [class*="bg-purple-50"],
#hosting-plans [class*="bg-green-50"] {
  background-color: rgba(15, 23, 42, 0.65) !important;
}
#hosting-plans [class*="border-gray-200"],
#hosting-plans [class*="border-gray-300"] {
  border-color: rgba(71, 85, 105, 0.8) !important;
}
#hosting-plans .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(71, 85, 105, 0.4);
}
#hosting-plans .bg-gradient-to-r.from-gray-50.to-gray-100 {
  background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.75)) !important;
}
#hosting-plans .bg-gradient-to-r.from-blue-50.to-indigo-50,
#hosting-plans .bg-gradient-to-br.from-blue-50.to-indigo-50 {
  background-image: linear-gradient(120deg, rgba(37, 99, 235, 0.25), rgba(99, 102, 241, 0.35)) !important;
}
#hosting-plans .bg-gradient-to-r.from-blue-50\/30.to-indigo-50\/30 {
  background-image: linear-gradient(120deg, rgba(37, 99, 235, 0.3), rgba(99, 102, 241, 0.4)) !important;
}
#hosting-plans .bg-gradient-to-r.from-green-50.to-blue-50 {
  background-image: linear-gradient(120deg, rgba(16, 185, 129, 0.2), rgba(37, 99, 235, 0.25)) !important;
}
#hosting-plans .bg-gradient-to-r.from-indigo-50.to-purple-50 {
  background-image: linear-gradient(120deg, rgba(79, 70, 229, 0.2), rgba(147, 51, 234, 0.25)) !important;
}
.dark-table {
  color: #E2E8F0;
  border-collapse: separate;
  border-spacing: 0;
}
.dark-table thead tr {
  background-color: rgba(15, 23, 42, 0.9) !important;
}
.dark-table th {
  color: #F8FAFC;
  border-bottom: 1px solid rgba(71, 85, 105, 0.7);
}
.dark-table td {
  color: #E2E8F0;
  border-bottom: 1px solid rgba(71, 85, 105, 0.45);
}
.dark-table tbody tr {
  background-color: rgba(2, 6, 23, 0.4);
}
.dark-table tbody tr:nth-child(even) {
  background-color: rgba(2, 6, 23, 0.55);
}
.dark-table tbody tr:hover {
  background-color: rgba(59, 130, 246, 0.15) !important;
}
.dark-table td.sticky,
.dark-table th.sticky {
  background-color: rgba(2, 6, 23, 0.75) !important;
}
@media (prefers-reduced-motion: no-preference) {
  .hosting-card,
  .tld-chip {
    opacity: 0;
    transform: translateY(30px);
  }
}
#cartItems::-webkit-scrollbar { width: 3px; }
#cartItems::-webkit-scrollbar-track { background: transparent; }
#cartItems::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 99px; }
#cartItems::-webkit-scrollbar-thumb:hover { background: #cbd5e1; }
@keyframes fabPulse {
  0%   { box-shadow: 0 4px 16px rgba(29,101,248,0.13), 0 0 0 0 rgba(29,101,248,0.38); }
  70%  { box-shadow: 0 4px 16px rgba(29,101,248,0.13), 0 0 0 9px rgba(29,101,248,0); }
  100% { box-shadow: 0 4px 16px rgba(29,101,248,0.13), 0 0 0 0 rgba(29,101,248,0); }
}
#fabCartBtn.fab-pulse { animation: fabPulse 0.65s ease-out; }
.btn-remove-item:active { transform: scale(0.85); }
#cartCheckoutBtn:disabled {
  opacity: 0.38 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
}
.domain-gate-msg {
  font-size: 11.5px;
  line-height: 1.5;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.05);
  background: rgba(248,250,252,0.95);
  color: #475569;
}
.domain-gate-msg.is-error {
  border-color: rgba(220,38,38,0.2);
  background: rgba(254,242,242,0.95);
  color: #b91c1c;
}
.domain-gate-msg.is-ok {
  border-color: rgba(29,101,248,0.2);
  background: rgba(239,246,255,0.95);
  color: #1d4ed8;
}
.domain-gate-msg a { text-decoration: underline; color: inherit; }
.domain-gate--busy { pointer-events: none; opacity: .92; }
.domain-gate__icon {
  width: 18px; height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
}
.domainGateSpinner {
  width: 18px; height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: rgba(255,255,255,.95);
  animation: domainGateSpin .7s linear infinite;
}
.domainGateIcon {
  width: 18px; height: 18px;
  display: block;
}
@keyframes domainGateSpin { to { transform: rotate(360deg); } }
@keyframes domainGateShake {
  0%,100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-3px); }
}
.domain-gate--shake { animation: domainGateShake 320ms ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .domainGateSpinner { animation: none; }
  .domain-gate--shake { animation: none; }
}

/* === transplanted paquetes cart UI for index.php === */
#cartDrawer #cartOverlay {
  background: rgba(0,0,0,.35) !important;
  backdrop-filter: blur(8px);
  transition: opacity .3s ease;
}
#cartDrawer .cart-panel {
  background: #ffffff;
  color: #0f172a;
  border-top: 1px solid #e8ecf2;
  box-shadow: 0 -20px 60px rgba(0,0,0,.12);
  border-radius: 24px 24px 0 0;
  position: absolute;
}
#cartDrawer .cart-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #1d65f8 50%, transparent 100%);
}
#cartDrawer .cart-close {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #94a3b8;
  background: #f8fafc;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s ease;
}
#cartDrawer .cart-close:hover {
  color: #0f172a;
  border-color: #cbd5e1;
}
#cartDrawer .cart-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
#cartDrawer .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}
#cartDrawer .cart-item:last-child {
  border-bottom: none;
}
#cartDrawer .cart-item-copy {
  flex: 1;
  min-width: 0;
}
#cartDrawer .item-title {
  color: #0f172a;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cartDrawer .item-sub {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 2px;
}
#cartDrawer .cart-item-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
#cartDrawer .item-price {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}
#cartDrawer .btn-remove-item {
  color: #ef4444;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, transform .15s ease;
}
#cartDrawer .btn-remove-item:hover {
  background: #fef2f2;
}
#cartDrawer .btn-remove-item:active {
  transform: scale(.92);
}
#cartDrawer .cart-remove-icon {
  width: 16px;
  height: 16px;
}
#cartDrawer .cart-total-label {
  color: #94a3b8;
}
#cartDrawer .cart-btn {
  border-radius: 12px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all .15s ease;
}
#cartDrawer .cart-btn:active {
  transform: translateY(1px);
}
#cartDrawer .cart-btn-ghost {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #e8ecf2;
}
#cartDrawer .cart-btn-ghost:hover {
  border-color: rgba(29,101,248,.3);
}
#cartDrawer .cart-btn-primary {
  background: #1d65f8;
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(29,101,248,.30);
}
#cartDrawer .cart-btn-primary:hover {
  filter: brightness(1.08);
}
#cartDrawer .cart-empty {
  background: rgba(29,101,248,.05);
  border: 1px dashed rgba(29,101,248,.3);
  border-radius: 16px;
  padding: 16px;
  color: #64748b;
  font-size: 14px;
  text-align: center;
}
#fabCartBtn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #0f172a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0,0,0,.2) !important;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}
#fabCartBtn:hover {
  background: #1d65f8 !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(29,101,248,.3) !important;
}
#fabCartBtn #fabCartCount {
  color: inherit;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
@keyframes fabPulse {
  0%   { box-shadow: 0 8px 30px rgba(0,0,0,.2), 0 0 0 0 rgba(29,101,248,.38); }
  70%  { box-shadow: 0 8px 30px rgba(0,0,0,.2), 0 0 0 10px rgba(29,101,248,0); }
  100% { box-shadow: 0 8px 30px rgba(0,0,0,.2), 0 0 0 0 rgba(29,101,248,0); }
}
body.dark-theme #fabCartBtn {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
body.dark-theme #fabCartBtn:hover {
  background: #1d65f8 !important;
  color: #ffffff !important;
}
body.dark-theme #cartDrawer .cart-panel {
  background: #0f0f0f;
  color: #ffffff;
  border-color: #1e293b;
}
body.dark-theme #cartDrawer .cart-close {
  background: #1a1a1a;
  border-color: #2a2a2a;
  color: #aaa;
}
body.dark-theme #cartDrawer .cart-close:hover {
  color: #fff;
  border-color: #334155;
}
body.dark-theme #cartDrawer .item-title,
body.dark-theme #cartDrawer .item-price,
body.dark-theme #cartDrawer #cartTotal {
  color: #ffffff;
}
body.dark-theme #cartDrawer .item-sub,
body.dark-theme #cartDrawer .cart-total-label {
  color: rgba(255,255,255,.6);
}
body.dark-theme #cartDrawer .cart-item {
  border-bottom-color: #1e293b;
}
body.dark-theme #cartDrawer .cart-btn-ghost {
  background: #1a1a1a;
  color: #fff;
  border-color: #2a2a2a;
}
body.dark-theme #cartDrawer .cart-empty {
  background: rgba(29,101,248,.08);
  color: rgba(255,255,255,.6);
}
@media (max-width: 640px) {
  #cartDrawer .cart-panel {
    max-width: 100%;
    height: 85vh;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }
}
