:root{
    --dp-font-main: "Titillium Web", "Inter", "Segoe UI", sans-serif;
    --dp-color-navy: #0a245f;
    --dp-color-navy-2: #274783;
    --dp-color-turquoise: #28d7df;
    --dp-color-turquoise-2: #7ef2ff;
    --dp-color-red: #ff4b57;
    --dp-color-text: #183153;
    --dp-color-muted: #6e7d95;
    --dp-color-border: rgba(10,36,95,.10);
    --dp-surface: rgba(255,255,255,.72);
    --dp-surface-2: rgba(246,248,252,.84);
}

html, body,
body *:not(i):not(.ti):not([class*="ti-"]) {
    font-family: var(--dp-font-main);
}

body{
    color: var(--dp-color-text);
    background:#f3f6fa;
    letter-spacing:-0.01em;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--dp-font-main);
    letter-spacing:-0.02em;
    font-weight:700;
}

p, a, li, span, input, button, textarea, select{
    font-family: var(--dp-font-main);
}

:root {
    --dp-primary: #0ca3b5;
    --dp-primary-dark: #087c8a;
    --dp-red: #e52421;
    --dp-yellow: #f6b400;
    --dp-blue: #17479e;
    --dp-blue-dark: #0f2f5f;
    --dp-text: #16323f;
    --dp-bg: #f5f8fc;
    --dp-white: #ffffff;
}

body {
    background: #fff;
    color: var(--dp-text);
    overflow-x: hidden;
}

.dp-section {
    padding: 110px 0;
}

.dp-section-title {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 18px;
}

.dp-section-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 760px;
}

.dp-gradient-text {
    background: linear-gradient(135deg, #53d7df, #0ca3b5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.dp-hero {
    position: relative;
    min-height: 860px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
    radial-gradient(circle at 20% 20%, rgba(83,215,223,.16), transparent 25%),
    radial-gradient(circle at 80% 25%, rgba(229,36,33,.12), transparent 18%),
    radial-gradient(circle at 70% 70%, rgba(83,215,223,.10), transparent 20%),
    linear-gradient(135deg, rgba(13,39,92,.98), rgba(5,22,58,.98)),
    url('/front/assets/images/banner/banner-bg.jpg') center/cover no-repeat;
}

.dp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: .15;
    pointer-events: none;
}

.dp-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: .35;
    animation: dpFloatGlow 8s ease-in-out infinite;
}

.dp-hero-glow.g1 {
    width: 220px;
    height: 220px;
    background: #53d7df;
    top: 12%;
    left: 8%;
}

.dp-hero-glow.g2 {
    width: 300px;
    height: 300px;
    background: #e52421;
    top: 18%;
    right: 8%;
    animation-delay: 1.5s;
}

.dp-hero-glow.g3 {
    width: 240px;
    height: 240px;
    background: #0ca3b5;
    bottom: 8%;
    left: 45%;
    animation-delay: 3s;
}

@keyframes dpFloatGlow {
    0%,100% { transform: translateY(0px) translateX(0px) scale(1); }
    50% { transform: translateY(-18px) translateX(10px) scale(1.05); }
}

.dp-hero-content {
    position: relative;
    z-index: 2;
}

.dp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    color: #8ef2f7;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 800;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.dp-hero-title {
    font-size: 86px;
    line-height: .98;
    font-weight: 900;
    color: #fff;
    margin: 26px 0 24px;
    max-width: 900px;
}

.dp-hero-text {
    font-size: 24px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
    max-width: 760px;
}

.dp-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all .25s ease;
}

.dp-btn-main.primary {
    background: linear-gradient(135deg, #24d0da, #0ca3b5);
    color: #fff;
    box-shadow: 0 15px 35px rgba(12,163,181,.28);
}

.dp-btn-main.outline {
    border-color: rgba(255,255,255,.4);
    color: #fff;
    background: rgba(255,255,255,.04);
}

.dp-btn-main:hover {
    transform: translateY(-2px);
    color: #fff;
}

.dp-floating-card {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    padding: 26px;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(6, 18, 37, .20);
    animation: dpFloatCard 6s ease-in-out infinite;
}

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

.dp-stat-wrap {
    margin-top: -85px;
    position: relative;
    z-index: 5;
}

.dp-stat-card {
    background: #fff;
    border-radius: 24px;
    padding: 34px 24px;
    text-align: center;
    border: 1px solid #e8eef5;
    box-shadow: 0 20px 50px rgba(16, 36, 66, .08);
    transition: all .25s ease;
}

.dp-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(16, 36, 66, .12);
}

.dp-stat-number {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: var(--dp-red);
    margin-bottom: 10px;
}

.dp-stat-label {
    font-size: 18px;
    color: #334155;
    font-weight: 700;
}

.dp-glass-panel {
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.72));
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(15, 35, 55, .08);
}

.dp-feature-card {
    background: #fff;
    border-radius: 26px;
    padding: 34px 28px;
    height: 100%;
    border: 1px solid #e8eef5;
    box-shadow: 0 12px 35px rgba(15, 35, 55, .05);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.dp-feature-card::after {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(12,163,181,.18), transparent 70%);
    border-radius: 50%;
    transition: all .3s ease;
}

.dp-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 35, 55, .12);
}

.dp-feature-card:hover::after {
    transform: scale(1.2);
}

.dp-feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(12,163,181,.14), rgba(23,71,158,.10));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--dp-primary);
    margin-bottom: 24px;
}

.dp-news-card {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #e8eef5;
    box-shadow: 0 12px 35px rgba(15, 35, 55, .05);
    transition: all .3s ease;
    height: 100%;
}

.dp-news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 35, 55, .12);
}

.dp-news-body {
    padding: 28px;
}

.dp-campus-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 380px;
    background: linear-gradient(135deg, rgba(23,71,158,.85), rgba(12,163,181,.75)),
                url('/front/assets/images/banner/banner-bg.jpg') center/cover no-repeat;
    box-shadow: 0 18px 45px rgba(15, 35, 55, .10);
}

.dp-campus-card .inner {
    position: absolute;
    inset: auto 0 0 0;
    padding: 36px;
    color: #fff;
}

.dp-cta-box {
    border-radius: 32px;
    padding: 54px;
    background: linear-gradient(135deg, #0ca3b5, #17479e);
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(12,163,181,.22);
}

.dp-cta-box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,.09);
    top: -90px;
    right: -70px;
}

.page-content p {
    font-size: 18px;
    line-height: 1.85;
    color: #475569;
    margin-bottom: 20px;
}

.page-content h2,
.page-content h3,
.page-content h4 {
    font-weight: 800;
    color: #0f172a;
    margin-top: 30px;
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    .dp-hero-title {
        font-size: 68px;
    }
}

@media (max-width: 991px) {
    .dp-section {
        padding: 80px 0;
    }

    .dp-hero {
        min-height: 760px;
        padding-top: 80px;
    }

    .dp-hero-title {
        font-size: 52px;
    }

    .dp-hero-text {
        font-size: 19px;
    }

    .dp-stat-wrap {
        margin-top: -40px;
    }

    .dp-section-title {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .dp-hero-title {
        font-size: 42px;
    }

    .dp-stat-number {
        font-size: 42px;
    }

    .dp-cta-box {
        padding: 34px 26px;
    }
}


/* =========================
   MEGA MENU
========================= */
.dp-mega-item {
    position: relative;
}

.dp-mega-menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 320px;
    background: #ffffff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 22px 60px rgba(13, 28, 58, 0.16);
    border: 1px solid #e8eef5;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    z-index: 999;
}

.dp-mega-item:hover .dp-mega-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.dp-mega-grid {
    display: grid;
    gap: 12px;
}

.dp-mega-grid.one-col {
    grid-template-columns: 1fr;
    min-width: 220px;
}

.dp-mega-grid.two-col {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    min-width: 420px;
}

.dp-mega-link {
    display: block;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 700;
    color: #1d2b3c;
    text-decoration: none;
    transition: all .2s ease;
    background: #f8fbfd;
}

.dp-mega-link:hover {
    color: #0ca3b5;
    background: #eefafb;
    transform: translateX(4px);
}

/* =========================
   HERO FIX FOR TRANSPARENT HEADER
========================= */
.dp-hero {
    padding-top: 110px;
}

/* =========================
   PREMIUM FOOTER
========================= */
.dp-footer {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(8,31,79,.88) 0%, rgba(4,22,51,.92) 100%),
        url('/front/assets/images/footer/footer-bg.jpg') center/cover no-repeat !important;
}

.dp-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: rgba(255,255,255,.05);
}

.dp-footer-top {
    padding: 70px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.dp-footer-news-title {
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
}

.dp-footer-news-form {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.dp-footer-news-form input {
    height: 58px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.02);
    color: #fff;
    padding: 0 18px;
    width: 100%;
    max-width: 430px;
}

.dp-footer-news-form button {
    height: 58px !important;
    padding: 0 28px !important;
    border: none !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2bd7e2, #0ca3b5) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 28px rgba(12,163,181,.22) !important;
}

.dp-footer-main {
    padding: 50px 0 46px;
}

.dp-footer-brand img {
    height: 62px;
    width: auto;
    margin-bottom: 18px;
}

.dp-footer-text {
    max-width: 360px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,.68);
}

.dp-footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.dp-footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.06);
    color: #fff;
    text-decoration: none;
}

.dp-footer-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 22px;
}

.dp-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.dp-footer-links a,
.dp-footer-links span {
    color: rgba(255,255,255,.68);
    text-decoration: none;
    line-height: 1.7;
}

.dp-footer-links a:hover {
    color: #64e7ee;
}

.dp-footer-bottom {
    padding: 24px 0 36px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.dp-footer-bottom a {
    color: rgba(255,255,255,.66);
    text-decoration: none;
    margin-left: 18px;
}

.dp-footer-bottom a:hover {
    color: #64e7ee;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 1199px) {
    .dp-navbar {
        padding: 14px 18px;
    }

    .dp-nav-actions {
        margin-top: 18px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .dp-main-nav {
        padding-top: 18px;
    }

    .dp-mega-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin-top: 8px;
        min-width: 100%;
        display: none;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr;
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .dp-site-header {
        top: 10px;
    }

    .dp-footer-news-title {
        font-size: 32px;
    }

    .dp-footer-news-form {
        flex-direction: column;
        align-items: stretch;
    }

    .dp-footer-news-form input {
        max-width: 100%;
    }

    .dp-footer-bottom {
        text-align: center;
    }

    .dp-footer-bottom a {
        margin: 0 8px;
    }
}

.dp-brand,
.navbar-brand.dp-brand {
    display: flex;
    align-items: center;
    min-height: 88px;
    margin-right: 34px;
    flex: 0 0 auto;
}

.dp-main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 1 auto;
    justify-content: center;
}

.dp-nav-actions {
    flex: 0 0 auto;
}


/* =========================
   MEGA MENU
========================= */

.dp-mega-item {
    position: relative;
}

.dp-mega-menu {
    position: absolute !important;
    top: calc(100% + 16px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid #e8eef5 !important;
    border-radius: 26px !important;
    padding: 24px !important;
    box-shadow: 0 25px 70px rgba(10, 25, 54, .18) !important;
    opacity: 0;
    visibility: hidden;
    transition: all .22s ease;
    z-index: 9999;
}

.dp-mega-item:hover .dp-mega-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px) !important;
}

.dp-mega-grid.one-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-width: 240px;
}

.dp-mega-grid.two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 12px;
    min-width: 470px;
}

.dp-mega-link {
    display: block;
    padding: 15px 16px;
    border-radius: 16px;
    background: #f8fbfd;
    color: #1e2d3d !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all .2s ease;
}

.dp-mega-link:hover {
    background: #eefafb;
    color: #0ca3b5 !important;
    transform: translateX(4px);
}

/* =========================
   HERO
========================= */

.dp-hero {
    position: relative;
    min-height: 980px;
    padding-top: 150px !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(8,31,79,.98), rgba(3,18,51,.98));
}

.dp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 22%, rgba(47,217,229,.18), transparent 18%),
        radial-gradient(circle at 82% 35%, rgba(229,36,33,.15), transparent 18%),
        radial-gradient(circle at 55% 78%, rgba(43,215,226,.12), transparent 18%);
    pointer-events: none;
}

.dp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: .10;
    pointer-events: none;
}

.dp-circuit-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.dp-circuit-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(54,225,235,.9), transparent);
    box-shadow: 0 0 16px rgba(54,225,235,.45);
    opacity: .75;
}

.dp-circuit-line.h1 {
    top: 24%;
    left: -18%;
    width: 52%;
    height: 3px;
    background: rgba(47,217,229,.28);
    animation: dpFlowLeft 7s linear infinite;
}

.dp-circuit-line.h2 {
    bottom: 18%;
    right: -16%;
    width: 46%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(229,36,33,.7), transparent);
    animation: dpFlowLeft 8s linear infinite;
}

.dp-circuit-line.v1 {
    top: -6%;
    left: 68%;
    width: 3px;
    height: 46%;
    background: linear-gradient(180deg, transparent, rgba(54,225,235,.8), transparent);
    animation: dpFlowDown 6.5s linear infinite;
}

.dp-circuit-line.v2 {
    bottom: -10%;
    left: 18%;
    width: 3px;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(54,225,235,.55), transparent);
    animation: dpFlowUp 7.2s linear infinite;
}

@keyframes dpFlowRight {
    0% { transform: translateX(-10%); opacity: 0; }
    20% { opacity: .9; }
    100% { transform: translateX(170%); opacity: 0; }
}
@keyframes dpFlowLeft {
    0% { transform: translateX(10%); opacity: 0; }
    20% { opacity: .8; }
    100% { transform: translateX(-180%); opacity: 0; }
}
@keyframes dpFlowDown {
    0% { transform: translateY(-20%); opacity: 0; }
    20% { opacity: .9; }
    100% { transform: translateY(180%); opacity: 0; }
}
@keyframes dpFlowUp {
    0% { transform: translateY(20%); opacity: 0; }
    20% { opacity: .7; }
    100% { transform: translateY(-180%); opacity: 0; }
}

.dp-hero-content {
    position: relative;
    z-index: 3;
}

.dp-hero-title {
    font-size: 86px;
    line-height: .98;
    font-weight: 900;
    color: #fff;
    margin: 26px 0 24px;
    max-width: 900px;
}

.dp-gradient-text {
    background: linear-gradient(135deg, #53d7df, #0ca3b5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.dp-hero-text {
    font-size: 24px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
    max-width: 760px;
}

.dp-hero-media-wrap {
    position: relative;
    z-index: 3;
}

.dp-hero-media-card {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    min-height: 620px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 70px rgba(6, 19, 40, .28);
}

.dp-hero-media-card img,
.dp-hero-media-card video {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.dp-hero-media-overlay {
    position: absolute;
    inset: auto 24px 24px 24px;
    border-radius: 22px;
    padding: 18px 20px;
    background: rgba(5,20,48,.62);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    color: #fff;
}

.dp-hero-mini-card {
    position: absolute;
    left: -40px;
    bottom: 34px;
    z-index: 4;
    max-width: 280px;
    border-radius: 24px;
    padding: 20px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 50px rgba(6, 18, 37, .20);
}

.dp-hero-mini-card h6 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 6px;
}

.dp-hero-mini-card p {
    color: rgba(255,255,255,.80);
    margin-bottom: 0;
    font-size: 15px;
}

/* =========================
   STATS / MODULES
========================= */

.dp-stat-wrap {
    margin-top: -70px;
    position: relative;
    z-index: 6;
}

.dp-stat-card {
    background: #fff;
    border-radius: 28px;
    padding: 34px 24px;
    text-align: center;
    border: 1px solid #e8eef5;
    box-shadow: 0 20px 50px rgba(16, 36, 66, .08);
    transition: all .25s ease;
}

.dp-stat-card:hover {
    transform: translateY(-8px);
}

.dp-stat-number {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: #e52421;
    margin-bottom: 10px;
}

.dp-stat-label {
    font-size: 18px;
    color: #334155;
    font-weight: 700;
}

.dp-feature-card {
    background: #fff;
    border-radius: 30px;
    padding: 36px 28px;
    height: 100%;
    border: 1px solid #e8eef5;
    box-shadow: 0 12px 35px rgba(15, 35, 55, .05);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.dp-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 35, 55, .12);
}

.dp-feature-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(12,163,181,.14), rgba(23,71,158,.10));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0ca3b5;
    margin-bottom: 24px;
}

@media (max-width: 1399px) {
    .dp-hero-title {
        font-size: 74px;
    }
}

@media (max-width: 1199px) {
    .dp-navbar {
        padding: 16px 18px !important;
    }

    .dp-main-nav {
        padding-top: 18px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .dp-nav-actions {
        margin-top: 18px !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
    }

    .dp-mega-menu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        margin-top: 8px;
        min-width: 100% !important;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr !important;
        min-width: 100% !important;
    }

    .dp-hero {
        min-height: auto;
        padding-bottom: 120px;
    }

    .dp-hero-media-card {
        min-height: 520px;
    }

    .dp-hero-media-card img,
    .dp-hero-media-card video {
        height: 520px;
    }

    .dp-hero-mini-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        max-width: none;
    }
}

@media (max-width: 991px) {
    .dp-site-header {
        top: 10px !important;
        padding: 0 14px;
    }

    .dp-hero {
        padding-top: 140px !important;
    }

    .dp-hero-title {
        font-size: 48px;
    }

    .dp-hero-text {
        font-size: 18px;
    }

    .dp-brand img {
        height: 52px !important;
    }

    .dp-footer-news-title {
        font-size: 30px !important;
    }
}

/* =========================================================
   FINAL VISUAL POLISH
========================================================= */

/* HERO full bleed */
.dp-hero {
    position: relative;
    min-height: 980px;
    padding-top: 150px !important;
    padding-bottom: 180px !important;
    margin-top: 0 !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 22%, rgba(47,217,229,.16), transparent 18%),
        radial-gradient(circle at 82% 35%, rgba(229,36,33,.14), transparent 18%),
        radial-gradient(circle at 55% 78%, rgba(43,215,226,.10), transparent 18%),
        linear-gradient(135deg, #081f4f 0%, #041633 100%) !important;
}

.dp-hero,
.dp-hero::before,
.dp-hero::after {
    border-radius: 0 !important;
}

.dp-site-header .container {
    max-width: 1500px;
}

.dp-navbar {
    min-height: 94px !important;
    width: 100%;
    border-radius: 30px !important;
    padding: 0 30px !important;
    background: linear-gradient(135deg, rgba(9,31,77,.62), rgba(8,33,84,.58)) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 22px 60px rgba(4, 15, 36, .28) !important;
}

/* Hero sağ medya kartı */
.dp-hero-media-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    min-height: 620px;
    background:
        linear-gradient(135deg, rgba(22,38,80,.88), rgba(15,30,65,.82)),
        rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: 0 25px 70px rgba(5,16,40,.32);
}

.dp-hero-media-card img,
.dp-hero-media-card video {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
    opacity: .88;
}

/* Hero medya kartı üstünde ince dijital çizgiler */
.dp-hero-media-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .15;
    pointer-events: none;
}

/* Dijital akım çizgileri */
.dp-circuit-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.dp-circuit-line {
    position: absolute;
    overflow: hidden;
}

.dp-circuit-line::before {
    content: "";
    position: absolute;
    inset: 0;
}

.dp-circuit-line.h1 {
    top: 25%;
    left: -18%;
    width: 46%;
    height: 2px;
    background: rgba(47,217,229,.16);
}

.dp-circuit-line.h1::before {
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #39e5ee, transparent);
    box-shadow: 0 0 16px rgba(57,229,238,.55);
    animation: dpFlowRight 6.8s linear infinite;
}

.dp-circuit-line.h2 {
    bottom: 16%;
    right: -16%;
    width: 38%;
    height: 2px;
    background: rgba(229,36,33,.14);
}

.dp-circuit-line.h2::before {
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ff3b30, transparent);
    box-shadow: 0 0 16px rgba(255,59,48,.45);
    animation: dpFlowLeft 7.4s linear infinite;
}

.dp-circuit-line.v1 {
    top: -6%;
    left: 68%;
    width: 2px;
    height: 40%;
    background: rgba(47,217,229,.14);
}

.dp-circuit-line.v1::before {
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, transparent, #39e5ee, transparent);
    box-shadow: 0 0 16px rgba(57,229,238,.55);
    animation: dpFlowDown 6.2s linear infinite;
}

.dp-circuit-line.v2 {
    bottom: -10%;
    left: 18%;
    width: 2px;
    height: 34%;
    background: rgba(255,59,48,.12);
}

.dp-circuit-line.v2::before {
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, transparent, #ff3b30, transparent);
    box-shadow: 0 0 16px rgba(255,59,48,.45);
    animation: dpFlowUp 7.1s linear infinite;
}

@keyframes dpFlowRight {
    0% { transform: translateX(-140px); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateX(calc(100% + 140px)); opacity: 0; }
}
@keyframes dpFlowLeft {
    0% { transform: translateX(calc(100% + 140px)); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateX(-140px); opacity: 0; }
}
@keyframes dpFlowDown {
    0% { transform: translateY(-140px); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateY(calc(100% + 140px)); opacity: 0; }
}
@keyframes dpFlowUp {
    0% { transform: translateY(calc(100% + 140px)); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateY(-140px); opacity: 0; }
}

/* Stat kartlarında kırmızı ışık geçişi */
.dp-stat-card {
    position: relative;
    overflow: hidden;
}

.dp-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 28%;
    height: 100%;
    transform: skewX(-22deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 59, 48, 0.10),
        rgba(255, 59, 48, 0.22),
        transparent
    );
    box-shadow: 0 0 22px rgba(255,59,48,.12);
    animation: dpRedSweep 5.8s linear infinite;
}

@keyframes dpRedSweep {
    0% { left: -35%; }
    100% { left: 125%; }
}

/* Feature kart köşelerinde hafif dijital turkuaz-kırmızı pulse */
.dp-feature-card {
    position: relative;
    overflow: hidden;
}

.dp-feature-card::before {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,215,226,.22), transparent 70%);
    animation: dpPulseTurq 4s ease-in-out infinite;
}

.dp-feature-card::after {
    content: "";
    position: absolute;
    inset: -30px auto auto -30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229,36,33,.08), transparent 70%);
    animation: dpPulseRed 4.8s ease-in-out infinite;
}

@keyframes dpPulseTurq {
    0%,100% { transform: scale(1); opacity: .7; }
    50% { transform: scale(1.18); opacity: 1; }
}
@keyframes dpPulseRed {
    0%,100% { transform: scale(1); opacity: .5; }
    50% { transform: scale(1.15); opacity: .85; }
}

/* Footer banner ile aynı ailede koyu lacivert */
.dp-footer {
    background: linear-gradient(135deg, #081f4f 0%, #041633 100%) !important;
    position: relative;
    overflow: hidden;
}

/* Footer üst çizgide kırmızı akım */
.dp-footer-top {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.dp-footer-top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: rgba(255,255,255,.06);
    overflow: hidden;
}

.dp-footer-top::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -140px;
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff3b30, transparent);
    box-shadow: 0 0 16px rgba(255,59,48,.45);
    animation: dpFooterFlowRed 7s linear infinite;
}

/* Footer alt çizgide turkuaz akım */
.dp-footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255,255,255,.08) !important;
}

.dp-footer-bottom::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -140px;
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #39e5ee, transparent);
    box-shadow: 0 0 16px rgba(57,229,238,.5);
    animation: dpFooterFlowTurq 6.5s linear infinite;
}

@keyframes dpFooterFlowRed {
    0% { left: -140px; }
    100% { left: calc(100% + 140px); }
}
@keyframes dpFooterFlowTurq {
    0% { left: calc(100% + 140px); }
    100% { left: -140px; }
}

/* Hero ve footer arasında ton birliği */
.dp-section,
.dp-stat-wrap {
    position: relative;
    z-index: 2;
}

/* Responsive */
@media (max-width: 1199px) {
    .dp-hero {
        min-height: auto;
        padding-bottom: 120px !important;
    }

    .dp-hero-media-card {
        min-height: 520px;
    }

    .dp-hero-media-card img,
    .dp-hero-media-card video {
        height: 520px;
    }
}

@media (max-width: 991px) {
    .dp-hero {
        padding-top: 140px !important;
        min-height: auto;
    }

    .dp-hero-media-card {
        min-height: 420px;
    }

    .dp-hero-media-card img,
    .dp-hero-media-card video {
        height: 420px;
    }
}

.dp-hero {
    margin-top: -40px;
}


/* =========================================================
   HERO BACKGROUND MEDIA + TITLE FINAL
========================================================= */

.dp-hero {
    position: relative;
    min-height: 850px;
    padding-top: 160px !important;
    padding-bottom: 180px !important;
    overflow: hidden;
    background: linear-gradient(135deg, #081f4f 0%, #041633 100%) !important;
}

.dp-hero-bg-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.dp-hero-bg-media img,
.dp-hero-bg-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.dp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(8,31,79,.90), rgba(4,22,51,.94)),
        radial-gradient(circle at 12% 22%, rgba(47,217,229,.20), transparent 18%),
        radial-gradient(circle at 82% 35%, rgba(229,36,33,.16), transparent 18%),
        radial-gradient(circle at 55% 78%, rgba(43,215,226,.12), transparent 18%);
    pointer-events: none;
}

.dp-circuit-layer {
    z-index: 2;
}

.dp-hero-content {
    position: relative;
    z-index: 3;
}

.dp-hero-title {
    margin: 26px 0 24px;
    max-width: 980px;
    line-height: .98;
}

.dp-hero-title-white {
    display: block;
    color: #fff;
    font-size: 92px;
    font-weight: 900;
    line-height: .96;
}

.dp-hero-title-accent {
    display: block;
    color: #46d6de;
    font-size: 88px;
    font-weight: 900;
    line-height: .98;
}

.dp-hero-text {
    font-size: 24px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
    max-width: 760px;
}

/* Sağ medya kartını gizle */
.dp-hero-media-wrap {
    display: none !important;
}

/* Dijital akımları daha görünür yap */
.dp-circuit-line.h1::before,
.dp-circuit-line.v1::before,
.dp-circuit-line.v3::before {
    box-shadow: 0 0 22px rgba(57,229,238,.75) !important;
}

.dp-circuit-line.h2::before,
.dp-circuit-line.v2::before,
.dp-circuit-line.h3::before {
    box-shadow: 0 0 22px rgba(255,59,48,.65) !important;
}

.dp-circuit-line.h1 {
    top: 24%;
    left: -18%;
    width: 48%;
    height: 2px;
    background: rgba(47,217,229,.20);
}

.dp-circuit-line.h2 {
    bottom: 18%;
    right: -16%;
    width: 42%;
    height: 2px;
    background: rgba(229,36,33,.18);
}

.dp-circuit-line.h3 {
    top: 52%;
    left: 58%;
    width: 26%;
    height: 2px;
    background: rgba(229,36,33,.18);
}

.dp-circuit-line.h3::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 120px;
    background: linear-gradient(90deg, transparent, #ff3b30, transparent);
    animation: dpFlowRight 6.6s linear infinite;
}

.dp-circuit-line.v1 {
    top: -6%;
    left: 68%;
    width: 2px;
    height: 40%;
    background: rgba(47,217,229,.18);
}

.dp-circuit-line.v2 {
    bottom: -10%;
    left: 18%;
    width: 2px;
    height: 34%;
    background: rgba(255,59,48,.16);
}

.dp-circuit-line.v3 {
    top: 10%;
    left: 34%;
    width: 2px;
    height: 22%;
    background: rgba(47,217,229,.16);
}

.dp-circuit-line.v3::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, #39e5ee, transparent);
    animation: dpFlowDown 5.8s linear infinite;
}

/* Stat kartlarında kenar boyunca dönen kırmızı akım */
.dp-stat-card-line {
    position: relative;
    overflow: hidden;
}

.dp-stat-card-line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 1.5px;
    background: linear-gradient(90deg,
        transparent 0%,
        transparent 15%,
        rgba(255,59,48,.10) 25%,
        rgba(255,59,48,.95) 35%,
        rgba(255,59,48,.10) 45%,
        transparent 55%,
        transparent 100%);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: dpBorderFlow 4.2s linear infinite;
    pointer-events: none;
}

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

