/* --- Təməl Ayarlar --- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root {
    --primary-color: #8c52ff;
    --primary-dark: #52299e;
    --primary-orange: #ff7322;
    --primary-blue: #297eee;
    --dark-bg: #0f172a;
    --light-gray: #f0f1f9;
    --dark-gray: #e8e9f1;
    --text-main: #334155;
    --text-muted: #64748b;
    --white: #ffffff;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font: 'Quicksand', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--dark-gray);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
    border: 2px solid var(--dark-gray);
    /* padding kimi boşluq yaradır */
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

::selection {
    background: var(--primary-color);
    color: #fff;
}

::-moz-selection {
    background: var(--primary-color);
    color: #fff;
}

/* =========================
   PLACEHOLDER
========================= */
input::placeholder,
textarea::placeholder {
    color: #888;
    opacity: 1;
}

/* =========================
   AUTOFILL FIX
========================= */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--dark-gray) inset;
    -webkit-text-fill-color: white;
}

/* =========================
   LIST MARKER
========================= */
li::marker {
    color: var(--primary-color);
}

/* =========================
   SMOOTH SCROLL
========================= */
html {
    scroll-behavior: smooth;
}

/* =========================
   FOCUS OUTLINE
========================= */
input:focus,
textarea:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* =========================
   IMAGE DRAG DISABLE
========================= */
img {
    user-select: none;
    -webkit-user-drag: none;
}

/* =========================
   NO TEXT SELECT CLASS
========================= */
.no-select {
    user-select: none;
}

/* =========================
   INPUT CARET COLOR
========================= */
input,
textarea {
    caret-color: var(--primary-color);
}

body {
    background-color: var(--dark-gray);
    color: var(--text-main);
    font-family: var(--font);
    -webkit-tap-highlight-color: transparent;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

/* --- Top Bar --- */
.top-bar {
    background: var(--primary-color);
    font-size: 13px;
    padding: 6px 0;
}

.top-bar a {
    color: var(--white);
    transition: var(--transition);
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-bar a:hover {
    background: var(--dark-bg);
}

.site-info {
    display: flex;
    gap: 8px;
}

/* --- Main Nav & Desktop Menu --- */
.main-nav {
    background: var(--white);
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-radius: 10px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 42px;
}

.logoText {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
}

.logoText span {
    color: var(--primary-orange);
}

.menu ul {
    display: flex;
    gap: 10px;
}

.menu ul li a {
    font-weight: 500;
    color: var(--text-main);
    padding: 8px 16px;
    border-radius: 12px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu ul li a:hover,
.menu ul li a.active {
    background-color: var(--primary-color);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(140, 82, 255, 0.25);
}

/* Desktop Search Box */
.search-box {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    padding: 5px 8px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
}

.search-box input {
    border: none;
    background: transparent;
    outline: none;
    width: 200px;
    font-size: 14px;
}

.search-box button {
    border: none;
    background: var(--primary-color);
    color: var(--white);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

/* --- Mobile Menu & Search (App Style) --- */
.search-toggle {
    display: none;
    margin: 0;
    font-size: 26px;
    color: var(--primary-color);
    cursor: pointer;
}

.close-menu {
    display: none;
    /* Masaüstündə görünməsin */
}

.mobile-search-area {
    display: none;
    /* Masaüstündə görünməsin */
}

/* --- Dropdown Menyu Stili --- */
.has-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    /* Bir az aşağıdan başlasın */
    left: 0;
    width: 240px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 100%;
}

.dropdown-menu a {
    padding: 10px 15px !important;
    border-radius: 8px !important;
    font-size: 14px;
    color: var(--text-main);
    background: transparent !important;
    /* Köhnə hover stilini əzirik */
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.dropdown-menu a:hover {
    background: #f1f5f9 !important;
    color: var(--primary-color) !important;
}

/* --- Desktop Search Results (Axtarış Pəncərəsi) --- */
.search-box-container {
    position: relative;
}

.desktop-search-results {
    position: absolute;
    top: 110%;
    right: 0;
    width: 300px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    padding: 15px;
    display: none;
    /* JS ilə açılacaq */
    z-index: 999;
}

.search-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quick-links a {
    font-size: 14px;
    color: var(--text-main);
    padding: 5px 0;
    transition: 0.2s;
}

.quick-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

@media (max-width: 992px) {
    .flex-between {
        flex-direction: row-reverse;
    }

    .mobile-search-area {
        display: block;
    }

    .search-box-container {
        display: none;
    }

    .close-menu {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: #f1f5f9;
        color: var(--text-main);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        cursor: pointer;
        transition: var(--transition);
        z-index: 10001;
        /* Hər şeyin üstündə olsun */
    }

    .close-menu:active {
        background: var(--primary-color);
        color: white;
        transform: scale(0.9);
    }

    .top-bar,
    .search-box {
        display: none;
    }

    .search-toggle {
        display: block;
    }

    .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: var(--white);
        z-index: 9999;
        padding: 20px;
        transition: 0.4s ease;
        overflow-y: auto;
    }

    .menu.active {
        left: 0;
    }

    .mobile-search-area {
        margin-top: 50px;
    }

    .search-input-wrapper {
        display: flex;
        align-items: center;
        background: #f1f5f9;
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .search-input-wrapper input {
        border: none;
        background: transparent;
        outline: none;
        width: 100%;
        font-size: 16px;
        margin-left: 10px;
    }

    .trending-searches p {
        font-size: 13px;
        font-weight: 600;
        color: var(--text-muted);
        margin-bottom: 10px;
    }

    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 20px;
    }

    .tag {
        background: #f1f5f9;
        padding: 6px 15px;
        border-radius: 8px;
        font-size: 12px;
        color: var(--text-main);
    }

    .search-results-area {
        min-height: 120px;
        border-bottom: 1px solid #f1f5f9;
        margin-bottom: 20px;
        color: #94a3b8;
        font-size: 14px;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nav-links li a {
        background: #f8fafc;
        width: 100%;
        padding: 15px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--text-main);
    }
}

/* --- Mobile Bottom Nav --- */
.bottom-nav {
    display: none;
}

@media (max-width: 992px) {
    .bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--white);
        height: 70px;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
        justify-content: space-around;
        align-items: center;
        z-index: 2000;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding-bottom: env(safe-area-inset-bottom);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
        will-change: transform;
    }

    .bottom-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--text-muted);
        font-size: 10px;
        flex: 1;
    }

    .bottom-item i {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .bottom-item.active {
        color: var(--primary-color);
    }

    /* Ortadakı dairəvi düymə */
    .circle-item i {
        background: var(--primary-color);
        color: white;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-top: -35px;
        border: 5px solid var(--dark-gray);
        box-shadow: 0 5px 15px rgba(140, 82, 255, 0.3);
    }

    .main-nav .container {
        flex-direction: row;
    }
}

