:root{
    --qtc-bg:#fffafa;
    --qtc-card:#ffffff;
    --qtc-pink:#fff4f6;
    --qtc-pink2:#f8e8ec;
    --qtc-border:#eadfe2;
    --qtc-text:#191516;
    --qtc-muted:#6f686a;
    --qtc-accent:#a75d70;
    --qtc-dark:#2b2224;
}


/* ==========================================================
   QTCV2_MOBILE_FINALIZATION_V1
   Consolidated page-shell authority.
   Single V2 stylesheet only.
   ========================================================== */

body.page-id-50360 .site-content > .ast-container{
    max-width:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

body.page-id-50360 #primary{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
}

body.page-id-50360 #main,
body.page-id-50360 article#post-50360,
body.page-id-50360 article#post-50360 > .entry-content{
    width:100% !important;
    max-width:none !important;
    margin-top:0 !important;
    padding-top:0 !important;
}

.qtcv2{
    width:min(1180px,calc(100% - 36px));
    margin:0 auto 60px;
    color:var(--qtc-text);
}

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

.qtcv2-hero{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
    gap:42px;
    align-items:center;
    padding:44px 0 38px;
}

.qtcv2-eyebrow{
    margin:0 0 12px;
    color:var(--qtc-accent);
    font-size:12px;
    font-weight:750;
    letter-spacing:.18em;
}

.qtcv2 h1,
.qtcv2 h2,
.qtcv2 h3{
    color:var(--qtc-text);
}

.qtcv2 h1{
    max-width:760px;
    margin:0;
    font-size:clamp(42px,5.5vw,68px);
    line-height:.99;
    letter-spacing:-.045em;
}

.qtcv2-lead{
    max-width:680px;
    margin:20px 0 0;
    color:var(--qtc-muted);
    font-size:17px;
    line-height:1.7;
}

.qtcv2-actions{
    display:flex;
    gap:10px;
    margin-top:25px;
}

.qtcv2-btn{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 20px;
    border:1px solid var(--qtc-border);
    border-radius:999px;
    background:#fff;
    color:var(--qtc-text)!important;
    font-weight:700;
    text-decoration:none!important;
}

.qtcv2-btn-primary{
    background:var(--qtc-dark);
    border-color:var(--qtc-dark);
    color:#fff!important;
}

.qtcv2-hero-guide{
    padding:30px;
    border:1px solid var(--qtc-border);
    border-radius:24px;
    background:linear-gradient(145deg,#fff,#fff5f7);
}

.qtcv2-guide-kicker{
    margin-bottom:8px;
    color:var(--qtc-accent);
    font-size:11px;
    font-weight:750;
    letter-spacing:.17em;
}

.qtcv2-hero-guide > strong{
    display:block;
    margin-bottom:22px;
    font-size:24px;
    line-height:1.18;
}

.qtcv2-guide-row{
    display:flex;
    align-items:center;
    gap:13px;
    padding:14px 0;
    border-top:1px solid var(--qtc-border);
    color:var(--qtc-muted);
}

.qtcv2-guide-row span,
.qtcv2-number,
.qtcv2 .qtcv2-step > span{
    width:38px !important;
    height:38px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 38px !important;
    border-radius:12px !important;
    background:var(--qtc-pink2) !important;
    color:var(--qtc-accent) !important;
    font-size:10px !important;
    font-weight:750 !important;
}

.qtcv2-trust{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:9px;
    margin-bottom:64px;
}

.qtcv2-trust > div{
    min-height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    border:1px solid var(--qtc-border);
    border-radius:16px;
    background:#fff;
    font-size:13px;
    text-align:center;
}

.qtcv2-section{
    margin-bottom:72px;
}

.qtcv2-section-head{
    max-width:800px;
    margin-bottom:24px;
}

.qtcv2-section h2,
.qtcv2-fit h2{
    margin:0;
    font-size:clamp(30px,4vw,45px);
    line-height:1.04;
    letter-spacing:-.03em;
}

.qtcv2-section-head p,
.qtcv2-fit p{
    margin:12px 0 0;
    color:var(--qtc-muted);
    line-height:1.7;
}

.qtcv2-path-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}

.qtcv2-path{
    min-height:145px;
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:15px;
    align-items:center;
    padding:22px;
    border:1px solid var(--qtc-border);
    border-radius:20px;
    background:#fff;
    color:var(--qtc-text)!important;
    text-decoration:none!important;
}

.qtcv2-path strong{
    display:block;
    margin-bottom:7px;
    font-size:18px;
}

.qtcv2-path small{
    display:block;
    color:var(--qtc-muted);
    font-size:13px;
    line-height:1.5;
}

.qtcv2-path b{
    color:var(--qtc-accent);
    font-size:20px;
}

.qtcv2-featured{
    padding:34px;
    border:1px solid var(--qtc-border);
    border-radius:24px;
    background:var(--qtc-pink);
}

.qtcv2-featured .products{
    margin-bottom:0!important;
}

.qtcv2-steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

