@import "assets/uicons-bold-rounded.css";
@import "assets/uicons-bold-straight.css";
@import "assets/uicons-regular-rounded.css";
@import "assets/uicons-regular-straight.css";
@import "assets/uicons-regular-chubby.css";
@import "assets/uicons-solid-rounded.css";
@import "assets/uicons-solid-straight.css";
@import "assets/uicons-solid-chubby.css";
@import "assets/uicons-thin-chubby.css";
@import "assets/uicons-brands.css";

* {
    box-sizing: border-box
}

:root {
    --navy: #06142b;
    --navy2: #09245a;
    --blue: #2f82ff;
    --blue2: #6aa7ff;
    --cyan: #56c5ff;
    --white: #fff;
    --muted: #b8c8df;
    --darktext: #10203b;
    --body: #5e6d82;
    --bg: #07152d;
    --bgwhite: #f7f8fb;
}

html {
    scroll-behavior: smooth
}

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

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

.container {
    width: min(1450px, calc(100% - 72px));
    margin: 0 auto
}

svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.topbar {
    margin-top: 18px;
    height: 104px;
    z-index: 999;
    position: relative;
}

.nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px
}

.brand {
    display: flex;
    gap: 18px;
    align-items: center;
    min-width: 360px;
    position: relative;
}

.brand img {
    height: 104px;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .35))
}

.brand strong {
    font-family: Montserrat, Inter, sans-serif;
    font-size: 30px;
    line-height: .9;
    letter-spacing: -2px;
    font-weight: 700
}

.brand span {
    display: block;
    margin-top: 10px;
    color: var(--blue2);
    font-size: 10px;
}

.main-nav {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500
}

.main-nav a {
    opacity: .95;
    padding-top: 12px;
    padding-bottom: 12px;
}

.main-nav a:hover,
.main-nav .active {
    color: var(--blue2)
}

.main-nav .active {
    border-bottom: 2px solid var(--blue);
}

.demo-btn {
    background: linear-gradient(135deg, #2f82ff, #2164da);
    padding: 16px 27px !important;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 14px 30px rgba(47, 130, 255, .34)
}

.hero {
    min-height: 480px;
    position: relative;
    overflow: hidden;
    padding-top: 154px;
    padding-bottom: 107px;
    /* background: linear-gradient(180deg, #050d1e 0%, #061833 55%, #081733 100%); */
    margin-top: -122px;

    background-color: #01040d;
    background-image:
        /* zachte vignette / ruimte-diepte */
        radial-gradient(
            circle at 50% 50%,
            rgba(8,18,40,0.0) 0%,
            rgba(4,8,20,0.35) 58%,
            rgba(1,3,10,0.92) 100%
        ),

        /* blauwe space haze */
        radial-gradient(
            circle at 22% 26%,
            rgba(28,70,180,0.10),
            transparent 34%
        ),

        radial-gradient(
            circle at 76% 18%,
            rgba(45,110,255,0.08),
            transparent 28%
        ),

        radial-gradient(
            circle at 58% 78%,
            rgba(18,40,120,0.10),
            transparent 42%
        ),

        /* heldere sterren */
        radial-gradient(circle at 8% 18%, rgba(255,255,255,0.95) 0 1.8px, transparent 3px),
        radial-gradient(circle at 18% 72%, rgba(180,220,255,0.9) 0 1.6px, transparent 3px),
        radial-gradient(circle at 34% 22%, rgba(255,255,255,0.85) 0 1.4px, transparent 3px),
        radial-gradient(circle at 48% 84%, rgba(120,190,255,0.9) 0 1.7px, transparent 3px),
        radial-gradient(circle at 66% 28%, rgba(255,255,255,0.8) 0 1.5px, transparent 3px),
        radial-gradient(circle at 78% 12%, rgba(170,225,255,0.85) 0 1.7px, transparent 3px),
        radial-gradient(circle at 92% 64%, rgba(255,255,255,0.8) 0 1.5px, transparent 3px),

        /* medium sterren */
        radial-gradient(circle at 6% 52%, rgba(255,255,255,0.55) 0 1px, transparent 2px),
        radial-gradient(circle at 14% 38%, rgba(190,230,255,0.5) 0 1px, transparent 2px),
        radial-gradient(circle at 22% 12%, rgba(255,255,255,0.45) 0 1px, transparent 2px),
        radial-gradient(circle at 38% 56%, rgba(170,220,255,0.45) 0 1px, transparent 2px),
        radial-gradient(circle at 46% 42%, rgba(255,255,255,0.4) 0 1px, transparent 2px),
        radial-gradient(circle at 58% 16%, rgba(180,220,255,0.45) 0 1px, transparent 2px),
        radial-gradient(circle at 72% 74%, rgba(255,255,255,0.45) 0 1px, transparent 2px),
        radial-gradient(circle at 84% 48%, rgba(180,220,255,0.4) 0 1px, transparent 2px),

        /* kleine sterren */
        radial-gradient(circle at 3% 8%, rgba(255,255,255,0.22) 0 0.5px, transparent 1px),
        radial-gradient(circle at 11% 27%, rgba(255,255,255,0.18) 0 0.5px, transparent 1px),
        radial-gradient(circle at 19% 91%, rgba(200,230,255,0.18) 0 0.5px, transparent 1px),
        radial-gradient(circle at 27% 46%, rgba(255,255,255,0.16) 0 0.5px, transparent 1px),
        radial-gradient(circle at 35% 63%, rgba(255,255,255,0.16) 0 0.5px, transparent 1px),
        radial-gradient(circle at 43% 11%, rgba(180,220,255,0.18) 0 0.5px, transparent 1px),
        radial-gradient(circle at 51% 78%, rgba(255,255,255,0.16) 0 0.5px, transparent 1px),
        radial-gradient(circle at 59% 37%, rgba(255,255,255,0.15) 0 0.5px, transparent 1px),
        radial-gradient(circle at 67% 53%, rgba(190,230,255,0.18) 0 0.5px, transparent 1px),
        radial-gradient(circle at 75% 87%, rgba(255,255,255,0.16) 0 0.5px, transparent 1px),
        radial-gradient(circle at 83% 18%, rgba(255,255,255,0.15) 0 0.5px, transparent 1px),
        radial-gradient(circle at 91% 44%, rgba(180,220,255,0.18) 0 0.5px, transparent 1px);

    background-repeat: repeat;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
}

.hero-copy {
    position: relative;
    z-index: 5;
    width: 720px
}

.eyebrow,
.section-kicker {
    margin: 0 0 12px;
    color: var(--blue);
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 600;
    /* letter-spacing: .08em; */
    font-size: 12px
}

h1,
h2,
h3 {
    font-family: Inter, sans-serif; /* Montserrat */
}

h1 {
    font-size: 52px;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .30);
    letter-spacing: -1.8px
}