/* --- Hero Slider & Layout --- */
.hero-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--dark-gray);
    padding: 10px 0;
}

.hero-slider {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.slide {
    min-width: 100%;
    display: flex;
    align-items: center;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    min-height: 500px;
}

/* Sol Tərəf - Kontent */
.hero-content01 {
    flex: 1;
    max-width: 550px;
}

.hero-content01 .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(140, 82, 255, 0.1);
    color: var(--primary-color);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content01 h1 {
    font-size: 46px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content01 h1 span {
    color: var(--primary-color);
}

.hero-content01 p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 35px;
}

/* Sol Tərəf - Kontent */
.hero-content02 {
    flex: 1;
    max-width: 550px;
}

.hero-content02 .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(140, 82, 255, 0.1);
    color: var(--primary-orange);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content02 h2 {
    font-size: 46px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content02 h2 span {
    color: var(--primary-orange);
}

.hero-content02 p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 35px;
}

.hero-content02 a {
    background: var(--primary-orange);
}

/* Sol Tərəf - Kontent */
.hero-content03 {
    flex: 1;
    max-width: 550px;
}

.hero-content03 .badge {

    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(140, 82, 255, 0.1);
    color: var(--primary-blue);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content03 h2 {

    font-size: 46px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content03 h2 span {

    color: var(--primary-blue);
}

.hero-content03 p {

    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 35px;
}

.hero-content03 a {

    background: var(--primary-blue);
}


.hero-btns {
    display: flex;
    gap: 15px;
}

/* Düymələr */
.btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    cursor: pointer;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
    box-shadow: 0 8px 20px rgba(140, 82, 255, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(140, 82, 255, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--text-main);
    border: 2px solid #e2e8f0;
}

.btn-outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Sağ Tərəf - Vizual (Şəkil və Animasiya) */
.hero-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

.hero-main-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    z-index: 2;
    /* Şəkil üstdə qalsın */
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.1));
}

/* Glassmorphism Kartlar */
.glass-card-home {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 15px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.float-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-main);
}

/* Kartların yerləşimi (Şəklin ətrafında) */
.float-top-right {
    top: 5%;
    right: -10%;
    flex-direction: row;
    align-items: center;
    animation: float 5s ease-in-out infinite alternate;
}

.float-top-right-big {
    top: 5%;
    right: -10%;
    flex-direction: column;
    align-items: flex-start;
    animation: float 5s ease-in-out infinite alternate;
}

