* {
    font-family: 'Quicksand', sans-serif;
}

header {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc40;
    position: relative;
}

header .header-top {
    width: 100%;
    background: linear-gradient(90deg, #1e1f28 0%, #2d2e3a 50%, #1e1f28 100%);
    display: block;
    margin-bottom: 18px;
    color: #fff;
    padding: 8px 0px;
    position: relative;
    z-index: 100; /* Normal durumda üstte */
}

@media (max-width: 992px) {
    /* Mobil menü açıkken header-top'un altında kalması için */
    header .header-top {
        z-index: 9998; /* Menü ve backdrop'den daha altta */
    }
}

header .header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-slogan-wrap {
    position: relative;
    display: inline-block;
}

.header-top-slogan {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
}


.header-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(214, 214, 214, 0.4);
}

.header-top-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.header-top-btn:hover {
    background: #ff043d;
    color: #fff;
    border-color: #ff043d;
}

.header-top-btn:hover svg {
    fill: #fff;
}

@media (max-width: 767px) {
    header .header-top .container {
        flex-direction: column;
        gap: 12px;
    }
    
    .header-top-slogan {
        font-size: 16px;
        padding: 11px 0px;
        text-align: center;
        display: block;
    }
    
    .header-top-btn {
        padding: 6px 14px;
        font-size: 12px;
        display: none !important;

    }
    
    .pdev-hero-content .pdev-visual-box {
        display: none !important;
    }

    .pdev-hero-content {
        gap: 0px !important;
        margin-bottom: -20px !important;
    }
    
    .header-top-glow {
        height: 15px;
        bottom: -6px;
    }
}

header .logo-area {
    height: 58px;
}

header .diji-menu {
    margin: 0;
    padding: 0;
    float: right;
}

header .diji-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

header .diji-menu li a{
    margin: 0;
    text-decoration: none;
    color: #1e1f28;
    padding: 12px 12px;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

header .diji-menu > li > a > ion-icon{
    font-size: 15px;
    float: right;
    margin-left: 8px;
    margin-top: 5px;
}

header .diji-menu > li:last-child > a{
    color: #fff;
    background-color: #ff043d;
    padding: 12px 25px;
    margin-left: 12px;
    border-radius: 54px;
}

header { position: relative; z-index: 1001; }
#diji-menu .dropdown-menu { z-index: 1002; } /* header'dan da yukarıda */

/* Sayfa arka plan gölgesi */
.diji-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0; /* Menü tam ekran olduğu için üstten başlasın */
    bottom: 0;
    background: rgba(0,0,0,.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
    z-index: 9998; /* Menünün altında olmalı */
}
.diji-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 992px) {
    /* Mobilde fullscreen menü olduğu için backdrop'a gerek yok */
    .diji-backdrop {
        display: none !important;
    }
}


/* === DİJİ MENÜ (Desktop & Mobile) === */
#diji-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
}



/* Dropdown panel (desktop) */
#diji-menu .dropdown-menu {
    position: absolute;
    top: 138px;
    border: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 50;
    background-color: #fff;
    border-radius: 0;
}
#diji-menu .dropdown-menu > ul {
    list-style: none;
    margin: 6px;
    padding: 6px;
}
#diji-menu .dropdown-menu a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

/* Açık durum */
#diji-menu > li.open > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#diji-menu .menu-big-box {
    background-color: #1e1f28;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    padding: 35px 40px;
    margin: 17px 0px;
}

#diji-menu .menu-big-box span {
    color: #fff;
    font-size: 13px;
    display: block;
}

#diji-menu .menu-big-box p {
    color: #fff;
    font-size: 18px;
    margin-top: 11px;
    margin-bottom: 51px;
}

#diji-menu .menu-big-box a {
    background-color: #fff;
    padding: 9px 10px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

#diji-menu .min-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#diji-menu .min-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#diji-menu .min-menu li h6 {
    margin-top: 17px;
    font-size: 14px;
    color: #848484;
}

#diji-menu .min-menu li a {
    margin: 0;
    padding: 3px 0;
    width: 100%;
    font-size: 16px;
    margin-bottom: 2px;
}







#diji-menu .product-min-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#diji-menu .product-min-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#diji-menu .product-min-menu li h6 {
    margin-top: 17px;
    font-size: 14px;
    color: #848484;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 9px;
}

#diji-menu .product-min-menu li a {
    margin: 0;
    width: 100%;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
    background-color: #f6f5f59e;
    padding: 10px 15px;
    margin-bottom: 7px;
    border-radius: 3px;
    font-weight: 600;
}

#diji-menu .product-min-menu li a span {
    display: block;
    font-size: 13px;
    color: #656565;
    font-weight: 500;
}





/* --- Mobil görünüm --- */
#diji-menu-toggle {
    display: none; /* desktop'ta gizli */
    color: #252525;
}
@media (max-width: 992px) {
    /* Toggle buton */
    #diji-menu-toggle {
        display: inline-flex    ;
        align-items: center;
        justify-content: center;
        padding: 3px 5px;
        border-radius: 12px;
        background: #fff;
        cursor: pointer;
        font-weight: 600;
        user-select: none;
        margin-bottom: 4px;
        float: right;
        border: 0px;
        background-color: transparent;
        font-size: 43px;
    }

    #diji-menu-toggle[aria-expanded="true"] { background: #f8fafc; }

    /* Menü sütun olarak */
    #diji-menu {
        flex-direction: column;
        align-items: stretch;
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: #fff;
        top: -3px;
        height: 100vh;
        height: 100dvh; /* Dynamic viewport height for mobile */
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px;
        padding-bottom: calc(30px + env(safe-area-inset-bottom)); /* iOS safe area + extra padding */
        color: #1e1f28;
        padding-top: 62px;
        z-index: 10000; /* Menünün üstte olması için */
        -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
    }
    #diji-menu.is-open { display: flex; }
    
    /* Menü son öğesine margin ekle */
    #diji-menu > li:last-child {
        margin-bottom: 0;
    }
    
    /* Menü içindeki son link'e margin ekle */
    #diji-menu > li:last-child > a {
        margin-bottom: 0;
    }

    #diji-menu > li { width: 100%; }
    #diji-menu > li > a {
        width: 100%;
        justify-content: space-between;
        margin: 0;
    }

    /* Dropdown'lar akordeon gibi, statik konum */
    #diji-menu .dropdown-menu {
        position: static;
        opacity: 0;
        pointer-events: none;
        transform: none;
        display: none;
    }
    #diji-menu > li.open > .dropdown-menu {
        opacity: 1;
        pointer-events: auto;
        display: block;
    }

    #diji-menu-close {
        position: fixed !important;
        top: 18px !important;
        right: 19px !important;
        z-index: 10001 !important; /* Menüden daha üstte */
        background: none !important;
        border: none !important;
        font-size: 28px !important;
        cursor: pointer !important;
        display: none;
        color: #000 !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    #diji-menu-close[style*="display: block"] {
        display: block !important;
    }

        /* Alt linkler tam genişlik */
    #diji-menu .dropdown-menu a { padding: 12px; }

    #diji-menu.submenu-open > li { display: none; }
    #diji-menu.submenu-open > li.open { display: block; }

    /* Submenu header (geri için) */
    #diji-menu .submenu-header { 
        display: none !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #e5e7eb;
        list-style: none !important;
        box-sizing: border-box;
    }
    #diji-menu.submenu-open .submenu-header {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        font-weight: 600;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #e5e7eb;
        list-style: none !important;
        box-sizing: border-box;
        visibility: visible !important;
        opacity: 1 !important;
    }
    /* Geri butonu - her durumda beyaz arka plan */
    #diji-menu .submenu-header button,
    #diji-menu .submenu-header .submenu-back,
    #diji-menu.submenu-open .submenu-header button,
    #diji-menu.submenu-open .submenu-header .submenu-back,
    #diji-menu li.submenu-header button,
    #diji-menu li.submenu-header .submenu-back,
    #diji-menu .submenu-header button.submenu-back,
    #diji-menu.submenu-open .submenu-header button.submenu-back,
    #diji-menu li.submenu-header button.submenu-back {
        background: #ffffff !important;
        background-color: #ffffff !important;
        background-image: none !important;
        border: 2px solid #1e293b !important;
        border-radius: 12px !important;
        padding: 10px 16px !important;
        cursor: pointer !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        transition: all 0.3s ease;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
        font-family: 'Quicksand', sans-serif !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Dropdown menü içindeki geri butonu da beyaz olsun */
    #diji-menu .dropdown-menu .submenu-header button,
    #diji-menu .dropdown-menu .submenu-header .submenu-back,
    #diji-menu > li.open .submenu-header button,
    #diji-menu > li.open .submenu-header .submenu-back {
        background: #ffffff !important;
        background-color: #ffffff !important;
        background-image: none !important;
    }
    #diji-menu .submenu-header button:hover,
    #diji-menu .submenu-header .submenu-back:hover {
        background: #1e293b !important;
        color: #fff !important;
        transform: translateX(-2px);
    }
    #diji-menu .submenu-header button ion-icon,
    #diji-menu .submenu-header .submenu-back ion-icon {
        font-size: 18px !important;
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #diji-menu .submenu-header span,
    #diji-menu .submenu-header .submenu-title {
        flex: 1 !important;
        text-align: center !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        color: #1e293b !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}



.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 35px 0px;
}

.career-area button {
    background-color: #ff053d;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 14px 35px !important;
    border: 0;
    font-size: 15.5px;
    font-weight: 600;
    position: relative;
    margin-top: -5px;
    outline: 0;
    width: 100%;
    max-width: 260px;
    text-align: center;
}


.career-select-btn input[type="radio"] {
    display: none;
}

.career-select-btn label {
    background-color: #f9f9f952;
    box-shadow: 0px 0px 10px #cccccc38;
    padding: 30px 20px;
    border: 1px solid #cccccc4a;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.career-select-btn label h5 {
    color: #ff053d;
    font-size: 17px;
    font-weight: 600;
}

.career-select-btn label p {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
}

.career-select-btn label span {
    color: #8a8a8a;
    background-color: #ffffff59;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #e2e2e2b8;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn label:hover span {
    color: #fff;
    background-color: #ff053d;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #ff053d;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn input[type="radio"]:checked+label {
    background-color: #ff053d !important;
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label h5{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label p{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label span {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}


.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box svg {
    height: 49px;
    margin-bottom: 12px;
    fill: #ff053d;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
    background-color: #ff043d17;
    border-radius: 7px;
    padding: 11px;
}

.contact-area .box {
    text-align: left;
    margin-bottom: 15px;
    background-color: rgb(226 226 226 / 14%);
    padding: 15px;
    display: inline-block;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding-bottom: 12px;
}

.contact-area .box h5 {
    color: #ff043d;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: 600;
}

.contact-area .box p {
    color: #656565;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 15px;
    text-decoration: none;
}

.contact-area .box a {
    color: #656565;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}

/* varsayılan: masaüstü - br görünsün */
.branch-address br {
    display: inline;
}

/* mobil: br'leri gizle ve boşluk ekle */
@media (max-width: 768px) {
    .branch-address br {
        display: none;
    }
}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    font-weight: 500;
    margin-top: 45px;
    font-size: 28px;
    color: #1e1f28;
}

.hood-area p {
    margin-bottom: 0px;
}

.maps-area {
    padding:0px;
    background-color: #f8fafc;
}

.maps-area .map-box h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}

.slider-area .slider {
    padding: 40px 0;
    background: linear-gradient(135deg, #ffffff, #f7f9fc, #eef3ff);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite;
    border-radius: 0px;
}

/* Gradient animasyonu */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.slider-area .slider img {
    width: 80%;
    margin-left: 10%;
}

.slider-area .slider .text-area {
    margin-top: 20%;
}

.slider-area .slider .text-area h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    color: #1e1f28;
}

.slider-area .slider .text-area h5 span{
    font-size: 18px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
}

.slider-area .slider .text-area a {
    background-color: #ff043d;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 3px;
    display: inline-block;
    border-radius: 4px;
}

.ecommerce-slider {
    background-color: #fff;
}

.map-wrapper {
    width: 100%;
    height: 400px;
}
#branchMap {
    width: 100%;
    height: 100%;
}
/* InfoWindow özelleştirme */
.gm-style-iw-d {
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* içeriği tam sıfırlayıp senin tasarımınla hizalar */
.gm-style-iw {
    padding: 0 !important;
}


.gm-style .gm-style-iw-c {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 0px 18px 3px !important;
    box-shadow: 0 6px 25px rgba(0,0,0,.25) !important;
    color: #222 !important;
    font-family: 'Inter', sans-serif;
    max-width: 260px !important;
}
.gm-style .gm-style-iw-t::after {
    background: #fff !important;
}
.gm-ui-hover-effect {
    display: none !important; /* kapatma butonunu gizle */
}
.info-title {
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #ff053d;
    margin-bottom: 6px;
}
.info-text {
    font-size: 13px;
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
}
.info-btn {
    display: table;
    margin: 0 auto;
    background-color: #ff053d;
    color: #fff !important;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    max-width: 142px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s;
    margin-bottom: 13px;
}
.info-btn:hover {
    background-color: #e10437;
}

footer {
    background: linear-gradient(180deg, #1a1b24 0%, #14151c 100%);
    width: 100%;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(107, 155, 255, 0.3), transparent);
}

footer .footer-min-menu {
    padding: 0;
    margin: 0;
    width: 100%;
}

footer .footer-min-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

footer .footer-min-menu li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

footer .footer-min-menu li a:hover {
    color: #6b9bff;
    padding-left: 8px;
}

footer .footer-min-menu h6 {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

footer .footer-min-menu h6::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 63px;
    height: 1px;
    background: linear-gradient(90deg, #6b9bff, transparent);
    border-radius: 2px;
}

footer .bank-area {
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    display: block;
    padding: 20px 0;
    margin-top: 50px;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

footer .footer-bank {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

footer .footer-bank:hover {
    opacity: 1;
}

footer .footer-about {
    padding-right: 30px;
}

footer .footer-about img {
    width: 100%;
    max-width: 140px;
    margin-top: 0;
    margin-bottom: 20px;
    filter: brightness(1.1);
}

footer .footer-about p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

footer .footer-bottom {
    display: block;
    width: 100%;
    padding: 20px 0;
}

footer .footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

footer .footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

footer .footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

footer .footer-bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-bottom ul li a img {
    height: 34px;
    opacity: 0.8;
    transition: all 0.3s ease;
    border-radius: 6px;
}

footer .footer-bottom ul li a:hover img {
    opacity: 1;
    transform: scale(1.05);
}

footer .footer-contact {
    width: 100%;
    background: linear-gradient(135deg, rgba(107, 155, 255, 0.1) 0%, rgba(107, 155, 255, 0.05) 100%);
    padding: 20px 30px;
    border-radius: 16px;
    margin-bottom: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(107, 155, 255, 0.15);
    backdrop-filter: blur(10px);
}

footer .footer-contact p {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 15px;
}

footer .footer-contact p a {
    color: #6b9bff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

footer .footer-contact p a:hover {
    color: #8fb3ff;
}

footer .footer-contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer .footer-contact ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-contact ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-contact ul li a:hover {
    background: #6b9bff;
    border-color: #6b9bff;
    transform: translateY(-3px);
}

/* Footer Responsive */
@media (max-width: 991px) {
    footer {
        padding-top: 50px;
    }
    
    footer .row > .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    
    footer .row > .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    footer .footer-about {
        padding-right: 0;
    }
    
    footer .footer-contact {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px;
    }
    
    footer .footer-contact ul {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    footer {
        padding-top: 40px;
    }
    
    footer .row > .col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    
    footer .footer-min-menu h6::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    footer .footer-min-menu li a {
        padding-left: 0;
    }
    
    footer .footer-min-menu li a:hover {
        padding-left: 0;
    }
    
    footer .footer-about {
        margin-bottom: 10px;
    }
    
    footer .footer-about img {
        margin: 0 auto 15px;
        display: block;
    }
    
    footer .footer-contact {
        padding: 20px;
        margin-bottom: 35px;
        border-radius: 12px;
    }
    
    footer .footer-contact p {
        font-size: 14px;
    }
    
    footer .footer-contact ul li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    footer .bank-area {
        margin-top: 30px;
        padding: 15px 0;
    }
    
    footer .footer-bank {
        max-width: 300px;
    }
    
    footer .footer-bottom {
        padding: 15px 0;
    }
    
    footer .footer-bottom .container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    footer .footer-bottom p {
        font-size: 12px;
    }
    
    footer .footer-bottom ul {
        justify-content: center;
    }
    
    footer .footer-bottom ul li a img {
        height: 30px;
    }
}


.section-title {
    text-align: center;
    padding: 52px 0px;
    padding-top: 65px;
    background-color: #f9f9f9;
}

.section-title .description {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    max-width: 800px;
    display: table;
    margin: 0 auto;
}

.heading {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.heading.lg {
    font-size: 23px;
}

.heading span {
    position: relative;
}

.heading span:before,
.heading span:after {
    position: absolute;
    content: "";
    height: 1px;
}

.heading span:before {
    width: 70%;
    left: -10px;
    top: -12px;
    background-color: #1d1d1b;
}

.heading span:after {
    width: 30%;
    right: -10px;
    bottom: -12px;
    background-color: #ff053d;
}

.heading.black {
    color: #1d1d1b;
    font-size: 19px;
    font-weight: 400;
}

.free_analysis .send-btn {
    display: table;
    margin: 0 auto;
    border-radius: 50px !important;
    padding: 20px 0px;
    max-width: 320px;
}

/* Analysis Report Section */
.analysis-report-section {
    margin-top: 50px;
    padding: 45px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.report-header {
    text-align: center;
    margin-bottom: 40px;
}

.report-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05));
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.report-badge svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #10b981;
    stroke-width: 2;
}

.report-badge span {
    font-size: 13px;
    font-weight: 600;
    color: #10b981;
}

.report-header h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 14px;
}

.report-header p {
    font-size: 15px;
    color: #6b7280;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

.report-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}

.report-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s ease;
}

.report-card:hover {
    border-color: #ff043d;
    box-shadow: 0 8px 30px rgba(255, 4, 61, 0.08);
    transform: translateY(-3px);
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff043d, #ff3d6b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.card-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.report-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 16px;
}

.report-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.report-card ul li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 10px;
}

.report-card ul li:last-child {
    margin-bottom: 0;
}

.report-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff043d;
}

.report-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.05), rgba(255, 4, 61, 0.02));
    border: 1px solid rgba(255, 4, 61, 0.15);
    border-radius: 12px;
}

.report-note .note-icon {
    flex-shrink: 0;
}

.report-note .note-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #ff043d;
    stroke-width: 2;
}

.report-note p {
    font-size: 14px;
    color: #4b5563;
    margin: 0;
    line-height: 1.6;
}

.report-note p strong {
    color: #1e1f28;
}

@media (max-width: 991px) {
    .report-cards {
        grid-template-columns: 1fr;
    }
    
    .analysis-report-section {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .analysis-report-section {
        padding: 25px 20px;
        margin-top: 35px;
    }
    
    .report-header h2 {
        font-size: 20px;
    }
    
    .report-card {
        padding: 22px;
    }
    
    .report-note {
        flex-direction: column;
        gap: 10px;
    }
}


/* ========================================
   GOOGLE PARTNER SECTION
   ======================================== */

.google-partner-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #1e1f28 0%, #2a2b36 100%);
    position: relative;
    overflow: hidden;
}

.google-partner-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(66, 133, 244, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.google-partner-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 4, 61, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.partner-content {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.partner-badge-wrapper {
    flex-shrink: 0;
}

.partner-badge-link {
    display: block;
    transition: transform 0.3s ease;
}

.partner-badge-link:hover {
    transform: scale(1.05);
}

.partner-badge-link img {
    width: 160px;
    height: auto;
}

.partner-text {
    flex: 1;
}

.partner-label {
    display: inline-block;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.2), rgba(66, 133, 244, 0.1));
    color: #4285F4;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.partner-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.partner-text > p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 820px;
}

.partner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.partner-features li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.partner-features li svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #4285F4;
    stroke-width: 2;
    flex-shrink: 0;
}

.partner-features li span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

@media (max-width: 991px) {
    .partner-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .partner-text > p {
        max-width: 100%;
    }
    
    .partner-features {
        justify-content: center;
    }
    
}

@media (max-width: 767px) {
    .google-partner-section {
        padding: 40px 0;
    }
    
    .partner-text h3 {
        font-size: 22px;
    }
    
    .partner-badge-link img {
        width: 130px;
    }
    
    .partner-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}


.academy-area{
    padding: 55px 0px;
}

.academy-area::before,
.academy-area::after{
    content:"";
    position:absolute; inset:0;
    pointer-events:none;
}


/* ====== KART ====== */
.academy-box{
    position: relative;
    background: #0b0f16;
    border-radius: 20px;
    padding: 26px 24px;
    color: #e9eef6;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
            0 10px 30px rgba(0,0,0,.35),
            inset 0 0 0 1px rgba(255,255,255,.02);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    min-height: 280px;        /* orantılı yükseklik */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* neon glow kenarlık */
.academy-box::before{
    content:"";
    position:absolute; inset:-1px;
    border-radius: 22px;
    background:
            conic-gradient(from 180deg,
            rgba(255,4,61,.65),
            rgba(120,200,255,.55),
            rgba(255,4,61,.65));
    filter: blur(18px);
    opacity:.35;
    z-index:0;
}

.academy-box:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.55);
    border-color: rgba(255,4,61,.35);
}
.academy-box *{ position: relative; z-index:1; } /* glow altında kalmasın */

