/* =========================
   RESPONSIVE GLOBAL
========================= */

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}

/* IMÁGENES */

img{
    max-width:100%;
    height:auto;
    display:block;
}

/* VIDEOS */

video,
iframe{
    max-width:100%;
}

/* CONTENEDORES */

.container,
.wrapper,
.content,
.section{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}

/* HEADER */

.site-header{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    padding:16px 24px;
}

.site-header nav{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

/* LOGO */

.brand-logo{
    max-width:100%;
    height:62px;
}

/* BOTONES */

button,
.btn,
a.btn{
    min-height:48px;
    border:none;
    cursor:pointer;
    transition:.25s;
}

/* INPUTS */

input,
select,
textarea{
    width:100%;
    max-width:100%;
}

/* GRID PRODUCTOS */

.products-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:24px;
}

/* CARDS */

.product-card,
.cart-card,
.paypal-card,
.auth-card{
    width:100%;
}

/* TEXTO */

h1{
    font-size:clamp(32px,5vw,70px);
}

h2{
    font-size:clamp(26px,4vw,52px);
}

h3{
    font-size:clamp(20px,3vw,34px);
}

p,
a,
button,
input,
select,
textarea{
    font-size:clamp(14px,1.5vw,17px);
}

/* TABLAS */

table{
    width:100%;
    overflow:auto;
    display:block;
}

/* RESPONSIVE TABLET */

@media(max-width:991px){

    .site-header{
        padding:14px 18px;
    }

    .site-header nav{
        gap:14px;
    }

    .paypal-card,
    .cart-card{
        padding:28px;
    }

    .brand-logo{
        height:56px;
    }

}

/* RESPONSIVE MÓVIL */

@media(max-width:768px){

    body{
        font-size:15px;
    }

    .site-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .site-header nav{
        width:100%;
        justify-content:flex-start;
    }

    .brand-logo{
        height:50px;
    }

    .paypal-title{
        font-size:38px !important;
    }

    .paypal-price{
        font-size:42px !important;
    }

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

    .cart-actions .btn{
        width:100%;
    }

    .product-card{
        padding:18px;
    }

    .product-card img{
        height:220px;
        object-fit:cover;
    }

}

/* TELÉFONOS PEQUEÑOS */

@media(max-width:480px){

    .site-header{
        padding:12px;
    }

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

    .brand-logo{
        height:44px;
    }

    .paypal-card,
    .cart-card,
    .auth-card{
        padding:20px !important;
        border-radius:22px;
    }

    .paypal-title{
        font-size:32px !important;
    }

    .paypal-price{
        font-size:34px !important;
    }

    .cart-pill{
        transform:scale(.9);
    }

    button,
    .btn{
        width:100%;
    }

}

/* PANTALLAS MUY GRANDES */

@media(min-width:1800px){

    body{
        font-size:18px;
    }

    .container,
    .wrapper{
        max-width:1700px;
    }

}

:root{

    --bg:#050505;

    --panel:#0f0f10;
    --panel2:#171717;

    --gold:#c8a45d;
    --gold2:#f3d18b;

    --text:#ffffff;
    --muted:#cfcfcf;

    --danger:#c0392b;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:"Segoe UI",Arial,sans-serif;

    background:
    linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.78)),
    url('https://images.unsplash.com/photo-1558030006-450675393462?q=80&w=1600&auto=format&fit=crop')
    center center/cover no-repeat fixed;

    color:var(--text);

    min-height:100vh;
}

/* HEADER */

.site-header{

    position:sticky;
    top:0;
    z-index:100;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px 6vw;

    background:rgba(0,0,0,.88);

    backdrop-filter:blur(14px);

    border-bottom:1px solid rgba(255,255,255,.06);
}

.brand{

    display:flex;
    align-items:center;
    gap:14px;

    color:#fff;
    text-decoration:none;

    font-weight:900;
    font-size:30px;
}

.brand-mark{

    width:46px;
    height:46px;

    border-radius:50%;

    border:1px solid var(--gold);

    display:flex;
    align-items:center;
    justify-content:center;

    color:var(--gold2);

    font-size:20px;
    font-weight:900;
}

.site-header nav{

    display:flex;
    align-items:center;
    gap:20px;
}

