.site-section {
    padding: 100px 0;
}

.site-section.site-section-sm {
    padding: 30px 0;
}

.site-card,
.site-sidebar,
.site-form-card,
.site-detail-card,
.site-contact-card,
.site-gallery-card,
.site-faq-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(24, 37, 68, 0.08);
}

.site-card {
    padding: 32px 28px;
    height: 100%;
}

.site-card img.site-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 22px;
}

.site-section-title {
    margin-bottom: 42px;
}

.site-section-title .site-brand-name {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #1a2340;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.site-section-title .subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #c59d5f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-section-title h2,
.site-section-title h3,
.site-card h3,
.site-sidebar h4,
.site-detail-card h2,
.site-form-card h3,
.site-contact-card h3,
.site-faq-card h3 {
    color: #1a2340;
}

.site-text {
    color: #676f86;
    line-height: 1.9;
}

.site-image-wrap img,
.site-thumb img,
.site-gallery-card img,
.site-related-card img {
    width: 100%;
    border-radius: 16px;
}

.site-image-wrap.image-shadow img,
.site-thumb img,
.site-related-card img {
    box-shadow: 0 18px 45px rgba(24, 37, 68, 0.12);
}

.site-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.site-stat-box {
    padding: 28px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    text-align: center;
}

.site-stat-box h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}

.site-stat-box p {
    color: #fff;
    margin: 0;
}

.site-highlight {
    background: #17213c;
    color: #fff;
}

.site-highlight h2,
.site-highlight h3,
.site-highlight p,
.site-highlight li,
.site-highlight a {
    color: #fff;
}

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

.site-list li {
    margin-bottom: 12px;
    color: #676f86;
}

.site-list li i {
    color: #c59d5f;
    margin-right: 10px;
}

.site-service-grid,
.site-grid-3,
.site-grid-4 {
    row-gap: 30px;
}

.site-news-card,
.site-gallery-card,
.site-related-card {
    height: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(24, 37, 68, 0.08);
}

.site-news-card .content,
.site-related-card .content,
.site-gallery-card .content {
    padding: 24px;
}

.site-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
    color: #7d859a;
    font-size: 14px;
}

.site-meta i {
    color: #c59d5f;
    margin-right: 6px;
}

.site-sidebar {
    padding: 28px;
    margin-bottom: 30px;
}

.site-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #edf0f5;
}

.site-sidebar ul li:last-child {
    border-bottom: 0;
}

.site-detail-card,
.site-form-card,
.site-contact-card {
    padding: 34px;
}

.site-product-gallery .main-image {
    margin-bottom: 20px;
}

.site-thumb-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
}

.site-thumb-strip img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
}

.site-tab-nav {
    gap: 12px;
    border-bottom: 0;
    margin-bottom: 20px;
}

.site-tab-nav .nav-link {
    border: 0;
    background: #f4f6fa;
    color: #1a2340;
    border-radius: 999px;
    padding: 11px 18px;
}

.site-tab-nav .nav-link.active {
    background: #c59d5f;
    color: #fff;
}

.site-form-card .form-group,
.contact-section .form-group {
    margin-bottom: 20px;
}

/* Contact section modern design - normal weight text, cleaner look */
.contact-section-modern .contact-info-card {
    padding: 36px 32px 40px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.contact-section-modern .sec-title.light h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-section-modern .sec-title.light .text {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 28px;
}

.contact-section-modern .contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-section-modern .contact-info-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.contact-section-modern .contact-info-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-section-modern .contact-info-list .icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
}

.contact-section-modern .contact-info-list .contact-label {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
}

.contact-section-modern .contact-info-list .contact-value {
    font-weight: 400;
    color: #fff;
    flex: 1;
    min-width: 0;
}

.site-form-card input,
.site-form-card textarea,
.contact-section input,
.contact-section textarea {
    width: 100%;
    border: 1px solid #dde3ee;
    border-radius: 12px;
    min-height: 56px;
    padding: 12px 18px;
}

.site-form-card textarea,
.contact-section textarea {
    min-height: 160px;
    resize: vertical;
}

.site-contact-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-contact-card li {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    color: #676f86;
}

.site-contact-card li .icon,
.site-faq-card .icon {
    color: #c59d5f;
    min-width: 18px;
}

.site-faq-card {
    padding: 22px 24px;
    margin-bottom: 20px;
}