/* Footer banner ile aynı koyu aile */
.dp-footer {
    background: linear-gradient(135deg, #081f4f 0%, #041633 100%) !important;
}

/* Footer çizgilerde akım */
.dp-footer-top::before {
    box-shadow: 0 0 18px rgba(255,59,48,.55) !important;
}

.dp-footer-bottom::before {
    box-shadow: 0 0 18px rgba(57,229,238,.55) !important;
}

/* Responsive */
@media (max-width: 1400px) {
    .dp-hero-title-white {
        font-size: 78px;
    }

    .dp-hero-title-accent {
        font-size: 74px;
    }
}

@media (max-width: 991px) {
    .dp-hero {
        min-height: auto;
        padding-top: 145px !important;
        padding-bottom: 120px !important;
    }

    .dp-hero-title-white {
        font-size: 52px;
    }

    .dp-hero-title-accent {
        font-size: 50px;
    }

    .dp-hero-text {
        font-size: 18px;
    }
}

/* =========================================================
   HOME ECOSYSTEM MINI CARDS
========================================================= */

.dp-ecosystem-mini-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 34px 26px;
    min-height: 220px;
    border: 1px solid #e8eef5;
    box-shadow: 0 18px 45px rgba(16, 36, 66, .08);
    transition: all .25s ease;
    overflow: hidden;
}

.dp-ecosystem-mini-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(16, 36, 66, .12);
}

.dp-ecosystem-mini-card::before {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,215,226,.20), transparent 70%);
}

.dp-ecosystem-mini-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 22%;
    height: 100%;
    transform: skewX(-20deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,59,48,.08),
        rgba(255,59,48,.18),
        transparent
    );
    animation: dpMiniCardRedSweep 6s linear infinite;
}

@keyframes dpMiniCardRedSweep {
    0% { left: -35%; }
    100% { left: 125%; }
}

.dp-ecosystem-mini-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(12,163,181,.14), rgba(23,71,158,.10));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0ca3b5;
    font-size: 28px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.dp-ecosystem-mini-card h4 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.dp-ecosystem-mini-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.dp-ecosystem-empty {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 24px;
    padding: 28px;
    text-align: center;
    color: #64748b;
}

/* ===== FINAL HEADER / MEGA MENU FIX ===== */

.dp-main-nav {
    gap: 6px;
}

.dp-main-nav > .nav-item {
    position: relative;
}

.dp-main-nav > .nav-item > .nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 16px !important;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
}

.dp-main-nav > .nav-item > .nav-link:hover {
    color: #65e9ef !important;
}

.dp-mega-item {
    position: relative;
}

.dp-mega-menu {
    position: absolute !important;
    top: calc(100% + 14px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: 320px;
    max-width: 760px;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid #e6edf5 !important;
    border-radius: 24px !important;
    padding: 22px !important;
    box-shadow: 0 24px 70px rgba(10, 25, 54, .18) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .22s ease;
    z-index: 9999;
}

.dp-mega-item:hover .dp-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: calc(100% + 8px) !important;
}

.dp-mega-menu-title {
    font-size: 14px;
    font-weight: 800;
    color: #0c2a4d;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.dp-mega-grid {
    display: grid;
    gap: 12px;
}

.dp-mega-grid.one-col {
    grid-template-columns: 1fr;
    min-width: 240px;
}

.dp-mega-grid.two-col {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    min-width: 520px;
}

.dp-mega-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px 16px;
    border-radius: 16px;
    background: #f7fbfd;
    color: #1e2d3d !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all .2s ease;
    border: 1px solid transparent;
}

.dp-mega-link:hover {
    background: #eefafb;
    color: #0ca3b5 !important;
    transform: translateY(-2px);
    border-color: rgba(12,163,181,.18);
}

.dp-mega-link-title {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.dp-mega-link-desc {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .dp-main-nav {
        width: 100%;
        align-items: flex-start !important;
    }

    .dp-main-nav > .nav-item {
        width: 100%;
    }

    .dp-main-nav > .nav-item > .nav-link {
        width: 100%;
        justify-content: flex-start;
    }

    .dp-mega-menu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        display: none;
        margin-top: 8px;
        min-width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr !important;
        min-width: 100% !important;
    }
}

/* =========================
   FINAL HOME ECOSYSTEM GRID
   ========================= */

.dp-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.dp-ecosystem-mini-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    height: 100%;
    padding: 26px 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    border: 1px solid #e4edf6;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(15, 35, 55, .06);
    overflow: hidden;
    transition: all .3s ease;
}

.dp-ecosystem-mini-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 44px rgba(15, 35, 55, .12);
}

.dp-ecosystem-flow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dp-ecosystem-flow::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -55%;
    width: 90%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(229,36,33,.0), rgba(229,36,33,.95), transparent);
    filter: blur(.2px);
    animation: dpRedFlowTop 3.8s linear infinite;
}

.dp-ecosystem-flow::after {
    content: "";
    position: absolute;
    bottom: 22px;
    right: -55%;
    width: 90%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(229,36,33,.0), rgba(229,36,33,.95), transparent);
    animation: dpRedFlowBottom 4.2s linear infinite;
}

@keyframes dpRedFlowTop {
    0% { left: -55%; opacity: 0; }
    15% { opacity: 1; }
    100% { left: 105%; opacity: 0; }
}

@keyframes dpRedFlowBottom {
    0% { right: -55%; opacity: 0; }
    15% { opacity: 1; }
    100% { right: 105%; opacity: 0; }
}

.dp-ecosystem-mini-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(83,215,223,.12), rgba(12,163,181,.16));
    color: #4f46e5;
    font-size: 24px;
    margin-bottom: 20px;
}

.dp-ecosystem-mini-card h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 14px;
    min-height: 48px;
}

.dp-ecosystem-mini-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #66758a;
    margin: 0;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 105px;
}

@media (max-width: 1399px) {
    .dp-ecosystem-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .dp-mega-menu-lg {
        width: 640px;
    }

    .dp-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .dp-mega-menu,
    .dp-mega-menu-sm,
    .dp-mega-menu-lg {
        position: static !important;
        width: 100% !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        display: none;
        margin-top: 10px;
        box-shadow: none !important;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr;
    }

    .dp-ecosystem-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   FINAL HOME ECOSYSTEM CARD FIX
   ========================= */

.dp-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.dp-ecosystem-mini-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 190px;
    padding: 20px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    border: 1px solid #e4edf6;
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(15, 35, 55, .06);
    overflow: hidden;
    transition: all .28s ease;
}

.dp-ecosystem-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 35, 55, .12);
}

.dp-ecosystem-mini-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(83,215,223,.14), rgba(12,163,181,.14));
    color: #4f46e5;
    font-size: 20px;
    margin-bottom: 14px;
}

.dp-ecosystem-mini-card h4 {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 10px;
    min-height: 44px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dp-ecosystem-mini-card p {
    font-size: 14px;
    line-height: 1.55;
    color: #66758a;
    margin: 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
    max-height: 44px;
}

/* Kart içindeki kırmızı diyagonal geçişi kaldır */
.dp-ecosystem-mini-card::before,
.dp-ecosystem-mini-card::after {
    display: none !important;
    content: none !important;
}

/* Sadece üst ve alt akış çizgileri kalsın */
.dp-ecosystem-flow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dp-ecosystem-flow::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -60%;
    width: 80%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(229, 36, 33, 0),
        rgba(229, 36, 33, 0.95),
        transparent
    );
    animation: dpEcoTopFlow 3.4s linear infinite;
}

.dp-ecosystem-flow::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: -60%;
    width: 80%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(229, 36, 33, 0),
        rgba(229, 36, 33, 0.95),
        transparent
    );
    animation: dpEcoBottomFlow 3.8s linear infinite;
}

@keyframes dpEcoTopFlow {
    0% {
        left: -60%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes dpEcoBottomFlow {
    0% {
        right: -60%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        right: 110%;
        opacity: 0;
    }
}

@media (max-width: 1399px) {
    .dp-ecosystem-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .dp-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .dp-ecosystem-grid {
        grid-template-columns: 1fr;
    }
}

/* Ana menü tek satır */
.dp-main-nav > .nav-item > .nav-link {
    white-space: nowrap !important;
    line-height: 1.1 !important;
}

/* Home ekosistem kart son düzeltme */
.dp-ecosystem-mini-card {
    min-height: 205px !important;
    padding: 22px 18px !important;
}

.dp-ecosystem-mini-icon {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, rgba(83,215,223,.16), rgba(12,163,181,.16)) !important;
    margin-bottom: 16px !important;
}

.dp-ecosystem-mini-icon i {
    display: inline-block !important;
    font-size: 24px !important;
    line-height: 1 !important;
    color: #4f46e5 !important;
    font-family: "Font Awesome 6 Free","Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.dp-ecosystem-mini-card h4 {
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
    min-height: 46px !important;
}

.dp-ecosystem-mini-card p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #6b7280 !important;
    min-height: 48px !important;
    max-height: 48px !important;
    display: -webkit-box !important;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.dp-hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a2e6d 0%, #071f55 100%);
}

.dp-hero-media-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.dp-hero-bg-video,
.dp-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .28;
}

.dp-hero-media-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4,22,62,.52) 0%, rgba(4,22,62,.78) 100%);
}

.dp-hero-content {
    position: relative;
    z-index: 2;
}

/* HERO BACKGROUND FINAL FIX */

.dp-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    background: linear-gradient(135deg, #0a2e6d 0%, #071f55 100%);
}

.dp-hero-media-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.dp-hero-bg-video,
.dp-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .62 !important;
    transform: scale(1.02);
}

.dp-circuit-layer {
    z-index: 2 !important;
}

.dp-hero-content {
    position: relative;
    z-index: 3 !important;
}

.dp-hero-bg-media,
.dp-hero-bg-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .dp-hero-section {
        min-height: 700px;
    }

    .dp-hero-bg-video,
    .dp-hero-bg-image {
        opacity: .75 !important;
    }
}

/* HERO FULL HEIGHT FIX */

.dp-hero-full {
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
}

/* içerik yukarıda, kartlar aşağıda */
.dp-hero-content {
    position: relative;
    z-index: 3;
}

/* kartları aşağıya bastır */
.dp-ecosystem-grid.hero-inside {
    margin-top: 80px;
}

/* kartların altına kadar hero uzasın */
.dp-hero-full {
    padding-bottom: 220px;
}

/* mobil fix */
@media (max-width: 991px) {
    .dp-hero-full {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .dp-ecosystem-grid.hero-inside {
        margin-top: 40px;
    }
}



/* FINAL HERO CARD POSITION FIX */

.dp-hero-full {
    position: relative !important;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
    background: #041b56;
}

.dp-hero-media-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    overflow: hidden;
}

.dp-hero-bg-video,
.dp-hero-bg-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    opacity: .88 !important;
    transform: scale(1.02);
}

.dp-circuit-layer {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    pointer-events: none;
}

.dp-hero-content {
    position: relative !important;
    z-index: 20 !important;
}

.dp-hero-badge,
.dp-hero-title,
.dp-hero-title-white,
.dp-hero-title-accent,
.dp-hero-text,
.dp-btn-main {
    position: relative !important;
    z-index: 21 !important;
}

.dp-hero-cards-wrap {
    position: relative !important;
    z-index: 22 !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    margin-top: 90px !important;
}

.dp-ecosystem-grid.hero-inside {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    align-items: stretch !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card {
    position: relative !important;
    z-index: 23 !important;
    background: rgba(255,255,255,.95) !important;
    border: 1px solid rgba(226,234,244,.95) !important;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .16) !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover {
    background: rgba(255,255,255,.98) !important;
    transform: translateY(-8px);
}

@media (max-width: 1399px) {
    .dp-ecosystem-grid.hero-inside {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .dp-hero-full {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .dp-hero-cards-wrap {
        margin-top: 50px !important;
    }

    .dp-ecosystem-grid.hero-inside {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .dp-ecosystem-grid.hero-inside {
        grid-template-columns: 1fr !important;
    }
}

/* FINAL HERO ECOSYSTEM CARD MODERN STYLE */

.dp-hero-cards-wrap .dp-ecosystem-mini-card {
    position: relative !important;
    z-index: 23 !important;
    background: rgba(255, 255, 255, .16) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .12) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card h4,
.dp-hero-cards-wrap .dp-ecosystem-mini-card p {
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card h4 {
    color: #ffffff !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card p {
    color: rgba(255, 255, 255, .82) !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-icon {
    background: rgba(255, 255, 255, .14) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-icon i,
.dp-hero-cards-wrap .dp-ecosystem-mini-icon i::before {
    color: #e52421 !important;
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover {
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid rgba(226, 234, 244, .96) !important;
    box-shadow: 0 22px 52px rgba(8, 19, 48, .18) !important;
    transform: translateY(-8px);
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover h4 {
    color: #0b1f4d !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover p {
    color: #29406f !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon {
    background: rgba(42, 224, 216, .12) !important;
    border-color: rgba(42, 224, 216, .28) !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon i,
.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon i::before {
    color: #2ae0d8 !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0));
    pointer-events: none;
}

/* INNER PAGE DETAIL */

.dp-inner-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #041b56;
}

.dp-inner-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.dp-inner-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
}

.dp-inner-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3,16,48,.82) 0%, rgba(3,16,48,.54) 40%, rgba(3,16,48,.72) 100%),
        linear-gradient(180deg, rgba(3,16,48,.16) 0%, rgba(3,16,48,.30) 100%);
}

.dp-inner-hero-content {
    position: relative;
    z-index: 3;
    padding: 120px 0 70px;
    max-width: 760px;
}

.dp-inner-badge {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    color: #7cecf3;
    font-weight: 700;
    margin-bottom: 18px;
}

.dp-inner-hero-content h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 18px;
}

.dp-inner-hero-content p {
    color: rgba(255,255,255,.88);
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
}

.dp-inner-content-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.dp-inner-content-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .08);
}

.dp-inner-content-card img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.dp-inner-content-card h1,
.dp-inner-content-card h2,
.dp-inner-content-card h3,
.dp-inner-content-card h4 {
    color: #0b1f4d;
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: 16px;
}

.dp-inner-content-card p,
.dp-inner-content-card li {
    color: #49607f;
    font-size: 17px;
    line-height: 1.85;
}

.dp-inner-side-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .06);
}

.dp-inner-side-card h4 {
    color: #0b1f4d;
    font-weight: 800;
    margin-bottom: 18px;
}

.dp-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dp-side-list li {
    padding: 10px 0;
    border-bottom: 1px solid #edf2f8;
    color: #49607f;
}

.dp-side-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    text-decoration: none;
    background: #0b1f4d;
    color: #fff;
    font-weight: 700;
    transition: all .25s ease;
}

.dp-side-btn:hover {
    background: #15d7df;
    color: #08214c;
}

@media (max-width: 991px) {
    .dp-inner-hero-content h1 {
        font-size: 40px;
    }

    .dp-inner-hero-content p {
        font-size: 17px;
    }

    .dp-inner-content-card {
        padding: 24px;
    }
}

/* DETAIL PAGE V2 */

.dp-inner-hero-v2 {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #041b56;
}

.dp-inner-hero-v2-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.dp-inner-hero-v2-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .22;
}

.dp-inner-hero-v2-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3,16,48,.88) 0%, rgba(3,16,48,.72) 45%, rgba(3,16,48,.82) 100%),
        linear-gradient(180deg, rgba(3,16,48,.10) 0%, rgba(3,16,48,.22) 100%);
}

.dp-inner-hero-v2-content {
    position: relative;
    z-index: 3;
    padding: 130px 0 40px;
    max-width: 1480px;
}

.dp-inner-hero-v2-content h1 {
    color: #fff;
    font-size: 62px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 22px;
}

.dp-inner-hero-v2-content p {
    color: rgba(255,255,255,.88);
    font-size: 22px;
    line-height: 1.25;
    margin: 0;
    max-width: 1480px;
}

.dp-inner-hero-red-flow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    z-index: 4;
    overflow: hidden;
}

.dp-inner-hero-red-flow::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ff2b2b, transparent);
    animation: dpInnerRedFlow 3s linear infinite;
}

@keyframes dpInnerRedFlow {
    0% { left: -30%; }
    100% { left: 100%; }
}

.dp-inner-layout-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.dp-inner-side-card {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-side-card h4 {
    color: #0b1f4d;
    font-weight: 900;
    margin-bottom: 18px;
    font-size: 22px;
}

.dp-side-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dp-side-info-list li {
    padding: 14px 0;
    border-bottom: 1px solid #edf2f8;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dp-side-info-list li:last-child {
    border-bottom: 0;
}

.dp-side-info-list span {
    color: #6b7c93;
    font-size: 14px;
}

.dp-side-info-list strong {
    color: #0b1f4d;
    font-size: 17px;
}

.dp-side-link-list {
    display: grid;
    gap: 12px;
}

.dp-side-link-list a {
    min-height: 50px;
    border-radius: 14px;
    background: #0b1f4d;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.dp-side-link-list a:hover {
    background: #13d6df;
    color: #08214c;
}

.dp-side-subpages {
    display: grid;
    gap: 12px;
}

.dp-side-subpages a {
    min-height: 54px;
    padding: 0 18px;
    border-radius: 16px;
    background: #112a5c;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: all .28s ease;
    position: relative;
    overflow: hidden;
}

.dp-side-subpages a:hover {
    background: #15367a;
}

.dp-side-subpages a.active {
    background: linear-gradient(90deg, #c51010 0%, #ff2b2b 50%, #ff5f5f 100%);
    color: #fff;
    box-shadow: 0 14px 34px rgba(197,16,16,.28);
}

.dp-side-subpages a.active::after {
    content: "";
    position: absolute;
    left: -35%;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
    animation: dpSideActiveFlow 2.8s linear infinite;
}

@keyframes dpSideActiveFlow {
    0% { left: -35%; }
    100% { left: 100%; }
}

.dp-inner-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dp-inner-cover-media {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-cover-media img,
.dp-inner-cover-media video,
.dp-inner-cover-media iframe {
    width: 100%;
    display: block;
    border: 0;
}

.dp-inner-content-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-content-card img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.dp-inner-content-card iframe,
.dp-inner-content-card video {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 18px;
}

.dp-inner-content-card h1,
.dp-inner-content-card h2,
.dp-inner-content-card h3,
.dp-inner-content-card h4 {
    color: #0b1f4d;
    font-weight: 900;
    margin-top: 28px;
    margin-bottom: 16px;
}

.dp-inner-content-card p,
.dp-inner-content-card li {
    color: #48607f;
    font-size: 18px;
    line-height: 1.85;
}

@media (max-width: 991px) {
    .dp-inner-hero-v2-content {
        padding: 120px 0 80px;
    }

    .dp-inner-hero-v2-content h1 {
        font-size: 42px;
    }

    .dp-inner-hero-v2-content p {
        font-size: 18px;
    }

    .dp-inner-content-card {
        padding: 24px;
    }
}

/* NEWS */

.dp-news-card {
    display: block;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    transition: all .28s ease;
    height: 100%;
}

.dp-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(8, 19, 48, .10);
}

.dp-news-card-image {
    height: 240px;
    overflow: hidden;
}

.dp-news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-news-card-body {
    padding: 24px;
}

.dp-news-date {
    display: inline-block;
    margin-bottom: 12px;
    color: #14d6df;
    font-weight: 800;
    font-size: 14px;
}

.dp-news-card-body h3 {
    color: #0b1f4d;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 12px;
}

.dp-news-card-body p {
    color: #5d6f86;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* BASIN */

.dp-basin-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
}

.dp-basin-category-tabs a {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #0b1f4d;
    background: #ffffff;
    border: 1px solid #e6edf5;
    transition: all .25s ease;
}

.dp-basin-category-tabs a.active,
.dp-basin-category-tabs a:hover {
    background: #0b1f4d;
    color: #fff;
}

.dp-basin-detail-hero {
    padding-top: 130px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #041b56 0%, #062567 100%);
    position: relative;
    overflow: hidden;
}

.dp-basin-detail-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 320px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2ae0d8, transparent);
    animation: dpFlowTurquoise 4s linear infinite;
}

.dp-basin-detail-hero::after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 10%;
    width: 260px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff2b2b, transparent);
    animation: dpFlowRed 3.6s linear infinite;
}

@keyframes dpFlowTurquoise {
    0% { transform: translateX(-80px); opacity: 0; }
    20% { opacity: 1; }
    100% { transform: translateX(160px); opacity: 0; }
}

@keyframes dpFlowRed {
    0% { transform: translateX(80px); opacity: 0; }
    20% { opacity: 1; }
    100% { transform: translateX(-160px); opacity: 0; }
}

.dp-basin-detail-media {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.dp-basin-detail-media img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.dp-basin-detail-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,16,48,.08) 0%, rgba(3,16,48,.16) 100%);
}

.dp-basin-detail-head h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 16px;
}

.dp-basin-detail-head p {
    color: rgba(255,255,255,.88);
    font-size: 20px;
    line-height: 1.75;
    max-width: 1100px;
    margin: 0;
}

.dp-side-archive-list {
    display: grid;
    gap: 12px;
}

.dp-archive-item {
    min-height: 52px;
    padding: 0 16px;
    border-radius: 14px;
    background: #f4f8fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0b1f4d;
    font-weight: 700;
}

.dp-related-section h3 {
    color: #0b1f4d;
    font-size: 30px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .dp-basin-detail-head h1 {
        font-size: 36px;
    }

    .dp-basin-detail-head p {
        font-size: 17px;
    }

    .dp-basin-detail-media img {
        height: 320px;
    }
}

/* BASIN DETAIL INNER PAGE STYLE */

.dp-basin-head-compact h1 {
    font-size: 44px !important;
    line-height: 1.08;
    margin-bottom: 16px;
}

.dp-basin-head-compact p {
    font-size: 19px !important;
    line-height: 1.75;
    max-width: 1100px;
}

.dp-inner-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dp-inner-cover-media {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-cover-media img,
.dp-inner-cover-media video,
.dp-inner-cover-media iframe {
    width: 100%;
    display: block;
    border: 0;
    max-height: 520px;
    object-fit: cover;
}

.dp-related-section h3 {
    color: #0b1f4d;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .dp-basin-head-compact h1 {
        font-size: 34px !important;
    }

    .dp-basin-head-compact p {
        font-size: 17px !important;
    }

    .dp-inner-cover-media img,
    .dp-inner-cover-media video,
    .dp-inner-cover-media iframe {
        max-height: 320px;
    }
}


/* BASIN DETAIL COVER + LATEST SIDEBAR FIX */

.dp-inner-cover-media {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    padding: 0 !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
}

.dp-inner-cover-media img {
    width: 100% !important;
    height: auto !important;
    max-height: 760px !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block !important;
    background: #f8fbff;
}

/* Son eklenenler yeni yapı */

.dp-latest-news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dp-latest-news-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(25, 214, 223, .14);
    overflow: hidden;
}

.dp-latest-news-item:last-child {
    border-bottom: 0;
}

.dp-latest-news-thumb {
    width: 84px;
    min-width: 84px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden;
    background: #eef4fb;
    border: 1px solid #e6edf5;
}

.dp-latest-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-latest-news-content {
    flex: 1;
    min-width: 0;
}

.dp-latest-news-date {
    display: inline-block;
    color: #18d8df;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.dp-latest-news-content h5 {
    color: #0b1f4d;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    transition: color .25s ease;
}

.dp-latest-news-item:hover .dp-latest-news-content h5 {
    color: #163a7c;
}

/* Turkuaz akan çizgi */

.dp-latest-news-flow {
    position: absolute;
    left: -30%;
    right: auto;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #18d8df, transparent);
    opacity: .9;
    animation: dpLatestFlow 3.4s linear infinite;
}

@keyframes dpLatestFlow {
    0% {
        left: -30%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

/* Arşiv de biraz daha uyumlu olsun */

.dp-side-archive-list {
    display: grid;
    gap: 12px;
}

.dp-archive-item {
    min-height: 54px;
    padding: 0 16px;
    border-radius: 14px;
    background: #f7fbff;
    border: 1px solid #e6edf5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0b1f4d;
    font-weight: 800;
    position: relative;
    overflow: hidden;
}

.dp-archive-item::after {
    content: "";
    position: absolute;
    left: -35%;
    bottom: 0;
    width: 35%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #18d8df, transparent);
    animation: dpLatestFlow 3.6s linear infinite;
}

@media (max-width: 991px) {
    .dp-inner-cover-media img {
        max-height: 520px !important;
    }

    .dp-latest-news-thumb {
        width: 76px;
        min-width: 76px;
        height: 58px;
    }

    .dp-latest-news-content h5 {
        font-size: 15px;
    }
}

/* COMPANIES */

.dp-company-card {
    display: block;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    transition: all .28s ease;
    height: 100%;
}

.dp-company-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(8, 19, 48, .10);
}

.dp-company-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.dp-company-logo-wrap {
    width: 84px;
    height: 84px;
    border-radius: 18px;
    border: 1px solid #e6edf5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dp-company-logo-wrap img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.dp-company-sector {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(20,214,223,.10);
    color: #0b1f4d;
    font-weight: 800;
    font-size: 13px;
}

.dp-company-card-body h3 {
    color: #0b1f4d;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 12px;
}

.dp-company-card-body p {
    color: #5d6f86;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.dp-company-detail-logo-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.dp-company-detail-logo-card img {
    max-width: 280px;
    max-height: 140px;
    object-fit: contain;
}

/* COMPANY CATEGORY */

.dp-firma-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}

.dp-firma-category-tabs a {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e6edf5;
    color: #0b1f4d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    transition: all .28s ease;
}

.dp-firma-category-tabs a span {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(20,214,223,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b1f4d;
    font-size: 13px;
}

.dp-firma-category-tabs a.active,
.dp-firma-category-tabs a:hover {
    background: #0b1f4d;
    color: #fff;
}

.dp-company-category-side {
    display: grid;
    gap: 14px;
}

.dp-company-category-side a {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 16px;
    background: #112a5c;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    transition: all .28s ease;
}

.dp-company-category-side a strong {
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.dp-company-category-side a.active {
    background: linear-gradient(90deg, #c51010 0%, #ff2b2b 50%, #ff5f5f 100%);
    box-shadow: 0 14px 34px rgba(197,16,16,.28);
}

.dp-company-category-side a.active::after {
    content: "";
    position: absolute;
    left: -35%;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
    animation: dpSideActiveFlow 2.8s linear infinite;
}

.dp-company-detail-main {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dp-company-detail-info-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-company-detail-info-card h3 {
    color: #22cfd8;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 26px;
}

.dp-company-info-grid {
    display: grid;
    gap: 0;
}

.dp-company-info-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #edf2f8;
}

.dp-company-info-row:last-child {
    border-bottom: 0;
}

.dp-company-info-row span {
    color: #48607f;
    font-weight: 800;
}

.dp-company-info-row strong,
.dp-company-info-row strong a {
    color: #48607f;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .dp-company-info-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .dp-company-detail-info-card h3 {
        font-size: 30px;
    }
}

/* COMPANY SUMMARY SHORT TEXT */

.dp-company-card-body p {
    color: #5d6f86;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    min-height: 28px;
}


/* HOME NEWS SHOWCASE */

.dp-home-news-showcase {
    padding: 90px 0 100px;
    background: #f5f7fb;
}

.dp-home-news-head {
    margin-bottom: 42px;
}

.dp-home-news-title {
    color: #0b1f4d;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 900;
    margin: 0;
    letter-spacing: -0.02em;
}

.dp-home-news-head-right {
    padding-top: 6px;
}

.dp-home-news-head-right p {
    color: #6a7892;
    font-size: 21px;
    line-height: 1.75;
    margin: 0 0 18px;
    max-width: 520px;
}

.dp-home-news-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0b1f4d;
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    border-bottom: 2px solid #0b1f4d;
    padding-bottom: 4px;
    transition: all .25s ease;
}

.dp-home-news-link:hover {
    color: #14d6df;
    border-color: #14d6df;
}

.dp-home-news-slider {
    overflow: visible;
    padding-bottom: 56px;
}

.dp-home-news-slider .swiper-slide {
    height: auto;
}

.dp-home-news-slider .dp-home-news-item {
    height: 100%;
}

.dp-home-news-item {
    display: block;
    text-decoration: none;
    transition: transform .28s ease;
}

.dp-home-news-item:hover {
    transform: translateY(-8px);
}

.dp-home-news-image {
    height: 335px;
    border-radius: 0;
    overflow: hidden;
    background: #e9eef5;
    margin-bottom: 18px;
}

.dp-home-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-home-news-content {
    padding-top: 2px;
    border-top: 1px solid #d9e0ea;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dp-home-news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

.dp-home-news-date {
    color: #14d6df;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
}

.dp-home-news-arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1.5px solid #1d2940;
    color: #1d2940;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    transition: all .25s ease;
}

.dp-home-news-item:hover .dp-home-news-arrow {
    border-color: #14d6df;
    color: #14d6df;
    transform: rotate(12deg);
}

.dp-home-news-content h3 {
    color: #0b1f4d;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 800;
    margin: 0;
    max-width: 95%;
}

@media (max-width: 1399px) {
    .dp-home-news-title {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .dp-home-news-showcase {
        padding: 70px 0 80px;
    }

    .dp-home-news-title {
        font-size: 42px;
    }

    .dp-home-news-head-right p {
        font-size: 18px;
    }

    .dp-home-news-link {
        font-size: 22px;
    }

    .dp-home-news-image {
        height: 280px;
    }
}

@media (max-width: 767px) {

    .dp-home-news-title {
        font-size: 34px;
    }

    .dp-home-news-image {
        height: 240px;
    }

    .dp-home-news-content h3 {
        font-size: 20px;
    }
}


/* HOME NEWS SLIDER PAGINATION */

.dp-home-news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
}

.dp-home-news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(11, 31, 77, .22);
    opacity: 1;
    border-radius: 999px;
    transition: all .25s ease;
}

