html,body{
    margin:0;
    padding:0;
    background:#050505;
    color:#f4ead7;
    font-family:Arial, Helvetica, sans-serif;
}

*{
    box-sizing:border-box;
}

.lp-guide-page{
    min-height:100vh;
    background:#050505;
}

.lp-guide-wrapper{
    min-height:100vh;
    background:
        linear-gradient(rgba(0,0,0,.38), rgba(0,0,0,.38)),
        url('/assets/img/guia-fondo.png') center top / cover no-repeat;
    background-attachment:fixed;
}

.lp-guide-content{
    width:min(1400px, calc(100% - 40px));
    margin:0 auto;
    padding-top:180px;
    padding-bottom:190px;
}

.lp-guide-section{
    margin-top:26px;
}

.lp-section-heading{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
    padding:0 4px;
}

.lp-section-icon{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    border:1px solid rgba(255,122,0,.55);
    border-radius:14px;
    background:rgba(255,122,0,.08);
    font-size:28px;
}

.lp-section-heading h2{
    margin:0;
    color:#fff;
    font-size:28px;
    text-transform:uppercase;
}

.lp-section-heading p{
    margin:4px 0 0;
    color:#ff9b3d;
    font-size:15px;
}

.lp-guide-intro{
    margin:0 0 35px;
    padding:34px 40px;
    border:1px solid rgba(255,122,0,.42);
    border-radius:18px;
    background:rgba(8,8,8,.82);
    backdrop-filter:blur(4px);
    box-shadow:0 0 35px rgba(0,0,0,.55);
}

.lp-guide-intro h1{
    margin:12px 0 18px;
    color:#fff;
    font-size:46px;
    text-transform:uppercase;
    line-height:1;
}

.lp-guide-intro p{
    margin:0 0 16px;
    color:#e2d8c8;
    font-size:19px;
    line-height:1.7;
    max-width:900px;
}

.lp-guide-intro p:last-child{
    margin-bottom:0;
}

.lp-guide-intro strong{
    color:#ff9b3d;
}

.lp-guide-card{
    display:grid;
    grid-template-columns:520px 1fr;
    gap:0;
    overflow:hidden;
    min-height:315px;
    border:1px solid rgba(255,122,0,.48);
    border-radius:18px;
    background:rgba(8,8,8,.82);
    backdrop-filter:blur(4px);
    box-shadow:0 0 35px rgba(0,0,0,.65);
}

.lp-guide-card-media{
    position:relative;
    min-height:315px;
    background:#111;
}

.lp-guide-card-media video,
.lp-guide-card-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.lp-guide-card-body{
    padding:32px 38px;
}

