
    
    :root {
        --primary: hsl(217, 91%, 65%);
        --primary-invert: hsl(0, 0%, 100%);
        --text: hsl(210, 15%, 88%);
        --text-light: hsl(210, 8%, 65%);
        --bg: hsl(220, 13%, 12%);
        --surface: hsl(220, 13%, 18%);
        --border: hsl(220, 13%, 28%);
        --font-family-body: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        --font-family-heading: 'Merriweather', serif;
        --radius: 3px;
        --radius-sm: 1px;
        --radius-lg: 6px;
        --shadow: 0 4px 15px hsla(220, 13%, 12%, 0.5);
        --shadow-lg: 0 10px 25px hsla(220, 13%, 12%, 0.6);
        --transition-fast: 0.2s ease;
        --transition-slow: 0.5s ease;
        --article-gap: 3rem;
        --section-padding: 3rem;
        --text-line-height: 1.5;
    }

    
    *, *::before, *::after { box-sizing: border-box; }
    
    
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    body {
        font-family: var(--font-family-body);
        color: var(--text);
        background-color: var(--bg);
        margin: 0;
        font-size: 16px;
        line-height: var(--text-line-height);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-x: hidden; 
        
    }
    a { color: var(--primary); text-decoration: none; transition: all var(--transition-fast); }
    a:hover { text-decoration: underline; filter: brightness(1.1); }
    img { max-width: 100%; height: auto; display: block; }
    h1, h2, h3, h4, h5, h6 { 
        font-family: var(--font-family-heading);
        margin: 0 0 0.75em; 
        color: var(--text); 
        line-height: 1.3; 
        font-weight: 600; 
    }
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.75rem; }
    h4 { font-size: 1.5rem; }
    p { margin: 0 0 1em; line-height: var(--text-line-height); }

    
    .pygyehml { 
        width: 92%; 
        max-width: 1280px; 
        margin: 0 auto; 
        padding-left: 15px; 
        padding-right: 15px;
        overflow-x: hidden;
    }
    .adkpinbd { padding: var(--section-padding) 0; }
    
    
    .articles-list { margin-bottom: var(--article-gap); }
    
    
    .articles-list.layout-zigzag .axjockot:nth-child(even) {
        flex-direction: row-reverse;
    }
    
    
    .articles-list.layout-masonry {
        column-count: 3;
        column-gap: var(--article-gap);
    }
    .articles-list.layout-masonry .axjockot {
        break-inside: avoid;
        margin-bottom: var(--article-gap);
        display: inline-block;
        width: 100%;
    }
    
    
    .articles-list.layout-card-deck {
        display: flex;
        flex-wrap: wrap;
        gap: var(--article-gap);
    }
    .articles-list.layout-card-deck .axjockot {
        flex: 1 1 calc(33.333% - var(--article-gap));
        min-height: 400px;
        margin-bottom: 0;
    }
    
    
    .articles-list.layout-magazine {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: var(--article-gap);
    }
    .articles-list.layout-magazine .axjockot:first-child {
        grid-row: 1 / 3;
    }
    
    
    .articles-list.layout-timeline {
        position: relative;
        padding-left: 30px;
    }
    .articles-list.layout-timeline::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: var(--primary);
    }
    .articles-list.layout-timeline .axjockot {
        position: relative;
        margin-bottom: var(--article-gap);
    }
    .articles-list.layout-timeline .axjockot::before {
        content: '';
        position: absolute;
        left: -23px;
        top: 20px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--primary);
    }
    
    
    .articles-list.layout-grid-3col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--article-gap);
    }
    
    @media (max-width: 768px) {
        
        * {
            max-width: 100vw;
        }
        
        .pygyehml, 
        .xmpwjgpa,
        .adkpinbd,
        .dalychxl {
            max-width: 100vw !important;
            overflow-x: hidden;
        }
        
        
        [style*="display: flex"],
        [class*="flex"],
        [style*="display: grid"],
        [class*="grid"] {
            min-width: 0;
        }
        
        .articles-list.layout-masonry { column-count: 1; }
        .articles-list.layout-card-deck .axjockot { flex: 1 1 100%; }
        .articles-list.layout-magazine { grid-template-columns: 1fr; grid-template-rows: auto; }
        .articles-list.layout-magazine .axjockot:first-child { grid-row: auto; }
        .articles-list.layout-grid-3col { grid-template-columns: 1fr; }
    }

    
    .xmpwjgpa {
        position: sticky; 
        top: 0;           
        z-index: 1000;    
        background-color: var(--surface);
        box-shadow: var(--shadow);
        border-bottom: 1px solid var(--border);
        
    }
    .dalychxl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 75px;
        padding: 0 1rem; 
    }
    .dalychxl .pygyehml {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .lyyyapch a, .lyyyapch { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 1.25rem; color: var(--text); text-decoration: none; }
    .lyyyapch img { max-height: 40px; width: auto; }

    .dalychxl .navbar-menu { display: flex; align-items: center; gap: 2rem; }
    .dalychxl .navbar-start {
        list-style: none; margin: 0; padding: 0;
        display: flex; align-items: center; gap: 0.5rem;
    }
    .dalychxl .navbar-item a {
        position: relative;
        display: block; padding: 0.75rem 1rem; color: var(--text-light);
        font-weight: 500; border-radius: var(--radius-sm);
        transition: color var(--transition-fast), background-color var(--transition-fast);
    }
    .dalychxl .navbar-item a::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: var(--primary);
        transition: width var(--transition-fast);
    }
    .dalychxl .navbar-item a:hover,
    .dalychxl .navbar-item a.is-active {
        color: var(--text);
        text-decoration: none;
    }
    .dalychxl .navbar-item a:hover::after,
    .dalychxl .navbar-item a.is-active::after {
        width: 60%;
    }

    
    
    
    .header-style-brand_forward .dalychxl {
        flex-direction: column;
        height: auto;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .header-style-brand_forward .dalychxl .pygyehml {
        flex-direction: column;
        gap: 1.5rem;
    }
    .header-style-brand_forward .navbar-burger {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    
    .osjytzcw {
        background-color: var(--bg);
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
        border-bottom: 1px solid var(--border);
    }
    .osjytzcw > .pygyehml {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-bar-left { display: flex; gap: 1rem; color: var(--text-light); }
    .top-bar-right .ohswftkh a svg {
        width: 18px;
        height: 18px;
        opacity: 0.6;
    }
    .top-bar-right .ohswftkh a:hover svg {
        opacity: 1;
    }

    .header-style-utilitarian .navbar-end {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .fzkbrkmt {
        position: relative;
    }
    .fzkbrkmt input {
        background: var(--bg);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        padding: 0.5rem 2.5rem 0.5rem 1rem;
        font-size: 0.9rem;
        width: 200px;
        transition: all var(--transition-fast);
    }
    .fzkbrkmt input:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 3px hsla(217, 91%, 65%, 0.25);
    }
    .fzkbrkmt button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
        color: var(--text-light);
    }
    .fzkbrkmt button:hover {
        color: var(--primary);
    }

    
    .navbar-burger {
        display: none; cursor: pointer; height: 75px; width: 75px;
        border: none; background: transparent; position: relative;
    }
    .navbar-burger span {
        display: block; position: absolute; height: 2px; width: 24px;
        background-color: var(--text); left: calc(50% - 12px);
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
                    opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1),
                    top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .navbar-burger span:nth-child(1) { top: calc(50% - 8px); }
    .navbar-burger span:nth-child(2) { top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) { top: calc(50% + 6px); }
    .navbar-burger.is-active span:nth-child(1) { top: calc(50% - 1px); transform: rotate(45deg); }
    .navbar-burger.is-active span:nth-child(2) { opacity: 0; }
    .navbar-burger.is-active span:nth-child(3) { top: calc(50% - 1px); transform: rotate(-45deg); }

    
    @media screen and (max-width: 992px) {
        .osjytzcw { display: none; } 
        .header-style-utilitarian .navbar-end { display: none; }
        .dalychxl .navbar-menu {
            display: none;
            position: fixed; 
            width: 100%;
            height: calc(100vh - 75px); 
            left: 0; top: 75px;
            background-color: var(--surface);
            overflow-y: auto;
            transform: translateX(100%);
            transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            
        }
        .dalychxl .navbar-menu.is-active {
            display: block;
            transform: translateX(0);
        }
        .dalychxl .navbar-start {
            flex-direction: column;
            gap: 0;
            padding: 2rem 0;
        }
        .dalychxl .navbar-item a {
            padding: 1rem 1.5rem;
            border-bottom: 1px solid var(--border);
            border-radius: 0;
            font-size: 1.2rem;
            text-align: center;
        }
        .dalychxl .navbar-item:last-child a { border-bottom: none; }
        .dalychxl .navbar-item a::after { display: none; } 
        .navbar-burger { display: block; }
        
        .header-style-classic .dalychxl, .header-style-utilitarian .dalychxl {
            justify-content: space-between;
        }
        .header-style-classic .navbar-burger, .header-style-utilitarian .navbar-burger {
            margin-left: auto;
        }
        .header-style-brand_forward .dalychxl .navbar-menu {
            top: 130px; 
        }
    }

    @media screen and (max-width: 768px) {
        .dalychxl .navbar-menu {
             height: calc(100vh - 75px);
        }
        .header-style-brand_forward .dalychxl .navbar-menu {
            height: calc(100vh - 130px);
        }
    }

    
    .bdfyvjqa { display: grid; grid-template-columns: 1fr; gap: 3rem; }
    @media (min-width: 992px) {
        .bdfyvjqa.sidebar-right { grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); }
    }
    .oboxfapo { 
        background: var(--surface); 
        padding: 2.5rem; 
        border-radius: var(--radius-lg); 
        box-shadow: var(--shadow); 
        
    }

    .oboxfapo img {
        max-width: 100%;
        height: 310px;
        width: 100%;
        object-fit: cover;
        display: block;
        margin: 1.5rem auto;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
    }

    
    .section-title {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }
    .section-title.style-default_underline {
        padding-bottom: 0.75rem;
        position: relative;
        border-bottom: 1px solid var(--border);
    }
    .section-title.style-default_underline::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 60px;
        background: var(--primary);
    }
    .section-title.style-center_lines {
        text-align: center;
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }
    .section-title.style-center_lines::before,
    .section-title.style-center_lines::after {
        content: '';
        flex-grow: 1;
        height: 1px;
        background: var(--border);
    }
    .section-title.style-bg_block {
        display: inline-block;
        background: var(--primary);
        color: var(--primary-invert);
        padding: 0.5rem 1.5rem;
        border-radius: var(--radius);
        font-size: 1.5rem;
    }
    .section-title.style-border_left {
        border-left: 4px solid var(--primary);
        padding-left: 1rem;
    }
    .section-title.style-dotted_underline {
        position: relative;
        padding-bottom: 1rem;
    }
    .section-title.style-dotted_underline::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(
            to right,
            var(--primary) 0px,
            var(--primary) 4px,
            transparent 4px,
            transparent 8px
        );
    }
    
    .btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: var(--radius);
        transition: all var(--transition-fast);
    }
    .btn-primary {
        color: var(--primary-invert);
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
        filter: brightness(1.1);
    }
    .btn-outline {
        color: var(--primary);
        border-color: var(--primary);
    }
    .btn-outline:hover {
        color: var(--primary-invert);
        background-color: var(--primary);
    }

    blockquote {
        padding: 1.5rem;
        margin: 0 0 1rem;
        border-left: 5px solid var(--primary);
        background-color: var(--bg);
        border-radius: 0 var(--radius) var(--radius) 0;
        font-style: italic;
    }

    
    .cgguwzzv .widget {
        background: var(--surface);
        padding: 1.5rem;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        margin-bottom: 2rem;
        border: 1px solid var(--border);
        transition: all var(--transition-slow);
        
    }
    .cgguwzzv .widget:hover {
         box-shadow: var(--shadow-lg);
         transform: translateY(-3px);
    }
    .cgguwzzv .widget .widget-title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--border);
    }
    .cgguwzzv .widget ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .cgguwzzv .widget ul li a {
        display: block;
        padding: 0.5rem 0;
        color: var(--text-light);
        transition: all var(--transition-fast);
        display: flex; 
        align-items: center; 
        gap: 0.75rem; 
    }
    .cgguwzzv .widget ul li a:hover {
        color: var(--primary);
        text-decoration: none;
        padding-left: 0.5rem;
    }

    .cgguwzzv .widget ul li a .sidebar-thumb {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: var(--radius-sm);
        flex-shrink: 0; 
    }

    
    .cgguwzzv .widget.widget-style-inverse {
        background: var(--primary);
        color: var(--primary-invert);
    }
    .cgguwzzv .widget.widget-style-inverse .widget-title {
        color: var(--primary-invert);
        border-color: hsla(0, 0%, 100%, 0.3);
    }
    .cgguwzzv .widget.widget-style-inverse a {
        color: hsla(0, 0%, 100%, 0.8);
    }
     .cgguwzzv .widget.widget-style-inverse a:hover {
        color: var(--primary-invert);
    }

    .cgguwzzv .widget.widget-style-border-accent {
        border-top: 3px solid var(--primary);
    }

    .cgguwzzv .widget.widget-style-minimal {
        background: transparent;
        box-shadow: none;
        border: none;
        border-left: 2px solid var(--border);
        padding-left: 1rem;
    }

    
    .widget-tag-cloud .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .widget-tag-cloud .tag {
        display: inline-block;
        padding: 0.25rem 0.75rem;
        background: var(--bg);
        border-radius: var(--radius); 
        font-size: 0.9em;
        transition: all var(--transition-fast);
        border: 1px solid var(--border);
    }
    .widget-tag-cloud .tag:hover {
        background: var(--primary);
        color: var(--primary-invert);
        transform: scale(1.05);
    }
    
    .cgguwzzv .widget.widget-style-inverse .tag {
        background: hsla(0, 0%, 100%, 0.15);
        color: var(--primary-invert);
        border-color: hsla(0, 0%, 100%, 0.3);
    }
    .cgguwzzv .widget.widget-style-inverse .tag:hover {
        background: var(--primary-invert);
        color: var(--primary);
    }

    
    .nwyqencm {
        background: var(--text);
        color: var(--surface); 
        text-align: center;
        padding: 4rem 0;
        margin-top: 3rem;
        opacity: 0.9; 
    }
    .nwyqencm a {
        color: var(--surface);
    }
    .nwyqencm .footer-content {
        font-size: 0.9rem;
    }

    .iywosfdw {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 3rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        align-items: start;
        text-align: left; 
    }
    .corctrga {
        display: block;
        max-width: 180px;
        margin-bottom: 1.5rem;
    }
    .corctrga img {
        max-width: 100%;
        height: auto;
    }
    .ftvnekma h4 {
        color: var(--surface); 
        margin-bottom: 1.5rem;
        font-size: 1.2rem;
        opacity: 1; 
    }
    .ftvnekma p {
        color: var(--surface); 
        margin-bottom: 1rem;
        opacity: 0.7; 
    }
    .ftvnekma ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .ftvnekma ul li {
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    .ftvnekma ul li a {
        color: var(--surface); 
        text-decoration: none;
        transition: all var(--transition-fast);
        opacity: 0.7;
    }
    .ftvnekma ul li a:hover {
        color: var(--surface); 
        opacity: 1;
    }
    .ftvnekma svg {
        fill: var(--surface); 
        flex-shrink: 0;
        opacity: 0.7;
    }
    .ohswftkh {
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
    }
    .ohswftkh a svg {
        fill: var(--surface); 
        transition: all var(--transition-fast);
        opacity: 0.8;
    }
    .ohswftkh a:hover svg {
        fill: var(--surface); 
        transform: scale(1.1);
        opacity: 1;
    }
    .qirrxiyq {
        padding: 1.5rem 0;
        margin-top: 2rem;
        border-top: 1px solid var(--border); 
    }
    .qirrxiyq ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem 1.5rem;
    }
    .qirrxiyq ul li a {
        color: var(--surface); 
        text-decoration: none;
        transition: all var(--transition-fast);
        opacity: 0.7;
    }
    .qirrxiyq ul li a:hover {
        color: var(--surface); 
        text-decoration: underline;
        opacity: 1;
    }

    @media (max-width: 768px) {
        .qirrxiyq ul {
            flex-direction: column;
            text-align: center;
        }
    }

    .copyright p {
        font-size: 0.9rem;
        color: var(--surface); 
        opacity: 0.5;
    }

    
    .zndggfpf { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; list-style:none; padding:0; }
    .zndggfpf a, .zndggfpf span {
        display: inline-block;
        padding: 0.5rem 1rem;
        min-width: 40px;
        text-align: center;
        border: 1px solid var(--border);
        border-radius: var(--radius);
        transition: all var(--transition-fast);
        background: var(--surface);
    }
    .zndggfpf a:hover {
        background: var(--primary);
        color: var(--primary-invert);
        border-color: var(--primary);
        text-decoration: none;
    }
    .zndggfpf .current-page {
        background: var(--primary);
        color: var(--primary-invert);
        border-color: var(--primary);
    }

    
    .axjockot {
        position: relative; 
        background: var(--surface);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        border: 1px solid var(--border);
        overflow: hidden;
        display: flex;
        flex-direction: column; 
        margin-bottom: 2rem;
        transition: transform var(--transition-slow), box-shadow var(--transition-slow);
        
    }
    .axjockot:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-lg);
    }

    
    @media (min-width: 769px) {
        .axjockot.layout-image-left { flex-direction: row; }
        .axjockot.layout-image-right { flex-direction: row-reverse; }
        .axjockot.layout-image-top { flex-direction: column; }
    }
    
    .axjockot.layout-text-only { padding: 1.5rem; }

    .axjockot .article-image {
        flex-shrink: 0;
        background-color: var(--bg);
        overflow: hidden; 
    }
    .axjockot .article-content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 1.5rem;
    }



    
    .axjockot.layout-image-top .article-image,
    .axjockot.layout-image-left .article-image,
    .axjockot.layout-image-right .article-image {
        width: 100%;
        max-height: 280px;
    }

    @media (min-width: 769px) {
        .axjockot.layout-image-left .article-image,
        .axjockot.layout-image-right .article-image {
            width: 38%;
        }
    }
    
    .axjockot .article-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform var(--transition-slow), filter var(--transition-slow);
    }

    .axjockot .article-title { margin: 0 0 0.5rem; font-size: 1.4rem; font-weight: 700; }
    .axjockot .article-title a { color: var(--text); text-decoration: none; }
    .axjockot .article-title a:hover { text-decoration: underline; color: var(--primary); }
    
    
    .axjockot .article-title.style-icon_prefix {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    .axjockot .article-title.style-icon_prefix svg {
        color: var(--primary);
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }
    .axjockot .article-title.style-icon_prefix:hover svg {
        transform: translateX(3px);
    }
    .axjockot .article-title.style-underline_hover a {
        text-decoration: none;
        background-image: linear-gradient(var(--primary), var(--primary));
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
    }
    .axjockot .article-title.style-underline_hover:hover a {
        background-size: 100% 2px;
    }
    .axjockot .article-title.style-gradient_text a {
        background: linear-gradient(45deg, var(--primary), var(--text));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .axjockot .article-title.style-shadow_text {
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    
    .axjockot .star-rating {
        margin: 0.5rem 0;
        font-size: 1.1rem;
        color: #ffc107; 
    }
    .axjockot .star-rating .star-empty {
        color: var(--border);
    }

    .axjockot .article-excerpt { margin: 0 0 1.5rem; color: var(--text-light); flex-grow: 1; }
    
    
    .axjockot .article-excerpt.style-italic {
        font-style: italic;
    }
    .axjockot .article-excerpt.style-quoted {
        padding: 0.5rem 1rem;
        border-left: 3px solid var(--border);
        background-color: var(--bg);
        border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    }
    .axjockot .article-excerpt.style-highlighted_bg {
        background-color: var(--bg);
        padding: 0.75rem;
        border-radius: var(--radius-sm);
    }
    .axjockot .article-excerpt.style-bordered {
        border: 1px solid var(--border);
        padding: 0.75rem;
        border-radius: var(--radius-sm);
    }
    .axjockot .article-excerpt.style-gradient_bg {
        background: linear-gradient(135deg, var(--bg), var(--surface));
        padding: 0.75rem;
        border-radius: var(--radius-sm);
        border: 1px solid var(--border);
    }

    .axjockot .article-meta {
        display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; align-items: center;
    }
    .axjockot .article-meta span {
        color: var(--text-light); font-size: 0.875rem;
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
    }
    .axjockot .article-meta svg {
        flex-shrink: 0;
    }

    
    .axjockot .article-badge {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background-color: var(--primary);
        color: var(--primary-invert);
        padding: 0.25rem 0.75rem;
        font-size: 0.8rem;
        font-weight: 700;
        border-radius: var(--radius-sm);
        z-index: 2;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    
    .axjockot.style-rounded .article-image,
    .axjockot.style-rounded { border-radius: var(--radius); }

    .axjockot.style-circle .article-image,
    .axjockot.style-circle .article-image img {
        border-radius: 9999px;
        aspect-ratio: 1/1;
    }
    
    .axjockot.style-square .article-image,
    .axjockot.style-square { border-radius: 0; }
    
    
    .axjockot.hover-scale .article-image img { transition: transform 0.4s ease; }
    .axjockot.hover-scale:hover .article-image img { transform: scale(1.08); }
    .axjockot.hover-glow:hover {
        box-shadow: 0 0 25px var(--primary);
    }
    .axjockot.hover-grayscale .article-image img { filter: grayscale(100%); }
    .axjockot.hover-grayscale:hover .article-image img { filter: grayscale(0%); }
    .axjockot.hover-rotate .article-image img { transition: transform 0.4s ease; }
    .axjockot.hover-rotate:hover .article-image img { transform: rotate(2deg) scale(1.05); }
    .axjockot.hover-fade .article-image img { transition: opacity 0.3s ease; }
    .axjockot.hover-fade:hover .article-image img { opacity: 0.8; }
    

    
    .articles-list.layout-image-top {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 2rem;
    }

    .articles-list.layout-image-top .axjockot {
        margin-bottom: 0; 
    }

    
    
    
    .articles-list.layout-masonry {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.5rem;
        grid-auto-rows: masonry; 
    }
    
    
    @supports not (grid-auto-rows: masonry) {
        .articles-list.layout-masonry {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }
        .articles-list.layout-masonry .axjockot {
            flex: 0 0 calc(50% - 0.75rem);
            margin-bottom: 0;
        }
    }
    
    @media (max-width: 768px) {
        .articles-list.layout-masonry .axjockot {
            flex: 0 0 100%;
        }
    }


    
    .articles-list.layout-card-deck {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 2rem;
        align-items: start;
    }
    .articles-list.layout-card-deck .axjockot {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .articles-list.layout-card-deck .axjockot .article-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .articles-list.layout-card-deck .axjockot .article-excerpt {
        flex-grow: 1;
    }

    
    .articles-list.layout-magazine {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 1.5rem;
        grid-auto-rows: minmax(200px, auto);
    }
    .articles-list.layout-magazine .axjockot:first-child {
        grid-column: 1 / 8;
        grid-row: 1 / 3;
    }
    .articles-list.layout-magazine .axjockot:nth-child(2) {
        grid-column: 8 / 13;
        grid-row: 1 / 2;
    }
    .articles-list.layout-magazine .axjockot:nth-child(3) {
        grid-column: 8 / 13;
        grid-row: 2 / 3;
    }
    .articles-list.layout-magazine .axjockot:nth-child(n+4) {
        grid-column: span 4;
    }
    
    @media (max-width: 992px) {
        .articles-list.layout-magazine {
            grid-template-columns: repeat(6, 1fr);
        }
        .articles-list.layout-magazine .axjockot:first-child {
            grid-column: 1 / 7;
            grid-row: 1 / 2;
        }
        .articles-list.layout-magazine .axjockot:nth-child(2),
        .articles-list.layout-magazine .axjockot:nth-child(3) {
            grid-column: span 3;
            grid-row: auto;
        }
        .articles-list.layout-magazine .axjockot:nth-child(n+4) {
            grid-column: span 6;
        }
    }
    
    @media (max-width: 768px) {
        .articles-list.layout-magazine {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .articles-list.layout-magazine .axjockot {
            margin-bottom: 0;
        }
    }

    
    .articles-list.layout-timeline {
        position: relative;
        padding-left: 2rem;
    }
    .articles-list.layout-timeline::before {
        content: '';
        position: absolute;
        left: 0.75rem;
        top: 0;
        bottom: 0;
        width: 2px;
        background: var(--primary);
        opacity: 0.3;
    }
    .articles-list.layout-timeline .axjockot {
        position: relative;
        margin-left: 1.5rem;
        margin-bottom: 2rem;
        max-width: calc(100% - 1.5rem);
    }
    .articles-list.layout-timeline .axjockot::before {
        content: '';
        position: absolute;
        left: -2.25rem;
        top: 1rem;
        width: 12px;
        height: 12px;
        background: var(--primary);
        border-radius: 50%;
        border: 3px solid var(--surface);
        box-shadow: 0 0 0 3px var(--primary);
    }
    @media (max-width: 768px) {
        .articles-list.layout-timeline {
            padding-left: 1rem;
        }
        .articles-list.layout-timeline::before {
            left: 0.375rem;
        }
        .articles-list.layout-timeline .axjockot {
            margin-left: 1rem;
        }
        .articles-list.layout-timeline .axjockot::before {
            left: -1.625rem;
        }
    }

    
    .articles-list.layout-grid-3col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    .articles-list.layout-grid-3col .axjockot {
        margin-bottom: 0;
    }
    @media (max-width: 992px) {
        .articles-list.layout-grid-3col {
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }
    }
    @media (max-width: 768px) {
        .articles-list.layout-grid-3col {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
    }

    
    .articles-list.layout-featured {
        display: grid;
        gap: 2rem;
    }
    .articles-list.layout-featured .axjockot:first-child {
        grid-column: 1 / -1; 
        margin-bottom: 1rem;
    }
    .articles-list.layout-featured .axjockot:not(:first-child) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column: 1 / -1;
        gap: 2rem;
        margin-bottom: 0;
    }
    @media (max-width: 768px) {
        .articles-list.layout-featured .axjockot:not(:first-child) {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
    }
    
    
    .articles-list.layout-masonry .axjockot,
    .articles-list.layout-card-deck .axjockot,
    .articles-list.layout-magazine .axjockot,
    .articles-list.layout-timeline .axjockot,
    .articles-list.layout-grid-3col .axjockot,
    .articles-list.layout-featured .axjockot {
        margin-bottom: 0; 
    }

    
    .articles-list.layout-masonry .axjockot .article-image,
    .articles-list.layout-card-deck .axjockot .article-image,
    .articles-list.layout-magazine .axjockot .article-image,
    .articles-list.layout-timeline .axjockot .article-image,
    .articles-list.layout-grid-3col .axjockot .article-image,
    .articles-list.layout-featured .axjockot .article-image {
        width: 100%;
        max-height: 220px;
    }

    
    .articles-list.layout-magazine .axjockot:first-child .article-image {
        max-height: 300px;
    }

    
    @media (max-width: 768px) {
        .axjockot .article-content {
            padding: 1.25rem !important;
        }
        
        .articles-list.layout-masonry .axjockot .article-content,
        .articles-list.layout-card-deck .axjockot .article-content,
        .articles-list.layout-grid-3col .axjockot .article-content {
            padding: 1.25rem;
        }
        
        .axjockot.layout-text-only {
            padding: 1.25rem;
        }
    }

    
    .text-center { text-align: center; }
    .text-right { text-align: right; }
    .font-bold { font-weight: 700; }
    .d-flex { display: flex; }
    .align-items-center { align-items: center; }
    .justify-content-between { justify-content: space-between; }
    .mt-1 { margin-top: 1rem; }
    .mb-1 { margin-bottom: 1rem; }
    .p-1 { padding: 1rem; }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    
    .form-group { margin-bottom: 1.5rem; }
    .form-label { display: block; margin-bottom: 0.5rem; font-weight: 500; }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.75rem 1rem;
        font-size: 1rem;
        font-family: var(--font-family);
        color: var(--text);
        background-color: var(--surface);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    }
    .form-control:focus {
        outline: 0;
        border-color: var(--primary);
        box-shadow: 0 0 0 3px hsla(217, 91%, 65%, 0.25); 
    }
    textarea.form-control {
        min-height: 120px;
        resize: vertical;
    }

    
    .awmwyqgk {
        margin-top: 3rem;
        padding-top: 2rem;
        border-top: 1px solid var(--border);
    }
    .mmivszgn .haazmhvo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    .mmivszgn .sxhzlxci {
        font-size: 0.9rem;
        color: var(--text-light);
        margin-bottom: 1rem;
    }
    @media (max-width: 768px) {
        .mmivszgn .haazmhvo {
            grid-template-columns: 1fr;
            gap: 0;
        }
    }

    







@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');


:root {
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --accent-color: #f59e0b;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --background-light: #f8fafc;
    --background-white: #ffffff;
    --border-light: #e5e7eb;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    --transition: all 0.3s ease;
}


.header-style-modern_corporate .corporate-top-bar {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.header-style-modern_corporate .corporate-top-bar .container,
.header-style-modern_corporate .corporate-top-bar [class*="container"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-modern_corporate .top-info-left,
.header-style-modern_corporate .top-info-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-modern_corporate .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-style-modern_corporate .language-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.header-style-modern_corporate .auth-buttons {
    display: flex;
    gap: 12px;
}

.header-style-modern_corporate .btn-login,
.header-style-modern_corporate .btn-register {
    padding: 6px 16px;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.header-style-modern_corporate .btn-login {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-modern_corporate .btn-register {
    background: #f59e0b;
    border: 1px solid #f59e0b;
}

.header-style-modern_corporate .btn-login:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.header-style-modern_corporate .btn-register:hover {
    background: #d97706;
    color: white;
}


.header-style-modern_corporate .corporate-main-nav {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
}

.header-style-modern_corporate .corporate-main-nav .container,
.header-style-modern_corporate .corporate-main-nav [class*="container"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-modern_corporate .main-navigation {
    display: flex;
}

.header-style-modern_corporate .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.header-style-modern_corporate .nav-link {
    color: #1f2937;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-style-modern_corporate .nav-link:hover {
    color: #2563eb;
}

.header-style-modern_corporate .nav-extras {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-modern_corporate .search-toggle {
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-style-modern_corporate .search-toggle:hover {
    background: #f3f4f6;
}

.header-style-modern_corporate .mobile-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 3px;
    padding: 8px;
}

.header-style-modern_corporate .mobile-menu-btn span {
    width: 22px;
    height: 2px;
    background: #1f2937;
    border-radius: 1px;
    transition: all 0.3s ease;
}


.header-style-tech_startup .tech-top-bar {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 0;
    font-size: 13px;
}

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

.header-style-tech_startup .tech-contact span {
    margin-right: 20px;
    font-size: 13px;
}

.header-style-tech_startup .tech-auth-group {
    display: flex;
    gap: 12px;
}

.header-style-tech_startup .tech-login,
.header-style-tech_startup .tech-signup {
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    transition: all 0.3s ease;
}

.header-style-tech_startup .tech-login {
    background: rgba(255, 255, 255, 0.1);
}

.header-style-tech_startup .tech-signup {
    background: hsl(217, 91%, 65%);
}

.header-style-tech_startup .tech-header-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 0;
}

.header-style-tech_startup .tech-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-tech_startup .tech-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}

.header-style-tech_startup .logo-icon {
    margin-right: 12px;
}

.header-style-tech_startup .logo-icon img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.header-style-tech_startup .tech-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.header-style-tech_startup .tech-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.header-style-tech_startup .tech-link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header-style-tech_startup .tech-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-tech_startup .search-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-style-tech_startup .menu-toggle {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 3px;
}

.header-style-tech_startup .menu-toggle span {
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 1px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .header-style-tech_startup .tech-top-bar {
        display: none;
    }
    
    .header-style-tech_startup .tech-menu {
        display: none;
    }
    
    .header-style-tech_startup .menu-toggle {
        display: flex;
    }
}



.header-style-executive_suite {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.header-style-executive_suite .executive-status-bar {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-executive_suite .executive-status-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-executive_suite .status-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-executive_suite .business-credentials,
.header-style-executive_suite .executive-contact {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-style-executive_suite .credential-item,
.header-style-executive_suite .contact-method {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.8;
}

.header-style-executive_suite .account-access {
    display: flex;
    gap: 12px;
}

.header-style-executive_suite .executive-login,
.header-style-executive_suite .executive-register {
    color: white;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-executive_suite .executive-register {
    background: #f59e0b;
    border-color: #f59e0b;
}

.header-style-executive_suite .executive-main-nav {
    padding: 15px 0;
}

.header-style-executive_suite .executive-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-executive_suite .executive-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: white;
}

.header-style-executive_suite .logo-frame img {
    height: 50px;
    width: 50px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.header-style-executive_suite .brand-name {
    font-size: 1.6rem;
    font-weight: 600;
}

.header-style-executive_suite .brand-subtitle {
    font-size: 0.85rem;
    opacity: 0.7;
    display: block;
}

.header-style-executive_suite .executive-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px;
}

.header-style-executive_suite .executive-nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    position: relative;
    transition: all 0.3s ease;
}

.header-style-executive_suite .executive-nav-link .nav-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f59e0b;
    transition: width 0.3s ease;
}

.header-style-executive_suite .executive-nav-link:hover {
    color: white;
}

.header-style-executive_suite .executive-nav-link:hover .nav-underline {
    width: 100%;
}

.header-style-executive_suite .executive-utilities {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-executive_suite .search-executive {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}

.header-style-executive_suite .utility-language {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.header-style-executive_suite .executive-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.header-style-executive_suite .menu-line {
    width: 24px;
    height: 2px;
    background: white;
}


.header-style-creative_agency .creative-info-strip {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 6px 0;
    font-size: 12px;
}

.header-style-creative_agency .creative-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-creative_agency .creative-contact span {
    margin-right: 15px;
}

.header-style-creative_agency .creative-social {
    display: flex;
    gap: 10px;
}

.header-style-creative_agency .creative-social a {
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

.header-style-creative_agency .creative-brand-section {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.header-style-creative_agency .creative-brand-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-creative_agency .creative-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1f2937;
    font-weight: 700;
    font-size: 1.5rem;
}

.header-style-creative_agency .logo-container {
    margin-right: 12px;
}

.header-style-creative_agency .logo-container img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
}

.header-style-creative_agency .creative-auth-section {
    display: flex;
    gap: 12px;
}

.header-style-creative_agency .creative-login,
.header-style-creative_agency .creative-signup {
    position: relative;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    overflow: hidden;
}

.header-style-creative_agency .creative-login {
    color: #667eea;
    border: 2px solid #667eea;
}

.header-style-creative_agency .creative-signup {
    color: white;
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.header-style-creative_agency .creative-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.header-style-creative_agency .creative-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.header-style-creative_agency .creative-link {
    position: relative;
    color: #1f2937;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.header-style-creative_agency .creative-link:hover {
    color: white;
    background: linear-gradient(45deg, #667eea, #764ba2);
    transform: translateY(-2px);
}

.header-style-creative_agency .creative-utilities {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-creative_agency .search-creative {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-style-creative_agency .search-creative:hover {
    background: #667eea;
    color: white;
    transform: scale(1.1);
}

.header-style-creative_agency .creative-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.header-style-creative_agency .toggle-dot {
    width: 6px;
    height: 6px;
    background: #667eea;
    border-radius: 50%;
    transition: all 0.3s ease;
}


@media (max-width: 768px) {
    .header-style-modern_corporate .corporate-top-bar .container,
    .header-style-tech_startup .tech-header-content,
    .header-style-executive_suite .status-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .header-style-creative_agency .creative-info-strip {
        display: none;
    }
    
    .header-style-creative_agency .creative-brand-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header-style-creative_agency .creative-menu {
        display: none;
    }
    
    .header-style-creative_agency .creative-toggle {
        display: flex;
    }
    
    .header-style-creative_agency .creative-nav-content {
        justify-content: center;
        position: relative;
    }
    
    .auth-buttons,
    .auth-group,
    .account-access {
        gap: 8px;
    }
}




.header-style-minimalist_premium .minimal-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 20px 0;
}

.header-style-minimalist_premium .minimal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-minimalist_premium .minimal-logo img {
    height: 45px;
    width: auto;
}

.header-style-minimalist_premium .minimal-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.header-style-minimalist_premium .minimal-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease;
}

.header-style-minimalist_premium .minimal-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.4s ease;
}

.header-style-minimalist_premium .minimal-link:hover:after {
    width: 100%;
}

.header-style-minimalist_premium .minimal-controls {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-style-minimalist_premium .search-icon {
    background: none;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.header-style-minimalist_premium .search-icon:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.05);
}

.header-style-minimalist_premium .auth-minimal {
    display: flex;
    gap: 15px;
}

.header-style-minimalist_premium .minimal-login,
.header-style-minimalist_premium .minimal-register {
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.header-style-minimalist_premium .minimal-login {
    color: #666;
    border: 1px solid #e0e0e0;
}

.header-style-minimalist_premium .minimal-register {
    color: white;
    background: #000;
    border: 1px solid #000;
}

.header-style-minimalist_premium .minimal-login:hover {
    color: #000;
    border-color: #000;
}

.header-style-minimalist_premium .minimal-register:hover {
    background: #333;
}

.header-style-minimalist_premium .minimal-burger {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.header-style-minimalist_premium .burger-line {
    width: 18px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}




.header-style-global_business .global-info-bar {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 8px 0;
    font-size: 13px;
}

.header-style-global_business .global-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-global_business .business-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-global_business .info-badge {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-style-global_business .contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.header-style-global_business .global-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-global_business .region-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.header-style-global_business .region-selector:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header-style-global_business .quick-auth {
    display: flex;
    gap: 10px;
}

.header-style-global_business .quick-login,
.header-style-global_business .quick-register {
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-style-global_business .quick-login {
    background: rgba(255, 255, 255, 0.1);
}

.header-style-global_business .quick-register {
    background: #3b82f6;
}

.header-style-global_business .global-main-header {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 0;
}

.header-style-global_business .global-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-global_business .global-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1f2937;
}

.header-style-global_business .global-logo img {
    height: 50px;
    width: auto;
    margin-right: 15px;
}

.header-style-global_business .logo-details {
    display: flex;
    flex-direction: column;
}

.header-style-global_business .company-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.header-style-global_business .company-tagline {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 400;
}

.header-style-global_business .global-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.header-style-global_business .global-nav-link {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.header-style-global_business .nav-indicator {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3b82f6;
    transition: width 0.3s ease;
}

.header-style-global_business .global-nav-link:hover .nav-indicator {
    width: 100%;
}

.header-style-global_business .global-header-tools {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-global_business .search-trigger {
    background: #f3f4f6;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.3s ease;
}

.header-style-global_business .search-trigger:hover {
    background: #e5e7eb;
    color: #374151;
}

.header-style-global_business .global-menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 3px;
}

.header-style-global_business .toggle-line {
    width: 20px;
    height: 2px;
    background: #374151;
    transition: all 0.3s ease;
}




.header-style-utilitarian .top-bar {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
    font-size: 14px;
}

.header-style-utilitarian .top-bar-left,
.header-style-utilitarian .top-bar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-utilitarian .top-bar-left {
    color: #64748b;
}

.header-style-utilitarian .top-bar-right {
    margin-left: auto;
}

.header-style-utilitarian .social-links {
    display: flex;
    gap: 10px;
}

.header-style-utilitarian .social-links a {
    color: #64748b;
    transition: color 0.3s ease;
}

.header-style-utilitarian .social-links a:hover {
    color: #3b82f6;
}

.header-style-utilitarian .social-links svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.header-style-utilitarian .auth-buttons {
    display: flex;
    gap: 10px;
}

.header-style-utilitarian .util-login,
.header-style-utilitarian .util-register {
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-utilitarian .util-login {
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.header-style-utilitarian .util-register {
    color: white;
    background: #3b82f6;
    border: 1px solid #3b82f6;
}

.header-style-utilitarian .util-login:hover {
    color: #1e293b;
    border-color: #cbd5e1;
}

.header-style-utilitarian .util-register:hover {
    background: #2563eb;
}

.header-style-utilitarian .main-nav {
    background: white;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
}

.header-style-utilitarian .site-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #1e293b;
}

.header-style-utilitarian .site-logo img {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.header-style-utilitarian .navbar-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-style-utilitarian .navbar-start {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.header-style-utilitarian .navbar-item a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.header-style-utilitarian .navbar-item a:hover {
    color: #3b82f6;
    background: #f1f5f9;
}

.header-style-utilitarian .navbar-end {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-utilitarian .header-search {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 6px 12px;
    gap: 8px;
}

.header-style-utilitarian .header-search input {
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    width: 200px;
}

.header-style-utilitarian .header-search button {
    border: none;
    background: none;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-style-utilitarian .cta-button {
    background: #3b82f6;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-utilitarian .cta-button:hover {
    background: #2563eb;
}

.header-style-utilitarian .navbar-burger {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 3px;
}

.header-style-utilitarian .navbar-burger span {
    width: 20px;
    height: 2px;
    background: #475569;
    transition: all 0.3s ease;
}


@media (max-width: 768px) {
    .header-style-minimalist_premium .minimal-menu,
    .header-style-global_business .global-menu,
    .header-style-utilitarian .navbar-start {
        display: none;
    }
    
    .header-style-minimalist_premium .minimal-burger,
    .header-style-global_business .global-menu-toggle,
    .header-style-utilitarian .navbar-burger {
        display: flex;
    }
    
    .header-style-global_business .global-info-bar {
        display: none;
    }
    
    .header-style-utilitarian .top-bar {
        display: none;
    }
    
    .header-style-utilitarian .header-search {
        width: auto;
    }
    
    .header-style-utilitarian .header-search input {
        width: 150px;
    }
}

.header-style-modern_corporate .main-navigation .nav-link:hover:after {
    width: 100%;
}

.header-style-modern_corporate .nav-extras {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-modern_corporate .search-toggle {
    font-size: 18px;
    cursor: pointer;
    color: var(--text-secondary, #6b7280);
}

.header-style-modern_corporate .mobile-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: none; 
    flex-direction: column;
    gap: 4px;
}

.header-style-modern_corporate .mobile-menu-btn span {
    width: 22px;
    height: 2px;
    background: var(--text-primary, #1f2937);
}


.header-style-tech_startup .tech-top-bar {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 0;
    font-size: 13px;
}


@media (max-width: 768px) {
    .header-style-modern_corporate .corporate-top-bar .container,
    .header-style-tech_startup .tech-header-content,
    .header-style-executive_suite .status-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .header-style-creative_agency .creative-info-strip {
        display: none;
    }
    
    .header-style-creative_agency .creative-brand-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header-style-creative_agency .creative-menu {
        display: none;
    }
    
    .header-style-creative_agency .creative-toggle {
        display: flex;
    }
    
    .header-style-creative_agency .creative-nav-content {
        justify-content: center;
        position: relative;
    }
    
    .auth-buttons,
    .auth-group,
    .account-access {
        gap: 8px;
    }
}


@media (max-width: 768px) {
    .header-style-modern_corporate .corporate-top-bar,
    .header-style-tech_startup .tech-top-bar {
        display: none;
    }

    .header-style-modern_corporate .main-navigation,
    .header-style-tech_startup .tech-menu,
    .header-style-tech_startup .tech-actions .search-toggle,
    .header-style-tech_startup .tech-actions .auth-buttons,
    .header-style-tech_startup .tech-search-bar,
    .header-style-creative_agency .creative-navigation,
    .header-style-creative_agency .creative-actions,
    .header-style-executive_suite .executive-menu,
    .header-style-minimalist_premium .minimal-menu,
    .header-style-global_business .global-menu,
    .header-style-utilitarian .navbar-start {
        display: none;
    }
    
    .header-style-modern_corporate .mobile-menu-btn,
    .header-style-tech_startup .menu-toggle,
    .header-style-creative_agency .creative-toggle,
    .header-style-executive_suite .executive-menu-btn,
    .header-style-minimalist_premium .minimal-burger,
    .header-style-global_business .global-menu-toggle,
    .header-style-utilitarian .navbar-burger {
        display: flex;
    }
    
    .header-style-global_business .global-info-bar {
        display: none;
    }
    
    .header-style-utilitarian .top-bar {
        display: none;
        width: 150px;
    }
    
    
    .header-style-ecommerce_focus .promo-banner,
    .header-style-ecommerce_focus .shop-secondary-bar,
    .header-style-news_media .breaking-news-bar,
    .header-style-news_media .news-secondary-bar,
    .header-style-gaming_esports .gaming-top-bar,
    .header-style-gaming_esports .gaming-secondary-nav,
    .header-style-financial_pro .trust-indicators,
    .header-style-fashion_bold .fashion-bg-art {
        display: none !important;
    }
    
    
    .header-style-ecommerce_focus .shop-main-header,
    .header-style-news_media .news-main-header,
    .header-style-gaming_esports .gaming-main-header,
    .header-style-financial_pro .financial-main-header,
    .header-style-fashion_bold .fashion-main-nav {
        padding: 10px 0 !important;
        min-height: auto !important;
    }
    
    
    .header-style-ecommerce_focus .promo-banner,
    .header-style-ecommerce_focus .shop-search-zone,
    .header-style-ecommerce_focus .shop-user-actions .balance-display,
    .header-style-ecommerce_focus .shop-user-actions .shop-login-btn,
    .header-style-ecommerce_focus .shop-user-actions .shop-register-btn,
    .header-style-ecommerce_focus .shop-category-nav,
    .header-style-news_media .breaking-news-bar,
    .header-style-news_media .news-timestamp,
    .header-style-news_media .news-navigation,
    .header-style-news_media .news-actions,
    .header-style-gaming_esports .gaming-bg-effects,
    .header-style-gaming_esports .neon-grid,
    .header-style-gaming_esports .floating-particles,
    .header-style-gaming_esports .gaming-navigation,
    .header-style-gaming_esports .gaming-controls .player-status,
    .header-style-gaming_esports .gaming-controls .cyber-btn,
    .header-style-gaming_esports .gaming-controls .login-cyber,
    .header-style-gaming_esports .gaming-controls .register-cyber,
    .header-style-gaming_esports .logo-pulse,
    .header-style-gaming_esports .logo-glow .btn-matrix,
    .header-style-financial_pro .market-data-bar,
    .header-style-financial_pro .trust-indicators,
    .header-style-financial_pro .financial-navigation,
    .header-style-financial_pro .financial-actions .account-balance,
    .header-style-financial_pro .financial-actions .professional-btn,
    .header-style-fashion_bold .fashion-bg-art,
    .header-style-fashion_bold .fashion-tagline,
    .header-style-fashion_bold .fashion-center-nav,
    .header-style-fashion_bold .fashion-right-zone .vip-indicator,
    .header-style-fashion_bold .fashion-right-zone .fashion-btn {
        display: none !important;
    }
    
    
    .header-style-ecommerce_focus .mobile-shop-menu,
    .header-style-news_media .news-mobile-toggle,
    .header-style-gaming_esports .gaming-mobile-btn,
    .header-style-financial_pro .financial-mobile-menu,
    .header-style-fashion_bold .fashion-mobile-toggle {
        display: flex !important;
    }
    
    
    .header-style-ecommerce_focus .shop-main-header,
    .header-style-news_media .news-main-header,
    .header-style-gaming_esports .gaming-header-wrapper,
    .header-style-gaming_esports .gaming-main-nav,
    .header-style-financial_pro .financial-main-header,
    .header-style-fashion_bold .fashion-main-nav {
        background: #fff !important;
        border-bottom: 1px solid #e5e7eb !important;
        box-shadow: none !important;
        min-height: auto !important;
        padding: 0 !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .header-style-ecommerce_focus .shop-header-content,
    .header-style-news_media .news-header-flex,
    .header-style-gaming_esports .gaming-nav-content,
    .header-style-financial_pro .financial-nav-layout,
    .header-style-fashion_bold .fashion-nav-layout {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 15px !important;
        gap: 10px !important;
    }
    
    
    .header-style-ecommerce_focus .shop-logo,
    .header-style-news_media .news-logo,
    .header-style-gaming_esports .gaming-logo,
    .header-style-gaming_esports .logo-glow,
    .header-style-financial_pro .financial-logo,
    .header-style-fashion_bold .fashion-logo {
        display: flex !important;
        align-items: center !important;
        text-decoration: none !important;
        color: #1f2937 !important;
        font-weight: 600 !important;
        background: none !important;
        box-shadow: none !important;
        animation: none !important;
        transform: none !important;
        filter: none !important;
    }
    
    
    .header-style-gaming_esports .gaming-controls {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    
    .header-style-ecommerce_focus .mobile-shop-menu,
    .header-style-news_media .news-mobile-toggle,
    .header-style-gaming_esports .gaming-mobile-btn,
    .header-style-financial_pro .financial-mobile-menu,
    .header-style-fashion_bold .fashion-mobile-toggle {
        background: none !important;
        border: none !important;
        cursor: pointer !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 4px !important;
        transition: background-color 0.2s !important;
    }
    
    .header-style-ecommerce_focus .mobile-shop-menu:hover,
    .header-style-news_media .news-mobile-toggle:hover,
    .header-style-gaming_esports .gaming-mobile-btn:hover,
    .header-style-financial_pro .financial-mobile-menu:hover,
    .header-style-fashion_bold .fashion-mobile-toggle:hover {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }
    
    .header-style-ecommerce_focus .mobile-shop-menu span,
    .header-style-news_media .news-mobile-toggle span,
    .header-style-gaming_esports .gaming-mobile-btn span,
    .header-style-gaming_esports .gaming-mobile-btn .btn-line,
    .header-style-financial_pro .financial-mobile-menu span,
    .header-style-fashion_bold .fashion-mobile-toggle span {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background: #1f2937 !important;
        border-radius: 1px !important;
        margin: 2px 0 !important;
        transition: all 0.3s ease !important;
        animation: none !important;
        transform: none !important;
        filter: none !important;
        box-shadow: none !important;
    }
}




.header-style-minimalist_premium .minimal-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 20px 0;
}

.header-style-minimalist_premium .minimal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-minimalist_premium .minimal-logo img {
    height: 45px;
    width: auto;
}

.header-style-minimalist_premium .minimal-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.header-style-minimalist_premium .minimal-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease;
}

.header-style-minimalist_premium .minimal-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.4s ease;
}

.header-style-minimalist_premium .minimal-link:hover:after {
    width: 100%;
}

.header-style-minimalist_premium .minimal-controls {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-style-minimalist_premium .search-icon {
    background: none;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.header-style-minimalist_premium .search-icon:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.05);
}

.header-style-minimalist_premium .auth-minimal {
    display: flex;
    gap: 15px;
}

.header-style-minimalist_premium .minimal-login,
.header-style-minimalist_premium .minimal-register {
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.header-style-minimalist_premium .minimal-login {
    color: #666;
    border: 1px solid #e0e0e0;
}

.header-style-minimalist_premium .minimal-register {
    color: white;
    background: #000;
    border: 1px solid #000;
}

.header-style-minimalist_premium .minimal-login:hover {
    color: #000;
    border-color: #000;
}

.header-style-minimalist_premium .minimal-register:hover {
    background: #333;
}

.header-style-minimalist_premium .minimal-burger {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.header-style-minimalist_premium .burger-line {
    width: 18px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}




.header-style-global_business .global-info-bar {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 8px 0;
    font-size: 13px;
}

.header-style-global_business .global-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-global_business .business-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-global_business .info-badge {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-style-global_business .contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.header-style-global_business .global-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-global_business .region-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.header-style-global_business .region-selector:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header-style-global_business .quick-auth {
    display: flex;
    gap: 10px;
}

.header-style-global_business .quick-login,
.header-style-global_business .quick-register {
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-style-global_business .quick-login {
    background: rgba(255, 255, 255, 0.1);
}

.header-style-global_business .quick-register {
    background: #3b82f6;
}

.header-style-global_business .global-main-header {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 0;
}

.header-style-global_business .global-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-global_business .global-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1f2937;
}

.header-style-global_business .global-logo img {
    height: 50px;
    width: auto;
    margin-right: 15px;
}

.header-style-global_business .logo-details {
    display: flex;
    flex-direction: column;
}

.header-style-global_business .company-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.header-style-global_business .company-tagline {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 400;
}

.header-style-global_business .global-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.header-style-global_business .global-nav-link {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.header-style-global_business .nav-indicator {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3b82f6;
    transition: width 0.3s ease;
}

.header-style-global_business .global-nav-link:hover .nav-indicator {
    width: 100%;
}

.header-style-global_business .global-header-tools {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-global_business .search-trigger {
    background: #f3f4f6;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.3s ease;
}

.header-style-global_business .search-trigger:hover {
    background: #e5e7eb;
    color: #374151;
}

.header-style-global_business .global-menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 3px;
}

.header-style-global_business .toggle-line {
    width: 20px;
    height: 2px;
    background: #374151;
    transition: all 0.3s ease;
}




.header-style-utilitarian .top-bar {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
    font-size: 14px;
}

.header-style-utilitarian .top-bar-left,
.header-style-utilitarian .top-bar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-utilitarian .top-bar-left {
    color: #64748b;
}

.header-style-utilitarian .top-bar-right {
    margin-left: auto;
}

.header-style-utilitarian .social-links {
    display: flex;
    gap: 10px;
}

.header-style-utilitarian .social-links a {
    color: #64748b;
    transition: color 0.3s ease;
}

.header-style-utilitarian .social-links a:hover {
    color: #3b82f6;
}

.header-style-utilitarian .social-links svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.header-style-utilitarian .auth-buttons {
    display: flex;
    gap: 10px;
}

.header-style-utilitarian .util-login,
.header-style-utilitarian .util-register {
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-utilitarian .util-login {
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.header-style-utilitarian .util-register {
    color: white;
    background: #3b82f6;
    border: 1px solid #3b82f6;
}

.header-style-utilitarian .util-login:hover {
    color: #1e293b;
    border-color: #cbd5e1;
}

.header-style-utilitarian .util-register:hover {
    background: #2563eb;
}

.header-style-utilitarian .main-nav {
    background: white;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
}

.header-style-utilitarian .site-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #1e293b;
}

.header-style-utilitarian .site-logo img {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.header-style-utilitarian .navbar-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-style-utilitarian .navbar-start {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.header-style-utilitarian .navbar-item a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.header-style-utilitarian .navbar-item a:hover {
    color: #3b82f6;
    background: #f1f5f9;
}

.header-style-utilitarian .navbar-end {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-utilitarian .header-search {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 6px 12px;
    gap: 8px;
}

.header-style-utilitarian .header-search input {
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    width: 200px;
}

.header-style-utilitarian .header-search button {
    border: none;
    background: none;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-style-utilitarian .cta-button {
    background: #3b82f6;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-utilitarian .cta-button:hover {
    background: #2563eb;
}

.header-style-utilitarian .navbar-burger {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 3px;
}

.header-style-utilitarian .navbar-burger span {
    width: 20px;
    height: 2px;
    background: #475569;
    transition: all 0.3s ease;
}


@media (max-width: 768px) {
    .header-style-minimalist_premium .minimal-menu,
    .header-style-global_business .global-menu,
    .header-style-utilitarian .navbar-start {
        display: none;
    }
    
    .header-style-minimalist_premium .minimal-burger,
    .header-style-global_business .global-menu-toggle,
    .header-style-utilitarian .navbar-burger {
        display: flex;
    }
    
    .header-style-global_business .global-info-bar {
        display: none;
    }
    
    .header-style-utilitarian .top-bar {
        display: none;
    }
    
    .header-style-utilitarian .header-search {
        width: auto;
    }
    
    .header-style-utilitarian .header-search input {
        width: 150px;
    }
}




.header-style-ecommerce_focus .promo-banner {
    background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
}

.header-style-ecommerce_focus .promo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.header-style-ecommerce_focus .promo-icon {
    font-size: 16px;
    animation: bounce 2s infinite;
}

.header-style-ecommerce_focus .promo-countdown {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 600;
}

.header-style-ecommerce_focus .shop-main-header {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-style-ecommerce_focus .shop-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
}

.header-style-ecommerce_focus .shop-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1f2937;
}

.header-style-ecommerce_focus .logo-tagline {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.header-style-ecommerce_focus .shop-search-zone {
    flex: 1;
    max-width: 400px;
}

.header-style-ecommerce_focus .search-input-container {
    display: flex;
    border: 2px solid #e5e7eb;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.header-style-ecommerce_focus .search-input-container:focus-within {
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.header-style-ecommerce_focus .shop-search-input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    outline: none;
    font-size: 16px;
}

.header-style-ecommerce_focus .search-submit-btn {
    background: #ff6b35;
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-style-ecommerce_focus .search-submit-btn:hover {
    background: #e55a2e;
}

.header-style-ecommerce_focus .hot-keywords {
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
}

.header-style-ecommerce_focus .hot-keywords a {
    color: #ff6b35;
    text-decoration: none;
    margin: 0 8px;
}

.header-style-ecommerce_focus .shop-user-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-ecommerce_focus .balance-display {
    background: #f3f4f6;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    color: #1f2937;
}

.header-style-ecommerce_focus .shop-login-btn,
.header-style-ecommerce_focus .shop-register-btn {
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-ecommerce_focus .shop-login-btn {
    color: #ff6b35;
    border: 2px solid #ff6b35;
    background: white;
}

.header-style-ecommerce_focus .shop-register-btn {
    color: white;
    background: #ff6b35;
    border: 2px solid #ff6b35;
}

.header-style-ecommerce_focus .shop-category-nav {
    background: #f8fafc;
    padding: 12px 0;
}

.header-style-ecommerce_focus .category-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    justify-content: center;
}

.header-style-ecommerce_focus .category-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-ecommerce_focus .category-link:hover {
    color: #ff6b35;
}




.header-style-news_media .breaking-news-bar {
    background: #dc2626;
    color: white;
    padding: 8px 0;
    font-size: 14px;
    overflow: hidden;
}

.header-style-news_media .breaking-news-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-news_media .breaking-label {
    background: white;
    color: #dc2626;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.header-style-news_media .news-ticker {
    overflow: hidden;
    white-space: nowrap;
}

.header-style-news_media .ticker-item {
    display: inline-block;
    padding-right: 50px;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% { transform: translate3d(100%, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

.header-style-news_media .news-main-header {
    background: white;
    padding: 15px 0;
    border-bottom: 2px solid #e5e7eb;
}

.header-style-news_media .news-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-news_media .news-brand-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-news_media .news-logo {
    text-decoration: none;
}

.header-style-news_media .news-timestamp {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #6b7280;
}

.header-style-news_media .current-date {
    font-weight: 600;
    color: #374151;
}

.header-style-news_media .news-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.header-style-news_media .news-nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-news_media .nav-badge {
    background: #dc2626;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 600;
}

.header-style-news_media .news-user-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-news_media .weather-widget {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #374151;
}

.header-style-news_media .news-subscribe-btn {
    background: #dc2626;
    color: white;
    padding: 8px 15px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}




.header-style-gaming_esports .gaming-header-wrapper {
    position: relative;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
    overflow: hidden;
}

.header-style-gaming_esports .gaming-bg-effects {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.header-style-gaming_esports .neon-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: grid-move 20s linear infinite;
}

@keyframes grid-move {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.header-style-gaming_esports .floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(2px 2px at 20px 30px, #00ffff, transparent),
                radial-gradient(2px 2px at 40px 70px, #ff00ff, transparent),
                radial-gradient(1px 1px at 90px 40px, #00ff00, transparent);
    background-size: 100px 100px;
    animation: float-particles 15s ease-in-out infinite;
}

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

.header-style-gaming_esports .gaming-main-nav {
    position: relative;
    z-index: 10;
    padding: 20px 0;
}

.header-style-gaming_esports .gaming-nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-gaming_esports .gaming-logo {
    position: relative;
    text-decoration: none;
}

.header-style-gaming_esports .logo-glow {
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.5));
    transition: all 0.3s ease;
}

.header-style-gaming_esports .logo-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 50%;
    animation: pulse-glow 2s ease-in-out infinite;
}

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

.header-style-gaming_esports .gaming-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.header-style-gaming_esports .gaming-link {
    position: relative;
    color: #00ffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.header-style-gaming_esports .gaming-link:hover {
    color: #ffffff;
    border-color: #00ffff;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}

.header-style-gaming_esports .link-hologram {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.2), transparent);
    transition: left 0.3s ease;
}

.header-style-gaming_esports .gaming-link:hover .link-hologram {
    left: 100%;
}

.header-style-gaming_esports .gaming-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-gaming_esports .player-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00ff00;
    font-size: 14px;
}

.header-style-gaming_esports .status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ff00;
    animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.header-style-gaming_esports .cyber-btn {
    position: relative;
    color: #00ffff;
    text-decoration: none;
    padding: 12px 25px;
    border: 2px solid #00ffff;
    border-radius: 5px;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
}

.header-style-gaming_esports .cyber-btn:hover {
    color: #000;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
}

.header-style-gaming_esports .btn-matrix {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #00ffff;
    transition: left 0.3s ease;
    z-index: -1;
}

.header-style-gaming_esports .cyber-btn:hover .btn-matrix {
    left: 0;
}




.header-style-financial_pro .market-data-bar {
    background: #1f2937;
    color: white;
    padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px solid #374151;
}

.header-style-financial_pro .market-ticker {
    display: flex;
    justify-content: center;
    gap: 40px;
    overflow: hidden;
}

.header-style-financial_pro .ticker-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.header-style-financial_pro .market-label {
    color: #9ca3af;
    font-weight: 500;
}

.header-style-financial_pro .market-value.up {
    color: #10b981;
    font-weight: 600;
}

.header-style-financial_pro .market-value.down {
    color: #ef4444;
    font-weight: 600;
}

.header-style-financial_pro .market-change {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
}

.header-style-financial_pro .market-status.active {
    color: #10b981;
    font-weight: 600;
}

.header-style-financial_pro .financial-main-header {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-style-financial_pro .financial-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-financial_pro .financial-brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-financial_pro .financial-logo {
    text-decoration: none;
}

.header-style-financial_pro .trust-indicators {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header-style-financial_pro .security-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #059669;
    font-size: 12px;
    font-weight: 600;
}

.header-style-financial_pro .license-info {
    color: #6b7280;
    font-size: 11px;
}

.header-style-financial_pro .financial-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.header-style-financial_pro .financial-nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-style-financial_pro .financial-nav-link:hover {
    color: #1f2937;
}

.header-style-financial_pro .financial-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-financial_pro .account-balance {
    background: #f3f4f6;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 12px;
}

.header-style-financial_pro .balance-label {
    color: #6b7280;
    margin-right: 8px;
}

.header-style-financial_pro .balance-figure {
    font-weight: 700;
    color: #1f2937;
}

.header-style-financial_pro .professional-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.header-style-financial_pro .login-pro {
    color: #374151;
    border: 1px solid #d1d5db;
    background: white;
}

.header-style-financial_pro .login-pro:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

.header-style-financial_pro .register-pro {
    color: white;
    background: #1f2937;
    border: 1px solid #1f2937;
}

.header-style-financial_pro .register-pro:hover {
    background: #111827;
}




.header-style-fashion_bold .fashion-header-container {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
    min-height: 80px;
}

.header-style-fashion_bold .fashion-bg-art {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.header-style-fashion_bold .geometric-shapes {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    animation: rotate-shapes 20s linear infinite;
}

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

.header-style-fashion_bold .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
        rgba(102, 126, 234, 0.8) 0%, 
        rgba(118, 75, 162, 0.8) 50%, 
        rgba(102, 126, 234, 0.8) 100%);
    background-size: 400% 400%;
    animation: gradient-shift 8s ease-in-out infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.header-style-fashion_bold .fashion-main-nav {
    position: relative;
    z-index: 10;
    padding: 20px 0;
}

.header-style-fashion_bold .fashion-nav-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-fashion_bold .fashion-left-zone {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-fashion_bold .fashion-logo {
    text-decoration: none;
}

.header-style-fashion_bold .logo-artistic {
    position: relative;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.header-style-fashion_bold .fashion-tagline {
    display: flex;
    flex-direction: column;
    color: white;
}

.header-style-fashion_bold .tagline-main {
    font-size: 18px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header-style-fashion_bold .tagline-sub {
    font-size: 12px;
    opacity: 0.9;
    font-weight: 300;
}

.header-style-fashion_bold .fashion-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.header-style-fashion_bold .fashion-link {
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.header-style-fashion_bold .link-artistic {
    position: relative;
    z-index: 2;
}

.header-style-fashion_bold .link-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #feca57, #48dbfb, #ff9ff3);
    transition: width 0.3s ease;
}

.header-style-fashion_bold .fashion-link:hover .link-underline {
    width: 100%;
}

.header-style-fashion_bold .fashion-right-zone {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-style-fashion_bold .vip-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffd700;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.header-style-fashion_bold .fashion-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.header-style-fashion_bold .fashion-btn:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.header-style-fashion_bold .btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.header-style-fashion_bold .fashion-btn:hover .btn-shine {
    left: 100%;
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% { transform: translateY(0); }
    40%, 43% { transform: translateY(-10px); }
    70% { transform: translateY(-5px); }
}




.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-content {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    max-width: 90vw;
    height: 100vh;
    background: hsl(220, 13%, 12%);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    z-index: 100000;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid hsl(220, 13%, 28%);
    background: hsl(220, 13%, 18%);
}

.mobile-logo img {
    height: 40px;
    width: auto;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 24px;
    color: hsl(210, 15%, 88%);
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    transition: all 0.2s ease;
}

.mobile-menu-close:hover {
    color: hsl(217, 91%, 65%);
    transform: scale(1.1);
}

.mobile-navigation {
    flex: 1;
    padding: 20px 0;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid hsl(220, 13%, 28%);
}

.mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: hsl(210, 15%, 88%);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

.mobile-nav-link:hover {
    color: hsl(217, 91%, 65%);
    background: rgba(0, 0, 0, 0.05);
    padding-left: 30px;
}

.mobile-nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 20px;
    background: hsl(217, 91%, 65%);
    transform: translateY(-50%);
    transition: width 0.2s ease;
}

.mobile-nav-link:hover:before {
    width: 3px;
}

.mobile-menu-footer {
    padding: 20px;
    border-top: 1px solid hsl(220, 13%, 28%);
    background: hsl(220, 13%, 18%);
}

.mobile-auth-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.mobile-btn-login,
.mobile-btn-register {
    flex: 1;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mobile-btn-login {
    background: transparent;
    color: hsl(210, 15%, 88%);
    border: 1px solid hsl(220, 13%, 28%);
}

.mobile-btn-register {
    background: hsl(217, 91%, 65%);
    color: hsl(220, 13%, 18%);
    border: 1px solid hsl(217, 91%, 65%);
}

.mobile-btn-login:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: hsl(217, 91%, 65%);
    color: hsl(217, 91%, 65%);
}

.mobile-btn-register:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.mobile-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-contact span {
    color: hsl(210, 8%, 65%);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-contact i {
    color: hsl(217, 91%, 65%);
    width: 16px;
}


body.mobile-menu-open {
    overflow: hidden;
}


.mobile-menu-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}


.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.minimal-burger.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
}

.minimal-burger.active .burger-line:nth-child(2) {
    transform: rotate(-45deg) translate(3px, -3px);
}

.global-menu-toggle.active .toggle-line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.global-menu-toggle.active .toggle-line:nth-child(2) {
    opacity: 0;
}

.global-menu-toggle.active .toggle-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.creative-toggle.active .toggle-dot {
    transform: scale(0.5);
    opacity: 0.5;
}

.executive-menu-btn.active .menu-line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.executive-menu-btn.active .menu-line:nth-child(2) {
    opacity: 0;
}

.executive-menu-btn.active .menu-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-burger.active span:nth-child(2) {
    opacity: 0;
}

.navbar-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}


html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}





@media (min-width: 769px) {
    
    .corporate-main-nav .container,
    .tech-header-content,
    .minimal-row,
    .global-header-flex,
    .creative-nav-content,
    .executive-nav-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 1rem !important;
    }
    
    
    .main-navigation,
    .tech-nav,
    .minimal-nav,
    .global-navigation,
    .creative-nav,
    .executive-navigation,
    .navbar-menu {
        display: flex !important;
    }
    
    
    .mobile-menu-btn,
    .menu-toggle,
    .minimal-burger,
    .global-menu-toggle,
    .creative-toggle,
    .executive-menu-btn,
    .navbar-burger,
    .mobile-shop-menu,
    .news-mobile-toggle,
    .gaming-mobile-btn,
    .financial-mobile-menu,
    .fashion-mobile-toggle {
        display: none !important;
    }
}

@media (max-width: 768px) {
    
    header {
        background: var(--surface) !important;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    }
    
    
    .main-navigation,
    .tech-nav,
    .minimal-nav,
    .global-navigation,
    .creative-nav,
    .executive-navigation,
    .navbar-menu {
        display: none !important;
    }
    
    
    .mobile-menu-btn,
    .menu-toggle,
    .minimal-burger,
    .global-menu-toggle,
    .creative-toggle,
    .executive-menu-btn,
    .navbar-burger {
        display: flex !important;
    }
    
    
    .auth-buttons,
    .tech-auth-group,
    .auth-minimal,
    .quick-auth,
    .creative-auth-section,
    .account-access {
        display: none !important;
    }
    
    
    
    
    
    
    .corporate-top-bar,
    .tech-top-bar,
    .creative-info-strip,
    .global-info-bar,
    .creative-brand-section,
    .executive-status-bar,
    .promo-banner,
    .breaking-news-bar,
    .market-data-bar,
    .gaming-bg-effects,
    .fashion-bg-art {
        display: none !important;
    }
    
    
    .corporate-main-nav,
    .tech-header-wrapper,
    .minimal-header,
    .global-main-header,
    .creative-header,
    .executive-main-nav,
    .shop-main-header,
    .news-main-header,
    .gaming-header-wrapper,
    .financial-main-header,
    .fashion-header-container {
        display: block !important;
        background: var(--surface) !important;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    }
    
    
    .shop-category-nav {
        display: none !important;
    }
    
    
    
    .header-style-modern_corporate .corporate-main-nav .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
    }
    
    
    .header-style-tech_startup .tech-header-wrapper {
        display: block !important;
        background: var(--surface) !important;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    }
    .header-style-tech_startup .tech-header-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
        background: var(--surface) !important;
    }
    
    
    .header-style-minimalist_premium .minimal-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
    }
    
    
    .header-style-global_business .global-header-flex {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
    }
    
    
    .header-style-creative_agency .creative-nav-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
    }
    
    
    .header-style-executive_suite .executive-nav-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
    }
    
    
    .header-style-utilitarian .nav_class .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
    }
    
    
    .main-navigation,
    .tech-nav,
    .minimal-nav,
    .global-navigation,
    .creative-nav,
    .executive-navigation,
    .navbar-menu {
        display: none !important;
    }
    
    
    .header-style-modern_corporate .corporate-main-nav a[class*="logo"],
    .header-style-tech_startup .tech-logo,
    .header-style-minimalist_premium .minimal-logo,
    .header-style-global_business .global-logo,
    .header-style-creative_agency .creative-nav-content .creative-logo,
    .header-style-executive_suite .executive-logo,
    .header-style-utilitarian .site-logo {
        order: 1 !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
    }
    
    
    .header-style-creative_agency .creative-header {
        display: block !important;
    }
    .header-style-creative_agency .creative-nav-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 60px !important;
    }
    .header-style-creative_agency .creative-nav-content::before {
        content: "";
        background: url('/logo.png') no-repeat center;
        background-size: contain;
        width: 120px;
        height: 36px;
        order: 1;
        margin-right: auto;
    }
    
    
    .header-style-modern_corporate .corporate-main-nav a[class*="logo"] img,
    .header-style-tech_startup .tech-logo img,
    .header-style-minimalist_premium .minimal-logo img,
    .header-style-global_business .global-logo img,
    .header-style-creative_agency .creative-logo img,
    .header-style-executive_suite .executive-logo img,
    .header-style-utilitarian .site-logo img,
    .header-style-ecommerce_focus .shop-logo img,
    .header-style-news_media .news-logo img,
    .header-style-gaming_esports .logo-glow img,
    .header-style-financial_pro .financial-logo img,
    .header-style-fashion_bold .logo-artistic img {
        max-height: 36px !important;
        max-width: 170px !important;
        width: auto !important;
    }
    
    
    .header-style-modern_corporate .nav-extras,
    .header-style-tech_startup .tech-actions,
    .header-style-minimalist_premium .minimal-controls,
    .header-style-global_business .global-header-tools,
    .header-style-creative_agency .creative-utilities,
    .header-style-executive_suite .executive-utilities,
    .header-style-utilitarian .mobile-controls {
        order: 3 !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
    }
    
    
    .header-style-modern_corporate .nav-extras > *:not(.mobile-menu-btn),
    .header-style-tech_startup .tech-actions > *:not(.menu-toggle),
    .header-style-minimalist_premium .minimal-controls > *:not(.minimal-burger),
    .header-style-global_business .global-header-tools > *:not(.global-menu-toggle),
    .header-style-creative_agency .creative-utilities > *:not(.creative-toggle),
    .header-style-executive_suite .executive-utilities > *:not(.executive-menu-btn),
    .header-style-utilitarian .mobile-controls > *:not(.navbar-burger) {
        display: none !important;
    }
    
    
    .mobile-menu-btn,
    .menu-toggle,
    .minimal-burger,
    .global-menu-toggle,
    .creative-toggle,
    .executive-menu-btn,
    .navbar-burger {
        padding: 0.5rem !important;
        min-width: 44px !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 6px !important;
        background: rgba(0,0,0,0.05) !important;
        border: none !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        flex-direction: column !important;
        gap: 2px !important;
    }
    
    .mobile-menu-btn:hover,
    .menu-toggle:hover,
    .minimal-burger:hover,
    .global-menu-toggle:hover,
    .creative-toggle:hover,
    .executive-menu-btn:hover,
    .navbar-burger:hover {
        background: rgba(0,0,0,0.1) !important;
        transform: scale(1.05) !important;
    }
    
    
    .container {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    
    .corporate-main-nav,
    .tech-header-wrapper,
    .minimal-header,
    .global-main-header,
    .creative-header,
    .executive-main-nav {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    
    .corporate-top-bar .container,
    .tech-header-content,
    .minimal-row,
    .global-header-flex,
    .creative-nav-content,
    .executive-nav-content {
        flex-wrap: wrap;
        min-width: 0;
    }
    
    
    header img {
        max-width: 150px;
        height: auto;
    }
    
    
    .search-toggle,
    .search-icon,
    .search-trigger {
        flex-shrink: 0;
    }
}


@media (max-width: 480px) {
    .mobile-menu-content {
        width: 280px;
    }
    
    .mobile-nav-link {
        font-size: 15px;
        padding: 12px 20px;
    }
    
    .mobile-auth-buttons {
        flex-direction: column;
    }
    
    .mobile-btn-login,
    .mobile-btn-register {
        padding: 10px 16px;
    }
}

    
    .header-style-modern_corporate .logo_class img,
    .header-style-tech_startup .tech-logo img,
    .header-style-minimalist_premium .minimal-logo img,
    .header-style-global_business .global-logo img,
    .header-style-creative_agency .creative-logo img,
    .header-style-executive_suite .executive-logo img,
    .header-style-utilitarian .site-logo img,
    .header-style-ecommerce_focus .shop-logo img,
    .header-style-news_media .news-logo img,
    .header-style-gaming_esports .logo-glow img,
    .header-style-financial_pro .financial-logo img,
    .header-style-fashion_bold .logo-artistic img {
        max-width: 170px;
        height: auto;
    }
    