@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;
    overflow-x: hidden;
}

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: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.06);
    background-color: rgba(7, 15, 17, 0.72);
    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;
}

/* ══════════════════════════════════════════════════════════════════
   PULSE RADAR HERO — sustituye al globo 3D (earth.core.js). CSS puro:
   sin JS, sin imagenes, sin fuentes externas. Paleta y fuentes del sitio.
   ══════════════════════════════════════════════════════════════════ */
.op-hero {
    position: relative;
    min-height: 819px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #070f11;
    padding-top: 72px; /* despeja el header fijo */
}

/* Radar */
.op-radar {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 1609px;
    height: 1609px;
    pointer-events: none;
}

.op-radar-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(17, 206, 155, 0.10);
}

.op-radar-ring:nth-child(1) { inset: 0; }
.op-radar-ring:nth-child(2) { inset: 200px; border-color: rgba(17, 206, 155, 0.13); }
.op-radar-ring:nth-child(3) { inset: 400px; border-color: rgba(17, 206, 155, 0.16); }
.op-radar-ring:nth-child(4) { inset: 600px; border-color: rgba(17, 206, 155, 0.20); display: none; /* oculto por ahora a peticion de Andrei */ }

.op-radar-axis-v {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(17, 206, 155, 0.07);
}

.op-radar-axis-h {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(17, 206, 155, 0.07);
}

.op-radar-sweep {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(17, 206, 155, 0.16) 0deg, transparent 70deg);
    animation: op-sweep 7s linear infinite;
}

.op-blip {
    position: absolute;
    width: 8px;
    height: 8px;
}

.op-blip span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #11ce9b;
}

.op-blip span:last-child {
    animation: op-ping 2.8s ease-out infinite;
}

.op-blip-1 { left: 26%; top: 30%; }
.op-blip-2 { left: 74%; top: 27%; opacity: 0.85; }
.op-blip-2 span:last-child { animation-delay: 0.9s; }
.op-blip-3 { left: 68%; top: 62%; opacity: 0.65; }
.op-blip-3 span:last-child { animation-delay: 1.8s; }
.op-blip-4 { left: 30%; top: 66%; width: 6px; height: 6px; opacity: 0.55; }
.op-blip-4 span:last-child { animation-delay: 2.3s; }

.op-hero-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 75% 68% at 50% 55%, transparent 42%, #070f11 97%);
    pointer-events: none;
}

/* Contenido */
.op-hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 820px;
    padding: 60px 40px;
}

.op-hero-content .s-title {
    margin: 0;
    max-width: 640px;
}

/* El badge extiende .tag-component (mismo tratamiento verde translucido, cuadrado) */
.op-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
}

.op-hero-badge i {
    flex: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #11ce9b;
    animation: op-pulsebar 1.6s ease-in-out infinite;
}

.op-hero-title {
    margin: 0;
    font-family: 'SuisseIntl', Arial, sans-serif;
    font-weight: 100;
    font-size: 66px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #fefeff;
    text-shadow: 0 0 60px rgba(17, 206, 155, 0.25);
}

.op-hero-title em {
    font-style: normal;
    color: #11ce9b;
}

.op-hero-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 6px;
}

.op-hero-cta .b-button {
    margin: 0;
}

/* En flex los anchors se blockifican y el height:36px de .navbar-btn recortaba y
   descentraba el texto (mismo fix que .aether-cta): que el padding defina la altura */
.op-hero-cta a {
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

/* Franja de credenciales bajo el hero */
.op-cred-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: #070f11;
}

.op-cred-strip span {
    font-family: 'GTAmericaMonoLight', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.07em;
    color: #9fa3a4;
    padding: 6px 26px;
    transition: color 0.25s ease;
}

/* Prefijo "//" verde: mismo motivo que las barras del footer */
.op-cred-strip span::before {
    content: "// ";
    color: rgba(17, 206, 155, 0.65);
}

.op-cred-strip span:hover {
    color: #fefeff;
}

.op-cred-strip i {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.12);
}

@keyframes op-sweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes op-ping {
    0% { transform: scale(0.6); opacity: 1; }
    70%, 100% { transform: scale(2.6); opacity: 0; }
}

@keyframes op-pulsebar {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .op-radar-sweep,
    .op-blip span:last-child,
    .op-hero-badge i {
        animation: none;
    }
}

@media (max-width: 768px) {
    .op-hero {
        min-height: 540px;
    }

    .op-radar {
        width: 560px;
        height: 560px;
    }

    .op-radar-ring:nth-child(2) { inset: 70px; }
    .op-radar-ring:nth-child(3) { inset: 140px; }
    .op-radar-ring:nth-child(4) { inset: 210px; }

    .op-hero-content {
        padding: 40px 20px;
        gap: 20px;
    }

    .op-hero-title {
        font-size: 40px;
    }

    .op-cred-strip {
        padding: 14px 16px;
    }

    .op-cred-strip span {
        padding: 6px 14px;
        font-size: 11px;
    }

    .op-cred-strip i {
        display: none;
    }
}
/* ══ fin Pulse Radar hero ══ */

