﻿/* ===========================
   VEXTON CORP
   STYLE V1
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Inter',sans-serif;

    background:
    radial-gradient(circle at top,#1b2334 0%,#101317 45%,#090b0e 100%);

    color:#ffffff;

    overflow-x:hidden;

}

/* ===========================
   NAVBAR
=========================== */

.navbar{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:30px 80px;

    background:rgba(12,14,18,.35);

    backdrop-filter:blur(20px);

    border-bottom:1px solid rgba(255,255,255,.05);

    z-index:999;

}

.logo{

    text-decoration:none;

    color:white;

    font-size:26px;

    font-weight:700;

    letter-spacing:7px;

}

.nav-links{

    display:flex;

    gap:45px;

    list-style:none;

}

.nav-links a{

    color:white;

    text-decoration:none;

    font-size:16px;

    transition:.35s;

    opacity:.85;

}

.nav-links a:hover{

    opacity:1;

}

/* ===========================
   HERO
=========================== */

.hero{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:160px 30px 80px;

}

.hero-content{

    max-width:900px;

}

.subtitle{

    display:inline-block;

    margin-bottom:35px;

    letter-spacing:4px;

    font-size:13px;

    color:#9ea4b4;

}

.hero h1{

    font-size:86px;

    font-weight:800;

    line-height:1.05;

    margin-bottom:40px;

}

.hero p{

    max-width:760px;

    margin:auto;

    font-size:24px;

    line-height:1.8;

    color:#a9b1bf;

}

.button{

    margin-top:55px;

    display:inline-block;

    padding:18px 48px;

    border-radius:999px;

    text-decoration:none;

    color:white;

    border:1px solid rgba(255,255,255,.25);

    transition:.35s;

}

.button:hover{

    background:white;

    color:#111;

    transform:translateY(-3px);

    box-shadow:0 15px 45px rgba(255,255,255,.18);

}

/* ===========================
   FOOTER
=========================== */

footer{

    border-top:1px solid rgba(255,255,255,.08);

    padding:70px 80px 35px;

    background:rgba(0,0,0,.12);

    backdrop-filter:blur(10px);

}

.footer-container{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:80px;

    flex-wrap:wrap;

}

.footer-brand h2{

    font-size:24px;

    letter-spacing:4px;

    margin-bottom:18px;

}

.footer-brand p{

    color:#9ea4b4;

    line-height:1.8;

    max-width:320px;

}

.footer-navigation,
.footer-legal{

    display:flex;

    flex-direction:column;

}

.footer-navigation h4,
.footer-legal h4{

    font-size:15px;

    margin-bottom:18px;

    color:white;

}

.footer-navigation a,
.footer-legal a{

    text-decoration:none;

    color:#9ea4b4;

    margin-bottom:12px;

    transition:.3s;

}

.footer-navigation a:hover,
.footer-legal a:hover{

    color:white;

}

.footer-bottom{

    margin-top:60px;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.05);

    text-align:center;

}

.footer-bottom p{

    color:#7d8594;

    font-size:14px;

}

/* ===========================
   GLOBAL CONTAINERS
=========================== */

.container{

    width:min(1200px,90%);

    margin:auto;

}

.page-hero{

    min-height:75vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:180px 30px 120px;

}

.page-hero .hero-content{

    max-width:900px;

}

.page-hero h1{

    font-size:76px;

    font-weight:800;

    line-height:1.05;

    margin-bottom:35px;

}

.page-hero p{

    max-width:760px;

    margin:auto;

    font-size:22px;

    line-height:1.9;

    color:#a9b1bf;

}

.section-title{

    margin-bottom:70px;

}

.section-title span{

    display:inline-block;

    color:#9ea4b4;

    letter-spacing:4px;

    font-size:13px;

    margin-bottom:18px;

}

.section-title h2{

    font-size:54px;

    font-weight:700;

}

/* ===========================
   ABOUT
=========================== */

.about-section{

    padding:120px 0;

}

.about-text{

    max-width:900px;

    font-size:22px;

    line-height:2;

    color:#b4bcc8;

}

/* ===========================
   PRINCIPLES
=========================== */

.principles{

    padding:120px 0;

}

.cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.card{

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    border-radius:22px;

    padding:40px;

    backdrop-filter:blur(15px);

    transition:.35s;

}

.card:hover{

    transform:translateY(-8px);

    border-color:rgba(255,255,255,.15);

    background:rgba(255,255,255,.05);

}

.card h3{

    font-size:26px;

    margin-bottom:22px;

}

