
/* =========================
CONTAINER
========================= */

.terms-container{
    width:100%;
}

/* =========================
HERO
========================= */

.terms-hero{
    margin-bottom:32px;
}

.terms-hero-box{

    background:white;

    border-radius:32px;

    padding:50px;

    box-shadow:0 10px 35px rgba(0,0,0,0.04);
}

.terms-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#ede9fe;

    color:#6d28d9;

    padding:12px 20px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:24px;
}

.terms-hero h1{

    font-size:72px;

    line-height:1.1;

    font-family:'Poppins',sans-serif;

    margin-bottom:20px;

    color:#111827;
}

.terms-hero h1 span{
    color:#6d28d9;
}

.terms-updated{

    display:flex;

    align-items:center;

    gap:10px;

    color:#6d28d9;

    font-weight:600;

    margin-bottom:24px;
}

.terms-hero p{

    font-size:21px;

    line-height:1.9;

    color:#64748b;

    max-width:900px;
}

/* =========================
GRID
========================= */

.terms-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;
}

/* =========================
CARD
========================= */

.terms-card{

    background:white;

    border-radius:30px;

    padding:32px;

    border:1px solid #ede9fe;

    transition:0.3s ease;
}

.terms-card:hover{
    transform:translateY(-5px);
}

.terms-card-top{

    display:flex;

    gap:18px;
}

.terms-number{

    min-width:55px;

    height:55px;

    border-radius:18px;

    background:#6d28d9;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    font-size:20px;
}

.terms-card h3{

    font-size:30px;

    line-height:1.3;

    margin-bottom:16px;

    font-family:'Poppins',sans-serif;

    color:#111827;
}

.terms-card p,
.terms-card li{

    color:#64748b;

    line-height:1.9;

    font-size:17px;
}

.terms-card ul{

    margin-top:12px;

    padding-left:22px;
}

.terms-space{
    margin-top:18px;
}

.terms-highlight{

    background:#f5f3ff;

    padding:16px 18px;

    border-radius:18px;

    margin-top:22px;

    color:#6d28d9;

    font-weight:600;

    line-height:1.8;
}

/* =========================
CONTACT
========================= */

.terms-contact-box{

    margin-top:35px;

    background:linear-gradient(135deg,#ede9fe,#f5f3ff);

    padding:35px;

    border-radius:32px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:24px;

    flex-wrap:wrap;
}

.terms-contact-left{

    display:flex;

    align-items:center;

    gap:18px;
}

.terms-contact-icon{

    width:78px;

    height:78px;

    border-radius:24px;

    background:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;
}

.terms-contact-left h2{

    font-size:38px;

    margin-bottom:8px;

    font-family:'Poppins',sans-serif;
}

.terms-contact-left p{

    color:#64748b;

    line-height:1.8;

    max-width:650px;
}

.terms-contact-btn{

    background:#6d28d9;

    color:white;

    padding:18px 32px;

    border-radius:18px;

    font-weight:600;

    transition:0.3s ease;

    display:inline-flex;

    align-items:center;

    justify-content:center;
}

.terms-contact-btn:hover{
    background:#5b21b6;
}

/* =========================
TABLET
========================= */

@media(max-width:1100px){

.terms-grid{
    grid-template-columns:1fr;
}

}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

.terms-hero-box{

    padding:28px 22px;

    border-radius:24px;
}

.terms-badge{

    width:100%;

    justify-content:center;

    font-size:14px;
}

.terms-hero h1{

    font-size:42px;

    line-height:1.2;
}

.terms-updated{
    font-size:14px;
}

.terms-hero p{

    font-size:16px;

    line-height:1.8;
}

.terms-grid{
    gap:18px;
}

.terms-card{

    padding:22px 18px;

    border-radius:24px;
}

.terms-card-top{
    gap:14px;
}

.terms-number{

    min-width:42px;

    height:42px;

    border-radius:14px;

    font-size:16px;
}

.terms-card h3{

    font-size:24px;

    margin-bottom:12px;
}

.terms-card p,
.terms-card li{

    font-size:15px;

    line-height:1.8;
}

.terms-highlight{

    padding:14px 15px;

    border-radius:16px;

    font-size:14px;
}

.terms-contact-box{

    padding:24px 18px;

    border-radius:24px;

    align-items:flex-start;
}

.terms-contact-left{

    flex-direction:column;

    align-items:flex-start;

    gap:14px;
}

.terms-contact-icon{

    width:60px;

    height:60px;

    border-radius:18px;

    font-size:28px;
}

.terms-contact-left h2{

    font-size:28px;
}

.terms-contact-left p{
    font-size:15px;
}

.terms-contact-btn{

    width:100%;
}
}
