:root{
    --blue:#0757b7;
    --deep-blue:#073b8f;
    --navy:#071a47;
    --green:#00a678;
    --teal:#00a9a4;
    --cyan:#26a8e0;
    --text:#07183f;
    --muted:#66728b;
    --line:#e4ebf3;
    --soft:#f4f9fd;
    --white:#ffffff;
    --shadow:0 18px 50px rgba(11,69,130,.11);
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    color:var(--text);
    background:#fff;
}

a{
    text-decoration:none;
    color:inherit;
}

button{
    font:inherit;
}

.container{
    width:min(1420px,calc(100% - 80px));
    margin:auto;
}


/* NAV */

.site-header{
    height:92px;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid #edf2f7;
    position:sticky;
    top:0;
    z-index:100;
    backdrop-filter:blur(15px);
}

.nav-wrap{
    height:100%;
    display:flex;
    align-items:center;
    gap:32px;
}

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

.brand-mark{
    width:54px;
    height:62px;
    border-radius:18px 18px 26px 26px;
    background:linear-gradient(145deg,var(--blue),var(--deep-blue));
    color:#fff;
    display:grid;
    place-items:center;
    font-weight:900;
    font-size:30px;
    position:relative;
    box-shadow:inset 0 -7px 0 rgba(0,166,120,.9);
}

.brand-mark:after{
    content:"✈";
    position:absolute;
    font-size:15px;
    color:var(--green);
    top:-5px;
    right:-5px;
}

.brand-copy strong,
.brand-copy span{
    display:block;
}

.brand-copy strong{
    font-size:24px;
    letter-spacing:.02em;
}

.brand-copy span{
    color:var(--green);
    font-size:10px;
    margin-top:3px;
    font-weight:700;
}

.main-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-left:auto;
}

.main-nav a{
    font-size:13px;
    font-weight:650;
    white-space:nowrap;
    padding:34px 0 31px;
    position:relative;
}

.main-nav a.active:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:19px;
    height:3px;
    background:var(--blue);
    border-radius:5px;
}

.new-badge{
    background:var(--green);
    color:#fff;
    padding:3px 6px;
    border-radius:8px;
    font-size:8px;
    margin-left:3px;
}

.nav-actions{
    display:flex;
    gap:10px;
    align-items:center;
}

.language{
    border:1px solid var(--line);
    background:#fff;
    padding:11px 13px;
    border-radius:22px;
}

.btn{
    min-height:46px;
    padding:0 22px;
    border-radius:14px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    font-weight:750;
    font-size:13px;
    border:1px solid transparent;
    transition:.2s ease;
}

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