.lp-card-label{
    display:inline-block;
    margin-bottom:10px;
    padding:5px 10px;
    border:1px solid rgba(255,122,0,.45);
    border-radius:999px;
    color:#ff9b3d;
    background:rgba(255,122,0,.08);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.lp-guide-card h3{
    margin:0 0 10px;
    color:#fff;
    font-size:32px;
    text-transform:uppercase;
}

.lp-guide-card p{
    margin:0 0 16px;
    max-width:760px;
    color:#e2d8c8;
    font-size:18px;
    line-height:1.55;
}

.lp-guide-points{
    margin:0 0 22px;
    padding-left:20px;
    color:#d8d0c3;
    font-size:15px;
    line-height:1.55;
}

.lp-guide-points li::marker{
    color:#ff7a00;
}

.lp-guide-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 18px;
    border:1px solid rgba(255,122,0,.8);
    border-radius:10px;
    color:#ff9b3d;
    background:linear-gradient(180deg, rgba(255,122,0,.15), rgba(255,122,0,.05));
    text-decoration:none;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.lp-guide-link:hover{
    color:#050505;
    background:#ff7a00;
}

.lp-detail-content{
    max-width:1200px;
}

.lp-back-link{
    display:inline-flex;
    margin-bottom:18px;
    color:#ff9b3d;
    text-decoration:none;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.lp-back-link:hover{
    color:#fff;
}

.lp-detail-hero,
.lp-feature-panel,
.lp-fast-info,
.lp-step-card,
.lp-tip-box,
.lp-command-box{
    border:1px solid rgba(255,122,0,.42);
    border-radius:18px;
    background:rgba(8,8,8,.84);
    backdrop-filter:blur(4px);
    box-shadow:0 0 35px rgba(0,0,0,.55);
}

.lp-detail-hero{
    margin-bottom:22px;
    padding:34px 38px;
}

.lp-detail-hero h1{
    margin:0 0 12px;
    color:#fff;
    font-size:44px;
    line-height:1.05;
    text-transform:uppercase;
}

.lp-detail-hero p,
.lp-feature-panel p,
.lp-tip-box p{
    margin:0;
    max-width:920px;
    color:#e2d8c8;
    font-size:18px;
    line-height:1.6;
}

.lp-detail-video{
    overflow:hidden;
    margin-bottom:22px;
    border:1px solid rgba(255,122,0,.48);
    border-radius:18px;
    background:#000;
    box-shadow:0 0 35px rgba(0,0,0,.65);
}

.lp-detail-video video{
    display:block;
    width:100%;
    max-height:680px;
    background:#000;
}

.lp-feature-panel,
.lp-fast-info,
.lp-tip-box,
.lp-command-box{
    margin-bottom:22px;
    padding:28px 32px;
}

.lp-feature-panel h2,
.lp-fast-info h2,
.lp-step-card h2,
.lp-tip-box h2,
.lp-command-box h2{
    margin:0 0 12px;
    color:#fff;
    font-size:25px;
    text-transform:uppercase;
}

.lp-fast-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:12px;
}

.lp-fast-grid div{
    padding:14px 16px;
    border:1px solid rgba(255,122,0,.25);
    border-radius:12px;
    background:rgba(255,122,0,.06);
    color:#e2d8c8;
}

.lp-fast-grid strong,
.lp-step-card strong,
.lp-tip-box strong{
    color:#ff9b3d;
}

.lp-steps{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:22px;
}

.lp-step-card{
    padding:26px 30px;
}

.lp-step-number{
    display:inline-block;
    margin-bottom:10px;
    color:#ff9b3d;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.lp-step-card p{
    margin:12px 0 0;
    color:#e2d8c8;
    font-size:16px;
    line-height:1.55;
}

code{
    display:inline-block;
    padding:7px 11px;
    border:1px solid rgba(255,122,0,.45);
    border-radius:9px;
    color:#ff9b3d;
    background:#090909;
    font-weight:800;
}

.lp-tip-box{
    border-color:rgba(255,122,0,.75);
    background:linear-gradient(180deg, rgba(255,122,0,.12), rgba(7,7,7,.96));
}

.lp-tip-box p + p{
    margin-top:12px;
}

.lp-command-row{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:16px;
    align-items:center;
    padding:13px 0;
    border-top:1px solid rgba(255,255,255,.08);
    color:#e2d8c8;
}

.lp-command-row:first-of-type{
    border-top:0;
}

.lp-command-row code{
    width:max-content;
}

.lp-guide-wrapper-detail{
    background:
        linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
        url('/assets/img/guia-fondo.png') center top / cover no-repeat !important;
    background-attachment:fixed !important;
}

.lp-guide-wrapper-detail .lp-guide-content{
    padding-top:80px;
    padding-bottom:120px;
}

.lp-home-button{
    margin-bottom:20px;
}

.lp-home-button a{
    display:inline-block;
    padding:12px 20px;
    border:1px solid rgba(255,122,0,.8);
    border-radius:10px;
    color:#ff9b3d;
    background:linear-gradient(180deg, rgba(255,122,0,.15), rgba(255,122,0,.05));
    text-decoration:none;
    font-weight:800;
    text-transform:uppercase;
}

.lp-home-button a:hover{
    background:#ff7a00;
    color:#050505;
}

@media (max-width:900px){
    .lp-guide-wrapper,
    .lp-guide-wrapper-detail{
        background-attachment:scroll !important;
        background-position:center top;
    }

    .lp-guide-content{
        width:calc(100% - 24px);
        padding-top:120px;
        padding-bottom:150px;
    }

    .lp-guide-card{
        grid-template-columns:1fr;
    }

    .lp-guide-card-media{
        min-height:230px;
    }

    .lp-guide-card-body{
        padding:24px;
    }

    .lp-guide-card h3{
        font-size:25px;
    }

    .lp-detail-hero{
        padding:26px;
    }

    .lp-detail-hero h1{
        font-size:32px;
    }

    .lp-fast-grid,
    .lp-steps{
        grid-template-columns:1fr;
    }

    .lp-command-row{
        grid-template-columns:1fr;
    }

    .lp-guide-intro{
        padding:26px;
    }

    .lp-guide-intro h1{
        font-size:34px;
    }

    .lp-guide-intro p{
        font-size:17px;
    }
}

@media (max-width:520px){
    .lp-guide-content{
        padding-top:90px;
    }

    .lp-section-heading{
        align-items:flex-start;
    }

    .lp-section-heading h2{
        font-size:22px;
    }

    .lp-guide-card p{
        font-size:16px;
    }
}