/*======================================
    ROOT VARIABLES
======================================*/

:root{

    --primary:#2563EB;
    --secondary:#3B82F6;
    --accent:#06B6D4;

    --dark:#08111f;
    --dark2:#0f172a;

    --white:#ffffff;
    --light:#f8fafc;

    --text:#d1d5db;

    --border:rgba(255,255,255,.08);

    --shadow:0 15px 45px rgba(0,0,0,.30);

    --radius:18px;

    --transition:.35s ease;

}

/*======================================
    RESET
======================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
}

html{

    scroll-behavior:smooth;
    overflow-x: hidden;

}

body{

    font-family:'Inter',sans-serif;

    background:var(--dark);

    color:var(--white);

    line-height:1.7;

    overflow-x:hidden;

}

img{

    max-width:100%;

    display:block;

}

a{

    text-decoration:none;

    color:inherit;

}

ul{

    list-style:none;

}

section{

    padding:100px 0;

}

.container{

    width:min(90%,1280px);

    margin:auto;

}

h1,h2,h3,h4{

    font-family:'Poppins',sans-serif;

    line-height:1.2;

}

h1{

    font-size:clamp(2.8rem,7vw,5rem);

}

h2{

    font-size:clamp(2rem,5vw,3rem);

    margin-bottom:20px;

}

p{

    color:var(--text);

}

/*======================================
    BUTTONS
======================================*/

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 35px;

    border-radius:50px;

    background:var(--primary);

    color:#fff;

    font-weight:600;

    transition:var(--transition);

}

.btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 12px 35px rgba(37,99,235,.35);

}

.btn-secondary{

    display:inline-flex;

    padding:15px 35px;

    border-radius:50px;

    border:1px solid var(--border);

    transition:var(--transition);

}

.btn-secondary:hover{

    background:#fff;

    color:#111;

}

/*======================================
    HEADER
======================================*/

#header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    z-index:999;

    transition:.4s;

}

#header.scrolled{

    background:rgba(8,17,31,.92);

    backdrop-filter:blur(18px);

    box-shadow:0 5px 25px rgba(0,0,0,.30);

}

.navbar{

    height:85px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.logo img{

    height:55px;

}

.nav-links{

    display:flex;

    gap:35px;

}

.nav-links a{

    font-weight:500;

    transition:.3s;

}

.nav-links a:hover{

    color:var(--accent);

}

.nav-btn{

    padding:12px 26px;

    border-radius:40px;

    background:var(--primary);

    transition:.3s;

}

.nav-btn:hover{

    transform:translateY(-3px);

}

.menu-btn{

    display:none;

    font-size:28px;

    cursor:pointer;

}

/*======================================
    HERO
======================================*/

.code-window code{

    white-space:pre-wrap;

    font-family:Consolas, monospace;

    font-size:16px;

    line-height:1.8;

}

#typing-cursor{

    animation:blinkCursor 1s infinite;

    color:#60a5fa;

    font-weight:300;

}

@keyframes blinkCursor{

0%,50%{

opacity:1;

}

51%,100%{

opacity:0;

}

}

/*==================================================
        CAREER PAGE
==================================================*/


.page-hero {
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-hero .container {
    display: flex;
    justify-content: center;
}

.page-hero .hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-hero .hero-content span {
    display: inline-block;
}

.page-hero .hero-content h1 {
    margin-left: auto;
    margin-right: auto;
}

.page-hero .hero-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}

/*==================================================
        PREMIUM HERO BACKGROUND
==================================================*/

.hero{
    position:relative;
    overflow:hidden;
}

/* Keep hero content above effects */

.hero-content,
.hero-container{
    position:relative;
    z-index:5;
}

/*====================================
        AURORA
====================================*/

.hero-aurora{

    position:absolute;

    inset:0;

    overflow:hidden;

    pointer-events:none;

    z-index:1;

}

.hero-aurora span{

    position:absolute;

    border-radius:50%;

    filter:blur(110px);

    opacity:.32;

    animation:auroraMove 28s ease-in-out infinite alternate;

}

.hero-aurora span:nth-child(1){

    width:550px;
    height:550px;

    background:#2563eb;

    top:-180px;
    left:-120px;

}

.hero-aurora span:nth-child(2){

    width:650px;
    height:650px;

    background:#06b6d4;

    right:-200px;
    bottom:-180px;

    animation-duration:35s;

}

.hero-aurora span:nth-child(3){

    width:450px;
    height:450px;

    background:#4f46e5;

    left:45%;
    top:15%;

    animation-duration:32s;

}

@keyframes auroraMove{

from{

transform:
translate(0,0)
scale(1);

}

to{

transform:
translate(80px,-60px)
scale(1.25);

}

}

/*====================================
        DIGITAL GRID
====================================*/

.hero-grid{

position:absolute;

inset:0;

opacity:.025;

z-index:2;

pointer-events:none;

background-image:

linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),

linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);

background-size:60px 60px;

mask-image:radial-gradient(circle at center,black 45%,transparent 100%);

-webkit-mask-image:radial-gradient(circle at center,black 45%,transparent 100%);

}

/*====================================
        PARTICLES
====================================*/

.hero-particles{

position:absolute;

inset:0;

z-index:3;

pointer-events:none;

}

.hero-particles span{

    position:absolute;

    width:5px;

    height:5px;

    border-radius:50%;

    background:#8fdcff;

    box-shadow:
        0 0 8px rgba(143,220,255,.9),
        0 0 20px rgba(6,182,212,.4);

    animation:floatParticle linear infinite;

}

/* Positions */

.hero-particles span:nth-child(1){left:8%;top:70%;animation-duration:18s;}
.hero-particles span:nth-child(2){left:15%;top:25%;animation-duration:22s;}
.hero-particles span:nth-child(3){left:28%;top:82%;animation-duration:26s;}
.hero-particles span:nth-child(4){left:36%;top:15%;animation-duration:20s;}
.hero-particles span:nth-child(5){left:45%;top:55%;animation-duration:24s;}
.hero-particles span:nth-child(6){left:58%;top:30%;animation-duration:19s;}
.hero-particles span:nth-child(7){left:64%;top:78%;animation-duration:27s;}
.hero-particles span:nth-child(8){left:72%;top:45%;animation-duration:21s;}
.hero-particles span:nth-child(9){left:80%;top:18%;animation-duration:23s;}
.hero-particles span:nth-child(10){left:86%;top:70%;animation-duration:25s;}
.hero-particles span:nth-child(11){left:92%;top:40%;animation-duration:28s;}
.hero-particles span:nth-child(12){left:50%;top:8%;animation-duration:30s;}

