:root {
    --font-lora: "SUSE", sans-serif;
    --font-dmsans: "DM Sans", sans-serif;
    --font-suse: "SUSE", sans-serif;
    --white-color: #FFFFFF;
    --dark-white-color: #fff;
    --dark-black-color: #1C1A1E;
    --black-color: #1C1A1E;
    --black-color-opc: 28, 26, 30;
    --title-color: #092041;
    --dark-title-color: #1C1A1E;
    --title-color-opc: 28, 26, 30;
    --title-color2: #003C30;
    --dark-title-color2: #003C30;
    --dark-text-color: #FFFFFF;
    --text-color: #092041;
    --global-text-color: #545454;
    --text-color-opc: 84, 84, 84;
    --primary-color1: #17468A;
    --primary-color1-opc: 0, 122, 94;
    --primary-color2: #17468A;
    --primary-color2-opc: 120, 235, 84;
    --secondary-color: #17468A;
    --primary-color3: #17468A;
    --primary-color3-opc: 89, 86, 233;
    --primary-color4: #17468A;
    --primary-color4-opc: 96, 229, 157;
    --borders-color: #eee
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-lora);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-lora);
    font-weight: 600;
    line-height: 1.2;
    color: var(--title-color)
}

input {
    border: none;
    outline: none
}

button {
    outline: none;
    border: none;
    line-height: 1
}

i.bx {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: var(--primary-color1)
}

/* ==========================================
   HEADER STYLES
   ========================================== */

:root {
    --header-primary: #ef7a17;
    --header-primary-light: #ff9a44;
    --header-secondary: #032038;
    --header-white: #ffffff;
    --header-gray: #64748b;
    --header-light-bg: #f8fafc;
}

/* HEADER WRAPPER */
.lc-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lc-header--transparent {
    background: transparent;
}

.lc-header--scrolled {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.lc-header--scrolled .lc-topbar {
    display: none;
}

.lc-header--scrolled .lc-header__logo-text {
    color: var(--header-secondary);
}

/* TOP BAR (USP Bar) */
.lc-topbar {
    background: transparent;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.lc-topbar__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lc-topbar__usps {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lc-topbar__usp {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--header-secondary);
}

.lc-topbar__usp--link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.lc-topbar__usp--link:hover {
    color: var(--header-primary);
}

.lc-topbar__usp-icon {
    width: 14px;
    height: 14px;
    color: var(--header-primary);
}

.lc-topbar__divider {
    width: 1px;
    height: 12px;
    background: rgba(3, 32, 56, 0.15);
}

/* MAIN HEADER */
.lc-header__main {
    padding: 18px 0;
    transition: padding 0.3s ease;
}

.lc-header--scrolled .lc-header__main {
    padding: 12px 0;
    border-radius: 0;
}

.lc-header__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lc-header__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 10;
}

.lc-header__logo img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.lc-header--scrolled .lc-header__logo img {
    height: 42px;
}

.lc-header__logo-text {
    font-size: 24px;
    font-weight: 800;
    color: var(--header-secondary);
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.lc-header__logo-accent {
    color: var(--header-primary);
}

/* Navigation */
.lc-header__nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.lc-header__nav-item {
    position: relative;
}

.lc-header__nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    color: var(--header-secondary);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.lc-header__nav-link:hover {
    color: var(--header-primary);
    background: rgba(239, 122, 23, 0.08);
}

.lc-header__nav-link svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

.lc-header__nav-item:hover .lc-header__nav-link svg {
    transform: rotate(180deg);
}

.lc-header__nav-link--active::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: linear-gradient(90deg, var(--header-primary), var(--header-primary-light));
    border-radius: 2px;
}

/* Right Actions */
.lc-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lc-header__icon-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 12px;
    color: var(--header-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.lc-header__icon-btn:hover {
    background: rgba(239, 122, 23, 0.1);
    color: var(--header-primary);
}

.lc-header__icon-btn svg {
    width: 22px;
    height: 22px;
}

.lc-header__cart-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 700;
    color: var(--header-white);
    background: var(--header-primary);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-header__account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: var(--header-white);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    padding: 12px;
    z-index: 100;
}

.lc-header__icon-btn:hover .lc-header__account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lc-header__account-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--header-secondary);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.lc-header__account-link:hover {
    background: var(--header-light-bg);
    color: var(--header-primary);
}

