@font-face {
    font-family: 'SuisseIntl';
    src: url('/assets/woff2/SuisseIntl-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GTAmericaMonoLight';
    src: url('/assets/woff2/GT-America-Mono-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

html, body {
    background-color: #070f11;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto;
}

header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.05);
    background-color: transparent;
    position: fixed;
    width: 100%;
    height: 72px;
    z-index: 205;
}

@media (min-width: 1536px) {
    .container {
        max-width: 1120px;
    }
}

.main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.main-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.navbar-menu {
    flex: 1 1 auto;
    display: flex;
    gap: 1.3rem;
    justify-content: center;
    align-items: center;
}

.navbar-action {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.main-no-padding-top {
    padding-top: 0 !important;
    margin-top: -10px !important;
}

.ct-height {
    height: 72px;
    padding-top: 120px;
}

.m-padding {
    padding-top: 120px;
}

.navbar-menu a {
    color: #a1a2a4;
    text-decoration: none;
    font-size: 14px;
    font-family: 'SuisseIntl', Arial, sans-serif;
}

.navbar-menu a:hover, .navbar-btn:hover, .snc a:hover {
    color: #fefeff;
    border-color: #11ce9b85;
}

.navbar-btn {
    height: 36px;
    color: rgba(255, 255, 255, 0.761);
    padding: 7px 15px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 14px;
    font-family: 'SuisseIntl', Arial, sans-serif; 
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    transition: background 0.2s, border-color 0.35s cubic-bezier(.4,0,.2,1);
}

.tag-component {
    padding: 6px 11px 6px 10px;
    border: solid 1px rgba(17, 206, 155, 0.1);
    background-color: rgba(17, 206, 155, 0.1);
    font-size: 16px;
    width: fit-content;
    font-family: 'GTAmericaMonoLight', Arial, sans-serif;
    color: #11ce9b;
    text-align: center;
    font-weight: 100;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: left;
    text-size-adjust: none;
    white-space: nowrap;
}

.tag-component img {
    margin-top: -3px;
    margin-right: -2px;
}

.w-title {
    margin: 20px auto 0;
    width: fit-content;
    font-family: 'SuisseIntl';
    font-weight: 100;
    color: #fefeff;
}

.s-title {
    margin: 20px auto 0;
    max-width: 780px;
    font-family: 'SuisseIntl';
    font-weight: 100;
    color: #9fa3a4;
    line-height: 1.56;
    text-align: center;
}

.f14 {
    font-size: 14px!important;
}

.f18 {
    font-size: 18px!important;
}

.f16 {
    font-size: 16px!important;
}

.f40 {
    font-size: 40px!important;
}

.f48 {
    font-size: 48px!important;
}

.talign-left {
    text-align: left;
}

.calltoaction {
    text-align: center;
    margin-top: 30px;
}

.b-button {
    margin: 0 15px 0 0;
    padding: 11px 23px;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    font-size: 18px;
}

.g-button {
    color: #11ce9b;
    border: solid 1px rgba(17, 206, 155, 0.1);
    background-color: rgba(17, 206, 155, 0.1);
}

.l-button {
    color: #fff;
}

.globe {
    background:
        radial-gradient(ellipse at center, rgb(7 15 17 / 54%) 94%, rgba(7, 15, 17, 0.0) 18%),
        url(/assets/background-matrix.webp) no-repeat;
    margin-top: 61px;
    height: 576px;
    background-size: contain;
    background-position: center;
    padding-top: 17px;
}

#myearth {
	width: 100%;
	height: 60vh;
	max-height: 60vw;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1.5s ease-in;
    -webkit-filter: grayscale(85%);
    filter: grayscale(85%);
    pointer-events: none;
}

#myearth.earth-ready {
	opacity: 0.98;
}

#myearth::before {
	content: none;
}

.fade-out-mask {
    overflow: hidden;
    padding: 0;
    -webkit-mask-image: linear-gradient(to bottom, #070f11 42%, transparent 70%);
    mask-image: linear-gradient(to bottom, #070f11 42%, transparent 64%);
}

#glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 60vh;
    height: 60vh;
    max-height: 60vw;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgb(7 15 17 / 76%) 25%, rgb(7 15 17 / 67%) 53%, rgb(7 15 17 / 34%) 56%, rgb(7 15 17 / 6%) 70%);
    z-index: 200;
    pointer-events: none;
}

.tags {
    width: 100%;
}

.oscp, .comp, .gov, .support, .reports {
    position: absolute;
    right: 0;
    z-index: 100;
    backdrop-filter: blur(30px);
}

.oscp {
    left: -460px;
    margin-top: 122px;
}

