/* ═══════════════════════════════════════════════════
   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: #0f172a !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; will-change:transform; transform:translateZ(0); backface-visibility:hidden }
    .btn-search.loading .loader{ width:18px; opacity:1 }
    .btn-search.loading .label{ display:none }
    @keyframes spin{ to{ transform:translateZ(0) 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: visible;
    }
    .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 rgba(255, 255, 255, 0.35);
        border-top: 2px solid #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 0.65s linear infinite;
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
    }
    .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: #0f172a;
    }
    body.dark-theme .search-container {
        background: #0f172a;
    }
    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: #0f172a;
    }
    body.dark-theme #search-section {
        background: #0f172a;
    }
    body.dark-theme .domain-card {
        background: rgba(2,6,23,.88);
        border-color: rgba(59,130,246,.28);
        color: #e2e8f0;
    }
    /* ——— Dark-mode domain card text visibility fix ———
       JS-rendered cards use Tailwind utilities (text-black, text-gray-900, etc.)
       whose specificity overrides the parent color. These rules force light text
       inside dark cards so prices, labels, and domain names remain readable.
       Affects both SSR (PHP) and AJAX (JS) rendered cards identically. ——— */
    body.dark-theme .domain-card .text-black,
    body.dark-theme .domain-card .text-gray-900 {
        color: #f1f5f9 !important;
    }
    body.dark-theme .domain-card .text-gray-800,
    body.dark-theme .domain-card .text-gray-700 {
        color: #e2e8f0 !important;
    }
    body.dark-theme .domain-card .text-gray-600 {
        color: #94a3b8 !important;
    }
    body.dark-theme .domain-card .text-gray-500 {
        color: #7d8ba0 !important;
    }
    body.dark-theme .domain-card .text-gray-400 {
        color: #64748b !important;
    }
    body.dark-theme .domain-card h3 {
        color: #f1f5f9 !important;
    }
    body.dark-theme .domain-card h3 span {
        color: #60a5fa !important;
    }
    body.dark-theme .domain-card .text-xl.font-bold,
    body.dark-theme .domain-card .text-2xl.font-bold {
        color: #f1f5f9 !important;
    }
    body.dark-theme .domain-card .text-green-600 {
        color: #4ade80 !important;
    }
    body.dark-theme .domain-card .text-red-600 {
        color: #f87171 !important;
    }
    body.dark-theme .domain-card .btn-add,
    body.dark-theme .domain-card .add-to-cart-btn {
        background: #1d65f8 !important;
        color: #ffffff !important;
    }
    body.dark-theme .domain-card .btn-add:hover,
    body.dark-theme .domain-card .add-to-cart-btn:hover {
        background: #1557d8 !important;
    }
    body.dark-theme .domain-card .btn-fav {
        border-color: rgba(71,85,105,.5) !important;
        color: #94a3b8 !important;
        background: rgba(30,41,59,.6) !important;
    }
    body.dark-theme .domain-card .btn-fav:hover {
        background: rgba(30,41,59,.9) !important;
        color: #e2e8f0 !important;
    }
    body.dark-theme .domain-card .btn-fav.bg-red-100 {
        background: rgba(239,68,68,.15) !important;
        color: #f87171 !important;
    }
    body.dark-theme .domain-card .btn-transfer-open {
        background: rgba(30,41,59,.8) !important;
        border: 1px solid rgba(71,85,105,.5);
        color: #e2e8f0 !important;
    }
    body.dark-theme .domain-card .btn-transfer-open:hover {
        background: #1d65f8 !important;
    }
    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;
  }
}
/* =====================================================
   TABS (RESULTADOS / HISTORIAL / FAVORITOS) — Mobile
   ===================================================== */
#rs-tabs-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#rs-tabs-wrapper::-webkit-scrollbar { display: none; }

