/* ABOUT PAGE HERO */
.home-redesign.page-about .about-page-hero{
    position:relative;
    padding:110px 0 90px;
    background:
        linear-gradient(rgba(16,40,75,.80), rgba(16,40,75,.78)),
        url("../Foto/banner/yeni-dorse.jpeg") center center / cover no-repeat;
    overflow:hidden;
}

.home-redesign.page-about .about-page-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at top left, rgba(49,181,225,.22), transparent 28%);
    pointer-events:none;
}

.home-redesign.page-about .about-page-hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:0 auto;
}

.home-redesign.page-about .about-page-hero-content h1{
    margin:18px 0 18px;
    color:#fff;
    font-size:48px;
    line-height:1.14;
    font-weight:800;
    letter-spacing:-.02em;
}

.home-redesign.page-about .about-page-hero-content p{
    max-width:760px;
    margin:0 auto;
    color:rgba(255,255,255,.88);
    font-size:17px;
    line-height:1.85;
}

.home-redesign.page-about .about-hero-breadcrumb{
    margin:28px 0 0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}

.home-redesign.page-about .about-hero-breadcrumb li{
    color:rgba(255,255,255,.92);
    font-size:14px;
    font-weight:600;
}

.home-redesign.page-about .about-hero-breadcrumb li a{
    color:#fff;
    text-decoration:none;
}

.home-redesign.page-about .about-hero-breadcrumb li a:hover{
    color:#31b5e1;
}

.home-redesign.page-about .about-hero-breadcrumb li:not(:last-child)::after{
    content:"/";
    margin-left:10px;
    color:rgba(255,255,255,.55);
}

/* ABOUT COMPANY SECTION */
.home-redesign.page-about .about-company-section{
    padding:90px 0 48px;
    background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
}

.home-redesign.page-about .about-visual-card{
    position:relative;
    padding:28px;
    border-radius:28px;
    overflow:hidden;
    background:
        radial-gradient(circle at top left, rgba(49,181,225,.16), transparent 34%),
        linear-gradient(135deg,#f8fbff 0%,#eef4fb 48%,#f4f8fc 100%);
    border:1px solid rgba(16,40,75,.08);
    box-shadow:0 24px 50px rgba(16,40,75,.10);
}

.home-redesign.page-about .about-visual-glow{
    position:absolute;
    right:-50px;
    top:-50px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(49,181,225,.22) 0%, rgba(49,181,225,0) 72%);
    pointer-events:none;
}

.home-redesign.page-about .about-visual-image{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:330px;
    margin-bottom:22px;
}

.home-redesign.page-about .about-visual-image img{
    width:100%;
    max-width:430px;
    height:auto;
    border-radius:22px;
    object-fit:cover;
    box-shadow:0 18px 34px rgba(16,40,75,.14);
}

.home-redesign.page-about .about-visual-badges{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.home-redesign.page-about .about-visual-badge{
    padding:16px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.90);
    border:1px solid rgba(16,40,75,.08);
    box-shadow:0 10px 24px rgba(16,40,75,.06);
}

.home-redesign.page-about .about-visual-badge strong{
    display:block;
    color:#0f6abf;
    font-size:18px;
    font-weight:800;
    margin-bottom:6px;
}

.home-redesign.page-about .about-visual-badge span{
    color:#10284b;
    font-size:13px;
    line-height:1.5;
    font-weight:600;
}

.home-redesign.page-about .about-content-panel{
    padding:10px 0 10px 22px;
}

.home-redesign.page-about .about-content-panel h2{
    margin:18px 0 18px;
    color:#10284b;
    font-size:40px;
    line-height:1.18;
    font-weight:800;
    letter-spacing:-.02em;
}

.home-redesign.page-about .about-content-panel p{
    margin:0 0 16px;
    color:#5b6675;
    font-size:16px;
    line-height:1.9;
}

.home-redesign.page-about .about-feature-list{
    margin:24px 0 28px;
    padding:0;
    list-style:none;
}

.home-redesign.page-about .about-feature-list li{
    position:relative;
    margin-bottom:14px;
    padding-left:28px;
    color:#10284b;
    font-size:16px;
    line-height:1.8;
    font-weight:600;
}