.float-bottom-left {
    bottom: 10%;
    left: -5%;
    animation: float 6s ease-in-out infinite alternate-reverse;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.counter {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
}

.progress-bar {
    width: 150px;
    height: 6px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar .fill {
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-orange));
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

/* Slider Düymələri */
.slider-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.slider-btn {
    background: var(--white);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.slider-btn:hover {
    background: var(--primary-color);
    color: var(--white);
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background: var(--primary-color);
    width: 25px;
    border-radius: 10px;
}

/* Mobil Uyğunluq */
@media (max-width: 992px) {
    .hero-inner {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding-bottom: 50px;
    }

    .hero-content01 h1 {
        font-size: 32px;
    }

    .hero-content02 h1 {
        font-size: 32px;
    }

    .hero-content03 h1 {
        font-size: 32px;
    }

    .hero-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-main-img {
        max-width: 300px;
    }

    /* Mobildə dağınıqlıq olmasın deyə kartların yerini dəyişirik */
    .float-top-right {
        right: 0;
        top: 0;
        transform: scale(0.8);
    }

    .float-bottom-left {
        left: 0;
        bottom: 0;
        transform: scale(0.8);
    }
}

/* --- Platforms Section --- */
.platforms {
    padding: 0px 0;
    margin-bottom: 20px;
    background: var(--dark-gray);
}

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

.section-header h2 {
    font-size: 29px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
}

.section-header span {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.section-header p {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 600;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 12px;
}

.platform-card {
    background: var(--white);
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.platform-card:hover {
    transform: translateY(-5px);
}

/* Sol hissə - Yazılar */
.platform-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
    transition: var(--transition);
}

.platform-title span {
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 8px;
    transition: var(--transition);
}

.platform-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted);
}

/* Sağ hissə - Şüşə effektli loqo */
.card-visual {
    position: relative;
}

.glass-logo-box {
    width: 54px;
    height: 54px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: rgba(255, 255, 255, 0.199);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.tiktok {
    background: #000;
}

.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.youtube {
    background: #ff0000;
}

.facebook {
    background: #0077ff;
}

.telegram {
    background: #01aeff;
}

.linkedin {
    background: #01aeff;
}

.threads {
    background: #000000;
}

.spotify {
    background: #1db954;
}

.twitch {
    background: #6441a5;
}

.social-services {
    background: #828db6;
}

.tiktok .glass-logo-box {
    color: #fff;
}

.instagram .glass-logo-box {
    color: #fff;
}

.youtube .glass-logo-box {
    color: #fff;
}

.facebook .glass-logo-box {
    color: #fff;
}

.telegram .glass-logo-box {
    color: #fff;
}

.linkedin .glass-logo-box {
    color: #fff;
}

.threads .glass-logo-box {
    color: #fff;
}

.spotify .glass-logo-box {
    color: #fff;
}

.twitch .glass-logo-box {
    color: #fff;
}

/* Qalan platformalar */
.twitter {
    background: #000000;
}

.snapchat {
    background: #ffd900;
}

.discord {
    background: #5865F2;
}

.whatsapp {
    background: #25D366;
}

.pinterest {
    background: #E60023;
}

.likee {
    background: #FE2C55;
}

.soundcloud {
    background: #FF5500;
}

/* İkon rəngləri */
.twitter .glass-logo-box,
.snapchat .glass-logo-box,
.discord .glass-logo-box,
.whatsapp .glass-logo-box,
.pinterest .glass-logo-box,
.likee .glass-logo-box,
.soundcloud .glass-logo-box {
    color: #fff;
}

/* Snapchat sarı olduğu üçün ikon qara olsun */
.snapchat .glass-logo-box {
    color: #ffffff;
}

.social-services .glass-logo-box {
    color: #fff;
}

/* Mobil uyğunluq */
@media (max-width: 768px) {
    .platforms {
        padding: 50px 0 20px;
    }

    .platforms-grid {
        grid-template-columns: repeat(2, 2fr);
        gap: 20px;
    }

    .platform-title {
        font-size: 18px;
    }

    .platform-subtitle {
        font-size: 13px;
    }

    .platform-card {
        padding: 20px;
    }
}

@media (max-width: 460px) {
    .platforms-grid {
        grid-template-columns: repeat(1, 2fr);
    }
}

/* --- Why Us Section --- */
.why-us {
    padding: 25px 0;
    background: var(--dark-gray);
}

.why-us-box {
    background: var(--white);
    border-radius: 30px;
    display: flex;
    min-height: 500px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Sol Tərəf - Tablar */
.why-tabs {
    width: 350px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e2e8f0;
}

.why-tab-btn {
    background: transparent;
    border: none;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    text-align: left;
    transition: var(--transition);
    border-bottom: 1px solid #f1f5f9;
}

.why-tab-btn i {
    font-size: 24px;
    color: var(--text-muted);
    background: var(--white);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.tab-txt strong {
    display: block;
    font-size: 16px;
    color: var(--text-main);
}

.tab-txt span {
    font-size: 13px;
    color: var(--text-muted);
}

/* Aktiv Tab Stili */
.why-tab-btn.active {
    background: var(--white);
}

.why-tab-btn.active i {
    background: var(--primary-color);
    color: var(--white);
}

.why-tab-btn.active .tab-txt strong {
    color: var(--primary-color);
}

/* Sağ Tərəf - Məzmun */
.why-content-wrapper {
    flex: 1;
    padding: 50px;
    position: relative;
}

.why-tab-content {
    display: none;
    align-items: center;
    gap: 40px;
    animation: fadeIn 0.4s ease;
}

.why-tab-content.active {
    display: flex;
}

.why-info {
    flex: 1;
}

.why-info h2 {
    font-size: 30px;
    color: var(--text-muted);
    margin-bottom: 50px;
    line-height: 1.3;
}

.why-info h3 {
    font-size: 28px;
    color: var(--text-main);
    margin-bottom: 20px;
    line-height: 1.3;
}

.why-info p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 25px;
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
}

.check-list i {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    padding: 4px;
    border-radius: 50%;
}

.why-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.why-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    /* Şəkillərə yüngül kölgə və glassmorphism effekti verə bilərsən */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobil üçün */
@media (max-width: 992px) {
    .tab-txt strong {
        font-size: 14px;
        font-weight: 600;
    }

    .tab-txt span {
        display: none;
    }

    .why-tab-btn i {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .why-image {
        display: none;
    }

    .why-us-box {
        flex-direction: column;
    }

    .why-tabs {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
    }

    .why-tab-btn {
        padding: 15px;
        min-width: 200px;
        border-right: 1px solid #f1f5f9;
    }

    .why-tab-content {
        flex-direction: column;
        text-align: center;
    }

    .why-content-wrapper {
        padding: 30px;
    }
}

/* --- Latest Blog Section --- */
.latest-blog {
    padding: 20px 0;
    /* Niyə biz bölməsindən fərqlənməsi üçün ağ fon */
}

.section-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.header-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-main);
    margin-top: 10px;
}

.header-left span {
    color: var(--primary-color);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    transition: var(--transition);
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(140, 82, 255, 0.1);
}

.blog-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-card:hover {
    text-decoration: none;
    color: inherit;
}

.blog-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

.blog-info {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 15px;
}

.blog-meta i {
    color: var(--primary-color);
}

.blog-info h3 {
    font-size: 20px;
    color: var(--text-main);
    margin-bottom: 12px;
    line-height: 1.4;
    transition: var(--transition);
}

.blog-card:hover h3 {
    color: var(--primary-color);
}

.blog-info p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 15px;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Mobil üçün uyğunluq */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-header-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .latest-blog {
        padding: 60px 0 100px;
        /* Bottom nav üçün boşluq[cite: 2] */
    }
}


/* --- Footer --- */
.footer {
    background: var(--dark-bg);
    color: #cbd5e1;
    padding-top: 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 38px;
}

.footer-logo .logoText {
    font-size: 20px;
    color: var(--primary-color);
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 25px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    transition: var(--transition);
}

.footer-socials a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(140, 82, 255, 0.3);
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94a3b8;
    font-size: 14px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-links a i {
    font-size: 16px;
    opacity: 0;
    transform: translateX(-5px);
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-links a:hover i {
    opacity: 1;
    transform: translateX(0);
}

.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.footer-contact i {
    font-size: 20px;
    color: var(--primary-color);
    margin-top: 2px;
}

.footer-contact span {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 3px;
}

.footer-contact a,
.footer-contact p {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 500;
}

.footer-contact a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 0;
}

.copyright {
    font-size: 13px;
    color: #64748b;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    font-size: 13px;
    color: #64748b;
    transition: var(--transition);
}

.footer-bottom-links a:hover {
    color: var(--primary-color);
}

.whatsapp-link{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

@media (max-width: 768px){
    .whatsapp-link{
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 70px;
        right: 15px;
        bottom: 80px;
    }
}

/* --- Responsive Footer --- */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-top: 50px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom .flex-between {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
}


/* Populyar Xidmətlər Bölümü */
.popular-services {
    margin: 29px 0;
    padding: 60px 0;
    background: var(--dark-bg);
    /* Arxa fon fərqli olsun deyə */
    width: 100%;
}

.popular h2 {
    font-size: 30px;
    color: var(--white);
    text-align: center;
    margin-bottom: 10px;
}

.services-grid {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    /* Yanaşı 3 dənə yerləşməsi üçün */
    gap: 20px;
}

.services-grid.active {
    display: grid;
}

.compact-service-card {
    background: var(--white);
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    transition: var(--transition);
}

.compact-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-color);
}