@keyframes floatParticle{

0%{

transform:translateY(0) scale(1);

opacity:.15;

}

50%{

opacity:.55;

}

100%{

transform:translateY(-70px) scale(1.6);

opacity:.05;

}

}

/*====================================
        HERO SHINE
====================================*/

.hero-shine{

    position:absolute;

    top:-40%;

    left:-30%;

    width:45%;

    height:180%;

    z-index:4;

    pointer-events:none;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.08),

        rgba(255,255,255,.15),

        rgba(255,255,255,.08),

        transparent

    );

    transform:rotate(-25deg);

    animation:heroShine 15s linear infinite;

}

@keyframes heroShine{

    0%{

        transform:translateX(-160%) rotate(-25deg);

        opacity:0;

    }

    10%{

        opacity:1;

    }

    30%{

        transform:translateX(320%) rotate(-25deg);

        opacity:0;

    }

    100%{

        transform:translateX(320%) rotate(-25deg);

        opacity:0;

    }

}
/*aurora*/

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(circle at top left,#2563eb33,transparent 45%),
    radial-gradient(circle at bottom right,#06b6d433,transparent 35%),
    var(--dark);

}

.hero::before{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

   background:rgba(7,15,30,.45);
    /*background:#2563eb20;*/

    filter:blur(120px);

    top:-250px;

    right:-150px;

}

.hero-content{

    max-width:760px;

    position:relative;

    z-index:5;

}

.badge{

    display:inline-block;

    margin-bottom:25px;

    padding:10px 22px;

    border:1px solid var(--border);

    border-radius:50px;

    background:rgba(255,255,255,.03);

}

.hero h1 span{

    color:var(--accent);

}

.hero p{

    font-size:1.1rem;

    margin:30px 0;

    max-width:650px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

/*=================================================
            WHAT WE BUILD
=================================================*/

.products{
    padding:120px 0;
    background:#f8fafc;
    position:relative;
    overflow:hidden;
}

/* Background Grid */

.products::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:
        linear-gradient(rgba(15,23,42,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(15,23,42,.04) 1px,transparent 1px);

    background-size:70px 70px;

    opacity:.45;

    pointer-events:none;

}

/*=========================================
            SECTION TITLE
=========================================*/

.section-title{

    max-width:750px;

    margin:0 auto 70px;

    text-align:center;

    position:relative;

    z-index:2;

}

.section-title span{

    display:inline-block;

    color:#2563eb;

    font-weight:700;

    letter-spacing:2px;

    font-size:14px;

    margin-bottom:18px;

}

.section-title h2{

    font-size:48px;

    color:#0f172a;

    line-height:1.2;

    margin-bottom:20px;

}

.section-title p{

    font-size:18px;

    color:#64748b;

    line-height:1.8;

}

/*=========================================
                GRID
=========================================*/

.bento-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    grid-auto-rows:240px;

    gap:28px;

    position:relative;

    z-index:2;

}

/*=========================================
            FEATURED CARD
=========================================*/

.featured{

    grid-column:span 2;

    display:grid;

    grid-template-columns:1fr 320px;

    align-items:center;

}

/*=========================================
                CARD
=========================================*/

.bento-card{

    position:relative;

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:28px;

    padding:35px;

    overflow:hidden;

    transition:.35s ease;

}

.bento-card:hover{

    transform:translateY(-8px);

    border-color:#2563eb;

    box-shadow:0 20px 45px rgba(15,23,42,.12);

}

/* Glow */

.bento-card::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:radial-gradient(rgba(37,99,235,.10),transparent 70%);

    top:-180px;

    right:-180px;

    transition:.4s;

}

.bento-card:hover::before{

    transform:scale(1.3);

}

/*=========================================
            CARD CONTENT
=========================================*/

.card-content{

    position:relative;

    z-index:2;

}

.card-tag{

    display:inline-block;

    background:#2563eb;

    color:#fff;

    padding:7px 16px;

    border-radius:50px;

    font-size:12px;

    font-weight:600;

    margin-bottom:18px;

}

.bento-card h3{

    font-size:28px;

    color:#0f172a;

    margin-bottom:15px;

}

.bento-card p{

    color:#64748b;

    line-height:1.7;

    margin-bottom:20px;

}

.bento-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.bento-card li{

    position:relative;

    padding-left:26px;

    margin:12px 0;

    color:#334155;

}

.bento-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#2563eb;

    font-weight:bold;

}

.card-btn{

    display:inline-block;

    margin-top:25px;

    color:#2563eb;

    text-decoration:none;

    font-weight:700;

}

.card-btn:hover{

    color:#06b6d4;

}

/*=================================================
                FEATURED BROWSER
=================================================*/

.browser-ui{
    width:100%;
    height:220px;
    background:#111827;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.18);
    transition:.35s;
}

.bento-card:hover .browser-ui{
    transform:translateY(-6px) scale(1.02);
}

.browser-header{
    height:42px;
    background:#1f2937;
    display:flex;
    align-items:center;
    padding:0 18px;
    gap:8px;
}

.browser-header span{
    width:10px;
    height:10px;
    border-radius:50%;
}

.browser-header span:nth-child(1){
    background:#ef4444;
}

.browser-header span:nth-child(2){
    background:#f59e0b;
}

.browser-header span:nth-child(3){
    background:#22c55e;
}

.browser-body{
    padding:18px;
}

.browser-navbar{
    height:14px;
    width:75%;
    background:#334155;
    border-radius:30px;
    margin-bottom:20px;
}

.browser-hero{
    height:70px;
    border-radius:14px;
    margin-bottom:18px;
    background:linear-gradient(90deg,#2563eb,#06b6d4);
}

.browser-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.browser-cards div{
    height:45px;
    border-radius:10px;
    background:#1f2937;
}

/*=================================================
                    AI CHAT
=================================================*/

.chat-ui{
    margin-top:25px;
}

.chat{
    height:42px;
    border-radius:14px;
    margin-bottom:14px;
    animation:floatChat 4s ease-in-out infinite;
}

.chat.left{
    width:75%;
    background:#2563eb;
}

.chat.right{
    width:60%;
    margin-left:auto;
    background:#eef2ff;
}

.chat.short{
    width:45%;
}

@keyframes floatChat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-5px);
    }

    100%{
        transform:translateY(0);
    }

}

/*=================================================
                    DASHBOARD
=================================================*/

.dashboard-ui{
    margin-top:20px;
}