@media (max-width: 640px) {
  #rs-tabs-wrapper {
    gap: 0 !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  #rs-tabs-wrapper .tab-button {
    flex-shrink: 0;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    white-space: nowrap;
  }
  #rs-tabs-wrapper .tab-button svg {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.25rem;
  }
  /* Compact filter button on mobile */
  #rs-filter-toggle {
    font-size: 0.75rem;
    padding: 0.35rem 0.65rem;
  }
  /* History cards — stack on mobile */
  #history-section .flex.items-center.justify-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #history-section .flex.items-center.justify-between a {
    align-self: stretch;
    text-align: center;
  }
  /* Favorites cards — stack on mobile */
  #favorites-section .domain-card .flex.items-center.justify-between {
    flex-direction: column;
    align-items: flex-start;
  }
  #favorites-section .domain-card .text-right {
    text-align: left;
    width: 100%;
  }
  #favorites-section .domain-card .price-highlight {
    width: 100%;
    box-sizing: border-box;
  }
  #favorites-section .domain-card .flex.gap-2.justify-end {
    justify-content: stretch;
    width: 100%;
  }
  #favorites-section .domain-card .flex.gap-2.justify-end button {
    flex: 1;
    text-align: center;
  }
  /* Bulk actions — stack on very small screens */
  #fav-bulk-actions {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}
@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%);
    opacity: 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,.12);
    transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .3s ease;
  }
  #cartDrawer aside.cart-open {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  @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);
    -webkit-backdrop-filter: blur(2px);
    background: rgba(0,0,0,.18) !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: #1d65f8;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
}
body.dark-theme .search-mode-tab { color: #64748b; }
body.dark-theme .search-mode-tab:hover { color: #94a3b8; }
body.dark-theme .search-mode-tab.active {
  background: rgba(29,101,248,0.15);
  color: #60a5fa;
  box-shadow: 0 1px 6px rgba(29,101,248,0.25);
  border: 1px solid rgba(29,101,248,0.3);
}
.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: #1d65f8 !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;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#search-btn:disabled {
  opacity: 0.88;
  cursor: wait;
  pointer-events: none;
}
@media (max-width: 639px) {
  #search-btn { min-width: 110px; }
}
#search-btn:hover { background: #1557d8 !important; transform: translateY(-1px); }
#search-btn:active { transform: translateY(0); }
#search-btn { border-radius: 9999px !important; }

/* --- Mobile search icon (hidden on desktop) --- */
.search-icon-mobile { display: none; }

/* ========================================
   MOBILE SEARCH BAR — Namecheap-style
   Rectangular bar + square icon button
   ======================================== */
@media (max-width: 639px) {
  .search-pill-bar {
    border-radius: 12px;
    padding: 4px 4px 4px 16px;
    gap: 6px;
  }
  .search-pill-bar:focus-within {
    box-shadow: 0 0 0 3px rgba(29,101,248,0.12);
  }
  #domain-search-input {
    padding: 10px 2px;
    font-size: 0.9rem;
  }
  #domain-search-input::placeholder {
    font-size: 0.875rem;
  }
  #search-btn {
    min-width: unset !important;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    flex-shrink: 0;
  }
  #search-btn .search-text { display: none !important; }
  .search-icon-mobile { display: block !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;
}
@media (max-width: 640px) {
  #cartDrawer #cartOverlay {
    background: rgba(0,0,0,.18) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}
#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));
  }
}

/* ══════════════════════════════════════════════════════════════
   EXTRACTED FROM index.php — inline <style> blocks
   Zero functional/visual changes — only moved to external file
   ══════════════════════════════════════════════════════════════ */

