@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --blue: #1d6fff;
    --bg: #020816;
    --card: #071221;
    --text: #ffffff;
    --muted: #a6b0c3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
    background: #020617;
    color: white;
    overflow-x: hidden;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(12px);
}

ul li a:hover{
    color: var(--blue);
    /* font-size: 0.96rem; */
    /* transition: background-color 0.3s ease-in-out; */
    transition: 0.6s ease-in-out;
}

.logo {
    font-size: 28px;
    font-weight: 800;
}

.logo span {
    display: block;
    font-size: 12px;
    color: #4f8cff;
    letter-spacing: 4px;
}

.logo-img {
    width: 100%;
    height: 50px;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 35px;
}

.navbar a {
    color: white;
    text-decoration: none;
}

.btn-primary {
    background: #2563eb;
    color: white;
    border: none;
    padding: 15px 28px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: .3s;
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
}

/* HERO */
.hero {
    height: 100vh;
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .92),
            rgba(0, 0, 0, .6)),
        /* url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80"); */
        url('../img/land.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 6%;
    margin-top: 4rem;
}

.hero-content {
    max-width: 800px;
    padding-top: 50px;
}

.hero h1 {
    font-size: 82px;
    font-weight: 900;
    line-height: 0.5;
}

.hero span {
    color: #2563eb;
    display: block;
}

.hero p {
    margin-top: 25px;
    font-size: 24px;
    line-height: 1.6;
    color: #cbd5e1;
}

.hero-features {
    margin: 50px 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.hero-features .icon {
    color: #ffff;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-bottom: 0;
}

.hero-features span {
    align-items: center;
    align-self: center;
    align-content: center;
    width: 100px;
    text-align: center;
}

.large {
    margin-top: 40px;
    font-size: 18px;
    padding: 18px 35px;
    text-decoration: none;
}

/* CLIENTS */
.clients {
    padding: 80px 8%;
    text-align: center;
    background: #07111f;
}

.clients h3 {
    color: #3b82f6;
    margin-bottom: 40px;
}

.logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    font-size: 32px;
    font-weight: 700;
    opacity: 1.0;
}

.logos img {
    height: 150px;
}

/* SERVICES */
.services {
    padding: 100px 8%;
    text-align: center;
}

.services h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.services p {
    max-width: 900px;
    margin: auto;
    color: #94a3b8;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 70px;
}

.card {
    /* background: rgba(255, 255, 255, .03); */
    /* border: 1px solid rgba(255, 255, 255, .08); */
    border-right: 1px solid rgba(255,255,255,.1);
    padding: 40px;
    /* border-radius: 20px; */
    /* backdrop-filter: blur(10px); */
    transition: .4s;
}

.card:last-child {
    border-right: none;
}

.card:hover {
    transform: translateY(-10px);
    border-color: #2563eb;
}

.icon{
font-size:50px;
margin-bottom:25px;
color: var(--blue);
}

.card h3{
font-size:26px;
margin-bottom:20px;
}

.card p{
font-size:16px;
}

/* STATS */
.stats {
    padding: 120px 8%;
    background:
        linear-gradient(180deg,
            #08111f,
            #020617);
    text-align: center;
}

.stats h2 {
    font-size: 52px;
    margin-bottom: 80px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 0fr);
    gap: 80px;
    justify-self: center;
}

.stat h3 {
    font-size: 70px;
    color: #3b82f6;
}

.stat span {
    font-size: 18px;
    color: #cbd5e1;
}

.kpi-img {
    background: 
            linear-gradient(90deg,
            rgba(0, 0, 0, .92),
            rgba(0, 0, 0, .6)),
            url('../img/planet.jpg');
    background-size: cover;
    background-position: center;
    /* display: flex; */
    align-items: center;
    padding: 4rem 6%;
}

/* CTA */
.cta {
    padding: 120px 8%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.cta-left h2 {
    font-size: 60px;
}

.cta-left p {
    margin: 20px 0;
    font-size: 22px;
}

.cta-left a {
    text-decoration: none;
}

.cta-right {
    background: rgba(255, 255, 255, .04);
    padding: 50px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .08);
}

.cta-right div{
    display: flex;
}

.cta-right div .icon {
    padding-right: 1rem;
    margin-bottom: 0;
}

.cta-right h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cta-right p {
    margin-bottom: 3rem;
}

.cta-right a {
    padding-top: 1.6rem;
    color: #3b82f6;
    font-size: 20px;
}

.cta-right span {
    color: #3b82f6;
    font-size: 1.4rem;
}

/* RESPONSIVE */
@media(max-width:991px) {
    .hero h1 {
        font-size: 55px;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cta {
        grid-template-columns: 1fr;
    }
    .navbar ul {
        display: none;
    }
}

@media(max-width:600px) {
    .hero h1 {
        font-size: 42px;
    }
    .services h2,
    .stats h2,
    .cta-left h2 {
        font-size: 36px;
    }
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

.contact-section{
    padding:120px 0;
    background:
    radial-gradient(
        circle at top,
        rgba(29,111,255,.15),
        transparent 50%
    ),
    #020816;
}

.contact-container{
    width:min(1000px,90%);
    margin:auto;
    background:#071120;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:60px;
    backdrop-filter:blur(20px);
    box-shadow:
    0 20px 80px rgba(0,0,0,.4);
}

.contact-header{
    text-align:center;
    margin-bottom:50px;
}

.contact-header span{
    color:#1d6fff;
    font-size:13px;
    letter-spacing:3px;
    font-weight:700;
}

.contact-header h2{
    font-size:54px;
    margin-top:15px;
}

.contact-header p{
    margin-top:20px;
    color:#9da9bd;
    font-size:18px;
}

.form-grid{
    display:grid;
    grid-template-columns:
    repeat(2,1fr);
    gap:25px;
}

.form-group{
    display:flex;
    flex-direction:column;
}

.form-group label{
    margin-bottom:10px;
    font-weight:600;
    color:white;
}

.form-group input,
.form-group select,
.form-group textarea{
    background:#020816;
    border:1px solid rgba(255,255,255,.08);
    color:white;
    border-radius:12px;
    padding:18px;
    font-size:16px;
    transition:.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    outline:none;
    border-color:#1d6fff;
    box-shadow:
    0 0 20px rgba(29,111,255,.3);
}

textarea{
    resize:none;
    margin-top:10px;
}

.priority-selector{
    display:flex;
    gap:20px;
    margin-top:35px;
    flex-wrap:wrap;
}

.radio-card{
    flex:1;
    min-width:220px;
    background:#020816;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    padding:18px;
    cursor:pointer;
    transition:.3s;
}

.radio-card:hover{
    border-color:#1d6fff;
    transform:translateY(-4px);
}

.radio-card input{
    display:none;
}

.radio-card span{
    font-weight:600;
}

.submit-btn{
    width:100%;
    margin-top:40px;
    background:#1d6fff;
    border:none;
    color:white;
    padding:22px;
    border-radius:14px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.submit-btn:hover{
    transform:translateY(-3px);
    box-shadow:
    0 0 35px rgba(29,111,255,.5);
}

@media(max-width:768px){
    .form-grid{
        grid-template-columns:1fr;
    }
    .contact-header h2{
        font-size:38px;
    }
    .contact-container{
        padding:35px;
    }
}