h2 {
    font-size: 46px;
    margin: 0 0 20px;
    font-weight: 700;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .30);
    letter-spacing: -1.8px
}

.lead {
    font-size: 16px;
    line-height: 1.55;
    color: #f1f6ff;
    margin: 0 0 34px;
    max-width: 570px
}

.checks {
    display: flex;
    gap: 42px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    color: #eaf3ff
}

.checks span {
    font-size: 14px
}

.checks span:before {
    font-family: "uicons-bold-rounded";
    content: "\e430";
    color: var(--blue2);
    font-weight: 900;
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 3px
}

.hero-actions {
    display: flex;
    gap: 18px
}

.hero-actions .btn .fi-rr-arrow-small-right {
    font-size: 24px;
    line-height: 14px;
}

.hero-actions .btn .fi-rr-calendar-day {
    font-size: 16px;
    line-height: 14px !important;
    color: var(--blue2);
}

.globe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url("assets/hero.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% + 111px);
    background-position-y: 0;
}

.globe::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
    radial-gradient(
        ellipse at center,
        rgba(0,0,0,0) 45%,
        rgba(1,4,13,0.35) 72%,
        rgba(1,4,13,0.92) 100%
    );

    pointer-events: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
}

.primary {
    background: linear-gradient(135deg, #2f82ff, #1f68e6);
    box-shadow: 0 18px 40px rgba(47, 130, 255, .25)
}

.secondary {
    border: 1px solid var(--blue);
    background: rgba(3, 20, 50, .55)
}

.floating-card {
    position: absolute;
    z-index: 6;
    display: flex;
    gap: 14px;
    align-items: center;
    width: 250px;
    padding: 10px;
    border: 1px solid rgba(106, 167, 255, .55);
    border-radius: 14px;
    background: rgba(5, 20, 48, .6);
    /* backdrop-filter: blur(12px); */
    box-shadow: 0 10px 35px rgba(0, 0, 0, .25)
}

.floating-card i {
    font-size: 40px;
    color: var(--blue);
    line-height: 0;
    color: var(--blue2);
    font-size: 52px
}

.floating-card strong {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 4px;
}

.floating-card span {
    display: block;
    color: #fff;
    font-size: 10px;
}

.ai {
    right: 310px;
    top: 40px
}

.network-card {
    right: 8px;
    top: 40px
}

.automation {
    right: 310px;
    top: 130px
}

.compliance {
    right: 8px;
    top: 130px
}

.capability-wrap {
    background: var(--white);
    /* background: var(--bgwhite); */
    position: relative;
    overflow: visible;
}

.capability-bar {
    position: relative;
    top: -80px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: linear-gradient(135deg, #092452, #071b3d);
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
    overflow: hidden
}

.capability-bar div {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 32px;
    border-right: 1px solid rgba(255, 255, 255, .22)
}

.capability-bar div:last-child {
    border-right: 0;
    white-space: nowrap;
}

.capability-bar i {
    font-size: 40px;
    color: var(--blue);
    line-height: 0;
}

.capability-bar span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600
}

.trusted {
    /* background: #f7f8fb; */
    background: var(--white);
    color: #0c1b37;
    padding: 0 0 42px;
    text-align: center
}

.trusted p {
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7893;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 28px
}

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

.trusted-grid div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 20px;
    border-right: 1px solid #d5dbe6
}

