/* ==========================================================
   LUMIVA — COMING SOON
   COMPLETE STYLE.CSS
========================================================== */


/* ==========================================================
   RESET
========================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: "Inter", sans-serif;
    background: #f8f9fd;
    color: #171827;
    overflow-x: hidden;
}


/* ==========================================================
   GLOBAL
========================================================== */

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}


/* ==========================================================
   HEADER
========================================================== */

.site-header {
    height: 105px;

    display: flex;
    align-items: center;

    background: #f8f9fd;
}

.site-header .container {
    width: min(960px, calc(100% - 48px));
    height: 100%;

    margin: 0 auto;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* ==========================================================
   LOGO
========================================================== */

.logo {
    display: block;

    border: 0;
    outline: 0;
}

.logo:focus,
.logo:focus-visible {
    outline: none;
}

.logo img {
    width: 200px;
    height: auto;

    border: 0;
    outline: 0;
    box-shadow: none;
}


/* ==========================================================
   NAVIGATION
========================================================== */

.main-nav {
    display: flex;
    align-items: center;
}

.enter-btn {
    display: flex;
    align-items: center;

    gap: 7px;

    color: #171f62;

    font-size: 13px;
    font-weight: 700;

    line-height: 1;

    transition: opacity 0.2s ease;
}

.enter-btn:hover {
    opacity: 0.65;
}

.enter-btn span {
    font-size: 16px;
}


/* ==========================================================
   HERO
========================================================== */

.hero {
    background: #f8f9fd;

    padding: 22px 0 30px;
}


/* ==========================================================
   HERO CONTAINER
========================================================== */

.hero-container {
    width: min(960px, calc(100% - 48px));

    margin: 0 auto;
    padding: 0;

    display: grid;

    grid-template-columns:
        0.88fr
        1.12fr;

    gap: 52px;

    align-items: center;
}


/* ==========================================================
   HERO CONTENT
========================================================== */

.hero-content {
    width: 100%;

    max-width: 410px;
}


/* ==========================================================
   HERO STATEMENT
========================================================== */

.hero-statement {
    margin: 0 0 17px;

    text-align: center;
}

.hero-statement p {
    margin: 0;

    color: #1d2568;

    font-size: 29px;
    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -0.035em;
}

.hero-statement p:last-child {
    margin-top: 0;
}


/* ==========================================================
   HERO TITLE
========================================================== */

.hero h1 {
    margin: 0 0 15px;

    color: #1d2568;

    font-size: 18px;
    font-weight: 700;

    line-height: 1.25;

    letter-spacing: -0.015em;
}


/* ==========================================================
   HERO DESCRIPTION
========================================================== */

.hero-description {
    max-width: 390px;

    margin: 0 0 18px;

    color: #69718b;

    font-size: 10px;
    font-weight: 400;

    line-height: 1.8;
}


/* ==========================================================
   LAUNCH BOX
========================================================== */

.launch-box {
    display: block;
}

.launching-soon {
    margin: 0 0 18px;

    color: #755cff;

    font-size: 12px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}

.coming-description {
    max-width: 390px;

    margin: 0;

    color: #69718b;

    font-size: 10px;
    font-weight: 400;

    line-height: 1.8;
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.hero-image {
    position: relative;

    width: 100%;

    display: flex;

    justify-content: flex-end;
    align-items: center;
}

.hero-image img {
    width: 100%;

    max-width: 500px;
    height: auto;

    display: block;

    border-radius: 14px;

    box-shadow:
        0 12px 26px
        rgba(30, 35, 70, 0.11);
}


/* ==========================================================
   DISABLE OLD RIBBON
========================================================== */

.hero-ribbon {
    display: none;
}


/* ==========================================================
   ABOUT GRID
========================================================== */

.about-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 0;

    margin: 0;
    padding: 0;

    align-items: stretch;
}


/* ==========================================================
   ABOUT SECTION
========================================================== */

.about-section {
    min-width: 0;

    padding:
        34px
        20px
        38px;

    display: flex;

    align-items: flex-start;
}


/* ==========================================================
   WHO WE ARE
========================================================== */

#who-we-are {
    background: #ffffff;

    justify-content: flex-end;
}