.chart{
    border-radius:10px;
    margin-bottom:12px;
    background:linear-gradient(90deg,#2563eb,#06b6d4);
}

.chart.large{
    height:18px;
    width:90%;
}

.chart.medium{
    height:18px;
    width:70%;
}

.chart.small{
    height:18px;
    width:55%;
}

.stats{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.stats span{
    flex:1;
    height:55px;
    border-radius:14px;
    background:#eff6ff;
    border:1px solid #dbeafe;
    transition:.35s;
}

.bento-card:hover .stats span{
    transform:translateY(-4px);
}

/*=================================================
                MOBILE APP PREVIEW
=================================================*/

.phone-ui{
    margin:20px auto 0;
    width:130px;
    height:220px;
    background:#111827;
    border:6px solid #cbd5e1;
    border-radius:28px;
    padding:12px;
    position:relative;
    transition:.35s;
}

.phone-ui::before{
    content:"";
    position:absolute;
    top:8px;
    left:50%;
    transform:translateX(-50%);
    width:45px;
    height:5px;
    background:#475569;
    border-radius:20px;
}

.phone-screen{
    height:100%;
    background:#ffffff;
    border-radius:18px;
    padding:10px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.app-card{
    height:34px;
    border-radius:10px;
    background:linear-gradient(90deg,#2563eb,#06b6d4);
    opacity:.9;
}

.app-card:nth-child(2){
    width:85%;
}

.app-card:nth-child(3){
    width:65%;
}

.app-card:nth-child(4){
    width:92%;
}

.bento-card:hover .phone-ui{
    transform:translateY(-8px) rotate(-2deg);
}

/*=================================================
            CLOUD INFRASTRUCTURE
=================================================*/

.cloud-ui{
    position:relative;
    height:180px;
    margin-top:25px;
}

.cloud-circle{
    position:absolute;
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    box-shadow:0 10px 30px rgba(37,99,235,.20);
    animation:floatCloud 5s ease-in-out infinite;
}

.cloud-circle.one{
    left:20px;
    top:60px;
}

.cloud-circle.two{
    right:20px;
    top:20px;
    animation-delay:.8s;
}

.cloud-circle.three{
    left:50%;
    transform:translateX(-50%);
    bottom:10px;
    animation-delay:1.6s;
}

.connection{
    position:absolute;
    background:#cbd5e1;
}

.connection.c1{
    width:120px;
    height:2px;
    left:70px;
    top:75px;
    transform:rotate(-18deg);
}

.connection.c2{
    width:120px;
    height:2px;
    right:70px;
    top:75px;
    transform:rotate(18deg);
}

@keyframes floatCloud{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

}

/*=================================================
                SECURITY PANEL
=================================================*/

.security-ui{
    margin-top:20px;
    display:flex;
    align-items:center;
    gap:25px;
}

.shield{
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:34px;
    box-shadow:0 15px 35px rgba(37,99,235,.25);
    transition:.35s;
}

.security-bars{
    flex:1;
}

.security-bars span{
    display:block;
    height:12px;
    border-radius:20px;
    margin:14px 0;
    background:#e2e8f0;
    position:relative;
    overflow:hidden;
}

.security-bars span::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:75%;
    border-radius:20px;
    background:linear-gradient(90deg,#22c55e,#16a34a);
}

.security-bars span:nth-child(2)::before{
    width:92%;
}

.security-bars span:nth-child(3)::before{
    width:83%;
}

.bento-card:hover .shield{
    transform:scale(1.08) rotate(8deg);
}

/*=================================================
                GENERAL CARD ANIMATION
=================================================*/

.bento-card{
    animation:fadeUp .8s ease both;
}

.bento-card:nth-child(2){animation-delay:.1s;}
.bento-card:nth-child(3){animation-delay:.2s;}
.bento-card:nth-child(4){animation-delay:.3s;}
.bento-card:nth-child(5){animation-delay:.4s;}
.bento-card:nth-child(6){animation-delay:.5s;}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/*==========================================
        FINAL POLISH
==========================================*/

.bento-card{
    cursor:pointer;
}

.bento-card *{
    transition:.35s ease;
}

.bento-card:hover h3{
    color:#2563eb;
}

.bento-card:hover .card-btn{
    letter-spacing:.5px;
}

.bento-card:hover{
    background:#ffffff;
}

/* Nice top accent */

.bento-card::after{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:0;

    height:4px;

    background:linear-gradient(90deg,#2563eb,#06b6d4);

    transition:.4s;

}

.bento-card:hover::after{

    width:100%;

}

/*==========================================
            RESPONSIVE
==========================================*/

@media(max-width:1200px){

.featured{

grid-template-columns:1fr;

gap:30px;

}

.browser-ui{

max-width:500px;

margin:auto;

}

}

@media(max-width:992px){

.products{

padding:90px 0;

}

.section-title{

margin-bottom:60px;

}

.section-title h2{

font-size:38px;

}

.section-title p{

font-size:17px;

}

.bento-grid{

grid-template-columns:1fr 1fr;

grid-auto-rows:auto;

}

.featured{

grid-column:span 2;

}

}

@media(max-width:768px){

.products{

padding:80px 0;

}

.section-title h2{

font-size:32px;

}

.section-title p{

font-size:16px;

line-height:1.7;

}

.bento-grid{

grid-template-columns:1fr;

gap:20px;

}

.featured{

grid-column:span 1;

}

.featured{

grid-template-columns:1fr;

}

.bento-card{

padding:28px;

}

.browser-ui{

height:200px;

}

.phone-ui{

width:120px;

height:210px;

}

.security-ui{

flex-direction:column;

text-align:center;

}

}

@media(max-width:480px){

.products{

padding:70px 0;

}

.section-title span{

font-size:12px;

}

.section-title h2{

font-size:28px;

}

.bento-card h3{

font-size:24px;

}

.bento-card{

padding:24px;

border-radius:22px;

}

.browser-ui{

height:180px;

}

.phone-ui{

width:110px;

height:190px;

}

}

@media (max-width: 768px) {

    .approach-grid{

        grid-template-columns: 1fr;

        gap: 20px;

    }

}

/*==========================================
        SCROLL REVEAL READY
==========================================*/

.reveal{

opacity:0;

transform:translateY(50px);

transition:all .8s ease;

}

.reveal.active{

opacity:1;

transform:translateY(0);

}

/*======================================
    FOOTER
======================================*/

.footer{

    background:#050b16;

    padding:80px 0 20px;

}

.footer-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:50px;

}

.footer-logo{

    width:200px;

    margin-bottom:5px;

}

.footer h3{

    margin-bottom:25px;

}

.footer ul li{

    margin-bottom:14px;

}

.footer ul li a{

    transition:.3s;

}

.footer ul li a:hover{

    color:var(--accent);

}

.social-links{

    display:flex;

    gap:15px;

    margin-top:25px;

}

.social-links a{

    width:45px;

    height:45px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#111827;

    transition:.3s;

}

.social-links a:hover{

    background:var(--primary);

}

.footer hr{

    border:none;

    border-top:1px solid var(--border);

    margin:50px 0 25px;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

}

.footer-bottom-links{

    display:flex;

    gap:25px;

}

/*======================================
    BACK TO TOP
======================================*/

#backToTop{

    position:fixed;

    right:30px;

    bottom:30px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    cursor:pointer;

    display:none;

    z-index:999;

}

/*======================================
        ACTIVE NAVIGATION
======================================*/

.nav-links a.active{

    color: var(--accent);

}


/*======================================
        SCROLL ANIMATION
======================================*/

section{

    opacity:0;

    transform:translateY(50px);

    transition:1s ease;

}

section.show{

    opacity:1;

    transform:translateY(0);

}


/*======================================
            HERO
======================================*/

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    overflow:hidden;

}

.hero-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:80px;

}

.hero-left h1{

    margin:25px 0;

}

.hero-left h1 span{

    color:var(--accent);

}

.hero-buttons{

    margin:40px 0;

}

.hero-stats{

    display:flex;

    gap:40px;

    margin-top:50px;

}

.hero-stats h3{

    color:var(--accent);

    font-size:28px;

}

.hero-stats span{

    color:var(--text);

}

.hero-right{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}

/* CODE WINDOW */

.code-window{

    width:520px;

    background:#111827;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.45);

    animation:float 6s ease-in-out infinite;

}

.window-top{

    display:flex;

    gap:8px;

    padding:18px;

    background:#1f2937;

}

.window-top span{

    width:12px;

    height:12px;

    border-radius:50%;

}

.window-top span:nth-child(1){

    background:#ff5f56;

}

.window-top span:nth-child(2){

    background:#ffbd2e;

}

.window-top span:nth-child(3){

    background:#27c93f;

}

.code-window pre{

    padding:35px;

    overflow:auto;

}

.code-window code{

    color:#4ade80;

    font-size:16px;

    line-height:2;

}

/* FLOATING CARDS */

.floating-card{

    position:absolute;

    padding:15px 28px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.1);

    backdrop-filter:blur(20px);

    border-radius:50px;

    animation:float 5s ease-in-out infinite;

}

