:root {
    --white: #fff;

    /* Neutral shades (Slate Grisi Tonları - Arka planlar ve yazılar için) */
    --neutral-50: #f8fafc;
    --neutral-100: #f1f5f9;
    --neutral-200: #e2e8f0;
    --neutral-300: #cbd5e1;
    --neutral-400: #94a3b8;
    --neutral-500: #64748b;
    --neutral-600: #475569;
    --neutral-700: #334155;
    --neutral-800: #1e293b;
    --neutral-900: #0f172a;
    --neutral-950: #020617;

    /* Apex Brand Palette (Logon olan #0f4c81 tonundan türetilen özel mavi skalası) */
    --primary-50: #f0f5fa;
    --primary-100: #e2ecf4;
    --primary-200: #b9cee2;
    --primary-300: #8faecf;
    --primary-400: #5f8bba;
    --primary-500: #0f4c81;
    /* Senin Logonun Ana Rengi */
    --primary-600: #0c3d68;
    /* Hover ve daha koyu tonlar için */
    --primary-700: #092e50;
    --primary-800: #061f37;
    --primary-900: #031120;
    --primary-950: #01070e;

    /* Primary colors (Sistem genelinde kullanılacak aktif renkler) */
    --primary: var(--primary-500);
    --primary-lifted: var(--primary-600);
    --primary-accented: var(--primary-700);

    /* Secondary colors */
    --secondary: var(--neutral-600);
    --secondary-lifted: var(--neutral-700);
    --secondary-accented: var(--neutral-800);

    /* Success, Info, Warning, Error (Modern ve pastel tonlar) */
    --success: #10b981;
    --success-lifted: #059669;
    --success-accented: #047857;

    --info: var(--primary-500);
    --info-lifted: var(--primary-600);
    --info-accented: var(--primary-700);

    --notice: #8b5cf6;
    --notice-lifted: #7c3aed;
    --notice-accented: #6d28d9;

    --warning: #f97316;
    --warning-lifted: #ea580c;
    --warning-accented: #c2410c;

    --error: #ef4444;
    --error-lifted: #dc2626;
    --error-accented: #b91c1c;

    /* Grayscale & Neutral */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text & Border */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* UI Parameters */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-md: 1rem;
    --text-lg: 1.125rem;

    --rounding-sm: 0.375rem;
    --rounding-md: 0.75rem;
    --rounding-lg: 1rem;

    --letter-spacing: -0.01em;
    --disabled-opacity: 35%;
}

a {
    text-decoration: none !important;
}

body {
    font-family: Inter, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.hero-section {
    background: radial-gradient(circle at top right, rgba(15, 76, 129, 0.06), transparent 65%)
}

.bg-primary-soft {
    background-color: rgba(15, 76, 129, 0.08) !important
}

.text-primary {
    color: var(--primary-500) !important
}

.hdr-top {
    background: #0b1d33;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.hdr-top .container {
    height: 50px
}

.hdr-top>div>* {
    gap: 15px
}

.hdr-main {
    border-bottom: 1px solid rgb(243 244 246);
    background: white;
    position: relative
}

.dd-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 86px;
    background: #f8fafc;
    z-index: 5;
    width: 100%
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px
}

.hdr-logo img {
    width: auto;
    height: 65px
}

.nav-lnk {
    line-height: 71px;
    display: block;
    padding: 7px 0;
    position: relative
}

.hdr-top a {
    font-size: 14px;
    display: flex;
    color: #d1d5db;
    align-items: center;
    font-weight: 500;
    position: relative
}

.hdr-top a:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    margin-left: 15px;
    background: rgb(255 255 255 / 14%)
}

.hdr-top a svg {
    width: 18px;
    height: auto;
    margin-right: 8px
}

.hdr-top a:hover {
    color: #ffffff
}

.nav-lnk::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: var(--primary);
    margin: auto;
    width: 0%;
    transition: .3s
}

.nav-list>li:hover>a::after {
    width: 80%
}

.has-dd:Hover .dd-menu {
    display: block
}

.has-dd .dd-menu::after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 5px
}

.dd-grid {
    margin: 0 !important
}

.dd-left {
    background: #ffffff;
    padding: 35px 40px !important
}

.dd-hdr {
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 15px
}

.dd-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px
}

.dd-title svg {
    color: #0f4c81;
    width: 22px;
    height: auto
}

.dd-desc {
    font-size: 13.5px;
    color: #64748b;
    margin-top: 6px;
    line-height: 1.5
}

.dd-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
    padding: 0;
    margin: 0;
    list-style: none
}

.dd-item a {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.dd-item a:hover {
    background: rgba(15, 76, 129, 0.04);
    border-color: rgba(15, 76, 129, 0.08);
    transform: translateX(4px)
}

.dd-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(15, 76, 129, 0.06);
    color: #0f4c81;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease
}

.dd-item a:hover .dd-icon {
    background: #0f4c81;
    color: #ffffff
}

.dd-icon svg {
    width: 20px;
    height: auto
}

.dd-content h3 {
    font-size: 14.5px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px 0
}

.dd-content p {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 0
}

.dd-right {
    background: #f8fafc;
    border-left: 1px solid #e2e8f0;
    padding: 35px 30px !important
}

.dd-promo-box {
    display: flex;
    flex-direction: column;
    height: 100%
}

.dd-promo-title {
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    background: var(--primary);
    width: max-content;
    border-radius: 50vh;
    padding: 3px 11px;
    line-height: 20px;
}

.dd-promo-title svg {
    width: 18px;
    height: auto
}

.dd-promo-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0
}

.dd-promo-box p {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 18px
}

.dd-promo-list {
    padding: 0;
    margin: 0 0 24px 0;
    list-style: none
}

.dd-promo-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #334155;
    margin-bottom: 8px
}

.dd-promo-list li svg {
    color: #10b981;
    width: 16px;
    height: auto;
    flex-shrink: 0
}

.dd-promo-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f4c81;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 20px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(15, 76, 129, 0.15)
}

.dd-promo-btn:hover {
    background: #165b96;
    box-shadow: 0 6px 16px rgba(15, 76, 129, 0.25);
    transform: translateY(-1px)
}
.hdr-user-btn,.hdr-cart-btn {
    border:2px solid var(--primary);
    border-radius:50vh;
    font-weight:500;
    padding:10px 15px;
    color:var(--primary);
    transition:.3s;
    background:rgb(15 76 129 / 15%);
    display: block;
}
.hdr-user-btn:hover {
    background:var(--primary);
    color:white;
}
.hdr-cart-btn {
    padding:10px;
    line-heighT:normal;
    border-color:#1e8a5d;
    background:rgb(30 138 93 / 15%);
    color:#1e8a5d;
    position:relative;
}
.hdr-cart-btn:hover {
    color:white;
    background:#1e8a5d
}
.hdr-right {
    gap:15px;
}
.cart-badge {
    position:absolute;
    right:0;
    top:-5px;
    background:#1e8a5d;
    border-radius:50vh;
    width:20px;
    height:20px;
    border:2px solid white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    color:white;
}