/* =========================================================
   EQUINNOVA WEB V0.2
   Brand Integration
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f8fafb;
    color: #111827;
    line-height: 1.6;
}


/* ---------- NAVIGATION ---------- */

.navbar {
    max-width: 1250px;
    margin: auto;
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 40px;
}

.brand img {
    width: 155px;
    height: 65px;
    object-fit: contain;
}

nav {
    display: flex;
    gap: 35px;
}

nav a {
    text-decoration: none;
    color: #4b5563;
    font-size: 14px;
}

nav a:hover {
    color: #00aaa6;
}

.development-badge {
    border: 1px solid #d1d5db;
    padding: 9px 14px;

    font-size: 11px;
    letter-spacing: 1px;

    color: #6b7280;
}


/* ---------- GLOBAL ---------- */

main {
    overflow: hidden;
}

.eyebrow {
    color: #00aaa6;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2.2px;

    margin-bottom: 25px;
}


/* ---------- HERO ---------- */

.hero {
    min-height: 720px;

    display: flex;
    align-items: center;

    max-width: 1250px;

    margin: auto;
    padding: 60px 40px 120px;
}

.hero-content {
    max-width: 980px;
}

.hero h1 {
    font-size: clamp(55px, 7vw, 100px);

    line-height: 0.98;
    letter-spacing: -5px;

    max-width: 1000px;

    margin-bottom: 40px;
}

.hero-description {
    max-width: 760px;

    font-size: 20px;

    color: #4b5563;

    margin-bottom: 45px;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    text-decoration: none;

    color: #111827;

    border-bottom: 1px solid #00aaa6;

    padding-bottom: 8px;

    font-size: 14px;
    font-weight: 600;
}


/* ---------- ECOSYSTEM ---------- */

.ecosystem {
    background: #111827;
    color: white;

    padding: 120px max(40px, calc((100vw - 1170px) / 2));
}

.section-heading {
    max-width: 800px;
}

.section-heading h2 {
    font-size: clamp(42px, 5vw, 65px);

    line-height: 1.05;

    letter-spacing: -2px;

    margin-bottom: 30px;
}

.section-heading > p:last-child {
    color: #aeb6c2;

    max-width: 680px;

    font-size: 18px;
}


/* ---------- PILLARS ---------- */

.pillars {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-top: 80px;
}

.pillar {
    min-height: 400px;

    border: 1px solid #303947;

    padding: 35px;

    display: flex;
    flex-direction: column;

    transition: 0.3s;
}

.pillar:hover {
    transform: translateY(-7px);

    border-color: #00aaa6;
}

.pillar-number {
    color: #00aaa6;

    font-size: 11px;

    margin-bottom: 45px;
}

.pillar-icon {
    width: 48px;
    height: 48px;

    border: 1px solid #00aaa6;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aaa6;

    font-size: 22px;

    margin-bottom: 25px;
}

.pillar h3 {
    font-size: 26px;

    margin-bottom: 15px;
}

.pillar p {
    color: #aeb6c2;

    font-size: 15px;
}

.pillar-footer {
    margin-top: auto;

    padding-top: 30px;

    font-size: 10px;

    letter-spacing: 1.5px;

    color: #00aaa6;
}


/* ---------- VISION ---------- */

.vision {
    max-width: 1170px;

    margin: auto;

    padding: 140px 0;

    display: grid;

    grid-template-columns: 1fr 2fr;

    gap: 80px;
}

.vision-label {
    color: #00aaa6;

    font-size: 11px;

    font-weight: bold;

    letter-spacing: 2px;
}

.vision-content {
    max-width: 760px;
}

.vision h2 {
    font-size: clamp(40px, 5vw, 62px);

    line-height: 1.08;

    letter-spacing: -2px;

    margin-bottom: 35px;
}

.vision p {
    color: #4b5563;

    font-size: 18px;

    margin-bottom: 20px;
}


/* ---------- JOURNEY ---------- */

.journey {
    background: white;

    padding: 120px max(40px, calc((100vw - 1170px) / 2));
}

.journey h2 {
    font-size: 50px;

    letter-spacing: -2px;

    margin-bottom: 70px;
}

.journey-flow {
    display: flex;

    align-items: stretch;

    justify-content: space-between;
}

.journey-step {
    flex: 1;
}

.journey-step span {
    display: block;

    color: #00aaa6;

    font-size: 11px;

    margin-bottom: 25px;
}

.journey-step strong {
    display: block;

    font-size: 14px;

    letter-spacing: 1px;

    margin-bottom: 10px;
}

.journey-step p {
    color: #6b7280;

    font-size: 13px;

    max-width: 150px;
}

.journey-arrow {
    color: #00aaa6;

    padding: 45px 15px 0;
}


/* ---------- CLOSING ---------- */

.closing {
    text-align: center;

    padding: 160px 40px;

    background: #f8fafb;
}

.closing h2 {
    font-size: clamp(45px, 6vw, 75px);

    line-height: 1;

    letter-spacing: -3px;

    margin-bottom: 30px;
}

.closing > p:not(.eyebrow) {
    color: #6b7280;

    font-size: 18px;

    margin-bottom: 40px;
}

.coming-soon {
    display: inline-block;

    border: 1px solid #00aaa6;

    padding: 12px 20px;

    color: #00aaa6;

    font-size: 10px;

    letter-spacing: 2px;
}


/* ---------- FOOTER ---------- */

footer {
    border-top: 1px solid #e5e7eb;

    max-width: 1170px;

    margin: auto;

    padding: 40px 0;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #6b7280;

    font-size: 12px;
}

footer img {
    width: 120px;
    height: 50px;

    object-fit: contain;
}


/* ---------- MOBILE ---------- */

@media (max-width: 800px) {

    .navbar {
        padding: 0 25px;
    }

    nav {
        display: none;
    }

    .development-badge {
        display: none;
    }

    .hero {
        padding: 60px 25px 100px;
    }

    .hero h1 {
        letter-spacing: -3px;
    }

    .pillars {
        grid-template-columns: 1fr;
    }

    .vision {
        padding: 100px 25px;

        grid-template-columns: 1fr;

        gap: 30px;
    }

    .journey-flow {
        flex-direction: column;

        gap: 35px;
    }

    .journey-arrow {
        transform: rotate(90deg);

        padding: 0;

        width: 20px;
    }

    footer {
        margin: 0 25px;

        flex-direction: column;

        gap: 20px;

        text-align: center;
    }
}