/* QTCV2_STEP_CARD_FINAL_AUTHORITY_V1 */
.qtcv2 .qtcv2-steps > .qtcv2-step{
    display:block !important;
    box-sizing:border-box !important;
    min-width:0 !important;
    margin:0 !important;
    padding:22px !important;
    border:1px solid var(--qtc-border) !important;
    border-radius:18px !important;
    background:#fff !important;
}

.qtcv2 .qtcv2-step > span{
    margin-bottom:16px !important;
}

.qtcv2-steps h3{
    margin:0 0 8px;
    font-size:17px;
}

.qtcv2-steps p{
    margin:0;
    color:var(--qtc-muted);
    font-size:13px;
    line-height:1.6;
}

.qtcv2-fit{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:24px;
    align-items:center;
    margin-bottom:72px;
    padding:30px;
    border:1px solid var(--qtc-border);
    border-radius:22px;
    background:#fff8fa;
}

.qtcv2-faq{
    display:grid;
    gap:9px;
}

.qtcv2-faq details{
    padding:0 18px;
    border:1px solid var(--qtc-border);
    border-radius:15px;
    background:#fff;
}

.qtcv2-faq summary{
    cursor:pointer;
    padding:17px 30px 17px 0;
    font-weight:700;
}

.qtcv2-faq p{
    margin:0;
    padding:0 0 18px;
    color:var(--qtc-muted);
    line-height:1.65;
}

.qtcv2-boundary{
    margin-top:18px;
    padding:18px 20px;
    border-radius:16px;
    background:var(--qtc-pink);
    color:var(--qtc-muted);
    font-size:13px;
    line-height:1.65;
}

@media(max-width:900px){

    .qtcv2-hero{
        grid-template-columns:1fr 1fr;
        gap:28px;
    }

    .qtcv2-path-grid,
    .qtcv2-steps{
        grid-template-columns:repeat(2,1fr);
    }

    .qtcv2-trust{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:680px){

    body.page-id-50360
    #ast-mobile-header
    .ast-below-header-wrap,

    body.page-id-50360
    #ast-mobile-header
    .ast-below-header-bar,

    body.page-id-50360
    #ast-mobile-header
    .site-below-header-wrap{
        display:none !important;
        height:0 !important;
        min-height:0 !important;
        margin:0 !important;
        padding:0 !important;
        border:0 !important;
    }

    body.page-id-50360 #content,
    body.page-id-50360 #content > .ast-container,
    body.page-id-50360 #primary,
    body.page-id-50360 #main,
    body.page-id-50360 article#post-50360,
    body.page-id-50360 article#post-50360 > .entry-content{
        margin-top:0 !important;
        padding-top:0 !important;
    }

    body.page-id-50360 #moderncart-floating-cart{
        width:50px !important;
        height:50px !important;
        right:8px !important;
        left:auto !important;
        bottom:max(14px,env(safe-area-inset-bottom)) !important;
        transform:none !important;
    }

    body.page-id-50360
    #moderncart-floating-cart
    .moderncart-floating-cart-button{
        width:50px !important;
        min-width:50px !important;
        max-width:50px !important;
        height:50px !important;
        min-height:50px !important;
        max-height:50px !important;
        padding:0 !important;
        margin:0 !important;
        transform:none !important;
    }

    body.page-id-50360
    #moderncart-floating-cart
    .moderncart-floating-cart-icon svg{
        width:22px !important;
        height:22px !important;
    }

    .qtcv2{
        width:calc(100% - 28px);
        margin-bottom:38px;
    }

    .qtcv2-hero{
        grid-template-columns:1fr;
        gap:16px;
        padding:12px 0 24px;
    }

    .qtcv2 h1{
        font-size:clamp(32px,8.7vw,36px);
        line-height:1.02;
    }

    .qtcv2-lead{
        margin-top:14px;
        font-size:14px;
        line-height:1.62;
    }

    .qtcv2-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:9px;
        margin-top:18px;
    }

    .qtcv2-btn{
        width:100%;
        min-height:44px;
        padding:9px 10px;
        font-size:12px;
    }

    .qtcv2-hero-guide{
        padding:20px;
        border-radius:20px;
    }

    .qtcv2-hero-guide > strong{
        font-size:20px;
    }

    .qtcv2-trust{
        gap:8px;
        margin-bottom:44px;
    }

    .qtcv2-trust > div{
        min-height:58px;
        padding:9px 7px;
        font-size:11px;
    }

    .qtcv2-section{
        margin-bottom:54px;
    }

    .qtcv2-section h2,
    .qtcv2-fit h2{
        font-size:30px;
    }

    .qtcv2-path-grid,
    .qtcv2-steps{
        grid-template-columns:1fr;
        gap:10px;
    }

    .qtcv2-path{
        min-height:0;
        padding:16px 15px;
        border-radius:17px;
    }

    .qtcv2 .qtcv2-steps > .qtcv2-step{
        min-height:0 !important;
        padding:18px 16px !important;
    }

    .qtcv2 .qtcv2-step > span{
        margin-bottom:12px !important;
    }

    .qtcv2-featured{
        padding:20px 13px;
        border-radius:21px;
    }

    .qtcv2-featured .products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .qtcv2-fit{
        grid-template-columns:1fr;
        padding:22px 20px;
    }
}