.home-redesign.page-about .about-feature-list li::before{
    content:"";
    position:absolute;
    left:0;
    width:12px;
    height:12px;
    border-radius:50%;
    background:linear-gradient(135deg,#0f6abf 0%,#31b5e1 100%);
    box-shadow:0 0 0 4px rgba(49,181,225,.12);
}

.home-redesign.page-about .about-action-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

/* STATS BAND */
.home-redesign.page-about .about-stats-band{
    padding:0 0 90px;
    background:#fff;
}

.home-redesign.page-about .about-stat-card{
    height: 100%;
    padding: 28px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ebf7fb 0%, #f5f9ff 20%);
    border: 2px solid rgba(16, 40, 75, .08);
    box-shadow: 0 16px 34px rgba(16, 40, 75, .06);
    text-align: center;
    transition: .28s ease;
}

.home-redesign.page-about .about-stat-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 44px rgba(16,40,75,.10);
    border-color:rgba(49,181,225,.22);
}

.home-redesign.page-about .about-stat-card strong{
    display:block;
    margin-bottom:10px;
    color:#0f6abf;
    font-size:28px;
    line-height:1.2;
    font-weight:800;
}

.home-redesign.page-about .about-stat-card span{
    display:block;
    color:#5b6675;
    font-size:14px;
    line-height:1.7;
    font-weight:600;
}

/* CERTIFICATES */
.home-redesign.page-about .about-certificates-section{
    padding:92px 0 100px;
    background:
        radial-gradient(circle at top left, rgba(49,181,225,.07), transparent 26%),
        linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
}

.home-redesign.page-about .about-section-title{
    max-width:860px;
    margin:0 auto 42px;
}

.home-redesign.page-about .about-section-title h2{
    margin:16px 0 14px;
    color:#10284b;
    font-size:40px;
    line-height:1.18;
    font-weight:800;
    letter-spacing:-.02em;
}

.home-redesign.page-about .about-certificates-wrap{
    padding:28px 22px;
    border-radius:28px;
    background:#fff;
    border:1px solid rgba(16,40,75,.08);
    box-shadow:0 18px 40px rgba(16,40,75,.07);
}

.home-redesign.page-about .about-certificates-wrap .oc-item a{
    display:block;
    padding:10px;
    border-radius:18px;
    background:#f9fbfd;
    border:1px solid rgba(16,40,75,.06);
    transition:.28s ease;
}

.home-redesign.page-about .about-certificates-wrap .oc-item a:hover{
    transform:translateY(-4px);
    border-color:rgba(49,181,225,.22);
    box-shadow:0 14px 24px rgba(16,40,75,.08);
}

.home-redesign.page-about .about-certificates-wrap .oc-item img{
    width:100%;
    border-radius:12px;
}

/* RESPONSIVE */
@media (max-width: 1199px){
    .home-redesign.page-about .about-page-hero-content h1{font-size:42px;}
    .home-redesign.page-about .about-content-panel h2{font-size:34px;}
    .home-redesign.page-about .about-section-title h2{font-size:34px;}
}

@media (max-width: 991px){
    .home-redesign.page-about .about-page-hero{
        padding:90px 0 70px;
    }

    .home-redesign.page-about .about-page-hero-content h1{
        font-size:36px;
    }

    .home-redesign.page-about .about-company-section{
        padding:72px 0 36px;
    }

    .home-redesign.page-about .about-content-panel{
        padding:32px 0 0;
    }

    .home-redesign.page-about .about-content-panel h2{
        font-size:30px;
    }

    .home-redesign.page-about .about-stats-band{
        padding:0 0 72px;
    }

    .home-redesign.page-about .about-stat-card{
        margin-bottom:18px;
    }

    .home-redesign.page-about .about-certificates-section{
        padding:72px 0 80px;
    }
}