.dp-home-news-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: linear-gradient(90deg, #2ae0d8 0%, #18cfe0 100%);
}

/* =========================================================
   HOME - FİRMA SEKTÖR KARTLARI
   6'lı / 4'lü / tablet 2'li / mobil 2'li
   ========================================================= */

.dp-sector-cards-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
    overflow: hidden;
}

.dp-sector-cards-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34, 197, 214, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 214, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .35;
    pointer-events: none;
}

.dp-sector-compact-card {
    position: relative;
    display: block;
    min-height: 170px;
    height: 100%;
    padding: 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(38, 173, 191, 0.14);
    box-shadow: 0 12px 28px rgba(8, 18, 47, 0.06);
    text-decoration: none;
    overflow: hidden;
    transition: all .35s ease;
    backdrop-filter: blur(8px);
}

.dp-sector-compact-card:hover {
    transform: translateY(-7px);
    border-color: rgba(34, 220, 235, 0.42);
    box-shadow: 0 18px 34px rgba(8, 18, 47, 0.12);
    text-decoration: none;
}

.dp-sector-compact-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dp-sector-compact-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(180deg, #edf7fa 0%, #dfeef3 100%);
    color: #11a9bc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .35s ease;
    box-shadow: inset 0 0 0 1px rgba(17, 169, 188, 0.08);
}

.dp-sector-compact-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(17, 169, 188, 0.28);
    color: #11a9bc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: rgba(255,255,255,0.7);
    transition: all .35s ease;
}

.dp-sector-compact-body {
    position: relative;
    z-index: 2;
}

.dp-sector-compact-body h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    color: #08122f;
    margin-bottom: 8px;
    min-height: 48px;
}

.dp-sector-compact-body span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #5f6c80;
}

.dp-sector-compact-glow {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(39, 225, 239, 0.34) 0%, rgba(39, 225, 239, 0) 72%);
    opacity: 0;
    transition: all .35s ease;
}

.dp-sector-compact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(22, 197, 213, 0.00) 0%,
        rgba(22, 197, 213, 0.00) 58%,
        rgba(22, 197, 213, 0.14) 100%);
    opacity: 0;
    transition: opacity .35s ease;
}

.dp-sector-compact-card:hover::before,
.dp-sector-compact-card:hover .dp-sector-compact-glow {
    opacity: 1;
}

.dp-sector-compact-card:hover .dp-sector-compact-icon {
    background: linear-gradient(135deg, #18d8e5 0%, #8ff8ff 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(24, 216, 229, 0.28);
}

.dp-sector-compact-card:hover .dp-sector-compact-arrow {
    background: linear-gradient(135deg, #18d8e5 0%, #61edf7 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(24, 216, 229, 0.24);
}

@media (max-width: 1399.98px) {
    .dp-sector-compact-body h4 {
        font-size: 17px;
    }
}

@media (max-width: 1199.98px) {
    .dp-sector-cards-section {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {
    .dp-sector-compact-card {
        min-height: 160px;
        padding: 16px 14px;
    }

    .dp-sector-compact-body h4 {
        font-size: 17px;
        min-height: 44px;
    }
}

@media (max-width: 767.98px) {
    .dp-sector-cards-section {
        padding: 65px 0;
    }

    .dp-sector-compact-card {
        min-height: 150px;
        border-radius: 18px;
    }

    .dp-sector-compact-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 14px;
    }

    .dp-sector-compact-arrow {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .dp-sector-compact-body h4 {
        font-size: 16px;
        min-height: 42px;
    }

    .dp-sector-compact-body span {
        font-size: 13px;
    }
}

/* =========================================================
   DOCUMENT CARDS
   ========================================================= */

.dp-documents-section {
    padding: 10px 0 60px;
}

.dp-doc-group-head h3,
.dp-faq-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
}

.dp-doc-group-head p,
.dp-faq-head p {
    color: #667085;
    margin-bottom: 0;
}

.dp-doc-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(8, 27, 75, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(8, 27, 75, 0.05);
    transition: all .3s ease;
}

.dp-doc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(8, 27, 75, 0.10);
    border-color: rgba(24, 199, 214, 0.28);
}

.dp-doc-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e8fbfd 0%, #dff7f9 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.dp-doc-body h4 {
    font-size: 20px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 8px;
}

.dp-doc-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #18a6b5;
    margin-bottom: 10px;
}

.dp-doc-body p {
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.dp-doc-btn {
    background: #081b4b;
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    border: none;
}

.dp-doc-btn:hover {
    background: #18c7d6;
    color: #fff;
}

/* =========================================================
   FAQ ACCORDION
   ========================================================= */

.dp-faq-section {
    padding: 10px 0 60px;
}

.dp-faq-item {
    border: none;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 8px 24px rgba(8, 27, 75, 0.05);
}

.dp-faq-item .accordion-button {
    background: #fff;
    color: #081b4b;
    font-weight: 700;
    padding: 20px 24px;
    box-shadow: none;
}

.dp-faq-item .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(24,199,214,0.08) 0%, rgba(24,199,214,0.03) 100%);
    color: #081b4b;
}

.dp-faq-item .accordion-body {
    background: #fff;
    color: #5b6475;
    line-height: 1.8;
    padding: 0 24px 22px;
}

@media (max-width: 767.98px) {
    .dp-doc-group-head h3,
    .dp-faq-head h3 {
        font-size: 24px;
    }

    .dp-doc-card {
        border-radius: 20px;
        padding: 20px;
    }

    .dp-doc-body h4 {
        font-size: 18px;
    }
}

/* =========================================================
   HOME MINI SECTOR GRID
   ========================================================= */

.dp-sector-mini-section {
    padding: 70px 0 80px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.dp-sector-mini-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    min-height: 170px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(8, 27, 75, 0.06);
    border-radius: 22px;
    padding: 22px 16px;
    transition: all .3s ease;
    box-shadow: 0 10px 24px rgba(8, 27, 75, 0.04);
}

.dp-sector-mini-item:hover {
    transform: translateY(-4px);
    text-decoration: none;
    border-color: rgba(24, 199, 214, 0.30);
    box-shadow: 0 14px 30px rgba(8, 27, 75, 0.08);
}

.dp-sector-mini-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(24, 199, 214, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18c7d6;
    font-size: 22px;
    margin-bottom: 14px;
    transition: all .3s ease;
}

.dp-sector-mini-item:hover .dp-sector-mini-icon {
    background: rgba(24, 199, 214, 0.10);
    border-color: rgba(24, 199, 214, 0.45);
    box-shadow: 0 0 0 8px rgba(24, 199, 214, 0.06);
}

.dp-sector-mini-item h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #081b4b;
    margin: 0 0 8px;
    min-height: 44px;
}

.dp-sector-mini-item span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #667085;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f6fb;
}

@media (max-width: 767.98px) {
    .dp-sector-mini-section {
        padding: 55px 0 65px;
    }

    .dp-sector-mini-item {
        min-height: 150px;
        border-radius: 18px;
        padding: 18px 12px;
    }

    .dp-sector-mini-icon {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }

    .dp-sector-mini-item h4 {
        font-size: 14px;
        min-height: 40px;
    }

    .dp-sector-mini-item span {
        font-size: 12px;
        padding: 5px 8px;
    }
}

/* =========================================================
   BOARD MEMBERS
   ========================================================= */

.dp-board-section {
    padding: 10px 0 70px;
}

.dp-board-chairman-wrap {
    margin-bottom: 42px;
}

.dp-board-chairman-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(8, 27, 75, 0.08);
    border: 1px solid rgba(8, 27, 75, 0.06);
}

.dp-board-chairman-image,
.dp-board-member-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #f4f7fa;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-board-chairman-image img,
.dp-board-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dp-board-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #081b4b 0%, #18c7d6 100%);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.dp-board-chairman-body h3 {
    font-size: 34px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
}

.dp-board-role {
    font-size: 15px;
    font-weight: 700;
    color: #18a6b5;
    margin-bottom: 12px;
}

.dp-board-chairman-body p,
.dp-board-member-body p {
    color: #667085;
    line-height: 1.75;
    margin-bottom: 0;
}

.dp-board-member-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 10px 28px rgba(8, 27, 75, 0.05);
    transition: all .3s ease;
}

.dp-board-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(8, 27, 75, 0.10);
    border-color: rgba(24, 199, 214, 0.25);
}

.dp-board-member-body {
    padding: 20px;
}

.dp-board-member-body h4 {
    font-size: 20px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 8px;
}

.dp-board-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e9fbfd 0%, #dff7f9 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

/* =========================================================
   PARTNERS GRID
   ========================================================= */

.dp-partners-section {
    padding: 10px 0 70px;
}

.dp-partners-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
}

.dp-partners-head p {
    color: #667085;
    margin-bottom: 0;
}

.dp-partner-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 10px 26px rgba(8, 27, 75, 0.05);
    transition: all .3s ease;
}

.dp-partner-card:hover {
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(24, 199, 214, 0.25);
    box-shadow: 0 16px 34px rgba(8, 27, 75, 0.09);
}

.dp-partner-logo {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.dp-partner-logo img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.dp-partner-logo span {
    font-weight: 700;
    color: #081b4b;
}

.dp-partner-title {
    font-size: 15px;
    font-weight: 700;
    color: #081b4b;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .dp-board-chairman-card {
        grid-template-columns: 240px 1fr;
    }
}

@media (max-width: 991.98px) {
    .dp-board-chairman-card {
        grid-template-columns: 1fr;
    }

    .dp-board-chairman-body h3 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .dp-board-section,
    .dp-partners-section {
        padding: 10px 0 55px;
    }

    .dp-board-chairman-card {
        border-radius: 22px;
        padding: 20px;
    }

    .dp-board-member-card,
    .dp-partner-card {
        border-radius: 20px;
    }

    .dp-board-member-body h4 {
        font-size: 18px;
    }

    .dp-partners-head h3 {
        font-size: 24px;
    }
}

/* =========================================================
   ORGANIZATION CHART
   ========================================================= */

.dp-org-section {
    padding: 10px 0 70px;
}

.dp-org-root-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.dp-org-root-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 320px;
    max-width: 520px;
    background: #fff;
    border-radius: 28px;
    padding: 22px 26px;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 14px 36px rgba(8, 27, 75, 0.08);
}

.dp-org-root-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg, #e9fbfd 0%, #dff7f9 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.dp-org-root-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #081b4b 0%, #18c7d6 100%);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.dp-org-root-body h3 {
    font-size: 30px;
    font-weight: 800;
    color: #081b4b;
    margin: 0;
}

.dp-org-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    position: relative;
}

.dp-org-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dp-org-head-card {
    background: #fff;
    border-radius: 28px;
    padding: 22px;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 12px 30px rgba(8, 27, 75, 0.06);
    min-height: 210px;
}

.dp-org-head-top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.dp-org-head-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eefbfc 0%, #e1f8fa 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.dp-org-head-title {
    display: inline-block;
    background: linear-gradient(90deg, #ff3b4a 0%, #ff6974 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 999px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.dp-org-head-subtitle {
    font-size: 18px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
    line-height: 1.4;
}

.dp-org-head-body p {
    color: #667085;
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
}

.dp-org-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dp-org-item {
    background: #fff;
    border: 1px solid rgba(24, 199, 214, 0.18);
    color: #081b4b;
    border-radius: 18px;
    padding: 16px 18px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: 0 8px 22px rgba(8, 27, 75, 0.04);
    transition: all .3s ease;
}

.dp-org-item:hover {
    transform: translateY(-3px);
    border-color: rgba(24, 199, 214, 0.35);
    box-shadow: 0 14px 28px rgba(8, 27, 75, 0.08);
}

@media (max-width: 1199.98px) {
    .dp-org-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dp-org-section {
        padding: 10px 0 55px;
    }

    .dp-org-root-card {
        min-width: 100%;
        border-radius: 22px;
        padding: 18px;
    }

    .dp-org-root-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        border-radius: 18px;
        font-size: 24px;
    }

    .dp-org-root-body h3 {
        font-size: 24px;
    }

    .dp-org-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .dp-org-head-card {
        border-radius: 22px;
        min-height: auto;
    }

    .dp-org-item {
        border-radius: 16px;
    }
}

/* =========================================================
   DIJITALPARK - SECTOR ICON GRID V2
   ========================================================= */

.dp-tech-sectors-v2 {
    position: relative;
    padding: 72px 0 78px;
    background: linear-gradient(180deg, #f6f8fb 0%, #f3f6fa 100%);
    overflow: hidden;
}

.dp-tech-sectors-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(24,199,214,.10) 0, transparent 28%),
        radial-gradient(circle at 80% 80%, rgba(8,27,75,.05) 0, transparent 22%);
}

.dp-tech-sectors-v2-head {
    max-width: 760px;
    margin: 0 auto 38px;
    position: relative;
    z-index: 2;
}

.dp-tech-sectors-v2-head h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 12px;
}

.dp-tech-sectors-v2-head p {
    font-size: 17px;
    line-height: 1.8;
    color: #667085;
    margin-bottom: 0;
}

.dp-tech-sector-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px 18px;
    align-items: start;
}

.dp-tech-sector-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 8px 8px 0;
    transition: transform .28s ease;
}

.dp-tech-sector-link:hover {
    text-decoration: none;
    transform: translateY(-4px);
}

.dp-tech-sector-circle {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 1.5px solid rgba(8, 27, 75, 0.14);
    background: rgba(255,255,255,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #ff3b4a;
    font-size: 36px;
    transition: all .28s ease;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.dp-tech-sector-link:hover .dp-tech-sector-circle {
    border-color: rgba(24,199,214,.42);
    color: #18c7d6;
    background: #ffffff;
    box-shadow:
        0 10px 24px rgba(8,27,75,.08),
        0 0 0 8px rgba(24,199,214,.05);
}

.dp-tech-sector-name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #081b4b;
    min-height: 52px;
    max-width: 170px;
    margin-bottom: 8px;
}

.dp-tech-sector-count {
    font-size: 12px;
    font-weight: 700;
    color: #667085;
    background: rgba(8,27,75,.05);
    border-radius: 999px;
    padding: 6px 10px;
}

@media (max-width: 1399.98px) {
    .dp-tech-sector-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .dp-tech-sectors-v2 {
        padding: 64px 0 72px;
    }

    .dp-tech-sectors-v2-head h2 {
        font-size: 36px;
    }

    .dp-tech-sector-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dp-tech-sector-circle {
        width: 96px;
        height: 96px;
        font-size: 32px;
    }

    .dp-tech-sector-name {
        font-size: 16px;
        min-height: 48px;
    }
}

@media (max-width: 767.98px) {
    .dp-tech-sectors-v2 {
        padding: 56px 0 60px;
    }

    .dp-tech-sectors-v2-head {
        margin-bottom: 28px;
    }

    .dp-tech-sectors-v2-head h2 {
        font-size: 28px;
    }

    .dp-tech-sectors-v2-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .dp-tech-sector-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 10px;
    }

    .dp-tech-sector-circle {
        width: 78px;
        height: 78px;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .dp-tech-sector-name {
        font-size: 13px;
        min-height: 42px;
        max-width: 110px;
        margin-bottom: 6px;
    }

    .dp-tech-sector-count {
        font-size: 11px;
        padding: 5px 8px;
    }
}

/* =========================================================
   MENU DROPDOWN / MEGA MENU
   ========================================================= */

.dp-has-dropdown,
.dp-has-mega{
    position:relative;
}

.dp-dropdown-panel{
    position:absolute;
    top: calc(100% + 12px);
    left:0;
    min-width: 320px;
    padding: 10px;
    border-radius: 24px;
    background: rgba(246,248,252,.94);
    border: 1px solid rgba(10,36,95,.10);
    box-shadow: 0 24px 60px rgba(10,36,95,.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity:0;
    visibility:hidden;
    transform: translateY(10px);
    transition: all .22s ease;
    z-index: 999;
}

.dp-dropdown-panel a{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    padding: 14px 16px;
    color: var(--dp-color-text);
    text-decoration:none;
    border-radius: 16px;
    font-size:15px;
    font-weight:600;
    overflow:hidden;
}

.dp-dropdown-panel a i{
    font-size: 18px;
    color: var(--dp-color-navy-2);
    position: relative;
    z-index: 2;
}

.dp-dropdown-panel a span:last-child{
    position: relative;
    z-index: 2;
}

.dp-dropdown-line{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(90deg,
        rgba(40,215,223,.12) 0%,
        rgba(40,215,223,.04) 45%,
        rgba(40,215,223,0) 100%);
    opacity:0;
    transition: opacity .22s ease;
}

.dp-dropdown-panel a:hover{
    color: var(--dp-color-navy);
    background: rgba(255,255,255,.72);
}

.dp-dropdown-panel a:hover .dp-dropdown-line{
    opacity:1;
}

.dp-mega-panel{
    position:absolute;
    top: calc(100% + 14px);
    left:50%;
    transform: translateX(-50%) translateY(10px);
    width: min(820px, 92vw);
    padding: 14px;
    border-radius: 30px;
    background: rgba(246,248,252,.95);
    border: 1px solid rgba(10,36,95,.10);
    box-shadow: 0 28px 70px rgba(10,36,95,.16);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity:0;
    visibility:hidden;
    transition: all .22s ease;
    z-index: 999;
}

.dp-mega-panel-inner{
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg,
        rgba(255,255,255,.78) 0%,
        rgba(247,249,253,.92) 100%);
}

.dp-mega-title{
    display:flex;
    align-items:center;
    gap:10px;
    color: var(--dp-color-navy);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 14px;
    padding-bottom: 12px;
    position:relative;
}

.dp-mega-title i{
    font-size: 22px;
    color: var(--dp-color-turquoise);
}

.dp-mega-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background: linear-gradient(90deg,
        rgba(40,215,223,.72) 0%,
        rgba(40,215,223,.18) 55%,
        rgba(40,215,223,0) 100%);
}

.dp-mega-grid{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:14px;
}

.dp-mega-card{
    display:flex;
    align-items:flex-start;
    gap:14px;
    text-decoration:none;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(10,36,95,.08);
    background: rgba(255,255,255,.74);
    transition: all .22s ease;
}

.dp-mega-card:hover{
    text-decoration:none;
    transform: translateY(-2px);
    border-color: rgba(40,215,223,.22);
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 28px rgba(10,36,95,.08);
}

.dp-mega-card-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius: 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(135deg,
        rgba(40,215,223,.14) 0%,
        rgba(126,242,255,.16) 100%);
    color: var(--dp-color-navy-2);
    font-size: 24px;
}

.dp-mega-card-body h4{
    margin:0 0 6px;
    font-size:17px;
    font-weight:800;
    color: var(--dp-color-navy);
    line-height:1.35;
}

.dp-mega-card-body p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color: var(--dp-color-muted);
}

.dp-has-dropdown:hover .dp-dropdown-panel,
.dp-has-mega:hover .dp-mega-panel{
    opacity:1;
    visibility:visible;
}

.dp-has-dropdown:hover .dp-dropdown-panel{
    transform: translateY(0);
}

.dp-has-mega:hover .dp-mega-panel{
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 1199.98px){
    .dp-dropdown-panel,
    .dp-mega-panel{
        position:static;
        width:100%;
        min-width:100%;
        transform:none !important;
        margin-top:10px;
        opacity:1;
        visibility:visible;
        display:none;
        box-shadow:none;
    }

    .dp-mega-grid{
        grid-template-columns: 1fr;
    }

    .dp-has-dropdown.open .dp-dropdown-panel,
    .dp-has-mega.open .dp-mega-panel{
        display:block;
    }
}

/* =========================================================
   HOME / FIRMS - MINIMAL SECTOR STRIP
   ========================================================= */

.dp-home-sector-block {
    padding: 36px 0 70px;
    position: relative;
}

.dp-firm-sector-strip {
    padding: 12px 0 42px;
}

.dp-tech-title {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    color: var(--dp-color-navy);
    margin-bottom: 14px;
    letter-spacing: -0.03em;
}

.dp-tech-subtitle {
    max-width: 840px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: var(--dp-color-muted);
}

.dp-sector-minimal {
    padding: 24px 0 10px;
}

.dp-sector-minimal-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 16px 12px;
    align-items: start;
}

.dp-sector-minimal-item {
    text-decoration: none;
    text-align: center;
    color: inherit;
    padding: 4px 4px;
    transition: all .22s ease;
}

.dp-sector-minimal-item:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

.dp-sector-minimal-circle {
    width: 104px;
    height: 104px;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 1.5px solid rgba(10,36,95,.16);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.34);
    color: var(--dp-color-red);
    font-size: 38px;
    transition: all .22s ease;
}

.dp-sector-minimal-item:hover .dp-sector-minimal-circle {
    border-color: rgba(40,215,223,.44);
    color: var(--dp-color-turquoise);
    background: rgba(255,255,255,.78);
    box-shadow: 0 0 0 10px rgba(40,215,223,.04);
}

.dp-sector-minimal-name {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #39465e;
    min-height: 66px;
    max-width: 130px;
    margin: 0 auto 8px;
}

.dp-sector-minimal-count {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #74839b;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(10,36,95,.04);
}

@media (max-width: 1399.98px) {
    .dp-sector-minimal-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .dp-tech-title {
        font-size: 42px;
    }

    .dp-tech-subtitle {
        font-size: 17px;
    }

    .dp-sector-minimal-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .dp-sector-minimal-circle {
        width: 92px;
        height: 92px;
        font-size: 33px;
    }
}

@media (max-width: 767.98px) {
    .dp-home-sector-block {
        padding: 24px 0 52px;
    }

    .dp-firm-sector-strip {
        padding: 8px 0 28px;
    }

    .dp-tech-title {
        font-size: 30px;
    }

    .dp-tech-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .dp-sector-minimal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px 8px;
    }

    .dp-sector-minimal-circle {
        width: 74px;
        height: 74px;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .dp-sector-minimal-name {
        font-size: 12px;
        min-height: 52px;
        max-width: 92px;
    }

    .dp-sector-minimal-count {
        font-size: 11px;
    }
}

/* =========================================================
   FIRM LIST V2
   ========================================================= */

.dp-firm-list-v2 {
    padding: 18px 0 70px;
}

.dp-firm-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding: 0 4px;
}

.dp-firm-list-head h2 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--dp-color-navy);
    margin: 0;
}

.dp-firm-list-meta {
    font-size: 16px;
    font-weight: 700;
    color: var(--dp-color-muted);
    white-space: nowrap;
}

.dp-firm-list-grid {
    border-top: 1px solid rgba(10,36,95,.08);
    border-left: 1px solid rgba(10,36,95,.08);
    background: rgba(255,255,255,.48);
    border-radius: 26px;
    overflow: hidden;
}

.dp-firm-row-card {
    position: relative;
    display: grid;
    grid-template-columns: 110px 1fr 44px;
    align-items: center;
    gap: 18px;
    min-height: 152px;
    padding: 22px 22px;
    text-decoration: none;
    background: rgba(255,255,255,.82);
    border-right: 1px solid rgba(10,36,95,.08);
    border-bottom: 1px solid rgba(10,36,95,.08);
    transition: all .24s ease;
    overflow: hidden;
}

.dp-firm-row-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg,
        rgba(40,215,223,.0) 0%,
        rgba(40,215,223,.85) 50%,
        rgba(40,215,223,.0) 100%);
    opacity: 0;
    transition: opacity .24s ease;
}

.dp-firm-row-card:hover {
    text-decoration: none;
    background: rgba(255,255,255,.96);
    box-shadow: inset 0 0 0 1px rgba(40,215,223,.08);
}

.dp-firm-row-card:hover::before {
    opacity: 1;
}

.dp-firm-row-logo {
    width: 100%;
    height: 84px;
    border-radius: 18px;
    background: rgba(245,248,252,.94);
    border: 1px solid rgba(10,36,95,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dp-firm-row-logo img {
    max-width: 88%;
    max-height: 68px;
    object-fit: contain;
}

.dp-firm-row-logo-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(40,215,223,.12) 0%, rgba(126,242,255,.16) 100%);
    color: var(--dp-color-navy-2);
    font-size: 28px;
}

.dp-firm-row-body h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--dp-color-navy);
    margin: 0 0 6px;
}

.dp-firm-row-sector {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(10,36,95,.05);
    color: #66768d;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dp-firm-row-body p {
    margin: 0;
    color: var(--dp-color-muted);
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dp-firm-row-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(10,36,95,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dp-color-red);
    font-size: 22px;
    transition: all .24s ease;
}

.dp-firm-row-card:hover .dp-firm-row-arrow {
    color: var(--dp-color-turquoise);
    border-color: rgba(40,215,223,.34);
    background: rgba(40,215,223,.06);
}

@media (max-width: 1199.98px) {
    .dp-firm-list-head h2 {
        font-size: 34px;
    }

    .dp-firm-row-card {
        grid-template-columns: 100px 1fr 40px;
        min-height: 142px;
    }

    .dp-firm-row-body h3 {
        font-size: 21px;
    }
}

@media (max-width: 767.98px) {
    .dp-firm-list-v2 {
        padding: 10px 0 50px;
    }

    .dp-firm-list-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .dp-firm-list-head h2 {
        font-size: 28px;
    }

    .dp-firm-list-grid {
        border-radius: 20px;
    }

    .dp-firm-row-card {
        grid-template-columns: 82px 1fr 34px;
        gap: 12px;
        min-height: auto;
        padding: 16px;
    }

    .dp-firm-row-logo {
        height: 70px;
        border-radius: 14px;
    }

    .dp-firm-row-logo img {
        max-height: 54px;
    }

    .dp-firm-row-body h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .dp-firm-row-body p {
        font-size: 14px;
        line-height: 1.6;
    }

    .dp-firm-row-arrow {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}

:root{
    --dp-font-main: "Titillium Web", "Inter", "Segoe UI", sans-serif;
    --dp-color-navy: #0a245f;
    --dp-color-navy-2: #274783;
    --dp-color-turquoise: #28d7df;
    --dp-color-turquoise-2: #7ef2ff;
    --dp-color-red: #ff4b57;
    --dp-color-text: #183153;
    --dp-color-muted: #6e7d95;
    --dp-color-border: rgba(10,36,95,.10);
    --dp-surface: rgba(255,255,255,.72);
    --dp-surface-2: rgba(246,248,252,.84);
}

html, body,
body *:not(i):not(.ti):not([class*="ti-"]) {
    font-family: var(--dp-font-main);
}

body{
    color: var(--dp-color-text);
    background:#f3f6fa;
    letter-spacing:-0.01em;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--dp-font-main);
    letter-spacing:-0.02em;
    font-weight:700;
}

p, a, li, span, input, button, textarea, select{
    font-family: var(--dp-font-main);
}

:root {
    --dp-primary: #0ca3b5;
    --dp-primary-dark: #087c8a;
    --dp-red: #e52421;
    --dp-yellow: #f6b400;
    --dp-blue: #17479e;
    --dp-blue-dark: #0f2f5f;
    --dp-text: #16323f;
    --dp-bg: #f5f8fc;
    --dp-white: #ffffff;
}

body {
    background: #fff;
    color: var(--dp-text);
    overflow-x: hidden;
}

.dp-section {
    padding: 100px 0;
    margin-top: 100px;
}

.dp-section-title {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 18px;
}

.dp-section-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 760px;
}

.dp-gradient-text {
    background: linear-gradient(135deg, #53d7df, #0ca3b5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.dp-hero {
    position: relative;
    min-height: 860px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
    radial-gradient(circle at 20% 20%, rgba(83,215,223,.16), transparent 25%),
    radial-gradient(circle at 80% 25%, rgba(229,36,33,.12), transparent 18%),
    radial-gradient(circle at 70% 70%, rgba(83,215,223,.10), transparent 20%),
    linear-gradient(135deg, rgba(13,39,92,.98), rgba(5,22,58,.98)),
    url('/front/assets/images/banner/banner-bg.jpg') center/cover no-repeat;
}

.dp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: .15;
    pointer-events: none;
}