.site-faq-card .answer {
    margin-top: 14px;
    color: #676f86;
    line-height: 1.9;
}

.site-video-embed iframe,
.site-video-embed video,
.site-video-embed img {
    width: 100%;
    border-radius: 16px;
}

.site-page-nav a,
.site-inline-link,
.site-card a.read-more {
    color: #c59d5f;
    font-weight: 700;
}

.site-page-nav a:hover,
.site-inline-link:hover,
.site-card a.read-more:hover {
    color: #1a2340;
}

.site-empty {
    padding: 40px 20px;
    text-align: center;
    border-radius: 18px;
    background: #f6f8fb;
    color: #676f86;
}

/* News/Blogs section modern design */
.news-section-modern .news-block {
    margin-bottom: 28px;
}

.news-section-modern .blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(24, 37, 68, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-section-modern .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(24, 37, 68, 0.12);
}

.news-section-modern .blog-card-image {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.news-section-modern .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.news-section-modern .blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.news-section-modern .blog-card-body {
    padding: 26px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-section-modern .blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #7d859a;
    font-weight: 400;
}

.news-section-modern .blog-meta .icon {
    margin-right: 6px;
    opacity: 0.8;
}

.news-section-modern .blog-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 12px;
}

.news-section-modern .blog-title a {
    color: #1a2340;
    transition: color 0.25s ease;
}

.news-section-modern .blog-title a:hover {
    color: #b03500;
}

.news-section-modern .blog-excerpt {
    font-size: 15px;
    line-height: 1.65;
    color: #676f86;
    margin: 0 0 18px;
    flex: 1;
}

.news-section-modern .blog-link {
    font-size: 14px;
    font-weight: 600;
    color: #b03500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.25s ease, color 0.25s ease;
}

.news-section-modern .blog-link:hover {
    color: #8a2a00;
    gap: 10px;
}

.news-section-modern .blog-link .arrow {
    font-size: 18px;
}

.site-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.site-filter-pills button,
.site-filter-pills a {
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    background: #f4f6fa;
    color: #1a2340;
}

.site-filter-pills .active {
    background: #c59d5f;
    color: #fff;
}

.site-map iframe {
    width: 100%;
    min-height: 400px;
    border: 0;
    border-radius: 18px;
}

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

/* Navbar logo: smaller on-screen size only; keep high-res source file — scales down sharply, no quality loss. */
.site-header-logo {
    width: auto !important;
    height: auto !important;
    max-height: 80px;
    max-width: 260px;
    object-fit: contain;
    object-position: center left;
    display: block;
}

/* Override theme mobile-menu rule (solva-main-1.css max-width:200px on .mobile-menu .nav-logo img) */
.mobile-menu .nav-logo img.site-header-logo,
.mobile-menu .nav-logo .site-header-logo {
    max-width: min(260px, 92vw) !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
}

/* Expand header to full width to eliminate empty space on sides */
@media (min-width: 992px) {
    .main-header.header-style-one .header-lower .header-lower-container {
        max-width: 100%;
        padding-inline: 20px;
    }
}

.main-header.header-style-one .header-lower .nav-outer {
    min-height: 96px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    /* Follows <html dir>: LTR logo/contact on opposite physical sides; RTL mirrors layout */
    direction: inherit;
}

.main-header.header-style-one .header-lower .nav-logo-desktop {
    float: none !important;
    flex: 0 0 auto;
}

/*
 * Logo: same “tuck to viewport” as contact block, opposite corner per language (html dir).
 */
@media (min-width: 992px) {
    .main-header.header-style-one .header-lower .nav-logo-desktop.nav-logo-desktop--corner {
        margin-inline-start: 0;
        margin-inline-end: 8px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 2px 0;
        padding-inline: 0;
        float: none !important;
    }

    .main-header.header-style-one .header-lower .nav-logo-desktop.nav-logo-desktop--corner a {
        display: inline-flex;
        align-items: center;
        padding-inline-start: 2px;
    }

    html[dir="ltr"] .main-header.header-style-one .header-lower .nav-logo-desktop.nav-logo-desktop--corner .site-header-logo {
        object-position: center left;
    }

    html[dir="rtl"] .main-header.header-style-one .header-lower .nav-logo-desktop.nav-logo-desktop--corner .site-header-logo {
        object-position: center right;
    }
}

