* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
}


/* HEADER */

.secure-node {

    position: absolute;
    top: 28px;
    left: 40px;

    font-size: 12px;
    letter-spacing: 2px;

    color: #d4af37;

    cursor: pointer;
    text-decoration: none;
    z-index: 6000;

}

.secure-node:hover {
    text-decoration: none;
}

.brand {

    position: absolute;
    top: 22px;
    right: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {



    height: 80px;
    /* size */

    z-index: 2000;
}




/* SPLIT LAYOUT */

.container {

    display: flex;
    height: 100vh;
}




.right .content {
    margin-top: -22px;
}

/* CONTENT */

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

/* TITLES */

.title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    letter-spacing: 8px;

    margin-bottom: 10px;
}

.intelligence {
    color: #ffffff;
}

.aviation {
    color: #9fb7d9;
    /* premium aviation blue */
}



/* BEYOND */




/* MORSE */

.morse {

    margin-top: 24px;

    font-size: 8px;

    letter-spacing: 3px;

    color: #d4af37;

    opacity: 1;

    transform: none;
}

/* Subtle Rhythm Glow Animation for the Landing Page only */
.landing .morse {
    animation: subtle-morse-glow 15s linear infinite;
    /* Extended for intelligence rhythm */
}

@keyframes subtle-morse-glow {

    /* Base State */
    0%,
    100% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* I: .. */
    1% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    2% {
        opacity: 0.7;
        text-shadow: none;
    }

    3% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    4% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* N: -. */
    6% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    8% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* Dash */
    9% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    10% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* T: - */
    12% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    14% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* E: . */
    16% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    17% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* L: .-.. */
    19% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    20% {
        opacity: 0.7;
        text-shadow: none;
    }

    21% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    23% {
        opacity: 0.7;
        text-shadow: none;
    }

    24% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    25% {
        opacity: 0.7;
        text-shadow: none;
    }

    26% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    27% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* L: .-.. */
    29% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    30% {
        opacity: 0.7;
        text-shadow: none;
    }

    31% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    33% {
        opacity: 0.7;
        text-shadow: none;
    }

    34% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    35% {
        opacity: 0.7;
        text-shadow: none;
    }

    36% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    37% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* I: .. */
    39% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    40% {
        opacity: 0.7;
        text-shadow: none;
    }

    41% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    42% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* G: --. */
    44% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    46% {
        opacity: 0.7;
        text-shadow: none;
    }

    47% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    49% {
        opacity: 0.7;
        text-shadow: none;
    }

    50% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    51% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* E: . */
    53% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    54% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* N: -. */
    56% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    58% {
        opacity: 0.7;
        text-shadow: none;
    }

    59% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    60% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* C: -.-. */
    62% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    64% {
        opacity: 0.7;
        text-shadow: none;
    }

    65% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    66% {
        opacity: 0.7;
        text-shadow: none;
    }

    67% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    69% {
        opacity: 0.7;
        text-shadow: none;
    }

    70% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    71% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* E: . */
    73% {
        opacity: 1;
        text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
    }

    74% {
        opacity: 0.7;
        text-shadow: none;
    }

    /* Pause until end */
    75%,
    100% {
        opacity: 0.7;
        text-shadow: none;
    }
}


/* HOVER GROUP */

.hover-group {

    display: inline-flex;
    flex-direction: column;

    text-decoration: none;
    color: inherit;
}

.hover-group:hover .title {

    letter-spacing: 16px;

    transform: translateY(-4px);
}

.hover-group:hover .beyond {

    transform: translateY(-4px);
}




/* SUBPAGES */


.intelligence-page {

    background: #1c1c1c;

    color: rgb(75, 69, 69);
    padding-bottom: 120px;
    /* space at end of page */

}

.aviation-page {

    background: #1c1c1c;

    color: #9fb7d9;
    padding-bottom: 120px;

}

.aviation-page h1 {

    font-family: 'Playfair Display', serif;

    font-size: 48px;

    letter-spacing: 10px;

    color: #9fb7d9;
}

.page h1 {
    margin-bottom: 20px;
    font-weight: 400;
}






.brand-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    cursor: pointer;
}

/* INTELLIGENCE SCREENSHOTS */

.intel-screenshots {

    margin-top: 20px;

    display: flex;
    flex-direction: column;
    gap: 50px;

    align-items: flex-start;
}