.lc-header__account-link svg {
    width: 18px;
    height: 18px;
    color: var(--header-gray);
}

.lc-header__account-link:hover svg {
    color: var(--header-primary);
}

.lc-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    color: var(--header-white);
    background: linear-gradient(135deg, var(--header-primary), var(--header-primary-light));
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(239, 122, 23, 0.3);
}

.lc-header__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(239, 122, 23, 0.4);
}

.lc-header__cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.lc-header__cta:hover svg {
    transform: translateX(4px);
}

/* Mobile Toggle */
.lc-header__mobile-toggle {
    display: none;
    width: 48px;
    height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--header-primary), var(--header-primary-light));
    border: none;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(239, 122, 23, 0.35);
    transition: all 0.3s ease;
}

.lc-header__mobile-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(239, 122, 23, 0.45);
}

/* Houd de merk-gekleurde knop identiek wanneer de header bij scrollen wit wordt,
   zodat de hamburger altijd zichtbaar blijft (geen wit-op-wit meer). */
.lc-header--scrolled .lc-header__mobile-toggle {
    background: linear-gradient(135deg, var(--header-primary), var(--header-primary-light));
    box-shadow: 0 6px 16px rgba(239, 122, 23, 0.35);
}

.lc-header__mobile-toggle span {
    width: 22px;
    height: 2px;
    background: var(--header-white);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Uniek accent: kortere, rechts-uitgelijnde middelste balk */
.lc-header__mobile-toggle span:nth-child(2) {
    width: 14px;
    align-self: flex-end;
    margin-right: 13px;
}

.lc-header--scrolled .lc-header__mobile-toggle span {
    background: var(--header-white);
}

.lc-header__mobile-toggle.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

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

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

/* MEGA MENU */
.lc-megamenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 900px;
    background: var(--header-white);
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    z-index: 100;
    overflow: hidden;
}

.lc-header__nav-item:hover .lc-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.lc-megamenu--wide {
    width: 1100px;
    left: -250%;
    transform: translateY(10px);
}

.lc-header__nav-item:hover .lc-megamenu--wide {
    transform: translateY(0);
}

.lc-megamenu__inner {
    display: grid;
    grid-template-columns: 280px 1fr;
}

.lc-megamenu__categories {
    background: var(--header-light-bg);
    padding: 30px;
    border-right: 1px solid #e5e7eb;
}

.lc-megamenu__category-title {
    font-size: 11px;
    font-weight: 700;
    color: var(--header-gray);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.lc-megamenu__category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lc-megamenu__category-item {
    margin-bottom: 4px;
}

.lc-megamenu__category-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header-secondary);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.lc-megamenu__category-link:hover {
    background: var(--header-white);
    color: var(--header-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.lc-megamenu__category-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--header-white);
    border-radius: 10px;
    color: var(--header-primary);
    transition: all 0.3s ease;
}

.lc-megamenu__category-link:hover .lc-megamenu__category-icon {
    background: linear-gradient(135deg, var(--header-primary), var(--header-primary-light));
    color: var(--header-white);
}

.lc-megamenu__category-icon svg {
    width: 20px;
    height: 20px;
}