.dp-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: .35;
    animation: dpFloatGlow 8s ease-in-out infinite;
}

.dp-hero-glow.g1 {
    width: 220px;
    height: 220px;
    background: #53d7df;
    top: 12%;
    left: 8%;
}

.dp-hero-glow.g2 {
    width: 300px;
    height: 300px;
    background: #e52421;
    top: 18%;
    right: 8%;
    animation-delay: 1.5s;
}

.dp-hero-glow.g3 {
    width: 240px;
    height: 240px;
    background: #0ca3b5;
    bottom: 8%;
    left: 45%;
    animation-delay: 3s;
}

@keyframes dpFloatGlow {
    0%,100% { transform: translateY(0px) translateX(0px) scale(1); }
    50% { transform: translateY(-18px) translateX(10px) scale(1.05); }
}

.dp-hero-content {
    position: relative;
    z-index: 2;
}

.dp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    color: #8ef2f7;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 800;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.dp-hero-title {
    font-size: 86px;
    line-height: .98;
    font-weight: 900;
    color: #fff;
    margin: 26px 0 24px;
    max-width: 900px;
}

.dp-hero-text {
    font-size: 24px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
    max-width: 760px;
}

.dp-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all .25s ease;
}

.dp-btn-main.primary {
    background: linear-gradient(135deg, #24d0da, #0ca3b5);
    color: #fff;
    box-shadow: 0 15px 35px rgba(12,163,181,.28);
}

.dp-btn-main.outline {
    border-color: rgba(255,255,255,.4);
    color: #fff;
    background: rgba(255,255,255,.04);
}

.dp-btn-main:hover {
    transform: translateY(-2px);
    color: #fff;
}

.dp-floating-card {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    padding: 26px;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(6, 18, 37, .20);
    animation: dpFloatCard 6s ease-in-out infinite;
}

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

.dp-stat-wrap {
    margin-top: -85px;
    position: relative;
    z-index: 5;
}

.dp-stat-card {
    background: #fff;
    border-radius: 24px;
    padding: 34px 24px;
    text-align: center;
    border: 1px solid #e8eef5;
    box-shadow: 0 20px 50px rgba(16, 36, 66, .08);
    transition: all .25s ease;
}

.dp-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(16, 36, 66, .12);
}

.dp-stat-number {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: var(--dp-red);
    margin-bottom: 10px;
}

.dp-stat-label {
    font-size: 18px;
    color: #334155;
    font-weight: 700;
}

.dp-glass-panel {
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.72));
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(15, 35, 55, .08);
}

.dp-feature-card {
    background: #fff;
    border-radius: 26px;
    padding: 34px 28px;
    height: 100%;
    border: 1px solid #e8eef5;
    box-shadow: 0 12px 35px rgba(15, 35, 55, .05);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.dp-feature-card::after {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(12,163,181,.18), transparent 70%);
    border-radius: 50%;
    transition: all .3s ease;
}

.dp-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 35, 55, .12);
}

.dp-feature-card:hover::after {
    transform: scale(1.2);
}

.dp-feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(12,163,181,.14), rgba(23,71,158,.10));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--dp-primary);
    margin-bottom: 24px;
}

.dp-news-card {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #e8eef5;
    box-shadow: 0 12px 35px rgba(15, 35, 55, .05);
    transition: all .3s ease;
    height: 100%;
}

.dp-news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 35, 55, .12);
}

.dp-news-body {
    padding: 28px;
}

.dp-campus-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 380px;
    background: linear-gradient(135deg, rgba(23,71,158,.85), rgba(12,163,181,.75)),
                url('/front/assets/images/banner/banner-bg.jpg') center/cover no-repeat;
    box-shadow: 0 18px 45px rgba(15, 35, 55, .10);
}

.dp-campus-card .inner {
    position: absolute;
    inset: auto 0 0 0;
    padding: 36px;
    color: #fff;
}

.dp-cta-box {
    border-radius: 32px;
    padding: 54px;
    background: linear-gradient(135deg, #0ca3b5, #17479e);
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(12,163,181,.22);
}

.dp-cta-box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,.09);
    top: -90px;
    right: -70px;
}

.page-content p {
    font-size: 18px;
    line-height: 1.85;
    color: #475569;
    margin-bottom: 20px;
}

.page-content h2,
.page-content h3,
.page-content h4 {
    font-weight: 800;
    color: #0f172a;
    margin-top: 30px;
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    .dp-hero-title {
        font-size: 68px;
    }
}

@media (max-width: 991px) {
    .dp-section {
        padding: 80px 0;
    }

    .dp-hero {
        min-height: 760px;
        padding-top: 80px;
    }

    .dp-hero-title {
        font-size: 52px;
    }

    .dp-hero-text {
        font-size: 19px;
    }

    .dp-stat-wrap {
        margin-top: -40px;
    }

    .dp-section-title {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .dp-hero-title {
        font-size: 42px;
    }

    .dp-stat-number {
        font-size: 42px;
    }

    .dp-cta-box {
        padding: 34px 26px;
    }
}


/* =========================
   PREMIUM HEADER
========================= */

.dp-navbar {
    min-height: 88px;
    width: 100%;
    padding: 0 28px !important;
    border-radius: 26px !important;
    background: rgba(7, 28, 73, 0.64) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.11) !important;
    box-shadow: 0 18px 45px rgba(8, 20, 48, .24) !important;
}

.dp-brand img {
    height: 62px;
    width: auto;
}

.dp-main-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    padding: 14px 18px !important;
}

.dp-main-nav .nav-link:hover {
    color: #64e7ee !important;
}

.dp-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.10);
}

.dp-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: all .25s ease;
    white-space: nowrap;
}

.dp-pill-outline {
    color: #fff;
    border: 1px solid #2fd9e5;
    background: transparent;
}

.dp-pill-primary {
    color: #fff;
    background: linear-gradient(135deg, #2bd7e2, #0ca3b5);
    border: 1px solid transparent;
}

.dp-pill-outline:hover,
.dp-pill-primary:hover {
    color: #fff;
    transform: translateY(-1px);
}

.dp-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 6px;
}

.dp-lang-switch a {
    color: #90f3f7;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    opacity: .9;
}

.dp-lang-switch a:hover {
    color: #fff;
    opacity: 1;
}

.dp-search-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .25s ease;
    flex: 0 0 48px;
}

.dp-search-circle:hover {
    color: #fff;
    transform: rotate(8deg);
    border-color: #64e7ee;
}

/* =========================
   MEGA MENU
========================= */
.dp-mega-item {
    position: relative;
}

.dp-mega-menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 320px;
    background: #ffffff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 22px 60px rgba(13, 28, 58, 0.16);
    border: 1px solid #e8eef5;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    z-index: 999;
}

.dp-mega-item:hover .dp-mega-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.dp-mega-grid {
    display: grid;
    gap: 12px;
}

.dp-mega-grid.one-col {
    grid-template-columns: 1fr;
    min-width: 220px;
}

.dp-mega-grid.two-col {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    min-width: 420px;
}

.dp-mega-link {
    display: block;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 700;
    color: #1d2b3c;
    text-decoration: none;
    transition: all .2s ease;
    background: #f8fbfd;
}

.dp-mega-link:hover {
    color: #0ca3b5;
    background: #eefafb;
    transform: translateX(4px);
}

/* =========================
   HERO FIX FOR TRANSPARENT HEADER
========================= */
.dp-hero {
    padding-top: 110px;
}

/* =========================
   PREMIUM FOOTER
========================= */
.dp-footer {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(8,31,79,.88) 0%, rgba(4,22,51,.92) 100%),
        url('/front/assets/images/footer/footer-bg.jpg') center/cover no-repeat !important;
}

.dp-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: rgba(255,255,255,.05);
}

.dp-footer-top {
    padding: 40px 0 30px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.dp-footer-news-title {
    color: #fff;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
}

.dp-footer-news-form {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.dp-footer-news-form input {
    height: 58px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.02);
    color: #fff;
    padding: 0 18px;
    width: 100%;
    max-width: 430px;
}

.dp-footer-news-form button {
    height: 58px !important;
    padding: 0 28px !important;
    border: none !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2bd7e2, #0ca3b5) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 28px rgba(12,163,181,.22) !important;
}

.dp-footer-main {
    padding: 30px 0 30px;
}

.dp-footer-brand img {
    height: 62px;
    width: auto;
    margin-bottom: 18px;
}

.dp-footer-text {
    max-width: 360px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,.68);
}

.dp-footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.dp-footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.06);
    color: #fff;
    text-decoration: none;
}

.dp-footer-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 22px;
}

.dp-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.dp-footer-links a,
.dp-footer-links span {
    color: rgba(255,255,255,.68);
    text-decoration: none;
    line-height: 1.7;
}

.dp-footer-links a:hover {
    color: #64e7ee;
}

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

.dp-footer-bottom a {
    color: rgba(255,255,255,.66);
    text-decoration: none;
    margin-left: 18px;
}

.dp-footer-bottom a:hover {
    color: #64e7ee;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 1199px) {
    .dp-navbar {
        padding: 14px 18px;
    }

    .dp-nav-actions {
        margin-top: 18px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .dp-main-nav {
        padding-top: 18px;
    }

    .dp-mega-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin-top: 8px;
        min-width: 100%;
        display: none;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr;
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .dp-site-header {
        top: 10px;
    }

    .dp-footer-news-title {
        font-size: 32px;
    }

    .dp-footer-news-form {
        flex-direction: column;
        align-items: stretch;
    }

    .dp-footer-news-form input {
        max-width: 100%;
    }

    .dp-footer-bottom {
        text-align: center;
    }

    .dp-footer-bottom a {
        margin: 0 8px;
    }
}

.dp-brand,
.navbar-brand.dp-brand {
    display: flex;
    align-items: center;
    min-height: 88px;
    margin-right: 34px;
    flex: 0 0 auto;
}

.dp-main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 1 auto;
    justify-content: center;
}

.dp-nav-actions {
    flex: 0 0 auto;
}

/* =========================
   MEGA MENU
========================= */

.dp-mega-item {
    position: relative;
}

.dp-mega-menu {
    position: absolute !important;
    top: calc(100% + 16px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid #e8eef5 !important;
    border-radius: 26px !important;
    padding: 24px !important;
    box-shadow: 0 25px 70px rgba(10, 25, 54, .18) !important;
    opacity: 0;
    visibility: hidden;
    transition: all .22s ease;
    z-index: 9999;
}

.dp-mega-item:hover .dp-mega-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px) !important;
}

.dp-mega-grid.one-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-width: 240px;
}

.dp-mega-grid.two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 12px;
    min-width: 470px;
}

.dp-mega-link {
    display: block;
    padding: 15px 16px;
    border-radius: 16px;
    background: #f8fbfd;
    color: #1e2d3d !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all .2s ease;
}

.dp-mega-link:hover {
    background: #eefafb;
    color: #0ca3b5 !important;
    transform: translateX(4px);
}

/* =========================
   HERO
========================= */

.dp-hero {
    position: relative;
    min-height: 980px;
    padding-top: 150px !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(8,31,79,.98), rgba(3,18,51,.98));
}

.dp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 22%, rgba(47,217,229,.18), transparent 18%),
        radial-gradient(circle at 82% 35%, rgba(229,36,33,.15), transparent 18%),
        radial-gradient(circle at 55% 78%, rgba(43,215,226,.12), transparent 18%);
    pointer-events: none;
}

.dp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: .10;
    pointer-events: none;
}

.dp-circuit-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.dp-circuit-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(54,225,235,.9), transparent);
    box-shadow: 0 0 16px rgba(54,225,235,.45);
    opacity: .75;
}

.dp-circuit-line.h1 {
    top: 24%;
    left: -18%;
    width: 52%;
    height: 3px;
    background: rgba(47,217,229,.28);
    animation: dpFlowLeft 7s linear infinite;
}

.dp-circuit-line.h2 {
    bottom: 18%;
    right: -16%;
    width: 46%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(229,36,33,.7), transparent);
    animation: dpFlowLeft 8s linear infinite;
}

.dp-circuit-line.v1 {
    top: -6%;
    left: 68%;
    width: 3px;
    height: 46%;
    background: linear-gradient(180deg, transparent, rgba(54,225,235,.8), transparent);
    animation: dpFlowDown 6.5s linear infinite;
}

.dp-circuit-line.v2 {
    bottom: -10%;
    left: 18%;
    width: 3px;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(54,225,235,.55), transparent);
    animation: dpFlowUp 7.2s linear infinite;
}

@keyframes dpFlowRight {
    0% { transform: translateX(-10%); opacity: 0; }
    20% { opacity: .9; }
    100% { transform: translateX(170%); opacity: 0; }
}
@keyframes dpFlowLeft {
    0% { transform: translateX(10%); opacity: 0; }
    20% { opacity: .8; }
    100% { transform: translateX(-180%); opacity: 0; }
}
@keyframes dpFlowDown {
    0% { transform: translateY(-20%); opacity: 0; }
    20% { opacity: .9; }
    100% { transform: translateY(180%); opacity: 0; }
}
@keyframes dpFlowUp {
    0% { transform: translateY(20%); opacity: 0; }
    20% { opacity: .7; }
    100% { transform: translateY(-180%); opacity: 0; }
}

.dp-hero-content {
    position: relative;
    z-index: 3;
}

.dp-hero-title {
    font-size: 86px;
    line-height: .98;
    font-weight: 900;
    color: #fff;
    margin: 26px 0 24px;
    max-width: 900px;
}

.dp-gradient-text {
    background: linear-gradient(135deg, #53d7df, #0ca3b5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.dp-hero-text {
    font-size: 24px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
    max-width: 760px;
}

.dp-hero-media-wrap {
    position: relative;
    z-index: 3;
}

.dp-hero-media-card {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    min-height: 620px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 70px rgba(6, 19, 40, .28);
}

.dp-hero-media-card img,
.dp-hero-media-card video {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.dp-hero-media-overlay {
    position: absolute;
    inset: auto 24px 24px 24px;
    border-radius: 22px;
    padding: 18px 20px;
    background: rgba(5,20,48,.62);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    color: #fff;
}

.dp-hero-mini-card {
    position: absolute;
    left: -40px;
    bottom: 34px;
    z-index: 4;
    max-width: 280px;
    border-radius: 24px;
    padding: 20px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 50px rgba(6, 18, 37, .20);
}

.dp-hero-mini-card h6 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 6px;
}

.dp-hero-mini-card p {
    color: rgba(255,255,255,.80);
    margin-bottom: 0;
    font-size: 15px;
}

/* =========================
   STATS / MODULES
========================= */

.dp-stat-wrap {
    margin-top: -70px;
    position: relative;
    z-index: 6;
}

.dp-stat-card {
    background: #fff;
    border-radius: 28px;
    padding: 34px 24px;
    text-align: center;
    border: 1px solid #e8eef5;
    box-shadow: 0 20px 50px rgba(16, 36, 66, .08);
    transition: all .25s ease;
}

.dp-stat-card:hover {
    transform: translateY(-8px);
}

.dp-stat-number {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: #e52421;
    margin-bottom: 10px;
}

.dp-stat-label {
    font-size: 18px;
    color: #334155;
    font-weight: 700;
}

.dp-feature-card {
    background: #fff;
    border-radius: 30px;
    padding: 36px 28px;
    height: 100%;
    border: 1px solid #e8eef5;
    box-shadow: 0 12px 35px rgba(15, 35, 55, .05);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.dp-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 35, 55, .12);
}

.dp-feature-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(12,163,181,.14), rgba(23,71,158,.10));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0ca3b5;
    margin-bottom: 24px;
}

@media (max-width: 1399px) {
    .dp-hero-title {
        font-size: 74px;
    }
}

@media (max-width: 1199px) {
    .dp-navbar {
        padding: 16px 18px !important;
    }

    .dp-main-nav {
        padding-top: 18px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .dp-nav-actions {
        margin-top: 18px !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
    }

    .dp-mega-menu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        margin-top: 8px;
        min-width: 100% !important;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr !important;
        min-width: 100% !important;
    }

    .dp-hero {
        min-height: auto;
        padding-bottom: 120px;
    }

    .dp-hero-media-card {
        min-height: 520px;
    }

    .dp-hero-media-card img,
    .dp-hero-media-card video {
        height: 520px;
    }

    .dp-hero-mini-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        max-width: none;
    }
}

@media (max-width: 991px) {
    .dp-site-header {
        top: 10px !important;
        padding: 0 14px;
    }

    .dp-hero {
        padding-top: 140px !important;
    }

    .dp-hero-title {
        font-size: 48px;
    }

    .dp-hero-text {
        font-size: 18px;
    }

    .dp-brand img {
        height: 52px !important;
    }

    .dp-footer-news-title {
        font-size: 30px !important;
    }
}

/* =========================================================
   FINAL VISUAL POLISH
========================================================= */

/* HERO full bleed */
.dp-hero {
    position: relative;
    min-height: 980px;
    padding-top: 150px !important;
    padding-bottom: 180px !important;
    margin-top: 0 !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 22%, rgba(47,217,229,.16), transparent 18%),
        radial-gradient(circle at 82% 35%, rgba(229,36,33,.14), transparent 18%),
        radial-gradient(circle at 55% 78%, rgba(43,215,226,.10), transparent 18%),
        linear-gradient(135deg, #081f4f 0%, #041633 100%) !important;
}

.dp-hero,
.dp-hero::before,
.dp-hero::after {
    border-radius: 0 !important;
}

/* Header banner üstünde yüzsün */
.dp-site-header {
    position: absolute !important;
    top: 0px !important;
    left: 0;
    width: 100%;
    z-index: 10000;
    padding: 0 24px;
    background: #ffffff1c !important;
}

header.dp-site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    color:#02112f !important;
    z-index: 99999 !important;
    padding: 0 24px !important;
    background: rgb(245 248 252 / 60%) !important;
    display: block !important;
}

.dp-site-header .container {
    max-width: 1500px;
}

.dp-navbar {
    min-height: 94px !important;
    width: 100%;
    border-radius: 30px !important;
    padding: 0 30px !important;
    background: linear-gradient(135deg, rgba(9,31,77,.62), rgba(8,33,84,.58)) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 22px 60px rgba(4, 15, 36, .28) !important;
}

/* Hero sağ medya kartı */
.dp-hero-media-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    min-height: 620px;
    background:
        linear-gradient(135deg, rgba(22,38,80,.88), rgba(15,30,65,.82)),
        rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: 0 25px 70px rgba(5,16,40,.32);
}

.dp-hero-media-card img,
.dp-hero-media-card video {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
    opacity: .88;
}

/* Hero medya kartı üstünde ince dijital çizgiler */
.dp-hero-media-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .15;
    pointer-events: none;
}

/* Dijital akım çizgileri */
.dp-circuit-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.dp-circuit-line {
    position: absolute;
    overflow: hidden;
}

.dp-circuit-line::before {
    content: "";
    position: absolute;
    inset: 0;
}

.dp-circuit-line.h1 {
    top: 25%;
    left: -18%;
    width: 46%;
    height: 2px;
    background: rgba(47,217,229,.16);
}

.dp-circuit-line.h1::before {
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #39e5ee, transparent);
    box-shadow: 0 0 16px rgba(57,229,238,.55);
    animation: dpFlowRight 6.8s linear infinite;
}

.dp-circuit-line.h2 {
    bottom: 16%;
    right: -16%;
    width: 38%;
    height: 2px;
    background: rgba(229,36,33,.14);
}

.dp-circuit-line.h2::before {
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ff3b30, transparent);
    box-shadow: 0 0 16px rgba(255,59,48,.45);
    animation: dpFlowLeft 7.4s linear infinite;
}

.dp-circuit-line.v1 {
    top: -6%;
    left: 68%;
    width: 2px;
    height: 40%;
    background: rgba(47,217,229,.14);
}

.dp-circuit-line.v1::before {
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, transparent, #39e5ee, transparent);
    box-shadow: 0 0 16px rgba(57,229,238,.55);
    animation: dpFlowDown 6.2s linear infinite;
}

.dp-circuit-line.v2 {
    bottom: -10%;
    left: 18%;
    width: 2px;
    height: 34%;
    background: rgba(255,59,48,.12);
}

.dp-circuit-line.v2::before {
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, transparent, #ff3b30, transparent);
    box-shadow: 0 0 16px rgba(255,59,48,.45);
    animation: dpFlowUp 7.1s linear infinite;
}

@keyframes dpFlowRight {
    0% { transform: translateX(-140px); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateX(calc(100% + 140px)); opacity: 0; }
}
@keyframes dpFlowLeft {
    0% { transform: translateX(calc(100% + 140px)); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateX(-140px); opacity: 0; }
}
@keyframes dpFlowDown {
    0% { transform: translateY(-140px); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateY(calc(100% + 140px)); opacity: 0; }
}
@keyframes dpFlowUp {
    0% { transform: translateY(calc(100% + 140px)); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateY(-140px); opacity: 0; }
}

/* Stat kartlarında kırmızı ışık geçişi */
.dp-stat-card {
    position: relative;
    overflow: hidden;
}

.dp-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 28%;
    height: 100%;
    transform: skewX(-22deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 59, 48, 0.10),
        rgba(255, 59, 48, 0.22),
        transparent
    );
    box-shadow: 0 0 22px rgba(255,59,48,.12);
    animation: dpRedSweep 5.8s linear infinite;
}

@keyframes dpRedSweep {
    0% { left: -35%; }
    100% { left: 125%; }
}

/* Feature kart köşelerinde hafif dijital turkuaz-kırmızı pulse */
.dp-feature-card {
    position: relative;
    overflow: hidden;
}

.dp-feature-card::before {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,215,226,.22), transparent 70%);
    animation: dpPulseTurq 4s ease-in-out infinite;
}

.dp-feature-card::after {
    content: "";
    position: absolute;
    inset: -30px auto auto -30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229,36,33,.08), transparent 70%);
    animation: dpPulseRed 4.8s ease-in-out infinite;
}

@keyframes dpPulseTurq {
    0%,100% { transform: scale(1); opacity: .7; }
    50% { transform: scale(1.18); opacity: 1; }
}
@keyframes dpPulseRed {
    0%,100% { transform: scale(1); opacity: .5; }
    50% { transform: scale(1.15); opacity: .85; }
}

/* Footer banner ile aynı ailede koyu lacivert */
.dp-footer {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgb(8 31 79 / 74%) 0%, rgb(4 22 51 / 75%) 100%), 
        url('/front/assets/images/footer/footer-bg.jpg') center / cover no-repeat !important
}

/* Footer üst çizgide kırmızı akım */
.dp-footer-top {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.dp-footer-top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: rgba(255,255,255,.06);
    overflow: hidden;
}

.dp-footer-top::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -140px;
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff3b30, transparent);
    box-shadow: 0 0 16px rgba(255,59,48,.45);
    animation: dpFooterFlowRed 7s linear infinite;
}

/* Footer alt çizgide turkuaz akım */
.dp-footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255,255,255,.08) !important;
}

.dp-footer-bottom::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -140px;
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #39e5ee, transparent);
    box-shadow: 0 0 16px rgba(57,229,238,.5);
    animation: dpFooterFlowTurq 6.5s linear infinite;
}

@keyframes dpFooterFlowRed {
    0% { left: -140px; }
    100% { left: calc(100% + 140px); }
}
@keyframes dpFooterFlowTurq {
    0% { left: calc(100% + 140px); }
    100% { left: -140px; }
}

/* Hero ve footer arasında ton birliği */
.dp-section,
.dp-stat-wrap {
    position: relative;
    z-index: 2;
}

/* Responsive */
@media (max-width: 1199px) {
    .dp-hero {
        min-height: auto;
        padding-bottom: 120px !important;
    }

    .dp-hero-media-card {
        min-height: 520px;
    }

    .dp-hero-media-card img,
    .dp-hero-media-card video {
        height: 520px;
    }
}

@media (max-width: 991px) {
    .dp-hero {
        padding-top: 140px !important;
        min-height: auto;
    }

    .dp-hero-media-card {
        min-height: 420px;
    }

    .dp-hero-media-card img,
    .dp-hero-media-card video {
        height: 420px;
    }
}

.dp-hero {
    margin-top: -40px;
}

/* =========================================================
   HERO BACKGROUND MEDIA + TITLE FINAL
========================================================= */

.dp-hero {
    position: relative;
    min-height: 980px;
    padding-top: 160px !important;
    padding-bottom: 180px !important;
    overflow: hidden;
    background: linear-gradient(135deg, #081f4f 0%, #041633 100%) !important;
}

.dp-hero-bg-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.dp-hero-bg-media img,
.dp-hero-bg-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.dp-circuit-layer {
    z-index: 2;
}

.dp-hero-content {
    position: relative;
    z-index: 3;
}

.dp-hero-title {
    margin: 26px 0 24px;
    max-width: 980px;
    line-height: .98;
}

.dp-hero-title-white {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: .96;
}

.dp-hero-title-accent {
    display: block;
    color: #46d6de;
    font-size: 40px;
    margin-top:10px;
    font-weight: 900;
    line-height: .98;
}

.dp-hero-text {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
    max-width: 900px;
}

/* Sağ medya kartını gizle */
.dp-hero-media-wrap {
    display: none !important;
}

/* Dijital akımları daha görünür yap */
.dp-circuit-line.h1::before,
.dp-circuit-line.v1::before,
.dp-circuit-line.v3::before {
    box-shadow: 0 0 22px rgba(57,229,238,.75) !important;
}

.dp-circuit-line.h2::before,
.dp-circuit-line.v2::before,
.dp-circuit-line.h3::before {
    box-shadow: 0 0 22px rgba(255,59,48,.65) !important;
}

.dp-circuit-line.h1 {
    top: 24%;
    left: -18%;
    width: 48%;
    height: 2px;
    background: rgba(47,217,229,.20);
}

.dp-circuit-line.h2 {
    bottom: 18%;
    right: -16%;
    width: 42%;
    height: 2px;
    background: rgba(229,36,33,.18);
}

.dp-circuit-line.h3 {
    top: 52%;
    left: 58%;
    width: 26%;
    height: 2px;
    background: rgba(229,36,33,.18);
}

.dp-circuit-line.h3::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 120px;
    background: linear-gradient(90deg, transparent, #ff3b30, transparent);
    animation: dpFlowRight 6.6s linear infinite;
}

.dp-circuit-line.v1 {
    top: -6%;
    left: 68%;
    width: 2px;
    height: 40%;
    background: rgba(47,217,229,.18);
}

.dp-circuit-line.v2 {
    bottom: -10%;
    left: 18%;
    width: 2px;
    height: 34%;
    background: rgba(255,59,48,.16);
}

.dp-circuit-line.v3 {
    top: 10%;
    left: 34%;
    width: 2px;
    height: 22%;
    background: rgba(47,217,229,.16);
}

.dp-circuit-line.v3::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, #39e5ee, transparent);
    animation: dpFlowDown 5.8s linear infinite;
}

/* Stat kartlarında kenar boyunca dönen kırmızı akım */
.dp-stat-card-line {
    position: relative;
    overflow: hidden;
}

.dp-stat-card-line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 1.5px;
    background: linear-gradient(90deg,
        transparent 0%,
        transparent 15%,
        rgba(255,59,48,.10) 25%,
        rgba(255,59,48,.95) 35%,
        rgba(255,59,48,.10) 45%,
        transparent 55%,
        transparent 100%);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: dpBorderFlow 4.2s linear infinite;
    pointer-events: none;
}

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

/* Footer çizgilerde akım */
.dp-footer-top::before {
    box-shadow: 0 0 18px rgba(255,59,48,.55) !important;
}

.dp-footer-bottom::before {
    box-shadow: 0 0 18px rgba(57,229,238,.55) !important;
}

/* Responsive */
@media (max-width: 1400px) {
    .dp-hero-title-white {
        font-size: 78px;
    }

    .dp-hero-title-accent {
        font-size: 74px;
    }
}

@media (max-width: 991px) {
    .dp-hero {
        min-height: auto;
        padding-top: 145px !important;
        padding-bottom: 120px !important;
    }

    .dp-hero-title-white {
        font-size: 52px;
    }

    .dp-hero-title-accent {
        font-size: 50px;
    }

    .dp-hero-text {
        font-size: 18px;
    }
}

/* =========================================================
   HOME ECOSYSTEM MINI CARDS
========================================================= */

.dp-ecosystem-mini-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 34px 26px;
    min-height: 220px;
    border: 1px solid #e8eef5;
    box-shadow: 0 18px 45px rgba(16, 36, 66, .08);
    transition: all .25s ease;
    overflow: hidden;
}

.dp-ecosystem-mini-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(16, 36, 66, .12);
}