/* ====== TİPOGRAFİ ====== */
.academy-box h2{
    margin: 2px 0 8px;
    font-weight: 700;
    font-size: 17px;
    color:#fff;
}
.academy-box p{
    margin: 0 0 8px;
    color: #c8d1de;
    line-height: 1.65;
    font-size: .98rem;
}
.academy-box strong{ color:#fff; }

/* ====== MADDE LİSTESİ ====== */
.academy-box ul{
    list-style: none;
    margin: 4px 0 10px;
    padding: 0;
    display: grid;
    gap: 8px;
}
.academy-box ul li{
    position: relative;
    padding-left: 18px;
    color:#d9e1ec;
}
.academy-box ul li::before{
    content:"";
    position:absolute; left:0; top:.58em;
    width:9px; height:9px; border-radius:50%;
    background:#ff043d;
    box-shadow: 0 0 10px rgba(255,4,61,.7);
}

/* ====== BUTON ====== */
.academy-box .btn{
    align-self: flex-start;
    margin-top: auto;                 /* butonu alta iter, kartlar hizalı durur */
    display:inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
    text-decoration:none;
    background: rgba(255,255,255,.02);
    backdrop-filter: blur(2px);
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.academy-box .btn:hover{
    background:#ff043d;
    border-color:#ff043d;
    transform: translateY(-1px);
}

.corporate-area {
    padding: 45px 0px;
}

.corporate-area h3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    font-size: 20px;
    margin-top: 23px;
    font-weight: 700;
}

.corporate-area .arge-center {
    width: 100%;
    border-radius: 30px;
}

.corporate-area .text-start-about {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.corporate-area .text-start-about h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
}

.corporate-area-mis-viz {
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.corporate-area p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

.corporate-area p strong{
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}

.about-feature-area {
    padding: 45px 0px;
    padding-top: 15px;
}

.about-box-feature {
    padding: 0px 5px;
}

.about-feature-content {
    background-color: #ff043d;
    padding: 35px;
    margin-bottom: 25px;
    border-radius: 16px;
}

.about-feature-content h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px dashed #fff;
    padding-bottom: 16px;
}

.about-feature-content p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.about-feature-content ul {
    padding: 0;
}

.about-feature-content ul li {
    color: #fff;
    list-style: circle;
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 8px;
}

.campaign-area {
    padding: 45px 0px;
    padding-bottom: 25px;
}

.campaign-box {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.campaign-box p {
    position: absolute;
    bottom: 0px;
    background-color: #1e1f28;
    width: 96%;
    left: 2%;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 5px;
}

.campaign-box span {
    position: absolute;
    top: 20px;
    background-color: #ff043d;
    width: auto;
    right: 2%;
    padding: 8px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 5px;
}


.campaign-box img {
    width: 100%;
    border-radius: 5px;
}

.partnership-from {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 940px;
    display: table;
    margin: 0 auto;
}

.partnership-from h5 {
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #4d4d4d;
}

.text-partnership {
    background-color: #1b1b1b;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    padding: 65px 0px;
}

.text-partnership h4 {
    text-align: center;
    color: #fff;
}

.text-partnership p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.fqa-area {
    padding-bottom: 35px;
}

.fqa-area h3 {
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #4d4d4d;
    margin-top: 15px;
}

.fqa-area .fqa-area-min .fqa-btn {
    width: 100%;
    text-decoration: none;
    color: #1e1f28;
    display: block;
    background-color: #f7f7f7;
    margin-bottom: 17px;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
}

.fqa-area .fqa-area-min .active {
    color: #fff;
    background-color: #ff043d;
}

.fqa-area .fqa-area-min  .collapse p {
    color: #1e1f28;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
    margin-top: -7px;
}

/* ====== RESPONSIVE ORANLAR ====== */
@media (max-width: 991.98px){
    .academy-box{ min-height: 260px; }
}
@media (max-width: 575.98px){
    .academy-area{ padding: 36px 0 48px; }
    .academy-box{ padding: 22px 18px; min-height: auto; }
}


.ecommerce-text-list .boxs-area {
    width: 100%;
    padding: 45px 0px;
}

.ecommerce-text-list .boxs-area .ecommerce-list  li {
    font-size: 15px;
    margin-bottom: 6px;
    list-style: circle;
}

.ecommerce-text-list .boxs-area-two {
    background-color: #f3f7fe;
}


.ecommerce-text-list .boxs-area img {
    width: 100%;
}

.ecommerce-text-list .boxs-area h4 {
    font-size: 17px;
    font-weight: bold;
}

.ecommerce-text-list .boxs-area p {
    font-size: 14px;
}


.ecommerce-feature {
    padding: 12px;
    background-color: #f3f7fe;
    margin-bottom: 25px;
}

.ecommerce-feature p {
    margin-bottom: 0;
}


.meet-us {
    width: 100%;
    position: relative;
    padding: 80px 0;
    background: #1f2029;
    overflow: hidden;
}

.meet-us::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 4, 61, 0.1) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.meet-us .container {
    z-index: 2;
    position: relative;
}

.meet-us h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 16px 0;
    font-weight: 600;
}

.meet-us p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 40px;
}

.meet-us .form-group {
    width: 100%;
    margin-bottom: 0;
}

.meet-us .row {
    margin: 0 auto;
}

.meet-us .form-group input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    outline: 0;
    color: #fff;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.meet-us .form-group input:focus {
    border-color: rgba(255, 4, 61, 0.5);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(255, 4, 61, 0.1);
}

.meet-us .form-group input:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
}

.meet-us .form-group input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.meet-us .form-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.meet-us .form-group button {
    width: 100%;
    background: linear-gradient(135deg, #ff043d 0%, #ff2d6a 100%);
    padding: 16px 24px;
    outline: 0;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 4, 61, 0.3);
    position: relative;
    overflow: hidden;
}

.meet-us .form-group button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.meet-us .form-group button:hover::before {
    left: 100%;
}

.meet-us .form-group button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 4, 61, 0.4);
}

.meet-us .form-group button:active {
    transform: translateY(0);
}

.project-development {
    padding: 45px 0px;
}

.ecommerce-fqa {
    background-color: #f3f7fe;
    padding-top: 45px;
}

.ecommerce-fqa .fqa-area-min .fqa-btn {
    background-color: #fff;
}

.ecommerce-fqa .fqa-area-min .active {
    color: #fff;
    background-color: #ff043d;
}

.hood-development {
    text-align: center;
    margin-bottom: 35px;
}

.hood-development h2{
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    color: #4d4d4d;
}

.hood-development p {
    width: 100%;
    max-width: 720px;
    display: table;
    margin: 0 auto;
}


.project-development .row {
    display: flex;
}

.project-development .row > [class*="col-"] {
    display: flex;
    margin-bottom: 25px;
}

.project-development .step-box {
    background-color: #f3f7fe;
    padding: 25px 10px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.project-development .step-box span {
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #bbc6dd;
    width: 37px;
    height: 37px;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    color: #fff;
}

.project-development .step-box  h4{
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
}
.project-development .step-box p{
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.project-list-dev {
    padding: 45px 0px;
    padding-bottom: 20px;
}


.project-list-dev .project-view {
    width: 100%;
    margin-bottom: 25px;
    background-color: #f3f7fe;
    padding: 15px;
    border-radius: 8px;
}

.project-list-dev .project-view h4{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 21px;
    color: #474747;
}

.project-list-dev .project-view h4 span{
    float: right;
    color: #ff053d;
    display: block;
    font-size: 12.5px;
    background-color: #ff053d24;
    padding: 8px 13px;
    border-radius: 15px;
    margin-top: -6px;
}

.project-list-dev .project-view p{
    color: #ff053d;
    margin: 0;
    font-size: 14px;
    font-weight: 900;
}

.project-list-dev .project-view img{
    width: 100%;
    border-radius: 7px;
}

.product-build-area {
    padding-bottom: 35px;
}

.product-build-area p {
    font-size: 15px;
}


.product-build-area ul li {
    font-size: 15px;
    margin-bottom: 6px;
    list-style: circle;
}

.product-build-area h2 {
    text-align: left;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4d4d4d;
    margin-top: 15px;
}

.product-build-area img {
    width: 100%;
}

.product-build-area .product-build-note {
    background-color: #f3f7ff;
    padding: 19px;
    border-radius: 15px;
    font-weight: 400;
    font-size: 15px;
    margin-top: 8px;
}

.project-list-dev .hood h3 {
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4d4d4d;
    margin-top: 15px;
}

.project-list-dev .hood p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 820px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}


/* ========================================
   ACADEMY PAGE - MODERN REDESIGN
   ======================================== */

/* Hero Section */
.acad-hero {
    background: #1f2029;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.acad-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 4, 61, 0.08) 0%, transparent 60%);
    border-radius: 50%;
}

.acad-hero-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.acad-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 4, 61, 0.15);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 4, 61, 0.3);
}

.acad-hero-badge svg {
    width: 20px;
    height: 20px;
    fill: #ff043d;
}

.acad-hero-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.acad-hero-center h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.acad-hero-center h1 span {
    color: #ff043d;
}

.acad-hero-center > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 0px;
}

.acad-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.acad-hero-stat {
    text-align: center;
    padding: 24px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.acad-hero-stat:hover {
    background: rgba(255, 4, 61, 0.08);
    border-color: rgba(255, 4, 61, 0.2);
    transform: translateY(-4px);
}

.acad-stat-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.2), rgba(255, 4, 61, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.acad-stat-icon svg {
    width: 24px;
    height: 24px;
    fill: #ff043d;
}

.acad-stat-value {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.acad-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 991px) {
    .acad-hero-stats {
        gap: 20px;
    }
    
    .acad-hero-stat {
        padding: 20px 24px;
    }
}

@media (max-width: 767px) {
    .acad-hero {
        padding: 60px 0;
    }
    
    .acad-hero-center h1 {
        font-size: 28px;
    }
    
    .acad-hero-stats {
        flex-direction: column;
        gap: 16px;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .acad-hero-stat {
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
    }
    
    .acad-stat-icon {
        margin: 0;
        flex-shrink: 0;
    }
    
    .acad-stat-value {
        font-size: 28px;
        margin-bottom: 2px;
    }
    
    .acad-stat-label {
        font-size: 13px;
    }
}

/* Courses Section */
.academy-courses {
    padding: 70px 0;
    background: #f8fafc;
}

.academy-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.academy-section-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.academy-section-header p {
    color: #6b7280;
    font-size: 16px;
}

/* Course Cards */
.course-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    position: relative;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    overflow: hidden;
}

.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff043d, #ff6b6b, #ff043d);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.course-card:hover::before {
    opacity: 1;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Sold out state */
.course-card-sold {
    opacity: 0.85;
}

.course-card-sold:hover {
    transform: translateY(-4px);
}

/* Course Badge */
.course-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-badge.sold-out {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: #fff;
}

.course-badge.available {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

.course-badge.limited {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
}

/* Course Icon */
.course-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.1), rgba(255, 4, 61, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.course-icon svg {
    width: 30px;
    height: 30px;
    color: #ff043d;
}

/* Course Content */
.course-title {
    font-size: 19px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
    line-height: 1.3;
}

.course-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* Course Features */
.course-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 10px;
}

.course-features li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    color: #4b5563;
}

.course-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff043d, #ff6b6b);
    box-shadow: 0 0 8px rgba(255, 4, 61, 0.4);
}

/* Course Meta */
.course-meta {
    display: flex;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 18px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-item svg {
    width: 18px;
    height: 18px;
    color: #9ca3af;
}

.meta-item span {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

/* Course Footer */
.course-footer {
    margin-top: auto;
}

.course-capacity {
    margin-bottom: 15px;
}

.capacity-bar {
    height: 6px;
    background: #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.capacity-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff043d, #ff6b6b);
    border-radius: 10px;
    transition: width 0.5s ease;
}

.course-capacity span {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
}

/* Course Button */
.course-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ff043d, #e00035);
    color: #fff;
    border: none;
    cursor: pointer;
}

.course-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 4, 61, 0.35);
    color: #fff;
}

.course-btn.disabled {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
    pointer-events: none;
}

/* Notify Section - WhatsApp */
.academy-notify {
    padding: 50px 0;
    background: #f8fafc;
}