/* ——— inline style block 1 of 4 ——— */
.sidemex-loader{position:fixed;inset:0;width:100%;height:100%;z-index:2147483647;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ffffff;opacity:1;visibility:visible;transition:opacity .55s ease,visibility .55s ease;}
  .sidemex-loader--hidden{opacity:0;visibility:hidden;pointer-events:none;}

  .sidemex-loader__bg {
  background: radial-gradient(circle at 50% 45%,
    rgba(0,102,204,.07) 0%,
    rgba(0,102,204,.03) 18%,
    rgba(255,255,255,1) 42%,
    rgba(255,255,255,1) 100%);
}

  .sidemex-loader__content{position:relative;z-index:2;text-align:center;padding:16px;width:min(520px,92vw);}
  .sidemex-loader__logo{position:relative;width:clamp(210px,40vw,280px);height:clamp(210px,40vw,280px);margin:0 auto 22px;transform:translateZ(0);animation:sidemexLoaderPop .35s cubic-bezier(.34,1.56,.64,1) both;}
  @keyframes sidemexLoaderPop{from{transform:scale(.75);opacity:0;}to{transform:scale(1);opacity:1;}}
  .sidemex-loader__ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);}
  .sidemex-loader__ring-bg{fill:none;stroke:rgba(0,102,204,.12);stroke-width:3;filter:drop-shadow(0 0 6px rgba(0,102,204,.08));}
  .sidemex-loader__ring-progress{fill:none;stroke:#0066cc;stroke-width:3;stroke-linecap:round;stroke-dasharray:534.07;stroke-dashoffset:534.07;filter:drop-shadow(0 0 10px rgba(0,102,204,.25));}
  .sidemex-loader__logo-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:clamp(95px,18vw,120px);height:clamp(95px,18vw,120px);border-radius:28px;display:flex;align-items:center;justify-content:center;}
  .sidemex-loader__logo-base,.sidemex-loader__logo-fill{width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none;}
  .sidemex-loader__logo-fill{position:absolute;inset:0;opacity:0;transform:translateY(22px);filter:drop-shadow(0 10px 12px rgba(0,102,204,.18));transition:opacity .25s ease,transform .25s ease;}
  .sidemex-loader__text{margin-top:10px;font-size:clamp(16px,3.4vw,20px);font-weight:500;color:#1c2a3a;letter-spacing:.25px;opacity:1;transition:opacity .25s ease;}
  .sidemex-loader__bar{margin:18px auto 0;width:min(420px,86vw);}
  .sidemex-loader__bar-track{position:relative;width:100%;height:10px;border-radius:999px;background:rgba(0,102,204,.12);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,102,204,.08);}
  .sidemex-loader__bar-fill{position:absolute;left:0;top:0;height:100%;width:0%;border-radius:999px;background:#0066cc;transition:width .16s ease;}
  .sidemex-loader__bar-glow{position:absolute;left:-20%;top:0;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);opacity:.65;animation:sidemexGlow 1.35s linear infinite;}
  @keyframes sidemexGlow{from{transform:translateX(-10%);}to{transform:translateX(280%);}}
  @keyframes fabSlideIn{from{opacity:0;transform:translateY(20px) scale(.85);}to{opacity:1;transform:translateY(0) scale(1);}}
  @keyframes fabSlideOut{from{opacity:1;transform:translateY(0) scale(1);}to{opacity:0;transform:translateY(20px) scale(.85);}}
  .sidemex-loader__percent{margin-top:10px;font-size:14px;font-weight:600;color:#0066cc;}
  @media(prefers-reduced-motion:reduce){.sidemex-loader__bar-glow{animation:none;}.sidemex-loader__logo{animation:none;}.sidemex-loader{transition:none;}}

/* ——— inline style block 2 of 4 ——— */
/* ═══ Responsive typebox + TLD chips collision fix (v2 — ticker mode) ═══ */

/* Neutralize body zoom on small screens to prevent collision */
@media (max-width: 767px) {
  body {
    zoom: 100% !important;
  }
}

/* Mobile-first: single-card ticker needs less height */
#typebox-results-wrap {
  height: 240px;
  overflow: visible;
  position: relative;
}