.comp {
    left: 569px;
    margin-top: 180px;
}

.gov {
    left: -742px;
    margin-top: 300px;
}

.support {
    left: 743px;
    margin-top: 341px;
}

.reports {
    left: 63px;
    margin-top: 484px;
}

.break {
  flex-basis: 100%;
  height: 0!important;
  min-height: 0!important;
}

.blocks {
    margin-top: 40px;
    background-color: #0a1215;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border: 1px solid #22292c;
}

.blocks > .s1, .blocks > .s2, .blocks > .s3, .blocks > .s4, .blocks > .s5, .blocks > .s6 {
    width: 33.3%;
    height: 326px;
    border: solid 1px #22292c;
    border-right: 1px solid #22292c;
    border-top: none;
    border-left: none;
    padding: 24px 26px;
    position: relative;
}

.blocks > .s3, .blocks > .s6, .blocks > .p2, .blocks > .p4, .blocks > .p6 {
  border-right: none!important;
}

.blocks > .s4, .blocks > .s5, .blocks > .s6, .blocks > .p5, .blocks > .p6 {
  border-bottom: none!important;
}

.blocks .img-center {
  display: flex;
  justify-content: center;
}

.se-title {
    font-family: 'SuisseIntl', Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-top: 11px;
    margin-bottom: -8px;
}

.se-description {
    font-family: 'SuisseIntl', Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: normal;
    color: #9fa3a4;
    margin-top: 10px;
    margin-bottom: 6px;
}

.se-tag {
    font-family: 'GTAmericaMonoLight', Arial, sans-serif;
    padding: 2px 4px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
}

.services .se-tag {
    margin: 0 auto;
    margin: 8px auto;
}

.services .img-center {
   height: 120px;
}

.services .se-title, .services .se-description {
    text-align: center;
}

.process .se-tag, .technologies .se-tag, .contact .se-tag {
    border: solid 1px rgba(255, 255, 255, 0.05);
}

.mt-sec {
    margin-top: 160px;
}

.blocks > .p1, .blocks > .p2, .blocks > .p3, .blocks > .p4, .blocks > .p5, .blocks > .p6 {
    width: 49.999%;
    height: 164px;
    border: solid 1px #22292c;
    border-right: 1px solid #22292c;
    border-bottom: 1px solid #22292c;
    border-top: none;
    border-left: none;
    padding: 27px 26px 0 27px;
    display: inline-flex;
    position: relative;
}

.blocks .p-img-center {
    width: 108px;
    height: 108px;
    border: solid 1px rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
    text-align: center;
    padding: 27px 0;
}

.blocks .desc {
    max-width: 80%;
    padding-left: 18px;
}

.blocks > .t1, .blocks > .t2, .blocks > .t3, .blocks > .t4 {
   width: 49.999%;
    height: 320px;
    border: solid 1px #22292c;
    border-right: 1px solid #22292c;
    border-bottom: 1px solid #22292c;
    border-top: none;
    border-left: none;
    padding: 24px 26px;
    display: inline-flex;
    position: relative;
}

.technologies .se-tag, .contact .se-tag {
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
}

.technologies .tools-table img {
    vertical-align: sub;
    padding-right: 3px;
}

.contact .se-tag img {
    vertical-align: sub;
}

.contact .se-tag {
    padding-top: 3px;
}

.tools-table td {
    background-color: #0a1215;
    padding: 11px 10px;
    border-right: 1px solid #22292c;
}

.tools-table {
    border-right: 1px solid #22292c;
    border-top: 1px solid #22292c;
    border-left: 1px solid #22292c;
    margin-top: 25px;
}

.blocks > .t3, .blocks > .t4 {
    height: 48px;
    padding: 4px 26px;
    border-bottom: none;
    border-right: 0;
}

.blocks .t2 {
    border-right: 0;
}

.blocks .t4 {
    text-align: end;
    padding-top: 6px;
}

.tags .se-tag {
    margin-left: 2px;
}

.lb {
    width: 25px;    
    position: absolute;
    left: -9px;
    transform: rotate(180deg);
    top: -8px;
    margin: 0;
}

.tbm {
    left: -18px;
    position: absolute;
    top: -16px;
    margin: 0;
    width: 38px;
    transform: rotate(270deg);
}

.lbr {
    margin: 0;
    position: absolute;
    right: -10px;
    top: -7px;
    width: 25px;
    transform: rotate(270deg);
}

.tb {
    position: absolute;
    margin: 0;
    left: -16px;
    bottom: -17px;
    transform: rotate(180deg);
    width: 38px;
}

.mb {
    margin: 0;
    left: -25px;
    position: absolute;
    bottom: -22px;
    z-index: 100;
    width: 54px;
}