.site-header nav a{

    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.cart-pill{

    background:var(--gold);
    color:#000;

    padding:4px 10px;

    border-radius:999px;

    font-size:14px;
    font-weight:900;
}

/* HERO */

.hero-home{

    min-height:100vh;

    display:flex;
    align-items:center;

    padding:80px 6vw;
}

.hero-inner{

    width:100%;

    display:grid;
    grid-template-columns:1.1fr .8fr;

    gap:60px;

    align-items:center;
}

.hero-content h1{

    font-size:clamp(60px,7vw,110px);

    line-height:.95;

    margin:24px 0;

    font-weight:900;
}

.eyebrow{

    display:inline-flex;

    background:rgba(243,209,139,.14);

    border:1px solid rgba(243,209,139,.2);

    color:var(--gold2);

    padding:10px 18px;

    border-radius:999px;

    font-size:14px;
    font-weight:800;
}

.lead{

    font-size:24px;

    color:var(--muted);

    line-height:1.6;

    max-width:700px;

    margin-bottom:36px;
}

/* PANELS */

.hero-card,
.cart-item,
.cart-summary,
.features article,
.auth-box,
.empty-cart{

    background:
    linear-gradient(145deg,
    rgba(15,15,16,.96),
    rgba(8,8,8,.96));

    border:1px solid rgba(255,255,255,.06);

    border-radius:30px;

    box-shadow:
    0 30px 90px rgba(0,0,0,.5);
}

/* HERO CARD */

.hero-card{

    padding:24px;
}

.hero-card img{

    width:100%;
    border-radius:24px;

    object-fit:cover;
}

.hero-card h2{

    font-size:34px;

    margin:22px 0 12px;
}

.hero-card p{

    color:var(--muted);

    line-height:1.6;
}

.hero-card strong{

    display:block;

    margin-top:20px;

    font-size:34px;

    color:var(--gold2);
}

/* BUTTONS */

.btn{

    border:none;
    outline:none;

    display:inline-flex;
    justify-content:center;
    align-items:center;

    border-radius:999px;

    padding:16px 28px;

    text-decoration:none;

    font-size:16px;
    font-weight:900;

    cursor:pointer;

    transition:.2s;
}

.btn:hover{

    transform:translateY(-2px);
}

.btn-primary{

    background:
    linear-gradient(135deg,var(--gold2),var(--gold));

    color:#000;
}

.btn-outline{

    background:transparent;

    border:1px solid rgba(255,255,255,.12);

    color:#fff;
}

.btn-danger{

    background:var(--danger);

    color:#fff;
}

.full{

    width:100%;
}

/* FEATURES */

.features{

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:24px;

    padding:20px 6vw 80px;
}

.features article{

    padding:30px;
}

.features h3{

    color:var(--gold2);

    font-size:24px;

    margin-bottom:14px;
}

.features p{

    color:var(--muted);

    line-height:1.7;
}

/* CART */

.page-wrap{

    max-width:1180px;

    margin:auto;

    padding:60px 6vw;
}

.page-wrap h1{

    font-size:62px;

    margin-bottom:34px;
}

.cart-item{

    display:flex;
    align-items:center;
    gap:28px;

    padding:28px;

    margin-bottom:24px;
}

.cart-item img{

    width:130px;
    height:130px;

    object-fit:cover;

    border-radius:24px;
}

.cart-info{

    flex:1;
}

.cart-info h2{

    font-size:34px;

    margin-bottom:12px;
}

.cart-info p{

    color:var(--muted);

    line-height:1.6;

    margin-bottom:16px;
}

.cart-info strong{

    font-size:30px;

    color:var(--gold2);
}

.qty-box{

    display:flex;
    align-items:center;
    gap:14px;
}

.qty-btn,
.trash-btn{

    width:50px;
    height:50px;

    border:none;

    border-radius:16px;

    font-size:24px;
    font-weight:900;

    cursor:pointer;

    transition:.2s;
}

.qty-btn{

    background:
    linear-gradient(135deg,var(--gold2),var(--gold));

    color:#000;
}

.trash-btn{

    background:var(--danger);

    color:#fff;
}

.qty-btn:hover,
.trash-btn:hover{

    transform:scale(1.08);
}

.qty-number{

    min-width:56px;

    text-align:center;

    padding:12px 16px;

    border-radius:16px;

    background:#050505;

    border:1px solid rgba(255,255,255,.08);

    font-size:24px;
    font-weight:900;

    color:var(--gold2);
}

.cart-summary{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:32px;
}

.cart-summary span{

    color:var(--muted);

    font-size:20px;
}

.cart-summary strong{

    font-size:36px;

    color:var(--gold2);
}

/* AUTH */

.auth-box{

    max-width:560px;

    margin:70px auto;

    padding:48px;
}

.auth-box h1{

    text-align:center;

    font-size:52px;

    margin-bottom:14px;
}

.auth-subtitle{

    text-align:center;

    color:var(--muted);

    line-height:1.6;

    margin-bottom:28px;
}

.social-login{

    display:grid;

    gap:14px;

    margin-bottom:26px;
}

.social-btn{

    display:flex;
    justify-content:center;
    align-items:center;

    height:56px;

    border-radius:999px;

    background:#fff;

    color:#000;

    text-decoration:none;

    font-weight:900;
}

.auth-divider{

    display:flex;
    align-items:center;

    gap:14px;

    margin:20px 0;
}

.auth-divider span{

    flex:1;

    height:1px;

    background:rgba(255,255,255,.08);
}

.auth-divider p{

    color:var(--muted);

    font-size:14px;
}

.auth-box form{

    display:grid;

    gap:18px;
}

.auth-box label{

    color:var(--gold2);

    font-weight:800;
}

.auth-box input{

    width:100%;
    height:56px;

    margin-top:8px;

    padding:0 18px;

    border-radius:16px;

    border:1px solid rgba(255,255,255,.08);

    background:#050505;

    color:#fff;

    font-size:16px;

    outline:none;
}

.auth-box input:focus{

    border-color:var(--gold);
}

.register-bottom{

    margin-top:28px;

    display:flex;
    justify-content:center;
    gap:8px;
}

.register-bottom span{

    color:var(--muted);
}

.register-bottom a{

    color:var(--gold2);

    text-decoration:none;

    font-weight:800;
}

/* EMPTY */

.empty-cart{

    text-align:center;

    padding:50px;
}

.empty-cart h2{

    font-size:42px;

    margin-bottom:14px;
}

.empty-cart p{

    color:var(--muted);

    margin-bottom:24px;
}

/* FOOTER */

.footer{

    text-align:center;

    padding:34px 6vw;

    color:var(--muted);

    border-top:1px solid rgba(255,255,255,.06);
}

/* MODAL */

.login-modal{

    position:fixed;
    inset:0;

    width:100vw;
    height:100vh;

    background:rgba(0,0,0,.72);

    z-index:999999;

    display:none;
    align-items:center;
    justify-content:center;

    padding:20px;
}

.login-modal.active{

    display:flex;
}

.login-modal-box{

    position:relative;

    max-width:460px;
    width:100%;

    background:
    linear-gradient(145deg,#111,#050505);

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:40px;

    text-align:center;
}

.login-modal-box h2{

    font-size:36px;

    margin-bottom:14px;
}

.login-modal-box p{

    color:var(--muted);

    line-height:1.6;

    margin-bottom:26px;
}

.login-modal-actions{

    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}

.login-modal-close{

    position:absolute;

    top:14px;
    right:16px;

    width:36px;
    height:36px;

    border:none;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    font-size:24px;

    cursor:pointer;
}

/* RESPONSIVE */

@media(max-width:900px){

    .hero-inner{
        grid-template-columns:1fr;
    }

    .features{
        grid-template-columns:1fr;
    }

    .cart-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .cart-summary{
        flex-direction:column;
        gap:24px;
        align-items:flex-start;
    }

    .hero-content h1{
        font-size:64px;
    }

    .lead{
        font-size:20px;
    }
}

.auth-box a,
.auth-box a:visited,
.auth-box a:hover,
.auth-box a:active{

    color:var(--gold2) !important;

    text-decoration:none;

    font-weight:800;

    transition:.2s;
}

.auth-box a:hover{

    color:#fff !important;
}

.register-bottom{

    margin-top:28px;

    display:flex;
    justify-content:center;
    align-items:center;

    gap:8px;

    flex-wrap:wrap;

    text-align:center;
}

.register-bottom span{

    color:var(--muted);
}

.auth-links{

    margin-top:22px;

    display:flex;
    justify-content:center;
    align-items:center;

    gap:12px;

    flex-wrap:wrap;

    text-align:center;
}

.auth-links a{

    color:var(--gold2) !important;

    font-weight:800;

    text-decoration:none;
}

.auth-links .dot{

    color:rgba(255,255,255,.28);
}

.account-wrap{
    max-width:1100px;
    margin:0 auto;
    padding:70px 6vw;
}

.account-head{
    text-align:center;
    margin-bottom:44px;
}

.account-head h1{
    font-size:52px;
    margin-bottom:12px;
}

.account-head p{
    color:var(--muted);
    font-size:18px;
}

.account-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:24px;
}

.account-card{
    background:linear-gradient(145deg,rgba(15,15,16,.96),rgba(8,8,8,.96));
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:30px;
    box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.account-card.premium{
    border-color:rgba(243,209,139,.35);
}

.card-top{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
    margin-bottom:16px;
}

.account-card h2{
    font-size:28px;
}

.account-card p{
    color:var(--muted);
    line-height:1.6;
    margin-bottom:18px;
}

.status{
    padding:8px 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:900;
}

.status.active{
    background:rgba(46,204,113,.14);
    color:#6dff9d;
    border:1px solid rgba(46,204,113,.35);
}

.status.inactive{
    background:rgba(255,255,255,.08);
    color:var(--muted);
    border:1px solid rgba(255,255,255,.12);
}

.sub-info{
    display:grid;
    gap:6px;
    margin-bottom:20px;
}

.sub-info strong{
    font-size:30px;
    color:var(--gold2);
}

.sub-info span{
    color:var(--muted);
}

.orders-count{
    display:inline-flex;
    color:var(--gold2);
    font-weight:900;
}

@media(max-width:900px){
    .account-grid{
        grid-template-columns:1fr;
    }
}

.nav-register{
    color:#000 !important;
    background:linear-gradient(135deg,var(--gold2),var(--gold));
    padding:10px 18px;
    border-radius:999px;
    font-weight:900;
}

.admin-orders{
    display:grid;
    gap:22px;
}

.admin-order-card{
    background:linear-gradient(145deg,rgba(15,15,16,.96),rgba(8,8,8,.96));
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:28px;
    display:grid;
    grid-template-columns:1fr 1.3fr .7fr;
    gap:24px;
}

.admin-order-card h2{
    font-size:26px;
    margin-bottom:8px;
}

.admin-order-card strong{
    color:var(--gold2);
}

.admin-order-card p{
    color:var(--muted);
    line-height:1.6;
}

@media(max-width:900px){
    .admin-order-card{
        grid-template-columns:1fr;
    }
}

.nav-admin{
    color:#000 !important;
    background:linear-gradient(135deg,#ffffff,var(--gold2));
    padding:10px 18px;
    border-radius:999px;
    font-weight:900;
}

.hero-home{
    min-height:calc(100vh - 86px);
    display:flex;
    align-items:center;
    position:relative;
}

.hero-inner{
    width:100%;
    display:grid;
    grid-template-columns:1.1fr .8fr;
    gap:60px;
    align-items:center;
    padding:80px 6vw;
    position:relative;
    z-index:2;
}

.hero-content,
.hero-card{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
}

.hero-content{
    max-width:820px;
}

.hero-content h1{
    color:#fff;
    font-size:clamp(58px,7vw,104px);
    line-height:.94;
    font-weight:900;
}

.lead{
    color:#e8e8e8;
    font-size:24px;
}

@media(max-width:900px){
    .hero-inner{
        grid-template-columns:1fr;
    }
}

.password-box{
    position:relative;
}

.password-box input{
    padding-right:56px;
}

.eye-btn{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    background:transparent;
    border:none;
    color:#fff;
    font-size:20px;
    cursor:pointer;
}

.password-strength{
    width:100%;
    height:8px;
    background:rgba(255,255,255,.08);
    border-radius:999px;
    margin-top:10px;
    overflow:hidden;
}

.password-strength div{
    height:100%;
    width:0%;
    border-radius:999px;
    transition:.25s;
}

.strength-text{
    display:block;
    margin-top:8px;
    color:var(--muted);
    font-size:13px;
}

.password-match-message{
    display:block;
    margin-top:8px;
    font-size:13px;
    font-weight:700;
}

.payment-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    align-items:center;
}

.paypal-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 28px;
    border-radius:999px;
    background:#ffffff;
    color:#003087 !important;
    text-decoration:none;
    font-weight:900;
    border:1px solid rgba(255,255,255,.12);
}

.paypal-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
    background:
    linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.86)),
    url('https://images.unsplash.com/photo-1558030006-450675393462?q=80&w=1600&auto=format&fit=crop')
    center/cover no-repeat;
}