/* Landing-dominio section spacing */
.landing-dominio {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/* On very small screens (<400px) */
@media (max-width: 399px) {
  #typebox-results-wrap {
    height: 220px;
  }
  .landing-dominio .text-5xl {
    font-size: 2rem;
    line-height: 1.1;
  }
  .landing-dominio .text-\[28px\] {
    font-size: 22px;
  }
  .landing-dominio .grid.grid-cols-2 {
    gap: 0.5rem;
  }
  .landing-dominio .grid.grid-cols-2 a {
    padding: 0.75rem;
  }
}

/* Small phones (400-639px) */
@media (min-width: 400px) and (max-width: 639px) {
  #typebox-results-wrap {
    height: 240px;
  }
}

/* Tablets (640-767px) */
@media (min-width: 640px) and (max-width: 767px) {
  #typebox-results-wrap {
    height: 260px;
  }
}

/* md+ (desktop) — restore original full list height */
@media (min-width: 768px) {
  #typebox-results-wrap {
    height: 530px;
    overflow: hidden;
  }
  .landing-dominio {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}



/* ═══ TLD Pricing Section — hardened production layout ═══ */
#tld-pricing-section {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
  z-index: 1;
  margin-top: -2.5rem;
}

#tld-pricing-section .sx-tld-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

#tld-pricing-section .sx-tld-shell {
  position: relative !important;
  z-index: 2;
  display: block !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 3.25rem 1rem 4rem !important;
  box-sizing: border-box !important;
}

#tld-pricing-section .sx-tld-heading {
  max-width: 880px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

#tld-pricing-section .sx-tld-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.15rem, 4.2vw, 3.6rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.045em;
}

#tld-pricing-section .tld-title-prefix { color: #0f172a; }

#tld-pricing-section .tld-title-accent { color: #356cff; }

#tld-pricing-section .sx-tld-heading p {
  margin: .95rem auto 0;
  max-width: 780px;
  color: #64748b;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.6;
}

#tld-pricing-section .sx-tld-grid {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)) !important;
  gap: 1.5rem !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

#tld-pricing-section .sx-tld-chip,
#tld-pricing-section .tld-chip {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  display: block !important;
  position: relative !important;
  box-sizing: border-box !important;
}

#tld-pricing-section .sx-tld-chip {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition:
    opacity 680ms cubic-bezier(.22, 1, .36, 1),
    transform 680ms cubic-bezier(.22, 1, .36, 1),
    filter 680ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform, opacity, filter;
}

#tld-pricing-section .sx-tld-chip.sx-hidden {
  visibility: hidden;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(42px) scale(.965);
}

#tld-pricing-section .sx-tld-chip.sx-in {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

#tld-pricing-section .sx-tld-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 432px !important;
  height: 100% !important;
  padding: 1.7rem 1.5rem 1.45rem !important;
  border-radius: 28px !important;
  border: 1px solid rgba(203, 213, 225, 0.95) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(248,250,252,0.97) 100%) !important;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.09), 0 3px 10px rgba(15, 23, 42, 0.05) !important;
  box-sizing: border-box !important;
  backdrop-filter: blur(10px);
  transform: translateY(0) scale(1);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

#tld-pricing-section .sx-tld-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at top right, rgba(var(--sx-tld-accent-rgb), 0.12), transparent 42%);
  transition: opacity .28s ease;
}

#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-card {
  animation: sxTldCardIn 820ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: var(--sx-delay, 0ms);
}

#tld-pricing-section .sx-tld-chip:hover .sx-tld-card {
  transform: translateY(-6px);
  border-color: rgba(var(--sx-tld-accent-rgb), 0.34) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12), 0 8px 18px rgba(var(--sx-tld-accent-rgb), 0.12) !important;
}

#tld-pricing-section .sx-tld-chip:hover .sx-tld-card::before {
  opacity: 1;
}

#tld-pricing-section .sx-tld-icon {
  position: absolute;
  top: -14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--sx-tld-accent);
  box-shadow: 0 14px 24px rgba(var(--sx-tld-accent-rgb), .28);
}

#tld-pricing-section .sx-tld-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

#tld-pricing-section .sx-tld-head {
  margin-bottom: 1.1rem;
}

