/* --- Hero Section --- */
.disc-hero {
    background-color: #fff;
    color: white;
    padding: 100px 0;
    position: relative;
    border-bottom: 6px solid var(--color-1);
}
.hr-hdisc {
    background: #f7f4ef !important;
}
.disc-hero h1 {
    color: white;
}
.pink-highlight {
    color: var(--color-1);
}

/* --- DISC Quadrant Cards --- */
.disc-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border-top: 4px solid var(--color-1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.disc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(216, 27, 96, 0.15);
}
.disc-letter {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1b1625;
    margin-bottom: 15px;
    line-height: 1;
}
.disc-letter h4{
    font-family: var(--font-01);
}
.disc-letter p{
    font-family: var(--font-02);
}
/* --- Benefit Rows --- */
.benefit-icon-box {
    width: 70px;
    height: 70px;
    background-color: #c9af5d73;
    color: var(--color-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

/* --- CTA Banner --- */
.cta-banner {
    background: #c73188;
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
}
.cta-banner::before {
    content: "";
    position: absolute;
    width: 530px;
    height: 530px;
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 50%;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
}
.cta-banner h2 {
    color: white;
    font-family: var(--font-01);
}
.btn-brand-light {
    background-color: white;
    color: var(--color-1);
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.btn-brand-light:hover {
    background-color: #1b1625;
    color: white;
}
.hr-hdisc h4 {
    font-family: var(--font-01);
    font-size: 18px;
}
.hr-hdisc p {
    font-family: var(--font-02);
    font-size: 16px;
}
.hr-science-section p{
    font-family: var(--font-02);
}






.disc-section {
    padding: 0px 0px 60px;
    position: relative;
    overflow: hidden;
}

.disc-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.disc-content{
    flex:1;
    min-width:320px;
}

.disc-tag{
    display:inline-block;
    background:#f3d9b1;
    color:#7a4d18;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}



.disc-content h2 span{
    color:var(--color-1);
}

.disc-content p {
    color: #212529;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0px;
    font-family: var(--font-02);
}

.disc-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin:15px 0;
}

.disc-item {
    background: #fff;
    padding: 20px 10PX;
    border-radius: 18px;
    display: flex;
    gap: 5px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .4s;
}

.disc-item:hover{
    transform:translateY(-6px);
}

.disc-item span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c98a3d;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.disc-item h4{
    margin:0;
    color:#222;
    font-size:18px;
}

.disc-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 5px;
}

.disc-btn{
    display:inline-block;
    margin-top:15px;
    padding:15px 30px;
    background:#c98a3d;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.disc-btn:hover{
    background:#222;
}

.disc-visual{
    flex:1;
    min-width:320px;
    display:flex;
    justify-content:center;
}

.disc-card-top{
    width:430px;
    height:430px;
    position:relative;
    border-radius:40px;
    background:linear-gradient(135deg,#1f1f1f,#343434);
    box-shadow:0 25px 60px rgba(0,0,0,.2);
    overflow:hidden;
}

.disc-card:before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-80px;
    right:-60px;
}

.disc-circle{
    position:absolute;
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    font-weight:700;
    box-shadow:0 15px 30px rgba(0,0,0,.2);
}

.disc-d{
    background:#d65a5a;
    top:50px;
    left:60px;
}

.disc-i{
    background:#f1a94e;
    top:60px;
    right:60px;
}

.disc-s{
    background:#4caf8b;
    bottom:60px;
    left:70px;
}

.disc-c{
    background:#6d7be8;
    bottom:60px;
    right:70px;
}

.disc-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    padding: 65px;
    border-radius: 25px;
}

.disc-center h3{
    color:#fff;
    font-size:42px;
    margin:0;
}

.disc-center p{
    color:#ddd;
    margin-top:10px;
}

@media(max-width:991px){

    .disc-container{
        flex-direction:column;
    }

    .disc-content h2{
        font-size:40px;
    }

    .disc-card{
        width:360px;
        height:360px;
    }

    .disc-grid{
        grid-template-columns:1fr;
    }
}