.intel-screenshots img {

    width: 100%;
    max-width: 900px;

    border-radius: 4px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}



/* CONTACT PAGE */

.contact-container {

    min-height: 100vh;
    background: #000;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

/* LEFT TEXT */

.contact-left {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

/* REMOVE RIGHT COLUMN LAYOUT EFFECT */

.contact-right {
    position: static;
}




/* CONTENT */

.contact-content {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-content h1 {

    font-family: 'Playfair Display', serif;

    font-size: 44px;

    letter-spacing: 6px;
    color: white;

    margin-bottom: 30px;
}

.contact-content p {

    color: white;
    line-height: 1.7;

    margin-bottom: 20px;
    text-align: justify;
    text-align-last: center;
}


/* LOGO */

.contact-logo {

    position: absolute;

    top: 22px;
    right: 40px;

    height: 80px;

    cursor: pointer;
}

/* email separate line*/
.contact-sub {
    display: block;
    margin-top: 30px;
    /* moves the lines down */
}

/* intelligence page contact */

/* INTELLIGENCE CONTACT */

.intel-contact {

    position: absolute;

    top: 58px;
    /* places it below secure node */
    left: 40px;

    font-size: 12px;
    letter-spacing: 2px;

    color: #d4af37;

    text-decoration: none;
}

.intel-contact a {

    color: #d4af37;

    text-decoration: none;
}


/* aviation watermark */

.aviation-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/aircraft-mark.png");
    background-repeat: no-repeat;
    background-position: right 12% center;
    background-size: 420px;
    opacity: 0.70;
    pointer-events: none;
}



/* AVIATION PARAGRAPH WIDTH */

.aviation-paragraph {

    max-width: 500px;
    /* control paragraph width here */

    line-height: 1.6;
    text-align: justify;
}

/* AVIATION SERVICES */

.aviation-services {
    max-width: 500px;
    /* same width as paragraph */
    margin-top: 12px;
}

.aviation-services p {
    line-height: 1.6;
    /* same spacing */
    color: #9fb7d9;
    /* same font colour */
    margin-top: 8px;
    padding-left: 40px;
}

.aviation-services p:first-child {
    padding-left: 0;
    /* No indent for the intro line */
}



/* INTELLIGENCE PARAGRAPH */

.intelligence-paragraph {

    max-width: 500px;

    line-height: 1.6;

    text-align: justify;

    color: white;
}



/* MODAL */


.modal {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.6);

    display: flex;

    align-items: center;
    justify-content: center;

    z-index: 2000;
}

.modal-box {

    background: white;

    padding: 40px;

    width: 320px;

    display: flex;
    flex-direction: column;

    gap: 15px;

    border-radius: 4px;
}

.modal-box input {

    padding: 10px;

    border: 1px solid #ccc;
}

.modal-box button {

    padding: 10px;

    background: #1c1c1c;

    color: white;

    border: none;

    cursor: pointer;
}

.forgot {

    font-size: 12px;

    text-align: center;

    cursor: pointer;
    color: #444;
}

/* SECURE NODE MODAL */

.secure-modal {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 20px;
    /* prevents edge collision on mobile */
    display: flex;


    background: rgba(0, 0, 0, 0.7);

    display: none;

    align-items: center;
    justify-content: center;

    z-index: 9999;

}

.secure-box {

    background: #111;

    width: 90%;
    max-width: 360px;

    padding: 40px;

    border-radius: 28px;

    display: flex;
    flex-direction: column;

    gap: 16px;

    align-items: center;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);

}

.secure-box input,
.secure-box button {
    width: 100%;
    box-sizing: border-box;
}

.secure-box h2 {

    color: white;

    font-family: 'Playfair Display', serif;

    letter-spacing: 3px;
}

.secure-box input {

    width: 100%;

    padding: 12px;

    background: #1c1c1c;

    border: 1px solid #333;

    color: white;

    border-radius: 6px;
}

.secure-box button {

    width: 100%;

    padding: 12px;

    background: #d4af37;

    border: none;

    border-radius: 6px;

    cursor: pointer;
}

.forgot {

    font-size: 12px;

    color: #aaa;

    cursor: pointer;
}



/* secure node panel forgot password */
.forgot-box {

    display: none;

    margin-top: 10px;

    padding: 16px;

    background: #1c1c1c;

    border-radius: 8px;

    text-align: center;

    color: #ddd;

    font-size: 13px;
}