#tld-pricing-section .sx-tld-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  max-width: 100%;
  padding: .58rem .95rem;
  border-radius: 999px;
  border: 2px solid rgba(var(--sx-tld-accent-rgb), 0.92);
  color: var(--sx-tld-accent);
  background: rgba(255,255,255,0.95);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

#tld-pricing-section .sx-tld-badge-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--sx-tld-accent);
  box-shadow: 0 0 0 4px rgba(var(--sx-tld-accent-rgb), .12);
}

#tld-pricing-section .sx-tld-code {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.35rem, 2.6vw, 3rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

#tld-pricing-section .sx-tld-desc {
  margin: .7rem 0 0;
  min-height: 2.8rem;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.38;
}

#tld-pricing-section .sx-tld-price {
  margin: 1.25rem 0 1.15rem;
}

#tld-pricing-section .sx-tld-price-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: .45rem;
}

#tld-pricing-section .sx-tld-from {
  margin-bottom: .34rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

#tld-pricing-section .sx-tld-value {
  color: #0f172a;
  font-size: clamp(2.5rem, 3vw, 3.1rem);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

#tld-pricing-section .sx-tld-currency {
  margin: .45rem 0 0;
  color: #64748b;
  font-size: .98rem;
  font-weight: 700;
}

#tld-pricing-section .sx-tld-features {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: .7rem;
  flex: 1 1 auto;
}

#tld-pricing-section .sx-tld-feature {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  min-width: 0;
  color: #475569;
  font-size: .97rem;
  line-height: 1.42;
}

#tld-pricing-section .sx-tld-check {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  color: #16a34a;
}

#tld-pricing-section .sx-tld-check svg {
  width: 18px;
  height: 18px;
  display: block;
}

#tld-pricing-section .sx-tld-cta,
#tld-pricing-section .tld-cta {
  margin-top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .65rem !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: .9rem 1rem !important;
  border-radius: 16px !important;
  border: 2px solid var(--sx-tld-accent) !important;
  background: #fff !important;
  color: #64748b !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

#tld-pricing-section .sx-tld-cta:hover,
#tld-pricing-section .tld-cta:hover {
  transform: translateY(-1px);
  background: var(--sx-tld-accent) !important;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(var(--sx-tld-accent-rgb), .24);
}

#tld-pricing-section .sx-tld-chip:hover .sx-tld-icon {
  transform: translateY(-2px) scale(1.04);
}

#tld-pricing-section .sx-tld-icon,
#tld-pricing-section .sx-tld-badge,
#tld-pricing-section .sx-tld-price,
#tld-pricing-section .sx-tld-features,
#tld-pricing-section .sx-tld-cta {
  transition: transform .28s ease, opacity .28s ease;
}

#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-badge {
  animation: sxTldFadeUp 620ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: calc(var(--sx-delay, 0ms) + 80ms);
}

#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-code,
#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-desc,
#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-price {
  animation: sxTldFadeUp 640ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: calc(var(--sx-delay, 0ms) + 120ms);
}

#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-features {
  animation: sxTldFadeUp 700ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: calc(var(--sx-delay, 0ms) + 180ms);
}

#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-cta {
  animation: sxTldFadeUp 760ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: calc(var(--sx-delay, 0ms) + 240ms);
}

#tld-pricing-section .sx-tld-chip.sx-in .sx-tld-icon {
  animation: sxTldIconFloat 3.2s ease-in-out infinite;
  animation-delay: calc(var(--sx-delay, 0ms) + 620ms);
}

#tld-pricing-section .sx-tld-badge-dot {
  animation: sxTldDotPulse 1.9s ease-in-out infinite;
}

@keyframes sxTldCardIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(.975) rotateX(7deg);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 28px 58px rgba(15, 23, 42, 0.13), 0 10px 22px rgba(var(--sx-tld-accent-rgb), 0.08);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.09), 0 3px 10px rgba(15, 23, 42, 0.05);
  }
}

