.ip13-reprise{
    background:#ffffff;
    color:#f5f7fb;
}

.ip13-reprise .container{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
}

.ip13-reprise .eyebrow{
    margin:0 0 15px;
    color:#5578ff;
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
}

.ip13-reprise-hero{
    padding:90px 0 85px;
    overflow:hidden;
    background:radial-gradient(circle at 78% 40%,rgba(102,137,255,.14),transparent 34%),
        #ffffff;
}

.ip13-reprise-hero__grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
    gap:70px;
    align-items:center;
}

.ip13-reprise-hero h1{
    margin:0;
    color:#151515;
    font-size:clamp(3.2rem,6vw,6rem);
    line-height:.94;
    font-weight:950;
    letter-spacing:-.055em;
}

.ip13-reprise-hero h1 span{
    display:block;
    color:#6689ff;
}

.ip13-reprise-hero__lead{
    max-width:690px;
    margin:28px 0 0;
    color:#b1aec0;
    font-size:1rem;
    line-height:1.75;
}

.ip13-reprise-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:30px;
}

.ip13-reprise-btn{
    display:inline-flex;
    min-height:50px;
    align-items:center;
    justify-content:center;
    padding:12px 19px;
    border-radius:10px;
    text-decoration:none;
    font-size:.78rem;
    font-weight:900;
}

.ip13-reprise-btn--primary{
    color:#fff;
    border:1px solid rgba(102,137,255,.65);
    background:linear-gradient(135deg,#1d3fd1,#2b52e0);
    box-shadow:0 14px 35px rgba(29,63,209,.22);
}

.ip13-reprise-btn--secondary{
    color:#151515;
    border:1px solid rgba(0, 0, 0,.1);
    background:rgba(255,255,255,.035);
}

.ip13-reprise-facts{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:38px;
}

.ip13-reprise-facts div{
    padding:14px;
    border:1px solid rgba(0, 0, 0,.07);
    border-radius:10px;
    background:rgba(255,255,255,.022);
}

.ip13-reprise-facts strong,
.ip13-reprise-facts span{
    display:block;
}

.ip13-reprise-facts strong{
    color:#151515;
    font-size:.78rem;
}

.ip13-reprise-facts span{
    margin-top:4px;
    color:#5b6472;
    font-size:.66rem;
}

.ip13-reprise-hero__visual{
    display:grid;
    place-items:center;
    min-height:390px;
}

.ip13-reprise-device{
    position:relative;
    width:min(340px,80vw);
    height:235px;
    border:1px solid rgba(102,137,255,.35);
    border-radius:18px;
    background:radial-gradient(circle at 50% 50%,rgba(102,137,255,.17),transparent 45%),
        #ffffff;
    box-shadow:0 0 60px rgba(102,137,255,.14);
}

.ip13-reprise-device__screen{
    position:absolute;
    inset:20px;
    display:grid;
    place-items:center;
    border:1px solid rgba(102,137,255,.22);
    border-radius:10px;
    color:#2f5fff;
    font-size:1.1rem;
    font-weight:900;
    letter-spacing:.12em;
}

.ip13-reprise-device__base{
    position:absolute;
    bottom:-38px;
    left:50%;
    width:180px;
    height:30px;
    border-radius:0 0 16px 16px;
    background:#ffffff;
    transform:translateX(-50%);
}

.ip13-reprise-section{
    padding:80px 0;
}

.ip13-reprise-section--dark{
    background:#ffffff;
    border-top:1px solid rgba(0, 0, 0,.045);
    border-bottom:1px solid rgba(0, 0, 0,.045);
}

.ip13-reprise .section-heading{
    max-width:760px;
    margin:0 auto 38px;
}

.ip13-reprise .section-heading--center{
    text-align:center;
}

.ip13-reprise .section-heading h2,
.ip13-reprise-content-grid h2,
.ip13-reprise-cta h2{
    margin:0;
    color:#151515;
    font-size:clamp(2rem,4vw,3.2rem);
    line-height:1.05;
    letter-spacing:-.045em;
}

.ip13-reprise .section-heading > p:last-child{
    margin:17px auto 0;
    color:#6b7280;
    line-height:1.7;
}

.ip13-reprise-cards,
.ip13-reprise-process{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:13px;
}

.ip13-reprise-cards article,
.ip13-reprise-process article{
    padding:24px;
    border:1px solid rgba(0, 0, 0,.075);
    border-radius:14px;
    background:#ffffff;
}

.ip13-reprise-cards article > span,
.ip13-reprise-process article > strong{
    display:inline-flex;
    min-width:43px;
    min-height:31px;
    align-items:center;
    justify-content:center;
    padding:0 10px;
    border:1px solid rgba(102,137,255,.72);
    border-radius:8px;
    background:linear-gradient(135deg,rgba(102,137,255,.23),rgba(76,29,149,.2));
    color:#dbe4ff;
    font-size:.7rem;
    font-weight:900;
}

.ip13-reprise-cards h3,
.ip13-reprise-process h3{
    margin:19px 0 9px;
    color:#151515;
    font-size:1.05rem;
}

.ip13-reprise-cards p,
.ip13-reprise-process p{
    margin:0;
    color:#5b6472;
    font-size:.82rem;
    line-height:1.65;
}

.ip13-reprise-content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(350px,.85fr);
    gap:70px;
    align-items:center;
}