.notify-box {
    background: #1e1f28;
    border-radius: 16px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.notify-content {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.notify-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(37, 211, 102, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notify-icon svg {
    width: 28px;
    height: 28px;
    fill: #25D366;
}

.notify-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.notify-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.notify-form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.notify-input-group {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.notify-input-group:focus-within {
    border-color: #25D366;
    background: rgba(37, 211, 102, 0.08);
}

.input-prefix {
    padding: 14px 14px 14px 18px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.notify-input-group input {
    padding: 14px 18px 14px 14px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    width: 140px;
    outline: none;
}

.notify-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.notify-form button {
    padding: 14px 28px;
    border-radius: 10px;
    background: #25D366;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.notify-form button:hover {
    background: #1fb855;
    transform: translateY(-1px);
}

/* Features Section */
.academy-features {
    padding: 60px 0;
    background: #fff;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.feature-item:hover {
    background: #f8fafc;
    transform: translateY(-4px);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.1), rgba(255, 4, 61, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.feature-icon svg {
    width: 32px;
    height: 32px;
    color: #ff043d;
}

.feature-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
    .academy-stats {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .notify-box {
        flex-direction: column;
        padding: 35px 30px;
        gap: 30px;
    }
    
    .notify-content {
        text-align: center;
        flex-direction: column;
        gap: 16px;
    }
    
    .notify-form {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .academy-hero {
        padding: 60px 0 50px;
    }
    
    .academy-hero .heading {
        font-size: 24px;
    }
    
    .academy-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .stat-item {
        flex: 0 0 calc(33.33% - 14px);
    }
    
    .academy-section-header h2 {
        font-size: 22px;
    }
    
    .course-card {
        padding: 22px;
    }
    
    .notify-box {
        padding: 28px 20px;
    }
    
    .notify-text h3 {
        font-size: 16px;
    }
    
    .notify-text p {
        font-size: 13px;
    }
    
    .notify-form {
        flex-direction: column;
        width: 100%;
    }
    
    .notify-input-group {
        width: 100%;
    }
    
    .notify-input-group input {
        width: 100%;
    }
    
    .notify-form button {
        width: 100%;
    }
}


/* ========================================
   PROJECT DEVELOPMENT PAGE - MODERN DESIGN
   ======================================== */

/* Project Hero */
.project-hero {
    position: relative;
    background: linear-gradient(135deg, #1e1f28 0%, #2a2b36 50%, #1e1f28 100%);
    padding: 80px 0 70px;
    overflow: hidden;
}

.project-hero-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.project-hero-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.project-hero-shapes .shape-1 {
    width: 400px;
    height: 400px;
    background: #ff043d;
    top: -200px;
    right: -100px;
    animation: float 20s ease-in-out infinite;
}

.project-hero-shapes .shape-2 {
    width: 300px;
    height: 300px;
    background: #ff043d;
    bottom: -150px;
    left: -100px;
    animation: float 15s ease-in-out infinite reverse;
}

.project-hero-shapes .shape-3 {
    width: 150px;
    height: 150px;
    background: #fff;
    top: 50%;
    left: 50%;
    animation: pulse 10s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.05; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.1; }
}

.project-hero .heading {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.project-hero .heading span::before {
    background-color: rgba(255, 255, 255, 0.3);
}

.project-hero .heading span::after {
    background-color: #ff043d;
    box-shadow: 0 0 25px rgba(255, 4, 61, 0.6);
}

.project-hero .description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    position: relative;
    z-index: 2;
}

/* Process Section */
.project-process {
    padding: 80px 0;
    background: #fff;
}

.process-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.process-header p {
    color: #6b7280;
    font-size: 16px;
}

.process-timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 80px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, #ff043d, #ff6b6b, #ff043d);
    background-size: 200% 100%;
    animation: shimmer 3s infinite;
    display: none;
}

@media (min-width: 992px) {
    .timeline-line {
        display: block;
    }
}

.process-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    height: 100%;
}

.process-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, transparent, #ff043d, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 4, 61, 0.15);
}

.process-card:hover::before {
    opacity: 1;
}

.process-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff043d, #ff3d6b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.process-icon svg {
    width: 32px;
    height: 32px;
    color: #fff;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.process-step {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 42px;
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1;
}

.process-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.process-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* Services Section */
.project-services {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.services-content {
    padding-right: 40px;
}

.section-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.section-badge span {
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.1), rgba(255, 4, 61, 0.05));
    color: #ff043d;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 18px;
    line-height: 1.3;
}

.services-content > p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.services-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.list-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff043d, #ff3d6b);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.list-icon svg {
    width: 14px;
    height: 14px;
    color: #fff;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
}

.services-list span {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

.services-note {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #1e1f28, #2a2b36);
    border-radius: 16px;
    border-left: 4px solid #ff043d;
}

.note-icon {
    flex-shrink: 0;
}

.note-icon svg {
    width: 24px;
    height: 24px;
    color: #ff043d;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.note-content {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.note-content strong {
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

/* Lottie Animation Area */
.services-lottie {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.lottie-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-animation {
    width: 280px;
    padding: 40px;
    background: linear-gradient(135deg, #1e1f28, #2a2b36);
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
}

.code-line {
    height: 12px;
    background: linear-gradient(90deg, #ff043d, #ff6b6b);
    border-radius: 6px;
    margin-bottom: 15px;
    animation: codePulse 2s ease-in-out infinite;
}

.code-line.short {
    width: 60%;
    animation-delay: 0.2s;
}

.code-line.medium {
    width: 80%;
    animation-delay: 0.4s;
}

.code-line:last-child {
    margin-bottom: 0;
}

@keyframes codePulse {
    0%, 100% { opacity: 0.5; transform: scaleX(1); }
    50% { opacity: 1; transform: scaleX(1.02); }
}

/* Tech Section */
.project-tech {
    padding: 70px 0;
    background: #1e1f28;
}

.tech-header {
    text-align: center;
    margin-bottom: 50px;
}

.tech-header h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.tech-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

.tech-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 25px 35px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.tech-item:hover {
    background: rgba(255, 4, 61, 0.1);
    border-color: rgba(255, 4, 61, 0.3);
    transform: translateY(-5px);
}

.tech-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-icon svg {
    width: 40px;
    height: 40px;
    fill: #ff043d;
}

.tech-item span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

/* Project Contact */
.project-contact {
    background: linear-gradient(135deg, #ff043d 0%, #e00035 100%);
}

/* Portfolio Section */
.project-portfolio {
    padding: 80px 0;
    background: #f8fafc;
}

.portfolio-header {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.portfolio-header p {
    color: #6b7280;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.portfolio-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-featured .portfolio-image img {
    height: 280px;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.08);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.9), rgba(30, 31, 40, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-link {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.portfolio-card:hover .portfolio-link {
    transform: scale(1);
}

.portfolio-link svg {
    width: 24px;
    height: 24px;
    color: #ff043d;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.portfolio-content {
    padding: 22px;
}

.portfolio-category {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.1), rgba(255, 4, 61, 0.05));
    color: #ff043d;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.portfolio-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 6px;
}

.portfolio-content p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* Project FAQ */
.project-faq {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.project-faq .fqa-area-min .fqa-btn {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.project-faq .fqa-area-min .fqa-btn:hover {
    border-color: #ff043d;
    background: rgba(255, 4, 61, 0.03);
}

/* Responsive */
@media (max-width: 991px) {
    .services-content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .services-content h2 {
        font-size: 26px;
    }
    
    .timeline-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .project-hero {
        padding: 60px 0 50px;
    }
    
    .project-hero .heading {
        font-size: 22px;
    }
    
    .process-header h2,
    .portfolio-header h2 {
        font-size: 22px;
    }
    
    .services-content h2 {
        font-size: 22px;
    }
    
    .services-note {
        flex-direction: column;
        gap: 12px;
    }
    
    .tech-grid {
        gap: 15px;
    }
    
    .tech-item {
        padding: 20px 25px;
    }
    
    .portfolio-featured .portfolio-image img {
        height: 200px;
    }
}

/* =============================================
   GOOGLE ADS PAGE STYLES
   ============================================= */

/* Hero Section */
.gads-hero {
    background: linear-gradient(135deg, #1e1f28 0%, #2d2e3a 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.gads-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 4, 61, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.gads-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.gads-hero-text {
    flex: 1;
}

.gads-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(66, 133, 244, 0.15);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(66, 133, 244, 0.3);
}

.gads-partner-badge svg {
    width: 28px;
    height: 28px;
}

.gads-partner-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.gads-hero-text h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 41px;
    margin-bottom: 10px;
}

.gads-hero-text p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
}

.gads-hero-stats {
    display: flex;
    gap: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #ff043d;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.gads-hero-visual {
    flex: 0 0 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Orbit Animation */
.gads-orbit-container {
    position: relative;
    width: 300px;
    height: 300px;
}

.gads-orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 3;
    animation: gadsCenterPulse 2s ease-in-out infinite;
}

.gads-orbit-center svg {
    width: 44px;
    height: 44px;
}

@keyframes gadsCenterPulse {
    0%, 100% { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
    50% { box-shadow: 0 15px 50px rgba(66, 133, 244, 0.25); }
}

.gads-orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.gads-orbit-ring.ring-1 {
    width: 180px;
    height: 180px;
    animation: gadsRingSpin 20s linear infinite;
}

.gads-orbit-ring.ring-2 {
    width: 280px;
    height: 280px;
    animation: gadsRingSpin 30s linear infinite reverse;
}

@keyframes gadsRingSpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Orbiting dots */
.gads-orbit-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gads-orbit-dot.dot-1 {
    background: #4285F4;
    top: 50%;
    left: 50%;
    animation: gadsOrbitSpin1 6s linear infinite;
}

.gads-orbit-dot.dot-2 {
    background: #EA4335;
    top: 50%;
    left: 50%;
    animation: gadsOrbitSpin2 6s linear infinite;
}

.gads-orbit-dot.dot-3 {
    background: #FBBC05;
    top: 50%;
    left: 50%;
    animation: gadsOrbitSpin1 8s linear infinite reverse;
}

.gads-orbit-dot.dot-4 {
    background: #34A853;
    top: 50%;
    left: 50%;
    animation: gadsOrbitSpin2 8s linear infinite reverse;
}

/* Inner orbit (ring-1: 90px radius) */
@keyframes gadsOrbitSpin1 {
    0% { transform: translate(-50%, -50%) rotate(0deg) translateX(90px) rotate(0deg) scale(1); }
    50% { transform: translate(-50%, -50%) rotate(180deg) translateX(90px) rotate(-180deg) scale(1.2); }
    100% { transform: translate(-50%, -50%) rotate(360deg) translateX(90px) rotate(-360deg) scale(1); }
}

/* Outer orbit (ring-2: 140px radius) */
@keyframes gadsOrbitSpin2 {
    0% { transform: translate(-50%, -50%) rotate(90deg) translateX(140px) rotate(-90deg) scale(1); }
    50% { transform: translate(-50%, -50%) rotate(270deg) translateX(140px) rotate(-270deg) scale(1.2); }
    100% { transform: translate(-50%, -50%) rotate(450deg) translateX(140px) rotate(-450deg) scale(1); }
}

/* Section Header */
.gads-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gads-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.gads-section-header p {
    font-size: 16px;
    color: #6b7280;
}

/* Benefits Section */
.gads-benefits {
    background: #f8fafc;
    padding: 80px 0;
}

.gads-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #ff043d;
}

.benefit-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #ff043d 0%, #ff3366 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.benefit-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Ad Models Section */
.gads-models {
    background: #fff;
    padding: 80px 0;
}

.gads-models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.model-card {
    background: #f8fafc;
    padding: 28px 24px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.model-card:hover {
    background: #fff;
    border-color: #ff043d;
    box-shadow: 0 10px 30px rgba(255, 4, 61, 0.1);
}

.model-number {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #d1d5db;
}

.model-card:hover .model-number {
    color: #ff043d;
}

.model-icon {
    width: 50px;
    height: 50px;
    background: #1e1f28;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.model-card:hover .model-icon {
    background: #ff043d;
}

.model-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.model-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 6px;
}

.model-card p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* Detail Sections */
.gads-detail {
    padding: 80px 0;
    background: #fff;
}

.gads-detail-alt {
    background: #f8fafc;
}

.gads-detail-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.gads-detail-row.reverse {
    flex-direction: row-reverse;
}

.gads-detail-content {
    flex: 1;
}

.detail-tag {
    display: inline-block;
    background: rgba(255, 4, 61, 0.1);
    color: #ff043d;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gads-detail-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 16px;
}

.gads-detail-content > p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.gads-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gads-detail-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}

.gads-detail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #ff043d;
    border-radius: 50%;
}

.gads-detail-visual {
    flex: 0 0 420px;
}

/* Search Ads Mockup */
.gads-search-mockup {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.gads-search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 12px 20px;
    margin-bottom: 20px;
}

.gads-search-bar svg {
    width: 20px;
    height: 20px;
}

.gads-search-bar span {
    font-size: 14px;
    color: #64748b;
}

.gads-search-result {
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.gads-search-result.ad {
    background: #fef9e7;
    border: 1px solid #fde68a;
    animation: gadsResultPulse 3s ease-in-out infinite;
}

.gads-search-result.ad:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes gadsResultPulse {
    0%, 100% { transform: scale(1); box-shadow: none; }
    50% { transform: scale(1.02); box-shadow: 0 5px 20px rgba(251, 191, 36, 0.2); }
}

.gads-ad-label {
    display: inline-block;
    background: #1a73e8;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-bottom: 6px;
}

.gads-result-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a0dab;
    margin-bottom: 4px;
}

.gads-result-title.organic {
    background: #e2e8f0;
    height: 12px;
    width: 70%;
    border-radius: 4px;
}

.gads-result-url {
    font-size: 12px;
    color: #006621;
    margin-bottom: 4px;
}

.gads-result-url.organic {
    background: #d1fae5;
    height: 10px;
    width: 40%;
    border-radius: 4px;
}

.gads-result-desc {
    background: #f1f5f9;
    height: 8px;
    width: 90%;
    border-radius: 4px;
}

/* GDN Mockup */
.gads-gdn-mockup {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.gads-website-frame {
    background: #f8fafc;
}

.gads-website-header {
    display: flex;
    gap: 20px;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.gads-web-nav {
    width: 60px;
    height: 10px;
    background: #e2e8f0;
    border-radius: 4px;
}

.gads-website-body {
    padding: 20px;
    display: flex;
    gap: 20px;
}

.gads-web-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gads-web-line {
    height: 10px;
    background: #e2e8f0;
    border-radius: 4px;
}

.gads-web-line.short {
    width: 60%;
}

.gads-banner-ad {
    width: 160px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    animation: gadsBannerGlow 2s ease-in-out infinite;
}

@keyframes gadsBannerGlow {
    0%, 100% { box-shadow: 0 5px 20px rgba(66, 133, 244, 0.1); }
    50% { box-shadow: 0 10px 30px rgba(66, 133, 244, 0.25); }
}

.gads-banner-label {
    background: #4285f4;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    text-align: center;
}

.gads-banner-content {
    padding: 12px;
}

.gads-banner-img {
    height: 60px;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    border-radius: 6px;
    margin-bottom: 10px;
}

.gads-banner-title {
    font-size: 11px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.gads-banner-btn {
    background: #4285f4;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    text-align: center;
}

/* Remarketing Mockup */
.gads-remarketing-mockup {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.gads-remarket-user {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.gads-remarket-user svg {
    width: 30px;
    height: 30px;
    fill: #4285f4;
}

.gads-remarket-path {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.gads-path-dot {
    width: 10px;
    height: 10px;
    background: #4285f4;
    border-radius: 50%;
    animation: gadsPathPulse 1.5s ease-in-out infinite;
}

.gads-path-dot.d1 { animation-delay: 0s; }
.gads-path-dot.d2 { animation-delay: 0.3s; }
.gads-path-dot.d3 { animation-delay: 0.6s; }

@keyframes gadsPathPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.5); opacity: 1; }
}

.gads-remarket-screens {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.gads-remarket-screen {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    animation: gadsScreenBounce 2s ease-in-out infinite;
}

.gads-remarket-screen.s1 { animation-delay: 0s; }
.gads-remarket-screen.s2 { animation-delay: 0.3s; }
.gads-remarket-screen.s3 { animation-delay: 0.6s; }

@keyframes gadsScreenBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.gads-screen-icon svg {
    width: 28px;
    height: 28px;
    fill: #64748b;
}

.gads-remarket-label {
    display: inline-block;
    background: #4285f4;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
}

/* Shopping Ads Mockup */
.gads-shopping-mockup {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.gads-shopping-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.gads-shopping-header span {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.gads-shopping-products {
    display: flex;
    gap: 12px;
}

.gads-shop-product {
    flex: 1;
    background: #f8fafc;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    animation: gadsShopFloat 3s ease-in-out infinite;
}

.gads-shop-product:nth-child(1) { animation-delay: 0s; }
.gads-shop-product:nth-child(2) { animation-delay: 0.5s; }
.gads-shop-product:nth-child(3) { animation-delay: 1s; }

@keyframes gadsShopFloat {
    0%, 100% { transform: translateY(0); box-shadow: none; }
    50% { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }
}

.gads-shop-img {
    height: 70px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    border-radius: 8px;
    margin-bottom: 10px;
}

.gads-shop-title {
    font-size: 11px;
    color: #475569;
    margin-bottom: 4px;
}

.gads-shop-price {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.gads-shop-store {
    font-size: 10px;
    color: #22c55e;
}

/* CTA Section */
.gads-cta {
    padding: 60px 0;
    background: #fff;
}

.gads-cta-box {
    background: linear-gradient(135deg, #1e1f28 0%, #2d2e3a 100%);
    border-radius: 20px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.gads-cta-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.gads-cta-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.gads-cta-btn {
    display: inline-block;
    background: #ff043d;
    color: #fff;
    padding: 16px 36px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.gads-cta-btn:hover {
    background: #e00035;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 4, 61, 0.3);
    color: #fff;
}

/* FAQ Section */
.gads-faq {
    background: #f8fafc;
    padding: 80px 0;
}

.gads-faq .fqa-area-min {
    margin-bottom: 12px;
}

.gads-faq .fqa-btn {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.gads-faq .fqa-btn:hover {
    border-color: #ff043d;
}

/* Responsive */
@media (max-width: 1199px) {
    .gads-benefits-grid,
    .gads-models-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gads-hero-visual {
        flex: 0 0 300px;
    }
    
    .gads-orbit-container {
        width: 260px;
        height: 260px;
    }
    
    .gads-orbit-ring.ring-1 {
        width: 150px;
        height: 150px;
    }
    
    .gads-orbit-ring.ring-2 {
        width: 240px;
        height: 240px;
    }
}

@media (max-width: 991px) {
    .gads-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .gads-hero-visual {
        flex: none;
        margin: 30px auto 0;
    }
    
    .gads-hero-stats {
        justify-content: center;
    }
    
    .gads-detail-row,
    .gads-detail-row.reverse {
        flex-direction: column;
    }
    
    .gads-detail-visual {
        flex: none;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .gads-shopping-products {
        flex-wrap: wrap;
    }
    
    .gads-shop-product {
        flex: 1 1 calc(50% - 6px);
    }
    
    .gads-shop-product:nth-child(3) {
        flex: 1 1 100%;
    }
    
    .gads-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .gads-hero {
        padding: 60px 0;
    }
    
    .gads-hero-text h1 {
        font-size: 28px;
    }
    
    .gads-hero-stats {
        gap: 24px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .gads-hero-visual {
        display: none;
    }
    
    .gads-benefits,
    .gads-models,
    .gads-detail,
    .gads-faq {
        padding: 50px 0;
    }
    
    .gads-benefits-grid,
    .gads-models-grid {
        grid-template-columns: 1fr;
    }
    
    .gads-section-header h2 {
        font-size: 24px;
    }
    
    .gads-detail-content h2 {
        font-size: 22px;
    }
    
    .gads-cta-box {
        padding: 30px 20px;
    }
    
    .gads-cta-content h2 {
        font-size: 20px;
    }
}

/* =============================================
   HOME SERVICES SECTION
   ============================================= */

.home-services {
    background: #f8fafc;
    padding: 80px 0;
}

.home-services-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-tag {
    display: inline-block;
    background: rgba(255, 4, 61, 0.1);
    color: #ff043d;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-services-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.home-services-header p {
    font-size: 16px;
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    display: block;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1e1f28 0%, #3d3e4a 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.service-icon.google {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.service-icon.google svg {
    fill: #4285f4;
}

.service-icon.meta {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.service-icon.meta svg {
    fill: #0081fb;
}

.service-icon.dev {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.service-icon.dev svg {
    fill: #ff043d;
}

.service-icon.ecom {
    background: linear-gradient(135deg, #ff043d 0%, #ff6b6b 100%);
}

.service-icon.social {
    background: linear-gradient(135deg, #e4405f 0%, #833ab4 50%, #5851db 100%);
}

.service-icon.ai {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.service-card:hover .service-icon {
    transform: scale(1.05);
}

.service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 16px;
}

.service-link {
    font-size: 14px;
    font-weight: 600;
    color: #ff043d;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.service-card:hover .service-link {
    gap: 8px;
}

/* Responsive */
@media (max-width: 991px) {
    .home-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .home-services {
        padding: 50px 0;
    }
    
    .home-services-header h2 {
        font-size: 24px;
    }
    
    .home-services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .service-card {
        padding: 24px 20px;
    }
}

/* =============================================
   HOME SERVICES - GRID (CAROUSEL STYLE)
   ============================================= */

.services-grid {
    background: #f9fafb;
    padding: 60px 0 80px;
}

.services-grid-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-grid-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.services-grid-header p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

.services-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.service-grid-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-grid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Visual Area */
.service-grid-visual {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-grid-visual.dev-visual {
    background: linear-gradient(135deg, #fef2f2 0%, #fce7f3 100%);
}

.service-grid-visual.google-visual {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.service-grid-visual.meta-visual {
    background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
}

.service-grid-visual.ecom-visual {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

.service-grid-visual.social-visual {
    background: linear-gradient(135deg, #fdf4ff 0%, #fae8ff 100%);
}

.service-grid-visual.ai-visual {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

/* Floating Tags */
.services-grid .floating-tag {
    position: absolute;
    background: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: floatTag 3s ease-in-out infinite;
}

.services-grid .floating-tag.tag-1 {
    top: 20px;
    left: 20px;
    animation-delay: 0s;
}

.services-grid .floating-tag.tag-2 {
    top: 30px;
    right: 20px;
    animation-delay: 0.5s;
}

.services-grid .floating-tag.tag-3 {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 1s;
    animation: floatTagCenter 3s ease-in-out infinite;
}

@keyframes floatTag {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes floatTagCenter {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-8px); }
}

/* Center Icon */
.services-grid .center-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.services-grid .center-icon svg {
    width: 36px;
    height: 36px;
}

/* Content Area */
.service-grid-content {
    padding: 23px;
    padding-bottom: 32px;
    text-align: center;
}

.service-grid-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.service-grid-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 20px;
    min-height: 48px;
}

.service-grid-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1e1f28;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-grid-btn:hover {
    background: #ff043d;
    color: #fff;
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .services-grid {
        padding: 50px 0 60px;
    }
    
    .services-grid-header {
        margin-bottom: 40px;
    }
    
    .services-grid-header h2 {
        font-size: 28px;
    }
    
    .services-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .service-grid-visual {
        height: 160px;
    }
    
    .service-grid-content {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .services-grid {
        padding: 40px 0 50px;
    }
    
    .services-grid-header {
        margin-bottom: 30px;
    }
    
    .services-grid-header h2 {
        font-size: 24px;
    }
    
    .services-grid-header p {
        font-size: 14px;
    }
    
    .services-grid-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .service-grid-visual {
        height: 160px;
    }
    
    .service-grid-content {
        padding: 20px;
    }
    
    .service-grid-content h3 {
        font-size: 18px;
    }
    
    .service-grid-content p {
        font-size: 13px;
        min-height: auto;
        margin-bottom: 16px;
    }
    
    .services-grid .floating-tag {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .services-grid .center-icon {
        width: 56px;
        height: 56px;
    }
    
    .services-grid .center-icon svg {
        width: 28px;
        height: 28px;
    }
}


/* =============================================
   META ADS PAGE STYLES
   ============================================= */

/* Hero Section */
.mads-hero {
    background: linear-gradient(135deg, #1e1f28 0%, #2d2e3a 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.mads-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(24, 119, 242, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.mads-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.mads-hero-text {
    flex: 1;
}

.mads-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(24, 119, 242, 0.15);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(24, 119, 242, 0.3);
}

.mads-partner-badge svg {
    width: 28px;
    height: 28px;
}

.mads-partner-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.mads-hero-text h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 41px;
    margin-bottom: 10px;
}

.mads-hero-text p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
}

.mads-hero-stats {
    display: flex;
    gap: 40px;
}

.mads-hero-stats .stat-item {
    text-align: center;
}

.mads-hero-stats .stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #1877F2;
    margin-bottom: 4px;
}

.mads-hero-stats .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.mads-hero-visual {
    flex: 0 0 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Meta Orbit Animation */
.mads-orbit-container {
    position: relative;
    width: 300px;
    height: 300px;
}

.mads-orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(24, 119, 242, 0.2);
    z-index: 3;
    animation: madsCenterPulse 2s ease-in-out infinite;
}

.mads-orbit-center svg {
    width: 44px;
    height: 44px;
}

@keyframes madsCenterPulse {
    0%, 100% { box-shadow: 0 10px 40px rgba(24, 119, 242, 0.2); }
    50% { box-shadow: 0 15px 50px rgba(24, 119, 242, 0.35); }
}

.mads-orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.mads-orbit-ring.ring-1 {
    width: 180px;
    height: 180px;
    animation: madsRingSpin 20s linear infinite;
}

.mads-orbit-ring.ring-2 {
    width: 280px;
    height: 280px;
    animation: madsRingSpin 30s linear infinite reverse;
}

@keyframes madsRingSpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.mads-orbit-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.mads-orbit-icon svg {
    width: 24px;
    height: 24px;
}

.mads-orbit-icon.i1 {
    top: 50%;
    left: 50%;
    animation: madsOrbitSpin1 6s linear infinite;
}

.mads-orbit-icon.i1 svg { fill: #E4405F; }

.mads-orbit-icon.i2 {
    top: 50%;
    left: 50%;
    animation: madsOrbitSpin2 6s linear infinite;
}

.mads-orbit-icon.i2 svg { fill: #1877F2; }

.mads-orbit-icon.i3 {
    top: 50%;
    left: 50%;
    animation: madsOrbitSpin1 8s linear infinite reverse;
}

.mads-orbit-icon.i3 svg { fill: #0088cc; }

.mads-orbit-icon.i4 {
    top: 50%;
    left: 50%;
    animation: madsOrbitSpin2 8s linear infinite reverse;
}

.mads-orbit-icon.i4 svg { fill: #0084FF; }

@keyframes madsOrbitSpin1 {
    0% { transform: translate(-50%, -50%) rotate(0deg) translateX(90px) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg) translateX(90px) rotate(-360deg); }
}

@keyframes madsOrbitSpin2 {
    0% { transform: translate(-50%, -50%) rotate(90deg) translateX(140px) rotate(-90deg); }
    100% { transform: translate(-50%, -50%) rotate(450deg) translateX(140px) rotate(-450deg); }
}

/* Facebook Mockup */
.mads-fb-mockup {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    width: 320px;
}

.mads-fb-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
}

.mads-fb-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1877F2, #0d65d9);
    border-radius: 50%;
}

.mads-fb-info {
    flex: 1;
}

.mads-fb-name {
    font-size: 14px;
    font-weight: 700;
    color: #050505;
}

.mads-fb-meta {
    font-size: 12px;
    color: #65676B;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mads-fb-meta svg {
    fill: #65676B;
}

.mads-fb-content {
    padding: 0 12px 12px;
}

.mads-fb-text {
    font-size: 14px;
    color: #050505;
    margin-bottom: 12px;
}

.mads-fb-image {
    height: 180px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    animation: madsFbImagePulse 3s ease-in-out infinite;
}

@keyframes madsFbImagePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.9; }
}

.mads-fb-actions {
    display: flex;
    border-top: 1px solid #CED0D4;
    padding: 8px 12px;
}

.mads-fb-action {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mads-fb-action:hover {
    background: #F0F2F5;
}

.mads-fb-action svg {
    width: 18px;
    height: 18px;
    fill: #65676B;
}

.mads-fb-action span {
    font-size: 13px;
    font-weight: 600;
    color: #65676B;
}

/* Instagram Mockup */
.mads-ig-mockup {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    width: 320px;
}

.mads-ig-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
}

.mads-ig-avatar {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-radius: 50%;
}

.mads-ig-info {
    flex: 1;
}

.mads-ig-name {
    font-size: 13px;
    font-weight: 600;
    color: #262626;
}

.mads-ig-meta {
    font-size: 11px;
    color: #8e8e8e;
}

.mads-ig-more {
    font-size: 16px;
    font-weight: 700;
    color: #262626;
    letter-spacing: 2px;
}

.mads-ig-image {
    height: 320px;
    position: relative;
    overflow: hidden;
}

.mads-ig-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
    background-size: 300% 300%;
    animation: madsIgGradient 5s ease infinite;
}

@keyframes madsIgGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.mads-ig-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.mads-ig-left {
    display: flex;
    gap: 16px;
}

.mads-ig-actions svg {
    width: 24px;
    height: 24px;
    fill: #262626;
}

.mads-ig-likes {
    padding: 0 12px;
    font-size: 13px;
    font-weight: 600;
    color: #262626;
}

.mads-ig-cta {
    margin: 12px;
    padding: 10px;
    background: #0095F6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
}

/* Lookalike Mockup */
.mads-lookalike-mockup {
    background: linear-gradient(135deg, #f0f4ff, #e8f0fe);
    border-radius: 16px;
    padding: 30px;
}

.mads-lookalike-source,
.mads-lookalike-target {
    text-align: center;
}

.mads-source-label,
.mads-target-label {
    font-size: 12px;
    font-weight: 600;
    color: #1877F2;
    margin-bottom: 12px;
}

.mads-source-users,
.mads-target-users {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mads-user-dot {
    width: 36px;
    height: 36px;
    background: #1877F2;
    border-radius: 50%;
    animation: madsUserPulse 2s ease-in-out infinite;
}

.mads-user-dot.new {
    background: #42b883;
    animation: madsNewUserPop 0.5s ease-out forwards;
    opacity: 0;
}

.mads-user-dot.new.d1 { animation-delay: 0.5s; }
.mads-user-dot.new.d2 { animation-delay: 0.7s; }
.mads-user-dot.new.d3 { animation-delay: 0.9s; }
.mads-user-dot.new.d4 { animation-delay: 1.1s; }
.mads-user-dot.new.d5 { animation-delay: 1.3s; }
.mads-user-dot.new.d6 { animation-delay: 1.5s; }

@keyframes madsUserPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes madsNewUserPop {
    0% { opacity: 0; transform: scale(0); }
    100% { opacity: 1; transform: scale(1); }
}

.mads-lookalike-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}

.mads-arrow-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #1877F2, #42b883);
}

.mads-arrow-ai {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1877F2, #42b883);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: madsAiSpin 3s linear infinite;
}

.mads-arrow-ai svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

@keyframes madsAiSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Retargeting Mockup */
.mads-retarget-mockup {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border-radius: 16px;
    padding: 30px 20px;
}

.mads-retarget-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mads-retarget-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.mads-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: madsStepBounce 2s ease-in-out infinite;
}

.mads-step-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.mads-step-icon.site {
    background: linear-gradient(135deg, #64748b, #475569);
    animation-delay: 0s;
}

.mads-step-icon.pixel {
    background: linear-gradient(135deg, #1877F2, #0d65d9);
    animation-delay: 0.3s;
}

.mads-step-icon.ad {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    animation-delay: 0.6s;
}

@keyframes madsStepBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.mads-retarget-step span {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
}

.mads-retarget-dots {
    display: flex;
    gap: 6px;
}

.mads-retarget-dots span {
    width: 8px;
    height: 8px;
    background: #1877F2;
    border-radius: 50%;
    animation: madsDotsFlow 1.5s ease-in-out infinite;
}

.mads-retarget-dots span:nth-child(1) { animation-delay: 0s; }
.mads-retarget-dots span:nth-child(2) { animation-delay: 0.2s; }
.mads-retarget-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes madsDotsFlow {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

.mads-retarget-label {
    text-align: center;
    background: #1877F2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

/* Section Header */
.mads-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.mads-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.mads-section-header p {
    font-size: 16px;
    color: #6b7280;
}

/* Benefits Section */
.mads-benefits {
    background: #f8fafc;
    padding: 80px 0;
}

.mads-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.mads-benefits .benefit-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.mads-benefits .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(24, 119, 242, 0.1);
    border-color: #1877F2;
}

.mads-benefits .benefit-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1877F2 0%, #42a5f5 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.mads-benefits .benefit-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.mads-benefits .benefit-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.mads-benefits .benefit-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Ad Models Section */
.mads-models {
    background: #fff;
    padding: 80px 0;
}

.mads-models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.meta-card {
    background: #f8fafc;
    padding: 28px 24px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.meta-card:hover {
    background: #fff;
    border-color: #1877F2;
    box-shadow: 0 10px 30px rgba(24, 119, 242, 0.1);
}

.meta-card .model-number {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #d1d5db;
}

.meta-card:hover .model-number {
    color: #1877F2;
}

.meta-card .model-icon {
    width: 50px;
    height: 50px;
    background: #1e1f28;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.meta-card:hover .model-icon {
    background: #1877F2;
}

.meta-card .model-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.meta-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 6px;
}

.meta-card p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* Detail Sections */
.mads-detail {
    padding: 80px 0;
    background: #fff;
}

.mads-detail-alt {
    background: #f8fafc;
}

.mads-detail-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.mads-detail-row.reverse {
    flex-direction: row-reverse;
}

.mads-detail-content {
    flex: 1;
}

.mads-detail .detail-tag {
    display: inline-block;
    background: rgba(24, 119, 242, 0.1);
    color: #1877F2;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mads-detail-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 16px;
}

.mads-detail-content > p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.mads-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mads-detail-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}

.mads-detail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #1877F2;
    border-radius: 50%;
}

.mads-detail-visual {
    flex: 0 0 420px;
}

.mads-detail-visual img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Responsive - Meta Ads */
@media (max-width: 1199px) {
    .mads-benefits-grid,
    .mads-models-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mads-hero-visual {
        flex: 0 0 300px;
    }
    
    .mads-orbit-container {
        width: 260px;
        height: 260px;
    }
}

@media (max-width: 991px) {
    .mads-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .mads-hero-visual {
        flex: none;
        margin: 30px auto 0;
    }
    
    .mads-detail-visual {
        margin: 0 auto;
    }
    
    .mads-fb-mockup,
    .mads-ig-mockup {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .mads-hero-stats {
        justify-content: center;
    }
    
    .mads-detail-row,
    .mads-detail-row.reverse {
        flex-direction: column;
    }
    
    .mads-detail-visual {
        flex: none;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .mads-hero {
        padding: 60px 0;
    }
    
    .mads-hero-text h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .mads-hero-stats {
        gap: 24px;
    }
    
    .mads-hero-stats .stat-number {
        font-size: 24px;
    }
    
    .mads-benefits,
    .mads-models,
    .mads-detail {
        padding: 50px 0;
    }
    
    .mads-benefits-grid,
    .mads-models-grid {
        grid-template-columns: 1fr;
    }
    
    .mads-section-header h2 {
        font-size: 24px;
    }
    
    .mads-detail-content h2 {
        font-size: 22px;
    }
}


/* =============================================
   YANDEX ADS PAGE STYLES
   ============================================= */

/* Hero Section */
.yads-hero {
    background: linear-gradient(135deg, #1e1f28 0%, #2d2e3a 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.yads-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.yads-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.yads-hero-text {
    flex: 1;
}

.yads-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 0, 0, 0.12);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 0, 0, 0.25);
}

.yads-partner-badge svg {
    width: 28px;
    height: 28px;
}

.yads-partner-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.yads-hero-text h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 41px;
    margin-bottom: 10px;
}

.yads-hero-text p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
}

.yads-hero-stats {
    display: flex;
    gap: 40px;
}

.yads-hero-stats .stat-item {
    text-align: center;
}

.yads-hero-stats .stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #F59E0B;
    margin-bottom: 4px;
}

.yads-hero-stats .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.yads-hero-visual {
    flex: 0 0 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Yandex Orbit Animation */
.yads-orbit-container {
    position: relative;
    width: 300px;
    height: 300px;
}

.yads-orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #F59E0B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(245, 158, 11, 0.3);
    z-index: 3;
    animation: yadsCenterPulse 2s ease-in-out infinite;
}

.yads-logo {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    font-family: 'Times New Roman', serif;
}

.yads-logo-sm {
    font-size: 20px;
    font-weight: 700;
    color: #F59E0B;
    font-family: 'Times New Roman', serif;
}

.yads-logo-xs {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Times New Roman', serif;
}

@keyframes yadsCenterPulse {
    0%, 100% { box-shadow: 0 10px 40px rgba(245, 158, 11, 0.3); }
    50% { box-shadow: 0 15px 50px rgba(245, 158, 11, 0.5); }
}

.yads-orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.yads-orbit-ring.ring-1 {
    width: 180px;
    height: 180px;
    animation: yadsRingSpin 20s linear infinite;
}

.yads-orbit-ring.ring-2 {
    width: 280px;
    height: 280px;
    animation: yadsRingSpin 30s linear infinite reverse;
}

@keyframes yadsRingSpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.yads-orbit-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.yads-orbit-icon svg {
    width: 24px;
    height: 24px;
    fill: #F59E0B;
}

.yads-orbit-icon.i1 {
    top: 50%;
    left: 50%;
    animation: yadsOrbitSpin1 6s linear infinite;
}

.yads-orbit-icon.i2 {
    top: 50%;
    left: 50%;
    animation: yadsOrbitSpin2 6s linear infinite;
}

.yads-orbit-icon.i3 {
    top: 50%;
    left: 50%;
    animation: yadsOrbitSpin1 8s linear infinite reverse;
}

.yads-orbit-icon.i4 {
    top: 50%;
    left: 50%;
    animation: yadsOrbitSpin2 8s linear infinite reverse;
}

@keyframes yadsOrbitSpin1 {
    0% { transform: translate(-50%, -50%) rotate(0deg) translateX(90px) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg) translateX(90px) rotate(-360deg); }
}

@keyframes yadsOrbitSpin2 {
    0% { transform: translate(-50%, -50%) rotate(90deg) translateX(140px) rotate(-90deg); }
    100% { transform: translate(-50%, -50%) rotate(450deg) translateX(140px) rotate(-450deg); }
}

/* Yandex Search Mockup */
.yads-search-mockup {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    width: 340px;
}

.yads-search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFCC00;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 16px;
}

.yads-search-text {
    flex: 1;
    font-size: 13px;
    color: #000;
}

.yads-search-bar svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.yads-search-result {
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.yads-search-result.ad {
    background: #fff8e1;
    border: 1px solid #ffecb3;
    animation: yadsResultPulse 3s ease-in-out infinite;
}

.yads-search-result.ad:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes yadsResultPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); box-shadow: 0 5px 15px rgba(245, 158, 11, 0.1); }
}

.yads-ad-label {
    display: inline-block;
    background: #F59E0B;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-bottom: 6px;
}

.yads-result-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a0dab;
    margin-bottom: 4px;
}

.yads-result-title.organic {
    background: #e2e8f0;
    height: 12px;
    width: 70%;
    border-radius: 4px;
}

.yads-result-url {
    font-size: 12px;
    color: #006621;
}

.yads-result-url.organic {
    background: #d1fae5;
    height: 10px;
    width: 40%;
    border-radius: 4px;
    margin-top: 6px;
}

.yads-result-desc {
    background: #f1f5f9;
    height: 8px;
    width: 90%;
    border-radius: 4px;
    margin-top: 8px;
}

/* YAN (Yandex Ad Network) Mockup */
.yads-yan-mockup {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    width: 340px;
}

.yads-yan-site {
    background: #f8fafc;
}

.yads-yan-header {
    display: flex;
    gap: 20px;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.yads-yan-nav {
    width: 50px;
    height: 10px;
    background: #e2e8f0;
    border-radius: 4px;
}

.yads-yan-body {
    padding: 20px;
    display: flex;
    gap: 20px;
}

.yads-yan-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yads-yan-line {
    height: 10px;
    background: #e2e8f0;
    border-radius: 4px;
}

.yads-yan-line.short {
    width: 60%;
}

.yads-yan-banner {
    width: 140px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    animation: yadsBannerGlow 2s ease-in-out infinite;
}

@keyframes yadsBannerGlow {
    0%, 100% { box-shadow: 0 5px 20px rgba(245, 158, 11, 0.1); }
    50% { box-shadow: 0 10px 30px rgba(245, 158, 11, 0.25); }
}

.yads-yan-label {
    background: #F59E0B;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 8px;
    text-align: center;
}

.yads-yan-img {
    height: 70px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    margin: 10px;
    border-radius: 6px;
}

.yads-yan-text {
    font-size: 11px;
    font-weight: 600;
    color: #0f172a;
    text-align: center;
    margin-bottom: 8px;
}

.yads-yan-btn {
    background: #F59E0B;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 6px;
    margin: 0 10px 10px;
    border-radius: 4px;
    text-align: center;
}

/* Yandex Market Mockup */
.yads-market-mockup {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    width: 340px;
}

.yads-market-header {
    background: linear-gradient(90deg, #F59E0B, #D97706);
    padding: 12px 16px;
}

.yads-market-logo {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.yads-market-products {
    display: flex;
    gap: 10px;
    padding: 16px;
}

.yads-market-product {
    flex: 1;
    background: #f8fafc;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    animation: yadsProductFloat 3s ease-in-out infinite;
}

.yads-market-product:nth-child(1) { animation-delay: 0s; }
.yads-market-product:nth-child(2) { animation-delay: 0.5s; }
.yads-market-product:nth-child(3) { animation-delay: 1s; }

@keyframes yadsProductFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }
}

.yads-market-img {
    height: 60px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    border-radius: 6px;
    margin-bottom: 8px;
}

.yads-market-name {
    font-size: 10px;
    color: #475569;
    margin-bottom: 4px;
}

.yads-market-price {
    font-size: 14px;
    font-weight: 800;
    color: #D97706;
    margin-bottom: 4px;
}

.yads-market-store {
    font-size: 9px;
    color: #22c55e;
}

/* Yandex Remarketing Mockup */
.yads-remarket-mockup {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
}

.yads-remarket-user {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.yads-remarket-user svg {
    width: 30px;
    height: 30px;
    fill: #F59E0B;
}

.yads-remarket-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.yads-flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.yads-flow-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: yadsFlowBounce 2s ease-in-out infinite;
}

.yads-flow-icon svg {
    width: 24px;
    height: 24px;
    fill: #64748b;
}

.yads-flow-icon.tracker {
    background: #F59E0B;
}

.yads-flow-icon.ad svg {
    fill: #F59E0B;
}

@keyframes yadsFlowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.yads-flow-step span {
    font-size: 10px;
    font-weight: 600;
    color: #374151;
}

.yads-flow-arrow {
    font-size: 20px;
    color: #F59E0B;
    animation: yadsArrowPulse 1s ease-in-out infinite;
}

@keyframes yadsArrowPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.yads-remarket-label {
    display: inline-block;
    background: #F59E0B;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
}

/* Section Header */
.yads-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.yads-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.yads-section-header p {
    font-size: 16px;
    color: #6b7280;
}

/* Benefits Section */
.yads-benefits {
    background: #f8fafc;
    padding: 80px 0;
}

.yads-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.yads-benefits .benefit-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.yads-benefits .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(245, 158, 11, 0.08);
    border-color: #F59E0B;
}

.yads-benefits .benefit-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.yads-benefits .benefit-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.yads-benefits .benefit-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.yads-benefits .benefit-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Ad Models Section */
.yads-models {
    background: #fff;
    padding: 80px 0;
}

.yads-models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.yandex-card {
    background: #f8fafc;
    padding: 28px 24px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.yandex-card:hover {
    background: #fff;
    border-color: #F59E0B;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.1);
}

.yandex-card .model-number {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #d1d5db;
}

.yandex-card:hover .model-number {
    color: #F59E0B;
}

.yandex-card .model-icon {
    width: 50px;
    height: 50px;
    background: #1e1f28;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.yandex-card:hover .model-icon {
    background: #F59E0B;
}

.yandex-card .model-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.yandex-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 6px;
}

.yandex-card p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* Detail Sections */
.yads-detail {
    padding: 80px 0;
    background: #fff;
}

.yads-detail-alt {
    background: #f8fafc;
}

.yads-detail-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.yads-detail-row.reverse {
    flex-direction: row-reverse;
}

.yads-detail-content {
    flex: 1;
}

.yads-detail .detail-tag {
    display: inline-block;
    background: rgba(245, 158, 11, 0.1);
    color: #D97706;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.yads-detail-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 16px;
}

.yads-detail-content > p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.yads-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yads-detail-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}

.yads-detail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #F59E0B;
    border-radius: 50%;
}

.yads-detail-visual {
    flex: 0 0 420px;
}

.yads-detail-visual img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Responsive - Yandex Ads */
@media (max-width: 1199px) {
    .yads-benefits-grid,
    .yads-models-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yads-hero-visual {
        flex: 0 0 300px;
    }
    
    .yads-orbit-container {
        width: 260px;
        height: 260px;
    }
    
    .yads-orbit-center {
        width: 70px;
        height: 70px;
    }
    
    .yads-logo {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .yads-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .yads-hero-visual {
        flex: none;
        max-width: 280px;
    }
    
    .yads-orbit-container {
        width: 220px;
        height: 220px;
    }
    
    .yads-orbit-center {
        width: 60px;
        height: 60px;
    }
    
    .yads-logo {
        font-size: 32px;
    }
    
    .yads-orbit-ring.ring-1 {
        width: 140px;
        height: 140px;
    }
    
    .yads-orbit-ring.ring-2 {
        width: 210px;
        height: 210px;
    }
    
    .yads-orbit-icon {
        width: 36px;
        height: 36px;
    }
    
    .yads-orbit-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .yads-search-mockup,
    .yads-yan-mockup,
    .yads-market-mockup {
        width: 280px;
    }
    
    .yads-remarket-flow {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .yads-hero-stats {
        justify-content: center;
    }
    
    .yads-detail-row,
    .yads-detail-row.reverse {
        flex-direction: column;
    }
    
    .yads-detail-visual {
        flex: none;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .yads-hero {
        padding: 60px 0;
    }
    
    .yads-hero-text h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .yads-hero-stats {
        gap: 24px;
    }
    
    .yads-hero-stats .stat-number {
        font-size: 24px;
    }
    
    .yads-benefits,
    .yads-models,
    .yads-detail {
        padding: 50px 0;
    }
    
    .yads-benefits-grid,
    .yads-models-grid {
        grid-template-columns: 1fr;
    }
    
    .yads-section-header h2 {
        font-size: 24px;
    }
    
    .yads-detail-content h2 {
        font-size: 22px;
    }
}


/* =============================================
   SOCIAL MEDIA MANAGEMENT PAGE STYLES
   ============================================= */

/* Hero Section */
.smm-hero {
    background: linear-gradient(135deg, #1e1f28 0%, #2d2e3a 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.smm-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.smm-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.smm-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.smm-hero-text {
    flex: 1;
}

.smm-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(20, 184, 166, 0.2));
    color: #06b6d4;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.smm-hero-text h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 44px;
    margin-bottom: 13px;
}

.smm-hero-text > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 28px;
}

.smm-hero-platforms {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.platform-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.platform-icon:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.platform-icon svg {
    width: 24px;
    height: 24px;
}

.smm-hero-visual {
    flex: 0 0 380px;
}

.smm-stats-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.smm-stat {
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.smm-stat:last-child {
    border-bottom: none;
}

.smm-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #06b6d4, #14b8a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}

.smm-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Section Header */
.smm-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.smm-section-header.light h2 {
    color: #fff;
}

.smm-section-header.light p {
    color: rgba(255, 255, 255, 0.7);
}

.smm-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.smm-section-header p {
    font-size: 16px;
    color: #6b7280;
}

/* Services Section */
.smm-services {
    background: #f8fafc;
    padding: 80px 0;
}

.smm-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.smm-service-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.smm-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(6, 182, 212, 0.1);
    border-color: #06b6d4;
}

.smm-service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #06b6d4, #14b8a6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.smm-service-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.smm-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.smm-service-card > p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 16px;
}

.smm-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-service-list li {
    font-size: 13px;
    color: #374151;
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
}

.smm-service-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #06b6d4;
    border-radius: 50%;
}

/* Process Section */
.smm-process {
    background: linear-gradient(135deg, #1e1f28 0%, #2d2e3a 100%);
    padding: 80px 0;
}

.smm-process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.smm-step {
    text-align: center;
    padding: 0 30px;
    flex: 0 0 200px;
}

.smm-step-number {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #06b6d4, #14b8a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.smm-step h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.smm-step p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.smm-step-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #06b6d4, #14b8a6);
    flex-shrink: 0;
}

/* Platforms Section */
.smm-platforms {
    background: #fff;
    padding: 80px 0;
}

.smm-platforms-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.smm-platform-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 16px;
    background: #f8fafc;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.smm-platform-card:hover {
    background: #fff;
    border-color: #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.smm-platform-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.smm-platform-icon svg {
    width: 30px;
    height: 30px;
}

.smm-platform-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 8px;
}

.smm-platform-card p {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* Responsive - Social Media */
@media (max-width: 1199px) {
    .smm-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .smm-platforms-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .smm-hero-visual {
        flex: 0 0 320px;
    }
}

@media (max-width: 991px) {
    .smm-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .smm-hero-visual {
        flex: none;
        width: 100%;
        max-width: 350px;
    }
    
    .smm-hero-platforms {
        justify-content: center;
    }
    
    .smm-process-steps {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .smm-step-line {
        display: none;
    }
    
    .smm-step {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .smm-hero {
        padding: 60px 0;
    }
    
    .smm-hero-text h1 {
        font-size: 32px;
    }
    
    .smm-services,
    .smm-process,
    .smm-platforms {
        padding: 50px 0;
    }
    
    .smm-services-grid {
        grid-template-columns: 1fr;
    }
    
    .smm-platforms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .smm-section-header h2 {
        font-size: 24px;
    }
    
    .smm-step {
        flex: 0 0 100%;
    }
    
    .smm-stat-number {
        font-size: 28px;
    }
}


/* =============================================
   E-COMMERCE CONSULTING PAGE STYLES
   ============================================= */

/* Hero Section */
.ecom-hero {
    background: linear-gradient(135deg, #1e1f28 0%, #2d2e3a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.ecom-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.ecom-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.ecom-hero-text {
    flex: 1;
}

.ecom-badge {
    display: inline-block;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.ecom-hero-text h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 44px;
    margin-bottom: 16px;
}

.ecom-hero-text > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 28px;
}

.ecom-hero-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ecom-hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(16, 185, 129, 0.15);
    border-radius: 8px;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.ecom-hero-feature svg {
    width: 18px;
    height: 18px;
    fill: #10b981;
}

.ecom-hero-feature span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.ecom-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 320px;
}

.ecom-stat-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 16px;
}

.ecom-stat-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ecom-stat-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.ecom-stat-value {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #10b981;
}

.ecom-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

/* Section Header */
.ecom-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.ecom-section-header.light h2 {
    color: #fff;
}

.ecom-section-header.light p {
    color: rgba(255, 255, 255, 0.7);
}

.ecom-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.ecom-section-header p {
    font-size: 16px;
    color: #6b7280;
}

/* Services Section */
.ecom-services {
    background: #f8fafc;
    padding: 80px 0;
}

.ecom-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ecom-service-card {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    position: relative;
}

.ecom-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.1);
    border-color: #10b981;
}

.ecom-service-number {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 14px;
    font-weight: 800;
    color: #e5e7eb;
}

.ecom-service-card:hover .ecom-service-number {
    color: #10b981;
}

.ecom-service-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ecom-service-icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.ecom-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 10px;
}

.ecom-service-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Why Us Section */
.ecom-why {
    background: #f8fafc;
    padding: 80px 0;
}

.ecom-why-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ecom-why-text {
    flex: 1;
}

.ecom-why-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    line-height: 1.3;
    margin-bottom: 16px;
}

.ecom-why-text > p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 28px;
}

.ecom-why-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ecom-why-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ecom-why-item svg {
    width: 22px;
    height: 22px;
    fill: #10b981;
    flex-shrink: 0;
}

.ecom-why-item span {
    font-size: 15px;
    color: #374151;
}

.ecom-why-visual {
    flex: 0 0 400px;
}

.ecom-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.ecom-capability-item {
    background: #fff;
    padding: 24px 20px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.ecom-capability-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
    border-color: #10b981;
}

.ecom-capability-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.ecom-capability-icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.ecom-capability-item span {
    font-size: 14px;
    font-weight: 600;
    color: #1e1f28;
}

/* Results Section */
.ecom-results {
    background: #fff;
    padding: 80px 0;
}

.ecom-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ecom-result-card {
    text-align: center;
    padding: 40px 24px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.ecom-result-card:hover {
    border-color: #10b981;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
}

.ecom-result-value {
    font-size: 42px;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 8px;
}

.ecom-result-label {
    font-size: 16px;
    font-weight: 600;
    color: #1e1f28;
    margin-bottom: 12px;
}

.ecom-result-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* Responsive - E-Commerce */
@media (max-width: 1199px) {
    .ecom-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ecom-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ecom-hero-stats {
        flex: 0 0 280px;
    }
    
    .ecom-why-visual {
        flex: 0 0 340px;
    }
}

@media (max-width: 991px) {
    .ecom-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .ecom-hero-stats {
        flex: none;
        width: 100%;
        max-width: 400px;
    }
    
    .ecom-hero-badges {
        justify-content: center;
    }
    
    .ecom-why-content {
        flex-direction: column;
        text-align: center;
    }
    
    .ecom-why-visual {
        flex: none;
        width: 100%;
        max-width: 400px;
    }
    
    .ecom-why-list {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .ecom-hero {
        padding: 60px 0;
    }
    
    .ecom-hero-text h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .ecom-services,
    .ecom-why,
    .ecom-results {
        padding: 50px 0;
    }
    
    .ecom-services-grid,
    .ecom-results-grid {
        grid-template-columns: 1fr;
    }
    
    .ecom-section-header h2 {
        font-size: 24px;
    }
    
    .ecom-result-value {
        font-size: 32px;
    }
    
    .ecom-stat-card {
        padding: 20px;
    }
    
    .ecom-stat-value {
        font-size: 20px;
    }
    
    .ecom-why-text h2 {
        font-size: 26px;
    }
    
    .ecom-capability-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .ecom-capability-item {
        padding: 18px 16px;
    }
    
    .ecom-capability-icon {
        width: 44px;
        height: 44px;
    }
    
    .ecom-hero-features {
        justify-content: center;
    }
}

/* ================================================
   DIGITAL REPUTATION PAGE STYLES
   ================================================ */

/* Hero Section */
.rep-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.rep-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 30% 20%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(14, 165, 233, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.rep-hero-content {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.rep-hero-text {
    flex: 1;
}

.rep-hero-stats-top {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.rep-mini-stat {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.rep-mini-stat:last-child {
    border-right: none;
    padding-right: 0;
}

.rep-mini-value {
    font-size: 34px;
    font-weight: 800;
    color: #06b6d4;
    line-height: 1;
    margin-bottom: 2px;
}

.rep-mini-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.rep-hero-text h1 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    margin-bottom: 15px;
}

.rep-hero-text h1 span {
    color: #06b6d4;
}

.rep-hero-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 500px;
}

.rep-hero-cta {
    display: flex;
    gap: 16px;
}

.rep-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.3);
}

.rep-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(6, 182, 212, 0.4);
    color: #fff;
}

.rep-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.rep-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Hero Visual - Platform Orbit */
.rep-hero-visual {
    flex: 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rep-platform-orbit {
    width: 350px;
    height: 350px;
    position: relative;
}

.rep-orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 60px rgba(6, 182, 212, 0.4);
    z-index: 2;
}

.rep-orbit-center svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.rep-platform-item {
    position: absolute;
    background: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: floatPlatform 4s ease-in-out infinite;
}

.rep-platform-item svg {
    width: 24px;
    height: 24px;
}

.rep-platform-item span {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}

.rep-platform-item.p1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.rep-platform-item.p2 {
    top: 25%;
    right: 0;
    animation-delay: 0.5s;
}

.rep-platform-item.p3 {
    bottom: 25%;
    right: 5%;
    animation-delay: 1s;
}

.rep-platform-item.p4 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 1.5s;
}

.rep-platform-item.p5 {
    top: 40%;
    left: 0;
    animation-delay: 2s;
}

@keyframes floatPlatform {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.rep-platform-item.p1,
.rep-platform-item.p4 {
    animation: floatPlatformCenter 4s ease-in-out infinite;
}

@keyframes floatPlatformCenter {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-8px); }
}

/* Problems Section */
.rep-problems {
    background: #f8fafc;
    padding: 80px 0;
}

.rep-section-tag {
    display: inline-block;
    background: rgba(255, 4, 61, 0.08);
    color: #ff043d;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rep-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.rep-section-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.rep-section-header p {
    font-size: 16px;
    color: #64748b;
}

.rep-section-header.light h2 {
    color: #fff;
}

.rep-section-header.light p {
    color: rgba(255, 255, 255, 0.7);
}

.rep-problems-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.rep-problem-card {
    background: #fff;
    padding: 28px 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}

.rep-problem-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    background: linear-gradient(90deg, #ff043d, #ff3366);
    border-radius: 0 0 16px 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rep-problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 4, 61, 0.1);
    border-color: transparent;
}

.rep-problem-card:hover::before {
    opacity: 1;
}

.rep-problem-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #fff0f3, #ffe4e9);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.rep-problem-icon svg {
    width: 26px;
    height: 26px;
    fill: #ff043d;
}

.rep-problem-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.rep-problem-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Services Section */
.rep-services {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0;
    position: relative;
}

.rep-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(6, 182, 212, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.rep-services .container {
    position: relative;
    z-index: 1;
}

.rep-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rep-service-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 32px 28px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.rep-service-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-5px);
    border-color: rgba(6, 182, 212, 0.3);
}

.rep-service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.rep-service-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.rep-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.rep-service-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 20px;
}

.rep-service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rep-service-card ul li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
}

.rep-service-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #06b6d4;
    border-radius: 50%;
}

/* Process Section */
.rep-process {
    background: #f8fafc;
    padding: 80px 0;
}

.rep-process-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.rep-process-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.rep-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.rep-process-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.rep-process-icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.rep-process-step-num {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 48px;
    font-weight: 900;
    color: #f1f5f9;
    line-height: 1;
}

.rep-process-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.rep-process-card > p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.rep-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rep-process-list li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 8px;
}

