/* store.adictospanel.com — catálogo AdictosPanel */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;1,9..40,400&family=Syne:wght@600;700;800&display=swap');

:root {
    --st-bg0: #070b14;
    --st-bg1: #0e1628;
    --st-ink: #e8edf7;
    --st-muted: #9aa8c3;
    --st-accent: #fca311;
    --st-accent-2: #ffd56a;
    --st-line: rgba(252, 163, 17, 0.28);
    --st-card: rgba(18, 28, 48, 0.85);
    --st-radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

.st-body {
    margin: 0;
    min-height: 100vh;
    color: var(--st-ink);
    font-family: 'DM Sans', system-ui, sans-serif;
    background:
        radial-gradient(ellipse 90% 60% at 10% -10%, rgba(252, 163, 17, 0.18), transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 0%, rgba(56, 110, 220, 0.22), transparent 50%),
        linear-gradient(180deg, var(--st-bg1) 0%, var(--st-bg0) 40%, #05070c 100%);
    background-attachment: fixed;
}

.st-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.1rem 1.35rem;
}

.st-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--st-ink);
    text-decoration: none;
    font-family: Syne, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.st-logo em {
    font-style: normal;
    color: var(--st-accent);
    font-weight: 800;
}

.st-logo-mark {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--st-accent-2), var(--st-accent));
    color: #111;
    font-weight: 800;
    font-family: Syne, sans-serif;
}

.st-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.st-nav a {
    color: var(--st-muted);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
}

.st-nav a:hover { color: var(--st-ink); }

.st-nav-cta {
    padding: 0.45rem 0.9rem !important;
    border-radius: 999px;
    background: rgba(252, 163, 17, 0.15);
    border: 1px solid var(--st-line);
    color: var(--st-accent) !important;
}

.st-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 1.35rem 3.5rem;
}

.st-hero {
    padding: 2.5rem 0 2rem;
    max-width: 38rem;
    animation: st-rise 0.55s ease both;
}

.st-hero h1 {
    margin: 0.35rem 0 0.75rem;
    font-family: Syne, sans-serif;
    font-weight: 800;
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.st-eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--st-accent);
}

.st-lead {
    margin: 0;
    color: var(--st-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.st-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.1rem;
    margin-top: 0.5rem;
}

.st-card {
    position: relative;
    padding: 1.25rem 1.2rem 1.1rem;
    border-radius: var(--st-radius);
    background: var(--st-card);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    animation: st-rise 0.6s ease both;
}

.st-card:nth-child(2) { animation-delay: 0.06s; }
.st-card:nth-child(3) { animation-delay: 0.12s; }
.st-card:nth-child(4) { animation-delay: 0.18s; }

.st-card.is-featured {
    border-color: var(--st-line);
    background:
        linear-gradient(160deg, rgba(252, 163, 17, 0.12), transparent 55%),
        var(--st-card);
}

.st-card h2 {
    margin: 0.5rem 0 0.35rem;
    font-family: Syne, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.st-card h2 a {
    color: inherit;
    text-decoration: none;
}

.st-card h2 a:hover { color: var(--st-accent); }

.st-card-sub {
    margin: 0;
    color: var(--st-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.st-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.15rem;
}

.st-badge {
    display: inline-block;
    padding: 0.22rem 0.55rem;
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111;
    background: linear-gradient(135deg, var(--st-accent-2), var(--st-accent));
}

.st-price {
    font-weight: 700;
    color: var(--st-accent-2);
}

.st-price-lg {
    font-size: 1.35rem;
    margin: 0.75rem 0 1.25rem;
}

.st-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.65rem 1.15rem;
    border-radius: 10px;
    border: 1px solid transparent;
    font: inherit;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.st-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.st-btn-primary {
    color: #111;
    background: linear-gradient(135deg, var(--st-accent-2), var(--st-accent));
}

.st-btn-primary:hover:not(:disabled) {
    transform: translateY(-1px);
}

.st-btn-ghost {
    color: var(--st-ink);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.14);
}

.st-btn-ghost:hover {
    border-color: var(--st-line);
    color: var(--st-accent);
}

.st-product {
    max-width: 40rem;
    padding: 1.5rem 0 2rem;
    animation: st-rise 0.5s ease both;
}

.st-back {
    margin: 0 0 1rem;
}

.st-back a {
    color: var(--st-muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.st-back a:hover { color: var(--st-accent); }

.st-prose p {
    color: var(--st-muted);
    line-height: 1.6;
    margin: 0 0 0.85rem;
}

.st-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
}

.st-checkout-msg {
    margin-top: 1rem;
    color: #ff8a8a;
    font-size: 0.9rem;
}

.st-checkout-msg.is-ok { color: #8dffb0; }

.st-footer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1.35rem 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--st-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.st-footer a { color: var(--st-accent); }
.st-footer code {
    font-size: 0.85em;
    color: var(--st-accent-2);
}

.st-empty { color: var(--st-muted); }

@keyframes st-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 640px) {
    .st-nav a:not(.st-nav-cta) { display: none; }
    .st-hero { padding-top: 1.25rem; }
}