.dp-ecosystem-mini-card::before {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,215,226,.20), transparent 70%);
}

.dp-ecosystem-mini-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 22%;
    height: 100%;
    transform: skewX(-20deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,59,48,.08),
        rgba(255,59,48,.18),
        transparent
    );
    animation: dpMiniCardRedSweep 6s linear infinite;
}

@keyframes dpMiniCardRedSweep {
    0% { left: -35%; }
    100% { left: 125%; }
}

.dp-ecosystem-mini-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(12,163,181,.14), rgba(23,71,158,.10));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0ca3b5;
    font-size: 28px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.dp-ecosystem-mini-card h4 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.dp-ecosystem-mini-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.dp-ecosystem-empty {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 24px;
    padding: 28px;
    text-align: center;
    color: #64748b;
}

/* ===== FINAL HEADER / MEGA MENU FIX ===== */

.dp-main-nav {
    gap: 6px;
}

.dp-main-nav > .nav-item {
    position: relative;
}

.dp-main-nav > .nav-item > .nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 16px !important;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
}

.dp-main-nav > .nav-item > .nav-link:hover {
    color: #65e9ef !important;
}

.dp-mega-item {
    position: relative;
}

.dp-mega-menu {
    position: absolute !important;
    top: calc(100% + 14px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: 320px;
    max-width: 760px;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid #e6edf5 !important;
    border-radius: 24px !important;
    padding: 22px !important;
    box-shadow: 0 24px 70px rgba(10, 25, 54, .18) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .22s ease;
    z-index: 9999;
}

.dp-mega-item:hover .dp-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: calc(100% + 8px) !important;
}

.dp-mega-menu-title {
    font-size: 14px;
    font-weight: 800;
    color: #0c2a4d;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.dp-mega-grid {
    display: grid;
    gap: 12px;
}

.dp-mega-grid.one-col {
    grid-template-columns: 1fr;
    min-width: 240px;
}

.dp-mega-grid.two-col {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    min-width: 520px;
}

.dp-mega-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px 16px;
    border-radius: 16px;
    background: #f7fbfd;
    color: #1e2d3d !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all .2s ease;
    border: 1px solid transparent;
}

.dp-mega-link:hover {
    background: #eefafb;
    color: #0ca3b5 !important;
    transform: translateY(-2px);
    border-color: rgba(12,163,181,.18);
}

.dp-mega-link-title {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.dp-mega-link-desc {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .dp-main-nav {
        width: 100%;
        align-items: flex-start !important;
    }

    .dp-main-nav > .nav-item {
        width: 100%;
    }

    .dp-main-nav > .nav-item > .nav-link {
        width: 100%;
        justify-content: flex-start;
    }

    .dp-mega-menu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        display: none;
        margin-top: 8px;
        min-width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr !important;
        min-width: 100% !important;
    }
}

/* =========================
   FINAL DIGIX STYLE MEGA MENU
   ========================= */

.dp-main-nav {
    gap: 8px;
}

.dp-main-nav > .nav-item {
    position: relative;
}

.dp-main-nav > .nav-item > .nav-link {
    color: #fff !important;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 16px !important;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
}

.dp-main-nav > .nav-item > .nav-link:hover {
    color: #53d7df !important;
}

.dp-mega-item {
    position: relative;
}

.dp-mega-menu {
    position: absolute !important;
    top: calc(100% + 16px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #ffffff !important;
    border: 1px solid #e7edf5 !important;
    border-radius: 28px !important;
    padding: 18px !important;
    box-shadow: 0 26px 70px rgba(9, 28, 56, .16) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .22s ease;
    z-index: 9999;
}

.dp-mega-menu-sm {
    width: 360px;
}

.dp-mega-menu-lg {
    width: 740px;
}

.dp-mega-item:hover .dp-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: calc(100% + 10px) !important;
}

.dp-mega-menu-title {
    font-size: 14px;
    font-weight: 900;
    color: #10233f;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: .4px;
}

.dp-mega-grid {
    display: grid;
    gap: 14px;
}

.dp-mega-grid.one-col {
    grid-template-columns: 1fr;
}

.dp-mega-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dp-mega-card-link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 118px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid #e4edf6;
    text-decoration: none !important;
    transition: all .22s ease;
}

.dp-mega-card-link:hover {
    transform: translateY(-3px);
    border-color: rgba(12,163,181,.25);
    background: #f3fbfd;
    box-shadow: 0 14px 30px rgba(12,163,181,.08);
}

.dp-mega-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(83,215,223,.12), rgba(12,163,181,.18));
    color: #4f46e5;
    font-size: 20px;
}

.dp-mega-card-content {
    flex: 1;
}

.dp-mega-card-title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
}

.dp-mega-card-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #66758a;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 69px;
}

/* =========================
   FINAL HOME ECOSYSTEM GRID
   ========================= */

.dp-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.dp-ecosystem-mini-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    height: 100%;
    padding: 26px 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    border: 1px solid #e4edf6;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(15, 35, 55, .06);
    overflow: hidden;
    transition: all .3s ease;
}

.dp-ecosystem-mini-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 44px rgba(15, 35, 55, .12);
}

.dp-ecosystem-flow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dp-ecosystem-flow::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -55%;
    width: 90%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(229,36,33,.0), rgba(229,36,33,.95), transparent);
    filter: blur(.2px);
    animation: dpRedFlowTop 3.8s linear infinite;
}

.dp-ecosystem-flow::after {
    content: "";
    position: absolute;
    bottom: 22px;
    right: -55%;
    width: 90%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(229,36,33,.0), rgba(229,36,33,.95), transparent);
    animation: dpRedFlowBottom 4.2s linear infinite;
}

@keyframes dpRedFlowTop {
    0% { left: -55%; opacity: 0; }
    15% { opacity: 1; }
    100% { left: 105%; opacity: 0; }
}

@keyframes dpRedFlowBottom {
    0% { right: -55%; opacity: 0; }
    15% { opacity: 1; }
    100% { right: 105%; opacity: 0; }
}

.dp-ecosystem-mini-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(83,215,223,.12), rgba(12,163,181,.16));
    color: #4f46e5;
    font-size: 24px;
    margin-bottom: 20px;
}

.dp-ecosystem-mini-card h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 14px;
    min-height: 48px;
}

.dp-ecosystem-mini-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #66758a;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 105px;
}

@media (max-width: 1399px) {
    .dp-ecosystem-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .dp-mega-menu-lg {
        width: 640px;
    }

    .dp-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .dp-mega-menu,
    .dp-mega-menu-sm,
    .dp-mega-menu-lg {
        position: static !important;
        width: 100% !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        display: none;
        margin-top: 10px;
        box-shadow: none !important;
    }

    .dp-mega-item:hover .dp-mega-menu {
        display: block;
    }

    .dp-mega-grid.two-col {
        grid-template-columns: 1fr;
    }

    .dp-ecosystem-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   FINAL HOME ECOSYSTEM CARD FIX
   ========================= */

.dp-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.dp-ecosystem-mini-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 190px;
    padding: 20px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    border: 1px solid #e4edf6;
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(15, 35, 55, .06);
    overflow: hidden;
    transition: all .28s ease;
}

.dp-ecosystem-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 35, 55, .12);
}

.dp-ecosystem-mini-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(83,215,223,.14), rgba(12,163,181,.14));
    color: #4f46e5;
    font-size: 20px;
    margin-bottom: 14px;
}

.dp-ecosystem-mini-card h4 {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 10px;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dp-ecosystem-mini-card p {
    font-size: 14px;
    line-height: 1.55;
    color: #66758a;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
    max-height: 44px;
}

/* Kart içindeki kırmızı diyagonal geçişi kaldır */
.dp-ecosystem-mini-card::before,
.dp-ecosystem-mini-card::after {
    display: none !important;
    content: none !important;
}

/* Sadece üst ve alt akış çizgileri kalsın */
.dp-ecosystem-flow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dp-ecosystem-flow::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -60%;
    width: 80%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(229, 36, 33, 0),
        rgba(229, 36, 33, 0.95),
        transparent
    );
    animation: dpEcoTopFlow 3.4s linear infinite;
}

.dp-ecosystem-flow::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: -60%;
    width: 80%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(229, 36, 33, 0),
        rgba(229, 36, 33, 0.95),
        transparent
    );
    animation: dpEcoBottomFlow 3.8s linear infinite;
}

@keyframes dpEcoTopFlow {
    0% {
        left: -60%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes dpEcoBottomFlow {
    0% {
        right: -60%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        right: 110%;
        opacity: 0;
    }
}

@media (max-width: 1399px) {
    .dp-ecosystem-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .dp-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Ana menü tek satır */
.dp-main-nav > .nav-item > .nav-link {
    white-space: nowrap !important;
    line-height: 1.1 !important;
}

/* Home ekosistem kart son düzeltme */
.dp-ecosystem-mini-card {
    min-height: 205px !important;
    padding: 22px 18px !important;
}

.dp-ecosystem-mini-icon {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, rgba(83,215,223,.16), rgba(12,163,181,.16)) !important;
    margin-bottom: 16px !important;
}

.dp-ecosystem-mini-icon i {
    display: inline-block !important;
    font-size: 24px !important;
    line-height: 1 !important;
    color: #4f46e5 !important;
    font-family: "Font Awesome 6 Free","Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.dp-ecosystem-mini-card h4 {
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
    min-height: 46px !important;
}

.dp-ecosystem-mini-card p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #6b7280 !important;
    min-height: 48px !important;
    max-height: 48px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.dp-hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a2e6d 0%, #071f55 100%);
}

.dp-hero-media-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.dp-hero-bg-video,
.dp-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .28;
}

.dp-hero-media-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4,22,62,.52) 0%, rgba(4,22,62,.78) 100%);
}

.dp-hero-content {
    position: relative;
    z-index: 2;
}

/* HERO BACKGROUND FINAL FIX */

.dp-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    background: linear-gradient(135deg, #0a2e6d 0%, #071f55 100%);
}

.dp-hero-media-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.dp-hero-bg-video,
.dp-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .62 !important;
    transform: scale(1.02);
}

.dp-circuit-layer {
    z-index: 2 !important;
}

.dp-hero-content {
    position: relative;
    z-index: 3 !important;
}

.dp-hero-bg-media,
.dp-hero-bg-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .dp-hero-section {
        min-height: 700px;
    }

    .dp-hero-bg-video,
    .dp-hero-bg-image {
        opacity: .75 !important;
    }
}

/* HERO FULL HEIGHT FIX */

.dp-hero-full {
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
}

/* içerik yukarıda, kartlar aşağıda */
.dp-hero-content {
    position: relative;
    z-index: 3;
}

/* kartları aşağıya bastır */
.dp-ecosystem-grid.hero-inside {
    margin-top: 80px;
}

/* kartların altına kadar hero uzasın */
.dp-hero-full {
    padding-bottom: 220px;
}

/* mobil fix */
@media (max-width: 991px) {
    .dp-hero-full {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .dp-ecosystem-grid.hero-inside {
        margin-top: 40px;
    }
}



/* FINAL HERO CARD POSITION FIX */

.dp-hero-full {
    position: relative !important;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
    background: #041b56;
}

.dp-hero-media-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    overflow: hidden;
}

.dp-hero-bg-video,
.dp-hero-bg-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    opacity: .88 !important;
    transform: scale(1.02);
}

.dp-circuit-layer {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    pointer-events: none;
}

.dp-hero-content {
    position: relative !important;
    z-index: 20 !important;
}

.dp-hero-badge,
.dp-hero-title,
.dp-hero-title-white,
.dp-hero-title-accent,
.dp-hero-text,
.dp-btn-main {
    position: relative !important;
    z-index: 21 !important;
}

.dp-hero-cards-wrap {
    position: relative !important;
    z-index: 22 !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    margin-top: 90px !important;
}

.dp-ecosystem-grid.hero-inside {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 70% !important;
    align-items: stretch !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card {
    position: relative !important;
    z-index: 23 !important;
    background: rgba(255,255,255,.95) !important;
    border: 1px solid rgba(226,234,244,.95) !important;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .16) !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover {
    background: rgba(255,255,255,.98) !important;
    transform: translateY(-8px);
}

@media (max-width: 1399px) {
    .dp-ecosystem-grid.hero-inside {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .dp-hero-full {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .dp-hero-cards-wrap {
        margin-top: 50px !important;
    }

    .dp-ecosystem-grid.hero-inside {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}



/* FINAL HERO ECOSYSTEM CARD MODERN STYLE */

.dp-hero-cards-wrap .dp-ecosystem-mini-card {
    position: relative !important;
    z-index: 23 !important;
    background: rgba(255, 255, 255, .16) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .12) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card h4,
.dp-hero-cards-wrap .dp-ecosystem-mini-card p {
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card h4 {
    color: #ffffff !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card p {
    color: rgba(255, 255, 255, .82) !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-icon {
    background: rgba(255, 255, 255, .14) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-icon i,
.dp-hero-cards-wrap .dp-ecosystem-mini-icon i::before {
    color: #e52421 !important;
    transition: all .28s ease !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover {
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid rgba(226, 234, 244, .96) !important;
    box-shadow: 0 22px 52px rgba(8, 19, 48, .18) !important;
    transform: translateY(-8px);
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover h4 {
    color: #0b1f4d !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover p {
    color: #29406f !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon {
    background: rgba(42, 224, 216, .12) !important;
    border-color: rgba(42, 224, 216, .28) !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon i,
.dp-hero-cards-wrap .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon i::before {
    color: #2ae0d8 !important;
}

.dp-hero-cards-wrap .dp-ecosystem-mini-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0));
    pointer-events: none;
}

/* INNER PAGE DETAIL */

.dp-inner-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #041b56;
}

.dp-inner-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.dp-inner-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
}

.dp-inner-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3,16,48,.82) 0%, rgba(3,16,48,.54) 40%, rgba(3,16,48,.72) 100%),
        linear-gradient(180deg, rgba(3,16,48,.16) 0%, rgba(3,16,48,.30) 100%);
}

.dp-inner-hero-content {
    position: relative;
    z-index: 3;
    padding: 120px 0 70px;
    max-width: 760px;
}

.dp-inner-badge {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    color: #7cecf3;
    font-weight: 700;
    margin-bottom: 18px;
}

.dp-inner-hero-content h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 18px;
}

.dp-inner-hero-content p {
    color: rgba(255,255,255,.88);
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
}

.dp-inner-content-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.dp-inner-content-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .08);
}

.dp-inner-content-card img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.dp-inner-content-card h1,
.dp-inner-content-card h2,
.dp-inner-content-card h3,
.dp-inner-content-card h4 {
    color: #0b1f4d;
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: 16px;
}

.dp-inner-content-card p,
.dp-inner-content-card li {
    color: #49607f;
    font-size: 17px;
    line-height: 1.85;
}

.dp-inner-side-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(8, 19, 48, .06);
}

.dp-inner-side-card h4 {
    color: #0b1f4d;
    font-weight: 800;
    margin-bottom: 18px;
}

.dp-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dp-side-list li {
    padding: 10px 0;
    border-bottom: 1px solid #edf2f8;
    color: #49607f;
}

.dp-side-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    text-decoration: none;
    background: #0b1f4d;
    color: #fff;
    font-weight: 700;
    transition: all .25s ease;
}

.dp-side-btn:hover {
    background: #15d7df;
    color: #08214c;
}

@media (max-width: 991px) {
    .dp-inner-hero-content h1 {
        font-size: 40px;
    }

    .dp-inner-hero-content p {
        font-size: 17px;
    }

    .dp-inner-content-card {
        padding: 24px;
    }
}

/* DETAIL PAGE V2 */

.dp-inner-hero-v2 {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #041b56;
}

.dp-inner-hero-v2-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.dp-inner-hero-v2-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .22;
}

.dp-inner-hero-v2-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3,16,48,.88) 0%, rgba(3,16,48,.72) 45%, rgba(3,16,48,.82) 100%),
        linear-gradient(180deg, rgba(3,16,48,.10) 0%, rgba(3,16,48,.22) 100%);
}

.dp-inner-hero-v2-content {
    position: relative;
    z-index: 3;
    padding: 90px 0 10px;
    max-width: 1480px;
}

.dp-inner-hero-v2-content h1 {
    color: #fff;
    font-size: 35px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 22px;
}

.dp-inner-hero-v2-content p {
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    max-width: 1480px;
}

.dp-inner-hero-red-flow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    z-index: 4;
    overflow: hidden;
}

.dp-inner-hero-red-flow::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ff2b2b, transparent);
    animation: dpInnerRedFlow 3s linear infinite;
}

@keyframes dpInnerRedFlow {
    0% { left: -30%; }
    100% { left: 100%; }
}

.dp-inner-layout-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.dp-inner-side-card {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-side-card h4 {
    color: #0b1f4d;
    font-weight: 900;
    margin-bottom: 18px;
    font-size: 22px;
}

.dp-side-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dp-side-info-list li {
    padding: 14px 0;
    border-bottom: 1px solid #edf2f8;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dp-side-info-list li:last-child {
    border-bottom: 0;
}

.dp-side-info-list span {
    color: #6b7c93;
    font-size: 14px;
}

.dp-side-info-list strong {
    color: #0b1f4d;
    font-size: 17px;
}

.dp-side-link-list {
    display: grid;
    gap: 12px;
}

.dp-side-link-list a {
    min-height: 50px;
    border-radius: 14px;
    background: #0b1f4d;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.dp-side-link-list a:hover {
    background: #13d6df;
    color: #08214c;
}

.dp-side-subpages {
    display: grid;
    gap: 12px;
}

.dp-side-subpages a {
    min-height: 54px;
    padding: 0 18px;
    border-radius: 16px;
    background: #112a5c;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: all .28s ease;
    position: relative;
    overflow: hidden;
}

.dp-side-subpages a:hover {
    background: #15367a;
}

.dp-side-subpages a.active {
    background: linear-gradient(90deg, #c51010 0%, #ff2b2b 50%, #ff5f5f 100%);
    color: #fff;
    box-shadow: 0 14px 34px rgba(197,16,16,.28);
}

.dp-side-subpages a.active::after {
    content: "";
    position: absolute;
    left: -35%;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
    animation: dpSideActiveFlow 2.8s linear infinite;
}

@keyframes dpSideActiveFlow {
    0% { left: -35%; }
    100% { left: 100%; }
}

.dp-inner-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dp-inner-cover-media {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-cover-media img,
.dp-inner-cover-media video,
.dp-inner-cover-media iframe {
    width: 100%;
    display: block;
    border: 0;
}

.dp-inner-content-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-content-card img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.dp-inner-content-card iframe,
.dp-inner-content-card video {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 18px;
}

.dp-inner-content-card h1,
.dp-inner-content-card h2,
.dp-inner-content-card h3,
.dp-inner-content-card h4 {
    color: #0b1f4d;
    font-weight: 900;
    margin-top: 28px;
    margin-bottom: 16px;
}

.dp-inner-content-card p,
.dp-inner-content-card li {
    color: #48607f;
    font-size: 18px;
    line-height: 1.85;
}

@media (max-width: 991px) {
    .dp-inner-hero-v2-content {
        padding: 120px 0 80px;
    }

    .dp-inner-hero-v2-content h1 {
        font-size: 42px;
    }

    .dp-inner-hero-v2-content p {
        font-size: 18px;
    }

    .dp-inner-content-card {
        padding: 24px;
    }
}

/* NEWS */

.dp-news-card {
    display: block;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    transition: all .28s ease;
    height: 100%;
}

.dp-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(8, 19, 48, .10);
}

.dp-news-card-image {
    height: 240px;
    overflow: hidden;
}

.dp-news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-news-card-body {
    padding: 24px;
}

.dp-news-date {
    display: inline-block;
    margin-bottom: 12px;
    color: #14d6df;
    font-weight: 800;
    font-size: 14px;
}

.dp-news-card-body h3 {
    color: #0b1f4d;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 12px;
}

.dp-news-card-body p {
    color: #5d6f86;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* BASIN */

.dp-basin-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
}

.dp-basin-category-tabs a {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #0b1f4d;
    background: #ffffff;
    border: 1px solid #e6edf5;
    transition: all .25s ease;
}

.dp-basin-category-tabs a.active,
.dp-basin-category-tabs a:hover {
    background: #0b1f4d;
    color: #fff;
}

.dp-basin-detail-hero {
    padding-top: 130px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #041b56 0%, #062567 100%);
    position: relative;
    overflow: hidden;
}

.dp-basin-detail-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 320px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2ae0d8, transparent);
    animation: dpFlowTurquoise 4s linear infinite;
}

.dp-basin-detail-hero::after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 10%;
    width: 260px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff2b2b, transparent);
    animation: dpFlowRed 3.6s linear infinite;
}

@keyframes dpFlowTurquoise {
    0% { transform: translateX(-80px); opacity: 0; }
    20% { opacity: 1; }
    100% { transform: translateX(160px); opacity: 0; }
}

@keyframes dpFlowRed {
    0% { transform: translateX(80px); opacity: 0; }
    20% { opacity: 1; }
    100% { transform: translateX(-160px); opacity: 0; }
}

.dp-basin-detail-media {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.dp-basin-detail-media img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.dp-basin-detail-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,16,48,.08) 0%, rgba(3,16,48,.16) 100%);
}

.dp-basin-detail-head h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 16px;
}

.dp-basin-detail-head p {
    color: rgba(255,255,255,.88);
    font-size: 20px;
    line-height: 1.75;
    max-width: 1100px;
    margin: 0;
}

.dp-side-archive-list {
    display: grid;
    gap: 12px;
}

.dp-archive-item {
    min-height: 52px;
    padding: 0 16px;
    border-radius: 14px;
    background: #f4f8fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0b1f4d;
    font-weight: 700;
}

.dp-related-section h3 {
    color: #0b1f4d;
    font-size: 30px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .dp-basin-detail-head h1 {
        font-size: 36px;
    }

    .dp-basin-detail-head p {
        font-size: 17px;
    }

    .dp-basin-detail-media img {
        height: 320px;
    }
}

/* BASIN DETAIL INNER PAGE STYLE */

.dp-basin-head-compact h1 {
    font-size: 44px !important;
    line-height: 1.08;
    margin-bottom: 16px;
}

.dp-basin-head-compact p {
    font-size: 19px !important;
    line-height: 1.75;
    max-width: 1100px;
}

.dp-inner-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dp-inner-cover-media {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-inner-cover-media img,
.dp-inner-cover-media video,
.dp-inner-cover-media iframe {
    width: 100%;
    display: block;
    border: 0;
    max-height: 520px;
    object-fit: cover;
}

.dp-related-section h3 {
    color: #0b1f4d;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .dp-basin-head-compact h1 {
        font-size: 34px !important;
    }

    .dp-basin-head-compact p {
        font-size: 17px !important;
    }

    .dp-inner-cover-media img,
    .dp-inner-cover-media video,
    .dp-inner-cover-media iframe {
        max-height: 320px;
    }
}


/* BASIN DETAIL COVER + LATEST SIDEBAR FIX */

.dp-inner-cover-media {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    padding: 0 !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
}

.dp-inner-cover-media img {
    width: 100% !important;
    height: auto !important;
    max-height: 760px !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block !important;
    background: #f8fbff;
}

/* Son eklenenler yeni yapı */

.dp-latest-news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dp-latest-news-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(25, 214, 223, .14);
    overflow: hidden;
}

.dp-latest-news-item:last-child {
    border-bottom: 0;
}

.dp-latest-news-thumb {
    width: 84px;
    min-width: 84px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden;
    background: #eef4fb;
    border: 1px solid #e6edf5;
}

.dp-latest-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-latest-news-content {
    flex: 1;
    min-width: 0;
}

.dp-latest-news-date {
    display: inline-block;
    color: #18d8df;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.dp-latest-news-content h5 {
    color: #0b1f4d;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    transition: color .25s ease;
}

.dp-latest-news-item:hover .dp-latest-news-content h5 {
    color: #163a7c;
}

/* Turkuaz akan çizgi */

.dp-latest-news-flow {
    position: absolute;
    left: -30%;
    right: auto;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #18d8df, transparent);
    opacity: .9;
    animation: dpLatestFlow 3.4s linear infinite;
}

@keyframes dpLatestFlow {
    0% {
        left: -30%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

/* Arşiv de biraz daha uyumlu olsun */

.dp-side-archive-list {
    display: grid;
    gap: 12px;
}

.dp-archive-item {
    min-height: 54px;
    padding: 0 16px;
    border-radius: 14px;
    background: #f7fbff;
    border: 1px solid #e6edf5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0b1f4d;
    font-weight: 800;
    position: relative;
    overflow: hidden;
}

.dp-archive-item::after {
    content: "";
    position: absolute;
    left: -35%;
    bottom: 0;
    width: 35%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #18d8df, transparent);
    animation: dpLatestFlow 3.6s linear infinite;
}

@media (max-width: 991px) {
    .dp-inner-cover-media img {
        max-height: 520px !important;
    }

    .dp-latest-news-thumb {
        width: 76px;
        min-width: 76px;
        height: 58px;
    }

    .dp-latest-news-content h5 {
        font-size: 15px;
    }
}

/* COMPANIES */

.dp-company-card {
    display: block;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    transition: all .28s ease;
    height: 100%;
}

.dp-company-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(8, 19, 48, .10);
}

.dp-company-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.dp-company-logo-wrap {
    width: 84px;
    height: 84px;
    border-radius: 18px;
    border: 1px solid #e6edf5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dp-company-logo-wrap img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.dp-company-sector {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(20,214,223,.10);
    color: #0b1f4d;
    font-weight: 800;
    font-size: 13px;
}

.dp-company-card-body h3 {
    color: #0b1f4d;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 12px;
}

.dp-company-card-body p {
    color: #5d6f86;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.dp-company-detail-logo-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.dp-company-detail-logo-card img {
    max-width: 280px;
    max-height: 140px;
    object-fit: contain;
}

/* COMPANY CATEGORY */

.dp-firma-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}

.dp-firma-category-tabs a {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e6edf5;
    color: #0b1f4d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    transition: all .28s ease;
}