.paypal-card{
    max-width:560px;
    width:100%;
    background:linear-gradient(145deg,#111,#050505);
    border:1px solid rgba(255,255,255,.08);
    border-radius:32px;
    padding:42px;
    text-align:center;
    box-shadow:0 30px 90px rgba(0,0,0,.65);
}

.paypal-card h1{
    font-size:42px;
    margin-bottom:16px;
}

.paypal-card p{
    color:var(--muted);
    line-height:1.6;
    margin-bottom:26px;
}

.paypal-card strong{
    color:var(--gold2);
    font-size:26px;
}

.paypal-card small{
    display:block;
    margin-top:20px;
    color:var(--muted);
}

.paypal-back{
    display:inline-block;
    margin-bottom:24px;
    color:var(--gold2);
    text-decoration:none;
    font-weight:800;
}

.payment-actions{
    display:flex;
    gap:14px;
    align-items:center;
    flex-wrap:wrap;
}

.paypal-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:190px;
    padding:16px 28px;
    border-radius:999px;
    background:#ffffff;
    color:#003087 !important;
    text-decoration:none !important;
    font-weight:900;
    font-size:16px;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
    transition:.2s ease;
}


.paypal-btn:hover{
    transform:translateY(-2px);
    background:#f5f7ff;
}

.paypal-premium-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
    background:
    linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.9)),
    url('https://images.unsplash.com/photo-1558030006-450675393462?q=80&w=1600&auto=format&fit=crop')
    center/cover no-repeat fixed;
}