.card-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.p-icon {
    width: 45px;
    height: 45px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--primary-color);
}

.p-info h4 {
    font-size: 15px;
    margin-bottom: 2px;
    color: var(--text-main);
}

.p-price {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 16px;
}

.buy-btn {
    background: var(--primary-color);
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.buy-btn:hover {
    background: var(--primary-dark);
    box-shadow: 0 4px 12px rgba(140, 82, 255, 0.2);
}

/* Tab Düymələri üçün sadə stil */
.service-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    overflow-x: auto;
}

.s-tab-btn {
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    background: #e2e8f0;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.s-tab-btn.active {
    background: var(--primary-color);
    color: white;
}

/* --- Simple Page Route Header --- */
.page-route-header {
    padding: 40px 0;
    margin-bottom: 20px;
    background: var(--dark-bg);
    /* Təmiz ağ fon */
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
}

.page-title {
    text-align: center;
    margin-bottom: 30px;
}

.page-title h2 {
    font-size: 29px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.page-title span {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-title p {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 600;
}

.route-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.breadcrumb-simple {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #64748b;
}

.breadcrumb-simple a {
    color: #64748b;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-simple i {
    font-size: 16px;
    color: #cbd5e1;
}

.breadcrumb-simple .current {
    color: var(--primary-color);
    /* #8c52ff */
    font-weight: 600;
}

.page-info-center h1 {
    font-size: 28px;
    color: #1e293b;
    margin-bottom: 12px;
    font-weight: 700;
}

.platform-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8faff;
    /* Çox açıq bənövşəyi/mavi fon */
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(140, 82, 255, 0.1);
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
}

.platform-count-badge i {
    font-size: 16px;
}

/* Mobil üçün uyğunlaşdırma */
@media (max-width: 768px) {
    .page-route-header {
        padding: 30px 0;
    }

    .page-info-center h1 {
        font-size: 22px;
    }
}

/* --- About Details Section --- */
.about-details {
    padding: 30px 0;
}

.about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1e293b;
}

.about-text h3 span {
    color: var(--primary-color);
    /* #8c52ff */
}

.about-text p {
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 30px;
}

