/* Main CSS for spactisu */
/* Minions Enterprises Solutions Lati System */
* {
    box-sizing: border-box;
}

:root {
    --space-black: #05070d;
    --midnight: #0b1f3a;
    --deep-blue: #11244a;
    --orbit-blue: #a0a888;
    --near-black: #0d0e0f;
    --white: #ffffff;
    --sage: #a0a888;
}

html {
    scroll-behavior: smooth;
    background: var(--space-black);
}

body {
    min-height: 360vh;
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: var(--white);
    background: transparent;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px clamp(20px, 6vw, 88px);
    background: linear-gradient(180deg, rgba(5, 7, 13, 0.92), rgba(17, 36, 74, 0));
}

.brand,
.site-nav a {
    color: var(--white);
    text-decoration: none;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(58px, 5.6vw, 76px);
    height: clamp(58px, 5.6vw, 76px);
    overflow: hidden;
    border: 1px solid rgba(160, 168, 136, 0.52);
    border-radius: 50%;
    background: var(--near-black);
    box-shadow: 0 10px 30px rgba(160, 168, 136, 0.16);
}

.brand-mark img {
    width: 96%;
    height: 96%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.brand-name {
    font-family: Impact, 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.35rem);
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--white);
    transform: skewX(-8deg);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.58);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(14px, 2.4vw, 34px);
}

.site-nav a {
    font-family: 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.88);
    transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
    color: var(--orbit-blue);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(160, 168, 136, 0.36);
    border-radius: 50%;
    background: rgba(13, 14, 15, 0.72);
    color: var(--white);
    cursor: pointer;
    place-items: center;
    padding: 0;
}

.nav-toggle i {
    font-size: 1.2rem;
}

.scroll-background {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: var(--space-black);
}

.scroll-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 48% center;
    transform: scale(1.1);
    filter: none;
    will-change: contents;
}

.background-shade {
    position: absolute;
    inset: 0;
    background: transparent;
}

.scroll-stage {
    position: relative;
    z-index: 1;
    min-height: 500vh;
    padding: 64px clamp(20px, 6vw, 88px);
}

.hero-panel,
.content-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
}

.content-section {
    max-width: 620px;
    padding: 28px;
    border-left: 0;
    background: transparent;
    box-shadow: none;
}

.align-right {
    margin-left: auto;
    text-align: right;
}

#contact {
    width: min(100%, 680px);
    max-width: 680px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    text-align: left;
}

.contact-intro {
    max-width: 100%;
}

#contact h2 {
    max-width: 620px;
    font-size: clamp(2.4rem, 4.4vw, 4.6rem);
}

.eyebrow {
    margin: 0 0 14px;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sage);
}

h1 {
    max-width: 720px;
    margin: 0;
    font-family: Impact, 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 7vw, 7.5rem);
    line-height: 0.86;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: uppercase;
    text-shadow: 0 5px 28px rgba(0, 0, 0, 0.5);
    color: var(--white);
}

h2 {
    margin: 0;
    font-family: Impact, 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(2.2rem, 4.6vw, 5.2rem);
    line-height: 0.92;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: uppercase;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
    color: var(--white);
}

.intro,
.section-copy {
    max-width: 540px;
    margin: 24px 0 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.hero-button,
.section-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 148px;
    min-height: 48px;
    margin-top: 28px;
    padding: 13px 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-family: 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    background: var(--orbit-blue);
    box-shadow: 0 14px 34px rgba(160, 168, 136, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.section-button {
    min-width: 210px;
    min-height: 56px;
    margin-top: 30px;
    font-size: 1rem;
}

.hero-button:hover,
.section-button:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: var(--deep-blue);
    box-shadow: 0 18px 42px rgba(160, 168, 136, 0.28);
}

.section-copy {
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    color: rgba(255, 255, 255, 0.76);
}

.about-points {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.about-points p {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(160, 168, 136, 0.2);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(5, 7, 13, 0.34);
}

.about-points span {
    display: block;
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sage);
}

.contact-form {
    display: grid;
    gap: 16px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(160, 168, 136, 0.2);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(5, 7, 13, 0.84), rgba(17, 36, 74, 0.6));
    box-shadow: 0 24px 60px rgba(5, 7, 13, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    text-align: left;
}

.contact-form label {
    display: grid;
    gap: 7px;
}

.contact-form span {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sage);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(160, 168, 136, 0.28);
    border-radius: 6px;
    padding: 13px 14px;
    font: inherit;
    color: var(--white);
    background: rgba(5, 7, 13, 0.72);
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
    resize: vertical;
    min-height: 126px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--orbit-blue);
    box-shadow: 0 0 0 3px rgba(160, 168, 136, 0.18);
}