.dp-firma-category-tabs a span {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(20,214,223,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b1f4d;
    font-size: 13px;
}

.dp-firma-category-tabs a.active,
.dp-firma-category-tabs a:hover {
    background: #0b1f4d;
    color: #fff;
}

.dp-company-category-side {
    display: grid;
    gap: 14px;
}

.dp-company-category-side a {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 16px;
    background: #112a5c;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    transition: all .28s ease;
}

.dp-company-category-side a strong {
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.dp-company-category-side a.active {
    background: linear-gradient(90deg, #c51010 0%, #ff2b2b 50%, #ff5f5f 100%);
    box-shadow: 0 14px 34px rgba(197,16,16,.28);
}

.dp-company-category-side a.active::after {
    content: "";
    position: absolute;
    left: -35%;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
    animation: dpSideActiveFlow 2.8s linear infinite;
}

.dp-company-detail-main {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dp-company-detail-info-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 44px rgba(8, 19, 48, .06);
}

.dp-company-detail-info-card h3 {
    color: #22cfd8;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 26px;
}

.dp-company-info-grid {
    display: grid;
    gap: 0;
}

.dp-company-info-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #edf2f8;
}

.dp-company-info-row:last-child {
    border-bottom: 0;
}

.dp-company-info-row span {
    color: #48607f;
    font-weight: 800;
}

.dp-company-info-row strong,
.dp-company-info-row strong a {
    color: #48607f;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .dp-company-info-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .dp-company-detail-info-card h3 {
        font-size: 30px;
    }
}

/* COMPANY SUMMARY SHORT TEXT */

.dp-company-card-body p {
    color: #5d6f86;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    min-height: 28px;
}

/* =========================
   LOGO VISIBILITY + LIGHTER NAVY REVISION
   ========================= */

/* Genel koyu zeminleri bir tık aç */
.dp-hero-full,
.dp-hero-section,
.dp-inner-hero-v2,
.dp-basin-detail-hero,
.footer-area,
footer,
.dp-footer,
.site-footer {
    background-color: #08245f !important;
}

/* Logo alanına hafif görünürlük desteği */
.navbar-brand,
.site-logo,
.logo,
.header-logo {
    position: relative;
    z-index: 5;
    padding: 6px 10px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

/* Logo görseli daha net */
.navbar-brand img,
.site-logo img,
.logo img {
    filter:
        brightness(1.15)
        contrast(1.1)
        drop-shadow(0 0 8px rgba(95, 230, 235, 0.35))
        drop-shadow(0 0 16px rgba(95, 230, 235, 0.15));
}

/* Hero background biraz daha görünür */
.dp-hero-bg-video,
.dp-hero-bg-image {
    opacity: .94 !important;
}


/* İç sayfa hero overlay de hafiflesin */
.dp-inner-hero-v2-overlay {
    background:
        linear-gradient(90deg, rgba(4,22,62,.72) 0%, rgba(4,22,62,.46) 45%, rgba(4,22,62,.58) 100%),
        linear-gradient(180deg, rgba(4,22,62,.08) 0%, rgba(4,22,62,.16) 100%) !important;
}

/* Basın detail hero da biraz daha açık */
.dp-basin-detail-hero::before,
.dp-basin-detail-hero::after {
    opacity: .95;
}

/* Menü yazıları net ama boğuk değil */
.dp-main-nav > .nav-item > .nav-link,
.navbar .nav-link,
header .nav-link {
    color: rgba(255,255,255,.96) !important;
}

/* Hover turkuaz kalsın */
.dp-main-nav > .nav-item > .nav-link:hover,
.navbar .nav-link:hover,
header .nav-link:hover {
    color: #5fe6eb !important;
}

/* Hero badge daha okunur */
.dp-hero-badge,
.dp-inner-badge {
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    color: #8cf1f5 !important;
}

/* Footer iç çizgiler ve akışlar daha görünür */
.footer-area .divider,
.dp-footer .divider,
.site-footer .divider {
    border-color: rgba(95, 230, 235, .16) !important;
}

/* Footer yazıları biraz daha okunur */
.footer-area p,
.footer-area li,
.footer-area a,
.dp-footer p,
.dp-footer li,
.dp-footer a,
.site-footer p,
.site-footer li,
.site-footer a {
    color: rgba(255,255,255,.84) !important;
}

/* Footer başlıkları daha net */
.footer-area h4,
.footer-area h5,
.dp-footer h4,
.dp-footer h5,
.site-footer h4,
.site-footer h5 {
    color: #ffffff !important;
}

/* Kırmızı/turkuaz akışlar aynı kalsın ama biraz daha zarif olsun */
.dp-circuit-line.h1,
.dp-circuit-line.h2,
.dp-circuit-line.h3,
.dp-circuit-line.v1,
.dp-circuit-line.v2,
.dp-circuit-line.v3 {
    opacity: .55;
}

/* Mobilde header daha da hafif olsun */
@media (max-width: 991px) {
    .header-area,
    .navbar-area,
    .dp-navbar-wrap,
    .dp-header-wrap,
    header .navbar,
    .dp-mega-header,
    .dp-nav-shell {
        background: rgba(8, 36, 95, 0.82) !important;
    }

    .navbar-brand,
    .site-logo,
    .logo,
    .header-logo {
        background: rgba(255,255,255,.06);
    }
}

.navbar-brand {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 6px 12px;
}
/* =========================================================
   FINAL LOGO VISIBILITY + SOFT PREMIUM NAVY OVERRIDE
   ========================================================= */

:root {
    --dp-navy-soft: #0a2e6d;
    --dp-navy-soft-2: #0c3c8f;
    --dp-navy-deep: #071f55;
    --dp-turquoise-soft: #5fe6eb;
    --dp-red-soft: #ff3b3b;
}

/* Premium görünümü bozmadan koyu alanları biraz yumuşat */
.dp-hero-full,
.dp-hero-section,
.dp-inner-hero-v2,
.dp-basin-detail-hero,
.dp-footer,
.site-footer,
.footer-area {
    background-color: var(--dp-navy-soft) !important;
    height: 80% !important;
}

/* Logo alanı ve logo görünürlüğü */
.dp-brand,
.navbar-brand.dp-brand,
.navbar-brand,
.site-logo,
.logo,
.header-logo {
    position: relative;
    z-index: 6;
    padding: 6px 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,255,255,.45), rgba(255,255,255)) !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

.dp-brand img,
.navbar-brand.dp-brand img,
.navbar-brand img,
.site-logo img,
.logo img,
.header-logo img {
    filter: brightness(1.16) contrast(1.08)
            drop-shadow(0 0 8px rgba(95, 230, 235, 0.34))
            drop-shadow(0 0 16px rgba(95, 230, 235, 0.14));
}

/* Hero media biraz daha görünür olsun */
.dp-hero-bg-media img,
.dp-hero-bg-media video,
.dp-hero-bg-video,
.dp-hero-bg-image {
    opacity: .96 !important;
}

/* Overlay çok karartmasın ama premium kalsın */
.dp-hero-overlay {
    background:
        linear-gradient(90deg, #0ca3b58a 0%, rgb(88 102 126 / 34%) 44%, #dc354566 100%),
        linear-gradient(180deg, #081b4b 0%, rgba(7, 31, 85, .16) 100%) !important;
}

.dp-inner-hero-v2-overlay {
    background:
        linear-gradient(90deg, #0ca3b58a 0%, rgb(88 102 126 / 34%) 44%, #dc354566 100%),
        linear-gradient(180deg, #081b4b 0%, rgba(7, 31, 85, .16) 100%) !important;
}

/* Menü linkleri daha net */
.dp-main-nav > .nav-item > .nav-link,
.navbar .nav-link,
header .nav-link {
    color: rgba(255,255,255,.97) !important;
}

.dp-main-nav > .nav-item > .nav-link:hover,
.navbar .nav-link:hover,
header .nav-link:hover {
    color: var(--dp-turquoise-soft) !important;
}

/* Badge ve küçük header elemanları */
.dp-hero-badge,
.dp-inner-badge {
    background: rgba(255,255,255,.13) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    color: #9cf5f7 !important;
}

.footer-area p,
.footer-area li,
.footer-area a,
.dp-footer p,
.dp-footer li,
.dp-footer a,
.site-footer p,
.site-footer li,
.site-footer a {
    color: rgba(255,255,255,.86) !important;
}

.footer-area h4,
.footer-area h5,
.dp-footer h4,
.dp-footer h5,
.site-footer h4,
.site-footer h5 {
    color: #fff !important;
}

/* Akış çizgileri biraz daha zarif */
.dp-circuit-line.h1,
.dp-circuit-line.h2,
.dp-circuit-line.h3,
.dp-circuit-line.v1,
.dp-circuit-line.v2,
.dp-circuit-line.v3 {
    opacity: .68 !important;
}

/* Mobilde de logoyu koru */
@media (max-width: 991px) {
    .dp-navbar,
    .dp-nav-shell,
    .dp-mega-header,
    .dp-header-wrap,
    .dp-navbar-wrap,
    header .navbar {
        background: linear-gradient(135deg, rgba(10,46,109,.82), rgba(7,31,85,.78)) !important;
    }

    .dp-brand,
    .navbar-brand.dp-brand,
    .navbar-brand,
    .site-logo,
    .logo,
    .header-logo {
        background: rgba(255,255,255,.06) !important;
    }
}



/* LOGO AREA - THIN WHITE PREMIUM STYLE */

.navbar-brand,
.site-logo,
.logo,
.header-logo {
    position: relative;
    z-index: 5;
    padding: 4px 12px !important;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(248,252,255,.96) 55%, rgba(255,255,255,.98) 65%),
        linear-gradient(90deg, rgba(42,224,216,.08) 0%, rgba(255,59,59,.06) 100%) !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    box-shadow:
        0 10px 22px rgba(8, 22, 58, .10),
        inset 0 0 0 1px rgba(42,224,216,.05) !important;
    overflow: hidden;
}

/* ince geçişli parlama */
.navbar-brand::after,
.site-logo::after,
.logo::after,
.header-logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-18deg);
    animation: dpLogoShine 4.2s linear infinite;
    pointer-events: none;
}

@keyframes dpLogoShine {
    0% {
        left: -30%;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}

/* logo görseli */
.navbar-brand img,
.site-logo img,
.logo img,
.header-logo img {
    max-height: 44px !important;
    width: auto;
    filter:
        brightness(1.03)
        contrast(1.06)
        drop-shadow(0 2px 6px rgba(255,255,255,.08));
}

/* mobil */
@media (max-width: 991px) {
    .navbar-brand,
    .site-logo,
    .logo,
    .header-logo {
        min-height: 50px;
        padding: 6px 12px !important;
    }

    .navbar-brand img,
    .site-logo img,
    .logo img,
    .header-logo img {
        max-height: 34px !important;
    }
}


/* Logo daha net */
.navbar-brand img,
.site-logo img,
.logo img,
.header-logo img {
    filter:
        brightness(1.02)
    contrast(1.05)
    drop-shadow(0 1px 4px rgba(255,255,255,.06));
}

/* Menü alanı biraz daha rahat */
.dp-main-nav,
.navbar-nav {
    gap: 10px;
}

/* Menü linkleri */
.dp-main-nav > .nav-item > .nav-link,
.navbar .nav-link,
header .nav-link {
    color: rgba(255,255,255,.96) !important;
    font-weight: 700 !important;
    letter-spacing: .02em;
}

/* Hover */
.dp-main-nav > .nav-item > .nav-link:hover,
.navbar .nav-link:hover,
header .nav-link:hover {
    color: #79edf1 !important;
}

/* Argeportal butonu */
.dp-btn-main.outline,
.header-area .btn-outline,
.navbar .btn-outline,
a[href*="argeportal"],
.dp-argeportal-btn {
    border-radius: 999px !important;
    border: 1px solid rgba(95, 230, 235, .55) !important;
    background: rgb(255 255 255 / 10%) !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

/* Başvuru Yap butonu gradient + geçiş */
.dp-btn-main.primary,
.header-area .btn-primary,
.navbar .btn-primary,
a[href*="basvuru"],
.dp-apply-btn {
    position: relative;
    overflow: hidden;
    border-radius: 999px !important;
    border: 0 !important;
    color: #ffffff !important;
    background: linear-gradient(90deg, #2ae0d8 0%, #18cfe0 48%, #44e9f0 100%) !important;
    box-shadow:
        0 10px 24px rgba(42, 224, 216, .24),
        inset 0 0 0 1px rgba(255,255,255,.10);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

/* Başvuru Yap hover */
.dp-btn-main.primary:hover,
.header-area .btn-primary:hover,
.navbar .btn-primary:hover,
a[href*="basvuru"]:hover,
.dp-apply-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow:
        0 14px 28px rgba(42, 224, 216, .30),
        0 0 18px rgba(42, 224, 216, .18);
}

/* Başvuru Yap üstünden geçen parlama efekti */
.dp-btn-main.primary::after,
.header-area .btn-primary::after,
.navbar .btn-primary::after,
a[href*="basvuru"]::after,
.dp-apply-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-20deg);
    animation: dpApplyShine 3.2s linear infinite;
}

@keyframes dpApplyShine {
    0% {
        left: -35%;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}

/* Sağdaki dil/search kapsülü biraz daha yuvarlak */
.dp-header-actions,
.header-right,
.navbar-right,
.dp-nav-actions {
    border-radius: 999px !important;
}

/* Search butonu */
.dp-search-btn,
.header-search,
.navbar .search-btn {
    border-radius: 999px !important;
}

/* Mobilde fazla taşmasın */
@media (max-width: 991px) {
    .dp-nav-shell,
    .dp-mega-header,
    .dp-header-wrap,
    .header-area .navbar,
    .navbar-area,
    header .navbar {
        border-radius: 24px !important;
        padding: 10px 12px !important;
    }

    .navbar-brand,
    .site-logo,
    .logo,
    .header-logo {
        border-radius: 20px !important;
        padding: 8px 12px !important;
    }
}

/* HOME NEWS SHOWCASE */

.dp-home-news-showcase {
    padding: 90px 0 100px;
    background: #f5f7fb;
}

.dp-home-news-head {
    margin-bottom: 42px;
}

.dp-home-news-title {
    color: #0b1f4d;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 900;
    margin: 0;
    letter-spacing: -0.02em;
}

.dp-home-news-head-right {
    padding-top: 6px;
}

.dp-home-news-head-right p {
    color: #6a7892;
    font-size: 21px;
    line-height: 1.75;
    margin: 0 0 18px;
    max-width: 520px;
}

.dp-home-news-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0b1f4d;
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    border-bottom: 2px solid #0b1f4d;
    padding-bottom: 4px;
    transition: all .25s ease;
}

.dp-home-news-link:hover {
    color: #14d6df;
    border-color: #14d6df;
}

.dp-home-news-slider {
    overflow: visible;
    padding-bottom: 56px;
}

.dp-home-news-slider .swiper-slide {
    height: auto;
}

.dp-home-news-slider .dp-home-news-item {
    height: 100%;
}

.dp-home-news-item {
    display: block;
    text-decoration: none;
    transition: transform .28s ease;
}

.dp-home-news-item:hover {
    transform: translateY(-8px);
}

.dp-home-news-image {
    height: 335px;
    border-radius: 0;
    overflow: hidden;
    background: #e9eef5;
    margin-bottom: 18px;
}

.dp-home-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-home-news-content {
    padding-top: 2px;
    border-top: 1px solid #d9e0ea;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dp-home-news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

.dp-home-news-date {
    color: #14d6df;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
}

.dp-home-news-arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1.5px solid #1d2940;
    color: #1d2940;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    transition: all .25s ease;
}

.dp-home-news-item:hover .dp-home-news-arrow {
    border-color: #14d6df;
    color: #14d6df;
    transform: rotate(12deg);
}

.dp-home-news-content h3 {
    color: #0b1f4d;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 800;
    margin: 0;
    max-width: 95%;
}

@media (max-width: 1399px) {
    .dp-home-news-title {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .dp-home-news-showcase {
        padding: 70px 0 80px;
    }

    .dp-home-news-title {
        font-size: 42px;
    }

    .dp-home-news-head-right p {
        font-size: 18px;
    }

    .dp-home-news-link {
        font-size: 22px;
    }

    .dp-home-news-image {
        height: 280px;
    }
}

@media (max-width: 767px) {

    .dp-home-news-title {
        font-size: 34px;
    }

    .dp-home-news-image {
        height: 240px;
    }

    .dp-home-news-content h3 {
        font-size: 20px;
    }
}


/* HOME NEWS SLIDER PAGINATION */

.dp-home-news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
}

.dp-home-news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(11, 31, 77, .22);
    opacity: 1;
    border-radius: 999px;
    transition: all .25s ease;
}

.dp-home-news-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: linear-gradient(90deg, #2ae0d8 0%, #18cfe0 100%);
}

/* =========================================================
   HOME - FİRMA SEKTÖR KARTLARI
   6'lı / 4'lü / tablet 2'li / mobil 2'li
   ========================================================= */

.dp-sector-cards-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
    overflow: hidden;
}

.dp-sector-cards-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34, 197, 214, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 214, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .35;
    pointer-events: none;
}

.dp-sector-compact-card {
    position: relative;
    display: block;
    min-height: 170px;
    height: 100%;
    padding: 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(38, 173, 191, 0.14);
    box-shadow: 0 12px 28px rgba(8, 18, 47, 0.06);
    text-decoration: none;
    overflow: hidden;
    transition: all .35s ease;
    backdrop-filter: blur(8px);
}

.dp-sector-compact-card:hover {
    transform: translateY(-7px);
    border-color: rgba(34, 220, 235, 0.42);
    box-shadow: 0 18px 34px rgba(8, 18, 47, 0.12);
    text-decoration: none;
}

.dp-sector-compact-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dp-sector-compact-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(180deg, #edf7fa 0%, #dfeef3 100%);
    color: #11a9bc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .35s ease;
    box-shadow: inset 0 0 0 1px rgba(17, 169, 188, 0.08);
}

.dp-sector-compact-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(17, 169, 188, 0.28);
    color: #11a9bc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: rgba(255,255,255,0.7);
    transition: all .35s ease;
}

.dp-sector-compact-body {
    position: relative;
    z-index: 2;
}

.dp-sector-compact-body h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    color: #08122f;
    margin-bottom: 8px;
    min-height: 48px;
}

.dp-sector-compact-body span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #5f6c80;
}

.dp-sector-compact-glow {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(39, 225, 239, 0.34) 0%, rgba(39, 225, 239, 0) 72%);
    opacity: 0;
    transition: all .35s ease;
}

.dp-sector-compact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(22, 197, 213, 0.00) 0%,
        rgba(22, 197, 213, 0.00) 58%,
        rgba(22, 197, 213, 0.14) 100%);
    opacity: 0;
    transition: opacity .35s ease;
}

.dp-sector-compact-card:hover::before,
.dp-sector-compact-card:hover .dp-sector-compact-glow {
    opacity: 1;
}

.dp-sector-compact-card:hover .dp-sector-compact-icon {
    background: linear-gradient(135deg, #18d8e5 0%, #8ff8ff 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(24, 216, 229, 0.28);
}

.dp-sector-compact-card:hover .dp-sector-compact-arrow {
    background: linear-gradient(135deg, #18d8e5 0%, #61edf7 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(24, 216, 229, 0.24);
}

@media (max-width: 1399.98px) {
    .dp-sector-compact-body h4 {
        font-size: 17px;
    }
}

@media (max-width: 1199.98px) {
    .dp-sector-cards-section {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {
    .dp-sector-compact-card {
        min-height: 160px;
        padding: 16px 14px;
    }

    .dp-sector-compact-body h4 {
        font-size: 17px;
        min-height: 44px;
    }
}

@media (max-width: 767.98px) {
    .dp-sector-cards-section {
        padding: 65px 0;
    }

    .dp-sector-compact-card {
        min-height: 150px;
        border-radius: 18px;
    }

    .dp-sector-compact-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 14px;
    }

    .dp-sector-compact-arrow {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .dp-sector-compact-body h4 {
        font-size: 16px;
        min-height: 42px;
    }

    .dp-sector-compact-body span {
        font-size: 13px;
    }
}

/* =========================================================
   DOCUMENT CARDS
   ========================================================= */

.dp-documents-section {
    padding: 10px 0 60px;
}

.dp-doc-group-head h3,
.dp-faq-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
}

.dp-doc-group-head p,
.dp-faq-head p {
    color: #667085;
    margin-bottom: 0;
}

.dp-doc-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(8, 27, 75, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(8, 27, 75, 0.05);
    transition: all .3s ease;
}

.dp-doc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(8, 27, 75, 0.10);
    border-color: rgba(24, 199, 214, 0.28);
}

.dp-doc-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e8fbfd 0%, #dff7f9 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.dp-doc-body h4 {
    font-size: 20px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 8px;
}

.dp-doc-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #18a6b5;
    margin-bottom: 10px;
}

.dp-doc-body p {
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.dp-doc-btn {
    background: #081b4b;
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    border: none;
}

.dp-doc-btn:hover {
    background: #18c7d6;
    color: #fff;
}

/* =========================================================
   FAQ ACCORDION
   ========================================================= */

.dp-faq-section {
    padding: 10px 0 60px;
}

.dp-faq-item {
    border: none;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 8px 24px rgba(8, 27, 75, 0.05);
}

.dp-faq-item .accordion-button {
    background: #fff;
    color: #081b4b;
    font-weight: 700;
    padding: 20px 24px;
    box-shadow: none;
}

.dp-faq-item .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(24,199,214,0.08) 0%, rgba(24,199,214,0.03) 100%);
    color: #081b4b;
}

.dp-faq-item .accordion-body {
    background: #fff;
    color: #5b6475;
    line-height: 1.8;
    padding: 0 24px 22px;
}

@media (max-width: 767.98px) {
    .dp-doc-group-head h3,
    .dp-faq-head h3 {
        font-size: 24px;
    }

    .dp-doc-card {
        border-radius: 20px;
        padding: 20px;
    }

    .dp-doc-body h4 {
        font-size: 18px;
    }
}

/* =========================================================
   HOME MINI SECTOR GRID
   ========================================================= */

.dp-sector-mini-section {
    padding: 70px 0 80px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.dp-sector-mini-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    min-height: 170px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(8, 27, 75, 0.06);
    border-radius: 22px;
    padding: 22px 16px;
    transition: all .3s ease;
    box-shadow: 0 10px 24px rgba(8, 27, 75, 0.04);
}

.dp-sector-mini-item:hover {
    transform: translateY(-4px);
    text-decoration: none;
    border-color: rgba(24, 199, 214, 0.30);
    box-shadow: 0 14px 30px rgba(8, 27, 75, 0.08);
}

.dp-sector-mini-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(24, 199, 214, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18c7d6;
    font-size: 22px;
    margin-bottom: 14px;
    transition: all .3s ease;
}

.dp-sector-mini-item:hover .dp-sector-mini-icon {
    background: rgba(24, 199, 214, 0.10);
    border-color: rgba(24, 199, 214, 0.45);
    box-shadow: 0 0 0 8px rgba(24, 199, 214, 0.06);
}

.dp-sector-mini-item h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #081b4b;
    margin: 0 0 8px;
    min-height: 44px;
}

.dp-sector-mini-item span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #667085;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f6fb;
}

@media (max-width: 767.98px) {
    .dp-sector-mini-section {
        padding: 55px 0 65px;
    }

    .dp-sector-mini-item {
        min-height: 150px;
        border-radius: 18px;
        padding: 18px 12px;
    }

    .dp-sector-mini-icon {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }

    .dp-sector-mini-item h4 {
        font-size: 14px;
        min-height: 40px;
    }

    .dp-sector-mini-item span {
        font-size: 12px;
        padding: 5px 8px;
    }
}

/* =========================================================
   BOARD MEMBERS
   ========================================================= */

.dp-board-section {
    padding: 10px 0 70px;
}

.dp-board-chairman-wrap {
    margin-bottom: 42px;
}

.dp-board-chairman-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(8, 27, 75, 0.08);
    border: 1px solid rgba(8, 27, 75, 0.06);
}

.dp-board-chairman-image,
.dp-board-member-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #f4f7fa;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-board-chairman-image img,
.dp-board-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dp-board-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #081b4b 0%, #18c7d6 100%);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.dp-board-chairman-body h3 {
    font-size: 34px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
}

.dp-board-role {
    font-size: 15px;
    font-weight: 700;
    color: #18a6b5;
    margin-bottom: 12px;
}

.dp-board-chairman-body p,
.dp-board-member-body p {
    color: #667085;
    line-height: 1.75;
    margin-bottom: 0;
}

.dp-board-member-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 10px 28px rgba(8, 27, 75, 0.05);
    transition: all .3s ease;
}

.dp-board-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(8, 27, 75, 0.10);
    border-color: rgba(24, 199, 214, 0.25);
}

.dp-board-member-body {
    padding: 20px;
}

.dp-board-member-body h4 {
    font-size: 20px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 8px;
}

.dp-board-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e9fbfd 0%, #dff7f9 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

/* =========================================================
   PARTNERS GRID
   ========================================================= */

.dp-partners-section {
    padding: 10px 0 70px;
}

.dp-partners-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
}

.dp-partners-head p {
    color: #667085;
    margin-bottom: 0;
}

.dp-partner-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 10px 26px rgba(8, 27, 75, 0.05);
    transition: all .3s ease;
}

.dp-partner-card:hover {
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(24, 199, 214, 0.25);
    box-shadow: 0 16px 34px rgba(8, 27, 75, 0.09);
}

.dp-partner-logo {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.dp-partner-logo img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.dp-partner-logo span {
    font-weight: 700;
    color: #081b4b;
}

.dp-partner-title {
    font-size: 15px;
    font-weight: 700;
    color: #081b4b;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .dp-board-chairman-card {
        grid-template-columns: 240px 1fr;
    }
}

@media (max-width: 991.98px) {
    .dp-board-chairman-card {
        grid-template-columns: 1fr;
    }

    .dp-board-chairman-body h3 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .dp-board-section,
    .dp-partners-section {
        padding: 10px 0 55px;
    }

    .dp-board-chairman-card {
        border-radius: 22px;
        padding: 20px;
    }

    .dp-board-member-card,
    .dp-partner-card {
        border-radius: 20px;
    }

    .dp-board-member-body h4 {
        font-size: 18px;
    }

    .dp-partners-head h3 {
        font-size: 24px;
    }
}

/* =========================================================
   ORGANIZATION CHART
   ========================================================= */

.dp-org-section {
    padding: 10px 0 70px;
}

.dp-org-root-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.dp-org-root-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 320px;
    max-width: 520px;
    background: #fff;
    border-radius: 28px;
    padding: 22px 26px;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 14px 36px rgba(8, 27, 75, 0.08);
}

.dp-org-root-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg, #e9fbfd 0%, #dff7f9 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.dp-org-root-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #081b4b 0%, #18c7d6 100%);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.dp-org-root-body h3 {
    font-size: 30px;
    font-weight: 800;
    color: #081b4b;
    margin: 0;
}

.dp-org-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    position: relative;
}

.dp-org-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dp-org-head-card {
    background: #fff;
    border-radius: 28px;
    padding: 22px;
    border: 1px solid rgba(8, 27, 75, 0.06);
    box-shadow: 0 12px 30px rgba(8, 27, 75, 0.06);
    min-height: 210px;
}

.dp-org-head-top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.dp-org-head-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eefbfc 0%, #e1f8fa 100%);
    color: #18c7d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.dp-org-head-title {
    display: inline-block;
    background: linear-gradient(90deg, #ff3b4a 0%, #ff6974 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 999px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.dp-org-head-subtitle {
    font-size: 18px;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 10px;
    line-height: 1.4;
}

.dp-org-head-body p {
    color: #667085;
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
}

.dp-org-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dp-org-item {
    background: #fff;
    border: 1px solid rgba(24, 199, 214, 0.18);
    color: #081b4b;
    border-radius: 18px;
    padding: 16px 18px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: 0 8px 22px rgba(8, 27, 75, 0.04);
    transition: all .3s ease;
}

.dp-org-item:hover {
    transform: translateY(-3px);
    border-color: rgba(24, 199, 214, 0.35);
    box-shadow: 0 14px 28px rgba(8, 27, 75, 0.08);
}

@media (max-width: 1199.98px) {
    .dp-org-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dp-org-section {
        padding: 10px 0 55px;
    }

    .dp-org-root-card {
        min-width: 100%;
        border-radius: 22px;
        padding: 18px;
    }

    .dp-org-root-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        border-radius: 18px;
        font-size: 24px;
    }

    .dp-org-root-body h3 {
        font-size: 24px;
    }

    .dp-org-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .dp-org-head-card {
        border-radius: 22px;
        min-height: auto;
    }

    .dp-org-item {
        border-radius: 16px;
    }
}

/* =========================================================
   DIJITALPARK - SECTOR ICON GRID V2
   ========================================================= */

.dp-tech-sectors-v2 {
    position: relative;
    padding: 72px 0 78px;
    background: linear-gradient(180deg, #f6f8fb 0%, #f3f6fa 100%);
    overflow: hidden;
}

.dp-tech-sectors-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(24,199,214,.10) 0, transparent 28%),
        radial-gradient(circle at 80% 80%, rgba(8,27,75,.05) 0, transparent 22%);
}

.dp-tech-sectors-v2-head {
    max-width: 760px;
    margin: 0 auto 38px;
    position: relative;
    z-index: 2;
}

.dp-tech-sectors-v2-head h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #081b4b;
    margin-bottom: 12px;
}

.dp-tech-sectors-v2-head p {
    font-size: 17px;
    line-height: 1.8;
    color: #667085;
    margin-bottom: 0;
}

.dp-tech-sector-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px 18px;
    align-items: start;
}

.dp-tech-sector-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 8px 8px 0;
    transition: transform .28s ease;
}

.dp-tech-sector-link:hover {
    text-decoration: none;
    transform: translateY(-4px);
}