.lc-megamenu__category-arrow {
    margin-left: auto;
    width: 16px;
    height: 16px;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

.lc-megamenu__category-link:hover .lc-megamenu__category-arrow {
    color: var(--header-primary);
    transform: translateX(4px);
}

.lc-megamenu__category-link.is-active {
    background: var(--header-white);
    color: var(--header-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.lc-megamenu__category-link.is-active .lc-megamenu__category-icon {
    background: linear-gradient(135deg, var(--header-primary), var(--header-primary-light));
    color: var(--header-white);
}

.lc-megamenu__category-link.is-active .lc-megamenu__category-arrow {
    color: var(--header-primary);
    transform: translateX(4px);
}

.lc-megamenu__content {
    padding: 30px;
}

.lc-megamenu__featured-panel {
    display: none;
}

.lc-megamenu__featured-panel.is-active {
    display: block;
    animation: fadeInPanel 0.3s ease;
}

@keyframes fadeInPanel {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lc-megamenu__section-title {
    font-size: 11px;
    font-weight: 700;
    color: var(--header-gray);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.lc-megamenu__featured {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.lc-megamenu__product {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    background: var(--header-light-bg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lc-megamenu__product:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(239, 122, 23, 0.12);
}

.lc-megamenu__product-image {
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.lc-megamenu__product:hover .lc-megamenu__product-image img {
    transform: scale(1.08);
}

.lc-megamenu__product-info {
    padding: 16px;
}

.lc-megamenu__product-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--header-secondary);
    margin: 0 0 6px 0;
}

.lc-megamenu__product-price {
    font-size: 13px;
    font-weight: 600;
    color: var(--header-primary);
}

.lc-megamenu__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.lc-megamenu__footer-text {
    font-size: 14px;
    color: var(--header-gray);
}

.lc-megamenu__footer-text strong {
    color: var(--header-secondary);
}

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

.lc-megamenu__footer-link:hover {
    gap: 12px;
}

.lc-megamenu__footer-link svg {
    width: 16px;
    height: 16px;
}

.lc-megamenu--simple {
    width: 320px;
    padding: 16px;
}

.lc-megamenu--simple .lc-megamenu__inner {
    display: block;
}

.lc-megamenu__simple-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lc-megamenu__simple-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px 6px;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--header-secondary, #666);
}

.lc-megamenu__simple-heading:first-child {
    margin-top: 0;
}

.lc-megamenu__simple-heading svg {
    width: 16px;
    height: 16px;
    color: var(--header-primary);
    flex-shrink: 0;
}

.lc-megamenu__simple-link--sub {
    padding-left: 32px !important;
    font-size: 13px;
}

.lc-megamenu__simple-divider {
    height: 1px;
    margin: 8px 12px;
    background: rgba(0, 0, 0, 0.08);
    list-style: none;
}

.lc-megamenu__simple-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header-secondary);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.lc-megamenu__simple-link:hover {
    background: var(--header-light-bg);
    color: var(--header-primary);
}

.lc-megamenu__simple-link svg {
    width: 18px;
    height: 18px;
    color: var(--header-primary);
}

/* MEGAMENU PAGE PANELS — Modern card design */
.lc-megamenu__page-modern {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

/* Hero image card with overlay */
.lc-megamenu__page-hero {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lc-megamenu__page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 32, 56, 0.2) 0%, rgba(3, 32, 56, 0.75) 100%);
    z-index: 1;
}

.lc-megamenu__page-hero-content {
    position: relative;
    z-index: 2;
    padding: 20px 20px 0;
}

.lc-megamenu__page-tagline {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background: var(--header-primary, #ef7a17);
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.lc-megamenu__page-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

/* Stats row at bottom of image */
.lc-megamenu__page-stats {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 0;
    padding: 0 12px 12px;
}

.lc-megamenu__page-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lc-megamenu__page-stat:first-child {
    border-radius: 8px 0 0 8px;
}

.lc-megamenu__page-stat:last-child {
    border-radius: 0 8px 8px 0;
}

.lc-megamenu__page-stat-val {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--header-primary, #ef7a17);
    line-height: 1;
}

.lc-megamenu__page-stat-label {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 2px;
}

/* Body section */
.lc-megamenu__page-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 4px 0;
}

.lc-megamenu__page-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

.lc-megamenu__page-features {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.lc-megamenu__page-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--header-secondary, #032038);
}

.lc-megamenu__page-feature svg {
    color: var(--header-primary, #ef7a17);
    flex-shrink: 0;
}

.lc-megamenu__page-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px;
}

.lc-megamenu__page-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    font-size: 12.5px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, var(--header-primary, #ef7a17), #ff9a44);
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(239, 122, 23, 0.25);
    transition: all 0.25s ease;
}

.lc-megamenu__page-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(239, 122, 23, 0.35);
    color: #ffffff;
}

.lc-megamenu__page-link {
    font-size: 12.5px;
    font-weight: 600;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}

.lc-megamenu__page-link:hover {
    color: var(--header-primary, #ef7a17);
}

/* MOBILE MENU */
.lc-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    background: var(--header-white);
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.lc-mobile-menu.is-active {
    right: 0;
}

.lc-mobile-menu__overlay {
    position: fixed;
    inset: 0;
    background: rgba(3, 32, 56, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lc-mobile-menu__overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.lc-mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
}

.lc-mobile-menu__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.lc-mobile-menu__logo img {
    height: 50px;
    width: auto;
}

.lc-mobile-menu__close {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--header-light-bg);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lc-mobile-menu__close:hover {
    background: var(--header-primary);
    color: var(--header-white);
}

.lc-mobile-menu__close svg {
    width: 20px;
    height: 20px;
}

.lc-mobile-menu__nav {
    padding: 24px;
}

.lc-mobile-menu__item {
    border-bottom: 1px solid #f1f5f9;
}

.lc-mobile-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--header-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.lc-mobile-menu__link:hover {
    color: var(--header-primary);
}

.lc-mobile-menu__link svg {
    width: 18px;
    height: 18px;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

.lc-mobile-menu__item.is-open .lc-mobile-menu__link svg {
    transform: rotate(180deg);
    color: var(--header-primary);
}

.lc-mobile-submenu {
    display: none;
    padding-bottom: 16px;
}

.lc-mobile-menu__item.is-open .lc-mobile-submenu {
    display: block;
}

.lc-mobile-submenu__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--header-gray);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.lc-mobile-submenu__link:hover {
    background: var(--header-light-bg);
    color: var(--header-primary);
}

.lc-mobile-submenu__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--header-light-bg);
    border-radius: 8px;
    color: var(--header-primary);
}

.lc-mobile-submenu__icon svg {
    width: 18px;
    height: 18px;
}

.lc-mobile-menu__cta {
    margin: 24px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    color: var(--header-white);
    background: linear-gradient(135deg, var(--header-primary), var(--header-primary-light));
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(239, 122, 23, 0.3);
}

.lc-mobile-menu__cta svg {
    width: 18px;
    height: 18px;
}

.lc-mobile-menu__contact {
    padding: 24px;
    border-top: 1px solid #e5e7eb;
}

.lc-mobile-menu__contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
    color: var(--header-gray);
    text-decoration: none;
}

.lc-mobile-menu__contact-item svg {
    width: 20px;
    height: 20px;
    color: var(--header-primary);
}

.lc-mobile-menu__actions {
    display: flex;
    gap: 12px;
    padding: 0 24px;
    margin-bottom: 16px;
}

.lc-mobile-menu__action-link {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header-secondary);
    text-decoration: none;
    background: var(--header-light-bg);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.lc-mobile-menu__action-link:hover {
    background: rgba(239, 122, 23, 0.1);
    color: var(--header-primary);
}

.lc-mobile-menu__action-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--header-white);
    border-radius: 10px;
    color: var(--header-primary);
    position: relative;
}