/* Sağ tərəfdəki statistika kartları */
.about-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card {
    background: #f8fafc;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #f1f5f9;
    transition: 0.3s;
}

.stat-card:hover {
    border-color: var(--primary-color);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(140, 82, 255, 0.05);
}

.stat-card h4 {
    font-size: 36px;
    color: #1e293b;
    margin-bottom: 5px;
}

.stat-card p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
}

.stat-card.highlight {
    background: var(--primary-color);
}

.stat-card.highlight h4,
.stat-card.highlight p {
    color: #ffffff;
}

/* Mobil Uyğunluq */
@media (max-width: 992px) {
    .about-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .f-item {
        text-align: left;
    }

    .about-stats-grid {
        margin-top: 40px;
    }
}

/* --- Missiya Hissəsi --- */
.about-mission {
    margin-top: 20px;
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    padding: 40px;
    border-radius: 24px;
    border: 1px dashed var(--primary-color);
    text-align: center;
}

.mission-card i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: inline-block;
}

.mission-card h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #1e293b;
}

/* --- İş Prosesi Addımları --- */
.work-process {
    margin-top: 20px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.step {
    position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #f1f5f9;
    transition: 0.3s;
}

.step:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.step-num {
    position: absolute;
    top: -15px;
    left: 20px;
    background: var(--primary-color);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(140, 82, 255, 0.3);
}

.step h5 {
    font-size: 18px;
    margin: 15px 0 10px;
    color: #1e293b;
}

.step p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* SEO Uzun Mətn Stili */
.seo-long-text {
    margin-top: 20px;
    padding: 40px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.seo-long-text h4 {
    font-size: 22px;
    color: #1e293b;
    margin-bottom: 15px;
}

.seo-long-text p {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Statistika Kartlarının Yenilənməsi */
.stat-card i {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: block;
}

.stat-card.highlight i {
    color: #fff;
}

/* Row tənzimləməsi */
.about-row {
    display: grid;
    grid-template-row: 2fr 0.8fr;
    /* Mətn hissəsini daha geniş etdik */
    gap: 50px;
    align-items: start;
}

.about-text p {
    font-size: 16px;
    text-align: justify;
    /* Mətnin SEO-da daha səliqəli görünməsi üçün */
}


/* --- Privacy Policy Section --- */
.privacy-content {
    padding: 20px 0 100px;
}

.policy-wrapper {
    max-width: 900px;
    margin: 0 auto;
    color: #334155;
    line-height: 1.8;
}

.policy-item {
    margin-bottom: 20px;
}

.policy-item h3 {
    font-size: 22px;
    color: #1e293b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-item ul {
    margin-top: 15px;
    padding-left: 20px;
}

.policy-item ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    color: #64748b;
}

/* Xüsusi diqqət çəkən qutu (Şifrə haqqında) */
.highlight-box {
    background: #f1f0ff;
    padding: 30px;
    border-radius: 20px;
    border-left: 5px solid var(--primary-color);
}

.highlight-box h3 {
    color: var(--primary-color);
}

.policy-footer {
    margin-top: 20px;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
    color: #94a3b8;
    text-align: center;
}

/* Mobil üçün */
@media (max-width: 768px) {
    .policy-wrapper {
        padding: 0 15px;
    }
}

/* Ödəniş ikonları üçün stil */
.payment-methods-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    filter: grayscale(1);
    /* Minimalist görünüş üçün boz rəng */
    opacity: 0.7;
    transition: 0.3s;
}

.payment-methods-icons:hover {
    filter: grayscale(0);
    opacity: 1;
}

.payment-methods-icons i {
    font-size: 35px;
    color: #1e293b;
}


/* --- Premium Contact Layout --- */
.contact-wrapper-premium {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 350px 1fr;
    border: 1px solid #f1f5f9;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.02);
}

/* Sol Sidebar */
.contact-sidebar {
    background: #f8faff;
    padding: 50px 40px;
    border-right: 1px solid #f1f5f9;
}

.sidebar-box .s-icon {
    font-size: 40px;
    color: #8c52ff;
    margin-bottom: 20px;
}

.sidebar-box h3 {
    font-size: 22px;
    color: #1e293b;
    margin-bottom: 10px;
}

.sidebar-box p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

.email-link {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.3s;
}

.email-link:hover {
    color: #8c52ff;
}

.support-features {
    margin-top: 50px;
}

.s-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #475569;
}

.s-feature i {
    color: #10b981;
}