.trusted-grid div:last-child {
    border-right: 0
}

.trusted-grid i {
    font-size: 32px;
    color: #0c1b37
}

.trusted-grid span {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    color: #10264e
}

.section {
    padding: 96px 0
}

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

.split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start
}

.section h2 {
    font-size: 46px;
    line-height: 1.08;
    margin: 0;
    letter-spacing: -1.4px
}

.copy p,
.section-head p {
    font-size: 18px;
    line-height: 1.65;
    color: var(--body)
}

.dark-section {
    background: linear-gradient(135deg, #07142e, #09275a);
    color: #fff
}

.section-head {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 48px
}

.section-head.left {
    text-align: left;
    margin-left: 0
}

.dark-section .section-head p,
.network-section .section-head p {
    color: #c9d7ee
}

.module-grid,
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.module-grid article,
.solutions-grid article {
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .14)
}

.module-grid article {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16)
}

.module-grid span {
    color: var(--blue2);
    font-family: Montserrat;
    font-weight: 600
}

.module-grid h3,
.solutions-grid h3 {
    font-size: 23px;
    margin: 16px 0 12px;
    color: white
}

.module-grid p,
.solutions-grid p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #c9d7ee
}

.solutions-grid article {
    background: #fff;
    border: 1px solid #dce4f0
}

.solutions-grid h3 {
    color: #112242
}

.solutions-grid p {
    color: #5e6d82
}

.solutions-grid .featured {
    background: linear-gradient(135deg, #eef6ff, #fff);
    border-color: #bed8ff
}

.tech-section {
    background: #f0f5fc;
    color: var(--darktext)
}

.tech-list {
    display: grid;
    gap: 18px
}

.tech-list div {
    background: white;
    border: 1px solid #dce4f0;
    border-radius: 18px;
    padding: 24px
}

.tech-list strong {
    font-family: Montserrat;
    font-size: 22px;
    display: block
}

.tech-list span {
    color: #5e6d82;
    display: block;
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.55
}

.network-section {
    background: radial-gradient(circle at 50% 40%, rgba(47, 130, 255, .20), transparent 26%), linear-gradient(135deg, #06142b, #071b3d);
    color: white
}

.footer-panel {
    /* background: linear-gradient(180deg, #08214c, #06142b); */
    background: linear-gradient(180deg, #050d1e 0%, #061833 55%, #081733 100%);
    padding: 46px 0 22px;
    color: white
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1.55fr;
    gap: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding-bottom: 34px
}

.footer-grid > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.footer-grid h3 {
    color: var(--blue);
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 18px
}

.footer-grid p,
.footer-grid li {
    color: #e2ebf8;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 12px;
}

.footer-grid p {
    max-width: 275px;
}

.company p {
    display: flex;
    gap: 10px;
}

.company p i {
    font-size: 24px;
    line-height: 24px;
    color: var(--blue);
}

.company p a {
    line-height: 24px;
}

.footer-grid ul {
    padding-left: 18px;
    margin: 0
}

.socials {
    display: flex;
    gap: 16px;
    margin-top: 28px
}

.socials i {
    font-size: 30px;
}

dl {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 10px 22px;
    margin: 0;
    font-size: 14px;
}

dt {
    color: #e2ebf8
}

dd {
    margin: 0;
    color: #fff
}

.bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    color: #cdd8ea;
    font-size: 13px
}

.bottom p {
    margin: 0
}

#solutions,
#about,
#platform,
#network,
#technology {
    display: none;
}

@media(max-width:1200px) {

    .main-nav,
    .demo-btn {
        display: none
    }

    .brand {
        min-width: auto
    }

    .hero-copy {
        width: 100%
    }

    .floating-card {
        display: none
    }

    .globe-wrap {
        right: -35%;
        width: 800px
    }

    .capability-bar,
    .trusted-grid,
    .module-grid,
    .solutions-grid,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .split {
        grid-template-columns: 1fr
    }
}

@media(max-width:760px) {
    .container {
        width: min(100% - 32px, 1450px)
    }

    .brand img {
        width: 78px;
        height: 78px
    }

    .brand strong {
        font-size: 30px
    }

    .brand span {
        font-size: 10px
    }

    .hero-content {
        padding-top: 155px;
        min-height: 720px
    }

    h1 {
        font-size: 40px
    }

    .checks {
        gap: 14px;
        display: grid
    }

    .hero-actions {
        flex-direction: column
    }

    .capability-bar,
    .trusted-grid,
    .module-grid,
    .solutions-grid,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .capability-bar div,
    .trusted-grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18)
    }

    .trusted-grid div {
        border-bottom-color: #d5dbe6
    }

    .section h2 {
        font-size: 34px
    }

    .bottom {
        flex-direction: column;
        text-align: center
    }
}