.card-ai{

    top:5%;

    left:-30px;

}

.card-cloud{

    bottom:15%;

    right:-20px;

    animation-delay:1s;

}

.card-app{

    top:70%;

    left:20px;

    animation-delay:2s;

}

/* FLOAT ANIMATION */

@keyframes float{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-18px);

    }

}

/*======================================
        SECTION TITLE
======================================*/

.section-title{

    max-width:750px;

    margin:auto;

    text-align:center;

    margin-bottom:70px;

}

.section-title span{

    display:inline-block;

    color:var(--accent);

    font-weight:600;

    margin-bottom:15px;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-title p{

    margin-top:20px;

}



/*======================================
        EXPERTISE
======================================*/

.expertise{

    background:#0b1324;

}

.expertise-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.expertise-card{

    position:relative;

    overflow:hidden;

    padding:40px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    transition:.4s;

}

.expertise-card::before{

    content:"";

    position:absolute;

    width:200px;

    height:200px;

    background:rgba(37,99,235,.18);

    border-radius:50%;

    top:-120px;

    right:-120px;

    transition:.5s;

}

.expertise-card:hover{

    transform:translateY(-12px);

    border-color:var(--primary);

    box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.expertise-card:hover::before{

    transform:scale(1.6);

}

.icon{

    width:75px;

    height:75px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#2563EB,#06B6D4);

    font-size:30px;

    margin-bottom:25px;

    position:relative;

    z-index:2;

}

.expertise-card h3{

    margin-bottom:15px;

    position:relative;

    z-index:2;

}

.expertise-card p{

    position:relative;

    z-index:2;

}


/*==================================================
                    CONTACT HERO
==================================================*/

.contact-hero{
    position: relative;
    overflow: hidden;
    padding: 170px 0 120px;
    background:
        radial-gradient(circle at top right, rgba(37,99,235,.15), transparent 35%),
        radial-gradient(circle at bottom left, rgba(6,182,212,.12), transparent 30%),
        #08111f;
}

.contact-hero-content{
    max-width: 760px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 2;
}

.contact-hero .hero-tag{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
    color: #06b6d4;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.contact-hero h1{
    color: #fff;
    font-size: 62px;
    line-height: 1.15;
    margin-bottom: 25px;
}

.contact-hero p{
    color: #cbd5e1;
    font-size: 20px;
    line-height: 1.8;
}

/*==================================================
                CONTACT SECTION
==================================================*/

.contact-section{
    padding: 120px 0;
    background: #f8fafc;
}

.contact-grid{
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 60px;
    align-items: start;
}

/*==================================================
                LEFT COLUMN
==================================================*/

.contact-info h2{
    font-size: 42px;
    color: #0f172a;
    margin: 20px 0;
}

.contact-info>p{
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 45px;
}

.info-card{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e5e7eb;
    transition: .35s;
}

.info-card:hover{
    transform: translateX(8px);
    border-color: #2563eb;
    box-shadow: 0 18px 35px rgba(15,23,42,.08);
}

.info-card .icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg,#2563eb,#06b6d4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.info-card h4{
    color: #0f172a;
    margin-bottom: 6px;
    font-size: 18px;
}

.info-card span{
    color: #64748b;
}

/*==================================================
                FORM CONTAINER
==================================================*/

.contact-form{
    background: #fff;
    padding: 40px;
    border-radius: 28px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 50px rgba(15,23,42,.06);
}

/*==================================================
                CONTACT FORM
==================================================*/

.contact-form form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

/* Inputs */

.contact-form input,
.contact-form select,
.contact-form textarea{

    width:100%;

    padding:18px 20px;

    border:1px solid #dbe3ec;

    border-radius:16px;

    background:#f8fafc;

    color:#0f172a;

    font-size:15px;

    outline:none;

    transition:.35s ease;

    font-family:inherit;

}

/* Focus */

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{

    background:#fff;

    border-color:#2563eb;

    box-shadow:0 0 0 4px rgba(37,99,235,.12);

}

/* Textarea */

.contact-form textarea{

    resize:vertical;

    min-height:170px;

}

/* Placeholder */

.contact-form input::placeholder,
.contact-form textarea::placeholder{

    color:#94a3b8;

}

/* Dropdown */

.contact-form select{

    cursor:pointer;

}

/* Privacy */

.privacy{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:14px;

    color:#64748b;

    margin-top:-5px;

}

.privacy i{

    color:#22c55e;

}

/* Submit Button */

.contact-form .btn{

    width:100%;

    margin-top:10px;

    padding:18px;

    font-size:16px;

    border:none;

    border-radius:16px;

    cursor:pointer;

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:#fff;

    font-weight:600;

    transition:.35s ease;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

}

.contact-form .btn:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(37,99,235,.30);

}