.lc-mobile-menu__action-icon svg {
    width: 18px;
    height: 18px;
}

.lc-mobile-menu__action-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    color: var(--header-white);
    background: var(--header-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header Responsive */
@media (max-width: 1200px) {
    .lc-megamenu--wide {
        width: 900px;
    }

    .lc-megamenu__featured {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .lc-header__nav,
    .lc-header__account-dropdown {
        display: none;
    }

    .lc-header__mobile-toggle {
        display: flex;
    }

    .lc-topbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .lc-topbar {
        display: none;
    }

    .lc-header__container {
        padding: 0 20px;
    }

    .lc-header__cta {
        display: none;
    }

    .lc-mobile-menu {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .lc-header__logo img {
        height: 40px;
    }

    .lc-header__logo-text {
        font-size: 20px;
    }
}

.lc-header-spacer {
    height: 120px;
}

@media (max-width: 1024px) {
    .lc-header-spacer {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .lc-header-spacer {
        height: 70px;
    }
}

/* ==========================================
   FOOTER STYLES
   ========================================== */

#dc-footer-static {
    --dc-primary: #ef7a17;
    --dc-secondary: #032038;
    --dc-primary-rgb: 239, 122, 23;
    --dc-secondary-rgb: 3, 32, 56;
    --dc-bg: #ffffff;
    --dc-text: #475569;
    --dc-text-light: #64748b;
}

#dc-footer-static * {
    box-sizing: border-box;
}

#dc-footer-static .dc-footer {
    position: relative;
    overflow: hidden;
}

#dc-footer-static .dc-footer__main {
    background: transparent;
    position: relative;
    padding: 0px 0 50px;
    overflow: hidden;
}

#dc-footer-static .dc-footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

#dc-footer-static .dc-footer__usps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e7eb;
}

#dc-footer-static .dc-footer__usp {
    display: flex;
    align-items: center;
    gap: 12px;
}