.tbr {
    position: absolute;
    margin: 0;
    top: -18px;
    width: 38px;
    right: -17px;
}

.lbbbr {
    margin: 0;
    position: absolute;
    right: -10px;
    bottom: -7px;
    width: 25px;
}

.lbb {
    position: absolute;
    margin: 0;
    left: -10px;
    bottom: -7px;
    width: 25px;
    transform: rotate(90deg);
}

.tbb {
    position: absolute;
    margin: 0;
    right: -18px;
    bottom: -15px;
    width: 38px;
    transform: rotate(90deg);
}

.contact .cb {
    margin-top: 56px;
}

.contact .t2 .tb {
    bottom: 0;
    top: 248px;
    z-index: 100;
}

.contact .t2 .tbr {
    top: 250px;
    z-index: 100;
}

.contact .t2, .contact .t1 {
    height: 539px;
    display: block;
}

.contact input, .contact textarea {
    border: solid 1px #22292c;
    background-color: #0a1215;
    border-radius: 0;
    font-size: 14px;
    height: 36px;
    padding: 0 10px;
    margin-bottom: 14px;
}

.contact textarea {
    height: 100px;
    resize: none;
    padding: 5px 10px;
}

.contact label {
    font-size: 14px;
    font-style: normal;
    line-height: 1.71;
    text-align: left;
    color: #9fa3a4;
}

:where(select,textarea):not([readonly]):focus, input:not([type=submit],[type=button],[type=reset],[type=range],[type=file],[readonly]):focus {
    --pico-box-shadow: 0 0 0 var(--pico-outline-width) #13ce9cb2;
}

[role=button]:focus, [role=button]:is([aria-current]:not([aria-current=false])):focus, [type=button]:focus, [type=button]:is([aria-current]:not([aria-current=false])):focus, [type=file]::file-selector-button:focus, [type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus, [type=reset]:focus, [type=reset]:is([aria-current]:not([aria-current=false])):focus, [type=submit]:focus, [type=submit]:is([aria-current]:not([aria-current=false])):focus, button:focus, button:is([aria-current]:not([aria-current=false])):focus {
    --pico-box-shadow: var(--pico-button-hover-box-shadow, 0 0 0 #13ce9cb2), 0 0 0 var(--pico-outline-width)  var(--pico-primary-focus)  #13ce9cb2;
}

.contact-form {
    margin-top: 20px;
}

.contact .l-button {
    height: 40px;
    display: block;
    padding: 6px 0;
    font-size: 16px;
}

.contact .cb a {
    width: 194px;
}

footer p {
    margin: 160px 0 10px;
    opacity: 0.7;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'GTAmericaMonoLight', Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}

.contact .b2 {
    margin-top: 57px;    
}

.contact .separator {
    border-bottom: solid 1px #22292c;
    width: 100%;
    display: block;
    left: 0;
    position: absolute;
    margin-top: 30px;
}

.contact .tags .se-tag, .technologies .tags .se-tag {
    border: 0;
}

.snc {
    margin-top: 27px;
}

.snc .sn img {
    padding-top: 15px;
}

.snc .sn {
    width: 72px;
    height: 72px;
    margin: 0 17px 0 0;
    border: solid 1px rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    text-align: center;
    transition: background 0.2s, border-color 0.35s cubic-bezier(.4,0,.2,1);
}

/* Hamburger menu button */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 8px;
  z-index: 300;
}

/* Responsive menu styles */
@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }
  .navbar-menu {
    position: absolute;
    top: 71px;
    right: 0;
    background: #0a1215;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    flex-direction: column;
    gap: 0.8rem;
    padding: 18px 0;
    display: none;
    z-index: 299;
  }
  .navbar-menu.menu-open {
    display: flex;
  }
  .main-navbar {
    position: relative;
  }
  .navbar-action {
    display: none;
  }
}

/* Mobile styles */
@media (max-width: 600px) {
  .navbar-menu {
    padding: 12px 0;
  }
}

/* Prevent menu from showing on desktop */
@media (min-width: 1025px) {
  .navbar-menu {
    display: flex !important;
    position: static;
    background: none;
    box-shadow: none;
    flex-direction: row;
    gap: 1.3rem;
    padding: 0;
  }
  .menu-toggle {
    display: none !important;
  }
}