.tags {
    width: 100%;
}

.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: 18px 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;
}

.footer-top {
    margin-top: 160px;
    padding-top: 22px;
    border-top: 1px solid #22292c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 24px;
    font-family: 'GTAmericaMonoLight', Arial, sans-serif;
}

.footer-company {
    color: #fefeff;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.footer-loc {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #11ce9b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-loc svg {
    flex: 0 0 auto;
    margin-top: -1px;
}

.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;
}

/* Menu lines animation */
.menu-line {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.2s ease-in-out;
  transform-origin: center;
}

/* Transform to X when menu is active */
.menu-toggle.menu-active .menu-line-top {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.menu-active .menu-line-middle {
  opacity: 0;
  transform: scaleX(0);
}

.menu-toggle.menu-active .menu-line-bottom {
  transform: translateY(-8px) rotate(-45deg);
}

/* 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;
    }
    .navbar-logo {
        padding-top: 4px!important;
    }
    .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: 14px 0 10px;
        font-size: 14px;
        white-space: unset;
    }
    .footer-top {
        margin-top: 70px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .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;
    }
    .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;
    }
}


/* 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;
}

/* Trusted by Industry Leaders Section */
.trusted {
    text-align: center;
    padding-bottom: 30px;
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px 60px;
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
}

.logo-item img {
    max-width: 140px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    -webkit-filter: brightness(0) invert(1) opacity(0.4);
    filter: brightness(0) invert(1) opacity(0.4);
    transition: filter 0.35s cubic-bezier(.4,0,.2,1), -webkit-filter 0.35s cubic-bezier(.4,0,.2,1);
}

.logo-item:hover img {
    -webkit-filter: brightness(0) invert(1) opacity(1);
    filter: brightness(0) invert(1) opacity(1);
}

/* Logo grande para TravelCompositor */
.logo-item-large img {
    max-width: 220px;
    max-height: 70px;
}

/* Responsible Disclosure - subbloque dentro de la seccion de clientes */
.disclosure-block {
    max-width: 1100px;
    margin: 60px auto 0;
    padding: 45px 20px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.07);
}

.disclosure-label {
    margin: 0;
    font-family: 'GTAmericaMonoLight', Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #11ce9b;
    opacity: 0.8;
}

.disclosure-desc {
    margin: 14px auto 0;
    max-width: 640px;
    font-family: 'SuisseIntl';
    font-size: 15px;
    font-weight: 100;
    line-height: 1.56;
    color: #9fa3a4;
}

/* Carrusel de logos en una sola linea, rotacion continua */
.logo-marquee {
    position: relative;
    margin-top: 32px;
    overflow: hidden;
    /* Difuminado en los extremos para que los logos no se corten en seco */
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.logo-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    /* ~35 px/s. Al anadir logos hay que subir la duracion en proporcion para no acelerar el desplazamiento */
    animation: logo-marquee-scroll 41s linear infinite;
}

.logo-marquee .logo-item {
    flex: 0 0 auto;
    padding: 15px 35px;
}

.logo-marquee .logo-item img {
    max-width: 115px;
    max-height: 40px;
}

/* Wordmarks muy apaisados (HackerOne 125x24) necesitan mas ancho para no quedar diminutos */
.logo-marquee .logo-item-wide img {
    max-width: 155px;
}

/* Y los extremadamente apaisados (INCIBE-CERT 853x105, 8:1) aun mas */
.logo-marquee .logo-item-xwide img {
    max-width: 230px;
}

/* CERT.PT es un lockup apilado (1.8:1), no un wordmark: se ajusta por alto, no por ancho.
   Con el tope de 40px se veria mas pequeno de lo que le corresponde opticamente. */
.logo-marquee .logo-item-tall img {
    max-height: 48px;
}

/* El track son 3 copias del set: desplazar exactamente 1/3 encadena el bucle sin salto */
@keyframes logo-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-100% / 3)); }
}

.logo-marquee:hover .logo-marquee-track {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .logo-marquee-track {
        animation: none;
    }

    .logo-marquee {
        overflow-x: auto;
    }
}

/* Responsive para logo grid */
@media (max-width: 992px) {
    .logo-grid {
        gap: 30px 40px;
    }
    
    .logo-item img {
        max-width: 120px;
        max-height: 45px;
    }

    .logo-marquee .logo-item {
        padding: 15px 28px;
    }

    .logo-marquee .logo-item img {
        max-width: 100px;
        max-height: 36px;
    }

    .logo-marquee .logo-item-wide img {
        max-width: 135px;
    }

    .logo-marquee .logo-item-xwide img {
        max-width: 200px;
    }

    .logo-marquee .logo-item-tall img {
        max-height: 44px;
    }
}