.rep-process-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #0ea5e9;
    border-radius: 50%;
}

/* Stats Section */
.rep-stats {
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.rep-stats-header {
    text-align: center;
    margin-bottom: 50px;
}

.rep-stats-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.rep-stats-header p {
    font-size: 16px;
    color: #64748b;
}

.rep-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.rep-stat-item {
    text-align: center;
    padding: 32px 24px;
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 100%);
    border-radius: 20px;
    border: 1px solid #99f6e4;
    transition: all 0.3s ease;
}

.rep-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(6, 182, 212, 0.15);
}

.rep-stat-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.rep-stat-icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.rep-stat-value {
    font-size: 42px;
    font-weight: 800;
    color: #0891b2;
    margin-bottom: 8px;
}

.rep-stat-label {
    font-size: 14px;
    color: #475569;
    line-height: 1.4;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1199px) {
    .rep-problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rep-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rep-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rep-process-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rep-platform-orbit {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    .rep-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .rep-hero-visual {
        flex: none;
    }
    
    .rep-hero-stats-top {
        justify-content: center;
    }
    
    .rep-hero-text p {
        max-width: 100%;
    }
    
    .rep-platform-orbit {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .rep-hero {
        padding: 60px 0;
    }
    
    .rep-problems,
    .rep-services,
    .rep-process,
    .rep-stats {
        padding: 50px 0;
    }
    
    .rep-hero-stats-top {
        flex-wrap: nowrap;
        gap: 10px;
        flex-direction: row;
        justify-content: center;
    }
    
    .rep-mini-stat {
        padding-right: 10px;
        flex: 1;
        min-width: 0;
    }
    
    .rep-mini-value {
        font-size: 20px;
    }
    
    .rep-mini-label {
        font-size: 10px;
    }
    
    .rep-hero-text h1 {
        font-size: 26px;
        line-height: 1.3;
    }
    
    .rep-section-header h2 {
        font-size: 24px;
    }
    
    .rep-problems-grid,
    .rep-services-grid,
    .rep-stats-grid,
    .rep-process-cards {
        grid-template-columns: 1fr;
    }
    
    .rep-hero-visual {
        display: none;
    }
    
    .rep-stat-value {
        font-size: 32px;
    }
    
    .rep-process-step-num {
        font-size: 36px;
    }
}

/* ================================================
   AI AUTOMATION PAGE STYLES
   ================================================ */

/* Hero Section */
.ai-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.ai-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(37, 99, 235, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.ai-hero-content {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.ai-hero-text {
    flex: 1;
}

.ai-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #93c5fd;
    margin-bottom: 24px;
}

.ai-hero-badge svg {
    width: 18px;
    height: 18px;
    fill: #60a5fa;
}

.ai-hero-text h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
}

.ai-hero-text p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 780px;
}

.ai-hero-stats {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.ai-stat {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.ai-stat:last-child {
    border-right: none;
    padding-right: 0;
}

.ai-stat-value {
    font-size: 34px;
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 2px;
}

.ai-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Hero Visual - AI Brain */
.ai-hero-visual {
    flex: 0 0 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-brain {
    width: 300px;
    height: 300px;
    position: relative;
}

.ai-brain-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 60px rgba(59, 130, 246, 0.5);
    z-index: 3;
}

.ai-brain-core svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.ai-orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
}

.ai-orbit-ring.ring-1 {
    width: 180px;
    height: 180px;
    animation: aiOrbitPulse 3s ease-in-out infinite;
}

.ai-orbit-ring.ring-2 {
    width: 280px;
    height: 280px;
    animation: aiOrbitPulse 3s ease-in-out infinite 0.5s;
}

@keyframes aiOrbitPulse {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.05); }
}