/*==================================================
                OFFICE SECTION
==================================================*/

.office{

    padding:90px 0;

    background:#ffffff;

}

.office-card{

    max-width:850px;

    margin:auto;

    text-align:center;

    background:#f8fafc;

    padding:70px;

    border-radius:30px;

    border:1px solid #e5e7eb;

}

.office-card span{

    display:inline-block;

    color:#2563eb;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;

}

.office-card h2{

    font-size:42px;

    color:#0f172a;

    margin-bottom:25px;

}

.office-card p{

    color:#64748b;

    line-height:1.9;

    font-size:18px;

    margin-bottom:35px;

}

/*==================================================
                    CONTACT CTA
==================================================*/

.contact-cta{
    padding:100px 0;
    background:#08111f;
    text-align:center;
    position:relative;
    overflow:hidden;
}

.contact-cta::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(rgba(37,99,235,.18),transparent 70%);
    top:-300px;
    right:-250px;
}

.contact-cta::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(rgba(6,182,212,.12),transparent 70%);
    bottom:-250px;
    left:-200px;
}

.contact-cta .container{
    position:relative;
    z-index:2;
}

.contact-cta h2{
    font-size:48px;
    color:#fff;
    margin-bottom:20px;
    line-height:1.2;
}

.contact-cta p{
    max-width:700px;
    margin:0 auto 40px;
    color:#cbd5e1;
    font-size:18px;
    line-height:1.8;
}

.contact-cta .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 36px;
    border-radius:50px;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.35s ease;
}

.contact-cta .btn:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(37,99,235,.35);
}

/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:1200px){

    .contact-grid{
        grid-template-columns:360px 1fr;
        gap:40px;
    }

}

@media(max-width:992px){

    .contact-hero{
        padding:150px 0 90px;
    }

    .contact-hero h1{
        font-size:48px;
    }

    .contact-grid{
        grid-template-columns:1fr;
    }

    .contact-info{
        margin-bottom:20px;
    }

}

@media(max-width:768px){

    .contact-hero{
        padding:130px 0 80px;
    }

    .contact-hero h1{
        font-size:38px;
    }

    .contact-hero p{
        font-size:17px;
    }

    .contact-section{
        padding:80px 0;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:18px;
    }

    .contact-form{
        padding:28px;
    }

    .contact-info h2{
        font-size:34px;
    }

    .office{
        padding:70px 0;
    }

    .office-card{
        padding:45px 30px;
    }

    .office-card h2{
        font-size:32px;
    }

    .contact-cta{
        padding:80px 0;
    }

    .contact-cta h2{
        font-size:36px;
    }

}

@media(max-width:480px){

    .contact-hero h1{
        font-size:30px;
    }

    .contact-hero p{
        font-size:16px;
        line-height:1.7;
    }

    .contact-form{
        padding:22px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea{
        padding:16px;
    }

    .info-card{
        padding:20px;
        gap:16px;
    }

    .info-card .icon{
        width:54px;
        height:54px;
        font-size:18px;
    }

    .office-card{
        padding:35px 22px;
    }

    .office-card h2{
        font-size:28px;
    }

    .office-card p{
        font-size:16px;
    }

    .contact-cta h2{
        font-size:30px;
    }

    .contact-cta p{
        font-size:16px;
    }

}

/*==========================================
                CAREERS
==========================================*/

.careers{
    padding:100px 0;
    background:#f8fafc;
}

.career-card{
    max-width:850px;
    margin:auto;
    background:#fff;
    padding:70px;
    border-radius:28px;
    text-align:center;
    border:1px solid #e5e7eb;
    box-shadow:0 20px 45px rgba(15,23,42,.06);
}

.career-card h2{
    font-size:42px;
    color:#0f172a;
    margin-bottom:25px;
}

.career-card p{
    color:#64748b;
    font-size:18px;
    line-height:1.9;
    margin-bottom:25px;
}

.career-email{
    display:inline-block;
    margin:20px 0;
    font-size:28px;
    font-weight:700;
    color:#2563eb;
    text-decoration:none;
    transition:.3s;
}

.career-email:hover{
    color:#06b6d4;
}

.career-note{
    font-size:15px;
    color:#94a3b8;
}

@media(max-width:768px){

    .career-card{
        padding:45px 30px;
    }

    .career-card h2{
        font-size:32px;
    }

    .career-email{
        font-size:22px;
        word-break:break-word;
    }

    .career-card p{
        font-size:16px;
    }

}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    margin-bottom:20px;
    border-radius:50px;
    background:#eff6ff;
    color:#2563eb;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.career-email{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 32px;
    margin:25px 0;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    color:#fff;
    border-radius:14px;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    transition:.35s ease;
    box-shadow:0 15px 35px rgba(37,99,235,.20);
}

.career-email:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 45px rgba(37,99,235,.30);
    color:#fff;
}

.career-footer{
    margin-top:35px;
    padding-top:30px;
    border-top:1px solid #e5e7eb;
    color:#64748b;
    font-style:italic;
    line-height:1.8;
}

/*==================================================
                    404 PAGE
==================================================*/

.error-page{

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    radial-gradient(circle at top right,rgba(37,99,235,.15),transparent 35%),
    radial-gradient(circle at bottom left,rgba(6,182,212,.10),transparent 35%),
    #08111f;

    text-align:center;

    overflow:hidden;

    position:relative;

}

.error-content{

    max-width:700px;

    margin:auto;

    position:relative;

    z-index:2;

}

.error-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.08);

    color:#06b6d4;

    letter-spacing:2px;

    font-size:13px;

    font-weight:600;

    margin-bottom:25px;

}

.error-content h1{

    font-size:72px;

    color:#fff;

    margin-bottom:20px;

}

.error-content p{

    font-size:20px;

    line-height:1.8;

    color:#cbd5e1;

    margin-bottom:45px;

}