@media (max-width: 575px){
    .home-redesign.page-about .about-page-hero{
        padding:82px 0 60px;
    }

    .home-redesign.page-about .about-page-hero-content h1{
        font-size:28px;
        line-height:1.2;
    }

    .home-redesign.page-about .about-page-hero-content p{
        font-size:15px;
        line-height:1.75;
    }

    .home-redesign.page-about .about-visual-card{
        padding:20px;
        border-radius:22px;
    }

    .home-redesign.page-about .about-visual-image{
        min-height:auto;
    }

    .home-redesign.page-about .about-visual-badges{
        grid-template-columns:1fr;
    }

    .home-redesign.page-about .about-content-panel h2{
        font-size:25px;
    }

    .home-redesign.page-about .about-action-row{
        flex-direction:column;
    }

    .home-redesign.page-about .about-action-row .hero-btn{
        width:100%;
        justify-content:center;
    }

    .home-redesign.page-about .about-section-title h2{
        font-size:28px;
    }

    .home-redesign.page-about .about-certificates-wrap{
        padding:20px 14px;
        border-radius:22px;
    }
}





.organizasyonlarimiz {
    position: relative;
    background:
        linear-gradient(rgba(62, 89, 124, 0.62), rgba(17, 38, 70, 0.62)),
        url(../../Foto/banner/Organization.jpg) no-repeat center center / cover;
    min-height: 550px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-redesign.page-organizations .organization-hero-content{
    max-width: 900px;
    margin: 0 auto;
}

.home-redesign.page-organizations .organization-hero-content h1{
    margin: 16px 0 16px;
    color: #fff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.02em;
}

.home-redesign.page-organizations .organization-hero-content p{
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.85;
}

.home-redesign.page-organizations .organization-hero-content ul li a,
.home-redesign.page-organizations .organization-hero-content ul li span{
    color: #fff !important;
}

/* INTRO */
.home-redesign.page-organizations .organization-intro-section{
    padding: 90px 0 60px;
    background: linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
}

.home-redesign.page-organizations .organization-intro-card{
    padding-right: 24px;
}

.home-redesign.page-organizations .organization-intro-card h2{
    margin: 16px 0 18px;
    color: #10284b;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.02em;
}

.home-redesign.page-organizations .organization-intro-card p{
    margin: 0 0 16px;
    color: #5b6675;
    font-size: 16px;
    line-height: 1.9;
}

.home-redesign.page-organizations .organization-feature-list{
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.home-redesign.page-organizations .organization-feature-list li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #10284b;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
}

.home-redesign.page-organizations .organization-feature-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg,#0f6abf 0%,#31b5e1 100%);
    box-shadow: 0 0 0 4px rgba(49,181,225,.12);
}

.home-redesign.page-organizations .organization-highlight-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.home-redesign.page-organizations .organization-highlight-item{
    padding: 24px 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(16,40,75,.08);
    box-shadow: 0 16px 34px rgba(16,40,75,.06);
    transition: .28s ease;
}

.home-redesign.page-organizations .organization-highlight-item:hover{
    transform: translateY(-6px);
    border-color: rgba(49,181,225,.22);
    box-shadow: 0 24px 44px rgba(16,40,75,.10);
}

