/* =========================================
   CRITICAL CSS (HEADER)
   ========================================= */

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 50;
    padding: 18px 0;
    background-color: rgba(0, 0, 0, .55);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 0;
    box-shadow: none;
    will-change: top, width, padding;
    transition: all .5s cubic-bezier(.25, .8, .25, 1);
}

/* --- Dynamic Theme Support --- */
.header--white {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}



.header--white .logo-white {
    display: none;
}

.header--white .logo-black {
    display: block;
}

.header--dark .logo-black {
    display: none;
}

.header--dark .logo-white {
    display: block;
}

.header--white .header-nav a {
    color: #000;
}

.header--white .header-nav a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #0047ff;
}

/* --- Keep mega-menu dropdown colors on light theme --- */
.header--white .header-nav .mega-menu {
    background: rgba(15, 15, 15, 0.95);
    border-color: rgba(255, 255, 255, 0.10);
}

.header--white .header-nav .mega-menu a {
    color: rgba(255, 255, 255, 0.82);
    background: none;
}

.header--white .header-nav .mega-menu a:hover {
    color: rgba(255, 255, 255, 0.98);
    background: none;
}

.header--white .header-nav .mega-title {
    color: rgba(255, 255, 255, 0.95);
}

.header--white .header-nav .mega-head {
    border-bottom-color: rgba(255, 255, 255, 0.10);
}

.header--white .header-nav .mega-icon {
    filter: none;
}

.header--white .plus-icon {
    filter: brightness(0);
    /* Make plus icon black */
}

/* --- Keep mobile-menu dark on light theme --- */
.header--white .mobile-menu {
    background: rgb(0, 0, 0);
    border-top-color: rgba(255, 255, 255, 0.10);
}

.header--white .mobile-nav a,
.header--white .mobile-dropdown-toggle {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

.header--white .submenu-toggle {
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
}

.header--white .mobile-dropdown-menu a {
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
}

.header--white .submenu a {
    color: #fff;
    background: rgba(255, 255, 255, 0.01);
}

/* Keep plus icons white inside the mobile menu */
.header--white .mobile-menu .plus-icon {
    filter: none;
}

.header--white .header-burger {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.04);
    transition: border-color .35s ease, background .35s ease;
}

.header--white .burger-lines span {
    background: #000;
    transition: background .35s ease, transform .2s ease, opacity .2s ease;
}

/* CTA button adaptation on white theme */
.header--white .cta-btn {
    box-shadow: 0 2px 12px rgba(0, 71, 255, 0.25);
}

/* Floating overrides for themes */
.header.is-floating.header--white {
    /* background-color: rgba(255, 255, 255, 0.98); */
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.header.is-floating.header--dark {
    background-color: rgba(0, 0, 0, .55);
}

.header.is-floating {
    top: 15px;
    width: min(1620px, calc(100% - 40px));
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, .65);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
    border-radius: 5px;
}

.header-content {
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.header-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto
}

.header-logo img {
    height: max-content;
    width: 100px;
    display: block
}

.logo-black {
    display: none;
}

.header-nav>ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    position: relative
}

.header-nav li {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.header-nav .nav-item-dropdown {
    position: static
}

.header-nav .mega-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    width: min(1120px, calc(100vw - 40px));
    /* background: rgba(0, 0, 0, 0.96); */
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(85px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 34px 36px;
    z-index: 100;
    border-radius: 8px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(14px);
    transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s
}

.has-pointer .header-nav .nav-item-dropdown:hover .mega-menu,
.header-nav .nav-item-dropdown.is-hover-open .mega-menu,
.header-nav .nav-item-dropdown:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity .18s ease, transform .18s ease, visibility 0s
}

.header-nav .mega-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 64px;
    row-gap: 44px;
}

.header-nav .mega-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.header-nav .mega-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-nav .mega-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: block;
    object-fit: contain;
}

.header-nav .mega-list li {
    display: block;
}

.header-nav .mega-title {
    font-family: "Source Code Pro", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.95);
}

.header-nav .mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.header-nav .mega-list li {
    display: block;
}

.header-nav .mega-link {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    font-family: "Source Code Pro", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.header-nav .mega-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #0047ff;
    opacity: 0.95;
}

.header-nav .mega-link:hover {
    color: rgba(255, 255, 255, 0.98);
    transform: translateX(2px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-nav a {
    font-family: "Source Code Pro", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .42px;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: background .2s ease, color .2s ease
}

.header-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08)
}

.plus-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("../assets/img/asset-svg-2.svg");
    content: url("");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    font-size: 0;
    line-height: 0;
    opacity: .9
}

.actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto
}

.header-burger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 2px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
    padding: 0
}

.burger-lines {
    width: 18px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.burger-lines span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease
}

.header.is-menu-open .burger-lines span:nth-child(1) {
    transform: translateY(5px) rotate(45deg)
}