.ip13-reprise-content-grid > div:first-child > p:not(.eyebrow){
    color:#a19dad;
    line-height:1.8;
}

.ip13-reprise-list{
    display:grid;
    gap:10px;
}

.ip13-reprise-list > div{
    display:grid;
    grid-template-columns:34px 1fr;
    gap:13px;
    padding:17px;
    border:1px solid rgba(0, 0, 0,.07);
    border-radius:11px;
    background:#ffffff;
}

.ip13-reprise-list span{
    display:grid;
    width:30px;
    height:30px;
    place-items:center;
    border-radius:8px;
    background:rgba(102,137,255,.13);
    color:#2f5fff;
    font-weight:900;
}

.ip13-reprise-list p{
    margin:0;
    color:#888596;
    font-size:.79rem;
    line-height:1.55;
}

.ip13-reprise-list strong{
    display:block;
    margin-bottom:3px;
    color:#151515;
}

.ip13-reprise-faq{
    max-width:900px;
    margin:0 auto;
}

.ip13-reprise-faq details{
    border-bottom:1px solid rgba(0, 0, 0,.075);
}

.ip13-reprise-faq summary{
    position:relative;
    padding:20px 45px 20px 0;
    color:#151515;
    cursor:pointer;
    font-weight:800;
    list-style:none;
}

.ip13-reprise-faq summary::-webkit-details-marker{
    display:none;
}

.ip13-reprise-faq summary::after{
    content:"+";
    position:absolute;
    top:17px;
    right:5px;
    color:#6689ff;
    font-size:1.35rem;
}

.ip13-reprise-faq details[open] summary::after{
    content:"−";
}

.ip13-reprise-faq details p{
    margin:-3px 0 20px;
    color:#5b6472;
    line-height:1.7;
}

.ip13-reprise-cta{
    padding:0 0 85px;
}

.ip13-reprise-cta__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
    padding:38px;
    border:1px solid rgba(102,137,255,.25);
    border-radius:17px;
    background:#ffffff;
}

.ip13-reprise-cta__inner > div{
    max-width:700px;
}

.ip13-reprise-cta__inner p:last-child{
    margin:14px 0 0;
    color:#6b7280;
    line-height:1.65;
}

@media(max-width:1000px){
    .ip13-reprise-hero__grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .ip13-reprise-cards,
    .ip13-reprise-process{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .ip13-reprise-content-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
}

@media(max-width:650px){
    .ip13-reprise .container{
        width:calc(100% - 24px);
    }

    .ip13-reprise-hero{
        padding:55px 0 60px;
    }

    .ip13-reprise-hero h1{
        font-size:clamp(2.6rem,13vw,4rem);
    }

    .ip13-reprise-actions{
        display:grid;
    }

    .ip13-reprise-btn{
        width:100%;
    }

    .ip13-reprise-facts{
        grid-template-columns:1fr;
    }

    .ip13-reprise-cards,
    .ip13-reprise-process{
        grid-template-columns:1fr;
    }

    .ip13-reprise-section{
        padding:58px 0;
    }

    .ip13-reprise-cta__inner{
        display:grid;
        padding:25px 20px;
    }
}