.home-redesign.page-organizations .organization-highlight-item strong{
    display: block;
    margin-bottom: 10px;
    color: #0f6abf;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.home-redesign.page-organizations .organization-highlight-item span{
    display: block;
    color: #5b6675;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

/* GALLERY */
.home-redesign.page-organizations .organization-gallery-section{
    padding: 20px 0 90px;
    background: #fff;
}

.home-redesign.page-organizations .organization-gallery-title{
    max-width: 860px;
    margin: 0 auto 34px;
}

.home-redesign.page-organizations .organization-gallery-title h2{
    margin: 16px 0 14px;
    color: #10284b;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.02em;
}

.home-redesign.page-organizations .organization-event-block{
    padding: 30px 28px;
    border-radius: 28px;
    background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border: 1px solid rgba(16,40,75,.08);
    box-shadow: 0 18px 40px rgba(16,40,75,.07);
}

.home-redesign.page-organizations .organization-event-block h3{
    margin: 0 0 12px;
    color: #10284b;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}

.home-redesign.page-organizations .organization-event-text{
    margin: 0 0 20px;
    color: #5b6675;
    font-size: 15px;
    line-height: 1.85;
}

.home-redesign.page-organizations .organization-slider img{
    border-radius: 18px;
}

/* CTA */
.home-redesign.page-organizations .organization-contact-cta{
    padding: 0 0 100px;
    background: linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}

.home-redesign.page-organizations .organization-contact-cta-inner{
    padding: 48px 28px;
    border-radius: 30px;
    background: linear-gradient(135deg,#10284b 0%,#173863 100%);
    box-shadow: 0 24px 50px rgba(16,40,75,.18);
    position: relative;
    overflow: hidden;
}

.home-redesign.page-organizations .organization-contact-cta-inner::before{
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(49,181,225,.26) 0%, rgba(49,181,225,0) 72%);
    pointer-events: none;
}

.home-redesign.page-organizations .organization-contact-cta-inner h2{
    position: relative;
    z-index: 2;
    margin: 16px 0 14px;
    color: #fff;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.02em;
}

.home-redesign.page-organizations .organization-contact-cta-inner p{
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.85;
}

.home-redesign.page-organizations .organization-contact-actions{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

@media (max-width: 1199px){
    .home-redesign.page-organizations .organization-hero-content h1{
        font-size: 42px;
    }

    .home-redesign.page-organizations .organization-intro-card h2,
    .home-redesign.page-organizations .organization-gallery-title h2,
    .home-redesign.page-organizations .organization-contact-cta-inner h2{
        font-size: 32px;
    }
}

@media (max-width: 991px){
    .home-redesign.page-organizations .organization-intro-section{
        padding: 72px 0 44px;
    }

    .home-redesign.page-organizations .organization-intro-card{
        padding-right: 0;
        margin-bottom: 28px;
    }

    .home-redesign.page-organizations .organization-highlight-box{
        grid-template-columns: 1fr 1fr;
    }

    .home-redesign.page-organizations .organization-gallery-section{
        padding: 10px 0 72px;
    }

    .home-redesign.page-organizations .organization-contact-cta{
        padding: 0 0 80px;
    }
}

@media (max-width: 575px){
    .home-redesign.page-organizations .organization-hero-content h1{
        font-size: 28px;
        line-height: 1.2;
    }

    .home-redesign.page-organizations .organization-hero-content p{
        font-size: 15px;
        line-height: 1.75;
    }

    .home-redesign.page-organizations .organization-intro-card h2,
    .home-redesign.page-organizations .organization-gallery-title h2,
    .home-redesign.page-organizations .organization-contact-cta-inner h2{
        font-size: 24px;
    }

    .home-redesign.page-organizations .organization-highlight-box{
        grid-template-columns: 1fr;
    }

    .home-redesign.page-organizations .organization-event-block{
        padding: 22px 18px;
        border-radius: 22px;
    }

    .home-redesign.page-organizations .organization-contact-cta-inner{
        padding: 34px 20px;
        border-radius: 22px;
    }

    .home-redesign.page-organizations .organization-contact-actions{
        flex-direction: column;
    }

    .home-redesign.page-organizations .organization-contact-actions .hero-btn{
        width: 100%;
        justify-content: center;
    }
}

/* PAGE COUNSULTİNG*/


.home-redesign.page-consulting .consulting-hero-section {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
     background:
    linear-gradient(rgba(62, 89, 124, 0.62), rgba(17, 38, 70, 0.62)),
    url(../../Foto/banner/danismanlik.jpg) no-repeat center bottom/ cover;
    padding: 120px 0 80px;
}

.home-redesign.page-consulting .consulting-hero-content .section-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.home-redesign.page-consulting .consulting-hero-content h1 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
}

.home-redesign.page-consulting .consulting-hero-text {
    max-width: 760px;
    margin: 0 auto 20px;
    color: rgba(255,255,255,.92);
    font-size: 18px;
    line-height: 1.85;
}

.home-redesign.page-consulting .consulting-hero-content ul li a,
.home-redesign.page-consulting .consulting-hero-content ul li span {
    color: #fff !important;
}

.home-redesign.page-consulting .consulting-intro-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.home-redesign.page-consulting .consulting-intro-media {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(16, 40, 75, 0.12);
}

.home-redesign.page-consulting .consulting-intro-media img {
    width: 100%;
    display: block;
    min-height: 520px;
    object-fit: cover;
}

.home-redesign.page-consulting .consulting-intro-content {
    padding-left: 28px;
}

.home-redesign.page-consulting .section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(49, 181, 225, 0.12);
    color: #0f6abf;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-redesign.page-consulting .section-title-refined,
.home-redesign.page-consulting .consulting-intro-content h2 {
    margin: 0 0 18px;
    color: #10284b;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.home-redesign.page-consulting .section-subtitle,
.home-redesign.page-consulting .consulting-intro-content p {
    color: #5b6675;
    font-size: 16px;
    line-height: 1.85;
}

.home-redesign.page-consulting .consulting-intro-content p {
    margin-bottom: 16px;
}

.home-redesign.page-consulting .consulting-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
    margin-bottom: 28px;
}

.home-redesign.page-consulting .consulting-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f4f8fc;
    color: #10284b;
    font-size: 17px;
    font-weight: 800;
}

.home-redesign.page-consulting .consulting-feature-item i {
    color: #0f6abf;
    font-size: 16px;
}

.home-redesign.page-consulting .consulting-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
}