.header.is-menu-open .burger-lines span:nth-child(2) {
    opacity: 0
}

.header.is-menu-open .burger-lines span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg)
}

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 14px 18px 18px;
    background: rgb(0, 0, 0);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top: 1px solid rgba(255, 255, 255, .10);
    transition: background .35s ease, border-color .35s ease;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.mobile-nav li {
    display: flex;
    flex-direction: column;
    /* Changed to column to support dropdown */
    align-items: stretch;
    justify-content: flex-start;
    padding-left: 10px;
    gap: 6px
}

.mobile-nav a,
.mobile-dropdown-toggle {
    font-family: "Source Code Pro", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: rgba(255, 255, 255, .04);
    flex: 1;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    justify-content: flex-start;
}

.mobile-dropdown-toggle .plus-icon {
    margin-left: auto;
}

.mobile-nav a .plus-icon {
    margin-left: auto;
}

.mobile-dropdown-menu {
    list-style: none;
    padding: 0 0 0 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-dropdown-menu[hidden] {
    display: none;
}

.mobile-dropdown-menu a {
    background: rgba(255, 255, 255, 0.02);
    font-size: 11px;
    padding: 10px 12px;
}

.has-submenu {
    padding-left: 0
}

.submenu-toggle {
    font-family: "Source Code Pro", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
    flex: 1;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    justify-content: flex-start
}

.submenu-toggle .plus-icon {
    margin-left: auto;
    transition: transform .2s ease
}

.has-submenu.is-open .submenu-toggle .plus-icon {
    transform: rotate(45deg)
}

.submenu {
    list-style: none;
    padding: 6px 0 0 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.submenu[hidden] {
    display: none;
}

.has-submenu.is-open>.submenu {
    animation: fadeIn 0.18s ease-out
}

.submenu a {
    background: rgba(255, 255, 255, 0.01);
    font-size: 11px;
    padding: 10px 12px
}

.mobile-actions {
    margin-top: 14px
}

.mobile-actions .cta-btn {
    width: 100%;
    justify-content: space-between
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border: 0;
    border-radius: 2px;
    background: #0047ff;
    color: #fff;
    cursor: pointer;
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity .2s ease;
    padding: 15px 28px
}

.cta-btn:hover {
    opacity: .9
}

.btn-dots span {
    display: flex;
    gap: 2px
}

.btn-primary {
    background: #0047ff;
    color: #fff
}

.btn-primary:hover {
    opacity: .85
}

.btn-secondary {
    background: #fff;
    color: #000;
    border-color: #fff
}

.btn-secondary:hover {
    opacity: .85
}

@media (max-width:1366px) and (min-width:1025px) {
    .header {
        padding: 14px 0
    }

    .header.is-floating {
        top: 14px;
        padding: 10px 2px
    }

    .header-content {
        padding: 0 60px;
        gap: 18px
    }

    .header-logo img {
        width: 92px
    }

    .header-nav>ul {
        gap: 20px
    }

    .header-nav a {
        font-size: 13px;
        padding: 10px 10px
    }

    .cta-btn {
        font-size: 12px;
        padding: 14px 22px
    }

    .header-nav .mega-menu {
        width: min(1040px, calc(100vw - 56px));
        padding: 30px 28px
    }

    .header-nav .mega-grid {
        column-gap: 48px;
        row-gap: 38px
    }
}

@media (max-width:1024px) {
    .header-content {
        padding: 0 24px
    }

    .header-nav ul {
        gap: 18px
    }

    .header-nav a {
        padding: 10px 10px
    }

    .header-nav .mega-menu {
        width: min(980px, calc(100vw - 32px));
        padding: 26px 22px
    }
}

@media (max-width:900px) {
    .header-nav .mega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:768px) {
    .header {
        padding: 14px 0
    }

    .header.is-floating {
        width: calc(100% - 30px);
        top: 10px;
        padding: 10px 6px;
        border-radius: 12px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
    }

    .header.is-floating.header--white {
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
    }

    .header-nav {
        display: none
    }

    .header-logo {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .header-logo img {
        height: max-content;
        width: 90px;
        display: block
    }

    .actions {
        display: none
    }

    .header-burger {
        display: inline-flex
    }

    .header-content {
        padding: 0 18px
    }

    /* Lock header to dark look when mobile menu is open (menu is always dark) */
    .header.is-menu-open {
        background: rgba(0, 0, 0, .90) !important;
        border-bottom-color: rgba(255, 255, 255, .10) !important;
    }

    .header.is-menu-open .logo-white { display: block !important; }
    .header.is-menu-open .logo-black { display: none !important; }
    .header.is-menu-open .burger-lines span { background: #fff !important; }
    .header.is-menu-open .header-burger {
        border-color: rgba(255, 255, 255, .14) !important;
        background: rgba(255, 255, 255, .06) !important;
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .header.is-floating {
        width: calc(100% - 50px);
        top: 12px;
        padding: 10px 8px;
        border-radius: 14px;
    }
}

/* =========================================
           UPPER CONTAINER (HERO CARD)
           ========================================= */

.hero-section {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    background-color: #ffffff;
    margin-bottom: -250px;
}

.hero-card {
    position: relative;
    background: radial-gradient(circle at 10% 20%, #2a1b35 0%, #0d0d0d 60%);
    border-radius: 30px;
    padding: 60px 80px;
    width: 100%;
    max-width: 1600px;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.hero-content {
    z-index: 2;
    max-width: 550px;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-content .sub-head {
    color: #94a3b8;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
}

.hero-btn {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #000000;
    border: none;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.hero-btn:hover::before {
    left: 100%;
}

.hero-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(255, 255, 255, 0.15);
}

.hero-visual {
    position: absolute;
    top: -80px;
    right: -190px;
    width: 60%;
    height: 100%;
    pointer-events: none;
}

.map-dots-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* =========================================
    FOOTER WRAPPER (Full-width container)
========================================= */
.footer-wrapper {
    width: 100%;
    padding: 198px 40px 40px;
    background: #000000;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.footer-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(0, 71, 255, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(138, 43, 226, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.footer-wrapper-inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* =========================================
           FOOTER GRID (4-column layout)
           ========================================= */
.footer-section {
    padding: 48px 0 28px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 6.5fr 1fr 1fr 1fr;
    gap: 82px;
    padding-bottom: 40px;
}

/* --- Brand Column --- */
.brand-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.brand-logo img {
    width: 140px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.06));
    transition: filter 0.3s ease;
}

.brand-logo:hover img {
    filter: drop-shadow(0 0 28px rgba(255, 255, 255, 0.12));
}

.brand-address {
    color: var(--white);
    margin-bottom: 26px;
}

.brand-address p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

/* --- Contact Block --- */
.contact-block {
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping if screen gets smaller */
    gap: 40px;
    /* Adjusted gap to fit 3 items smoothly */
}

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

.contact-col .label {
    font-family: var(--font-main);
    color: var(--white);
    font-weight: 700;
    font-size: 17px;
}

.contact-col .value,
.contact-col .value a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* --- Navigation Columns --- */
.nav-col h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 18px;
}

.footer-nav-toggle {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: default;
    pointer-events: none;
}

.footer-nav-toggle h4 {
    margin-bottom: 24px;
    display: inline-block;
}

.footer-nav-toggle .plus-icon {
    display: none;
}

.nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-col ul li {
    margin-bottom: 12px;
}

.nav-col ul li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    position: relative;
}

.nav-col ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
}

.nav-col ul li a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.nav-col ul li a:hover::after {
    transform: scaleX(1);
}

/* =========================================
           SOCIAL FOLLOW BAR
           ========================================= */
.follow-bar {
    margin: 40px 0 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 16px 22px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.follow-bar__title {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.follow-bar__title::after {
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    flex: 1;
    min-width: 22px;
}

.follow-bar__icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.follow-bar__link {
    width: 42px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
}

.follow-bar__link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.18);
}

.follow-bar__link svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* =========================================
           FOOTER BOTTOM (Copyright)
           ========================================= */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 22px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    letter-spacing: 0.04em;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

/* =========================================
           RESPONSIVE DESIGN
========================================= */
@media (max-width: 1024px) {
    .hero-section {
        margin-bottom: -180px;
        padding: 40px 24px;
    }

    .hero-card {
        padding: 50px 40px;
        text-align: center;
        align-items: center;
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-visual {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 250px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 20px 16px;
        margin-bottom: -150px;
    }

    .hero-card {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.1;
    }

    .hero-content .sub-head {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .hero-visual {
        height: 160px;
    }

    .footer-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 16px;
        text-align: left;
    }

    .footer-inner>div:first-child {
        grid-column: 1 / -1;
    }

    .brand-logo {
        justify-content: flex-start;
    }

    .contact-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 16px;
    }

    .follow-bar {
        flex-direction: column;
        gap: 12px;
    }

    .follow-bar__title {
        text-align: center;
        width: 100%;
        display: block;
    }

    .follow-bar__title::after {
        display: none;
    }

    .follow-bar__icons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }

    /* Standard Footer Layout on Mobile */
    .footer-nav-toggle {
        display: flex;
        padding: 12px 0;
        cursor: default;
        pointer-events: none;
        align-items: center;
        justify-content: space-between;
    }

    .footer-nav-toggle .plus-icon {
        display: none;
    }

    .nav-col h4 {
        font-size: 14px;
    }

    .nav-col ul {
        display: flex;
        padding: 16px 0 8px 12px;
    }
}

@media (max-width: 540px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }

    .footer-wrapper {
        padding: 120px 16px 16px;
    }

}