/* Tablet styles */
@media (max-width: 1024px) {
    .blocks > .s1, .blocks > .s2, .blocks > .s3, .blocks > .s4, .blocks > .s5, .blocks > .s6,
    .blocks > .p1, .blocks > .p2, .blocks > .p3, .blocks > .p4, .blocks > .p5, .blocks > .p6,
    .blocks > .t1, .blocks > .t2, .blocks > .t3, .blocks > .t4 {
        width: 100%;
        height: auto;
        padding: 11px 20px;
        display: block;
    }
    .main-navbar, .navbar-menu {
        gap: 0.8rem;
    }
    .snc .sn {
        width: 56px;
        height: 56px;
        margin-right: 10px;
    }
    .navbar-action {
        display: none;
    }
    .globe {
        height: 341px;
        background: url(/assets/background-matrix.webp) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .navbar-logo {
        padding-top: 4px!important;
    }
     .globe .tags {
        text-align: center;
        position: absolute;
        z-index: 100;
        margin-top: 204px;
    }
    .oscp, .comp, .gov, .support, .reports {
        position: unset;
        margin: 6px 5px !important;
        left: 0;
        right: 0;
        display: inline-block;
        width: auto;
    }

    #myearth {
        width: 100%;
        height: 84vh;
        max-height: 84vw;
        margin-top: -63px;
    }

    .lb, .lbb, .lbr, .tb, .tbb, .tbr, .mb, .lbbbr, .tbm {
        display: none;
    }
    #intro {
        padding-top: 117px;
    }
    .blocks .p-img-center {
        width: 30px;
        height: 30px;
        padding: 0px 4px;
    }
    .blocks .desc {
        max-width: 80%;
        padding-left: 45px;
        margin-top: -30px;
    }   
    .mt-sec {
        margin-top: 105px;
    }
    .blocks > .s4, .blocks > .s5, .blocks > .s6, .blocks > .p5, .blocks > .p6 {
        border-bottom: 1px solid #22292c!important;
    }
    .w-title {
        margin-top: 30px;
    }
    .technologies .t4, .contact .t4 {
        text-align: left;
    }
    .technologies .se-description, .contact .se-description {
        margin-bottom: -7px;
        margin-top: 8px;
    }
    .break {display: none;}
    .snc .sn {
        margin-right: 6px;
        padding: 6px;
    }
    .snc .sn img {
        padding-top: 1px;
    }
    footer p {
        margin: 60px 0 10px;
        font-size: 14px;
        white-space: unset;
    }
    .process .se-description, .process .se-title {
        margin-left: -45px;
    }
    .process .se-tag {
        padding: 2.8px 4px;
        font-size: 15px;
        margin-left: -2px;
    }
    .tools-table .se-title {
        font-size: 13px;
    }

}

/* Mobile styles */
@media (max-width: 600px) {
    .se-title {
        margin-top: 40px;
    }

    .process .se-tag {
        font-size: 15px;
        position: absolute;
        right: 18px;
        top: 14px;
    }

    .main-navbar, .navbar-menu {
        padding: 0 8px;
        gap: 0.5rem;
    }
    .blocks {
        flex-direction: column;
        margin-top: 20px;
    }
    .blocks > div {
        width: 100%;
        height: auto;
        padding: 12px 6px;
    }

    .navbar-btn, .l-button {
        font-size: 17px;
        padding: 7px 16px;
    }
    .globe .tags {
        /*margin-top: 88px;*/
        margin-top: 150px;
    }
    #myearth {
        margin-top: -40px;
    }
    .tags .tag-component { 
        font-size: 10px;
    }
    .f48 {
        font-size: 35px !important;
    }
    .f40 {
        font-size: 29px !important;
    }
    .m-padding {
        padding-top: 0px;
    }
    .tag-component {
            font-size: 13px;
    }
}

/* MacBook Pro/Air suelen tener pixel ratio 2 y anchos entre 1280px y 2560px */
@media only screen and (min-device-width: 1280px) and (max-device-width: 2560px) and (-webkit-min-device-pixel-ratio: 2) and (pointer: fine) {
    
    #glow, #myearth {
        height: 76vh;
        max-height: 76vw;
        pointer-events: none;
        z-index: 100;
    }

    #myearth {
        -webkit-filter: grayscale(89%);
        filter: grayscale(89%);
    }

    .reports {  
        left: 63px;
        margin-top: 435px;
    }

    .globe {
        margin-top: 36px;
        height: 570px;  
    }
}

/* Form Response Styles */
.form-response {
    text-align: center;
    padding: 2rem 1rem;
}

.form-response .response-success,
.form-response .response-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.form-response .response-success p {
    color: #11ce9b;
    font-size: 1.1rem;
    margin: 0;
}

.form-response .response-error p {
    color: #ff4444;
    font-size: 1.1rem;
    margin: 0;
}

.form-response svg {
    margin-bottom: 0.5rem;
}

#submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}