.home-redesign.page-consulting .consulting-importance-section {
    padding: 30px 0 90px;
    background: #ffffff;
}

.home-redesign.page-consulting .section-heading-wrap {
    margin-bottom: 36px;
}

.home-redesign.page-consulting .section-subtitle {
    max-width: 760px;
    margin: 0 auto;
}

.home-redesign.page-consulting .consulting-info-card,
.home-redesign.page-consulting .consulting-service-card {
    height: 100%;
    padding: 32px 28px;
    border-radius: 24px;
    background: #fff;
       border: 3px solid rgba(16, 40, 75, 0.08);
    box-shadow: 0 18px 40px rgb(0 0 0 / 7%);
    transition: transform .35s ease, box-shadow .35s ease;
}

.home-redesign.page-consulting .consulting-info-card:hover,
.home-redesign.page-consulting .consulting-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 54px rgba(16, 40, 75, 0.14);
}

.home-redesign.page-consulting .consulting-card-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10284b 0%, #0f6abf 100%);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 12px 24px rgba(15, 106, 191, 0.22);
}

.home-redesign.page-consulting .consulting-info-card h3,
.home-redesign.page-consulting .consulting-service-card h3,
.home-redesign.page-consulting .consulting-process-step h3 {
    margin-bottom: 14px;
    color: #10284b;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
}

.home-redesign.page-consulting .consulting-info-card p,
.home-redesign.page-consulting .consulting-service-card p,
.home-redesign.page-consulting .consulting-process-step p {
    margin-bottom: 0;
    color: #5b6675;
    font-size: 15px;
    line-height: 1.8;
}

.home-redesign.page-consulting .consulting-services-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef5fb 100%);
}

.home-redesign.page-consulting .consulting-service-grid {
    row-gap: 28px;
}

.home-redesign.page-consulting .consulting-process-section {
    padding: 90px 0;
    background: #fff;
}

.home-redesign.page-consulting .consulting-process-step {
    position: relative;
    height: 100%;
    padding: 30px 26px;
    border-radius: 24px;
    background: #f8fbfe;
    border: 1px solid rgba(16, 40, 75, 0.08);
    box-shadow: 0 14px 34px rgba(16, 40, 75, 0.06);
}

.home-redesign.page-consulting .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #31b5e1 0%, #0f6abf 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(49, 181, 225, 0.25);
}

.home-redesign.page-consulting .consulting-cta-section {
    padding: 0 0 90px;
    background: #fff;
}