.error-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-outline{

    background:transparent;

    color:#fff;

    border:1px solid rgba(255,255,255,.20);

}

.btn-outline:hover{

    background:#fff;

    color:#08111f;

}

@media(max-width:768px){

.error-content h1{

font-size:48px;

}

.error-content p{

font-size:17px;

}

}

@media(max-width:480px){

.error-content h1{

font-size:38px;

}

.error-content p{

font-size:16px;

}

}

.error-number{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    font-size:260px;

    font-weight:800;

    color:rgba(255,255,255,.03);

    line-height:1;

    z-index:-1;

    user-select:none;

}

@media(max-width:768px){

.error-number{

font-size:160px;

}

}

/*==========================================
        WHATSAPP WIDGET
==========================================*/

.whatsapp-widget{

    position:fixed;

    right:25px;

    bottom:100px;

    height:64px;

    width:64px;

    background:#25D366;

    border-radius:50px;

    display:flex;

    align-items:center;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 18px 45px rgba(37,211,102,.35);

    z-index:9999;

    transition:.45s ease;

    animation:waSlide .8s ease;

}

.whatsapp-widget.expand{

    width:240px;

}

.whatsapp-widget:hover{

    width:240px;

}

.wa-icon{

    width:64px;

    min-width:64px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:34px;

}

.wa-text{

    color:#fff;

    font-weight:600;

    white-space:nowrap;

    opacity:0;

    transition:.3s;

    padding-right:25px;

}

.whatsapp-widget:hover .wa-text,
.whatsapp-widget.expand .wa-text{

    opacity:1;

}

@keyframes waSlide{

from{

transform:translateX(120px);

opacity:0;

}

to{

transform:none;

opacity:1;

}

}

@media(max-width:768px){

.whatsapp-widget{

width:58px !important;

height:58px;

right:18px;

bottom:18px;

}

.wa-icon{

width:58px;

min-width:58px;

font-size:30px;

}

.wa-text{

display:none;

}

}

.direction-btn{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin-top:12px;

    padding:8px 16px;

    border-radius:50px;

    background:#eff6ff;

    color:#2563eb;

    border:1px solid #bfdbfe;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.3s;

}

.direction-btn:hover{

    background:#2563eb;

    border-color:#2563eb;

    color:#fff;

    transform:translateY(-2px);

}

/*==================================================
                OUR APPROACH
==================================================*/

.approach{
    padding:120px 0;
    background:#ffffff;
    overflow:hidden;
}

.approach .section-heading{
    max-width:760px;
    margin:0 auto 90px;
    text-align:center;
}

.approach .section-heading span{
    display:inline-block;
    padding:8px 18px;
    background:#eff6ff;
    color:#2563eb;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:22px;
}

.approach .section-heading h2{
    font-size:48px;
    line-height:1.25;
    color:#0f172a;
    margin-bottom:24px;
}

.approach .section-heading p{
    color:#64748b;
    font-size:18px;
    line-height:1.9;
}

/*========================================*/

.approach-timeline{

    position:relative;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

}

/* Blue Line */

.approach-timeline::before{

    content:"";

    position:absolute;

    top:72px;

    left:10%;

    width:80%;

    height:3px;

    background:linear-gradient(90deg,#2563eb,#06b6d4);

    border-radius:10px;

    z-index:1;

}

/*========================================*/

.approach-step{

    position:relative;

    text-align:center;

    padding-top:40px;

    z-index:2;

    transition:.35s;

}

.approach-step:hover{

    transform:translateY(-8px);

}

/*========================================*/

/* Huge Background Number */

.step-number{

    position:absolute;

    top:-10px;

    left:50%;

    transform:translateX(-50%);

    font-size:90px;

    font-weight:800;

    color:#eef3f9;

    line-height:1;

    z-index:-1;

    user-select:none;

}

/*========================================*/

/* Circle Icon */

.step-icon{

    width:70px;

    height:70px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#ffffff;

    border:3px solid #2563eb;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#2563eb;

    font-size:28px;

    box-shadow:0 10px 30px rgba(37,99,235,.12);

    transition:.35s;

}

.approach-step:hover .step-icon{

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:#fff;

    transform:scale(1.08);

}

/*========================================*/

.approach-step h3{

    font-size:24px;

    color:#0f172a;

    margin-bottom:18px;

}

.approach-step p{

    color:#64748b;

    line-height:1.8;

    font-size:16px;

    max-width:260px;

    margin:auto;

}


/*==================================================
            WHAT YOU CAN EXPECT
==================================================*/

.expect{

    padding:120px 0;

    background:#f8fafc;

}

.expect-grid{

    display:grid;

    grid-template-columns:1fr 1.1fr;

    gap:90px;

    align-items:center;

}

/*==========================================
                LEFT
==========================================*/

.expect-left span{

    display:inline-block;

    padding:8px 18px;

    background:#eff6ff;

    color:#2563eb;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:22px;

}

.expect-left h2{

    font-size:56px;

    line-height:1.15;

    color:#0f172a;

    margin-bottom:28px;

    font-weight:700;

}

.expect-left p{

    font-size:18px;

    color:#64748b;

    line-height:1.9;

    max-width:520px;

}

/*==========================================
                RIGHT
==========================================*/

.expect-right{

    display:flex;

    flex-direction:column;

}

.expect-item{

    display:flex;

    gap:25px;

    padding:28px 0;

    border-bottom:1px solid #e8edf4;

    transition:.35s;

}

.expect-item:last-child{

    border-bottom:none;

}

.expect-item:hover{

    padding-left:18px;

}

/*==========================================
                ICON
==========================================*/

.expect-icon{

    width:60px;

    height:60px;

    min-width:60px;

    border-radius:18px;

    background:#eff6ff;

    color:#2563eb;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    transition:.35s;

}

.expect-item:hover .expect-icon{

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:#fff;

    transform:rotate(-8deg);

}

/*==========================================
                TEXT
==========================================*/

.expect-item h3{

    font-size:24px;

    color:#0f172a;

    margin-bottom:10px;

}

.expect-item p{

    color:#64748b;

    line-height:1.8;

    font-size:16px;

}

/*==================================================
            SHATARA PHILOSOPHY
==================================================*/

.philosophy{

    padding:75px 0;

    background:#ffffff;

    border-top:1px solid #edf2f7;

    border-bottom:1px solid #edf2f7;

}

.philosophy-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:0;

}

.philosophy-item{

    position:relative;

    text-align:center;

    padding:20px 35px;

    transition:.35s ease;

}

.philosophy-item:not(:last-child){

    border-right:1px solid #edf2f7;

}