/* Sağ Forma */
.contact-main-form {
    padding: 50px;
    background: var(--white);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-select {
    width: 100%;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    transition: 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #8c52ff;
    box-shadow: 0 0 0 4px rgba(140, 82, 255, 0.05);
    outline: none;
}

.premium-send-btn {
    width: 100%;
    padding: 16px;
    background: #1e293b;
    /* Daha ciddi tünd rəng */
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.3s;
}

.premium-send-btn:hover {
    background: #8c52ff;
    transform: translateY(-2px);
}

/* Mobil üçün */
@media (max-width: 992px) {
    .contact-wrapper-premium {
        grid-template-columns: 1fr;
    }

    .contact-sidebar {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        text-align: center;
    }

    .s-feature {
        justify-content: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}


/* --- Seçilən Platformanın Xidmət Kateqoriyaları --- */
.service-categories {
    padding: 20px 0;
    background: var(--dark-gray);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.category-card {
    background: var(--white);
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
    text-decoration: none;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(140, 82, 255, 0.1);
    /* Sənin bənövşəyi kölgə effekti */
    border-color: var(--primary-color);
}

.cat-icon {
    width: 55px;
    height: 55px;
    background: #f8fafc;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--primary-color);
    transition: var(--transition);
}

.category-card:hover .cat-icon {
    background: var(--primary-color);
    color: var(--white);
}

.cat-info {
    flex: 1;
}

.cat-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 4px;
    transition: var(--transition);
}

.category-card:hover .cat-info h3 {
    color: var(--primary-color);
}

.cat-info p {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
}

.cat-arrow {
    font-size: 22px;
    color: var(--text-muted);
    transition: var(--transition);
}

.category-card:hover .cat-arrow {
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Mobil uyğunluq */
@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Xidmət Növləri Bölməsi --- */
.service-types {
    padding: 40px 0 80px 0;
    background: var(--dark-gray);
    /* Saytın fonuna uyğun */
}

/* Kartların düzülüşü */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

/* Əsas Kart Dizaynı */
.category-card {
    background: var(--white);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    /* İkonun yuxarıda qalması üçün */
    gap: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

/* Kartın Hover Effekti */
.category-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 40px rgba(140, 82, 255, 0.15);
    /* Premium bənövşəyi kölgə */
}

/* Sol tərəfdəki İkon */
.cat-icon {
    width: 60px;
    height: 60px;
    background: #f8f6ff;
    /* Çox açıq bənövşəyi */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--primary-color);
    transition: 0.3s ease;
    flex-shrink: 0;
    /* İkonun sıxılmaması üçün */
}

.category-card:hover .cat-icon {
    background: var(--primary-color);
    color: var(--white);
}

/* Mətn Sahəsi */
.cat-info {
    flex: 1;
}

.cat-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 10px 0;
    transition: 0.3s;
}

.category-card:hover .cat-info h3 {
    color: var(--primary-color);
}

/* --- Siyahı (Features) Dizaynı --- */
.cat-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cat-features li {
    font-size: 13.5px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: 0.3s;
}

/* Siyahı İkonları */
.cat-features li i {
    color: var(--primary-color);
    font-size: 15px;
    opacity: 0.8;
}

.category-card:hover .cat-features li {
    color: #444;
    /* Hover olanda mətn bir az tündləşir */
}

/* Sağdakı Kiçik Ox İkonu */
.cat-arrow {
    font-size: 22px;
    color: #e0e0e0;
    align-self: center;
    /* Ox mərkəzdə dursun */
    transition: 0.3s ease;
}

.category-card:hover .cat-arrow {
    color: var(--primary-color);
}

/* Mobil Uyğunluq */
@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .category-card {
        padding: 20px;
    }
}


/* --- Paketlər Bölməsi --- */
.pricing-section {
    padding: 60px 0;
    background: var(--dark-gray);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: center;
}

/* Əsas Paket Kartı */
.pricing-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
}

/* Məşhur Paket Vurğusu */
.pricing-card.popular {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(140, 82, 255, 0.15);
}

.package-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f0ebff;
    color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.popular .package-badge {
    background: var(--primary-color);
    color: var(--white);
}

/* Qiymət Hissəsi */
.package-header {
    margin-bottom: 30px;
}

.price {
    font-size: 42px;
    font-weight: 900;
    color: var(--text-main);
    display: block;
}

.price span {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-muted);
}

.package-header h3 {
    font-size: 20px;
    margin-top: 10px;
    color: var(--text-main);
}

/* Xüsusiyyətlər Siyahısı */
.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    text-align: left;
}

.package-features li {
    margin-bottom: 15px;
    font-size: 15px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-features li i {
    color: #2ecc71;
    /* Yaşıl uğurlu ikon */
    font-size: 18px;
}

.package-features li.not-available {
    opacity: 0.5;
    text-decoration: line-through;
}

.package-features li.not-available i {
    color: #e74c3c;
    /* Qırmızı imtina ikonu */
}

/* Satın Al Düyməsi */
.buy-btn {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: none;
    background: #f8f6ff;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.pricing-card.popular .buy-btn,
.buy-btn:hover {
    background: var(--primary-color);
    color: var(--white);
    box-shadow: 0 10px 20px rgba(140, 82, 255, 0.2);
}

/* Mobil üçün miqyasın ləğvi */
@media (max-width: 768px) {
    .pricing-card.popular {
        transform: scale(1);
    }
}


.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.pkg-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.pkg-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(140, 82, 255, 0.1);
    border-color: var(--primary-color);
}

/* Paket İkonu və Badge */
.pkg-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}

.pkg-main-icon {
    width: 55px;
    height: 55px;
    background: #fcfaff;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 16px;
    border: 1px solid rgba(140, 82, 255, 0.1);
}

.pkg-badge {
    padding: 6px 14px;
    background: #f1f1f1;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 0.5px;
}

.featured .pkg-badge {
    background: var(--primary-color);
    color: #fff;
}

/* Gövdə Hissəsi */
.pkg-body h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #1a1a1a;
}