.ai-node {
    position: absolute;
    width: 44px;
    height: 44px;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: aiNodeFloat 4s ease-in-out infinite;
}

.ai-node svg {
    width: 22px;
    height: 22px;
    fill: #60a5fa;
}

.ai-node.node-1 {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.ai-node.node-2 {
    bottom: 20%;
    left: 5%;
    animation-delay: 0.5s;
}

.ai-node.node-3 {
    bottom: 20%;
    right: 5%;
    animation-delay: 1s;
}

@keyframes aiNodeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.ai-node.node-1 {
    animation: aiNodeFloatCenter 4s ease-in-out infinite;
}

@keyframes aiNodeFloatCenter {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

/* Services Section */
.ai-services {
    background: #f8fafc;
    padding: 80px 0;
}

.ai-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.ai-section-tag {
    display: inline-block;
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ai-section-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.ai-section-header p {
    font-size: 16px;
    color: #64748b;
}

.ai-section-header.light h2 {
    color: #fff;
}

.ai-section-header.light p {
    color: rgba(255, 255, 255, 0.6);
}

.ai-section-header.light .ai-section-tag {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
}

.ai-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ai-service-card {
    background: #fff;
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.ai-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.ai-service-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ai-service-icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.ai-service-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.ai-service-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.ai-service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ai-service-features li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 6px;
}

.ai-service-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

/* Use Cases Section */
.ai-usecases {
    background: #fff;
    padding: 80px 0;
}

.ai-usecases-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ai-usecases-content {
    flex: 1;
}

.ai-usecases-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.ai-usecases-content > p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 30px;
}

.ai-usecase-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ai-usecase-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.ai-usecase-item:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.ai-usecase-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ai-usecase-icon svg {
    width: 24px;
    height: 24px;
    fill: #2563eb;
}

.ai-usecase-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.ai-usecase-item p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.ai-usecases-visual {
    flex: 0 0 400px;
}

.ai-usecases-visual img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

/* Process Section */
.ai-process {
    background: #f8fafc;
    padding: 80px 0;
}

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

.ai-process-step {
    background: #fff;
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
}

.ai-process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.ai-process-num {
    font-size: 36px;
    font-weight: 900;
    color: rgba(59, 130, 246, 0.2);
    margin-bottom: 16px;
}

.ai-process-step h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.ai-process-step p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* AI Sectors Section */
.ai-sectors {
    background: linear-gradient(135deg, #1e3a5f 0%, #234876 100%);
    padding: 80px 0;
}

.ai-sectors-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.ai-sector-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 28px 20px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.ai-sector-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.4);
}

.ai-sector-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.ai-sector-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.ai-sector-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.ai-sector-card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
    margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .ai-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ai-process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ai-sectors-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .ai-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .ai-hero-visual {
        flex: none;
    }
    
    .ai-hero-text p {
        max-width: 100%;
    }
    
    .ai-hero-stats {
        justify-content: center;
    }
    
    .ai-usecases-wrap {
        flex-direction: column;
    }
    
    .ai-usecases-visual {
        flex: none;
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .ai-hero {
        padding: 60px 0;
    }
    
    .ai-services,
    .ai-usecases,
    .ai-process {
        padding: 50px 0;
    }
    
    .ai-hero-text h1 {
        font-size: 30px;
    }
    
    .ai-hero-stats {
        flex-wrap: nowrap;
        gap: 10px;
        flex-direction: row;
        justify-content: center;
    }
    
    .ai-stat {
        padding-right: 10px;
        flex: 1;
        min-width: 0;
    }
    
    .ai-stat-value {
        font-size: 20px;
    }
    
    .ai-stat-label {
        font-size: 10px;
    }
    
    .ai-section-header h2 {
        font-size: 26px;
    }
    
    .ai-services-grid,
    .ai-process-steps {
        grid-template-columns: 1fr;
    }
    
    .ai-sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ai-hero-visual {
        display: none;
    }
    
    .ai-usecases-content h2 {
        font-size: 26px;
    }
}

/* ================================================
   E-COMMERCE PAGE STYLES
   ================================================ */

/* Hero Section */
.ecom-page-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}

.ecom-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 30% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(99, 102, 241, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.ecom-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.ecom-hero-text {
    flex: 1;
}

.ecom-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 24px;
}

.ecom-hero-badge svg {
    width: 18px;
    height: 18px;
    fill: #60a5fa;
}

.ecom-hero-badge span {
    font-size: 13px;
    font-weight: 600;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ecom-hero-text h1 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 45px;
    margin-bottom: 6px;
    max-width: 411px;
}

.ecom-hero-text h1 span {
    color: #60a5fa;
}

.ecom-hero-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 720px;
}

.ecom-hero-stats {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.ecom-hero-stat {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.ecom-hero-stat:last-child {
    border-right: none;
    padding-right: 0;
}

.ecom-stat-value {
    font-size: 34px;
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 2px;
}

.ecom-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.ecom-hero-buttons {
    display: flex;
    gap: 16px;
}

.ecom-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.ecom-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
    color: #fff;
}

.ecom-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
}

.ecom-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* Hero Visual */
.ecom-hero-visual {
    flex: 0 0 420px;
}

.ecom-visual-box {
    position: relative;
}

.ecom-shop-preview {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.ecom-preview-header {
    background: #f1f5f9;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ecom-dots {
    display: flex;
    gap: 6px;
}

.ecom-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e2e8f0;
}