/* ==========================================================
   OUR IDEA
========================================================== */

#our-idea {
    background: #f8f7ff;

    justify-content: flex-start;
}


/* ==========================================================
   ABOUT INNER
========================================================== */

.about-inner {
    width: 100%;

    max-width: 560px;

    margin: 0;

    padding:
        0
        22px;

    text-align: center;

    position: static;

    left: auto;
    right: auto;

    transform: none;
}


/* ==========================================================
   WHO WE ARE INNER
========================================================== */

#who-we-are .about-inner {
    margin-left: auto;
    margin-right: 0;
}


/* ==========================================================
   OUR IDEA INNER
========================================================== */

#our-idea .about-inner {
    margin-left: 0;
    margin-right: auto;
}


/* ==========================================================
   SECTION EYEBROW
========================================================== */

.section-eyebrow {
    display: block;

    margin:
        0
        0
        14px;

    color: #755cff;

    font-size: 13px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.18em;

    text-transform: uppercase;
}


/* ==========================================================
   ABOUT HEADLINE
========================================================== */

.about-inner h2 {
    width: 100%;

    max-width: 540px;

    margin:
        0
        auto
        16px;

    color: #171827;

    font-size: 24px;
    font-weight: 700;

    line-height: 1.15;

    letter-spacing: -0.025em;
}


/* ==========================================================
   ABOUT TEXT
========================================================== */

.about-inner p {
    width: 100%;

    max-width: 540px;

    margin: 0 auto;

    color: #626a80;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.65;
}


/* ==========================================================
   FOOTER
========================================================== */

.site-footer {
    width: 100%;

    background: #dce8ee;

    border: 0;

    padding:
        22px
        0
        12px;
}


/* ==========================================================
   FOOTER CONTAINER
========================================================== */

.footer-container {
    width: min(520px, calc(100% - 48px));

    margin: 0 auto;
    padding: 0;

    display: grid;

    grid-template-columns:
        190px
        1fr;

    gap: 28px;

    align-items: center;
}


/* ==========================================================
   FOOTER CREATURE
========================================================== */

.footer-creature {
    display: flex;

    justify-content: flex-end;
    align-items: center;
}

.footer-creature img {
    width: 180px;

    max-width: 100%;

    height: auto;
}


/* ==========================================================
   FOOTER CONTENT
========================================================== */

.footer-content {
    width: 100%;

    max-width: 250px;
}

.footer-content h2 {
    margin:
        0
        0
        9px;

    color: #1d2568;

    font-size: 17px;
    font-weight: 700;

    line-height: 1.15;
}

.footer-content p {
    margin: 0;

    color: #69718b;

    font-size: 9px;
    font-weight: 400;

    line-height: 1.65;
}


/* ==========================================================
   FOOTER BOTTOM
========================================================== */