@keyframes sxTldFadeUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sxTldIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes sxTldDotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--sx-tld-accent-rgb), .18);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 6px rgba(var(--sx-tld-accent-rgb), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #tld-pricing-section .sx-tld-chip,
  #tld-pricing-section .sx-tld-card,
  #tld-pricing-section .sx-tld-badge,
  #tld-pricing-section .sx-tld-price,
  #tld-pricing-section .sx-tld-features,
  #tld-pricing-section .sx-tld-cta,
  #tld-pricing-section .sx-tld-icon,
  #tld-pricing-section .sx-tld-badge-dot {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1199px) {
  #tld-pricing-section .sx-tld-shell {
    max-width: 1120px !important;
  }
}

@media (max-width: 959px) {
  #tld-pricing-section {
    margin-top: -1rem;
  }

  #tld-pricing-section .sx-tld-shell {
    padding-top: 2.5rem !important;
  }

  #tld-pricing-section .sx-tld-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 1.15rem !important;
  }

  #tld-pricing-section .sx-tld-card {
    min-height: 404px !important;
  }
}

@media (max-width: 639px) {
  #tld-pricing-section .sx-tld-shell {
    padding: 2.2rem .9rem 3rem !important;
  }

  #tld-pricing-section .sx-tld-heading {
    margin-bottom: 1.45rem;
  }

  #tld-pricing-section .sx-tld-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  #tld-pricing-section .sx-tld-card {
    min-height: 0 !important;
    padding: 1.3rem 1rem 1.05rem !important;
    border-radius: 22px !important;
  }

  #tld-pricing-section .sx-tld-badge {
    font-size: .82rem;
    padding: .52rem .85rem;
  }

  #tld-pricing-section .sx-tld-desc,
  #tld-pricing-section .sx-tld-feature,
  #tld-pricing-section .sx-tld-currency,
  #tld-pricing-section .sx-tld-from,
  #tld-pricing-section .sx-tld-cta {
    font-size: .95rem !important;
  }
}


/* ========================================
   DARK MODE — index.php page elements
   ======================================== */

/* Ensure dots-canvas covers the full expanded wrapper (now includes cards) */
#animated-bg-wrapper {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

#animated-bg-wrapper > canvas#dots-canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  z-index: 101;
}

/* ── Promo cards: prominent horizontal chips on mobile ── */
@media (max-width: 639px) {
  #promo-cards-section {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .promo-cards-grid {
    gap: 10px !important;
  }

  .promo-card {
    padding: 16px 8px !important;
    border-radius: 18px !important;
  }

  /* Stack icon on top, text below — centered */
  .promo-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  /* Bigger icon for prominence */
  .promo-card-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    margin-bottom: 0 !important;
    border-radius: 12px !important;
  }

  .promo-card-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  /* Readable text */
  .promo-card-text h4 {
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
  }

  /* Hide long descriptions — titles are enough */
  .promo-card-desc {
    display: none !important;
  }
}

/* 480-639: show descriptions in compact form */
@media (min-width: 480px) and (max-width: 639px) {
  .promo-card-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
  }

  .promo-card-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  .promo-card-text h4 {
    font-size: 13px !important;
  }

  .promo-card-desc {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    margin-top: 2px !important;
    opacity: 0.7;
  }
}

/* Promo service cards — match the animated-bg dark palette */
body.dark-theme #promo-cards-section {
  background: transparent !important;
}

/* Hero wrapper: opaque dark bg so it matches the navbar strip */
body.dark-theme #animated-bg-wrapper {
  background: #0f172a !important;
}

body.dark-theme #promo-cards-section a {
  background: rgba(15, 23, 42, 0.55) !important;
  border-color: rgba(71, 85, 105, 0.35) !important;
  backdrop-filter: blur(12px);
}

body.dark-theme #promo-cards-section a:hover {
  background: rgba(20, 30, 55, 0.7) !important;
  border-color: rgba(100, 116, 139, 0.5) !important;
}