.ecom-dots span:first-child { background: #ef4444; }
.ecom-dots span:nth-child(2) { background: #f59e0b; }
.ecom-dots span:last-child { background: #10b981; }

.ecom-url-bar {
    flex: 1;
    background: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    color: #64748b;
}

.ecom-preview-content {
    padding: 20px;
    display: flex;
    gap: 16px;
}

.ecom-preview-product {
    flex: 1;
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
}

.ecom-product-img {
    height: 80px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    border-radius: 8px;
    margin-bottom: 10px;
}

.ecom-product-title {
    height: 10px;
    background: #e2e8f0;
    border-radius: 4px;
    margin-bottom: 8px;
    width: 80%;
}

.ecom-product-price {
    height: 14px;
    background: #3b82f6;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 50%;
}

.ecom-product-btn {
    background: #1e3a8a;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
}

.ecom-floating-icons {
    position: absolute;
}

.ecom-float-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: ecomFloat 4s ease-in-out infinite;
}

.ecom-float-icon svg {
    width: 24px;
    height: 24px;
    fill: #3b82f6;
}

.ecom-float-icon.i1 {
    top: -20px;
    right: -20px;
    animation-delay: 0s;
}

.ecom-float-icon.i2 {
    bottom: 60px;
    left: -30px;
    animation-delay: 0.5s;
}

.ecom-float-icon.i3 {
    bottom: -10px;
    right: 40px;
    animation-delay: 1s;
}

@keyframes ecomFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Section Header */
.ecom-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.ecom-section-tag {
    display: inline-block;
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ecom-section-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.ecom-section-header h3 {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.ecom-section-header p {
    font-size: 16px;
    color: #64748b;
}

.ecom-section-header.light h2 {
    color: #fff;
}

.ecom-section-header.light p {
    color: rgba(255, 255, 255, 0.7);
}

.ecom-section-header.light .ecom-section-tag {
    background: rgba(96, 165, 250, 0.2);
    color: #93c5fd;
}

/* Process Section - Timeline */
.ecom-process {
    background: #fff;
    padding: 80px 0;
}

.ecom-timeline {
    display: flex;
    flex-direction: row;
    gap: 30px;
    position: relative;
}

.ecom-timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
}

.ecom-timeline-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.ecom-timeline-marker {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.ecom-timeline-marker span {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.ecom-timeline-content {
    background: #f8fafc;
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    width: 100%;
}

.ecom-timeline-content:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
    transform: translateY(-3px);
}

.ecom-timeline-label {
    display: inline-block;
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ecom-timeline-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.ecom-timeline-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.ecom-timeline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.ecom-timeline-tags span {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    color: #475569;
    font-weight: 500;
}

/* Features Section */
.ecom-features {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0;
}

.ecom-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ecom-feature-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 28px 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.ecom-feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(59, 130, 246, 0.3);
}

.ecom-feature-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.ecom-feature-icon svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.ecom-feature-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.ecom-feature-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* Why Us Section */
.ecom-whyus {
    background: #fff;
    padding: 80px 0;
}

.ecom-whyus-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ecom-whyus-text {
    flex: 1;
}

.ecom-whyus-text h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.ecom-whyus-text > p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 32px;
}

.ecom-whyus-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ecom-whyus-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.ecom-whyus-item:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.ecom-check-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ecom-check-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.ecom-whyus-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.ecom-whyus-item p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.ecom-whyus-visual {
    flex: 0 0 380px;
    text-align: center;
}

.ecom-partner-badge {
    margin-bottom: 30px;
}

.ecom-partner-badge img {
    max-width: 180px;
    height: auto;
}

.ecom-stats-box {
    background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
    padding: 30px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ecom-stat-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.ecom-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #93c5fd;
}

.ecom-stat-txt {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/* E-commerce FAQ */
.ecommerce-fqa {
    background: #f8fafc;
    padding: 80px 0;
}

.ecommerce-fqa .fqa-area-min {
    background: #fff;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.ecommerce-fqa .fqa-btn {
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
}

.ecommerce-fqa .fqa-btn:hover {
    color: #2563eb;
}

.ecommerce-fqa .fqa-btn.active {
    color: #2563eb;
    background: rgba(59, 130, 246, 0.05);
}

.ecommerce-fqa .collapse p {
    padding: 0 24px 20px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 1199px) {
    .ecom-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .ecom-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .ecom-hero-visual {
        flex: none;
        max-width: 380px;
    }
    
    .ecom-hero-text p {
        max-width: 100%;
    }
    
    .ecom-hero-stats {
        justify-content: center;
    }
    
    .ecom-hero-buttons {
        justify-content: center;
    }
    
    .ecom-timeline {
        flex-direction: column;
        gap: 24px;
    }
    
    .ecom-timeline::before {
        display: none;
    }
    
    .ecom-timeline-item {
        flex-direction: row;
        text-align: left;
        gap: 20px;
    }
    
    .ecom-timeline-marker {
        flex-shrink: 0;
        margin-bottom: 0;
    }
    
    .ecom-timeline-tags {
        justify-content: flex-start;
    }
    
    .ecom-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ecom-whyus-content {
        flex-direction: column;
    }
    
    .ecom-whyus-visual {
        flex: none;
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .ecom-page-hero {
        padding: 60px 0;
        padding-bottom: 30px;
    }
    
    .ecom-process,
    .ecom-features,
    .ecom-whyus {
        padding: 50px 0;
    }
    
    .ecom-hero-text h1 {
        font-size: 30px;
    }
    
    .ecom-hero-stats {
        flex-wrap: nowrap;
        gap: 10px;
        flex-direction: row;
        justify-content: center;
    }
    
    .ecom-hero-stat {
        padding-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        flex: 1;
        min-width: 0;
    }
    
    .ecom-hero-stat:last-child {
        border-right: none;
        padding-right: 0;
    }
    
    .ecom-stat-value {
        font-size: 20px;
    }
    
    .ecom-stat-label {
        font-size: 10px;
    }
    
    .ecom-section-header h2 {
        font-size: 26px;
    }
    
    .ecom-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .ecom-feature-card {
        padding: 20px 16px;
    }
    
    .ecom-hero-visual {
        display: none;
    }
    
    .ecom-whyus-text h2 {
        font-size: 26px;
    }
    
    .ecom-timeline-content h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ecom-features-grid {
        grid-template-columns: 1fr;
    }
    
    .ecom-hero-stats {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
    }
    
    .ecom-hero-stat {
        padding-right: 8px;
        padding-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: none;
        flex: 1;
        min-width: 0;
    }
    
    .ecom-hero-stat:last-child {
        border-right: none;
        padding-right: 0;
    }
    
    .ecom-stat-value {
        font-size: 24px;
        margin-bottom: 5px;
    }
    
    .ecom-stat-label {
        font-size: 12px;
    }
}

/* ==========================================
   PROJECT DEVELOPMENT PAGE STYLES
   ========================================== */

/* Hero Section */
.pdev-hero {
    background: #1f2029;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.pdev-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.08) 0%, transparent 60%);
    border-radius: 50%;
}

.pdev-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.pdev-hero-text {
    flex: 1;
}

.pdev-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(20, 184, 166, 0.15);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(20, 184, 166, 0.3);
}

.pdev-hero-badge svg {
    width: 20px;
    height: 20px;
    fill: #2dd4bf;
}

.pdev-hero-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.pdev-hero-text h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    margin-bottom: 15px;
    max-width: 400px;
}

.pdev-hero-text h1 span {
    color: #2dd4bf;
}

.pdev-hero-text > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 32px;
}

/* pdev-hero with acad-hero-center layout */
.pdev-hero .acad-hero-center h1 {
    line-height: 1.3;
    margin-bottom: 20px;
}

.pdev-hero .acad-hero-center h1 span {
    color: #2dd4bf;
}

.pdev-hero .acad-hero-center > p {
    margin-bottom: 0px;
}

.pdev-hero-stats {
    display: flex;
    gap: 32px;
}

.pdev-hero-stat {
    text-align: center;
    padding-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.pdev-hero-stat:last-child {
    border-right: none;
    padding-right: 0;
}

.pdev-stat-value {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #14b8a6;
    margin-bottom: 4px;
}

.pdev-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

/* Hero Visual */
.pdev-hero-visual {
    flex: 0 0 480px;
}

.pdev-visual-box {
    position: relative;
}

.pdev-code-window {
    background: #282a36;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    animation: pdevFloat 4s ease-in-out infinite;
}

@keyframes pdevFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.pdev-window-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #21222c;
    border-bottom: 1px solid #343644;
}

.pdev-dots {
    display: flex;
    gap: 6px;
}

.pdev-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pdev-dots span:nth-child(1) { background: #ff5f57; }
.pdev-dots span:nth-child(2) { background: #ffbd2e; }
.pdev-dots span:nth-child(3) { background: #28ca42; }

.pdev-window-title {
    font-size: 12px;
    color: #6272a4;
}

.pdev-code-content {
    padding: 20px;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 13px;
    line-height: 1.8;
}

.pdev-code-line {
    display: flex;
    align-items: center;
    gap: 16px;
}

.line-num {
    color: #6272a4;
    width: 20px;
    text-align: right;
}

.code-keyword { color: #ff79c6; }
.code-var { color: #f8f8f2; }
.code-prop { color: #8be9fd; }
.code-string { color: #50fa7b; }

.code-cursor {
    color: #f8f8f2;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Floating Cards */
.pdev-floating-cards {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.pdev-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
}

.pdev-float-card svg {
    width: 18px;
    height: 18px;
    stroke: #14b8a6;
    stroke-width: 2;
    fill: none;
}

.pdev-float-card.fc1 {
    top: -10px;
    right: 20px;
    animation: pdevCardFloat1 3s ease-in-out infinite;
}

.pdev-float-card.fc2 {
    bottom: 60px;
    right: -20px;
    animation: pdevCardFloat2 3.5s ease-in-out infinite;
}

.pdev-float-card.fc2 svg {
    stroke: none;
    fill: #14b8a6;
}

.pdev-float-card.fc3 {
    bottom: 20px;
    left: -10px;
    animation: pdevCardFloat3 4s ease-in-out infinite;
}

.pdev-float-card.fc3 svg {
    stroke: none;
    fill: #14b8a6;
}

@keyframes pdevCardFloat1 {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes pdevCardFloat2 {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-8px) rotate(-2deg); }
}

@keyframes pdevCardFloat3 {
    0%, 100% { transform: translateY(0) rotate(1deg); }
    50% { transform: translateY(-6px) rotate(-1deg); }
}

/* Section Header */
.pdev-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.pdev-section-header.light {
    color: #fff;
}

.pdev-section-tag {
    display: inline-block;
    background: rgba(20, 184, 166, 0.1);
    color: #14b8a6;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    border: 1px solid rgba(20, 184, 166, 0.2);
}

.pdev-section-header h2,
.pdev-section-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.pdev-section-header.light h2 {
    color: #fff;
}

.pdev-section-header p {
    font-size: 16px;
    color: #64748b;
}

.pdev-section-header.light p {
    color: rgba(255, 255, 255, 0.7);
}

/* Process Section */
.pdev-process {
    padding: 80px 0;
    background: #f8fafc;
}

.pdev-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.pdev-timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #0d9488, #14b8a6);
}

.pdev-timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.pdev-timeline-item:last-child {
    margin-bottom: 0;
}

.pdev-timeline-marker {
    flex: 0 0 58px;
    height: 58px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.pdev-timeline-marker span {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.pdev-timeline-content {
    flex: 1;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.pdev-timeline-label {
    font-size: 12px;
    font-weight: 600;
    color: #14b8a6;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pdev-timeline-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.pdev-timeline-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.pdev-timeline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pdev-timeline-tags span {
    background: rgba(20, 184, 166, 0.1);
    color: #14b8a6;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

/* Services Section */
.pdev-services {
    padding: 80px 0;
    background: #1f2029;
}

.pdev-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pdev-service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    transition: all 0.3s ease;
}

.pdev-service-card:hover {
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.3);
    transform: translateY(-4px);
}

.pdev-service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.pdev-service-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.pdev-service-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.pdev-service-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

/* Why Us Section */
.pdev-whyus {
    padding: 80px 0;
    background: #fff;
}

.pdev-whyus-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.pdev-whyus-text {
    flex: 1;
}

.pdev-whyus-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.pdev-whyus-text > p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 32px;
}

.pdev-whyus-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pdev-whyus-item {
    display: flex;
    gap: 16px;
}

.pdev-check-icon {
    flex: 0 0 40px;
    height: 40px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdev-check-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.pdev-whyus-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.pdev-whyus-item p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.pdev-whyus-visual {
    flex: 0 0 400px;
    text-align: center;
}

.pdev-partner-badge {
    margin-bottom: 30px;
}

.pdev-partner-badge img {
    height: 120px;
}

.pdev-stats-box {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.pdev-stat-item {
    text-align: center;
    padding: 20px 24px;
    background: #f8fafc;
    border-radius: 12px;
}

.pdev-stat-num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #14b8a6;
    margin-bottom: 4px;
}

.pdev-stat-txt {
    font-size: 12px;
    color: #64748b;
}

/* Projects Section */
.pdev-projects {
    padding: 80px 0;
    background: #f8fafc;
}

.pdev-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pdev-project-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.pdev-project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.pdev-project-card.large {
    grid-column: span 2;
    grid-row: span 2;
}

.pdev-project-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.pdev-project-card.large .pdev-project-img {
    height: 100%;
    min-height: 340px;
}

.pdev-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pdev-project-card:hover .pdev-project-img img {
    transform: scale(1.05);
}

.pdev-project-info {
    padding: 16px;
}

.pdev-project-card.large .pdev-project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 24px;
}

.pdev-project-tag {
    display: inline-block;
    background: rgba(20, 184, 166, 0.1);
    color: #14b8a6;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pdev-project-card.large .pdev-project-tag {
    background: rgba(20, 184, 166, 0.9);
    color: #fff;
}

.pdev-project-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.pdev-project-card.large .pdev-project-info h4 {
    color: #fff;
    font-size: 20px;
}

.pdev-project-info p {
    font-size: 13px;
    color: #64748b;
}

.pdev-project-card.large .pdev-project-info p {
    color: rgba(255, 255, 255, 0.8);
}

/* FAQ Section */
.pdev-fqa {
    background: #fff;
}

.pdev-fqa .pdev-section-header {
    margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 991px) {
    .pdev-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .pdev-hero-visual {
        flex: none;
        width: 100%;
        max-width: 420px;
    }
    
    .pdev-hero-stats {
        justify-content: center;
    }
    
    .pdev-hero-text h1 {
        font-size: 34px;
    }
    
    .pdev-timeline::before {
        left: 23px;
    }
    
    .pdev-timeline-marker {
        flex: 0 0 48px;
        height: 48px;
    }
    
    .pdev-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pdev-whyus-content {
        flex-direction: column;
        text-align: center;
    }
    
    .pdev-whyus-visual {
        flex: none;
        width: 100%;
    }
    
    .pdev-whyus-item {
        text-align: left;
    }
    
    .pdev-projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pdev-project-card.large {
        grid-column: span 2;
        grid-row: span 1;
    }
    
    .pdev-project-card.large .pdev-project-img {
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .pdev-hero {
        padding: 60px 0;
    }
    
    .pdev-hero-text h1 {
        font-size: 28px;
    }
    
    .pdev-hero-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .pdev-hero-stat {
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .pdev-hero-stat:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .pdev-code-content {
        font-size: 11px;
        padding: 16px;
    }
    
    .pdev-float-card {
        display: none;
    }
    
    .pdev-timeline::before {
        display: none;
    }
    
    .pdev-timeline-item {
        flex-direction: column;
        gap: 16px;
    }
    
    .pdev-timeline-marker {
        flex: 0 0 48px;
		        display: none;
    }
    
    .pdev-services-grid {
        grid-template-columns: 1fr;
    }
    
    .pdev-projects-grid {
        grid-template-columns: 1fr;
    }
    
    .pdev-project-card.large {
        grid-column: span 1;
    }
    
    .pdev-stats-box {
        flex-direction: column;
    }
}

/* ==========================================
   WEB SOFTWARE PAGE STYLES
   ========================================== */

/* Hero Section */
.wsw-hero {
    background: #1f2029;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.wsw-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 60%);
    border-radius: 50%;
}

.wsw-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.wsw-hero-text {
    flex: 1;
}

.wsw-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(59, 130, 246, 0.15);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.wsw-badge svg {
    width: 20px;
    height: 20px;
    fill: #3b82f6;
}

.wsw-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* wsw-hero with acad-hero-center layout */
.wsw-hero .acad-hero-center h1 {
    line-height: 1.3;
    margin-bottom: 20px;
}

.wsw-hero .acad-hero-center h1 span {
    color: #3b82f6;
}

.wsw-hero .acad-hero-center > p {
    margin-bottom: 0px;
}

.wsw-hero-text h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 41px;
    margin-bottom: 20px;
}

.wsw-hero-text > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
}

.wsw-hero-stats {
    display: flex;
    gap: 40px;
}

.wsw-hero-stats .stat-item {
    text-align: center;
}

.wsw-hero-stats .stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #3b82f6;
    margin-bottom: 4px;
}

.wsw-hero-stats .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.wsw-hero-visual {
    flex: 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Browser Mockup */
.wsw-browser-mockup {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: wswBrowserFloat 3s ease-in-out infinite;
}

@keyframes wswBrowserFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes wswBrowserFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.wsw-browser-header {
    background: #f5f5f5;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.wsw-browser-dots {
    display: flex;
    gap: 6px;
}

.wsw-browser-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
}

.wsw-browser-dots span:nth-child(1) {
    background: #ff5f57;
}

.wsw-browser-dots span:nth-child(2) {
    background: #ffbd2e;
}

.wsw-browser-dots span:nth-child(3) {
    background: #28ca42;
}

.wsw-browser-url {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
    border: 1px solid #e0e0e0;
}

.wsw-browser-url svg {
    width: 14px;
    height: 14px;
    fill: #3b82f6;
}

.wsw-browser-content {
    background: #f5f5f5;
    min-height: 240px;
    max-height: 240px;
    padding: 16px;
    position: relative;
    overflow: hidden;
}

/* Service Cards */
.wsw-service-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    height: 100%;
}

.wsw-service-card-item {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    animation: wswCardAppear 0.6s ease-out forwards;
}

.wsw-service-card-item.card-1 {
    animation-delay: 0.2s;
}

.wsw-service-card-item.card-2 {
    animation-delay: 0.4s;
}

@keyframes wswCardAppear {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wsw-card-image {
    width: 100%;
    height: 80px;
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
    border-radius: 6px;
    animation: wswCardImageShimmer 2s ease-in-out infinite;
}

@keyframes wswCardImageShimmer {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.wsw-card-title {
    width: 70%;
    height: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 4px;
    animation: wswCardTitlePulse 2s ease-in-out infinite;
}

@keyframes wswCardTitlePulse {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 1; }
}

.wsw-card-desc {
    width: 90%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    margin-top: 4px;
}

.wsw-card-button {
    width: 100%;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: wswButtonHover 2s ease-in-out infinite;
}

@keyframes wswButtonHover {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

/* Floating Icons */
.wsw-floating-icons {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.wsw-floating-icon {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    animation: wswIconFloat 3s ease-in-out infinite;
}

.wsw-floating-icon svg {
    width: 20px;
    height: 20px;
    fill: #3b82f6;
}

.wsw-floating-icon.icon-1 {
    animation-delay: 0.6s;
}

.wsw-floating-icon.icon-2 {
    animation-delay: 0.8s;
}

.wsw-floating-icon.icon-3 {
    animation-delay: 1s;
}

@keyframes wswIconFloat {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }
    20% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    80% {
        opacity: 1;
        transform: translateY(-5px) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: translateY(-10px) scale(0.95);
    }
}

/* Old styles - keeping for compatibility */
.wsw-stat {
    text-align: center;
    padding: 0 30px;
}

.wsw-stat:first-child {
    padding-left: 0;
}

.wsw-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
}

.wsw-stat-value {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #7dd3fc;
}

.wsw-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.wsw-hero-buttons {
    display: flex;
    gap: 16px;
}

.wsw-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #fff;
    color: #0369a1;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.wsw-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #0284c7;
}

.wsw-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.wsw-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

/* Hero Visual - Project Preview */

/* Section Header */
.wsw-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.wsw-section-header.light h2 {
    color: #fff;
}

.wsw-section-header.light p {
    color: rgba(255, 255, 255, 0.7);
}

.wsw-section-tag {
    display: inline-block;
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wsw-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.wsw-section-header p {
    font-size: 16px;
    color: #6b7280;
}

/* Services Section */
.wsw-services {
    background: #f8fafc;
    padding: 80px 0;
}

.wsw-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.wsw-service-card {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.wsw-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(2, 132, 199, 0.1);
    border-color: #0284c7;
}

.wsw-service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.wsw-service-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.wsw-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.wsw-service-card > p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.wsw-service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wsw-service-features li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 8px;
}

.wsw-service-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #0284c7;
    border-radius: 50%;
}

/* Tech Stack Section */
.wsw-tech {
    background: #fff;
    padding: 80px 0;
}

.wsw-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.wsw-tech-category h4 {
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.wsw-tech-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.wsw-tech-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.wsw-tech-item:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.wsw-tech-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsw-tech-icon svg {
    width: 28px;
    height: 28px;
}

.wsw-tech-item span {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

/* Process Section */
.wsw-process {
    background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 100%);
    padding: 80px 0;
}

.wsw-process .wsw-section-tag {
    background: rgba(14, 165, 233, 0.25);
    color: #bae6fd;
}

.wsw-process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.wsw-process-timeline::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, #0ea5e9, #38bdf8, #7dd3fc, #0ea5e9);
}

.wsw-process-step {
    text-align: center;
    position: relative;
}

.wsw-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4);
}

.wsw-step-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
}

.wsw-step-icon {
    width: 48px;
    height: 48px;
    background: rgba(14, 165, 233, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.wsw-step-icon svg {
    width: 24px;
    height: 24px;
    fill: #bae6fd;
}

.wsw-step-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.wsw-step-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

/* Detail Sections */
.wsw-detail {
    padding: 80px 0;
    background: #fff;
}

.wsw-detail-alt {
    background: #f8fafc;
}

.wsw-detail-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.wsw-detail-row.reverse {
    flex-direction: row-reverse;
}

.wsw-detail-content {
    flex: 1;
}

.wsw-detail-tag {
    display: inline-block;
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wsw-detail-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 16px;
}

.wsw-detail-content > p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.wsw-partner-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.wsw-partner-note svg {
    width: 20px;
    height: 20px;
    fill: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
}

.wsw-partner-note span {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.wsw-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wsw-detail-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}

.wsw-detail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #0284c7;
    border-radius: 50%;
}

.wsw-detail-visual {
    flex: 0 0 450px;
}

/* Browser Mockup */
.wsw-browser-mockup {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
}

.wsw-browser-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    gap: 16px;
}

.wsw-browser-dots {
    display: flex;
    gap: 6px;
}

.wsw-browser-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e7eb;
}

.wsw-browser-dots span:nth-child(1) { background: #ef4444; }
.wsw-browser-dots span:nth-child(2) { background: #eab308; }
.wsw-browser-dots span:nth-child(3) { background: #22c55e; }

.wsw-browser-url {
    flex: 1;
    background: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

.wsw-browser-content {
    padding: 20px;
    background: #f8fafc;
}

.wsw-mockup-nav {
    height: 40px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.wsw-mockup-hero {
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.wsw-mockup-title {
    height: 20px;
    width: 60%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    margin-bottom: 12px;
}

.wsw-mockup-text {
    height: 12px;
    width: 80%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin-bottom: 16px;
}

.wsw-mockup-btn {
    height: 30px;
    width: 100px;
    background: #fff;
    border-radius: 6px;
}

.wsw-mockup-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wsw-mockup-card {
    height: 80px;
    background: #fff;
    border-radius: 8px;
    animation: wswCardPulse 2s ease-in-out infinite;
}

.wsw-mockup-card:nth-child(1) { animation-delay: 0s; }
.wsw-mockup-card:nth-child(2) { animation-delay: 0.3s; }
.wsw-mockup-card:nth-child(3) { animation-delay: 0.6s; }

@keyframes wswCardPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); box-shadow: 0 5px 15px rgba(2, 132, 199, 0.2); }
}

/* Dashboard Mockup */
.wsw-dashboard-mockup {
    display: flex;
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    height: 300px;
}

.wsw-dash-sidebar {
    width: 60px;
    background: #1e293b;
    padding: 16px 12px;
}

.wsw-dash-logo {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    border-radius: 8px;
    margin-bottom: 24px;
}

.wsw-dash-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wsw-menu-item {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.wsw-menu-item.active {
    background: rgba(14, 165, 233, 0.3);
    border: 1px solid #0ea5e9;
}

.wsw-dash-main {
    flex: 1;
    padding: 20px;
    background: #fff;
}

.wsw-dash-header {
    height: 40px;
    background: #f1f5f9;
    border-radius: 8px;
    margin-bottom: 20px;
}

.wsw-dash-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.wsw-dash-stat {
    height: 60px;
    background: #f8fafc;
    border-radius: 8px;
    animation: wswStatGrow 2s ease-in-out infinite;
}

.wsw-dash-stat.s1 { animation-delay: 0s; background: linear-gradient(135deg, rgba(2, 132, 199, 0.1), rgba(14, 165, 233, 0.1)); }
.wsw-dash-stat.s2 { animation-delay: 0.3s; background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(16, 185, 129, 0.1)); }
.wsw-dash-stat.s3 { animation-delay: 0.6s; background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(245, 158, 11, 0.1)); }

@keyframes wswStatGrow {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

.wsw-dash-chart {
    flex: 1;
    background: linear-gradient(180deg, rgba(2, 132, 199, 0.1) 0%, rgba(2, 132, 199, 0.02) 100%);
    border-radius: 8px;
    height: 100px;
}

/* Growth Mockup */
.wsw-growth-mockup {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #e5e7eb;
}

.wsw-growth-chart {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    height: 150px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}

.wsw-chart-bar {
    flex: 1;
    background: linear-gradient(180deg, #0284c7, #0ea5e9);
    border-radius: 6px 6px 0 0;
    animation: wswBarGrow 1s ease-out forwards;
    transform-origin: bottom;
}

.wsw-chart-bar.b1 { height: 40%; animation-delay: 0.1s; }
.wsw-chart-bar.b2 { height: 55%; animation-delay: 0.2s; }
.wsw-chart-bar.b3 { height: 45%; animation-delay: 0.3s; }
.wsw-chart-bar.b4 { height: 70%; animation-delay: 0.4s; }
.wsw-chart-bar.b5 { height: 90%; animation-delay: 0.5s; }

@keyframes wswBarGrow {
    from { transform: scaleY(0); }
    to { transform: scaleY(1); }
}

.wsw-chart-line {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #10b981);
    border-radius: 2px;
    animation: wswLineGrow 1.5s ease-out forwards;
    animation-delay: 0.6s;
    transform-origin: left;
    transform: scaleX(0);
}

@keyframes wswLineGrow {
    to { transform: scaleX(1); }
}

.wsw-growth-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.wsw-metric {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.wsw-metric-value {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #22c55e;
    margin-bottom: 4px;
}

.wsw-metric-label {
    font-size: 13px;
    color: #6b7280;
}

/* Responsive - Web Software */
@media (max-width: 1199px) {
    .wsw-hero-visual {
        flex: 0 0 320px;
    }
    
    .wsw-browser-mockup {
        max-width: 300px;
    }
    
    .wsw-browser-content {
        min-height: 280px;
    }
    
    .wsw-dashboard {
        padding: 16px;
        gap: 12px;
    }
    
    .wsw-dashboard-title h3 {
        font-size: 14px;
    }
    
    .wsw-stat-value {
        font-size: 16px;
    }
    
    .wsw-feature-item {
        font-size: 11px;
        padding: 8px 10px;
    }
    
    .wsw-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wsw-process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wsw-process-timeline::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .wsw-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .wsw-hero-visual {
        flex: none;
        margin: 30px auto 0;
        width: 100%;
        max-width: 400px;
    }
    
    .wsw-browser-mockup {
        max-width: 100%;
    }
    
    .wsw-hero-stats {
        justify-content: center;
    }
    
    .wsw-hero-text h1 {
        font-size: 28px;
    }
    
    .wsw-detail-row,
    .wsw-detail-row.reverse {
        flex-direction: column;
        text-align: center;
    }
    
    .wsw-detail-visual {
        flex: none;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .wsw-detail-list li {
        text-align: left;
    }
    
    .wsw-partner-note {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .wsw-hero {
        padding: 60px 0;
    }
    
    .wsw-hero-text h1 {
        font-size: 28px;
    }
    
    .wsw-hero-stats {
        gap: 24px;
    }
    
    .wsw-hero-stats .stat-number {
        font-size: 24px;
    }
    
    .wsw-hero-visual {
        display: none;
    }
    
    .wsw-dashboard-words {
        display: none;
    }
    
    .wsw-services-grid {
        grid-template-columns: 1fr;
    }
    
    .wsw-process-timeline {
        grid-template-columns: 1fr;
    }
    
    .wsw-section-header h2 {
        font-size: 26px;
    }
    
    .wsw-mockup-cards {
        grid-template-columns: 1fr;
    }
    
    .wsw-growth-chart {
        height: 120px;
    }
}

/* =====================================================
   MOBILE APP PAGE STYLES
   ===================================================== */

/* Hero Section */
.mapp-hero {
    background: #1f2029;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.mapp-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, transparent 60%);
    border-radius: 50%;
}

.mapp-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.mapp-hero-text {
    flex: 1;
}

.mapp-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(16, 185, 129, 0.15);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.mapp-badge svg {
    width: 20px;
    height: 20px;
    fill: #10b981;
}

.mapp-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* mapp-hero with acad-hero-center layout */
.mapp-hero .acad-hero-center h1 {
    line-height: 1.3;
    margin-bottom: 20px;
}

.mapp-hero .acad-hero-center h1 span {
    color: #10b981;
}

.mapp-hero .acad-hero-center > p {
    margin-bottom: 0px;
}

.mapp-hero-text h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 41px;
    margin-bottom: 10px;
}

.mapp-hero-text > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 12px;
}

.mapp-hero-stats {
    display: flex;
    gap: 40px;
}

.mapp-hero-stats .stat-item {
    text-align: center;
}

.mapp-hero-stats .stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 4px;
}

.mapp-hero-stats .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.mapp-hero-buttons {
    display: flex;
    gap: 16px;
}

.mapp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0d9488;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
}

.mapp-btn-primary:hover {
    background: #f0fdfa;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #0d9488;
}

.mapp-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.mapp-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.mapp-hero-visual {
    flex: 0 0 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Devices Showcase */
.mapp-devices-showcase {
    position: relative;
    width: 100%;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Device Common Styles */
.mapp-device {
    position: absolute;
    transition: all 0.4s ease;
}

.mapp-device:hover {
    transform: translateY(-8px) scale(1.02);
    z-index: 10;
}

/* iPhone */
.mapp-iphone {
    left: 10%;
    z-index: 2;
    animation: mappIphoneFloat 4s ease-in-out infinite;
}

@keyframes mappIphoneFloat {
    0%, 100% { transform: translateY(0px) rotate(-5deg); }
    50% { transform: translateY(-12px) rotate(-5deg); }
}

.mapp-iphone .mapp-device-frame {
    width: 160px;
    height: 320px;
    background: linear-gradient(145deg, #1a1a2e, #2d2e3a);
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), inset 0 0 0 2px #3a3b4a;
}

.mapp-iphone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 20px;
    background: #1a1a2e;
    border-radius: 0 0 14px 14px;
    z-index: 10;
}

/* Android */
.mapp-android {
    right: 10%;
    z-index: 2;
    animation: mappAndroidFloat 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes mappAndroidFloat {
    0%, 100% { transform: translateY(0px) rotate(5deg); }
    50% { transform: translateY(-12px) rotate(5deg); }
}

.mapp-android .mapp-device-frame {
    width: 160px;
    height: 320px;
    background: linear-gradient(145deg, #1a1a2e, #2d2e3a);
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), inset 0 0 0 2px #3a3b4a;
}

/* Device Screen */
.mapp-device-screen {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
}

.mapp-iphone .mapp-device-screen {
    border-radius: 22px;
}

/* Screen App Content */
.mapp-screen-app {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 10px 10px;
}

.mapp-app-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    animation: mappIconPulse 2s ease-in-out infinite;
}

.mapp-app-icon.ios {
    background: linear-gradient(135deg, #000, #333);
}

.mapp-app-icon.android {
    background: linear-gradient(135deg, #3ddc84, #00a884);
}

.mapp-app-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

@keyframes mappIconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.mapp-app-ui {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mapp-ui-header {
    height: 28px;
    background: linear-gradient(90deg, #e5e7eb 0%, #d1d5db 50%, #e5e7eb 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    margin-bottom: 10px;
    animation: mappShimmer 2s linear infinite;
}

@keyframes mappShimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.mapp-ui-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mapp-ui-card {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.mapp-ui-card::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 6px;
    animation: mappCardIconBounce 2.5s ease-in-out infinite;
}

.mapp-ui-card::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 40px;
    right: 8px;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
}

@keyframes mappCardIconBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.mapp-ui-nav {
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    margin-top: auto;
}

.mapp-ui-nav span {
    width: 20px;
    height: 20px;
    background: #d1d5db;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.mapp-ui-nav span.active {
    background: linear-gradient(135deg, #10b981, #059669);
    transform: scale(1.1);
}

/* Device Labels */
.mapp-device-label {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Tech Badges */
.mapp-tech-badges {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mapp-tech-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
    z-index: 5;
}

.mapp-tech-badge svg {
    width: 14px;
    height: 14px;
}

.mapp-tech-badge.badge-swift {
    top: 10px;
    left: 0;
    animation: mappBadgeFloat1 3.5s ease-in-out infinite;
}

.mapp-tech-badge.badge-swift svg {
    fill: #fa7343;
}

.mapp-tech-badge.badge-kotlin {
    top: 10px;
    right: 0;
    animation: mappBadgeFloat2 3.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.mapp-tech-badge.badge-kotlin svg {
    fill: #7f52ff;
}

.mapp-tech-badge.badge-flutter {
    bottom: 40px;
    left: 5%;
    animation: mappBadgeFloat3 3.5s ease-in-out infinite;
    animation-delay: 1s;
}

.mapp-tech-badge.badge-flutter svg {
    fill: #02569b;
}

.mapp-tech-badge.badge-react {
    bottom: 40px;
    right: 5%;
    animation: mappBadgeFloat4 3.5s ease-in-out infinite;
    animation-delay: 1.5s;
}

.mapp-tech-badge.badge-react svg {
    fill: #61dafb;
}

@keyframes mappBadgeFloat1 {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-8px) rotate(3deg); }
}

@keyframes mappBadgeFloat2 {
    0%, 100% { transform: translateY(0) rotate(3deg); }
    50% { transform: translateY(-10px) rotate(-3deg); }
}

@keyframes mappBadgeFloat3 {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-6px) rotate(-2deg); }
}

@keyframes mappBadgeFloat4 {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-8px) rotate(2deg); }
}

/* Connection Line */
.mapp-connection-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px dashed rgba(16, 185, 129, 0.3);
    border-radius: 50%;
    animation: mappConnectionPulse 3s ease-in-out infinite;
}

.mapp-connection-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 50%;
}

.mapp-connection-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    animation: mappCenterPulse 2s ease-in-out infinite;
}

@keyframes mappConnectionPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

@keyframes mappCenterPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.2); }
}

/* Floating Elements */
.mapp-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.mapp-float-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: mappFloat 3s ease-in-out infinite;
}

.mapp-float-badge svg {
    width: 18px;
    height: 18px;
}

.mapp-float-badge span {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
}

.mapp-float-badge.f1 {
    top: 20px;
    left: -30px;
    animation-delay: 0s;
}

.mapp-float-badge.f1 svg {
    fill: #1e1e1e;
}

.mapp-float-badge.f2 {
    top: 80px;
    right: -20px;
    animation-delay: 0.5s;
}

.mapp-float-badge.f2 svg {
    fill: #3ddc84;
}

.mapp-float-badge.f3 {
    bottom: 100px;
    left: -20px;
    animation-delay: 1s;
}

.mapp-float-badge.f3 svg {
    fill: #fbbf24;
}

@keyframes mappFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.mapp-float-notif {
    position: absolute;
    bottom: 40px;
    right: -40px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: mappNotifSlide 4s ease-in-out infinite;
}

@keyframes mappNotifSlide {
    0%, 100% { transform: translateX(0); opacity: 1; }
    10% { transform: translateX(-10px); }
    90% { opacity: 1; }
    95% { opacity: 0.5; }
}

.mapp-notif-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapp-notif-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.mapp-notif-content {
    display: flex;
    flex-direction: column;
}

.mapp-notif-title {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
}

.mapp-notif-text {
    font-size: 11px;
    color: #22c55e;
    font-weight: 600;
}

/* Section Header */
.mapp-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.mapp-section-header.light h2 {
    color: #fff;
}

.mapp-section-header.light p {
    color: rgba(255, 255, 255, 0.7);
}

.mapp-section-tag {
    display: inline-block;
    background: rgba(13, 148, 136, 0.1);
    color: #0d9488;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapp-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.mapp-section-header p {
    font-size: 16px;
    color: #6b7280;
}

/* Services Section */
.mapp-services {
    background: #f8fafc;
    padding: 80px 0;
}

.mapp-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.mapp-service-card {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.mapp-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(13, 148, 136, 0.1);
    border-color: #0d9488;
}

.mapp-service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mapp-service-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.mapp-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 12px;
}

.mapp-service-card > p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mapp-service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mapp-service-features li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 8px;
}

.mapp-service-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #0d9488;
    border-radius: 50%;
}

/* Process Section */
.mapp-process {
    background: linear-gradient(135deg, #134e4a 0%, #0d9488 100%);
    padding: 80px 0;
}

.mapp-process .mapp-section-tag {
    background: rgba(45, 212, 191, 0.25);
    color: #99f6e4;
}

.mapp-process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.mapp-process-timeline::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, #14b8a6, #2dd4bf, #5eead4, #14b8a6);
}

.mapp-process-step {
    text-align: center;
    position: relative;
}

.mapp-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(20, 184, 166, 0.4);
}

.mapp-step-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px 30px;
}