.contact-form button {
    justify-self: stretch;
    min-width: 132px;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 12px 24px;
    font-family: 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    background: var(--orbit-blue);
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(160, 168, 136, 0.22);
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.contact-form button:hover {
    transform: translateY(-2px);
    color: var(--deep-blue);
    background: var(--white);
}

.section-kicker {
    margin: 0 0 16px;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sage);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.site-footer {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    align-items: start;
    gap: clamp(24px, 4vw, 64px);
    padding: 30px clamp(20px, 6vw, 88px) 26px;
    border-top: 1px solid rgba(160, 168, 136, 0.28);
    background: linear-gradient(180deg, rgba(11, 31, 58, 0.88), rgba(5, 7, 13, 0.98));
    backdrop-filter: blur(10px);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: min(100%, 520px);
}

.footer-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 1px solid rgba(160, 168, 136, 0.52);
    border-radius: 50%;
    background: var(--near-black);
}

.footer-mark img {
    width: 96%;
    height: 96%;
    object-fit: contain;
    display: block;
}

.footer-name {
    margin: 0;
    font-family: 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-tagline {
    max-width: 360px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.5;
}

.footer-legal {
    display: grid;
    gap: 6px;
    margin-top: 16px;
}

.footer-legal p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.88rem;
    line-height: 1.4;
}

.footer-legal span {
    display: inline-block;
    min-width: 62px;
    margin-right: 8px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sage);
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-nav a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.92rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.footer-nav span {
    font-size: 0.96rem;
}

.footer-nav small {
    font-size: 0.76rem;
    font-weight: 600;
    color: rgba(160, 168, 136, 0.82);
}

.footer-nav a:hover {
    color: var(--orbit-blue);
}

.footer-nav a:hover small {
    color: rgba(255, 255, 255, 0.82);
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    text-align: left;
    min-width: 180px;
}

.footer-links-title {
    margin: 0;
    font-family: 'Arial Black', 'Segoe UI Black', 'Aptos Display', 'Segoe UI', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage);
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.footer-social-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
    min-width: 220px;
}

.footer-social a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(160, 168, 136, 0.34);
    border-radius: 50%;
    color: var(--white);
    background: rgba(13, 14, 15, 0.72);
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-social a:hover {
    border-color: var(--orbit-blue);
    color: var(--orbit-blue);
    transform: translateY(-2px);
}

.footer-social i {
    font-size: 1.15rem;
}

.footer-copy {
    grid-column: 1 / -1;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.9rem;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    right: clamp(18px, 3vw, 34px);
    bottom: clamp(18px, 3vw, 34px);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: var(--white);
    text-decoration: none;
    background: #25d366;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.whatsapp-float i {
    font-size: 2rem;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
}

@media (max-width: 720px) {
    body,
    .scroll-stage {
        min-height: 320vh;
    }

    .scroll-stage {
        padding: 96px 20px 40px;
    }

    .site-header {
        align-items: center;
        flex-direction: row;
        gap: 14px;
        padding: 14px 16px;
    }

    .brand,
    .nav-toggle {
        position: relative;
        z-index: 2;
    }

    .nav-toggle {
        display: grid;
        margin-left: auto;
        background: rgba(5, 7, 13, 0.86);
    }

    .site-nav {
        position: fixed;
        inset: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        min-height: 100vh;
        gap: 16px;
        padding: 110px 24px 48px;
        border: 0;
        border-radius: 0;
        background: rgba(5, 7, 13, 0.97);
        box-shadow: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-100%);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .site-header.nav-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a {
        width: min(320px, 100%);
        padding: 16px 18px;
        border: 1px solid rgba(160, 168, 136, 0.16);
        border-radius: 10px;
        font-size: 1.05rem;
        line-height: 1;
        text-align: center;
        background: rgba(255, 255, 255, 0.035);
    }

    .site-nav a:hover {
        background: rgba(160, 168, 136, 0.1);
    }

    .brand {
        gap: 10px;
    }

    .brand-mark {
        width: 48px;
        height: 48px;
    }

    .brand-name {
        font-size: 0.9rem;
    }

    .scroll-background img {
        object-position: 49% center;
        transform: scale(1.24);
    }

    .align-right {
        margin-left: 0;
        text-align: left;
    }

    #contact {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px;
    }

    #contact h2 {
        font-size: clamp(2.3rem, 12vw, 4rem);
    }

    .contact-form {
        width: 100%;
        padding: 18px;
    }

    .contact-form button {
        min-height: 50px;
    }

    .site-footer {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 30px;
        padding: 36px 20px 86px;
    }

    .footer-brand {
        grid-column: 1;
        grid-row: auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .footer-tagline {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-legal p {
        text-align: center;
    }

    .footer-nav {
        align-items: center;
    }

    .footer-links {
        align-items: center;
        grid-column: 1;
        grid-row: auto;
        justify-self: center;
        text-align: center;
        min-width: 0;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-social-section {
        grid-column: 1;
        grid-row: auto;
        align-items: center;
        justify-self: center;
        min-width: 0;
        text-align: center;
    }

    .footer-copy {
        grid-row: auto;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }

}