.paypal-premium-card{
    width:100%;
    max-width:560px;
    background:linear-gradient(145deg,rgba(15,15,16,.97),rgba(0,0,0,.97));
    border:1px solid rgba(255,255,255,.1);
    border-radius:32px;
    padding:42px;
    text-align:center;
    box-shadow:0 30px 90px rgba(0,0,0,.7);
}

.paypal-back{
    display:inline-block;
    margin-bottom:24px;
    color:var(--gold2);
    text-decoration:none;
    font-weight:800;
}

.paypal-premium-card h1{
    font-size:44px;
    margin-bottom:10px;
}

.paypal-subtitle{
    color:var(--muted);
    font-size:18px;
}

.paypal-price{
    margin:22px 0;
    color:var(--gold2);
    font-size:36px;
    font-weight:900;
}

.paypal-price span{
    font-size:18px;
    color:var(--muted);
}

.paypal-box{
    background:#fff;
    border-radius:24px;
    padding:22px;
    margin-top:24px;
}

.paypal-note{
    margin-top:22px;
    color:var(--muted);
    font-size:14px;
    line-height:1.6;
}

.store-page{
    padding:90px 6vw;
    background:
    linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.92)),
    url('https://images.unsplash.com/photo-1558030006-450675393462?q=80&w=1600&auto=format&fit=crop')
    center/cover fixed;
}

