/*-------------------
        Fonts
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
.accent,
.kicker {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
}

:root {
    --bg: #111646;
    --panel: #04182e;
    --ink: #e9f2ff;
    --muted: #fff;
    --accent: #3c50ca;
    --accent-2: #3c50ca;
    --border: #1e2b3a;
    --btn: #2a75ff;
}
* {
    box-sizing: border-box;
}

.contact-btn {
    background: transparent;
    border: 3px solid white;
    border-radius: 50px;
    color: #fff !important;
    padding: 0.4em 1.4em;
    min-width: 180px;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lexend", sans-serif;
    font-size: 1.5em;
}
body {
    margin: 0;
    font-family: "Open Source Sans", sans-serif;
    color: var(--ink);
    background-image: url('../images/hero-bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: var(--bg);
    line-height: 1.6;
}

p {
    text-align: center;
}

footer {
    background-color: #305782;
    color: #fff;
    font-size: 0.9em;
    padding: 3em 0 3.5em 0;
    text-align: left;
    border-top: 1px solid white
}

.footer-logo {
    filter: brightness(0) invert(1);
}

.footer-cont {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.footer-left {
    width: 33%;
    text-align: left;
}

.footer-mid {
    width: 33%;
    text-align: center;
}

.footer-right {
    width: 33%;
    text-align: right;
}
a {
    color: var(--ink);
    text-decoration: none;
}
.container {
    width: min(1160px, 100%);
    margin-inline: auto;
    padding: 0 20px;
}
.eco-header {
    background: transparent;
    backdrop-filter: none;
    border-bottom: none;
}

.eco-header .navbar {
    background: transparent;
    border: none;
    margin-bottom: 0;
}

.header-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 20px 0;
    min-height: 80px;
}

.header-left {
    justify-self: start;
}

.header-center {
    justify-self: center;
}

.header-right {
    justify-self: end;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--accent);
    text-decoration: none;
}

.nav-separator {
    color: #fff;
    font-size: 1em;
    opacity: 0.7;
}

.eco-logo {
    position: relative;
    display: inline-block;
}

.eco-logo img {
    max-width: 200px;
}

.logo-text {
    font-family: "Lexend", sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
}

.logo-graphic {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 45px;
    height: 22px;
    background: linear-gradient(45deg, #fff, #e0e0e0);
    border-radius: 50px;
    opacity: 0.9;
    z-index: 1;
}

.logo-graphic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 15px;
    background: linear-gradient(45deg, #fff, #e0e0e0);
    border-radius: 50px;
    opacity: 0.7;
}

.support-btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3) inset;
}

.support-btn:hover {
    background: #fff;
    color: var(--bg);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset;
    text-decoration: none;
}
.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    width: 100%;
    max-width: 1080px;
}
.brand {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    font-weight: 800;
    letter-spacing: 0.3px;
    width: 50%;
    max-width: 200px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.logo-slot {
    width: 100%;
}
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.brand .logo-slot img {
    width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: none;
}
nav,
.navbar-default {
    background-color: transparent;
}
nav ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav a {
    color: var(--ink);
    font-weight: 600;
}
/* hero */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/assets/brands/eco/images/mobius-strip.png');
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: right center;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 80vh;
    padding: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.hero-content {
    text-align: left;
    max-width: 50%;
}

.hero-tagline {
    max-width: 100%;
    margin: 20px 0 30px;
    color: var(--muted);
    font-size: 1.3em;
    line-height: 1.6;
    text-align: left;
}

.hero-image {
    display: flex;
    justify-content: end;
    align-items: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(200, 200, 255, 1));
}
.right-al {
    text-align: right;
}
.eyebrow {
    font-family: "Lexend", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    color: var(--muted);
    margin-bottom: 6px;
    line-height: 0;
    font-weight: bold;
}
h1 {
    margin: 0.35rem 0 0;
    font-size: clamp(42px, 7vw, 88px);
    line-height: 1.05;
    font-weight: 900;
}
.sub {
    max-width: 780px;
    margin: 14px auto 28px;
    color: var(--muted);
    font-size: 1.5em;
}
.ratio-21x9 {
    aspect-ratio: 21/9;
}
.ratio-4x3 {
    aspect-ratio: 4/3;
}
.spacer {
    height: 48px;
}
/* split sections */
.split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
    padding: 56px 0;
}
.split.reverse {
    grid-template-columns: 1.1fr 0.9fr;
}