.main-header.header-style-one .header-lower .main-menu {
    float: none !important;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.main-header.header-style-one .header-lower .main-menu .navbar-collapse {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

/* All nav links visible: keep on one row, scroll gracefully if extremely tight */
.main-header.header-style-one .header-lower .main-menu .navigation {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    float: none;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none; /* Hide scrollbar in Firefox */
    gap: 0;
}

.main-header.header-style-one .header-lower .main-menu .navigation::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome/Safari */
}

.main-header.header-style-one .header-lower .main-menu .navigation > li {
    float: none !important;
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .main-header.header-style-one .header-lower .nav-outer {
        min-height: 88px;
    }
}

.main-header.header-style-one .header-lower .options-box {
    height: auto;
    min-height: 0;
    float: none !important;
    /* Pushes block to the end edge: right in LTR, left in RTL */
    margin-inline-start: auto;
    margin-inline-end: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 6px 12px;
    top: auto !important;
    flex: 0 0 auto;
    flex-shrink: 0;
    direction: inherit;
}

/* Address + Contact: tuck to outer end edge (LTR: right, RTL: left) — mirrors logo corner */
@media (min-width: 992px) {
    .main-header.header-style-one .header-lower .options-box.options-box--corner {
        gap: 8px;
        padding-block: 4px;
        padding-inline-start: 6px;
        padding-inline-end: 2px;
        margin-inline-end: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: center;
        overflow: visible;
    }

    .main-header.header-style-one .header-lower .options-box.options-box--corner .btn-box .theme-btn {
        padding-inline: 12px 10px;
        margin-inline-end: 0;
    }

    .main-header.header-style-one .header-lower .nav-contact-address {
        margin-inline-end: 2px;
    }
}

.main-header.header-style-one .header-lower .options-box .btn-box {
    margin: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.main-header.header-style-one .header-lower .nav-contact-address {
    display: inline-flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
    max-width: min(380px, 38vw);
    min-width: 0;
    flex: 0 1 auto;
    margin-inline-end: 4px;
    text-align: start;
    line-height: 1.45;
    font-size: 12px;
    color: #333;
    position: relative;
    z-index: auto;
}

.main-header.header-style-one .header-lower .nav-contact-address--full {
    /* Full text, multiple lines — may extend below one menu row */
    align-items: flex-start;
}

.main-header.header-style-one .header-lower .nav-contact-address-icon {
    font-size: 18px;
    color: #b03500;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.main-header.header-style-one .header-lower .nav-contact-address-text {
    display: block;
    min-width: 0;
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.main-header.header-style-one .header-lower .nav-contact-address-label {
    display: block;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
    margin-bottom: 4px;
    line-height: 1.2;
}

.main-header.header-style-one .header-lower .nav-contact-address-body {
    display: block;
    font-size: 12px;
    color: #333;
    white-space: normal;
}

.main-header.header-style-one .header-lower .nav-contact-address-line {
    display: inline;
}

.main-header.header-style-one .header-lower .nav-contact-address-value {
    font-size: 12px;
    color: #333;
    white-space: normal;
    word-break: break-word;
}

/* Tighter nav links on mid widths — keeps menu from colliding with address / options */
@media (min-width: 992px) and (max-width: 1399px) {
    .main-header.header-style-one .main-menu .navigation > li > a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-header.header-style-one .site-header-logo {
        max-height: 64px;
        max-width: 200px;
    }

    .main-header.header-style-one .header-lower .nav-contact-address {
        max-width: min(260px, 30vw);
    }

    .main-header.header-style-one .main-menu .navigation > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }
}

.mobile-menu .mobile-menu-address {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 20px 8px;
    margin: 0 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
    color: #333;
}

.mobile-menu .mobile-menu-address-icon {
    font-size: 20px;
    color: #b03500;
    flex-shrink: 0;
}

.mobile-menu .mobile-menu-address p {
    margin: 4px 0 0;
    line-height: 1.45;
}

.main-header.header-style-one .header-lower .options-box .btn-box .theme-btn {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.4;
}

/* Navbar white background; overflow visible so multi-line address shows fully and stacks above page body */
.main-header.header-style-one .header-lower {
    background-color: #fff !important;
    overflow: visible !important;
    position: relative;
    z-index: 100;
    direction: inherit;
}

.main-header.header-style-one {
    position: relative;
    z-index: 1000;
}

.main-header.header-style-one .header-lower .nav-outer:before {
    display: none !important;
}

.main-header.header-style-one .main-menu .navigation > li > a {
    color: #000 !important;
}

.main-header.header-style-one .main-menu .navigation > li:hover > a,
.main-header.header-style-one .main-menu .navigation > li.current > a {
    color: #000 !important;
    opacity: 1;
}

.main-header.header-style-one .main-menu .navigation > li:before {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.main-header.header-style-one .nav-outer .mobile-nav-toggler {
    color: #000 !important;
}

.main-header .nav-outer .mobile-nav-toggler .hamburger-lines {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}

.main-header .nav-outer .mobile-nav-toggler .hamburger-lines span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: #111;
}

.main-header.header-style-one.fixed-header .header-lower {
    background-color: #fff !important;
    overflow: visible !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    animation: stickySlideDown 0.3s ease forwards;
}

@keyframes stickySlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .main-header.header-style-one .header-lower {
        background-color: #fff !important;
    }
    .main-header.header-style-one .header-lower .options-box {
        top: auto !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

/* Desktop logo in navbar - layout only, size set inline in blade */
.main-header .nav-logo-desktop {
    float: left;
    padding: 8px 0;
    margin-right: 24px;
}

.main-header .nav-logo-desktop a {
    display: inline-flex;
    align-items: center;
}

/* Mobile menu logo - layout only, size set inline in blade */
.mobile-menu .nav-logo {
    padding: 20px 20px 16px;
    text-align: left;
}

.mobile-menu .mobile-language-switcher {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 8px;
    padding-top: 12px;
}

.main-header .mobile-contact-link {
    display: none;
}

.main-header .mobile-contact-link a {
    text-decoration: none;
}

.mobile-menu .mobile-language-switcher a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
}

.mobile-menu .mobile-language-switcher a:hover {
    color: #3c515b;
}

/* Mobile menu: show hamburger and hide desktop nav on small screens */
@media (max-width: 991px) {
    .main-header .header-lower .header-lower-container {
        width: 100%;
    }
    .main-header .header-lower .nav-outer {
        display: flex !important;
        align-items: center;
        justify-content: space-between !important;
        width: 100%;
        float: none !important;
        clear: both;
    }
    .main-header .nav-logo-desktop {
        display: none !important;
    }
    .main-header .mobile-contact-link {
        display: block;
        order: 1;
        margin: 0;
        flex: 0 0 auto;
    }
    .main-header .mobile-contact-link .theme-btn {
        padding: 8px 16px;
        min-height: auto;
        line-height: 1.2;
    }
    .main-header .nav-outer .mobile-nav-toggler {
        display: flex !important;
        align-items: center;
        position: relative;
        z-index: 5;
        margin: 0;
        padding: 12px 10px;
        float: none !important;
        order: 2;
        flex: 0 0 auto;
        cursor: pointer;
    }
    .main-header .mobile-contact-link {
        margin-right: auto;
    }
    .rtl-body .main-header .mobile-contact-link {
        margin-right: 0;
        margin-left: auto;
    }
    .main-header .nav-outer .main-menu {
        display: none !important;
    }
    .main-header .header-lower .options-box.options-box--corner {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .site-section {
        padding: 75px 0;
    }

    .site-stat-grid {
        grid-template-columns: 1fr;
    }

    .site-detail-card,
    .site-form-card,
    .site-contact-card,
    .site-sidebar {
        padding: 24px;
    }
}

/* Footer — aligned with header-top #3c515b, refined glass + accent */
.site-footer {
    --footer-bg: #3c515b;
    --footer-bg-deep: #2a3840;
    --footer-accent: #d1651a;
    --footer-accent-soft: rgba(209, 101, 26, 0.35);
    position: relative;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(165deg, var(--footer-bg) 0%, #354a52 42%, var(--footer-bg-deep) 100%);
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--footer-accent) 20%, var(--footer-accent) 80%, transparent);
    opacity: 0.95;
    pointer-events: none;
}

.site-footer-glow {
    position: absolute;
    width: 120%;
    height: 200px;
    left: -10%;
    top: -80px;
    background: radial-gradient(ellipse at 50% 0%, var(--footer-accent-soft) 0%, transparent 65%);
    pointer-events: none;
    opacity: 0.55;
}

.site-footer-main {
    position: relative;
    z-index: 1;
    padding: 40px 0 28px;
}

.site-footer-top {
    display: block;
}

.site-footer-brand {
    padding: 38px 34px 36px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    backdrop-filter: blur(12px);
}

.site-footer-logo {
    display: inline-flex;
    margin-bottom: 22px;
}

.site-footer-logo img {
    max-height: 152px;
    width: auto;
    filter: brightness(1.05);
}

.site-footer-intro h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}

.site-footer-intro p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.site-footer-note,
.site-footer-empty {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

.site-footer-note {
    margin: 18px 0 24px;
}

.site-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer-socials a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.25s ease;
}

.site-footer-socials a:hover {
    background: #b03500;
    color: #fff;
    transform: translateY(-2px);
}

.site-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.site-footer-card {
    padding: 22px 24px 20px;
    height: 100%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.site-footer-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer-card--nav .site-footer-links {
    column-count: 2;
    column-gap: 28px;
}

.site-footer-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer-heading-icon {
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: linear-gradient(180deg, var(--footer-accent) 0%, #b85512 100%);
    flex-shrink: 0;
    box-shadow: 0 0 12px rgba(209, 101, 26, 0.45);
}

.site-footer-company-name {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.site-footer-links,
.site-footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-links li {
    margin-bottom: 0;
    line-height: 1.45;
    break-inside: avoid;
    padding: 4px 0;
}

.site-footer-links li:last-child {
    margin-bottom: 0;
}

.site-footer-links a,
.site-footer-contact a,
.site-footer-bottom-links a,
.site-footer-bottom-nav a,
.site-footer-post {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 400;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
    position: relative;
}

.site-footer-links a {
    padding-left: 0;
}

.site-footer-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background: var(--footer-accent);
    transform: translateY(-50%);
    transition: width 0.2s ease;
    opacity: 0.9;
}

.site-footer-links a:hover::before {
    width: 6px;
}

/* Match .header-top link hover accent */
.site-footer-links a:hover {
    color: var(--footer-accent);
    padding-left: 12px;
}

.site-footer-contact a:hover,
.site-footer-bottom-links a:hover,
.site-footer-bottom-nav a:hover {
    color: var(--footer-accent);
}

.site-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    line-height: 1.45;
}

.site-footer-contact li:last-child {
    margin-bottom: 0;
}

.site-footer-contact-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.site-footer-contact-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.site-footer-contact-value {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    word-break: break-word;
}

.site-footer-contact-value a {
    color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.site-footer-contact-value a:hover {
    color: var(--footer-accent);
    border-bottom-color: rgba(209, 101, 26, 0.5);
}

.site-footer-contact-sep::before {
    content: "·";
    margin: 0 0.35em;
    color: rgba(255, 255, 255, 0.35);
}

.site-footer-contact .icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--footer-accent);
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.site-footer-posts {
    display: grid;
    gap: 12px;
}

.site-footer-post {
    display: block;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.25s ease;
}

.site-footer-post:hover {
    background: rgba(176, 53, 0, 0.12);
    border-color: rgba(176, 53, 0, 0.25);
}

.site-footer-post-title,
.site-footer-post-date {
    display: block;
}

.site-footer-post-title {
    margin-bottom: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.site-footer-post-date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.site-footer-empty {
    color: rgba(255, 255, 255, 0.5);
}

.site-footer-btn {
    margin-top: 22px;
    background: #b03500 !important;
    border-color: #b03500 !important;
}

.site-footer-btn:hover {
    background: #8a2a00 !important;
    border-color: #8a2a00 !important;
}

.site-footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0 18px;
    background: rgba(0, 0, 0, 0.18);
}

.site-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.site-footer-copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    letter-spacing: 0.02em;
}

.site-footer-bottom-nav {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer-bottom-nav a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    vertical-align: middle;
}

.site-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer-bottom-links a {
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .site-footer-main {
        padding: 32px 0 22px;
    }

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

@media (max-width: 767px) {
    .site-footer-main {
        padding: 28px 0 20px;
    }

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

    .site-footer-brand,
    .site-footer-card {
        padding: 18px 18px 16px;
    }

    .site-footer-card--nav .site-footer-links {
        column-count: 1;
    }

    .site-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