#dc-footer-static .dc-footer__usp-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(239, 122, 23, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#dc-footer-static .dc-footer__usp-icon svg {
    width: 20px;
    height: 20px;
    color: var(--dc-primary);
}

#dc-footer-static .dc-footer__usp-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--dc-secondary);
    line-height: 1.3;
}

#dc-footer-static .dc-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1.2fr;
    gap: 32px;
}

#dc-footer-static .dc-footer__brand {
    padding-right: 16px;
}

#dc-footer-static .dc-footer__logo {
    display: inline-block;
    margin-bottom: 18px;
    transition: all 0.4s ease;
}

#dc-footer-static .dc-footer__logo:hover {
    transform: scale(1.03);
}

#dc-footer-static .dc-footer__logo img {
    width: 160px;
    height: auto;
}

#dc-footer-static .dc-footer__about {
    font-size: 13px;
    line-height: 1.7;
    color: var(--dc-text-light);
    margin-bottom: 20px;
}

#dc-footer-static .dc-footer__social {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#dc-footer-static .dc-footer__social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dc-text-light);
    text-decoration: none;
    transition: all 0.3s ease;
}

#dc-footer-static .dc-footer__social-link:hover {
    background: linear-gradient(135deg, var(--dc-primary), #ff9a44);
    border-color: transparent;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(239, 122, 23, 0.35);
}

#dc-footer-static .dc-footer__social-link svg {
    width: 18px;
    height: 18px;
    display: block;
}

#dc-footer-static .dc-footer__column-title {
    font-family: 'Poppins', 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--dc-secondary);
    margin: 0 0 16px 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#dc-footer-static .dc-footer__column-title span {
    position: relative;
    z-index: 1;
}

#dc-footer-static .dc-footer__column-title span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgba(239, 122, 23, 0.25), rgba(239, 122, 23, 0.08));
    border-radius: 4px;
    z-index: -1;
    transform: skewX(-5deg);
}

#dc-footer-static .dc-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dc-footer-static .dc-footer__links li {
    margin-bottom: 8px;
}

#dc-footer-static .dc-footer__links a {
    font-size: 13px;
    color: var(--dc-text-light);
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
}

#dc-footer-static .dc-footer__links a:hover {
    color: var(--dc-primary);
}

#dc-footer-static .dc-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

#dc-footer-static .dc-footer__contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(239, 122, 23, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#dc-footer-static .dc-footer__contact-icon svg {
    width: 15px;
    height: 15px;
    color: var(--dc-primary);
}

#dc-footer-static .dc-footer__contact-content {
    flex: 1;
}

#dc-footer-static .dc-footer__contact-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--dc-primary);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 3px;
}

#dc-footer-static .dc-footer__contact-value {
    font-size: 13px;
    color: var(--dc-text);
    line-height: 1.5;
}

#dc-footer-static .dc-footer__contact-value a {
    color: var(--dc-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

#dc-footer-static .dc-footer__contact-value a:hover {
    color: var(--dc-primary);
}

#dc-footer-static .dc-footer__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    padding: 8px 14px;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

#dc-footer-static .dc-footer__badge-icon {
    width: 18px;
    height: 18px;
    color: var(--dc-primary);
}

#dc-footer-static .dc-footer__badge-text {
    font-size: 12px;
    color: var(--dc-text-light);
}

#dc-footer-static .dc-footer__badge-text strong {
    color: var(--dc-secondary);
}

#dc-footer-static .dc-footer__shape {
    position: absolute;
    pointer-events: none;
    opacity: 0.08;
}

#dc-footer-static .dc-footer__shape--leaf {
    bottom: 25%;
    left: 3%;
    width: 35px;
    height: 35px;
    color: var(--dc-primary);
    opacity: 0.15;
    animation: dc-footer-sway 8s ease-in-out infinite;
}

@keyframes dc-footer-sway {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

#dc-footer-static .dc-footer__bottom {
    background: var(--dc-secondary);
    padding: 16px 0;
    position: relative;
    z-index: 2;
}

#dc-footer-static .dc-footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#dc-footer-static .dc-footer__copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

#dc-footer-static .dc-footer__copyright a {
    color: var(--dc-primary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

#dc-footer-static .dc-footer__copyright a:hover {
    color: #ff9a44;
}