.philosophy-item:hover{

    transform:translateY(-6px);

}

/*==========================================
        BIG STATEMENT
==========================================*/

.philosophy-item span{

    display:block;

    font-size:72px;

    font-weight:800;

    line-height:1;

    margin-bottom:18px;

    color:#2563eb;

    letter-spacing:-2px;

}

/*==========================================
            TITLE
==========================================*/

.philosophy-item h3{

    font-size:24px;

    color:#0f172a;

    margin-bottom:12px;

    font-weight:700;

}

/*==========================================
        DESCRIPTION
==========================================*/

.philosophy-item p{

    color:#64748b;

    font-size:16px;

    line-height:1.8;

    max-width:220px;

    margin:auto;

}

/*==========================================
        HOVER EFFECT
==========================================*/

.philosophy-item::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:0;

    transform:translateX(-50%);

    width:0;

    height:3px;

    background:linear-gradient(90deg,#2563eb,#06b6d4);

    border-radius:10px;

    transition:.35s;

}

.philosophy-item:hover::after{

    width:70px;

}


/*==================================================
                    CTA
==================================================*/

.cta{

    position:relative;

    padding:120px 20px;

    text-align:center;

    overflow:hidden;

    background:#08111f;

}

/*==========================================
        BACKGROUND GLOW
==========================================*/

.cta::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:rgba(37,99,235,.12);

    border-radius:50%;

    top:-180px;

    left:-120px;

    filter:blur(90px);

}

.cta::after{

    content:"";

    position:absolute;

    width:400px;

    height:400px;

    background:rgba(6,182,212,.10);

    border-radius:50%;

    bottom:-180px;

    right:-120px;

    filter:blur(90px);

}

/*==========================================
                CONTENT
==========================================*/

.cta>*{

    position:relative;

    z-index:2;

}

.cta h2{

    color:#ffffff;

    font-size:56px;

    line-height:1.2;

    margin-bottom:25px;

    font-weight:700;

}

.cta p{

    max-width:700px;

    margin:0 auto 45px;

    color:rgba(255,255,255,.75);

    font-size:20px;

    line-height:1.8;

}

/*==========================================
            BUTTON
==========================================*/

.cta .btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    border-radius:50px;

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:#fff;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    transition:.35s ease;

    box-shadow:0 15px 40px rgba(37,99,235,.35);

}

.cta .btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 25px 50px rgba(37,99,235,.45);

}


.office-show{

padding:120px 0;

background:#fff;

}

.office-grid{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:80px;

}

.office-text span{

display:inline-block;

padding:8px 18px;

border-radius:50px;

background:#eff6ff;

color:#2563eb;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:25px;

}

.office-text h2{

font-size:48px;

margin-bottom:25px;

color:#0f172a;

line-height:1.2;

}

.office-text p{

font-size:18px;

line-height:1.9;

color:#64748b;

max-width:520px;

}

.office-globe{

display:flex;

justify-content:center;

align-items:center;

}

#globe{

width:100%;

height:520px;

}

/* ==========================================
        FLOATING HIRING WIDGET
========================================== */

.hiring-float{

    position:fixed;

    left:20px;

    top:50%;

    transform:translateY(-50%);

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    border-radius:18px;

    box-shadow:0 18px 45px rgba(37,99,235,.30);

    z-index:999;

     animation:hiringFloat 3s ease-in-out infinite;

    overflow:hidden;

}

@keyframes hiringFloat{

    0%,100%{

        transform:translateY(-50%);

    }

    50%{

        transform:translateY(calc(-50% - 8px));

    }

}
.hiring-link{

    display:flex;

    align-items:center;

    gap:14px;

    padding:16px 20px;

    color:#fff;

    text-decoration:none;

}

.hiring-link strong{

    display:block;

    font-size:16px;

}

.hiring-link small{

    opacity:.9;

    font-size:13px;

}

.rocket{

    font-size:28px;

}

.hiring-float:hover{

    transform:translateY(calc(-50% - 5px)) scale(1.03);

    box-shadow:0 25px 60px rgba(37,99,235,.40);

}

.hiring-close{

    position:absolute;

    top:8px;

    right:10px;

    border:none;

    background:none;

    color:#fff;

    font-size:20px;

    cursor:pointer;

    opacity:.7;

    transition:.3s;

    line-height:1;

}

.hiring-close:hover{

    opacity:1;

    transform:scale(1.2);

}

@keyframes hiringFloat{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-6px);

    }

}

@media(max-width:768px){

.hiring-float{

left:15px;

bottom:20px;

}

.hiring-link{

padding:14px 18px;

}

.hiring-link strong{

font-size:14px;

}

.hiring-link small{

font-size:12px;

}

.rocket{

font-size:24px;

}

}

/*=========================================
            LAUNCHPAD HERO
=========================================*/

.launchpad-hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    background:#050B14;

    overflow:hidden;

}

.launchpad-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(circle at top,#00D9FF15,transparent 55%),
        linear-gradient(180deg,#07101f,#050B14);

    z-index:1;

}

.launchpad-hero .container{

    position:relative;

    z-index:2;

    max-width:900px;

}

.launchpad-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:40px;

    background:rgba(255,255,255,.03);

    color:#9CA3AF;

    font-size:.85rem;

    margin-bottom:35px;

}

.status-dot{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#00D9FF;

    animation:pulseDot 2s infinite;

}

.launchpad-hero h1{

    font-size:clamp(3rem,6vw,5.5rem);

    font-weight:800;

    line-height:1.1;

    color:#fff;

    margin-bottom:25px;

}

.launchpad-hero p{

    font-size:1.2rem;

    line-height:1.8;

    color:#A8B3C7;

    max-width:720px;

    margin:auto auto 50px;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

@keyframes pulseDot{

    0%,100%{

        transform:scale(1);

        opacity:1;

    }

    50%{

        transform:scale(1.4);

        opacity:.5;

    }

}

/*=========================================
        LAUNCHPAD WHY
=========================================*/

.launchpad-why{

    padding:120px 0;

    background:#F8FAFC;

}

.launchpad-why .container{

    max-width:1200px;

}

.launchpad-why h2{

    margin-top:20px;

    margin-bottom:25px;

    text-align:center;
    
        color:#0F172A;

}

.launchpad-why .section-description{

    max-width:700px;

    margin:0 auto 70px;

    text-align:center;
    
     color:#64748B;

}

.launchpad-pillars{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}

.pillar{

    text-align:center;

}

.pillar h3{

    margin-bottom:18px;

    position:relative;
    color:#0F172A;

}

.pillar h3::after{

    content:"";

    width:50px;

    height:2px;

    background:var(--primary);

    display:block;

    margin:14px auto 0;

}

.pillar p{

    color:#64748B;


    line-height:1.8;

}

/*=========================================
        WHO CAN APPLY
=========================================*/

.launchpad-eligibility{

    padding:120px 0;

    background:#ffffff;

}

.eligibility-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    margin-top:70px;

}