.mapp-step-icon {
    width: 48px;
    height: 48px;
    background: rgba(45, 212, 191, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.mapp-step-icon svg {
    width: 24px;
    height: 24px;
    fill: #99f6e4;
}

.mapp-step-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.mapp-step-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

/* Detail Sections */
.mapp-detail {
    padding: 80px 0;
    background: #fff;
}

.mapp-detail-alt {
    background: #f8fafc;
}

.mapp-detail-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.mapp-detail-row.reverse {
    flex-direction: row-reverse;
}

.mapp-detail-content {
    flex: 1;
}

.mapp-detail-tag {
    display: inline-block;
    background: rgba(13, 148, 136, 0.1);
    color: #0d9488;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mapp-detail-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1f28;
    margin-bottom: 16px;
}

.mapp-detail-content > p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.mapp-partner-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.mapp-partner-note svg {
    width: 20px;
    height: 20px;
    fill: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
}

.mapp-partner-note span {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.mapp-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mapp-detail-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}

.mapp-detail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #0d9488;
    border-radius: 50%;
}

.mapp-detail-visual {
    flex: 0 0 450px;
}

/* Devices Mockup */
.mapp-devices-mockup {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px;
}

.mapp-device-android {
    width: 140px;
    height: 280px;
    background: #1a1a2e;
    border-radius: 16px;
    padding: 8px;
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.mapp-device-ios {
    width: 150px;
    height: 300px;
    background: #1a1a2e;
    border-radius: 24px;
    padding: 8px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.mapp-ios-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 18px;
    background: #1a1a2e;
    border-radius: 0 0 12px 12px;
    z-index: 10;
}

.mapp-device-screen {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.mapp-device-ios .mapp-device-screen {
    border-radius: 18px;
}

.mapp-device-app {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mapp-app-bar {
    height: 30px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
}

.mapp-app-content {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mapp-content-block {
    border-radius: 6px;
    animation: mappBlockPulse 2s ease-in-out infinite;
}

.mapp-content-block.b1 {
    height: 40px;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.2), rgba(20, 184, 166, 0.2));
}

.mapp-content-block.b2 {
    height: 30px;
    background: #f1f5f9;
    animation-delay: 0.3s;
}

.mapp-content-block.b3 {
    flex: 1;
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    animation-delay: 0.6s;
}

@keyframes mappBlockPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.mapp-sync-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #0d9488, #2dd4bf, #0d9488);
    border-radius: 2px;
    animation: mappSync 2s ease-in-out infinite;
}

@keyframes mappSync {
    0%, 100% { transform: translate(-50%, -50%) scaleX(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scaleX(1.5); opacity: 0.5; }
}

/* Admin Mockup */
.mapp-admin-mockup {
    display: flex;
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    height: 320px;
}

.mapp-admin-sidebar {
    width: 60px;
    background: #134e4a;
    padding: 16px 12px;
}

.mapp-admin-logo {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #14b8a6, #2dd4bf);
    border-radius: 8px;
    margin-bottom: 24px;
}

.mapp-admin-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mapp-menu-item {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.mapp-menu-item.active {
    background: rgba(45, 212, 191, 0.3);
    border: 1px solid #2dd4bf;
}

.mapp-admin-main {
    flex: 1;
    padding: 20px;
    background: #fff;
}

.mapp-admin-header {
    height: 40px;
    background: #f1f5f9;
    border-radius: 8px;
    margin-bottom: 20px;
}

.mapp-admin-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.mapp-admin-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: #f8fafc;
    border-radius: 10px;
    animation: mappStatPulse 2s ease-in-out infinite;
}

.mapp-admin-stat.as1 {
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.1), rgba(20, 184, 166, 0.05));
}

.mapp-admin-stat.as2 {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(16, 185, 129, 0.05));
    animation-delay: 0.3s;
}

.mapp-admin-stat.as3 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(96, 165, 250, 0.05));
    animation-delay: 0.6s;
}

@keyframes mappStatPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.mapp-stat-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-radius: 8px;
}

.mapp-admin-stat.as2 .mapp-stat-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.mapp-admin-stat.as3 .mapp-stat-icon {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.mapp-stat-info {
    display: flex;
    flex-direction: column;
}

.mapp-stat-num {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.mapp-stat-lbl {
    font-size: 10px;
    color: #64748b;
}

.mapp-admin-chart {
    flex: 1;
    background: linear-gradient(180deg, rgba(13, 148, 136, 0.1) 0%, rgba(13, 148, 136, 0.02) 100%);
    border-radius: 8px;
    height: 100px;
}

/* Stores Mockup */
.mapp-stores-mockup {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mapp-store-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.mapp-store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.mapp-store-card.apple {
    border-top: 3px solid #1e1e1e;
}

.mapp-store-card.google {
    border-top: 3px solid #3ddc84;
}

.mapp-store-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.mapp-store-header svg {
    width: 20px;
    height: 20px;
}

.mapp-store-card.apple .mapp-store-header svg {
    fill: #1e1e1e;
}

.mapp-store-card.google .mapp-store-header svg {
    fill: #3ddc84;
}

.mapp-store-header span {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.mapp-store-app {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.mapp-store-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-radius: 12px;
}

.mapp-store-info {
    flex: 1;
}

.mapp-store-name {
    height: 12px;
    width: 80%;
    background: #e2e8f0;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mapp-store-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mapp-store-rating span:first-child {
    font-size: 11px;
    color: #fbbf24;
    letter-spacing: -1px;
}

.mapp-store-rating span:last-child {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.mapp-store-btn {
    padding: 8px 16px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
}

.mapp-store-card.apple .mapp-store-btn {
    background: #007AFF;
}

.mapp-store-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.mapp-store-stat {
    text-align: center;
}

.mapp-ss-value {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #0d9488;
}

.mapp-store-card.apple .mapp-ss-value {
    color: #007AFF;
}

.mapp-ss-label {
    font-size: 11px;
    color: #64748b;
}

/* Responsive - Mobile App */
@media (max-width: 1199px) {
    .mapp-hero-visual {
        flex: 0 0 350px;
    }
    
    .mapp-phone {
        width: 220px;
        height: 440px;
    }
    
    .mapp-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mapp-process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mapp-process-timeline::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .mapp-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .mapp-hero-visual {
        flex: none;
        width: 100%;
        max-width: 420px;
    }
    
    .mapp-devices-showcase {
        height: 320px;
    }
    
    .mapp-iphone {
        left: 5%;
    }
    
    .mapp-android {
        right: 5%;
    }
    
    .mapp-iphone .mapp-device-frame,
    .mapp-android .mapp-device-frame {
        width: 140px;
        height: 280px;
    }
    
    .mapp-tech-badge {
        font-size: 10px;
        padding: 5px 10px;
    }
    
    .mapp-hero-stats {
        justify-content: center;
    }
    
    .mapp-hero-text h1 {
        font-size: 32px;
    }
    
    .mapp-detail-row,
    .mapp-detail-row.reverse {
        flex-direction: column;
        text-align: center;
    }
    
    .mapp-detail-visual {
        flex: none;
        width: 100%;
        max-width: 450px;
    }
    
    .mapp-detail-list li {
        text-align: left;
    }
    
    .mapp-partner-note {
        text-align: left;
    }
    
    .mapp-devices-mockup {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mapp-hero {
        padding: 70px 0 60px;
    }
    
    .mapp-hero-text h1 {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .mapp-hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .mapp-hero-stats .stat-item {
        flex: 0 0 calc(50% - 10px);
    }
    
    .mapp-devices-showcase {
        height: 280px;
    }
    
    .mapp-iphone,
    .mapp-android {
        position: relative;
        left: auto;
        right: auto;
    }
    
    .mapp-devices-showcase {
        flex-direction: row;
        gap: 20px;
    }
    
    .mapp-iphone .mapp-device-frame,
    .mapp-android .mapp-device-frame {
        width: 120px;
        height: 240px;
    }
    
    @keyframes mappIphoneFloat {
        0%, 100% { transform: translateY(0px) rotate(-3deg); }
        50% { transform: translateY(-8px) rotate(-3deg); }
    }
    
    @keyframes mappAndroidFloat {
        0%, 100% { transform: translateY(0px) rotate(3deg); }
        50% { transform: translateY(-8px) rotate(3deg); }
    }
    
    .mapp-tech-badge {
        display: none;
    }
    
    .mapp-connection-line {
        width: 50px;
        height: 50px;
    }
    
    .mapp-device-label {
        font-size: 10px;
        bottom: -24px;
    }
    
    .mapp-services-grid {
        grid-template-columns: 1fr;
    }
    
    .mapp-process-timeline {
        grid-template-columns: 1fr;
    }
    
    .mapp-section-header h2 {
        font-size: 26px;
    }
    
    .mapp-floating-elements {
        display: none;
    }
    
    .mapp-admin-stats {
        grid-template-columns: 1fr;
    }
    
    .mapp-devices-mockup {
        flex-direction: column;
        align-items: center;
    }
    
    .mapp-device-android {
        transform: none;
    }
    
    .mapp-sync-line {
        display: none;
    }
}

/* =====================================================
   DIJI HERO SLIDER 
   ===================================================== */

.slider-area {
    position: relative;
}

/* Base Slide */
.diji-slide {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.slide-dev {
    background: #1f2029;
    position: relative;
    overflow: hidden;
}

.slide-dev::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.08) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}



.slide-ecom {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 50%, #ecfdf5 100%);
}

/* Hero Layout */
.diji-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.diji-hero .row {
    width: 100%;
    align-items: center;
}

.diji-hero-text {
    flex: 1;
    max-width: 100%;
}

/* Badge - pdev-hero-badge style */
.diji-hero-text .pdev-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(20, 184, 166, 0.15);
    padding: 8px 16px 8px 12px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(20, 184, 166, 0.3);
}

.diji-hero-text .pdev-hero-badge svg {
    width: 20px;
    height: 20px;
    fill: #2dd4bf;
}

.diji-hero-text .pdev-hero-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* Tag */
.diji-tag {
    display: inline-block;
    background: linear-gradient(135deg, #ff043d 0%, #ff4d6d 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.diji-tag.tag-blue {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

.diji-tag.tag-green {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

/* Typography */
.diji-hero-text h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.slide-dev .diji-hero-text h1 span {
    color: #2dd4bf;
}


.slide-ecom .diji-hero-text h1 span {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.diji-hero-text > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 32px;
}

/* Buttons */
.diji-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.diji-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 26px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.diji-btn.primary {
    background: linear-gradient(135deg, #ff043d 0%, #e0033a 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(255, 4, 61, 0.3);
}

.diji-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 4, 61, 0.4);
    color: #fff;
}

.diji-btn.primary svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.diji-btn.primary.btn-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.diji-btn.primary.btn-blue:hover {
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.4);
}

.diji-btn.primary.btn-green {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.3);
}

.diji-btn.primary.btn-green:hover {
    box-shadow: 0 12px 32px rgba(5, 150, 105, 0.4);
}

.diji-btn.secondary {
    background: #fff;
    color: #1e1f28;
    border: 2px solid #e5e7eb;
}

.diji-btn.secondary:hover {
    border-color: #1e1f28;
    background: #f9fafb;
    color: #1e1f28;
}

/* Trust Section */
.diji-trust {
    display: flex;
    align-items: center;
    gap: 16px;
}

.trust-avatars {
    display: flex;
}

.trust-avatars span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -10px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #a855f7, #ec4899);
}

.trust-avatars span:first-child {
    margin-left: 0;
}

.diji-trust p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.diji-trust p strong {
    color: #1e1f28;
}

/* Partner Badge */
.diji-partner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.diji-partner img {
    height: 48px;
}

.diji-partner span {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

/* Markets */
.diji-markets {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.diji-markets > span {
    font-size: 14px;
    color: #6b7280;
}

.market-logos {
    display: flex;
    gap: 12px;
}

.market-logo {
    padding: 8px 16px;
    background: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Hero Visual */
.diji-hero-visual {
    flex: 0 0 100%;
    position: relative;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Hero Showcase */
.hero-showcase {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* Browser Mockup */
.showcase-browser {
    width: 100%;
    max-width: 320px;
    background: linear-gradient(135deg, #1e1f28 0%, #151822 100%);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    animation: browserFloat 5s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

@keyframes browserFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-10px) scale(1.01); }
}

.browser-bar {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background: #0f1117;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 10px;
}

.browser-dots {
    display: flex;
    gap: 7px;
}

.browser-dots .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.browser-dots .dot.red {
    background: #ff5f57;
}

.browser-dots .dot.yellow {
    background: #ffbd2e;
}

.browser-dots .dot.green {
    background: #28ca42;
}

.browser-url-bar {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 7px 14px;
    border-radius: 20px;
    margin-left: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.browser-url-bar svg {
    width: 15px;
    height: 15px;
    fill: #10b981;
    flex-shrink: 0;
}

.browser-url-bar span {
    font-size: 11px;
    color: #1f2029;
    font-weight: 600;
}

.browser-view {
    padding: 20px;
    background: linear-gradient(135deg, #282a36 0%, #1e1f28 100%);
    min-height: 120px;
}

.browser-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-block {
    height: 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    animation: contentPulse 2.5s ease-in-out infinite;
}

.content-block:nth-child(1) {
    width: 90%;
    animation-delay: 0s;
}

.content-block.short {
    width: 70%;
    animation-delay: 0.3s;
}

.content-block.highlight {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #2dd4bf 0%, #14b8a6 100%);
    box-shadow: 0 0 20px rgba(45, 212, 191, 0.4);
    animation-delay: 0.6s;
}

@keyframes contentPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

/* Mobile Apps */
.showcase-mobile {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
}

.mobile-app {
    position: relative;
    width: 90px;
    animation: mobileFloat 6s ease-in-out infinite;
}

.mobile-app.android-app {
    animation-delay: 0.5s;
}

@keyframes mobileFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(-2deg); }
}

.app-frame {
    width: 100%;
    aspect-ratio: 9/19;
    background: #0a0a0a;
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: visible;
}

.app-frame.android {
    border-radius: 18px;
    padding: 5px;
}

.app-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 16px;
    background: #0a0a0a;
    border-radius: 0 0 12px 12px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.app-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.app-frame.android .app-screen {
    border-radius: 14px;
}

.app-content {
    width: 100%;
    height: 100%;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
}

.app-bar {
    width: 100%;
    height: 28px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    margin-bottom: 6px;
    animation: barGlow 3s ease-in-out infinite;
}

@keyframes barGlow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.9; }
}

.app-item {
    flex: 1;
    min-height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    animation: itemGlow 2.5s ease-in-out infinite;
}

.app-item:nth-child(2) {
    animation-delay: 0.3s;
}

.app-item:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes itemGlow {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.01); }
}

.app-label {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #E5E5E5;
    padding: 4px 12px;
    border-radius: 14px;
    font-size: 9px;
    font-weight: 600;
    color: #1f2029;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.float-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: iconFloat 8s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.float-icon svg {
    width: 20px;
    height: 20px;
    fill: #2dd4bf;
}

.float-icon.web-icon {
    top: 10%;
    right: 5%;
    animation-delay: 0s;
}

.float-icon.mobile-icon {
    bottom: 15%;
    left: 5%;
    animation-delay: 2s;
}

@keyframes iconFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
    25% { transform: translate(5px, -8px) scale(1.05); opacity: 1; }
    50% { transform: translate(-5px, 5px) scale(1); opacity: 0.8; }
    75% { transform: translate(5px, 5px) scale(1.05); opacity: 1; }
}


/* Floating Shapes */
.float-shape {
    position: absolute;
    border-radius: 50%;
    animation: floatShape 6s ease-in-out infinite;
}

.float-shape.shape1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 4, 61, 0.1) 0%, rgba(255, 77, 109, 0.05) 100%);
    top: -50px;
    right: -50px;
}

.float-shape.shape2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 77, 109, 0.08) 0%, rgba(255, 4, 61, 0.03) 100%);
    bottom: 0;
    left: -30px;
    animation-delay: 2s;
}

.float-shape.shape3 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
    top: 50%;
    right: 30%;
    animation-delay: 4s;
}

.float-shape.blue {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
}

.float-shape.green {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, -20px) scale(1.05); }
}

/* Modern Dashboard Visual - Slide 1 */
.modern-dashboard {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    animation: dashFloat 5s ease-in-out infinite;
}

@keyframes dashFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* Sales Statistics Card (Top Right) */
.stat-card {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 3;
    animation: cardSlideIn 0.6s ease-out;
}

@keyframes cardSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.stat-header h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.stat-header svg {
    width: 18px;
    height: 18px;
    fill: #9ca3af;
    cursor: pointer;
}

.stat-value {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    line-height: 1;
}

.stat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-growth {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #10b981;
    font-size: 13px;
    font-weight: 600;
}

.stat-growth svg {
    width: 14px;
    height: 14px;
    fill: #10b981;
}

.stat-date {
    color: #6b7280;
    font-weight: 400;
    margin-left: 4px;
}

.stat-chart {
    width: 60px;
    height: 20px;
}

.wave-chart {
    width: 100%;
    height: 100%;
}

/* Product Showcase Card (Bottom Right) */
.showcase-card {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    animation: cardSlideIn 0.8s ease-out 0.2s both;
}

.showcase-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 50%, #ffffff 100%);
}

.showcase-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}

.showcase-shape.shape-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #7dd3fc 0%, #bae6fd 100%);
    top: -30px;
    left: -30px;
    animation: shapeFloat 8s ease-in-out infinite;
}

.showcase-shape.shape-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #a5f3fc 0%, #cffafe 100%);
    bottom: -20px;
    left: 40px;
    animation: shapeFloat 6s ease-in-out infinite 2s;
}

@keyframes shapeFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10px, -10px) scale(1.1); }
}

.showcase-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
    z-index: 2;
}

.showcase-plant {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 80px;
}

.plant-pot {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #fef08a 0%, #fde047 100%);
    border-radius: 50% 50% 40% 40%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.plant-cactus {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 25px solid #22c55e;
}

.plant-cactus::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #16a34a;
}

.showcase-text {
    flex: 1;
    z-index: 3;
}

.showcase-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px 0;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.showcase-btn {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    transition: all 0.3s ease;
}

.showcase-btn:hover {
    background: #f9fafb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Abandoned Cart Card (Bottom Left) */
.cart-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    animation: cardSlideIn 1s ease-out 0.4s both;
}

.cart-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #fef08a 0%, #fde047 50%, #fbbf24 100%);
}

.cart-decorations {
    position: absolute;
    inset: 0;
    padding: 20px;
}

.cart-plant {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 70px;
}

.cart-pot {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 50% 50% 35% 35%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-leaf {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 20px solid #16a34a;
}

.cart-leaf::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 12px solid #15803d;
}