@media (max-width: 768px) {
    .logo-grid {
        gap: 25px 30px;
    }
    
    .logo-item {
        padding: 10px 15px;
    }
    
    .logo-item img {
        max-width: 100px;
        max-height: 40px;
    }

    .logo-marquee .logo-item {
        padding: 12px 22px;
    }

    .logo-marquee .logo-item img {
        max-width: 90px;
        max-height: 32px;
    }

    .logo-marquee .logo-item-wide img {
        max-width: 120px;
    }

    .logo-marquee .logo-item-xwide img {
        max-width: 175px;
    }

    .logo-marquee .logo-item-tall img {
        max-height: 40px;
    }

    .disclosure-block {
        margin-top: 45px;
        padding-top: 35px;
    }
}

@media (max-width: 480px) {
    .logo-grid {
        gap: 20px 25px;
    }
    
    .logo-item {
        padding: 8px 12px;
    }
    
    .logo-item img {
        max-width: 85px;
        max-height: 35px;
    }

    .logo-marquee .logo-item {
        padding: 10px 18px;
    }

    .logo-marquee .logo-item img {
        max-width: 80px;
        max-height: 30px;
    }

    .logo-marquee .logo-item-wide img {
        max-width: 105px;
    }

    .logo-marquee .logo-item-xwide img {
        max-width: 150px;
    }

    .logo-marquee .logo-item-tall img {
        max-height: 36px;
    }

    .disclosure-desc {
        font-size: 14px;
    }
}

/* Team Certificates Section */
.certificates {
    text-align: center;
    padding-bottom: 30px;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 25px 30px;
    max-width: 700px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.cert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 25px 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border-radius: 4px;
    min-width: 180px;
    max-width: 200px;
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
}

.cert-card:hover {
    border-color: rgba(17, 206, 155, 0.3);
    background: linear-gradient(180deg, rgba(17, 206, 155, 0.08) 0%, rgba(17, 206, 155, 0.02) 100%);
    transform: translateY(-5px);
}

.cert-badge {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cert-badge img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-filter: grayscale(100%) brightness(0.8);
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.35s cubic-bezier(.4,0,.2,1), -webkit-filter 0.35s cubic-bezier(.4,0,.2,1);
}

.cert-card:hover .cert-badge img {
    -webkit-filter: grayscale(0%) brightness(1);
    filter: grayscale(0%) brightness(1);
}

/* Badge circular para ocultar fondos */
.cert-badge-circle {
    border-radius: 50%;
    overflow: hidden;
    background: #070f11;
}

.cert-badge-circle img {
    border-radius: 50%;
}

/* Badge con zoom para imágenes pequeñas */
.cert-badge-zoom img {
    transform: scale(1.4);
}