.dp-tech-sector-circle {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 1.5px solid rgba(8, 27, 75, 0.14);
    background: rgba(255,255,255,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #ff3b4a;
    font-size: 36px;
    transition: all .28s ease;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.dp-tech-sector-link:hover .dp-tech-sector-circle {
    border-color: rgba(24,199,214,.42);
    color: #18c7d6;
    background: #ffffff;
    box-shadow:
        0 10px 24px rgba(8,27,75,.08),
        0 0 0 8px rgba(24,199,214,.05);
}

.dp-tech-sector-name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #081b4b;
    min-height: 52px;
    max-width: 170px;
    margin-bottom: 8px;
}

.dp-tech-sector-count {
    font-size: 12px;
    font-weight: 700;
    color: #667085;
    background: rgba(8,27,75,.05);
    border-radius: 999px;
    padding: 6px 10px;
}

@media (max-width: 1399.98px) {
    .dp-tech-sector-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .dp-tech-sectors-v2 {
        padding: 64px 0 72px;
    }

    .dp-tech-sectors-v2-head h2 {
        font-size: 36px;
    }

    .dp-tech-sector-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dp-tech-sector-circle {
        width: 96px;
        height: 96px;
        font-size: 32px;
    }

    .dp-tech-sector-name {
        font-size: 16px;
        min-height: 48px;
    }
}

@media (max-width: 767.98px) {
    .dp-tech-sectors-v2 {
        padding: 56px 0 60px;
    }

    .dp-tech-sectors-v2-head {
        margin-bottom: 28px;
    }

    .dp-tech-sectors-v2-head h2 {
        font-size: 28px;
    }

    .dp-tech-sectors-v2-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .dp-tech-sector-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 10px;
    }

    .dp-tech-sector-circle {
        width: 78px;
        height: 78px;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .dp-tech-sector-name {
        font-size: 13px;
        min-height: 42px;
        max-width: 110px;
        margin-bottom: 6px;
    }

    .dp-tech-sector-count {
        font-size: 11px;
        padding: 5px 8px;
    }
}


/* =========================================================
   MENU DROPDOWN / MEGA MENU
   ========================================================= */

.dp-has-dropdown,
.dp-has-mega{
    position:relative;
}

.dp-dropdown-panel{
    position:absolute;
    top: calc(100% + 12px);
    left:0;
    min-width: 320px;
    padding: 10px;
    border-radius: 24px;
    background: rgba(246,248,252,.94);
    border: 1px solid rgba(10,36,95,.10);
    box-shadow: 0 24px 60px rgba(10,36,95,.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity:0;
    visibility:hidden;
    transform: translateY(10px);
    transition: all .22s ease;
    z-index: 999;
}

.dp-dropdown-panel a{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    padding: 14px 16px;
    color: var(--dp-color-text);
    text-decoration:none;
    border-radius: 16px;
    font-size:15px;
    font-weight:600;
    overflow:hidden;
}

.dp-dropdown-panel a i{
    font-size: 18px;
    color: var(--dp-color-navy-2);
    position: relative;
    z-index: 2;
}

.dp-dropdown-panel a span:last-child{
    position: relative;
    z-index: 2;
}

.dp-dropdown-line{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(90deg,
        rgba(40,215,223,.12) 0%,
        rgba(40,215,223,.04) 45%,
        rgba(40,215,223,0) 100%);
    opacity:0;
    transition: opacity .22s ease;
}

.dp-dropdown-panel a:hover{
    color: var(--dp-color-navy);
    background: rgba(255,255,255,.72);
}

.dp-dropdown-panel a:hover .dp-dropdown-line{
    opacity:1;
}

.dp-mega-panel{
    position:absolute;
    top: calc(100% + 14px);
    left:50%;
    transform: translateX(-50%) translateY(10px);
    width: min(820px, 92vw);
    padding: 14px;
    border-radius: 30px;
    background: rgba(246,248,252,.95);
    border: 1px solid rgba(10,36,95,.10);
    box-shadow: 0 28px 70px rgba(10,36,95,.16);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity:0;
    visibility:hidden;
    transition: all .22s ease;
    z-index: 999;
}

.dp-mega-panel-inner{
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg,
        rgba(255,255,255,.78) 0%,
        rgba(247,249,253,.92) 100%);
}

.dp-mega-title{
    display:flex;
    align-items:center;
    gap:10px;
    color: var(--dp-color-navy);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 14px;
    padding-bottom: 12px;
    position:relative;
}

.dp-mega-title i{
    font-size: 22px;
    color: var(--dp-color-turquoise);
}

.dp-mega-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background: linear-gradient(90deg,
        rgba(40,215,223,.72) 0%,
        rgba(40,215,223,.18) 55%,
        rgba(40,215,223,0) 100%);
}

.dp-mega-grid{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:14px;
}

.dp-mega-card{
    display:flex;
    align-items:flex-start;
    gap:14px;
    text-decoration:none;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(10,36,95,.08);
    background: rgba(255,255,255,.74);
    transition: all .22s ease;
}

.dp-mega-card:hover{
    text-decoration:none;
    transform: translateY(-2px);
    border-color: rgba(40,215,223,.22);
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 28px rgba(10,36,95,.08);
}

.dp-mega-card-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius: 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(135deg,
        rgba(40,215,223,.14) 0%,
        rgba(126,242,255,.16) 100%);
    color: var(--dp-color-navy-2);
    font-size: 24px;
}

.dp-mega-card-body h4{
    margin:0 0 6px;
    font-size:17px;
    font-weight:800;
    color: var(--dp-color-navy);
    line-height:1.35;
}

.dp-mega-card-body p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color: var(--dp-color-muted);
}

.dp-has-dropdown:hover .dp-dropdown-panel,
.dp-has-mega:hover .dp-mega-panel{
    opacity:1;
    visibility:visible;
}

.dp-has-dropdown:hover .dp-dropdown-panel{
    transform: translateY(0);
}

.dp-has-mega:hover .dp-mega-panel{
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 1199.98px){
    .dp-dropdown-panel,
    .dp-mega-panel{
        position:static;
        width:100%;
        min-width:100%;
        transform:none !important;
        margin-top:10px;
        opacity:1;
        visibility:visible;
        display:none;
        box-shadow:none;
    }

    .dp-mega-grid{
        grid-template-columns: 1fr;
    }

    .dp-has-dropdown.open .dp-dropdown-panel,
    .dp-has-mega.open .dp-mega-panel{
        display:block;
    }
}

/* =========================================================
   HOME / FIRMS - MINIMAL SECTOR STRIP
   ========================================================= */

.dp-home-sector-block {
    padding: 36px 0 70px;
    position: relative;
}

.dp-firm-sector-strip {
    padding: 12px 0 42px;
}

.dp-tech-title {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    color: var(--dp-color-navy);
    margin-bottom: 14px;
    letter-spacing: -0.03em;
}

.dp-tech-subtitle {
    max-width: 840px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: var(--dp-color-muted);
}

.dp-sector-minimal {
    padding: 24px 0 10px;
}

.dp-sector-minimal-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 16px 12px;
    align-items: start;
}

.dp-sector-minimal-item {
    text-decoration: none;
    text-align: center;
    color: inherit;
    padding: 4px 4px;
    transition: all .22s ease;
}

.dp-sector-minimal-item:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

.dp-sector-minimal-circle {
    width: 104px;
    height: 104px;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 1.5px solid rgba(10,36,95,.16);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.34);
    color: var(--dp-color-red);
    font-size: 38px;
    transition: all .22s ease;
}

.dp-sector-minimal-item:hover .dp-sector-minimal-circle {
    border-color: rgba(40,215,223,.44);
    color: var(--dp-color-turquoise);
    background: rgba(255,255,255,.78);
    box-shadow: 0 0 0 10px rgba(40,215,223,.04);
}

.dp-sector-minimal-name {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #39465e;
    min-height: 66px;
    max-width: 130px;
    margin: 0 auto 8px;
}

.dp-sector-minimal-count {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #74839b;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(10,36,95,.04);
}

@media (max-width: 1399.98px) {
    .dp-sector-minimal-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .dp-tech-title {
        font-size: 42px;
    }

    .dp-tech-subtitle {
        font-size: 17px;
    }

    .dp-sector-minimal-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .dp-sector-minimal-circle {
        width: 92px;
        height: 92px;
        font-size: 33px;
    }
}

@media (max-width: 767.98px) {
    .dp-home-sector-block {
        padding: 24px 0 52px;
    }

    .dp-firm-sector-strip {
        padding: 8px 0 28px;
    }

    .dp-tech-title {
        font-size: 30px;
    }

    .dp-tech-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .dp-sector-minimal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px 8px;
    }

    .dp-sector-minimal-circle {
        width: 74px;
        height: 74px;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .dp-sector-minimal-name {
        font-size: 12px;
        min-height: 52px;
        max-width: 92px;
    }

    .dp-sector-minimal-count {
        font-size: 11px;
    }
}

/* =========================================================
   FIRM LIST V2
   ========================================================= */

.dp-firm-list-v2 {
    padding: 18px 0 70px;
}

.dp-firm-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding: 0 4px;
}

.dp-firm-list-head h2 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--dp-color-navy);
    margin: 0;
}

.dp-firm-list-meta {
    font-size: 16px;
    font-weight: 700;
    color: var(--dp-color-muted);
    white-space: nowrap;
}

.dp-firm-list-grid {
    border-top: 1px solid rgba(10,36,95,.08);
    border-left: 1px solid rgba(10,36,95,.08);
    background: rgba(255,255,255,.48);
    border-radius: 26px;
    overflow: hidden;
}

.dp-firm-row-card {
    position: relative;
    display: grid;
    grid-template-columns: 110px 1fr 44px;
    align-items: center;
    gap: 18px;
    min-height: 152px;
    padding: 22px 22px;
    text-decoration: none;
    background: rgba(255,255,255,.82);
    border-right: 1px solid rgba(10,36,95,.08);
    border-bottom: 1px solid rgba(10,36,95,.08);
    transition: all .24s ease;
    overflow: hidden;
}

.dp-firm-row-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg,
        rgba(40,215,223,.0) 0%,
        rgba(40,215,223,.85) 50%,
        rgba(40,215,223,.0) 100%);
    opacity: 0;
    transition: opacity .24s ease;
}

.dp-firm-row-card:hover {
    text-decoration: none;
    background: rgba(255,255,255,.96);
    box-shadow: inset 0 0 0 1px rgba(40,215,223,.08);
}

.dp-firm-row-card:hover::before {
    opacity: 1;
}

.dp-firm-row-logo {
    width: 100%;
    height: 84px;
    border-radius: 18px;
    background: rgba(245,248,252,.94);
    border: 1px solid rgba(10,36,95,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dp-firm-row-logo img {
    max-width: 88%;
    max-height: 68px;
    object-fit: contain;
}

.dp-firm-row-logo-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(40,215,223,.12) 0%, rgba(126,242,255,.16) 100%);
    color: var(--dp-color-navy-2);
    font-size: 28px;
}

.dp-firm-row-body h3 {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--dp-color-navy);
    margin: 0 0 6px;
}

.dp-firm-row-sector {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(10,36,95,.05);
    color: #66768d;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dp-firm-row-body p {
    margin: 0;
    color: var(--dp-color-muted);
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dp-firm-row-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(10,36,95,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dp-color-red);
    font-size: 22px;
    transition: all .24s ease;
}

.dp-firm-row-card:hover .dp-firm-row-arrow {
    color: var(--dp-color-turquoise);
    border-color: rgba(40,215,223,.34);
    background: rgba(40,215,223,.06);
}

@media (max-width: 1199.98px) {
    .dp-firm-list-head h2 {
        font-size: 34px;
    }

    .dp-firm-row-card {
        grid-template-columns: 100px 1fr 40px;
        min-height: 142px;
    }

    .dp-firm-row-body h3 {
        font-size: 21px;
    }
}

@media (max-width: 767.98px) {
    .dp-firm-list-v2 {
        padding: 10px 0 50px;
    }

    .dp-firm-list-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .dp-firm-list-head h2 {
        font-size: 28px;
    }

    .dp-firm-list-grid {
        border-radius: 20px;
    }

    .dp-firm-row-card {
        grid-template-columns: 82px 1fr 34px;
        gap: 12px;
        min-height: auto;
        padding: 16px;
    }

    .dp-firm-row-logo {
        height: 70px;
        border-radius: 14px;
    }

    .dp-firm-row-logo img {
        max-height: 54px;
    }

    .dp-firm-row-body h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .dp-firm-row-body p {
        font-size: 14px;
        line-height: 1.6;
    }

    .dp-firm-row-arrow {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}

/* =========================================================
   HEADER FINAL - SINGLE FULL WIDTH SURFACE
========================================================= */

.dp-site-header{
    position:absolute;
    top:18px;
    left:0;
    width:100%;
    z-index:9999;
    padding:0 !important;
    background:transparent !important;
}

.dp-site-header .container{
    max-width:none !important;
    width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

.dp-header-shell{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    min-height:85px !important;
    padding:10px 24px !important;
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;
    gap:18px !important;
    border-radius:0 !important;
    backdrop-filter:blur(12px) !important;
    -webkit-backdrop-filter:blur(12px) !important;
}

/* logo altındaki beyaz kutu kalksın */
.dp-header-brand,
.dp-header-brand a,
.dp-brand,
.navbar-brand.dp-brand{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    padding:0 !important;
    min-height:auto !important;
}

.dp-header-brand img,
.dp-brand img,
.navbar-brand.dp-brand img{
    height:44px !important;
    max-height:44px !important;
    width:auto !important;
    display:block !important;
}

/* menü tam ortada yatay */
.dp-main-nav,
.dp-main-nav .navbar-nav,
.dp-main-nav ul{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
    list-style:none !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
}

.dp-main-nav .nav-link,
.dp-main-nav a{
    color:#ffffff !important;
    font-size:15px !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
    padding:12px 14px !important;
}

/* sağ taraf daha ince ve şık */
.dp-header-actions{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

.dp-header-outline-btn{
    min-height:40px !important;
    padding:0 16px !important;
    font-size:13px !important;
    border-radius:999px !important;
}

.dp-header-fill-btn{
    min-height:40px !important;
    padding:0 16px !important;
    font-size:13px !important;
    border-radius:999px !important;
}

.dp-header-search{
    width:36px !important;
    height:36px !important;
    font-size:16px !important;
    border-radius:50% !important;
}

/* sticky: tek parça açık zemin, lacivert yazı */
.dp-site-header.is-scrolled{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    padding:0 !important;
}

.dp-site-header.is-scrolled .dp-header-shell{
    min-height:74px !important;
    padding:8px 22px !important;
    border-radius:0 !important;
    background:rgba(245,248,252,.95) !important;
    box-shadow:0 10px 24px rgba(10,25,54,.08) !important;
}

.dp-site-header.is-scrolled .dp-main-nav .nav-link,
.dp-site-header.is-scrolled .dp-main-nav a,
.dp-site-header.is-scrolled .dp-header-lang a,
.dp-site-header.is-scrolled .dp-header-outline-btn,
.dp-site-header.is-scrolled .dp-header-search{
    color:#0a245f !important;
}

.dp-site-header.is-scrolled .dp-header-outline-btn{
    border-color:#0a245f !important;
}

.dp-site-header.is-scrolled .dp-header-search{
    border-color:rgba(10,36,95,.28) !important;
    background:transparent !important;
}

/* =========================================================
   HOME ECOSYSTEM CARDS - SMALLER / MINIMAL
========================================================= */

.dp-ecosystem-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:16px !important;
}

.dp-ecosystem-mini-card{
    min-height:160px !important;
    padding:16px 16px !important;
    border-radius:20px !important;
    background:linear-gradient(180deg, rgba(241,245,249,.20), rgba(230,235,241,.14)) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    box-shadow:0 10px 24px rgba(7,22,48,.08) !important;
}

.dp-ecosystem-mini-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:12px !important;
    margin-bottom:12px !important;
    background:rgba(255,255,255,.12) !important;
}

.dp-ecosystem-mini-icon i,
.dp-ecosystem-mini-icon i::before{
    color:#2b8cff !important;
    font-size:17px !important;
    opacity:1 !important;
    visibility:visible !important;
}

.dp-ecosystem-mini-card h4{
    font-size:14px !important;
    line-height:1.25 !important;
    margin:0 !important;
    min-height:auto !important;
}

.dp-ecosystem-mini-card p{
    display:none !important;
}

/* submenu kartlar sola yaslı ve ikonlar mavi */
.dp-mega-menu .dp-ecosystem-mini-card{
    min-height:76px !important;
    padding:12px 14px !important;
    border-radius:16px !important;
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
}

.dp-mega-menu .dp-ecosystem-mini-icon{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    margin:0 !important;
    border-radius:12px !important;
    background:#e9f5fb !important;
}

.dp-mega-menu .dp-ecosystem-mini-icon i,
.dp-mega-menu .dp-ecosystem-mini-icon i::before{
    color:#17479e !important;
    font-size:17px !important;
    opacity:1 !important;
    visibility:visible !important;
}

.dp-mega-menu .dp-ecosystem-mini-card h4{
    text-align:left !important;
    justify-content:flex-start !important;
    margin:0 !important;
    min-height:auto !important;
    font-size:14px !important;
    color:#0f2f5f !important;
    flex:1 1 auto !important;
}

.dp-mega-menu .dp-ecosystem-mini-card p,
.dp-mega-menu .dp-ecosystem-mini-card small,
.dp-mega-menu .dp-ecosystem-mini-card .desc,
.dp-mega-menu .dp-ecosystem-mini-card .text{
    display:none !important;
}

/* =========================================================
   FINAL LAST FIX
   1) Mobilde menü alanı gizli
   2) Mobilde butonlar/ikonlar solda, logo sağda
   3) Header alt çizgisinde turkuaz + kırmızı kayan akış
========================================================= */

/* ---------- HEADER ALT ÇİZGİ AKIŞI ---------- */
.dp-header-shell {
    position: relative !important;
    overflow: visible !important;
}

.dp-header-shell::before,
.dp-header-shell::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 180px;
    pointer-events: none;
    z-index: 5;
}

.dp-header-shell::before {
    left: -180px;
    background: linear-gradient(90deg, transparent, #28d7df, transparent);
    box-shadow: 0 0 14px rgba(40, 215, 223, .45);
    animation: dpHeaderTurqFlow 7s linear infinite;
}

.dp-header-shell::after {
    left: calc(100% + 180px);
    background: linear-gradient(90deg, transparent, #ff4b57, transparent);
    box-shadow: 0 0 14px rgba(255, 75, 87, .40);
    animation: dpHeaderRedFlow 8s linear infinite;
}

@keyframes dpHeaderTurqFlow {
    0%   { left: -180px; }
    100% { left: calc(100% + 180px); }
}

@keyframes dpHeaderRedFlow {
    0%   { left: calc(100% + 180px); }
    100% { left: -180px; }
}

/* sticky halinde de aynı akış sürsün */
.dp-site-header.is-scrolled .dp-header-shell::before,
.dp-site-header.is-scrolled .dp-header-shell::after {
    bottom: 0;
}

/* ---------- MOBİL HEADER ---------- */
@media (max-width: 991px) {
    /* desktop menü tamamen gizli */
    .dp-main-nav {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        max-width: 0 !important;
        overflow: hidden !important;
    }

    /* desktop sağ aksiyon alanı gizli */
    .dp-header-actions {
        display: none !important;
    }

    .dp-header-shell {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-direction: row !important; /* logo sola */
        gap: 12px !important;
    }

    /* logo sağda ve küçük */
    .dp-header-brand {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
    }

    .dp-header-brand a {
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .dp-header-brand img {
        height: 34px !important;
        max-height: 34px !important;
        width: auto !important;
    }

    /* solda search + hamburger */
    .dp-mobile-tools {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    .dp-mobile-search,
    .dp-mobile-toggle {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 12px !important;
        background: rgba(10, 36, 95, .72) !important;
        border: 1px solid rgba(255,255,255,.18) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .dp-mobile-toggle {
        flex-direction: column !important;
        gap: 4px !important;
        padding: 0 !important;
    }

    .dp-mobile-toggle span {
        width: 18px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 999px !important;
        display: block !important;
    }
}


/* =========================================
   SUBMENU EKOSISTEM - FINAL FIX
   sadece mega menu içindekileri hedefler
========================================= */

/* submenu kutusunu küçült */
.dp-mega-menu.dp-mega-menu-lg {
    width: 620px !important;
    padding: 12px !important;
    border-radius: 20px !important;
}

.dp-mega-menu .dp-mega-grid.two-col {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* sadece submenu içindeki kart */
.dp-mega-menu .dp-ecosystem-mini-card {
    min-height: 86px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* açıklama tamamen kapansın */
.dp-mega-menu .dp-ecosystem-mini-card p,
.dp-mega-menu .dp-ecosystem-mini-card small,
.dp-mega-menu .dp-ecosystem-mini-card .desc,
.dp-mega-menu .dp-ecosystem-mini-card .text {
    display: none !important;
}

/* ikon kutusu küçülsün */
.dp-mega-menu .dp-ecosystem-mini-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, rgba(83,215,223,.18), rgba(12,163,181,.18)) !important;
}

/* ikonun kendisini zorla göster */
.dp-mega-menu .dp-ecosystem-mini-icon i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ff4b57 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* font awesome pseudo içerik görünür olsun */
.dp-mega-menu .dp-ecosystem-mini-icon i::before {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #ff4b57 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

/* başlık tek başına hizalansın */
.dp-mega-menu .dp-ecosystem-mini-card h4 {
    font-size: 14px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    min-height: auto !important;
    flex: 1 1 auto !important;
}

/* submenu başlığı da biraz sıkılaşsın */
.dp-mega-menu .dp-mega-menu-title {
    margin-bottom: 10px !important;
    font-size: 13px !important;
}

/* DESKTOP MENU HORIZONTAL FIX */
.dp-main-nav,
.dp-main-nav .navbar-collapse,
.dp-main-nav .navbar-nav,
.dp-main-nav ul,
.dp-main-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dp-main-nav .nav-item,
.dp-main-nav li,
.dp-main-menu > li {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

.dp-main-nav .nav-link,
.dp-main-nav a,
.dp-main-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

/* MOBILE SUBMENU */
.dp-mobile-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dp-mobile-item--flat {
    margin-bottom: 2px;
}

.dp-mobile-parent {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: #0a245f;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.dp-mobile-submenu {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 4px 6px 2px;
}

.dp-mobile-item.open .dp-mobile-submenu {
    display: flex;
}

.dp-firm-list-meta-page {
    margin-left: 10px;
    opacity: 0.85;
    font-size: 0.95em;
}

.dp-mobile-submenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,.14);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

/* =========================================================
   CLEAN HEADER + MOBILE + ECOSYSTEM
========================================================= */

.dp-site-header{
    position:absolute;
    top:18px;
    left:0;
    width:100%;
    z-index:9999;
    background:transparent;
}

.dp-header-shell{
    max-width:100%;
    margin:0 auto;
    min-height:92px;
    padding:12px 10px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:18px;
    border-radius:34px;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    overflow:visible;
}

.dp-header-brand a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    padding:8px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.88);
    text-decoration:none;
}

.dp-header-brand img{
    height:42px;
    width:auto;
    max-height:42px;
    display:block;
}

.dp-main-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:1 1 auto;
    background:transparent;
}

.dp-main-nav .navbar-nav,
.dp-main-nav ul{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    width:100%;
}

.dp-main-nav li,
.dp-main-nav .nav-item{
    display:flex;
    align-items:center;
    position:relative;
}

.dp-main-nav .nav-link,
.dp-main-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
    color:#ffffff !important;
    font-size:15px;
    font-weight:800;
    text-transform:uppercase;
    padding:12px 14px !important;
    text-decoration:none;
}

.dp-main-nav .nav-link:hover,
.dp-main-nav a:hover{
    color:#7ef2ff !important;
}

.dp-header-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex:0 0 auto;
}

.dp-header-outline-btn,
.dp-header-fill-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 18px;
    border-radius:999px;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}

.dp-header-outline-btn{
    color:#ffffff;
    border:1px solid rgba(40,215,223,.65);
    background:transparent;
}

.dp-header-fill-btn{
    color:#ffffff;
    border:1px solid transparent;
    background:linear-gradient(135deg,#2bd7e2,#0ca3b5);
    box-shadow:0 8px 18px rgba(12,163,181,.18);
}

.dp-header-lang{
    display:flex;
    align-items:center;
    gap:10px;
    padding:0 6px;
}

.dp-header-lang a{
    color:#8eeff5;
    text-decoration:none;
    font-size:15px;
    font-weight:800;
}

.dp-header-search{
    width:42px;
    height:42px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    border:1px solid rgba(255,255,255,.42);
    background:transparent;
    text-decoration:none;
    font-size:18px;
}

/* sticky */
.dp-site-header.is-scrolled{
    position:fixed;
    top:0;
    left:0;
    right:0;
    padding:8px 16px 0;
}

.dp-site-header.is-scrolled .dp-header-shell{
    max-width:none;
    border-radius:0 0 24px 24px;
    min-height:78px;
    background:rgba(245,248,252,.92);
    box-shadow:0 10px 28px rgba(10,25,54,.10);
}

.dp-site-header.is-scrolled .dp-main-nav .nav-link,
.dp-site-header.is-scrolled .dp-main-nav a,
.dp-site-header.is-scrolled .dp-header-lang a,
.dp-site-header.is-scrolled .dp-header-outline-btn,
.dp-site-header.is-scrolled .dp-header-search{
    color:#0a245f !important;
}

.dp-site-header.is-scrolled .dp-header-outline-btn{
    border-color:#0a245f !important;
}

.dp-site-header.is-scrolled .dp-header-fill-btn{
    min-height:40px;
    padding:0 16px;
}

.dp-site-header.is-scrolled .dp-header-search{
    width:38px;
    height:38px;
    border-color:rgba(10,36,95,.35);
}

/* desktop mega */
.dp-mega-item{ position:relative; }

.dp-mega-menu{
    position:absolute !important;
    top:calc(100% + 12px) !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    min-width:640px !important;
    background:#ffffff !important;
    border:1px solid #e7edf5 !important;
    border-radius:24px !important;
    padding:14px !important;
    box-shadow:0 22px 60px rgba(9,28,56,.16) !important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    z-index:9999;
}

.dp-mega-item:hover .dp-mega-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.dp-mega-grid.two-col{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    min-width:unset !important;
}

.dp-mega-menu .dp-ecosystem-mini-card{
    min-height:78px !important;
    padding:12px 14px !important;
    border-radius:16px !important;
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    background:#ffffff !important;
    border:1px solid #e5edf5 !important;
    box-shadow:none !important;
}

.dp-mega-menu .dp-ecosystem-mini-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    margin:0 !important;
    border-radius:12px !important;
    background:#e9f5fb !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.dp-mega-menu .dp-ecosystem-mini-icon i,
.dp-mega-menu .dp-ecosystem-mini-icon i::before{
    color:#17479e !important;
    opacity:1 !important;
    visibility:visible !important;
    font-size:18px !important;
    line-height:1 !important;
}

.dp-mega-menu .dp-ecosystem-mini-card h4{
    margin:0 !important;
    min-height:auto !important;
    font-size:14px !important;
    line-height:1.25 !important;
    text-align:left !important;
    color:#0f2f5f !important;
    flex:1 1 auto !important;
}

.dp-mega-menu .dp-ecosystem-mini-card p,
.dp-mega-menu .dp-ecosystem-mini-card small,
.dp-mega-menu .dp-ecosystem-mini-card .desc,
.dp-mega-menu .dp-ecosystem-mini-card .text{
    display:none !important;
}

/* home ecosystem */
.dp-ecosystem-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
}

.dp-ecosystem-mini-card{
    min-height:196px !important;
    padding:20px 18px !important;
    border-radius:22px !important;
    background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.10)) !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 10px 24px rgba(7,22,48,.10) !important;
}

.dp-ecosystem-mini-icon{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.14) !important;
    margin-bottom:14px !important;
}

.dp-ecosystem-mini-icon i,
.dp-ecosystem-mini-icon i::before{
    color:#2b8cff !important;
    font-size:18px !important;
    opacity:1 !important;
    visibility:visible !important;
}

.dp-ecosystem-mini-card h4{
    margin-bottom:0 !important;
}

.dp-ecosystem-mini-card p{
    display:none !important;
}

/* mobile */
.dp-mobile-tools,
.dp-mobile-panel,
.dp-mobile-panel-overlay{
    display:none;
}