.eligibility-card{

    padding:40px;

    background:#ffffff;

    border:1px solid #E5E7EB;

    border-radius:18px;

    transition:.3s ease;

}

.eligibility-card:hover{

    transform:translateY(-6px);

    border-color:var(--primary);

    box-shadow:0 20px 40px rgba(0,0,0,.06);

}

.eligibility-card h3{

    color:#0F172A;

    margin-bottom:15px;

    font-size:1.4rem;

}

.eligibility-card p{

    color:#64748B;

    line-height:1.8;

}

.launchpad-note{

    margin-top:80px;

    text-align:center;

    max-width:700px;

    margin-inline:auto;

}

.launchpad-note h4{

    margin-bottom:20px;

    color:#0F172A;

}

.launchpad-note p{

    color:#64748B;

    font-size:1.05rem;

    line-height:1.9;

}

.launchpad-eligibility h2{
    color:#0F172A;
}

/*=========================================
        YOUR JOURNEY
=========================================*/

.launchpad-journey{

    padding:120px 0;

    background:#F8FAFC;

}

.journey-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

    position:relative;

}

.journey-step{

    background:#ffffff;

    border:1px solid #E5E7EB;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    transition:.3s ease;

}

.journey-step:hover{

    transform:translateY(-8px);

    border-color:var(--primary);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.journey-step span{

    display:inline-flex;

    width:55px;

    height:55px;

    border-radius:50%;

    align-items:center;

    justify-content:center;

    background:rgba(0,217,255,.1);

    color:var(--primary);

    font-size:1.1rem;

    font-weight:700;

    margin-bottom:25px;

}

.journey-step h3{

    margin-bottom:15px;

    color:#0F172A;

}

.journey-step p{

    color:#64748B;

    line-height:1.7;

}

/*=========================================
        LAUNCHPAD CTA
=========================================*/

.launchpad-cta{

    padding:120px 0;

    background:#050B14;

    text-align:center;

}

.launchpad-cta .section-title h2{

    color:#ffffff;

}

.launchpad-cta .section-title p{

    color:#94A3B8;

    max-width:650px;

    margin:auto;

}

.launchpad-cta .btn{

    margin-top:20px;

}

.cta-note{

    margin-top:25px;

    font-size:15px;

    color:#64748B;

}

/*=========================================
        LAUNCHPAD APPLY HERO
=========================================*/

.launchpad-apply-hero{

    position:relative;

    min-height:55vh;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    background:#050B14;

    overflow:hidden;

}

.launchpad-apply-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top,#00D9FF15,transparent 60%),
    linear-gradient(180deg,#07101F,#050B14);

}

.launchpad-apply-hero .hero-content{

    position:relative;

    z-index:2;

    max-width:800px;

    padding:0 20px;

}

.launchpad-apply-hero h1{

    color:#ffffff;

    margin-bottom:15px;

}

.launchpad-apply-hero h2{

    color:#00D9FF;

    margin-bottom:20px;

    font-weight:600;

}

.launchpad-apply-hero p{

    color:#94A3B8;

    line-height:1.8;

}

/*=========================================
        LAUNCHPAD FORM
=========================================*/

.launchpad-form{

    padding:120px 0;

    background:#ffffff;

}

.launchpad-form-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    max-width:900px;

    margin:auto;

}

.launchpad-form-grid input,
.launchpad-form-grid select,
.launchpad-form-grid textarea{

    width:100%;

    padding:16px 20px;

    border:1px solid #E5E7EB;

    border-radius:12px;

    font-size:16px;

    font-family:inherit;

    transition:.3s;

    background:#ffffff;

}

.launchpad-form-grid input:focus,
.launchpad-form-grid select:focus,
.launchpad-form-grid textarea:focus{

    outline:none;

    border-color:var(--primary);

    box-shadow:0 0 0 4px rgba(0,217,255,.10);

}

.launchpad-form-grid textarea{

    resize:vertical;

    min-height:180px;

}

.full-width{

    grid-column:1 / -1;

}

.launchpad-form label{

    display:block;

    margin-bottom:12px;

    font-weight:600;

    color:#0F172A;

}

.form-submit{

    text-align:center;

    margin-top:10px;

}

.form-submit .btn{

    min-width:240px;

}

/*=========================================
        LAUNCHPAD SUCCESS
=========================================*/

.launchpad-success-hero{

    min-height:100vh;

    background:#050B14;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    position:relative;

    overflow:hidden;

}

.launchpad-success-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top,#00D9FF15,transparent 60%),
    linear-gradient(180deg,#07101F,#050B14);

}

.launchpad-success-hero .hero-content{

    position:relative;

    z-index:2;

    max-width:750px;

    padding:40px 20px;

}

.success-icon{

    width:90px;

    height:90px;

    margin:0 auto 35px;

    border-radius:50%;

    border:2px solid var(--primary);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

    color:var(--primary);

}

.launchpad-success-hero h1{

    color:#ffffff;

    margin-bottom:15px;

}

.launchpad-success-hero h2{

    color:var(--primary);

    margin-bottom:25px;

}

.launchpad-success-hero p{

    color:#94A3B8;

    max-width:650px;

    margin:auto;

    line-height:1.9;

}

.success-actions{

    margin-top:45px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/*=========================================
        FORM HELPERS
=========================================*/

.form-note{

    margin-top:20px;

    text-align:center;

    color:#64748B;

    font-size:15px;

}

.required{

    color:#EF4444;

    font-weight:700;

}

.form-help{

    display:block;

    margin:8px 0 15px;

    color:#64748B;

    font-size:14px;

}

.privacy-note{

    grid-column:1/-1;

    margin-top:10px;

    text-align:center;

    color:#64748B;

    font-size:14px;

    line-height:1.7;

}

/*=========================================
        LAUNCHPAD LOCATION
=========================================*/

.launchpad-location{

    padding:120px 0;

    background:#f8fafc;

}

.location-content{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.location-content p{

    font-size:18px;

    line-height:1.9;

    color:#475569;

    margin-bottom:30px;

}

.location-content strong{

    color:#0f172a;

    font-weight:700;

}