.store-head{
    max-width:850px;
    margin:0 auto 50px;
    text-align:center;
}

.store-head span{
    display:inline-flex;
    padding:9px 18px;
    border-radius:999px;
    background:rgba(243,209,139,.14);
    color:var(--gold2);
    font-weight:900;
}

.store-head h1{
    font-size:clamp(46px,7vw,86px);
    margin:18px 0 12px;
}

.store-head p{
    color:var(--muted);
    font-size:20px;
    line-height:1.6;
}

.store-grid{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.store-card{
    background:linear-gradient(145deg,rgba(14,14,14,.97),rgba(0,0,0,.98));
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 28px 80px rgba(0,0,0,.45);
}

.store-img{
    height:210px;
    overflow:hidden;
}

.store-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.35s;
}

.store-card:hover img{
    transform:scale(1.06);
}

.store-info{
    padding:26px;
}

.store-info h2{
    font-size:25px;
    margin-bottom:10px;
}

.store-info p{
    color:var(--muted);
    line-height:1.5;
    min-height:68px;
}

.store-price{
    color:var(--gold2);
    font-size:28px;
    font-weight:900;
    margin:20px 0;
}

.store-price small{
    color:var(--muted);
    font-size:15px;
}

.store-form label{
    color:#fff;
    font-weight:900;
}

.store-form select{
    width:100%;
    margin:10px 0 18px;
    padding:15px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.12);
    background:#050505;
    color:#fff;
    font-weight:900;
}

@media(max-width:1050px){
    .store-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:680px){
    .store-grid{
        grid-template-columns:1fr;
    }
}

.brand{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.brand-logo{
    height:62px;
    width:auto;
    object-fit:contain;
    display:block;
    transition:.3s ease;
}

.brand-logo:hover{
    transform:scale(1.03);
}