.footer-bottom {
    margin:
        10px
        0
        0;

    padding: 0;

    color: #7a8095;

    font-size: 8px;
    font-weight: 400;

    text-align: center;
}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (min-width: 1600px) {

    .site-header .container,
    .hero-container {
        width: 1040px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

    .site-header {
        height: auto;

        padding: 20px 0;
    }


    .site-header .container {
        width: calc(100% - 40px);
    }


    .logo img {
        width: 170px;
    }


    .hero {
        padding:
            20px
            0
            45px;
    }


    .hero-container {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .hero-content {
        max-width: 600px;

        margin: 0 auto;

        text-align: center;
    }


    .hero-description,
    .coming-description {
        margin-left: auto;
        margin-right: auto;
    }


    .hero-image {
        justify-content: center;
    }


    .hero-image img {
        max-width: 600px;
    }


    .about-grid {
        grid-template-columns: 1fr;
    }


    .about-section {
        padding:
            55px
            24px;

        justify-content: center;
    }


    #who-we-are .about-inner,
    #our-idea .about-inner {
        margin:
            0
            auto;
    }


    .section-eyebrow {
        font-size: 11px;
    }


    .about-inner h2 {
        font-size: 28px;
    }


    .about-inner p {
        font-size: 14px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .site-header .container {
        flex-direction: column;

        gap: 18px;
    }


    .logo img {
        width: 160px;
    }


    .enter-btn {
        font-size: 12px;
    }


    .hero-statement p {
        font-size: 30px;
    }


    .hero h1 {
        font-size: 18px;
    }


    .hero-description,
    .coming-description {
        font-size: 12px;
    }


    .launching-soon {
        font-size: 11px;
    }


    .hero-image img {
        border-radius: 12px;
    }


    .about-section {
        padding:
            45px
            20px;
    }


    .about-inner {
        max-width: 520px;

        padding: 0;
    }


    .section-eyebrow {
        margin-bottom: 13px;

        font-size: 10px;
    }


    .about-inner h2 {
        margin-bottom: 16px;

        font-size: 25px;

        line-height: 1.18;
    }


    .about-inner p {
        font-size: 13px;

        line-height: 1.7;
    }


    .footer-container {
        grid-template-columns: 1fr;

        gap: 15px;

        text-align: center;
    }


    .footer-creature {
        justify-content: center;
    }


    .footer-creature img {
        width: 170px;
    }


    .footer-content {
        margin: 0 auto;
    }

}

/* ==========================================================
   LUMIVA — FINAL DESKTOP POLISH
   Do not edit previous sections.
========================================================== */

@media (min-width: 901px) {

    /* ---------- HERO: reduce vertical space ---------- */

    .site-header {
        height: 92px;
    }

    .hero {
        padding-top: 12px;
        padding-bottom: 24px;
    }


    /* ---------- ABOUT: final typography ---------- */

    .about-section {
        padding-top: 28px;
        padding-bottom: 30px;
    }

    .section-eyebrow {
        margin-bottom: 13px;
        font-size: 12px;
    }

    .about-inner h2 {
        max-width: 550px;
        margin-bottom: 15px;

        font-size: 25px;
        line-height: 1.12;
    }

    .about-inner p {
        max-width: 540px;

        font-size: 11px;
        line-height: 1.6;
    }


    /* ---------- FOOTER: compact + stronger hierarchy ---------- */

    .site-footer {
        padding-top: 14px;
        padding-bottom: 8px;
    }

    .footer-container {
        width: min(560px, calc(100% - 48px));

        grid-template-columns: 200px 1fr;

        gap: 30px;
    }

    .footer-creature img {
        width: 190px;
    }

    .footer-content {
        max-width: 270px;
    }

    .footer-content h2 {
        margin-bottom: 8px;

        font-size: 18px;
        line-height: 1.12;
    }

    .footer-content p {
        font-size: 9px;
        line-height: 1.55;
    }

    .footer-bottom {
        margin-top: 6px;

        font-size: 8px;
    }
}

/* ==========================================================
   LANGUAGE SWITCHER
========================================================== */

.main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 6px 10px;

    background: #ffffff;

    border: 1px solid rgba(29, 37, 104, 0.12);
    border-radius: 10px;

    box-shadow: 0 3px 10px rgba(30, 35, 70, 0.05);
}

.language-icon {
    font-size: 14px;
    line-height: 1;
}

.language-select {
    border: 0;
    outline: 0;

    background: transparent;

    color: #1d2568;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
}


/* ==========================================================
   PERSIAN TYPOGRAPHY
========================================================== */

html[lang="fa"] body {
    font-family: "Vazirmatn", sans-serif;
}

html[lang="fa"] .language-select {
    font-family: "Inter", sans-serif;
}


/* Hero Persian */

html[lang="fa"] .hero-statement p {
    font-family: "Vazirmatn", sans-serif;

    font-weight: 800;

    letter-spacing: 0;

    line-height: 1.35;
}

html[lang="fa"] .hero h1 {
    font-family: "Vazirmatn", sans-serif;

    font-weight: 700;

    letter-spacing: 0;

    line-height: 1.55;
}

html[lang="fa"] .hero-description,
html[lang="fa"] .coming-description {
    line-height: 1.9;
}


/* About Persian */

html[lang="fa"] .section-eyebrow {
    font-family: "Vazirmatn", sans-serif;

    letter-spacing: 0;

    line-height: 1.4;
}

html[lang="fa"] .about-inner h2 {
    font-family: "Vazirmatn", sans-serif;

    font-weight: 700;

    letter-spacing: 0;

    line-height: 1.45;
}

html[lang="fa"] .about-inner p {
    font-family: "Vazirmatn", sans-serif;

    line-height: 1.9;
}


/* Footer Persian */

html[lang="fa"] .footer-content h2 {
    font-family: "Vazirmatn", sans-serif;

    line-height: 1.5;
}

html[lang="fa"] .footer-content p {
    font-family: "Vazirmatn", sans-serif;

    line-height: 1.8;
}


/* RTL Enter Arrow */

html[dir="rtl"] .enter-arrow {
    transform: rotate(180deg);
}

/* ==========================================================
   LANGUAGE SWITCHER — HEADER POSITION FIX
========================================================== */

.main-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

/* زبان همیشه یک کنترل مستقل و تمیز */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 7px;

    padding: 7px 11px;

    background: #ffffff;

    border: 1px solid rgba(29, 37, 104, 0.10);
    border-radius: 12px;

    box-shadow: 0 4px 12px rgba(30, 35, 70, 0.05);
}