@media (max-width:991px){
    .dp-main-nav,
    .dp-header-actions{
        display:none !important;
    }

    .dp-site-header{
        top:10px;
        padding:0 10px;
    }

    .dp-header-shell{
        min-height:72px;
        padding:12px 14px;
        border-radius:20px;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .dp-header-brand img{
        height:34px;
        max-height:34px;
    }

    .dp-mobile-tools{
        display:flex !important;
        align-items:center;
        gap:10px;
    }

    .dp-mobile-search,
    .dp-mobile-toggle{
        width:40px;
        height:40px;
        border-radius:12px;
        display:flex;
        align-items:center;
        justify-content:center;
        background:rgba(9,30,79,.72);
        border:1px solid rgba(255,255,255,.22);
        color:#fff;
    }

    .dp-mobile-toggle{
        flex-direction:column;
        gap:4px;
        padding:0;
    }

    .dp-mobile-toggle span{
        width:18px;
        height:2px;
        background:#fff;
        display:block;
        border-radius:999px;
    }

    .dp-mobile-panel-overlay{
        display:block;
        position:fixed;
        inset:0;
        background:rgba(4,12,32,.35);
        backdrop-filter:blur(3px);
        -webkit-backdrop-filter:blur(3px);
        opacity:0;
        visibility:hidden;
        transition:.25s;
        z-index:99998;
    }

    .dp-mobile-panel-overlay.active{
        opacity:1;
        visibility:visible;
    }

    .dp-mobile-panel{
        display:block;
        position:fixed;
        top:0;
        right:-100%;
        width:86%;
        max-width:360px;
        height:100%;
        background:linear-gradient(135deg,#0a245f,#061a45);
        z-index:99999;
        transition:right .3s ease;
        box-shadow:-12px 0 40px rgba(0,0,0,.24);
    }

    .dp-mobile-panel.active{
        right:0;
    }

    .dp-mobile-panel-inner{
        padding:20px 18px;
        height:100%;
        display:flex;
        flex-direction:column;
    }

    .dp-mobile-top img{
        height:34px;
        width:auto;
        margin-bottom:20px;
    }

    .dp-mobile-menu{
        display:flex;
        flex-direction:column;
        gap:12px;
    }

    .dp-mobile-item{
        display:flex;
        flex-direction:column;
        gap:8px;
    }

    .dp-mobile-parent{
        display:flex;
        align-items:center;
        justify-content:center;
        min-height:52px;
        background:#fff;
        color:#0a245f;
        padding:12px 14px;
        border-radius:14px;
        text-align:center;
        font-weight:800;
        text-decoration:none;
        border:0;
    }

    .dp-mobile-submenu{
        display:none;
        flex-direction:column;
        gap:8px;
    }

    .dp-mobile-item.open .dp-mobile-submenu{
        display:flex;
    }

    .dp-mobile-submenu a{
        display:flex;
        align-items:center;
        justify-content:center;
        min-height:44px;
        border-radius:12px;
        background:rgba(255,255,255,.14);
        color:#fff;
        text-decoration:none;
        font-size:14px;
        font-weight:700;
    }

    .dp-mobile-actions{
        margin-top:20px;
        display:flex;
        flex-direction:column;
        gap:10px;
    }

    .dp-mobile-actions .btn-outline{
        border:1px solid #27d7df;
        padding:12px;
        border-radius:30px;
        color:#fff;
        text-align:center;
        text-decoration:none;
    }

    .dp-mobile-actions .btn-fill{
        background:#27d7df;
        padding:12px;
        border-radius:30px;
        text-align:center;
        color:#fff;
        text-decoration:none;
    }

    .dp-mobile-lang{
        margin-top:18px;
        display:flex;
        justify-content:center;
        gap:15px;
        color:#fff;
        font-weight:700;
    }

    .dp-mobile-lang a{
        color:#fff;
        text-decoration:none;
        font-weight:700;
    }

    .dp-ecosystem-grid,
    .dp-hero-cards-wrap .dp-ecosystem-grid.hero-inside,
    .dp-ecosystem-grid.hero-inside{
        grid-template-columns:repeat(2,1fr) !important;
        gap:10px !important;
    }

    .dp-ecosystem-mini-card{
        min-height:92px !important;
        padding:12px 10px !important;
    }
}

/* ========== SUBMENU V2 (tek yapı: ≤4 tek sütun, ≥5 iki sütun, lacivert metin, turkuaz ayraç) ========== */
.dp-main-nav .nav-item.dp-has-submenu {
    position: relative;
}

.dp-submenu-panel {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding-top: 10px;
    z-index: 1080;
    min-width: 260px;
}

.dp-main-nav .nav-item.dp-has-submenu:hover > .dp-submenu-panel,
.dp-main-nav .nav-item.dp-has-submenu:focus-within > .dp-submenu-panel {
    display: block;
}

.dp-submenu-panel-inner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(10, 36, 95, 0.14);
    padding: 16px 18px 6px;
    border: 1px solid rgba(10, 36, 95, 0.06);
}

.dp-submenu-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 2px;
    border-bottom: 2px solid #27d7df;
    color: #0a245f;
    font-weight: 800;
    text-transform: none;
}

.dp-submenu-head i {
    color: #27d7df;
    font-size: 1.15rem;
    line-height: 1;
}

.dp-submenu-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6px 0 0;
}

.dp-submenu-list.dp-submenu-list--two {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    min-width: 420px;
}

.dp-submenu-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    padding: 11px 2px;
    border-bottom: 1px solid rgba(39, 215, 223, 0.5);
    color: #0a245f !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25;
    background: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
}

.dp-submenu-list:not(.dp-submenu-list--two) .dp-submenu-link:last-child {
    border-bottom: none;
}

.dp-submenu-ico {
    flex: 0 0 auto;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #27d7df;
    font-size: 1.1rem;
    line-height: 1;
}

.dp-submenu-txt {
    flex: 1 1 auto;
    color: #0a245f;
    text-align: left;
}

.dp-submenu-link:hover {
    background: rgba(39, 215, 223, 0.08) !important;
}

.dp-submenu-link:hover .dp-submenu-txt {
    color: #071a45;
}

@media (max-width: 1199.98px) {
    .dp-submenu-panel {
        display: none !important;
    }
}

/* ========== Anasayfa sektör satırı (ince gri halka, kırmızı çizgi ikon, tek sıra) ========== */
.dp-sector-minimal {
    padding: 1.75rem 0 2.25rem;
}

.dp-sector-minimal-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 4px 0 12px;
}

.dp-sector-minimal-item {
    flex: 1 1 0;
    min-width: 76px;
    max-width: 130px;
    text-decoration: none !important;
    color: #1f2937;
}

.dp-sector-minimal-circle {
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
    border: 1px solid #c5cad3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dp-sector-minimal-circle i {
    font-size: 1.55rem;
    color: #d93025;
    line-height: 1;
}

.dp-sector-minimal-item:hover .dp-sector-minimal-circle {
    border-color: #27d7df;
    box-shadow: 0 0 0 2px rgba(39, 215, 223, 0.22);
}

.dp-sector-minimal-name {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #111827;
    hyphens: auto;
}

.dp-sector-minimal-item:hover .dp-sector-minimal-name {
    color: #0a245f;
}

/* ========== Revizyon: sayfa alt menü, sektör swiper, mega menü çizgi, hero minimal ========== */

@keyframes dp-submenu-line-sweep {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.dp-submenu-link {
    border-bottom: none !important;
    position: relative;
    padding-bottom: 13px !important;
}

.dp-submenu-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(
        90deg,
        rgba(39, 215, 223, 0) 0%,
        rgba(39, 215, 223, 0.55) 35%,
        rgba(39, 215, 223, 1) 50%,
        rgba(39, 215, 223, 0.55) 65%,
        rgba(39, 215, 223, 0) 100%
    );
    background-size: 220% 100%;
    animation: dp-submenu-line-sweep 4.2s ease-in-out infinite;
    pointer-events: none;
}

.dp-submenu-ico i {
    display: inline-block;
    line-height: 1;
    font-size: 1.05rem;
    color: #27d7df !important;
}

.dp-submenu-head i {
    font-size: 1.2rem;
    color: #27d7df !important;
}

.dp-page-subnav-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    margin: 0 -2px;
}

.dp-page-subnav-scroll::-webkit-scrollbar {
    height: 6px;
}

.dp-page-subnav-scroll::-webkit-scrollbar-thumb {
    background: rgba(10, 36, 95, 0.22);
    border-radius: 999px;
}

.dp-page-subnav-scroll a {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    background: #112a5c;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: background 0.25s ease;
}

.dp-page-subnav-scroll a:hover {
    background: #15367a;
    color: #fff !important;
}

.dp-page-subnav-scroll a.active {
    background: linear-gradient(90deg, #c51010 0%, #ff2b2b 50%, #ff5f5f 100%);
    box-shadow: 0 10px 28px rgba(197, 16, 16, 0.22);
}

.dp-page-subnav-scroll a.active::after {
    content: "";
    position: absolute;
    left: -35%;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    animation: dpSideActiveFlow 2.8s linear infinite;
}

.dp-side-subpages--sector a {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 10px;
    text-align: left;
}

.dp-side-subpages--sector a span {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.25;
}

.dp-side-subpages--sector a strong {
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.dp-side-subpages--sector a.active strong {
    background: rgba(255, 255, 255, 0.28);
}

.dp-sector-swiper-wrap {
    position: relative;
    margin-top: 0.5rem;
}

.dp-sector-minimal-swiper {
    overflow: hidden;
    padding: 6px 2px 4px;
}

.dp-sector-slide {
    width: auto !important;
    min-width: 78px;
    max-width: 130px;
}

.dp-sector-minimal-swiper .dp-sector-minimal-item {
    min-width: 76px;
    max-width: 130px;
}

.dp-sector-minimal-swiper .dp-sector-minimal-circle i {
    color: #27d7df !important;
}

.dp-sector-minimal-swiper .dp-sector-minimal-item:hover .dp-sector-minimal-circle {
    border-color: rgba(217, 48, 37, 0.85) !important;
    box-shadow:
        0 0 0 2px rgba(217, 48, 37, 0.35),
        0 0 22px rgba(229, 36, 33, 0.55) !important;
}

.dp-sector-swiper-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 0 4px;
}

.dp-sector-nav {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(10, 36, 95, 0.12);
    background: #fff;
    color: #0a245f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.dp-sector-nav:hover {
    background: rgba(39, 215, 223, 0.12);
    border-color: rgba(39, 215, 223, 0.45);
    color: #075985;
}

.dp-sector-scrollbar.swiper-scrollbar {
    position: relative !important;
    flex: 1 1 auto;
    left: auto !important;
    bottom: auto !important;
    height: 5px !important;
    border-radius: 999px;
    background: rgba(10, 36, 95, 0.08);
}

.dp-sector-scrollbar .swiper-scrollbar-drag {
    background: rgba(39, 215, 223, 0.75);
    border-radius: 999px;
}

.dp-hero-eco-minimal .dp-ecosystem-flow {
    display: none !important;
}

/* Anasayfa banner ekosistem: çerçevesiz ikon + başlık. Parlama = box-shadow (filter FA ikonlarını bozuyordu) */
@keyframes dp-eco-hero-glow {
    0% {
        box-shadow: 0 0 0 transparent;
    }
    28% {
        box-shadow:
            0 0 22px rgba(40, 215, 223, 0.55),
            0 0 44px rgba(40, 215, 223, 0.22);
    }
    100% {
        box-shadow:
            0 0 26px rgba(255, 130, 130, 0.55),
            0 0 52px rgba(255, 100, 100, 0.28);
    }
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-grid.hero-inside {
    gap: clamp(12px, 2.5vw, 28px) !important;
    width: 100% !important;
    max-width: 1200px !important;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card {
    background: #fffefe29 !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 12px !important;
    padding: 1.8rem 0.45rem 0.65rem !important;
    min-height: 0 !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 0.55rem !important;
    filter: none !important;
    isolation: isolate;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card::after,
.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card::before {
    display: none !important;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card:hover {
    transform: none !important;
    background: transparent !important;
    border: none !important;
    filter: none !important;
    animation: dp-eco-hero-glow 1.1s ease forwards !important;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-icon {
    width: auto !important;
    height: auto !important;
    min-width: 2.75rem !important;
    min-height: 2.75rem !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    filter: none !important;
    line-height: 1 !important;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-icon i,
.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-icon i::before {
    color: #ffffff !important;
    font-size: clamp(2.15rem, 3.6vw, 3rem) !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    filter: none !important;
    display: inline-block !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon i,
.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card:hover .dp-ecosystem-mini-icon i::before {
    color: #ffffff !important;
    filter: none !important;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card h4 {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.98) !important;
    max-width: 14rem;
}

.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card:hover h4 {
    color: #ffffff !important;
}

@media (max-width: 767.98px) {
    .dp-hero-eco-minimal .dp-ecosystem-grid.hero-inside {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-card {
        padding: 0.3rem 0.15rem 0.4rem !important;
    }

    .dp-sector-slide {
        min-width: 88px;
    }
}

/* ========== v7: sektör oklar yan, alt çizgi yok; büyük ikon/metin; mega menü; sol menü dikey; hero yazı ========== */

.dp-sector-swiper-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: 0.75rem;
}

.dp-sector-swiper-layout .dp-sector-minimal-swiper {
    flex: 1 1 auto;
    min-width: 0;
    padding: 8px 0 12px;
}

.dp-sector-swiper-layout .dp-sector-nav {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    font-size: 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(10, 36, 95, 0.14);
    background: #fff;
    box-shadow: 0 8px 24px rgba(10, 36, 95, 0.1);
    z-index: 2;
}

.dp-sector-swiper-bar,
.dp-sector-scrollbar {
    display: none !important;
}

.dp-sector-swiper-layout .dp-sector-slide {
    min-width: 108px !important;
    max-width: 180px !important;
}

.dp-sector-swiper-layout .dp-sector-minimal-item {
    min-width: 100px !important;
    max-width: 180px !important;
}

.dp-sector-swiper-layout .dp-sector-minimal-circle {
    width: 92px !important;
    height: 92px !important;
    margin-bottom: 12px !important;
    border-width: 2px !important;
}

.dp-sector-swiper-layout .dp-sector-minimal-circle i {
    font-size: 2.15rem !important;
}

.dp-sector-swiper-layout .dp-sector-minimal-name {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    color: #0a245f !important;
}

@media (max-width: 575.98px) {
    .dp-sector-swiper-layout .dp-sector-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .dp-sector-swiper-layout .dp-sector-minimal-circle {
        width: 78px !important;
        height: 78px !important;
    }

    .dp-sector-swiper-layout .dp-sector-minimal-circle i {
        font-size: 1.75rem !important;
    }

    .dp-sector-swiper-layout .dp-sector-minimal-name {
        font-size: 0.72rem !important;
    }
}

.dp-main-menu > li > a.nav-link {
    font-weight: 600 !important;
    padding: 0.5rem 0.85rem !important;
}

.dp-submenu-head {
    padding-bottom: 12px !important;
    margin-bottom: 6px !important;
}

.dp-submenu-head i {
    font-size: 1.45rem !important;
}

.dp-submenu-ico {
    width: 36px !important;
}

.dp-submenu-ico i {
    font-size: 1.35rem !important;
}

.dp-submenu-txt {
    font-weight: 700 !important;
}

.dp-submenu-link {
    padding-top: 13px !important;
    padding-bottom: 15px !important;
}

.dp-page-group-subnav-stack {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    overflow: visible !important;
}

.dp-page-group-subnav-stack a {
    width: 100% !important;
    white-space: normal !important;
    border-radius: 16px !important;
    min-height: 52px !important;
    padding: 14px 18px !important;
    line-height: 1.35 !important;
    align-items: flex-start !important;
}

.dp-hero-eco-minimal .dp-ecosystem-mini-icon {
    width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
}

.dp-hero-eco-minimal .dp-ecosystem-mini-icon i {
    font-size: 1.25rem !important;
}

.dp-hero-eco-minimal .dp-ecosystem-mini-card h4 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
}

.dp-hero-eco-minimal .dp-ecosystem-mini-card p,
.dp-hero-eco-minimal .dp-eco-card-desc {
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
}

.dp-hero-eco-minimal .dp-eco-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Benzer firmalar / Benzer içerikler — 2 sütun, kenar okları, otomatik kaydırma */
.dp-similar-companies-wrap,
.dp-basin-related-wrap {
    position: relative;
    padding: 0 2.25rem;
}

.dp-similar-companies-swiper,
.dp-basin-related-swiper {
    padding-bottom: 0;
}

.dp-similar-companies-swiper .swiper-slide,
.dp-basin-related-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.dp-similar-companies-swiper .dp-company-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.dp-basin-related-swiper .dp-news-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.dp-basin-related-title {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0.35rem 0 0 0 !important;
    color: #0a245f;
}

.dp-similar-company-title {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 0.35rem 0 !important;
}

.dp-similar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 36, 95, 0.88);
    color: #fff;
    font-size: 0.75rem;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease, transform 0.15s ease;
}

.dp-similar-nav:hover {
    background: #27d7df;
    color: #0a245f;
}

.dp-similar-prev {
    left: 0;
}

.dp-similar-next {
    right: 0;
}

@media (max-width: 575.98px) {
    .dp-similar-companies-wrap,
    .dp-basin-related-wrap {
        padding: 0 1.85rem;
    }

    .dp-similar-nav {
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
    }

    .dp-similar-company-title {
        font-size: 0.95rem !important;
    }

    .dp-basin-related-title {
        font-size: 0.88rem !important;
        line-height: 1.3 !important;
    }

    .dp-basin-related-swiper .dp-news-card-image {
        height: 140px !important;
    }
}

/* Firmalar listesi — tüm kırılımlarda 2 sütun */
@media (max-width: 575.98px) {
    .dp-firm-list-grid .dp-firm-row-card {
        padding: 10px 8px;
        gap: 8px;
    }

    .dp-firm-list-grid .dp-firm-row-body h3 {
        font-size: 0.78rem;
        line-height: 1.25;
    }

    .dp-firm-list-grid .dp-firm-row-sector,
    .dp-firm-list-grid .dp-firm-row-body p {
        font-size: 0.68rem;
    }

    .dp-firm-list-grid .dp-firm-row-logo {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
}

.dp-firm-row-arrow .fa-solid {
    font-size: 0.88em;
    line-height: 1;
    display: block;
}

.dp-basin-list-main {
    padding-top: 0;
}

.dp-basin-list-head {
    margin-bottom: 1.25rem;
}

.dp-basin-news-grid .dp-news-card {
    height: 100%;
}

@media (max-width: 575.98px) {
    .dp-basin-news-grid .dp-news-card-body h3 {
        font-size: 0.95rem;
        line-height: 1.25;
    }

    .dp-basin-news-grid .dp-news-card-body p {
        font-size: 0.78rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

/* —— Tema sayfalama (Firmalar / Basın) —— */
.dp-theme-pager {
    display: flex;
    justify-content: center;
    width: 100%;
}

.dp-theme-pager__list.pagination {
    gap: 6px;
    align-items: center;
    padding: 10px 14px;
    margin: 0;
    background: linear-gradient(165deg, #ffffff 0%, #f3f6fb 100%);
    border: 1px solid rgba(10, 36, 95, 0.1);
    border-radius: 999px;
    box-shadow: 0 10px 40px rgba(10, 36, 95, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dp-theme-pager .page-item {
    margin: 0;
}

.dp-theme-pager .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.35rem 0.65rem;
    border: none !important;
    border-radius: 999px !important;
    background: transparent;
    color: #0a245f !important;
    font-weight: 800;
    font-size: 0.92rem;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.dp-theme-pager .page-link:hover:not(.disabled) {
    color: #0a245f !important;
    background: rgba(40, 215, 223, 0.14) !important;
    box-shadow: 0 0 0 1px rgba(40, 215, 223, 0.35);
}

.dp-theme-pager .page-item.active .page-link {
    color: #fff !important;
    background: linear-gradient(90deg, #c51010 0%, #ff3b4a 45%, #ff6b6b 100%) !important;
    box-shadow: 0 8px 22px rgba(197, 16, 16, 0.35);
}

.dp-theme-pager .page-item.disabled .page-link {
    opacity: 0.38;
    pointer-events: none;
    color: #6b7c93 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dp-theme-pager .page-item.disabled .page-link span,
.dp-theme-pager .page-item.disabled .page-link i {
    opacity: 1;
}

.dp-theme-pager__nav {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
    gap: 0.45rem !important;
    font-size: 0.88rem !important;
}

.dp-theme-pager__nav i {
    font-size: 0.72em;
    opacity: 0.9;
}

.dp-theme-pager .page-item:not(.active):not(.disabled) .page-link:focus-visible {
    outline: 2px solid #28d7df;
    outline-offset: 2px;
}

@media (max-width: 575.98px) {
    .dp-theme-pager__list.pagination {
        padding: 8px 10px;
        gap: 4px;
        border-radius: 20px;
    }

    .dp-theme-pager .page-link {
        min-width: 2.15rem;
        min-height: 2.15rem;
        font-size: 0.82rem;
        padding: 0.25rem 0.45rem;
    }

    .dp-theme-pager__nav span {
        display: none;
    }

    .dp-theme-pager__nav {
        padding-left: 0.65rem !important;
        padding-right: 0.65rem !important;
    }
}

/* =========================================================
   v8 — Sektör şeridi: beyaz daire ortası, hover’da kenarda açık mercan/kırmızı halka + gölge (merkez dolu kırmızı değil)
   ========================================================= */
.dp-home-sector-block .dp-sector-minimal-item {
    position: relative;
}

.dp-home-sector-block .dp-sector-minimal-circle {
    border: none !important;
    background: #ffffff !important;
    color: #27d7df !important;
    box-shadow:
        0 12px 36px rgba(10, 36, 95, 0.07),
        0 4px 14px rgba(10, 36, 95, 0.05) !important;
    position: relative;
    z-index: 1;
    overflow: visible !important;
    transition:
        box-shadow 0.35s ease,
        color 0.28s ease,
        transform 0.22s ease,
        background 0.25s ease;
}

.dp-home-sector-block .dp-sector-minimal-circle::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(40, 215, 223, 0.1) 0%,
        transparent 58%
    );
    opacity: 0.45;
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.35s ease;
}

.dp-home-sector-block .dp-sector-minimal-item:hover .dp-sector-minimal-circle::before {
    opacity: 1;
    background: radial-gradient(
        circle at 50% 50%,
        transparent 0%,
        transparent 48%,
        rgba(255, 170, 170, 0.45) 72%,
        rgba(255, 130, 130, 0.55) 88%,
        rgba(255, 200, 200, 0.15) 100%
    );
    transform: scale(1.03);
}

.dp-home-sector-block .dp-sector-minimal-item:hover .dp-sector-minimal-circle {
    transform: translateY(-2px);
    border: none !important;
    color: #27d7df !important;
    background: #ffffff !important;
    box-shadow:
        0 14px 40px rgba(10, 36, 95, 0.09),
        0 0 0 2px #ffffff,
        0 0 0 4px rgba(255, 180, 180, 0.85),
        0 0 0 10px rgba(255, 150, 150, 0.28),
        0 0 36px rgba(255, 130, 130, 0.42) !important;
}

.dp-home-sector-block .dp-sector-minimal-item:hover .dp-sector-minimal-circle i {
    color: #27d7df !important;
}

.dp-home-sector-block .dp-sector-minimal-swiper .dp-sector-minimal-item:hover .dp-sector-minimal-circle {
    border-color: transparent !important;
}

.dp-home-sector-block .dp-sector-slide {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* =========================================================
   v10 — Font Awesome: tema style.css "Font Awesome 6 Pro" kullanıyor; CDN yalnızca Free/Brands.
   Pro yüklü olmadığında ikonlar boş kutu görünür. Free/Brands ile eşleştir.
   ========================================================= */
.fa-solid,
.fa-classic.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular,
.fa-classic.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* Banner ekosistem: ikon kutusu (min boy) */
.dp-hero-section .dp-hero-eco-minimal .dp-ecosystem-mini-icon {
    min-width: 3.25rem !important;
    min-height: 3.25rem !important;
}

/* =========================================================
   CONTACT PAGE (İletişim) — layout + neon frame
   ========================================================= */
.dp-contact-hero {
    background: #fff;
    border-bottom: 6px solid #27d7df;
}

.dp-contact-hero__crumb {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    color: #2c3b57;
    text-align: center;
}

.dp-contact-hero__bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 12px 0 18px;
    border-top: 1px solid rgba(10, 36, 95, 0.10);
}

.dp-contact-hero__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    color: #0a245f;
}

.dp-contact-hero__label {
    color: #27d7df;
}

.dp-contact-hero__label i {
    color: #27d7df;
}

.dp-contact-hero__value {
    color: #0a245f;
}

.dp-contact-section {
    padding: 34px 0 80px;
}

.dp-contact-locations {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    padding: 10px 0 28px;
}

.dp-contact-location h3 {
    font-size: 18px;
    font-weight: 800;
    color: #27d7df;
    margin: 0 0 8px 0;
}

.dp-contact-location__addr {
    color: #6b7c93;
    font-size: 13px;
    line-height: 1.6;
    min-height: 46px;
    margin-bottom: 10px;
}

.dp-contact-location__media {
    border-radius: 14px;
    overflow: hidden;
    background: #f6f8fb;
    box-shadow: 0 12px 30px rgba(10, 36, 95, 0.08);
}

.dp-contact-location__media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.dp-contact-location__link {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #27d7df;
    text-decoration: none;
}

.dp-contact-location__link:hover {
    color: #e52421;
}

.dp-contact-form-wrap {
    margin-top: 12px;
}

.dp-contact-form-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px 22px 18px;
    box-shadow: 0 16px 46px rgba(10, 36, 95, 0.10);
    position: relative;
}

.dp-contact-form-title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #0a245f;
    margin: 6px 0 6px;
}

.dp-contact-form-sub {
    text-align: left;
    margin: 0 0 16px;
    color: #6b7c93;
    font-weight: 600;
}

.dp-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dp-contact-field--full {
    grid-column: 1 / -1;
}

.dp-contact-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
}

@keyframes dp-neonShift {
    0% {
        box-shadow:
            0 0 0 2px rgba(40, 215, 223, 0.85),
            0 0 28px rgba(40, 215, 223, 0.35),
            0 0 70px rgba(40, 215, 223, 0.18);
    }
    65% {
        box-shadow:
            0 0 0 2px rgba(255, 170, 170, 0.92),
            0 0 30px rgba(255, 130, 130, 0.40),
            0 0 84px rgba(229, 36, 33, 0.18);
    }
    100% {
        box-shadow:
            0 0 0 2px rgba(255, 130, 130, 0.92),
            0 0 34px rgba(255, 130, 130, 0.40),
            0 0 90px rgba(229, 36, 33, 0.18);
    }
}

.dp-neon-frame {
    animation: dp-neonShift 4.2s ease-in-out infinite alternate;
}

/* Contact page tweaks (keep glow, remove borders, turquoise button) */
.dp-contact-page {
    background: #f6f8ff;
}

.dp-contact-page .dp-contact-locations-row {
    margin-top: 5px; /* lift cards into hero like inner pages */
    position: relative;
    z-index: 6;
}

.dp-contact-page .dp-location-card {
    padding: 22px !important;
}

.dp-contact-page .dp-location-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.dp-contact-page .dp-location-title h5 {
    font-size: 18px;
    font-weight: 900;
    color: #041b56;
}

.dp-contact-page .dp-location-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(40, 215, 223, .14);
    color: #28d7df;
}

.dp-contact-page .dp-location-media img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.dp-contact-page .dp-location-maplink {
    font-weight: 700;
    color: #28d7df;
    text-decoration: none;
}

.dp-contact-page .dp-location-maplink:hover {
    color: #e52421;
}

.dp-contact-page .contact-form-main-wrapper-contact {
    border: 0 !important;
    box-shadow:
        0 18px 50px rgba(0,0,0,.08),
        0 0 70px rgba(40, 215, 223, .14),
        0 0 90px rgba(229, 36, 33, .10);
}

.dp-contact-page .signle-contact-card {
    border: 0 !important;
}

.dp-btn-turquoise {
    background: #28d7df !important;
    border-color: #28d7df !important;
    color: #041b56 !important;
    font-weight: 800;
    letter-spacing: .2px;
}

.dp-btn-turquoise:hover,
.dp-btn-turquoise:focus {
    background: #22c6cd !important;
    border-color: #22c6cd !important;
    color: #041b56 !important;
}

@media (max-width: 991.98px) {
    .dp-contact-page .dp-contact-locations-row { margin-top: -70px; }
    .dp-contact-page .dp-location-media img { height: 210px; }
    .dp-contact-hero__bar { grid-template-columns: 1fr; gap: 8px; }
    .dp-contact-locations { grid-template-columns: 1fr; }
    .dp-contact-grid { grid-template-columns: 1fr; }
    .dp-contact-location__media img { height: 240px; }
    .dp-contact-form-title { font-size: 26px; }
}

/* Footer: başlık hemen altında linkler, sıkı dikey aralık (override çoğaltılmış kurallar) */
.dp-footer-main .dp-footer-nav-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}

.dp-footer-main .dp-footer-nav-col .dp-footer-heading {
    margin: 0 !important;
    padding: 0;
    font-size: clamp(1.05rem, 1.1vw + 0.9rem, 1.35rem);
    line-height: 1.2;
    font-weight: 800;
}

.dp-footer-main .dp-footer-nav-col .dp-footer-links {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.dp-footer-main .dp-footer-nav-col .dp-footer-links li {
    margin: 0 0 0.2rem 0 !important;
    padding: 0;
    line-height: 1.3;
}

.dp-footer-main .dp-footer-nav-col .dp-footer-links li:last-child {
    margin-bottom: 0 !important;
}

.dp-footer-main .dp-footer-nav-col .dp-footer-links a,
.dp-footer-main .dp-footer-nav-col .dp-footer-links span {
    line-height: 1.35 !important;
    display: inline-block;
}

/* Footer sosyal: Font Awesome (fa-brands) ikon boyutu */
.dp-footer-socials a i.fa-brands {
    font-size: 0.95rem;
    line-height: 1;
}