.pkg-price {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.pkg-price .amt {
    font-size: 36px;
    font-weight: 900;
    color: var(--primary-color);
}

.pkg-price .cur {
    font-size: 16px;
    font-weight: 700;
    color: #888;
}

/* Features - Hərəsinin Öz İkonu */
.pkg-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    border-top: 1px solid #f5f5f5;
    padding-top: 25px;
}

.pkg-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14.5px;
    color: #555;
    font-weight: 500;
}

.pkg-features li i {
    width: 20px;
    color: var(--primary-color);
    font-size: 17px;
    text-align: center;
}

/* Düymə */
.pkg-btn {
    margin-top: auto;
    background: #fcfaff;
    color: var(--primary-color);
    text-decoration: none;
    padding: 16px;
    border-radius: 14px;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
    border: 1px solid rgba(140, 82, 255, 0.05);
}

.pkg-card:hover .pkg-btn {
    background: var(--primary-color);
    color: #fff;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    display: none;
    /* İlkin olaraq gizli */
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background: #fff;
    width: 90%;
    max-width: 450px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    animation: modalFadeUp 0.3s ease;
}

@keyframes modalFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.close-modal {
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
}

.pkg-brief {
    background: #f8f6ff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    border: 1px dashed var(--primary-color);
}

.pkg-brief span {
    font-weight: 700;
    color: var(--primary-color);
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    color: var(--primary-color);
}

.input-wrapper input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border-radius: 12px;
    border: 2px solid #eee;
    outline: none;
    transition: 0.3s;
}

.input-wrapper input:focus {
    border-color: var(--primary-color);
}

.input-group small {
    color: #888;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.submit-order-btn {
    width: 100%;
    padding: 15px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(140, 82, 255, 0.2);
}


.checkout-section {
    padding: 20px 0 40px;
}

.checkout-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
}

/* Sifariş Özəti (Sol) */
.order-summary h4,
.payment-form-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.summary-card {
    background: #fcfaff;
    padding: 25px;
    border-radius: 18px;
    border: 1px solid rgba(140, 82, 255, 0.1);
}

.summary-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.summary-header i {
    font-size: 32px;
    color: var(--primary-color);
}

.summary-label {
    font-size: 13px;
    color: #888;
    display: block;
}

.summary-header h5 {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.summary-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-price strong {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 800;
}

.trust-badges {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.trust-badges li {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.trust-badges i {
    color: #2ecc71;
}

/* Form Hissəsi (Sağ) */
.form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.payment-form-box input {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: 2px solid #f1f1f1;
    outline: none;
    transition: 0.3s;
    font-size: 15px;
}

.payment-form-box input:focus {
    border-color: var(--primary-color);
    background: #fcfaff;
}

.payment-notice {
    display: flex;
    gap: 10px;
    background: #fff8ee;
    padding: 15px;
    border-radius: 12px;
    margin-top: 25px;
    border: 1px solid #ffeeba;
}

.payment-notice i {
    color: #f39c12;
}

.payment-notice p {
    font-size: 13px;
    color: #856404;
    margin: 0;
}

.pay-now-btn {
    width: 100%;
    margin-top: 25px;
    padding: 18px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.pay-now-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(140, 82, 255, 0.3);
}

@media (max-width: 900px) {
    .checkout-container {
        grid-template-columns: 1fr;
        padding: 25px;
    }
}


/* --- Estetik Status Dizaynı --- */
.status-wrapper {
    position: relative;
    padding: 100px 0;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: #0b0b0f;
    /* Tünd premium fon */
    overflow: hidden;
}

/* Neon Parıltı Effekti */
.glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(140, 82, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(80px);
    z-index: 1;
}

/* Glassmorphism Kart */
.glass-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding: 60px 40px;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

/* İkon və Pulse Effekti */
.icon-circle {
    position: relative;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    margin: 0 auto 30px;
    box-shadow: 0 0 30px rgba(140, 82, 255, 0.5);
}

.pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    animation: iconPulse 2s infinite;
    z-index: -1;
}

@keyframes iconPulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* Mətnlər */
.status-content h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}

.status-content p {
    color: #aaa;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.order-details-mini {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
}

.order-details-mini span {
    font-size: 13px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
}

/* Düymələr */
.action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.btn-premium {
    background: var(--primary-color);
    color: #fff;
    padding: 16px;
    border-radius: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-glass {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 16px;
    border-radius: 18px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.btn-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(140, 82, 255, 0.4);
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

/* 404 üçün rəng dəyişikliyi (lazım olsa) */
.error-404 .icon-circle {
    background: #ff4757;
    box-shadow: 0 0 30px rgba(255, 71, 87, 0.5);
}

.error-404 .pulse {
    background: #ff4757;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.category-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: var(--white);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
    height: 100px; /* hamısı eyni hündürlük */
}

.category-card:hover {
    transform: translateY(-2px);
}

.cat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-gray);
    border-radius: 10px;
    flex-shrink: 0;
}

.cat-icon i {
    font-size: 24px;
}

.cat-info {
    flex: 1;
    min-width: 0; /* flex truncate üçün vacib */
}

.cat-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-bg);
    margin: 0 0 4px 0;

    /* 2 sətir limit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.cat-info p {
    font-size: 13px;
    color: #888;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-arrow {
    font-size: 20px;
    color: #555;
    flex-shrink: 0;
}

/* Package Card əlavələri */
.package-card .package-meta {
    margin: 12px 0;
}