.card p{

    color:#aeb5c0;

    line-height:1.9;

}

/* ===========================
   TIMELINE
=========================== */

.timeline{

    padding:120px 0;

}

.timeline-items{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.timeline-item{

    padding:35px;

    border-left:2px solid rgba(255,255,255,.12);

}

.timeline-item h3{

    font-size:34px;

    margin-bottom:18px;

}

.timeline-item p{

    color:#aeb5c0;

    line-height:1.8;

}

/* ===========================
   CURRENT STATUS
=========================== */

.status{

    padding:120px 0 160px;

    text-align:center;

}

.status .about-text{

    margin:0 auto 50px;

}

/* ===========================
   EXTRA BUTTON SPACING
=========================== */

.status .button{

    margin-top:10px;

}

/* ===========================
   SECTION SPACING
=========================== */

.about-section,
.principles,
.timeline,
.status{

    position:relative;

}

/* ===========================
   SUBTLE DIVIDER
=========================== */

.about-section::after,
.principles::after,
.timeline::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:0;

    transform:translateX(-50%);

    width:120px;

    height:1px;

    background:rgba(255,255,255,.08);

}

/* ===========================
   BETTER TEXT SELECTION
=========================== */

::selection{

    background:rgba(255,255,255,.18);

    color:#ffffff;

}

/* ===========================
   SMOOTH LINKS
=========================== */

a{

    transition:all .3s ease;

}

/* ===========================
   BETTER CARD SHADOW
=========================== */

.card{

    box-shadow:
        0 15px 40px rgba(0,0,0,.18);

}

/* ===========================
   TIMELINE HOVER
=========================== */

.timeline-item{

    transition:.35s;

}

.timeline-item:hover{

    transform:translateY(-6px);

    border-left-color:rgba(255,255,255,.35);

}

/* ===========================
   PAGE ANIMATION SUPPORT
=========================== */

.page-hero,
.about-section,
.principles,
.timeline,
.status{

    animation:fadeUp .8s ease;

}

/* ===========================
   PREP FOR RESPONSIVE
=========================== */

img{

    max-width:100%;

    display:block;

}

/* ===========================
   CONTACT
=========================== */

.contact-section{

    padding:120px 0 160px;

}

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:40px;

}

.contact-card{

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    border-radius:24px;

    padding:50px;

    backdrop-filter:blur(15px);

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

.contact-card:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.05);

    border-color:rgba(255,255,255,.15);

}

.contact-card span{

    display:inline-block;

    color:#9ea4b4;

    letter-spacing:4px;

    font-size:13px;

    margin-bottom:20px;

}

.contact-card h2{

    font-size:34px;

    margin-bottom:35px;

    line-height:1.3;

}

.contact-card p{

    color:#aeb5c0;

    line-height:1.9;

    margin-bottom:25px;

}

.contact-info{

    display:flex;

    flex-direction:column;

    gap:28px;

    margin-bottom:45px;

}

.contact-info h4{

    font-size:16px;

    margin-bottom:8px;

    color:white;

}

.contact-info p{

    margin:0;

    color:#9ea4b4;

}

.contact-card .button{

    margin-top:15px;

}

/* ===========================
   CONTACT PAGE ANIMATION
=========================== */

.contact-section{

    animation:fadeUp .8s ease;

}

/* ===========================
   LEGAL PAGES
=========================== */

.legal-section{

    padding:0 0 160px;

}

.legal-content{

    max-width:900px;

    margin:auto;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    border-radius:26px;

    padding:70px;

    backdrop-filter:blur(16px);

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

.legal-content h2{

    font-size:34px;

    margin-top:55px;

    margin-bottom:22px;

    font-weight:700;

    color:#ffffff;

}

.legal-content h2:first-child{

    margin-top:0;

}

.legal-content p{

    color:#aeb5c0;

    font-size:18px;

    line-height:2;

    margin-bottom:24px;

}

.legal-content ul{

    margin:20px 0 35px 28px;

}

.legal-content li{

    color:#aeb5c0;

    font-size:18px;

    line-height:2;

    margin-bottom:10px;

}

.legal-content strong{

    color:#ffffff;

    font-weight:600;

}

.last-updated{

    margin-top:50px;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.08);

    color:#8b94a3;

    font-size:15px;

}

.legal-content a{

    color:white;

    text-decoration:none;

}

.legal-content a:hover{

    opacity:.8;

}

.legal-section{

    animation:fadeUp .8s ease;

}