.forgot-box button {

    margin-top: 10px;

    padding: 8px 14px;

    background: #333;

    border: none;

    color: white;

    border-radius: 4px;

    cursor: pointer;
}

.seo-description {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

body {
    overflow-x: hidden;
}

.page {
    width: auto;
    margin: 0 auto;

    min-height: 100vh;
    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    padding-top: 180px;
    /* increased */


    padding-left: 15%;
    padding-right: 15%;
}

.intel-screenshots img {
    width: 100%;
    max-width: 900px;
}



@media (max-width:768px) {

    .container {
        flex-direction: column;
        height: auto;
    }

    .left,
    .right {
        width: 100%;
        height: 50vh;
    }

    .content {
        position: relative;
        top: auto;
        transform: none;
        align-items: center;
        text-align: center;
    }

    .title {
        font-size: 32px;
        letter-spacing: 6px;
    }

    .beyond {
        font-size: 12px;
        align-self: center;
    }

    .morse {
        margin-left: 0;
        font-size: 9px;
        text-align: center;
    }

}

.landing {

    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000;

}

.center-block {

    display: flex;
    align-items: flex-start;
    justify-content: center;

    gap: 120px;

}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-decoration: none;
}



@media (max-width:768px) {

    .center-block {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

}

@media (max-width:768px) {

    .logo {
        height: 65px;
    }

    .title {
        font-size: 28px;
        letter-spacing: 5px;
    }

    .morse {
        font-size: 7px;
        letter-spacing: 2px;
        text-align: center;
    }

}

@media (max-width:768px) {



    .contact-link {
        top: 16px;
        right: 16px;
        font-size: 11px;
    }

}

@media (max-width:768px) {

    .page {
        padding-top: 140px;
    }

    .contact-link {
        top: 16px;
        right: 16px;
        font-size: 11px;
    }

}

@media (max-width:768px) {

    .contact-logo {

        position: absolute;

        top: 16px;
        right: 16px;

        height: 65px;

    }

}

@media (max-width:768px) {

    .contact-container {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0;
        text-align: center;
    }

    .contact-content {
        align-items: center;
    }

    .contact-content h1 {
        font-size: 35px;
        /* ~20% smaller */
        margin-bottom: 20px;
    }

    .contact-content p {
        font-size: 13px;
        /* ~20% smaller */
        margin-bottom: 15px;
        text-align: justify;
        text-align-last: center;
    }

    .contact-logo {
        top: 16px;
        right: 16px;
        height: 65px;
    }

}

@media (max-width:768px) {

    .secure-node {
        position: absolute;
        top: 16px;
        left: 16px;
        font-size: 11px;
        letter-spacing: 1.5px;
        z-index: 6000;
    }

}

@media (max-width:768px) {

    .aviation-page h1 {
        font-size: 32px;
        letter-spacing: 6px;
    }

    .aviation-paragraph,
    .aviation-services p,
    .intelligence-paragraph {
        font-size: 13px;
        /* ~20% smaller */
    }

}

@media (max-width:768px) {

    .secure-node {
        position: absolute;
        top: 16px;
        left: 16px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .intel-contact {
        position: absolute;
        top: 42px;
        /* directly below secure node */
        left: 16px;

        font-size: 11px;
        letter-spacing: 1.5px;

        color: #d4af37;
    }

}

@media (max-width:768px) {

    /* secure node */
    .secure-node {
        position: absolute;
        top: 16px;
        left: 16px;
        font-size: 11px;
        letter-spacing: 1.5px;
        display: block;
    }

    /* contact under secure node */
    .intel-contact {
        position: absolute;
        top: 38px;
        left: 16px;

        font-size: 11px;
        letter-spacing: 1.5px;

        display: block;
        /* prevents horizontal stacking */
        white-space: nowrap;
        /* keeps text clean */
    }

}

@media (max-width:768px) {

    .secure-box {
        padding: 28px;
        border-radius: 20px;
    }

    .secure-box h2 {
        font-size: 22px;
        letter-spacing: 2px;
    }
}


@media (max-width:768px) {

    .secure-box {
        width: 92%;
        max-width: 320px;
        padding: 22px;
        border-radius: 18px;
        gap: 12px;
    }

    .secure-box h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .secure-box input {
        padding: 10px;
        font-size: 14px;
    }

    .secure-box button {
        padding: 10px;
        font-size: 14px;
    }

    .forgot {
        font-size: 11px;
    }

}