@media (max-width: 900px) {
    .split,
    .split.reverse {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .hero {
        padding: 40px 0 28px;
    }
}
.kicker {
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    color: white;
    margin-bottom: 6px;
    line-height: 0;
}
h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.1;
}
h2 .accent {
    color: var(--accent);
}
p {
    font-size: 1.2em;
    color: #cfe0f7;
}
/* contact */
.contact-super, #contact-title {
    text-align: center;
}
.contact-wrap {
    padding: 64px 0;
}
.card {
    background: transparent;
    border: 2px solid white;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) inset;
    border-radius: 12px;
    padding: 28px;
}
.card h3 {
    margin: 0 0 18px;
    font-size: 28px;
    letter-spacing: 0.02em;
    text-align: center;
}
form {
    display: grid;
    gap: 14px;
}
.row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.form-container {
    max-width: 70%;
    margin: auto;
}
@media (max-width: 700px) {
    .row {
        grid-template-columns: 1fr;
    }
}
input,
textarea {
    width: 100%;
    padding: 14px 14px;
    background: transparent;
    border: 2px solid white;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) inset;
    color: white;
    border-radius: 10px;
    outline: none;
    min-height: 46px;
}
textarea {
    min-height: 140px;
    resize: vertical;
}
input::placeholder,
textarea::placeholder {
    color: var(--accent);
}
button {
    appearance: none;
    border: 0;
    background: linear-gradient(180deg, var(--btn), #2558ff);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 16px 20px;
    border-radius: 999px;
    cursor: pointer;
}
/* footer */
.eco-footer {
    background: #111962;
    border-top: 1px solid #fff;
    padding: 60px 0 50px;
    color: #fff;
}

.footer-logo-section {
    text-align: center;
    margin-bottom: 50px;
}

.eco-logo {
    position: relative;
    display: inline-block;
}

.logo-text {
    font-family: "Lexend", sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
}

.logo-graphic {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 30px;
    background: linear-gradient(45deg, #fff, #e0e0e0);
    border-radius: 50px;
    opacity: 0.9;
    z-index: 1;
}

.logo-graphic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 20px;
    background: linear-gradient(45deg, #fff, #e0e0e0);
    border-radius: 50px;
    opacity: 0.7;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-column {
    text-align: center;
}

.footer-contact .contact-item,
.footer-address .address-item {
    color: #fff;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 300;
}

.footer-contact {
    text-align: left;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 300;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--accent);
    text-decoration: none;
}

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

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .logo-text {
        font-size: 2em;
    }
    
    .logo-graphic {
        width: 50px;
        height: 25px;
        right: -15px;
    }
    
    .logo-graphic::before {
        width: 30px;
        height: 15px;
    }
    
    .eco-footer {
        padding: 40px 0 30px;
    }
    
    .footer-logo-section {
        margin-bottom: 30px;
    }
}

/* EcoMobius specific styles */
.learn-more-btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 12px 32px;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset;
}

.learn-more-btn:hover {
    background: #fff;
    color: var(--bg);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.8) inset;
}

.about-section {
    padding: 100px 0;
    background: transparent;
}

.about-header {
    text-align: center;
    margin-bottom: 60px;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.about-content p {
    margin-bottom: 28px;
    line-height: 1.7;
    font-size: 1.1em;
    color: #cfe0f7;
}

.services-section {
    text-align: center;
    padding: 80px 0;
    background: #111962;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.services-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.services-content p {
    margin-bottom: 24px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .eco-logo img {
        max-width: 120px;
    }

    .header-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
        padding: 15px 0;
    }
    
    .header-left,
    .header-center {
        justify-self: center;
    }

    .header-center {
        order: -1;
    }
    
    .nav-links {
        justify-content: center;
        gap: 10px;
    }
    
    .logo-text {
        font-size: 1.5em;
    }
    
    .logo-graphic {
        width: 35px;
        height: 18px;
        right: -12px;
    }
    
    .logo-graphic::before {
        width: 25px;
        height: 12px;
    }
    
    .support-btn {
        padding: 8px 16px;
        font-size: 0.8em;
    }

    .hero-section {
        min-height: 60vh;
        align-items: start;
        padding-top: 20px;
    }

    .learn-more-btn {
        position: absolute;
        left: 0;
        width: 100%;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0;
        text-align: center;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-tagline {
        font-size: 1.1em;
    }
    
    .hero-image {
        order: -1;
    }
    
    .hero-image img {
        max-width: 80%;
    }

    header,
    section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .topbar {
        flex-direction: column;
    }

    .right-al {
        order: -1;
    }
    
    .about-section,
    .services-section {
        padding: 20px 0;
    }
    
    .about-content {
        text-align: center;
    }

    .footer-contact, .footer-links {
        text-align: center;
    }

    .footer-links {
        order: -1;
    }

    .hero-container {
        align-items: start;
        min-height: unset;
        margin: 20px 0;
    }
}