.cert-name {
    font-family: 'SuisseIntl', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fefeff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cert-desc {
    font-family: 'SuisseIntl', Arial, sans-serif;
    font-size: 13px;
    color: #9fa3a4;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

/* Responsive para cert grid */
@media (max-width: 992px) {
    .cert-grid {
        gap: 20px;
    }
    
    .cert-card {
        min-width: 160px;
        max-width: 180px;
        padding: 25px 20px 20px;
    }
    
    .cert-badge {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 20px;
        max-width: 500px;
    }
    
    .cert-card {
        min-width: 150px;
        max-width: 220px;
        padding: 25px 20px 20px;
        width: 100%;
    }
    
    .cert-badge {
        width: 75px;
        height: 75px;
        margin-bottom: 15px;
    }
    
    .cert-name {
        font-size: 16px;
    }
    
    .cert-desc {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 15px;
        max-width: 450px;
        padding: 0 15px;
    }
    
    .cert-card {
        min-width: 140px;
        max-width: 200px;
        padding: 20px 15px 18px;
    }
    
    .cert-badge {
        width: 65px;
        height: 65px;
        margin-bottom: 12px;
    }
    
    .cert-name {
        font-size: 15px;
    }
    
    .cert-desc {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .cert-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 280px;
        padding: 0 10px;
    }
    
    .cert-card {
        min-width: 100%;
        max-width: 280px;
        padding: 25px 20px 20px;
    }
    
    .cert-badge {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .cert-name {
        font-size: 16px;
    }
    
    .cert-desc {
        font-size: 12px;
    }
}

/* AETHER Platform Section */
.aether {
    text-align: center;
    position: relative;
}

/* Eco sutil del radar del hero: dos anillos finos estaticos tras el panel (sin animacion) */
.aether::before,
.aether::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(17, 206, 155, 0.10);
    pointer-events: none;
}

.aether::before {
    width: 920px;
    height: 920px;
    border-color: rgba(17, 206, 155, 0.06);
}

.aether::after {
    width: 640px;
    height: 640px;
    border-color: rgba(17, 206, 155, 0.08);
}

.aether-panel {
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.aether-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left;
}

.aether-feature {
    padding: 30px 28px;
    border: solid 1px #22292c;
    background: linear-gradient(180deg, rgba(17, 206, 155, 0.06) 0%, rgba(17, 206, 155, 0.01) 100%);
    transition: border-color 0.35s cubic-bezier(.4,0,.2,1), transform 0.35s cubic-bezier(.4,0,.2,1);
}

.aether-feature:hover {
    border-color: #11ce9b85;
    transform: translateY(-4px);
}

.aether-feature .aether-feature-title {
    font-family: 'SuisseIntl', Arial, sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #fefeff;
    margin: 0 0 12px;
}

.aether-feature .se-description {
    margin: 0;
}

.aether-cta {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.aether-cta a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .aether-features {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .aether-feature {
        padding: 24px 22px;
    }
}


/* Fix: Tech Arsenal tool columns grow with 3 rows instead of overflowing onto the methodologies row */
.blocks > .t1, .blocks > .t2 {
    height: auto;
    min-height: 320px;
}

/* Fix: Explore AETHER button — inside a flex container the anchor gets blockified and
   the navbar-btn fixed height: 36px clipped its bottom padding. Let padding define height. */
.aether-cta {
    align-items: center;
}

.aether-cta a {
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}



/* Language selector in the header */
.navbar-logo { order: 1; }
.navbar-menu { order: 2; }
.navbar-lang { order: 3; }
.navbar-action { order: 4; }

.navbar-lang {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    top: 3px;
    margin: 0 34px 0 40px;
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* Language selector shown inside the mobile dropdown menu (hidden on desktop) */
.nav-lang-mobile {
    display: none;
}

.lang-link {
    color: #a1a2a4;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-family: 'GTAmericaMonoLight', Arial, sans-serif;
    transition: color 0.25s ease;
}

.lang-link:hover {
    color: #fefeff;
}

.lang-link.active {
    color: #11ce9b;
}

.lang-sep {
    color: #9fa3a4;
    font-size: 14px;
}

/* On mobile the language selector moves into the hamburger dropdown menu */
@media (max-width: 1024px) {
    .navbar-lang {
        display: none;
    }
    .menu-toggle {
        order: 5;
    }
    .nav-lang-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding-top: 4px;
    }
}

/* Let service & process cards grow with longer (e.g. Spanish) copy instead of clipping fixed heights */
.blocks > .s1, .blocks > .s2, .blocks > .s3,
.blocks > .s4, .blocks > .s5, .blocks > .s6 {
    height: auto;
    min-height: 326px;
}
.blocks > .p1, .blocks > .p2, .blocks > .p3,
.blocks > .p4, .blocks > .p5, .blocks > .p6 {
    height: auto;
    min-height: 164px;
}
@media (max-width: 768px) {
    .blocks > .s1, .blocks > .s2, .blocks > .s3,
    .blocks > .s4, .blocks > .s5, .blocks > .s6,
    .blocks > .p1, .blocks > .p2, .blocks > .p3,
    .blocks > .p4, .blocks > .p5, .blocks > .p6 {
        min-height: 0;
    }
}

/* Long Spanish badge labels must wrap on mobile instead of forcing horizontal overflow */
@media (max-width: 768px) {
    .tag-component {
        white-space: normal;
        max-width: 100%;
        text-align: center;
    }
    #intro .tag-component {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Tech Arsenal capability list (replaces the old checkmark table) — clean, professional */
.cap-list {
    list-style: none !important;
    margin: 24px 0 0;
    padding: 0;
}
.cap-item {
    list-style: none !important;
    position: relative;
    padding: 13px 0 13px 24px;
    color: #c7ccce;
    font-family: 'SuisseIntl', Arial, sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.4;
    transition: color 0.25s ease;
}
.cap-item + .cap-item {
    border-top: 1px solid #22292c;
}
.cap-item::before {
    content: "\203A";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: #11ce9b;
    font-size: 17px;
    line-height: 1;
}
.cap-item:hover {
    color: #fefeff;
}
@media (max-width: 600px) {
    .cap-item {
        font-size: 14px;
        padding: 11px 0 11px 22px;
    }
}

/* Movil: los iconos ilustrados de services (120px) ocupaban demasiado; solo se reducen ahi */
@media (max-width: 600px) {
    .services .img-center {
        height: 84px;
    }

    .services .img-center img {
        width: 84px;
        height: 84px;
    }
}