.btn-primary{
    color:#fff;
    background:linear-gradient(135deg,var(--green),#009886);
    box-shadow:0 12px 25px rgba(0,166,120,.18);
}

.btn-outline{
    color:var(--blue);
    border-color:var(--blue);
    background:#fff;
}

.btn-large{
    min-height:55px;
    padding:0 32px;
}

.mobile-toggle{
    display:none;
}


/* HERO */

.hero{
    min-height:570px;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 60% 35%,rgba(92,188,255,.16),transparent 27%),
        linear-gradient(110deg,#fff 0%,#f8fdff 43%,#e8f8ff 100%);
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1.15fr;
    min-height:570px;
    align-items:center;
    gap:35px;
}

.hero-copy{
    padding:55px 0;
    z-index:2;
}

.eyebrow,
.section-kicker{
    color:#1597cc;
    font-weight:800;
    font-size:12px;
    letter-spacing:.17em;
}

.hero h1{
    margin:17px 0;
    font-size:clamp(48px,5vw,78px);
    line-height:.98;
    letter-spacing:-.055em;
}

.hero h1 span{
    display:block;
    color:var(--blue);
}

.hero h1{
    color:var(--green);
}

.hero-text{
    max-width:630px;
    font-size:18px;
    line-height:1.55;
}

.hero-actions{
    display:flex;
    gap:15px;
    margin-top:28px;
}

.hero-trust{
    display:flex;
    gap:28px;
    margin-top:28px;
}

.hero-trust>div{
    display:flex;
    align-items:center;
    gap:9px;
}

.trust-icon{
    width:39px;
    height:39px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#eef8ff;
    color:var(--blue);
    font-size:20px;
}

.hero-trust p{
    margin:0;
}

.hero-trust strong,
.hero-trust small{
    display:block;
}

.hero-trust strong{
    font-size:11px;
}

.hero-trust small{
    font-size:9px;
    color:var(--muted);
    margin-top:3px;
}


/* HERO GRAPHIC */

.hero-visual{
    height:570px;
    position:relative;
}

.globe{
    position:absolute;
    width:530px;
    height:530px;
    border-radius:50%;
    top:25px;
    left:15px;
    background:
        radial-gradient(circle at 35% 35%,#fff 0 5%,transparent 6%),
        radial-gradient(circle at 65% 40%,rgba(0,166,120,.12) 0 12%,transparent 13%),
        radial-gradient(circle at 48% 60%,rgba(7,87,183,.12) 0 16%,transparent 17%),
        radial-gradient(circle at 50% 50%,#eaf8ff,#bee5fa 65%,#9bd5f2);
    border:1px solid rgba(46,164,220,.17);
    box-shadow:
        inset -35px -20px 70px rgba(14,120,190,.12),
        0 0 80px rgba(60,169,230,.12);
}

.globe:before,
.globe:after{
    content:"";
    position:absolute;
    inset:45px 80px;
    border:2px dashed rgba(0,166,120,.65);
    border-radius:50%;
    transform:rotate(19deg);
}

.globe:after{
    inset:125px 45px;
    transform:rotate(-27deg);
}

.pin{
    position:absolute;
    color:var(--green);
    font-size:25px;
    z-index:2;
}

.pin-one{left:90px;top:170px;}
.pin-two{right:85px;top:115px;}
.pin-three{left:270px;bottom:100px;}

.plane{
    position:absolute;
    right:-70px;
    top:20px;
    color:var(--green);
    font-size:52px;
    transform:rotate(-8deg);
}

.world-copy{
    position:absolute;
    right:-155px;
    top:115px;
    transform:rotate(-4deg);
}

.world-copy strong,
.world-copy span{
    display:block;
    font-family:Georgia,serif;
    font-style:italic;
    font-size:26px;
    color:var(--navy);
}

.world-copy span{
    color:var(--green);
    margin-left:30px;
}


/* DEVICES */

.device-stage{
    position:absolute;
    right:5px;
    bottom:12px;
    width:610px;
    height:250px;
}

.device{
    position:absolute;
    box-shadow:0 20px 40px rgba(6,44,89,.19);
}

.phone{
    width:105px;
    height:210px;
    right:280px;
    bottom:0;
    border:8px solid #101923;
    border-radius:24px;
    background:#fff;
    z-index:5;
}

.phone div{
    height:100%;
    border-radius:16px;
    background:
        radial-gradient(circle at 70% 20%,#25c0ff,transparent 27%),
        linear-gradient(145deg,#02162e,#176dd1 50%,#00a678);
}

.tablet{
    width:190px;
    height:230px;
    right:125px;
    bottom:0;
    border:9px solid #152335;
    border-radius:19px;
    background:#fff;
    z-index:3;
}

.tablet div{
    height:100%;
    border-radius:10px;
    background:
        radial-gradient(circle at 35% 35%,#2db4ff,transparent 25%),
        linear-gradient(145deg,#082c70,#19b6cf);
}

.router{
    width:160px;
    height:90px;
    right:0;
    bottom:0;
    border-radius:22px;
    background:#152333;
    color:#fff;
    display:grid;
    place-items:center;
    z-index:7;
}

.router strong{
    font-size:28px;
}

.watch{
    width:75px;
    height:90px;
    right:115px;
    bottom:0;
    background:#121923;
    border-radius:24px;
    z-index:8;
    display:grid;
    place-items:center;
    color:#fff;
}

.watch span{
    width:55px;
    height:55px;
    border:2px solid var(--green);
    border-radius:50%;
    display:grid;
    place-items:center;
    font-size:10px;
}

.esim-card{
    width:100px;
    height:140px;
    right:380px;
    bottom:0;
    border-radius:14px;
    background:linear-gradient(145deg,#e7f8ff,#b8e7f5);
    z-index:4;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:var(--blue);
}

.esim-card span{
    font-size:9px;
    font-weight:800;
}

.esim-card strong{
    margin-top:10px;
}


/* PLATFORM STRIP */

.platform-strip{
    position:relative;
    z-index:10;
    margin-top:-1px;
    padding:18px 0;
    background:#fff;
    box-shadow:0 12px 35px rgba(18,74,126,.08);
}

.platform-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
}

.platform-grid a{
    display:flex;
    gap:11px;
    align-items:center;
    padding:10px 18px;
    border-right:1px solid var(--line);
}

.platform-grid a:last-child{
    border:0;
}

.platform-grid>a>span{
    width:43px;
    height:43px;
    display:grid;
    place-items:center;
    background:#eef7ff;
    border-radius:12px;
    color:var(--blue);
    font-weight:800;
}

.platform-grid strong,
.platform-grid small{
    display:block;
}

.platform-grid strong{
    font-size:11px;
}

.platform-grid small{
    color:var(--muted);
    font-size:9px;
    margin-top:3px;
}


/* GENERIC */

.section{
    padding:85px 0;
}

.section-heading{
    max-width:720px;
    margin:0 auto 45px;
    text-align:center;
}

.section-heading>span{
    color:var(--green);
    letter-spacing:.15em;
    font-size:11px;
    font-weight:800;
}

.section-heading h2,
.shop-header h2,
.business-section h2{
    font-size:clamp(34px,4vw,49px);
    margin:12px 0;
    line-height:1.1;
    letter-spacing:-.035em;
}

.section-heading h2 em,
.shop-header h2 em{
    color:var(--blue);
    font-style:normal;
}

.section-heading p,
.shop-header p{
    color:var(--muted);
    line-height:1.6;
}


/* PRODUCT CARDS */

.product-intro{
    background:#fff;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.product-card{
    padding:28px;
    border-radius:20px;
    border:1px solid var(--line);
    min-height:270px;
}

.product-card.blue{
    background:linear-gradient(145deg,#fff,#edf7ff);
}

.product-card.green{
    background:linear-gradient(145deg,#fff,#ebfaf5);
}

.product-card.orange{
    background:linear-gradient(145deg,#fff,#fff7e9);
}

.product-card.purple{
    background:linear-gradient(145deg,#fff,#f3efff);
}

.product-icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    background:var(--blue);
    color:#fff;
    border-radius:14px;
    font-weight:800;
}

.product-card.green .product-icon{
    background:var(--green);
}

.product-card.orange .product-icon{
    background:#eea51c;
}

.product-card.purple .product-icon{
    background:#693bf2;
}

.product-card h3{
    margin-top:24px;
}

.product-card p{
    color:var(--muted);
    font-size:13px;
    line-height:1.65;
}

.product-card a{
    display:inline-block;
    margin-top:10px;
    color:var(--blue);
    font-weight:750;
    font-size:12px;
}


/* SHOP */

.shop-section{
    background:
        linear-gradient(120deg,#f3fbff,#fff 50%,#f4fffb);
}

.shop-header{
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:30px;
    margin-bottom:35px;
}

.shop-header>div{
    max-width:700px;
}

.shop-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
}

.shop-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:18px;
    text-align:center;
    transition:.2s;
}

.shop-card:hover{
    transform:translateY(-5px);
    box-shadow:var(--shadow);
}

.device-art{
    height:120px;
    display:grid;
    place-items:center;
    font-size:64px;
    color:var(--blue);
    background:linear-gradient(145deg,#f6fbff,#edf7ff);
    border-radius:14px;
}

.shop-card h3{
    font-size:13px;
}

.shop-card p{
    color:var(--muted);
    font-size:10px;
    line-height:1.5;
    min-height:46px;
}

.shop-card a{
    color:var(--green);
    font-size:10px;
    font-weight:800;
}


/* BUSINESS */

.business-section{
    padding:80px 0;
    background:
        radial-gradient(circle at 80% 30%,rgba(0,166,120,.2),transparent 25%),
        linear-gradient(135deg,var(--navy),#064b84);
    color:#fff;
}

.business-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.section-kicker.light{
    color:#61e0c2;
}

.business-section p{
    color:#c5d6e6;
    max-width:620px;
    line-height:1.7;
}

.business-actions{
    display:flex;
    gap:22px;
    align-items:center;
    margin-top:25px;
}

.btn-light{
    background:#fff;
    color:var(--blue);
}

.text-link{
    color:#fff;
    font-weight:700;
    font-size:13px;
}

.business-panel{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px;
}

.business-panel>div{
    min-height:130px;
    padding:22px;
    border:1px solid rgba(255,255,255,.13);
    background:rgba(255,255,255,.07);
    border-radius:18px;
}

.business-panel span,
.business-panel strong{
    display:block;
}

.business-panel span{
    color:#61e0c2;
    font-size:12px;
}

.business-panel strong{
    margin-top:25px;
    font-size:17px;
}


/* WHY */

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.why-grid article{
    padding:25px 0;
    border-top:2px solid var(--line);
}

.why-grid article>strong{
    color:var(--green);
    font-size:12px;
}

.why-grid p{
    color:var(--muted);
    font-size:12px;
    line-height:1.6;
}


/* FINAL CTA */

.final-cta{
    margin:0 30px 30px;
    border-radius:28px;
    padding:65px 0;
    color:#fff;
    background:
        radial-gradient(circle at 70% 50%,rgba(20,193,164,.24),transparent 25%),
        linear-gradient(135deg,var(--blue),var(--navy));
}

.final-cta .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.final-cta span{
    color:#7ae8d0;
    letter-spacing:.18em;
    font-size:10px;
    font-weight:800;
}

.final-cta h2{
    font-size:44px;
    margin:10px 0 0;
}

.final-actions{
    display:flex;
    gap:12px;
}

.btn-outline-light{
    border-color:rgba(255,255,255,.5);
    color:#fff;
}


/* FOOTER */

footer{
    background:#06162f;
    color:#b9c6d8;
    padding:60px 0 25px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr repeat(3,1fr);
    gap:55px;
}

.footer-brand{
    color:#fff;
}

.footer-grid p{
    max-width:330px;
    font-size:11px;
    line-height:1.7;
}

.footer-grid>div:not(:first-child){
    display:flex;
    flex-direction:column;
    gap:12px;
}

.footer-grid>div>strong{
    color:#fff;
    font-size:12px;
    margin-bottom:7px;
}

.footer-grid>div>a{
    font-size:10px;
}

.copyright{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:20px;
    display:flex;
    justify-content:space-between;
    font-size:9px;
}


/* MOBILE */

@media(max-width:1250px){

    .main-nav{
        gap:14px;
    }

    .main-nav a{
        font-size:11px;
    }

    .world-copy{
        display:none;
    }

    .product-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .shop-grid{
        grid-template-columns:repeat(3,1fr);
    }
}


@media(max-width:980px){

    .container{
        width:min(100% - 36px,900px);
    }

    .site-header{
        height:78px;
    }

    .main-nav{
        position:absolute;
        left:18px;
        right:18px;
        top:78px;
        display:none;
        background:#fff;
        border-radius:15px;
        box-shadow:var(--shadow);
        padding:15px;
    }

    .main-nav.open{
        display:grid;
    }

    .main-nav a{
        padding:11px;
    }

    .main-nav a.active:after{
        display:none;
    }

    .mobile-toggle{
        display:block;
        margin-left:auto;
        border:0;
        background:none;
        font-size:24px;
    }

    .nav-actions .language{
        display:none;
    }

    .nav-actions .btn-outline{
        display:none;
    }

    .brand-copy strong{
        font-size:19px;
    }

    .brand-mark{
        width:44px;
        height:50px;
    }

    .hero-grid{
        grid-template-columns:1fr;
    }

    .hero{
        min-height:auto;
    }

    .hero-visual{
        height:500px;
    }

    .globe{
        left:50%;
        transform:translateX(-50%);
    }

    .device-stage{
        left:50%;
        transform:translateX(-50%);
    }

    .platform-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .business-grid{
        grid-template-columns:1fr;
    }

    .why-grid{
        grid-template-columns:1fr 1fr;
    }

    .footer-grid{
        grid-template-columns:1fr 1fr;
    }
}


@media(max-width:620px){

    .nav-actions .btn-primary{
        display:none;
    }

    .hero h1{
        font-size:49px;
    }

    .hero-text{
        font-size:15px;
    }

    .hero-actions{
        flex-direction:column;
    }

    .hero-actions .btn{
        width:100%;
    }

    .hero-trust{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .hero-visual{
        height:390px;
    }

    .globe{
        width:390px;
        height:390px;
    }

    .device-stage{
        transform:translateX(-50%) scale(.72);
        transform-origin:bottom center;
        width:610px;
    }

    .platform-grid{
        grid-template-columns:1fr 1fr;
    }

    .product-grid,
    .shop-grid,
    .why-grid{
        grid-template-columns:1fr;
    }

    .shop-header{
        display:block;
    }

    .shop-header .btn{
        margin-top:10px;
    }

    .final-cta{
        margin:0 12px 12px;
    }

    .final-cta .container{
        display:block;
    }

    .final-actions{
        margin-top:25px;
        flex-direction:column;
    }

    .footer-grid{
        grid-template-columns:1fr;
    }

    .copyright{
        display:grid;
        gap:8px;
    }
}