.home-redesign.page-consulting .consulting-cta-box {
    padding: 56px 42px;
    border-radius: 32px;
    background: linear-gradient(135deg, #10284b 0%, #153e75 55%, #0f6abf 100%);
    box-shadow: 0 26px 56px rgba(16, 40, 75, 0.18);
}

.home-redesign.page-consulting .consulting-cta-box .section-kicker {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.home-redesign.page-consulting .consulting-cta-box h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.home-redesign.page-consulting .consulting-cta-box p {
    max-width: 820px;
    margin: 0 auto 28px;
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 1.85;
}

.home-redesign.page-consulting .certificate-showcase-section {
    padding: 10px 0 90px;
    background: #fff;
}

.home-redesign.page-consulting .certificate-carousel {
    margin-top: 34px;
}

.home-redesign.page-consulting .certificate-carousel .oc-item a {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(16, 40, 75, 0.08);
    background: #fff;
    box-shadow: 0 16px 34px rgba(16, 40, 75, 0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.home-redesign.page-consulting .certificate-carousel .oc-item a:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px rgba(16, 40, 75, 0.14);
}

.home-redesign.page-consulting .certificate-carousel .oc-item img {
    width: 100%;
    display: block;
}

@media (max-width: 1199px) {
    .home-redesign.page-consulting .consulting-hero-content h1,
    .home-redesign.page-consulting .consulting-cta-box h2,
    .home-redesign.page-consulting .section-title-refined,
    .home-redesign.page-consulting .consulting-intro-content h2 {
        font-size: 36px;
    }

    .home-redesign.page-consulting .consulting-intro-content {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .home-redesign.page-consulting .consulting-hero-section {
        min-height: 400px;
        padding: 100px 0 70px;
    }

    .home-redesign.page-consulting .consulting-hero-content h1 {
        font-size: 38px;
    }

    .home-redesign.page-consulting .consulting-intro-media {
        margin-bottom: 30px;
    }

    .home-redesign.page-consulting .consulting-intro-content {
        padding-left: 0;
    }

    .home-redesign.page-consulting .consulting-feature-list {
        grid-template-columns: 1fr;
    }

    .home-redesign.page-consulting .consulting-process-row {
        row-gap: 24px;
    }
}

@media (max-width: 575px) {
    .home-redesign.page-consulting .consulting-hero-content h1,
    .home-redesign.page-consulting .consulting-cta-box h2,
    .home-redesign.page-consulting .section-title-refined,
    .home-redesign.page-consulting .consulting-intro-content h2 {
        font-size: 28px;
    }

    .home-redesign.page-consulting .consulting-hero-text {
        font-size: 16px;
    }

    .home-redesign.page-consulting .consulting-cta-box {
        padding: 36px 20px;
        border-radius: 24px;
    }

    .home-redesign.page-consulting .consulting-actions {
        flex-direction: column;
    }

    .home-redesign.page-consulting .consulting-actions .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .home-redesign.page-consulting .consulting-info-card,
    .home-redesign.page-consulting .consulting-service-card,
    .home-redesign.page-consulting .consulting-process-step {
        padding: 24px 20px;
    }
}

.home-redesign.page-consulting .consulting-intro-media-enhanced {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    padding: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #eef5fb 100%);
    border: 1px solid rgba(16, 40, 75, 0.08);
    box-shadow:
        0 30px 60px rgba(16, 40, 75, 0.14),
        0 10px 24px rgba(16, 40, 75, 0.08);
}

.home-redesign.page-consulting .consulting-intro-media-enhanced::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(49, 181, 225, 0.12);
    filter: blur(10px);
    z-index: 0;
}

.home-redesign.page-consulting .consulting-intro-media-enhanced::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 12px;
    height: 26px;
    border-radius: 50%;
    background: rgba(16, 40, 75, 0.12);
    filter: blur(16px);
    z-index: 0;
}

.home-redesign.page-consulting .consulting-intro-media-enhanced img {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    min-height: auto !important;
    transform: scale(1);
    transition: transform .45s ease;
}

.home-redesign.page-consulting .consulting-intro-media-enhanced:hover img {
    transform: scale(1.03);
}

.home-redesign.page-consulting .consulting-media-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(16, 40, 75, 0.82);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(16, 40, 75, 0.18);
}

@media (max-width: 991px) {
    .home-redesign.page-consulting .consulting-intro-media-enhanced {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .home-redesign.page-consulting .consulting-intro-media-enhanced {
        padding: 10px;
        border-radius: 24px;
    }

    .home-redesign.page-consulting .consulting-intro-media-enhanced img {
        border-radius: 18px;
    }

    .home-redesign.page-consulting .consulting-media-badge {
        top: 18px;
        left: 18px;
        font-size: 11px;
        padding: 8px 12px;
    }
}