.package-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
}

.package-price .price-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary, #00ff88);
}

.package-price .price-currency {
    font-size: 14px;
    font-weight: 600;
    color: var(--text, #fff);
}

.package-price .price-unit {
    font-size: 12px;
    color: var(--text-muted, #888);
}

.package-limits {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: var(--text-muted, #888);
}

.package-limits span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.package-limits i {
    font-size: 14px;
}

.package-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

.badge i {
    font-size: 12px;
}

.badge-success {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.badge-info {
    background: rgba(0, 136, 255, 0.1);
    color: #0088ff;
    border: 1px solid rgba(0, 136, 255, 0.2);
}

.badge-muted {
    background: rgba(136, 136, 136, 0.1);
    color: #888;
    border: 1px solid rgba(136, 136, 136, 0.2);
}

/* Paket adı 2 sətir */
.package-card .cat-info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 8px;
}

/* Blog */
/* ========== BLOG SECTION ========== */
.blog-section-b {
    padding: 60px 0 80px;
}

.post-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.post-category, .post-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-muted);
}

.post-category i {
    color: var(--primary-color);
}

.featured-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 16px;
    line-height: 1.3;
}

.featured-content p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #000;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.read-more-btn:hover {
    background: var(--primary-hover);
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.blog-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--primary-color);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.blog-content {
    padding: 24px;
}

.blog-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--text-muted);
}

.blog-meta i {
    font-size: 14px;
}

.blog-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-link:hover {
    gap: 10px;
    color: var(--primary-hover);
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.page-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-btn:hover:not(.disabled) {
    background: var(--primary);
    color: #000;
    border-color: var(--primary);
}

.page-btn.active {
    background: var(--primary);
    color: #000;
    border-color: var(--primary);
}

.page-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 992px) {
    .featured-post {
        grid-template-columns: 1fr;
    }
    
    .featured-content {
        padding: 30px;
    }
    
    .featured-content h3 {
        font-size: 26px;
    }
    
    .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .featured-img {
        min-height: 250px;
    }
    
    .featured-content {
        padding: 24px;
    }
    
    .featured-content h3 {
        font-size: 22px;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== BLOG DETAILS ========== */
.blog-details-section {
    padding: 60px 0 80px;
}

.blog-details-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    align-items: start;
}

.blog-details-content {
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
}

.article-header {
    margin-bottom: 30px;
}

.article-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 255, 136, 0.1);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.article-header h1 {
    font-size: 38px;
    font-weight: 800;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: 24px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-info img {
    width: 48px;
    height: 48px;
    border: 2px solid var(--primary);
}

.author-info div {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: var(--text);
    font-size: 15px;
}

.post-date {
    font-size: 13px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 4px;
}

.article-stats {
    display: flex;
    gap: 20px;
}

.article-stats span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-muted);
    font-size: 14px;
}

.article-featured-img {
    margin: 30px 0;
    border-radius: 16px;
    overflow: hidden;
}

.article-featured-img img {
    width: 100%;
    height: auto;
    display: block;
}

.article-body {
    color: var(--text);
    font-size: 17px;
    line-height: 1.8;
}

.article-body .lead {
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 3px solid var(--primary);
}

.article-body h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
    margin: 40px 0 20px;
}

.article-body p {
    margin-bottom: 20px;
    color: var(--text-muted);
}

.article-body strong {
    color: var(--text);
    font-weight: 600;
}

.article-body blockquote {
    background: rgba(0, 255, 136, 0.05);
    border-left: 3px solid var(--primary);
    padding: 20px 24px;
    margin: 30px 0;
    border-radius: 8px;
    font-style: italic;
    color: var(--text);
}

.article-cta-box {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 255, 136, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 16px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
}

.article-cta-box h3 {
    font-size: 24px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.article-cta-box p {
    margin-bottom: 20px;
    color: var(--text-muted);
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #000;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 255, 136, 0.3);
}

.article-share {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid var(--border);
}

.article-share span {
    font-weight: 600;
    color: var(--text);
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: var(--primary);
    color: #000;
    border-color: var(--primary);
    transform: translateY(-2px);
}

/* Sidebar */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.author-card {
    text-align: center;
}

.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    margin: 0 auto 16px;
}

.author-card h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.author-card > p {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 12px;
}

.author-bio {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.author-socials {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.author-socials a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: var(--text);
    transition: all 0.3s ease;
}

.author-socials a:hover {
    background: var(--primary);
    color: #000;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-title i {
    color: var(--primary);
}

.related-posts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.related-post {
    display: flex;
    gap: 12px;
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.related-post:hover {
    background: rgba(255, 255, 255, 0.05);
}

.related-post img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.related-post div {
    flex: 1;
}

.related-post h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-post span {
    font-size: 12px;
    color: var(--text-muted);
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    margin-bottom: 8px;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.category-list a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--primary);
}

.category-list span {
    background: rgba(0, 255, 136, 0.1);
    color: var(--primary);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .blog-details-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-sidebar {
        position: static;
    }
    
    .article-header h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .blog-details-content {
        padding: 24px;
    }
    
    .article-header h1 {
        font-size: 24px;
    }
    
    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .article-body {
        font-size: 16px;
    }
    
    .article-body .lead {
        font-size: 18px;
    }
}