/* Card text colors in dark mode */
body.dark-theme #promo-cards-section h4 {
  color: #e2e8f0 !important;
}

body.dark-theme #promo-cards-section p {
  color: #94a3b8 !important;
}

/* Tech-stack strip */
body.dark-theme #tech-stack-strip {
  background: rgba(15, 23, 42, 0.6) !important;
  border-color: rgba(71, 85, 105, 0.3) !important;
}

body.dark-theme #tech-stack-strip span {
  color: #94a3b8 !important;
}

body.dark-theme #tech-stack-strip img {
  filter: brightness(0) invert(1) opacity(0.7);
}

/* Hero text */
body.dark-theme .search-hero-heading {
  color: #f1f5f9 !important;
}

body.dark-theme #search-hero-section p {
  color: #94a3b8 !important;
}

/* Search results area */
body.dark-theme #rs-tabs-wrapper {
  border-color: rgba(71, 85, 105, 0.4) !important;
}

body.dark-theme .tab-button {
  color: #94a3b8 !important;
}

body.dark-theme .tab-button.active {
  color: #e2e8f0 !important;
  border-color: #60a5fa !important;
}

/* Filter panel */
body.dark-theme #rs-filter-panel {
  background: rgba(15, 23, 42, 0.9) !important;
  border-color: rgba(71, 85, 105, 0.4) !important;
}

/* Domain result cards */
body.dark-theme .domain-result-card,
body.dark-theme [class*="rounded-lg"][class*="border"][class*="bg-white"] {
  background: rgba(15, 23, 42, 0.7) !important;
  border-color: rgba(71, 85, 105, 0.4) !important;
}

/* Load more button */
body.dark-theme #load-more-btn {
  background: rgba(30, 41, 59, 0.6) !important;
  border-color: rgba(71, 85, 105, 0.5) !important;
  color: #e2e8f0 !important;
}

body.dark-theme #load-more-btn:hover {
  background: rgba(30, 41, 59, 0.8) !important;
  border-color: rgba(100, 116, 139, 0.6) !important;
}

/* Body text color override */
body.dark-theme {
  color: #e2e8f0 !important;
}

/* Loader dark mode */
body.dark-theme .sidemex-loader {
  background: #0b1120 !important;
}

/* ========================================
   SEARCH BUTTON — loading spinner fix (desktop)
   Force spinner onto GPU compositor thread so
   animation never freezes during DOM work.
   ======================================== */
#search-btn {
  min-width: 180px; /* prevent width collapse when text changes */
  justify-content: center;
  transition: opacity 0.15s ease;
}

@media (max-width: 639px) {
  #search-btn {
    min-width: 110px;
  }
}

#search-btn:disabled {
  opacity: 0.85;
  cursor: wait;
}

#search-btn .loading-spinner {
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: smx-spin 0.6s linear infinite;
  /* Force GPU compositing — immune to main-thread jank */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  flex-shrink: 0;
}

@keyframes smx-spin {
  to { transform: translateZ(0) rotate(360deg); }
}

/* ——— inline style block 3 of 4 ——— */
/* Cart overlay mobile fix — disable heavy backdrop-filter on phones */
@media (max-width: 640px) {
  #cartDrawer #cartOverlay {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(15, 23, 42, 0.25) !important;
  }
  /* Ensure cart panel can open on mobile — override any !important transforms */
  #cartDrawer aside.cart-open {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}

/* ——— inline style block 4 of 4 ——— */
@keyframes smxNF{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
#smx-nudge{max-width:min(360px,calc(100vw - 20px));will-change:transform,opacity,top;backface-visibility:hidden;transform:translateZ(0);}
#smx-nudge-close:hover{background:rgba(255,255,255,.25)!important;}
#ndg-cta:hover{transform:scale(1.03);box-shadow:0 4px 14px rgba(0,0,0,.15);}
#ndg-cta:active{transform:scale(.97);}
#ndg-skip:hover{color:rgba(255,255,255,.9)!important;}