.cart-vase {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 30px;
    height: 60px;
    background: linear-gradient(135deg, #fef08a 0%, #fde047 100%);
    border-radius: 8px 8px 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-notification {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.notification-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.notification-header svg {
    width: 18px;
    height: 18px;
    fill: #f59e0b;
    flex-shrink: 0;
}

.notification-header span {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.notification-body {
    margin-bottom: 10px;
}

.notification-from {
    font-size: 11px;
    color: #6b7280;
    margin-bottom: 4px;
}

.notification-from span {
    color: #9ca3af;
}

.notification-to {
    font-size: 11px;
    color: #6b7280;
}

.notification-actions {
    display: flex;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid #f3f4f6;
}

.notification-actions svg {
    width: 16px;
    height: 16px;
    fill: #9ca3af;
    cursor: pointer;
    transition: fill 0.2s;
}

.notification-actions svg:hover {
    fill: #6b7280;
}

/* Star Rating */
.rating-stars {
    position: absolute;
    top: 60px;
    right: 20px;
    display: flex;
    gap: 4px;
    z-index: 4;
    animation: cardSlideIn 1s ease-out 0.6s both;
}

.rating-stars .star {
    width: 20px;
    height: 20px;
}

.rating-stars .star.filled {
    fill: #fbbf24;
}

.rating-stars .star:not(.filled) {
    fill: #e5e7eb;
}

/* Visual Dev - Slide 1 */
/* Dashboard Visual - Slide 1 */
.visual-dashboard {
    position: relative;
    width: 100%;
    max-width: 520px;
}

.dash-main {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    animation: dashFloat 5s ease-in-out infinite;
}

@keyframes dashFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.dash-browser-bar {
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.dash-dots {
    display: flex;
    gap: 6px;
}

.dash-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dash-dots span:nth-child(1) { background: #ff5f57; }
.dash-dots span:nth-child(2) { background: #ffbd2e; }
.dash-dots span:nth-child(3) { background: #28ca42; }

.dash-layout {
    display: flex;
}

/* Sidebar */
.dash-sidebar {
    width: 60px;
    background: #fafafa;
    padding: 16px 0;
    border-right: 1px solid #f0f0f0;
}

.dash-logo {
    font-size: 10px;
    font-weight: 800;
    color: #e53e3e;
    text-align: center;
    margin-bottom: 20px;
    text-transform: lowercase;
}

.dash-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.dash-menu-item {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e5e7eb;
    position: relative;
}

.dash-menu-item.active {
    background: transparent;
    border: 3px solid #e53e3e;
}

.dash-menu-item.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #e53e3e;
    border-radius: 50%;
}

/* Content Area */
.dash-content {
    flex: 1;
    padding: 16px 20px;
    position: relative;
    background: #fff;
}

.dash-search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 16px;
    width: 70%;
}

.dash-search svg {
    width: 16px;
    height: 16px;
    stroke: #9ca3af;
    stroke-width: 2;
    fill: none;
}

.dash-search-line {
    height: 8px;
    width: 60px;
    background: #e5e7eb;
    border-radius: 4px;
}

.dash-user {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-user svg {
    width: 16px;
    height: 16px;
    fill: #e53e3e;
    stroke: none;
}

/* Dashboard Cards */
.dash-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.dash-card {
    border-radius: 10px;
    padding: 12px;
    position: relative;
}

.dash-card .card-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.dash-card .card-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dash-card .card-lines span {
    height: 6px;
    border-radius: 3px;
}

/* Red Card */
.dash-card.card-red {
    flex: 2;
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.dash-card.card-red .card-dot {
    background: #e53e3e;
}

.dash-card.card-red .card-lines span:first-child {
    width: 70%;
    background: #fca5a5;
}

.dash-card.card-red .card-lines span:last-child {
    width: 50%;
    background: #fecaca;
}

.dash-card-group {
    flex: 1;
    display: flex;
    gap: 8px;
}

.dash-mini-card {
    flex: 1;
    height: 60px;
    background: #f8f9fa;
    border-radius: 8px;
}

/* Yellow Card */
.dash-card.card-yellow {
    flex: 1;
    background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
}

.dash-card.card-yellow .card-dot {
    background: #f59e0b;
}

.dash-card.card-yellow .card-lines span:first-child {
    width: 80%;
    background: #fcd34d;
}

.dash-card.card-yellow .card-lines span:last-child {
    width: 60%;
    background: #fde68a;
}

/* Blue Card */
.dash-card.card-blue {
    flex: 1;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    min-height: 100px;
}

.dash-card.card-blue .card-dot {
    background: #3b82f6;
}

.dash-card.card-blue .card-lines span {
    width: 60%;
    background: #93c5fd;
}

/* Chart Elements */
.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 50px;
    margin-top: 12px;
}

.chart-bars .bar {
    flex: 1;
    background: linear-gradient(to top, #93c5fd, #60a5fa);
    border-radius: 3px 3px 0 0;
    animation: barGrow 2s ease-out infinite;
}

.chart-bars .bar:nth-child(2) { animation-delay: 0.1s; }
.chart-bars .bar:nth-child(3) { animation-delay: 0.2s; }
.chart-bars .bar:nth-child(4) { animation-delay: 0.3s; }
.chart-bars .bar:nth-child(5) { animation-delay: 0.4s; }

@keyframes barGrow {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.85); }
}

.chart-bars.small {
    height: 40px;
}

.chart-line {
    position: absolute;
    bottom: 20px;
    left: 12px;
    right: 12px;
    height: 40px;
}

.chart-card {
    position: relative;
    overflow: hidden;
}

/* Calendar Widget */
.dash-calendar {
    position: absolute;
    top: 60px;
    right: -40px;
    width: 140px;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: calendarFloat 4s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes calendarFloat {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-8px) rotate(2deg); }
}

.calendar-user {
    width: 28px;
    height: 28px;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.calendar-user svg {
    width: 14px;
    height: 14px;
    fill: #e53e3e;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-grid span {
    width: 12px;
    height: 12px;
    background: #e5e7eb;
    border-radius: 50%;
}

.calendar-grid span.active {
    background: #e53e3e;
}

.calendar-grid span.highlight {
    background: #fca5a5;
}

/* Slide Dev Text Colors */
.slide-dev .diji-tag {
    background: rgba(229, 62, 62, 0.15);
    color: #fca5a5;
    border-color: rgba(229, 62, 62, 0.3);
}

.slide-dev .diji-hero-text h1 {
    color: #fff;
}

.slide-dev .diji-hero-text h1 span {
    color: #2dd4bf
}

.slide-dev .diji-hero-text p {
    color: rgba(255, 255, 255, 0.7);
}

.slide-dev .diji-btn.primary {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    color: #fff;
    box-shadow: none;
}



.slide-dev .diji-btn.secondary {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.3);
}

.slide-dev .diji-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}


/* Visual Ads - Slide 2 */
.visual-ads {
    position: relative;
    height: 450px;
}

.stats-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    animation: cardFloat 4s ease-in-out infinite;
}

.stats-card.sc1 {
    top: 40px;
    left: 0;
}

.stats-card.sc2 {
    top: 140px;
    right: 20px;
    animation-delay: 0.5s;
}

.stats-card.sc3 {
    top: 240px;
    left: 40px;
    animation-delay: 1s;
}

.stats-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon.green {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
}

.stats-icon.green svg {
    stroke: #059669;
}

.stats-icon.blue {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.stats-icon.blue svg {
    stroke: #2563eb;
}

.stats-icon.purple {
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
}

.stats-icon.purple svg {
    stroke: #7c3aed;
}

.stats-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
    fill: none;
}

.stats-info {
    display: flex;
    flex-direction: column;
}

.stats-value {
    font-size: 24px;
    font-weight: 800;
    color: #1e1f28;
}

.stats-label {
    font-size: 13px;
    color: #6b7280;
}

/* Ads Chart */
.ads-chart {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.chart-line svg {
    width: 100%;
    height: 60px;
}

.chart-path {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: drawChart 2s ease-out forwards;
}

@keyframes drawChart {
    to { stroke-dashoffset: 0; }
}

/* Platform Badges */
.platform-badge {
    position: absolute;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: iconFloat 3s ease-in-out infinite;
    z-index: 5;
}

.platform-badge svg {
    width: 32px;
    height: 32px;
}

.platform-badge.pb1 {
    top: 0;
    right: 0;
}

.platform-badge.pb2 {
    bottom: 120px;
    right: 40px;
    animation-delay: 1s;
}

/* Visual Ecom - Slide 3 */
.visual-ecom {
    position: relative;
    height: 450px;
}

.ecom-dashboard {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    width: 320px;
    z-index: 2;
    animation: cardFloat 4s ease-in-out infinite;
}

.dash-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ecom-dashboard .dash-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e1f28;
}

.dash-date {
    font-size: 13px;
    color: #9ca3af;
}

.dash-metrics {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
}

.metric {
    display: flex;
    flex-direction: column;
}

.metric-val {
    font-size: 28px;
    font-weight: 800;
    color: #1e1f28;
}

.metric-lbl {
    font-size: 13px;
    color: #6b7280;
}

.dash-bars {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    height: 80px;
}

.dbar {
    flex: 1;
    background: linear-gradient(180deg, #059669, #10b981);
    border-radius: 6px;
    animation: barGrowEcom 1s ease-out forwards;
    transform-origin: bottom;
}

.dbar.db1 { height: 50%; animation-delay: 0.1s; }
.dbar.db2 { height: 70%; animation-delay: 0.2s; }
.dbar.db3 { height: 55%; animation-delay: 0.3s; }
.dbar.db4 { height: 85%; animation-delay: 0.4s; }
.dbar.db5 { height: 100%; animation-delay: 0.5s; }

@keyframes barGrowEcom {
    from { transform: scaleY(0); }
    to { transform: scaleY(1); }
}

/* Order Popup */
.order-popup {
    position: absolute;
    top: 60px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    z-index: 4;
    animation: popupSlide 0.6s ease-out, cardFloat 4s ease-in-out infinite;
    animation-delay: 0.3s, 0.5s;
}

@keyframes popupSlide {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

.order-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #059669, #10b981);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.order-info {
    display: flex;
    flex-direction: column;
}

.order-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e1f28;
}

.order-amount {
    font-size: 16px;
    font-weight: 800;
    color: #059669;
}

/* Product Minis */
.product-mini {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    animation: cardFloat 4s ease-in-out infinite;
    z-index: 3;
}

.product-mini.pm1 {
    bottom: 100px;
    right: 100px;
    animation-delay: 1s;
}

.product-mini.pm2 {
    bottom: 40px;
    right: 20px;
    animation-delay: 1.5s;
}

.pm-img {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    border-radius: 10px;
    margin-bottom: 8px;
}

.pm-price {
    font-size: 14px;
    font-weight: 800;
    color: #059669;
    text-align: center;
}

/* Cart Float */
.cart-float {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #059669, #10b981);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.3);
    animation: iconFloat 3s ease-in-out infinite;
    z-index: 5;
}

.cart-float svg {
    width: 26px;
    height: 26px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    background: #ff043d;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dots */
.diji-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.diji-dot {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.diji-dot.active {
    background: #ff043d;
    transform: scale(1.3);
}

.diji-dot:hover {
    background: #94a3b8;
}

/* Responsive */
@media (max-width: 1199px) {
    .diji-hero-visual {
        flex: 0 0 450px;
    }
    
    .diji-hero-text h1 {
        font-size: 42px;
    }
    
    .visual-dashboard {
        max-width: 460px;
    }
    
    .dash-calendar {
        right: -20px;
        width: 120px;
    }
    
    .ecom-dashboard {
        width: 280px;
    }
}

@media (max-width: 991px) {
    .diji-slide {
        padding: 60px 0 100px;
    }
    
    .diji-hero {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    
    .diji-hero .row {
        flex-direction: column;
    }
    
    .diji-hero-text {
        max-width: 100%;
        text-align: center;
    }
    
    .diji-hero-visual {
        flex: none;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        min-height: 300px;
    }
    
    .diji-hero-text h1 {
        font-size: 28px;
    }
    
    .diji-buttons {
        justify-content: center;
    }
    
    .diji-buttons {
        justify-content: center;
    }
    
    .diji-trust,
    .diji-partner,
    .diji-markets {
        justify-content: center;
    }
    
    .visual-dashboard {
        max-width: 400px;
    }
    
    .dash-calendar {
        display: none;
    }
    
    .visual-ads,
    .visual-ecom {
        height: 380px;
    }
    
    .tech-icon {
        display: none;
    }
    
    .stats-card.sc1 { left: 50%; transform: translateX(-50%); top: 20px; }
    .stats-card.sc2 { right: auto; left: 50%; transform: translateX(-50%); top: 120px; }
    .stats-card.sc3 { left: 50%; transform: translateX(-50%); top: 220px; }
    
    .ads-chart {
        bottom: 20px;
    }
    
    .platform-badge {
        display: none;
    }
    
    .ecom-dashboard {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .order-popup {
        right: 10%;
    }
    
    .product-mini,
    .cart-float {
        display: none;
    }
}



@media (max-width: 767px) {
    .diji-slide {
        padding: 50px 0 80px;
    }
    
    .diji-hero-visual {
        margin-bottom: -30px;
        margin-top: 22px;
    }

    .diji-hero-text h1 {
        font-size: 28px;
    }
    
    .diji-hero-text > p {
        font-size: 16px;
    }
    
    .diji-buttons {
        flex-direction: column;
    }
    
    .diji-btn {
        width: 100%;
        justify-content: center;
    }
    
    .visual-dev,
    .visual-ads,
    .visual-ecom {
        height: 320px;
    }
    
    .dev-card.main-card {
        width: 280px;
    }
    
    .dev-card.phone-card {
        display: none;
    }
    
    .float-shape {
        display: none;
    }
    
    .stats-card {
        padding: 16px 20px;
    }
    
    .stats-value {
        font-size: 20px;
    }
    
    .ecom-dashboard {
        width: 260px;
        padding: 20px;
    }
    
    .metric-val {
        font-size: 22px;
    }
    
    .order-popup {
        display: none;
    }
    
    .market-logos {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .diji-dots {
        bottom: 24px;
    }
    
    /* Modern Dashboard Responsive */
    .modern-dashboard {
        height: 400px;
        max-width: 100%;
    }
    
    .stat-card {
        width: 200px;
        padding: 16px;
        top: -10px;
        right: -10px;
    }
    
    .stat-value {
        font-size: 28px;
    }
    
    .showcase-card {
        width: 260px;
        height: 160px;
        bottom: -10px;
        right: -10px;
    }
    
    .showcase-text h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .showcase-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .cart-card {
        width: 240px;
        height: 200px;
        bottom: -10px;
        left: -10px;
    }
    
    .rating-stars {
        top: 40px;
        right: 10px;
    }
    
    .rating-stars .star {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .modern-dashboard {
        height: 350px;
    }
    
    .stat-card {
        width: 180px;
        padding: 12px;
    }
    
    .stat-header h3 {
        font-size: 12px;
    }
    
    .stat-value {
        font-size: 24px;
    }
    
    .stat-growth {
        font-size: 11px;
    }
    
    .showcase-card {
        width: 220px;
        height: 140px;
    }
    
    .showcase-text h4 {
        font-size: 14px;
    }
    
    .cart-card {
        width: 200px;
        height: 180px;
    }
    
    .cart-notification {
        padding: 12px;
    }
    
    .notification-header span {
        font-size: 12px;
    }
    
    /* Meet Us Responsive */
    .meet-us {
        padding: 60px 0;
    }
    
    .meet-us h3 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .meet-us p {
        font-size: 15px;
        margin-bottom: 32px;
    }
    
    .meet-us .row {
        gap: 12px;
    }
    
    .meet-us .form-group input {
        padding: 14px 18px;
        font-size: 14px;
    }
    
    .meet-us .form-group button {
        padding: 14px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .meet-us {
        padding: 50px 0;
    }
    
    .meet-us h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .meet-us p {
        font-size: 14px;
        margin-bottom: 28px;
        padding: 0 15px;
    }
    
    .meet-us .row {
        flex-direction: column;
        gap: 16px;
    }
    
    .meet-us .col-md-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .meet-us .form-group input {
        padding: 14px 16px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .meet-us .form-group button {
        padding: 14px 20px;
        font-size: 14px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .meet-us {
        padding: 40px 0;
    }
    
    .meet-us h3 {
        font-size: 22px;
    }
    
    .meet-us p {
        font-size: 13px;
        margin-bottom: 24px;
    }
    
    .meet-us .form-group input {
        padding: 12px 14px;
        font-size: 13px;
    }
    
    .meet-us .form-group button {
        padding: 12px 18px;
        font-size: 13px;
    }
    
    /* Dev Showcase Responsive */
    .dev-showcase {
        min-height: 320px;
        gap: 22px;
        padding: 15px;
    }
    
    .dev-browser {
        max-width: 300px;
    }
    
    .browser-header {
        padding: 12px 16px;
    }
    
    .browser-url {
        padding: 7px 14px;
        margin: 0 12px;
    }
    
    .browser-url span {
        font-size: 11px;
    }
    
    .browser-content {
        padding: 24px;
        min-height: 150px;
    }
    
    .mobile-device {
        width: 110px;
    }
    
    .tech-badge {
        font-size: 11px;
        padding: 8px 12px;
    }
    
    .tech-badge svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    .dev-showcase {
        min-height: 300px;
        gap: 20px;
        padding: 12px;
    }
    
    .dev-browser {
        max-width: 260px;
    }
    
    .browser-header {
        padding: 10px 14px;
    }
    
    .browser-dots .dot-red,
    .browser-dots .dot-yellow,
    .browser-dots .dot-green {
        width: 10px;
        height: 10px;
    }
    
    .browser-url {
        padding: 6px 12px;
        margin: 0 10px;
    }
    
    .browser-url .url-icon {
        width: 14px;
        height: 14px;
    }
    
    .browser-url span {
        font-size: 10px;
    }
    
    .browser-content {
        padding: 20px;
        min-height: 130px;
    }
    
    .grid-line {
        height: 8px;
    }
    
    .grid-line.highlight {
        height: 10px;
    }
    
    .mobile-devices {
        gap: 18px;
    }
    
    .mobile-device {
        width: 90px;
    }
    
    .device-frame {
        padding: 8px;
    }
    
    .device-frame.android {
        padding: 6px;
    }
    
    .device-notch {
        width: 65px;
        height: 22px;
    }
    
    .app-preview {
        padding: 12px 8px;
    }
    
    .app-header-bar {
        height: 28px;
        margin-bottom: 8px;
    }
    
    .app-cards {
        gap: 8px;
    }
    
    .tech-badge {
        font-size: 10px;
        padding: 7px 10px;
    }
    
    .tech-badge svg {
        width: 14px;
        height: 14px;
    }
    
    .device-label {
        font-size: 10px;
        padding: 5px 12px;
        bottom: -22px;
    }
}

@media (max-width: 480px) {
    .dev-showcase {
        min-height: 280px;
        gap: 16px;
        padding: 10px;
    }
    
    .dev-browser {
        max-width: 220px;
    }
    
    .browser-header {
        padding: 8px 12px;
    }
    
    .browser-dots {
        gap: 6px;
    }
    
    .browser-dots .dot-red,
    .browser-dots .dot-yellow,
    .browser-dots .dot-green {
        width: 9px;
        height: 9px;
    }
    
    .browser-url {
        padding: 5px 10px;
        margin: 0 8px;
        gap: 6px;
    }
    
    .browser-url .url-icon {
        width: 12px;
        height: 12px;
    }
    
    .browser-url span {
        font-size: 9px;
    }
    
    .browser-content {
        padding: 16px;
        min-height: 110px;
    }
    
    .content-grid {
        gap: 10px;
    }
    
    .grid-line {
        height: 7px;
    }
    
    .grid-line.highlight {
        height: 9px;
    }
    
    .mobile-devices {
        gap: 14px;
    }
    
    .mobile-device {
        width: 75px;
    }
    
    .device-frame {
        padding: 6px;
        border-radius: 16px;
    }
    
    .device-frame.android {
        border-radius: 18px;
        padding: 5px;
    }
    
    .device-screen {
        border-radius: 12px;
    }
    
    .device-frame.android .device-screen {
        border-radius: 14px;
    }
    
    .device-notch {
        width: 55px;
        height: 20px;
        border-radius: 0 0 14px 14px;
    }
    
    .app-preview {
        padding: 10px 6px;
    }
    
    .app-header-bar {
        height: 24px;
        margin-bottom: 6px;
    }
    
    .app-cards {
        gap: 6px;
    }
    
    .app-card-item {
        min-height: 32px;
    }
    
    /* Hero Showcase Responsive */
    .hero-showcase {
        min-height: 300px;
        gap: 16px;
    }
    
    .showcase-browser {
        max-width: 280px;
    }
    
    .browser-bar {
        padding: 10px 12px;
    }
    
    .browser-url-bar {
        padding: 6px 12px;
    }
    
    .browser-view {
        padding: 16px;
        min-height: 100px;
    }
    
    .showcase-mobile {
        gap: 14px;
    }
    
    .mobile-app {
        width: 80px;
    }
    
    .float-icon {
        width: 35px;
        height: 35px;
    }
    
    .float-icon svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 767px) {
    .hero-showcase {
        min-height: 280px;
        gap: 14px;
    }
    
    .showcase-browser {
        max-width: 240px;
    }
    
    .browser-bar {
        padding: 8px 10px;
    }
    
    .browser-dots .dot {
        width: 9px;
        height: 9px;
    }
    
    .browser-url-bar {
        padding: 5px 10px;
        margin-left: 8px;
    }
    
    .browser-url-bar svg {
        width: 13px;
        height: 13px;
    }
    
    .browser-url-bar span {
        font-size: 10px;
    }
    
    .browser-view {
        padding: 14px;
        min-height: 90px;
    }
    
    .content-block {
        height: 7px;
    }
    
    .content-block.highlight {
        height: 9px;
    }
    
    .showcase-mobile {
        gap: 12px;
    }
    
    .mobile-app {
        width: 70px;
    }
    
    .app-frame {
        padding: 5px;
    }
    
    .app-frame.android {
        padding: 4px;
    }
    
    .app-notch {
        width: 36px;
        height: 14px;
    }
    
    .app-content {
        padding: 8px 6px;
        gap: 6px;
    }
    
    .app-bar {
        height: 24px;
        margin-bottom: 5px;
    }
    
    .app-label {
        font-size: 8px;
        padding: 3px 10px;
        bottom: -18px;
    }
    
    .float-icon {
        width: 32px;
        height: 32px;
    }
    
    .float-icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .hero-showcase {
        min-height: 250px;
        gap: 12px;
    }
    
    .showcase-browser {
        max-width: 200px;
    }
    
    .browser-bar {
        padding: 6px 8px;
    }
    
    .browser-dots {
        gap: 5px;
    }
    
    .browser-dots .dot {
        width: 8px;
        height: 8px;
    }
    
    .browser-url-bar {
        padding: 4px 8px;
        margin-left: 6px;
        gap: 6px;
    }
    
    .browser-url-bar svg {
        width: 11px;
        height: 11px;
    }
    
    .browser-url-bar span {
        font-size: 9px;
    }
    
    .browser-view {
        padding: 12px;
        min-height: 80px;
    }
    
    .browser-content {
        gap: 8px;
    }
    
    .content-block {
        height: 6px;
    }
    
    .content-block.highlight {
        height: 8px;
    }
    
    .showcase-mobile {
        gap: 10px;
    }
    
    .mobile-app {
        width: 60px;
    }
    
    .app-frame {
        padding: 4px;
        border-radius: 12px;
    }
    
    .app-frame.android {
        border-radius: 14px;
        padding: 3px;
    }
    
    .app-screen {
        border-radius: 10px;
    }
    
    .app-frame.android .app-screen {
        border-radius: 12px;
    }
    
    .app-notch {
        width: 30px;
        height: 12px;
    }
    
    .app-content {
        padding: 6px 5px;
        gap: 5px;
    }
    
    .app-bar {
        height: 20px;
        margin-bottom: 4px;
    }
    
    .app-item {
        min-height: 24px;
    }
    
    .app-label {
        font-size: 7px;
        padding: 2px 8px;
        bottom: -16px;
    }
    
    .float-icon {
        width: 28px;
        height: 28px;
        border-radius: 10px;
    }
    
    .float-icon svg {
        width: 14px;
        height: 14px;
    }
}

/* Success Page */
.success-hero {
    background: #ffffff;
    padding: 50px 0;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.success-hero .acad-hero-center {
    position: relative;
    z-index: 2;
}

.success-icon-wrapper {
    margin-bottom: 0px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon-container {
    position: relative;
    width: 200px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Beautiful Mail Design */
.success-mail-design {
    position: relative;
    width: 200px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-envelope {
    position: relative;
    width: 180px;
    height: 140px;
    z-index: 1;
    animation: envelopeSlideIn 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.mail-envelope svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
}

.mail-checkmark {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    z-index: 2;
    animation: checkmarkPopIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
}

.mail-checkmark svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 12px rgba(52, 168, 83, 0.3));
}


@keyframes envelopeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes checkmarkPopIn {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    60% {
        transform: scale(1.15) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes sparkleAnimation {
    0%, 100% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5) rotate(180deg);
    }
}

.success-title {
    margin-bottom: 24px;
    color: #0f172a !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.success-title span {
    color: #34a853 !important;
    display: inline-block;
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.success-message {
    margin-bottom: 48px;
    color: #475569 !important;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
    animation: fadeInUp 0.8s ease-out 1.1s both;
}

.success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none !important;
    min-width: 200px;
}

.success-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.success-btn.primary {
    background: linear-gradient(135deg, #ff043d 0%, #ff2d6a 100%);
    color: #fff;
    box-shadow: none !important;
}

.success-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
    background: linear-gradient(135deg, #e0033a 0%, #ff043d 100%);
}

.success-btn.primary:hover svg {
    transform: translateX(-3px);
}

.success-btn.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    box-shadow: none !important;
}

.success-btn.whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
}

.success-btn.whatsapp:hover svg {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .success-hero {
        padding: 100px 0;
        min-height: 75vh;
    }
    
    .success-icon-wrapper {
        height: 160px;
    }
    
    .success-icon-container {
        width: 170px;
        height: 150px;
    }
    
    .success-mail-design {
        width: 170px;
        height: 140px;
    }
    
    .mail-envelope {
        width: 150px;
        height: 120px;
    }
    
    .mail-checkmark {
        width: 50px;
        height: 50px;
    }
    
    .success-icon::before {
        width: 160px;
        height: 160px;
    }
    
    .success-icon::after {
        width: 180px;
        height: 180px;
    }
    
    .success-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .success-message {
        font-size: 16px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    
    .success-actions {
        flex-direction: column;
        gap: 16px;
        margin-top: 40px;
        padding: 0 20px;
    }
    
    .success-btn {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    #diji-menu .menu-big-box p {
        margin-bottom: 29px;
    }

    header .diji-menu > li:last-child > a {
        padding: 15px 25px;
        margin-top: 8px !important;
        text-align: center;
    }

    header {
        padding-bottom: 18px;
    }

    header .header-top {
        margin-bottom: 26px;
    }
}

/* Fixed Phone Button - Sadece Mobilde */
.fixed-phone-btn {
    display: none; /* Desktop'ta gizli */
}

@media (max-width: 992px) {
    .fixed-phone-btn {
        display: flex;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 9999;
        align-items: center;
        gap: 12px;
        background: linear-gradient(135deg, #ff043d 0%, #ff2d6a 100%);
        color: #fff;
        padding: 16px 24px;
        border-radius: 50px;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 600;
        font-size: 16px;
        white-space: nowrap;
        animation: phonePulse 2s ease-in-out infinite;
    }
}

.fixed-phone-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #e0033a 0%, #ff043d 100%);
    color: #fff;
    text-decoration: none;
}

.fixed-phone-btn ion-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.fixed-phone-btn span {
    display: inline-block;
}

@keyframes phonePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 767px) {
    .fixed-phone-btn {
        bottom: 20px;
        right: 20px;
        padding: 14px 20px;
        font-size: 14px;
        gap: 10px;
    }
    
    .fixed-phone-btn ion-icon {
        font-size: 20px;
    }
    
    .fixed-phone-btn span {
        display: none; /* Mobilde sadece ikon göster */
    }
}

@media (max-width: 480px) {
    .fixed-phone-btn {
        bottom: 6px;
        right: 26px;
        padding: 12px;
        border-radius: 50%;
        width: 59px;
        height: 59px;
        justify-content: center;
    }
    
    .fixed-phone-btn ion-icon {
        font-size: 24px;
        margin: 0;
    }
}

/* Fixed WhatsApp Button - Sadece Web'de */
.fixed-whatsapp-btn {
    display: none; /* Mobilde gizli */
}

@media (min-width: 993px) {
    .fixed-whatsapp-btn {
        display: flex;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 9999;
        align-items: center;
        gap: 10px;
        background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
        color: #fff;
        padding: 15px 26px;
        border-radius: 50px;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 600;
        font-size: 15px;
        white-space: nowrap;
        animation: whatsappPulse 2s ease-in-out infinite;
    }
    
    .fixed-whatsapp-btn:hover {
        transform: translateY(-3px);
        background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
        color: #fff;
        text-decoration: none;
    }
    
    .fixed-whatsapp-btn svg {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        fill: currentColor;
    }
    
    .fixed-whatsapp-btn span {
        display: inline-block;
    }
}

@keyframes whatsappPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media(min-width: 768px){
    header {
        z-index: 10000;
        background-color: #fff;
    }
}