#dc-footer-static .dc-footer__bottom-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#dc-footer-static .dc-footer__bottom-nav a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}

#dc-footer-static .dc-footer__bottom-nav a:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* Footer Responsive */
@media (max-width: 1200px) {
    #dc-footer-static .dc-footer__grid {
        grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
        gap: 40px;
    }

    #dc-footer-static .dc-footer__brand {
        grid-column: span 4;
        padding-right: 0;
        max-width: 700px;
    }
}

@media (max-width: 1024px) {
    #dc-footer-static .dc-footer__usps {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    #dc-footer-static .dc-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    #dc-footer-static .dc-footer__brand {
        grid-column: span 2;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    #dc-footer-static .dc-footer__main {
        padding: 60px 0 50px;
    }

    #dc-footer-static .dc-footer__usps {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    #dc-footer-static .dc-footer__usp-icon {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    #dc-footer-static .dc-footer__usp-text {
        font-size: 12px;
    }

    #dc-footer-static .dc-footer__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #dc-footer-static .dc-footer__brand {
        grid-column: span 1;
        text-align: center;
    }

    #dc-footer-static .dc-footer__logo img {
        width: 150px;
    }

    #dc-footer-static .dc-footer__social {
        justify-content: center;
    }

    #dc-footer-static .dc-footer__column {
        text-align: center;
    }

    #dc-footer-static .dc-footer__column-title {
        display: block;
    }

    #dc-footer-static .dc-footer__links a {
        justify-content: center;
    }

    #dc-footer-static .dc-footer__contact-item {
        justify-content: center;
        text-align: left;
    }

    #dc-footer-static .dc-footer__badge {
        margin: 10px auto 0;
    }

    #dc-footer-static .dc-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    #dc-footer-static .dc-footer__bottom-nav {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #dc-footer-static .dc-footer__main {
        padding: 50px 0 40px;
    }

    #dc-footer-static .dc-footer__bottom-nav {
        gap: 10px 16px;
    }
}

/* ==========================================================================
   CONTACT FORM 7 — Modern styling
   ========================================================================== */
.wpcf7 {
    font-family: 'Poppins', 'DM Sans', sans-serif;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Row / Column layout */
.dc-cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dc-cf7-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Labels */
.wpcf7-form label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #032038;
    margin-bottom: 4px;
    display: block;
}

.wpcf7-form label .required {
    color: #ef7a17;
}

/* All inputs */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 13px 16px;
    font-size: 0.92rem;
    font-weight: 500;
    font-family: inherit;
    color: #032038;
    background: #f8f9fb;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none;
    border-color: #ef7a17;
    box-shadow: 0 0 0 3px rgba(239, 122, 23, 0.1);
    background: #ffffff;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

/* Textarea */
.wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
}

/* Select */
.wpcf7-form select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

/* Consent checkbox */
.dc-cf7-consent {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.5;
}

.dc-cf7-consent .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #ef7a17;
    flex-shrink: 0;
}

.dc-cf7-consent a {
    color: #ef7a17;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Submit button */
.dc-cf7-submit,
.wpcf7-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    color: #ffffff;
    background: linear-gradient(135deg, #ef7a17, #ff9a44);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(239, 122, 23, 0.3);
    transition: all 0.3s ease;
    letter-spacing: 0;
    text-transform: none;
}

.dc-cf7-submit:hover,
.wpcf7-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(239, 122, 23, 0.4);
}

/* Loading spinner */
.wpcf7-spinner {
    display: none;
}

.wpcf7 .ajax-loader {
    display: none;
}

/* Validation */
.wpcf7-not-valid-tip {
    font-size: 0.78rem;
    color: #ef4444;
    font-weight: 500;
    margin-top: 4px;
}

.wpcf7-not-valid {
    border-color: #ef4444 !important;
}

/* Response messages */
.wpcf7-response-output {
    padding: 14px 20px !important;
    border-radius: 10px !important;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 16px 0 0 !important;
    border-width: 2px !important;
}

.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(16, 185, 129, 0.08);
    border-color: #10b981 !important;
    color: #065f46;
}

.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output {
    background: rgba(239, 68, 68, 0.06);
    border-color: #ef4444 !important;
    color: #991b1b;
}

/* Responsive */
@media (max-width: 768px) {
    .dc-cf7-row {
        grid-template-columns: 1fr;
    }
}