/* آیکن */
.language-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    line-height: 1;
}

/* خود select */
.language-select {
    min-width: 38px;

    padding: 0 16px 0 0;

    border: 0;
    outline: 0;

    background: transparent;

    color: #1d2568;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;

    line-height: 1;

    cursor: pointer;
}

/* دکمه ورود */
.enter-btn {
    display: flex;
    align-items: center;
    gap: 7px;

    white-space: nowrap;
}


/* ==========================================================
   RTL HEADER FIX
========================================================== */

/*
   مهم:
   RTL نباید کل Header را برعکس و نامنظم کند.
   Logo و Navigation جای منطقی خودشان را حفظ می‌کنند.
*/

html[dir="rtl"] .site-header .container {
    direction: ltr;
}

html[dir="rtl"] .main-nav {
    direction: ltr;
}

html[dir="rtl"] .enter-btn {
    direction: rtl;
}

html[dir="rtl"] .language-switcher {
    direction: ltr;
}

html[dir="rtl"] .enter-arrow {
    transform: rotate(180deg);
}

/* ==========================================================
   ABOUT — FINAL MULTILINGUAL LAYOUT
========================================================== */

/*
   Layout direction must remain stable across all languages.
   Persian changes text direction, not column structure.
*/

.about-grid {
    direction: ltr;
}


/* RTL languages keep their text direction */

html[dir="rtl"] .about-inner {
    direction: rtl;
}


/* ==========================================================
   DESKTOP ABOUT LAYOUT
========================================================== */

@media (min-width: 901px) {

    .about-section {
        padding: 14px 20px 16px;
    }


    /* Slightly wider content to reduce dead space */

    .about-inner {
        max-width: 590px;
    }


    /* Move both content blocks toward the center */

    #who-we-are {
        justify-content: flex-end;
    }

    #our-idea {
        justify-content: flex-start;
    }


    #who-we-are .about-inner {
        margin-left: auto;
        margin-right: 0;
    }

    #our-idea .about-inner {
        margin-left: 0;
        margin-right: auto;
    }


    /* Internal spacing */

    .section-eyebrow {
        margin-bottom: 7px;
    }

    .about-inner h2 {
        margin-bottom: 7px;
    }

    .about-inner p {
        margin-bottom: 0;
    }
}


/* ==========================================================
   PERSIAN — FINAL TYPOGRAPHY
========================================================== */

html[lang="fa"] .section-eyebrow {
    line-height: 1.2;
}

html[lang="fa"] .about-inner h2 {
    line-height: 1.28;
}

html[lang="fa"] .about-inner p {
    line-height: 1.6;
}