@font-face {
    font-family: "TT Firs";
    src: url("../fonts/TT-Firs-Neue/TTFirsNeueRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Firs";
    src: url("../fonts/TT-Firs-Neue/TT-Firs-Neue-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Firs";
    src: url("../fonts/TT-Firs-Neue/TT-Firs-Neue-DemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Firs";
    src: url("../fonts/TT-Firs-Neue/TT-Firs-Neue-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Firs";
    src: url("../fonts/TT-Firs-Neue/TT-Firs-Neue-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg-soft: #f7f4f9;
    --bg-dark: #06071d;
    --ink: #090b20;
    --ink-muted: #4a4e66;
    --violet: #8557ff;
    --violet-soft: #efe8ff;
    --card-border: rgba(16, 22, 52, 0.06);
    --shadow-soft: 0 16px 40px rgba(38, 32, 80, 0.09);
    --shadow-deep: 0 28px 60px rgba(5, 7, 26, 0.28);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: var(--bg-soft);
    color: var(--ink);
    font-family: "Manrope", "TT Firs", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-synthesis: none;
    font-synthesis-style: none;
    -webkit-font-synthesis: none;
    min-width: 1512px;
    overflow-x: auto;
}

a {
    color: #2c52fd;
    text-decoration: underline!important;
}

img {
    max-width: 100%;
    display: block;
}

.lp-container {
    width: 1152px;
    margin: 0 auto;
    margin-top: 12px;
}

.mobile-topbar,
.hero-mobile-cta,
.hero-form-modal-header,
.hero-form-backdrop {
    display: none;
}

.hero-form-modal-title {
    margin: 0;
    color: #000414;
    font-family: "TT Firs", "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.01em;
    flex: 1 1 auto;
}

.hero-form-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #f3f5fc;
    box-shadow: inset 0 0 0 1px rgba(17, 23, 56, 0.08);
    appearance: none;
    -webkit-appearance: none;
    color: #000414;
    font-family: "TT Firs", "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: auto;
}

.hero-form-close:focus-visible {
    outline: 2px solid #2c52fd;
    outline-offset: 2px;
}

.lp-nav {
    position: sticky;
    top: 0;
    z-index: 90;
    padding: 14px 0;
    background: rgba(241, 238, 248, 0.9);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(19, 19, 40, 0.02);
}

.nav-shell {
    display: flex;
    align-items: center;
}

.lp-brand img {
    width: 146px;
    height: auto;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 0;
}

.hero-glow {
    position: absolute;
    pointer-events: none;
    opacity: 0.92;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-glow-b {
    width: 820px;
    height: 820px;
    top: -134px;
    right: -87px;
    background-image: url("../img/inagent-src/Desktop/ic-lp-paid-bg02-inagent_2x.webp");
}

.hero-layout,
.hero-media,
.capabilities-section,
.impact-section,
.usecases-section,
.security-section,
.closing-section {
    position: relative;
    z-index: 1;
}

.hero-layout {
    display: grid;
    grid-template-columns: 500px 600px;
    align-items: start;
    justify-content: space-between;
    column-gap: 5px;
    z-index: 2;
    height: 460px;
}

.hero-copy {
    max-width: 450px;
    padding-top: 0;
    margin-left: 33px;
}

.hero-mini-brand img {
    width: 175.636px;
    height: auto;
}

.hero-copy h1,
.section-title,
.usecase-content h3,
.security-card-copy h3,
.closing-shell h2 {
    font-family: "TT Firs", "Manrope", sans-serif;
    font-style: normal;
}

.hero-copy h1 {
    margin: 25px 0 0;
    max-width: 470px;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    color: #000414;
}

.hero-description {
    margin: 30px 0 0;
    max-width: 470px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #151219;
}

.hero-description strong {
    font-weight: 700;
}

.hero-form-placeholder {
    position: relative;
    z-index: 3;
    border-radius: 24px;
    background: #ffffff;
    padding: 0px;
    border: 1px solid rgba(17, 23, 56, 0.1);
    box-shadow: 0 6px 25px rgba(0, 18, 255, 0.08);
    min-height: 230px;
    margin-right: 31px;
    margin-left: 33px;
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
    #contacto.hero-form-placeholder.is-progressive-expanded {
        transform: translateY(-45px);
    }
}

.placeholder-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    font-size: 12px;
    color: #6d7291;
    margin-bottom: 14px;
}

.placeholder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.placeholder-line {
    height: 62px;
    border-radius: 10px;
    border: 1px solid rgba(89, 97, 136, 0.2);
    background: #f8f9ff;
    grid-column: 1 / -1;
}

.line-short {
    grid-column: auto;
}

.line-tall {
    height: 83px;
}

.placeholder-button {
    display: block;
    width: 159px;
    height: 43px;
    border-radius: 999px;
    background: #0f1434;
    margin-top: 8px;
}

.hero-media {
    margin: -141px auto 0;
    max-width: 1152px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 18, 255, 0.08);
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.hero-media img,
.hero-media video {
    width: 100%;
    aspect-ratio: 1152 / 530;
    object-fit: cover;
    display: block;
}

.hero-media .hero-media-mobile {
    display: none;
}

.hero-media .hero-media-desktop {
    display: block;
}

.section-title {
    margin: 0 auto;
    max-width: 884px;
    text-align: center;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #000414;
}

.section-title-light {
    color: #ffffff;
}

.title-gradient {
    background: linear-gradient(90deg, #9b3afd 5.769%, #c1ccfd 65.385%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 500;
    font-family: "TT Firs", "Manrope", sans-serif;
}

.capabilities-section {
    padding: 100px 0 109px;
}

.capabilities-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 17px;
}

.capability-card {
    grid-column: span 2;
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: 24px;
    padding: 23px 30px;
    box-shadow: 0 6px 25px rgba(0, 18, 255, 0.08);
    height: 242px;
    width: 373px;
}

.capability-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.capability-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.capability-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.86rem;
    color: var(--violet);
}

.capability-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.capability-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.capability-card h3 {
    margin: 16px 0 16px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #353535;
}

.capability-card p {
    margin: 0;
    color: #353535;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.capability-channels {
    margin-top: 10px;
    display: flex;
    gap: 17px;
}

.capability-channels img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.impact-section {
    padding: 0 0 0px;
}

.impact-section .lp-container {
    width: 100%;
}

.impact-panel {
    --impact-pad-x: 181px;
    /* width: 1512px; */
    border-radius: 40px;
    padding: 126px var(--impact-pad-x) 125px;
    background: radial-gradient(44% 56% at 52% 57%, rgba(146, 72, 256, 0.60), rgba(9, 12, 36, 0)),
        linear-gradient(180deg, #070a24 0%, #050714 100%);
    /* box-shadow: var(--shadow-deep); */
    overflow: hidden;
}

.impact-stats {
    display: flex;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    max-width: 1512px;
    margin: 62px auto 0px auto;
    align-content: center;
    justify-content: center;
}

.impact-panel .section-title {
    max-width: 755px;
}

.impact-card {
    border-radius: 24px;
    padding: 35.69px;
    width: 373px;
    min-height: 200px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.impact-card strong {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    font-family: "TT Firs", "Manrope", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
}

.impact-card .metric-number {
    font-size: 75px;
    line-height: 1.1;
    font-family: "TT Firs";
}

.impact-card .metric-percent {
    font-size: 48.375px;
    line-height: 1.1;
    display: inline-block;
    transform: translateY(-20px);
}

.impact-card > span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.impact-card:nth-child(1) > span {
    width: 302px;
    margin-inline: auto;
}

.impact-card:nth-child(2) > span {
    width: 233px;
    margin-inline: auto;
}

.impact-card:nth-child(3) {
    padding-inline: 76px;
}

.impact-card:nth-child(3) > span {
    width: 221px;
    margin-inline: auto;
}

.logo-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-marquee::before,
.logo-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 2;
    pointer-events: none;
}

.logo-marquee::before {
    left: 0;
}

.logo-marquee::after {
    right: 0;
}

.logo-marquee-dark {
    margin-top: 61px;
    margin-left: calc(var(--impact-pad-x) * -1);
    margin-right: calc(var(--impact-pad-x) * -1);
    width: calc(100% + (var(--impact-pad-x) * 2));
    padding: 12px 0;
}

.logo-marquee-dark .logo-track {
    gap: 84px;
}

.logo-marquee-dark::before {
    background: linear-gradient(90deg, #06071d, transparent);
}

.logo-marquee-dark::after {
    background: linear-gradient(270deg, #06071d, transparent);
}

.logo-marquee-light {
    margin-top: 22px;
    /* border-top: 1px solid rgba(24, 27, 55, 0.08); */
    /* border-bottom: 1px solid rgba(24, 27, 55, 0.08); */
    padding: 14px 0;
}

.logo-marquee-light::before {
    background: linear-gradient(90deg, var(--bg-soft), transparent);
}

.logo-marquee-light::after {
    background: linear-gradient(270deg, var(--bg-soft), transparent);
}

.logo-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 68px;
    animation: logo-scroll 85s linear infinite;
}

.logo-track img {
    width: auto;
    flex: 0 0 auto;
}

.client-logo {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    display: block;
    object-fit: contain;
}

.client-logo-utel {
    height: 54px;
}

.client-logo-wizink {
    height: 50px;
}

.client-logo-vodafone {
    height: 31px;
}

.client-logo-mentius {
    height: 32px;
}

.client-logo-santalucia {
    height: 62px;
}

.client-logo-laureate {
    height: 33px;
}

.client-logo-konecta {
    height: 24px;
}

.client-logo-sies {
    height: 42px;
}

.client-logo-wom {
    height: 31px;
}

.industry-marquee .logo-track {
    gap: 85px;
    animation-duration: 75s;
}

.industry-marquee {
    margin-top: 56px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1512px;
    max-width: none;
}

.industry-marquee .logo-track {
    padding-inline: 45px;
}

.industry-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: auto;
    font-family: "TT Firs", "Manrope", sans-serif;
    font-size: 19.267px;
    font-weight: 500;
    line-height: normal;
    color: #000414;
}

.industry-item .industry-icon {
    width: 33px;
    height: 33px;
    object-fit: contain;
    flex: 0 0 auto;
}

.industry-item .industry-icon-telecom {
    width: 39px;
    height: 26px;
    object-fit: contain;
    flex: 0 0 auto;
}

.industry-item > span {
    font-family: "TT Firs", "Manrope", sans-serif !important;
}

.usecases-section {
    padding: 120px 0 120px;
}

.usecases-title-break {
    display: block;
}

.usecases-stack {
    margin-top: 56px;
    /* padding-bottom: 220px; */
}

.usecase-card {
    position: sticky;
    top: 110px;
    z-index: 1;
    display: grid;
    grid-template-columns: 472px 536px;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    background: #ffffff;
    border: 1px solid rgba(15, 22, 52, 0.08);
    border-radius: 24px;
    box-shadow: 0 6px 25px rgba(0, 18, 255, 0.08);
    padding: 40px;
    min-height: 485px;
    margin-bottom: 56px;
    transform-origin: center top;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.usecase-card:nth-child(1) {
    top: 110px;
    z-index: 1;
}

.usecase-card:nth-child(2) {
    top: 128px;
    z-index: 2;
}

.usecase-card:nth-child(3) {
    top: 178px;
    z-index: 3;
    grid-template-columns: 418px 518px;
    gap: 136px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.usecase-card.is-reverse {
    grid-template-columns: 536px 440px;
    gap: 97px;
}

.usecase-content {
    max-width: 489px;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    /* opacity: var(--usecase-content-opacity, 1); */
    transition: opacity 0.24s ease;
}

.usecase-card.is-reverse .usecase-content {
    order: 2;
    max-width: 439px;
    padding-right: 0;
}

.usecase-card.is-reverse .usecase-media {
    order: 1;
}

.usecase-card:nth-child(3) .usecase-content {
    max-width: 418px;
    padding-right: 0;
}

.usecase-content h3 {
    margin: 0;
    max-width: 472px;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #000414;
    text-align: start!important;
}

.usecase-content ul {
    margin: 24px 0 24px;
    padding-left: 24px;
}

.usecase-content li {
    color: #000414;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    white-space: nowrap;
}

.usecase-content li::marker {
    font-size: 0.72em;
}

.usecase-content li + li {
    margin-top: 0;
}

.usecase-card:nth-child(3) .usecase-content li {
    font-size: 15px;
}

.case-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 125px;
    padding: 0;
    border-radius: 8px;
    background: #000414;
    color: #ffffff;
    font-family: "TT Firs", "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: normal;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .usecase-card .case-link {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1;
        pointer-events: auto;
    }
}

.usecase-media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
    opacity: 1 !important;
    filter: none !important;
}

.usecase-media img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    opacity: 1 !important;
    filter: none !important;
}

.usecase-badge {
    position: absolute;
    width: 85.577px;
    height: 85.577px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 19.255px;
    background: rgba(193, 204, 253, 0.2);
    border: 0.963px solid #ffffff;
    -webkit-backdrop-filter: blur(10.572px);
    backdrop-filter: blur(10.572px);
    box-shadow: 0 6px 25px rgba(0, 18, 255, 0.08);
}

.usecase-badge img {
    display: block;
    object-fit: contain;
}

.usecase-badge-funnel {
    top: 28px;
    left: 34px;
    width: 87.42px;
    height: 87.42px;
    border-radius: 19.67px;
    -webkit-backdrop-filter: blur(16.391px);
    backdrop-filter: blur(16.391px);
}

.usecase-badge-funnel img {
    width: 54.804px;
    height: 54.804px;
}

.usecase-badge-calendar {
    left: 36px;
    bottom: 30px;
}

.usecase-badge-calendar img {
    width: 47.292px;
    height: 47.292px;
}

.usecase-badge-dollar {
    right: 29px;
    top: 157px;
}

.usecase-badge-dollar img {
    width: 43.825px;
    height: 43.825px;
}

.security-section {
    position: relative;
    padding: 120px 0 82px;
    background: #000414;
    border-radius: 40px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.security-carousel {
    margin-top: 80px;
    position: relative;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.security-mobile-carousel {
    display: none;
}

.security-viewport {
    width: 1152px;
    margin: 0 auto;
    overflow: visible;
    touch-action: pan-y;
}

.security-carousel.is-dragging {
    cursor: grabbing;
}

.security-track {
    position: relative;
    width: 1152px;
    height: 500px;
}

.security-slide {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 304px minmax(0, 1fr);
    gap: 40px;
    background: #0c0f26;
    border-radius: 24px;
    padding: 40px;
    width: 750px;
    height: 400px;
    opacity: 0.5;
    overflow: hidden;
    transition: transform 0.42s ease, width 0.42s ease, height 0.42s ease, gap 0.42s ease, opacity 0.35s ease;
}

.security-slide:first-child,
.security-slide:last-child {
    background: #0C0F26;
}

.security-mobile-slide:first-child,
.security-mobile-slide:last-child {
    background: #24273C;
}

.security-mobile-slide:first-child .security-mobile-copy,
.security-mobile-slide:last-child .security-mobile-copy {
    background: #24273C;
}

.security-slide.is-active {
    transform: translate3d(100px, 0, 0);
    width: 952px;
    height: 500px;
    gap: 80px;
    opacity: 1;
    z-index: 3;
}

.security-slide.is-prev {
    transform: translate3d(-690px, 50px, 0);
    z-index: 2;
}

.security-slide.is-next {
    transform: translate3d(1092px, 50px, 0);
    z-index: 2;
}

.security-slide.is-prev-2 {
    transform: translate3d(-1480px, 50px, 0);
    z-index: 1;
}

.security-slide.is-next-2 {
    transform: translate3d(1882px, 50px, 0);
    z-index: 1;
}

.security-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.security-card-media {
    border-radius: 12.328px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4.623px 19.263px rgba(0, 18, 255, 0.08);
}

.security-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.security-card-media-iso {
    background: #353853;
    display: flex;
    align-items: center;
    justify-content: center;
}

.security-card-media-iso img {
    width: 40.52%;
    height: auto;
    object-fit: contain;
}

.security-card-copy h3 {
    margin: 0 0 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.security-card-copy p {
    margin: 0;
    color: #eff0f3;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.security-dots {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dot {
    position: relative;
    width: 33px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: #252853;
    cursor: pointer;
    padding: 0;
}

.dot::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    border-radius: 999px;
    background: #5574ff;
    transition: width 0.3s ease;
}

.dot.is-active::before {
    width: 100%;
}

.closing-section {
    padding: 80px 0;
}

.closing-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.closing-logo {
    width: 259px;
    height: auto;
}

.closing-shell h2 {
    margin: 0;
    max-width: 884px;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #000414;
}

.closing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    padding: 0 24px;
    border-radius: 8px;
    background: #000414;
    color: #ffffff;
    font-family: "TT Firs", "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: normal;
    text-decoration: none!important;
}

.hero-mobile-cta,
.case-link,
.closing-cta {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, background-size 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    background-image: radial-gradient(circle, #2C52FD 0%, #2C52FD 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0 0;
    will-change: transform, background-size;
}

.hero-mobile-cta:focus-visible,
.hero-mobile-cta:active,
.case-link:focus-visible,
.case-link:active,
.closing-cta:focus-visible,
.closing-cta:active {
    color: #fff;
    text-decoration: none;
    transform: translateZ(5px);
    background-color: #2C52FD;
    background-size: calc(100% + 30px) 200px;
}

@media (hover: hover) {
    .hero-mobile-cta:hover,
    .case-link:hover,
    .closing-cta:hover {
        color: #fff;
        text-decoration: none;
        transform: translateZ(5px);
        background-color: #2C52FD;
        background-size: calc(100% + 30px) 200px;
    }
}

.lp-footer {
    background: #000414;
    padding: 0px 0;
}

.footer-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lp-footer p,
.footer-links a {
    margin: 0;
    font-family: "TT Firs", "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: normal;
    text-decoration: none!important;
}

.lp-footer p {
    color: #eff0f3;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #5574ff;
    text-decoration: none;
}

@keyframes logo-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1511px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    .lp-container,
    .impact-section .lp-container {
        /* width: calc(100% - 48px); */
        /* max-width: 1152px; */
    }

    .industry-marquee {
        left: 0;
        transform: none;
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
        max-width: none;
    }
}

@media (max-width: 1199px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    .lp-container,
    .impact-section .lp-container {
        width: calc(100% - 32px);
    }

    .section-title {
        font-size: 34px;
        max-width: 760px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .hero-copy {
        max-width: 100%;
        text-align: center;
    }

    .hero-copy h1,
    .hero-description {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-mini-brand {
        display: flex;
        justify-content: center;
    }

    .hero-form-placeholder {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .hero-media {
        margin-top: 24px;
        max-width: 100%;
    }

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

    .capability-card,
    .capability-card:nth-child(4),
    .capability-card:nth-child(5) {
        grid-column: auto;
        height: auto;
    }

    .impact-stats {
        grid-template-columns: 1fr;
    }

    .impact-panel {
        --impact-pad-x: 32px;
        border-radius: 24px;
        padding: 56px 32px 32px;
    }

    .impact-card strong {
        font-size: 64px;
    }

    .impact-card > span {
        margin-top: 14px;
    }

    .usecase-card,
    .usecase-card.is-reverse {
        position: static;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 24px;
        gap: 24px;
    }

    .usecase-card:nth-child(3) {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .usecase-content,
    .usecase-card.is-reverse .usecase-content,
    .usecase-card:nth-child(3) .usecase-content {
        max-width: 100%;
        padding-right: 0;
    }

    .usecase-card.is-reverse .usecase-content,
    .usecase-card.is-reverse .usecase-media {
        order: initial;
    }

    .usecases-stack {
        padding-bottom: 0;
    }

    .industry-marquee,
    .security-section {
        width: 100%;
    }

    .security-viewport {
        width: 100%;
        overflow: visible;
    }

    .security-track {
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .lp-container,
    .impact-section .lp-container {
        width: calc(100% - 48px);
    }

    .hero-section {
        padding: 28px 0 64px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        row-gap: 65px;
        height: auto;
    }

    .hero-copy h1 {
        max-width: 620px;
        font-size: 40px;
    }

    .hero-description {
        max-width: 620px;
    }

    .hero-form-placeholder {
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
    }

    #contacto.hero-form-placeholder.is-progressive-expanded {
        transform: translateY(-24px);
    }

    .hero-form-placeholder .ic-dynamic-form {
        width: 100%;
        max-width: none;
    }

    .hero-media {
        width: min(100%, 720px);
        margin: 24px auto 0;
        border-radius: 32px;
    }

    .hero-media img,
    .hero-media video {
        aspect-ratio: 720 / 430;
    }

    .capabilities-section {
        padding: 0px 0 109px;
    }

    .capability-card,
    .capability-card:nth-child(4),
    .capability-card:nth-child(5) {
        width: auto;
        min-height: 220px;
        padding: 28px 24px;
    }

    .impact-panel {
        --impact-pad-x: 40px;
        border-radius: 32px;
        padding: 72px 40px 56px;
    }

    .impact-panel .section-title {
        max-width: 680px;
    }

    .impact-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        max-width: 100%;
        margin: 48px auto 0;
    }

    .impact-card {
        width: auto;
        min-height: 180px;
        padding: 28px 18px;
    }

    .impact-card .metric-number {
        font-size: 58px;
    }

    .impact-card .metric-percent {
        font-size: 36px;
        transform: translateY(-12px);
    }

    .impact-card:nth-child(1) > span,
    .impact-card:nth-child(2) > span,
    .impact-card:nth-child(3) > span {
        width: auto;
    }

    .impact-card:nth-child(3) {
        padding-inline: 18px;
    }

    .impact-card > span {
        margin-top: 12px;
        font-size: 14px;
    }

    .logo-marquee-dark {
        margin-top: 44px;
    }

    .industry-marquee {
        left: 0;
        transform: none;
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
    }

    .industry-marquee .logo-track {
        gap: 64px;
        padding-inline: 24px;
    }

    .usecases-section {
        padding: 88px 0;
    }

    .usecases-stack {
        margin-top: 40px;
        padding-bottom: 0;
    }

    .usecase-card,
    .usecase-card.is-reverse,
    .usecase-card:nth-child(3) {
        position: static;
        width: 100%;
        min-height: auto;
        padding: 32px;
        gap: 28px;
        margin-bottom: 32px;
    }

    .usecase-card,
    .usecase-card:nth-child(3) {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .usecase-card.is-reverse {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .usecase-content,
    .usecase-card.is-reverse .usecase-content,
    .usecase-card:nth-child(3) .usecase-content {
        max-width: none;
        padding-right: 0;
    }

    .usecase-card.is-reverse .usecase-content {
        order: 2;
    }

    .usecase-card.is-reverse .usecase-media {
        order: 1;
    }

    .usecase-content h3 {
        max-width: none;
        font-size: 28px;
    }

    .usecase-content ul {
        margin: 18px 0 20px;
    }

    .usecase-content li,
    .usecase-card:nth-child(3) .usecase-content li {
        font-size: 15px;
        white-space: normal;
    }

    .usecase-media img {
        min-height: 320px;
    }

    .security-section {
        padding: 96px 0 72px;
        border-radius: 32px;
    }

    .security-section .lp-container {
        width: calc(100% - 48px);
        max-width: none;
    }

    .security-section .section-title {
        max-width: 680px;
    }

    .security-carousel,
    .security-dots {
        display: none;
    }

    .security-mobile-carousel {
        display: block;
        margin-top: 48px;
    }

    .security-mobile-viewport {
        width: 100%;
        max-width: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .security-mobile-track {
        display: flex;
        gap: 16px;
        transition: transform 0.35s ease;
        will-change: transform;
    }

    .security-mobile-slide {
        flex: 0 0 320px;
        width: 320px;
        height: 430px;
        overflow: hidden;
        border-radius: 20px;
        background: #0c0f26;
        box-shadow: 0 6px 25px rgba(0, 18, 255, 0.08);
    }

    .security-mobile-visual {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        background: linear-gradient(180deg, #fbfcff 0%, #eef2ff 100%);
    }

    .security-mobile-visual img {
        display: block;
        width: calc(100% + 28px);
        max-width: none;
        height: calc(100% + 28px);
        margin: -14px;
        object-fit: cover;
        object-position: center;
    }

    .security-mobile-visual-iso {
        background: #24273C;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
    }

    .security-mobile-visual-iso img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
        object-fit: contain;
        object-position: center;
        transform: scale(0.78);
    }

    .security-mobile-visual-ffm .ffm-layer {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .security-mobile-visual-ffm .ffm-layer-back {
        inset: -18% 0 0;
        height: 150.17%;
    }

    .security-mobile-visual-kb img {
        object-fit: cover;
    }

    .security-mobile-visual-protection img {
        width: calc(100% + 32px);
        height: calc(100% + 32px);
        margin: -16px;
        object-position: center top;
    }

    .security-mobile-visual-cloud img {
        display: none;
    }

    .security-mobile-visual-cloud {
        background-color: #8d91a4;
        background-image: url("../img/partners-diagram-cropped-flat.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-origin: content-box;
        padding: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .security-mobile-copy {
        height: 230px;
        padding: 28px;
    }

    .security-mobile-copy h3 {
        margin: 0;
        color: #ffffff;
        font-family: "TT Firs", "Manrope", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }

    .security-mobile-copy p {
        margin: 8px 0 0;
        color: #ffffff;
        font-size: 15px;
        line-height: 160%;
    }

    .security-mobile-dots {
        margin-top: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .mobile-dot {
        position: relative;
        width: 33px;
        height: 5px;
        padding: 0;
        border: 0;
        border-radius: 8px;
        background: #252853;
        cursor: pointer;
    }

    .mobile-dot::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 0;
        height: 5px;
        border-radius: 8px;
        background: #2c52fd;
        transition: width 0.3s ease;
    }

    .mobile-dot.is-active::before {
        width: 100%;
    }
}

@media (max-width: 767px) {
    html,
    body {
        min-width: 0;
        max-width: 100%;
        overflow-x: clip;
    }

    main {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    html.hero-form-modal-open,
    body.hero-form-modal-open {
        overflow: hidden;
        overflow-x: hidden;
        overscroll-behavior-x: none;
        touch-action: pan-y;
    }

    html.hero-form-modal-open main,
    body.hero-form-modal-open main,
    body.hero-form-modal-open .hero-section {
        overflow-x: hidden;
    }

    .hero-section::before {
        content: "";
        position: absolute;
        left: -139px;
        top: -5px;
        width: 810px;
        height: 764px;
        background: url("../img/figma/2b87b525-99ac-4662-a485-1bf07088c3cc.svg") no-repeat center / contain;
        pointer-events: none;
        z-index: 0;
    }

    .lp-container,
    .impact-section .lp-container {
        width: 100%;
    }

    .lp-nav {
        padding: 10px 0;
    }

    .lp-brand img {
        width: 138px;
    }

    .hero-section {
        padding: 18px 0 48px;
    }

    .hero-glow-b {
        display: none;
    }

    .hero-layout {
        display: grid;
        /* grid-template-columns: 463px 600px; */
        align-items: start;
        justify-content: space-between;
        column-gap: 5px;
        z-index: 2;
        height: 220px;
    }

    .mobile-topbar {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 24px);
        max-width: none;
        height: 57px;
        margin: 0 auto 28px;
        padding: 16px 18px;
        border: 1px solid #eef1fe;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.75);
        box-shadow: 0 4px 16px rgba(0, 18, 255, 0.05);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    .mobile-topbar img {
        /* width: 125.641px; */
        height: 30px;
        object-fit: contain;
    }

    .hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 450px;
        padding-top: 0;
        margin-left: 0px;
        text-align: center;
    }

    .hero-mini-brand {
        display: none;
    }

    .hero-mini-brand img {
        width: 120px;
    }

    .hero-copy h1,
    .hero-description {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-copy h1 {
        margin-top: 0;
        max-width: 340px;
        font-size: 28px;
        line-height: 1.2;
    }

    .hero-description {
        margin-top: 20px;
        max-width: 340px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        text-align: center;
    }

    .hero-description br {
        display: none;
    }

    .hero-mobile-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        min-width: 164px;
        height: 43px;
        padding: 0 24px;
        border-radius: 8px;
        background: #000414;
        color: #ffffff;
        font-family: "TT Firs", "Manrope", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.01em;
        text-decoration: none !important;
        box-shadow: 0 10px 20px rgba(0, 4, 20, 0.12);
    }

    .case-link.hero-mobile-cta {
        margin-top: 0px;
        min-width: 125px;
    }

    .hero-mobile-cta,
    .hero-mobile-cta:visited,
    .hero-mobile-cta:hover,
    .hero-mobile-cta:focus,
    .hero-mobile-cta:focus-visible,
    .hero-mobile-cta:active {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .hero-form-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 40;
        background: rgba(5, 7, 29, 0.48);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 0;
        pointer-events: none;
        will-change: opacity;
        transition: opacity 0.24s ease;
    }

    .hero-form-backdrop.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .hero-form-placeholder {
        position: fixed;
        top: 16px;
        left: 50%;
        right: auto;
        display: flex;
        flex-direction: column;
        width: min(350px, calc(100% - 24px));
        max-width: calc(100% - 24px);
        height: auto;
        max-height: calc(100vh - 32px);
        max-height: calc(100dvh - 32px);
        margin: 0;
        border-radius: 24px;
        z-index: 120;
        overflow: hidden;
        isolation: isolate;
        contain: paint;
        -webkit-transform: translate3d(-50%, 16px, 0) scale(0.98);
        transform: translate3d(-50%, 16px, 0) scale(0.98);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
        will-change: transform, opacity;
        transition: opacity 0.24s ease, transform 0.24s ease;
    }

    .hero-form-placeholder.is-mobile-modal-open {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate3d(-50%, 0, 0) scale(1);
        transform: translate3d(-50%, 0, 0) scale(1);
    }

    .hero-form-placeholder.is-mobile-modal-open .hero-form-modal-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        padding: 16px 16px 12px;
        position: relative;
        z-index: 1;
        background: #ffffff;
        border-bottom: 1px solid rgba(17, 23, 56, 0.08);
    }

    .hero-form-placeholder.is-mobile-modal-open .ic-dynamic-form {
        position: relative;
        z-index: 1;
        width: 100%;
        max-height: calc(100vh - 108px);
        max-height: calc(100dvh - 108px);
        margin: 0;
        padding: 0px 16px 18px !important;
        border-radius: 0 0 24px 24px;
        box-shadow: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hero-form-placeholder.is-mobile-modal-open .row {
        margin-right: 0;
        margin-left: 0;
    }

    .hero-form-placeholder.is-mobile-modal-open .ic-dynamic-form-container,
    .hero-form-placeholder.is-mobile-modal-open [class*="col-"] {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        min-width: 0;
        box-sizing: border-box;
    }

    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-row,
    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-input,
    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-select,
    .hero-form-placeholder.is-mobile-modal-open .form-control,
    .hero-form-placeholder.is-mobile-modal-open textarea,
    .hero-form-placeholder.is-mobile-modal-open .iti,
    .hero-form-placeholder.is-mobile-modal-open .custom-select,
    .hero-form-placeholder.is-mobile-modal-open .btn,
    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-button-submit {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-row {
        align-items: stretch;
        margin-right: 0;
        margin-left: 0;
    }

    .hero-form-placeholder.is-mobile-modal-open .form-control,
    .hero-form-placeholder.is-mobile-modal-open .custom-select {
        display: block;
    }

    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-row.field-row-lastname,
    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-row.field-row-phone,
    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-row.field-row-country {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
    }

    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-check-legal {
        margin-right: 0;
        align-items: flex-start;
    }

    .hero-form-placeholder.is-mobile-modal-open .ic-class-form-check-label-legal {
        margin-left: 8px;
        margin-top: 0;
        flex-basis: calc(100% - 21px);
        word-break: break-word;
    }

    .hero-form-placeholder.is-mobile-modal-open #firstname-input,
    .hero-form-placeholder.is-mobile-modal-open #lastname-input,
    .hero-form-placeholder.is-mobile-modal-open #country-select,
    .hero-form-placeholder.is-mobile-modal-open #phone-input {
        width: 100%;
        max-width: 100%;
    }

    .hero-form-placeholder.is-mobile-modal-open,
    .hero-form-placeholder.is-mobile-modal-open * {
        overscroll-behavior-x: none;
    }

    .hero-media {
        width: 334px;
        max-width: 100%;
        margin-top: 28px;
        border-radius: 24px;
    }

    .hero-media img,
    .hero-media video {
        aspect-ratio: 334 / 459;
    }

    .hero-media .hero-media-mobile {
        display: block;
    }

    .hero-media .hero-media-desktop {
        display: none;
    }

    .hero-media::after {
        display: none;
    }

    .capabilities-section {
        padding: 20px 0 45px;
    }

    .section-title {
        max-width: 300px;
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -0.01em;
        margin-bottom: 40px;
    }

    .usecases-title-break {
        display: none;
    }

    .capabilities-grid {
        margin-top: 60px;
        display: flex;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 17px;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .capability-card,
    .capability-card:nth-child(4),
    .capability-card:nth-child(5) {
        width: 342px;
        padding: 32px;
        height: 228px;
        border-radius: 12px;
    }

    .capability-icon {
        width: 28px;
        height: 28px;
    }

    .capability-card h3 {
        margin: 8px 0 14px;
        font-size: 17px;
        line-height: 1.35;
    }

    .capability-card p {
        font-size: 13px;
        line-height: 1.45;
    }

    .capability-channels {
        margin-top: 16px;
        gap: 14px;
    }

    .capability-channels img {
        width: 20px;
        height: 20px;
    }

    .impact-section {
        padding: 0 0 56px;
    }

    .impact-panel {
        --impact-pad-x: 20px;
        border-radius: 20px;
        padding: 80px 20px 60px;
    }

    .impact-panel .section-title {
        max-width: 340px;
    }

    .impact-stats {
        display: flex;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 17px;
        max-width: 100%;
        margin: 40px auto 0px auto;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .impact-card {
        border-radius: 24px;
        padding: 35.69px;
        width: 342px;
        min-height: 200px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }

    .impact-card:nth-child(1) > span,
    .impact-card:nth-child(2) > span,
    .impact-card:nth-child(3) > span {
        width: auto;
    }

    .impact-card:nth-child(3) {
        padding-inline: 16px;
    }

    .impact-card .metric-number {
        font-size: 56px;
    }

    .impact-card .metric-percent {
        font-size: 36px;
        transform: translateY(-7px);
    }

    .impact-card > span {
        font-size: 14px;
        line-height: 1.45;
        margin-top: 12px;
    }

    .logo-marquee::before,
    .logo-marquee::after {
        width: 24px;
    }

    .logo-marquee-dark {
        margin-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding: 10px 0;
    }

    .logo-track {
        gap: 36px;
    }

    .logo-marquee-dark .logo-track {
        gap: 40px;
    }

    .client-logo-utel {
        height: 46px;
    }

    .client-logo-wizink {
        height: 43px;
    }

    .client-logo-vodafone {
        height: 28px;
    }

    .client-logo-mentius {
        height: 29px;
    }

    .client-logo-santalucia {
        height: 54px;
    }

    .client-logo-laureate {
        height: 30px;
    }

    .client-logo-konecta {
        height: 22px;
    }

    .client-logo-sies {
        height: 38px;
    }

    .client-logo-wom {
        height: 28px;
    }

    .usecases-section {
        padding: 8px 0 48px;
    }

    .usecases-stack {
        margin-top: 28px;
    }

    .usecase-card,
    .usecase-card.is-reverse,
    .usecase-card:nth-child(3) {
        border-radius: 16px;
        padding: 24px 16px;
        gap: 18px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .usecase-card {
        width: 342px;
    }

    .usecase-content h3 {
        max-width: 100%;
        font-size: 21px;
        letter-spacing: -0.02em;
    }

    .usecase-content ul {
        margin: 14px 0 16px;
        padding-left: 20px;
    }

    .usecase-content li {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        white-space: normal;
    }

    .case-link {
        display: inline-flex;
    }

    .case-link,
    .case-link:visited,
    .case-link:hover,
    .case-link:focus,
    .case-link:focus-visible,
    .case-link:active {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .usecase-media {
        border-radius: 12px;
    }

    .usecase-media img {
        min-height: auto;
        aspect-ratio: 256 / 178;
    }

    .usecase-badge {
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }

    .usecase-badge-funnel {
        top: 12px;
        left: 12px;
        width: 56px;
        height: 56px;
    }

    .usecase-badge-funnel img {
        width: 32px;
        height: 32px;
    }

    .usecase-badge-calendar {
        left: 12px;
        bottom: 12px;
    }

    .usecase-badge-calendar img {
        width: 28px;
        height: 28px;
    }

    .usecase-badge-dollar {
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .usecase-badge-dollar img {
        width: 26px;
        height: 26px;
    }

    .industry-marquee {
        margin-top: 20px;
        width: calc(100% + 24px);
    }

    .industry-marquee .logo-track {
        gap: 58.596px;
        padding-inline: 45px;
    }

    .industry-item {
        gap: 8px;
        font-size: 19.267px;
    }

    .industry-item .industry-icon {
        width: 33.471px;
        height: 33.471px;
    }

    .security-section {
        width: 100%;
        border-radius: 20px;
        padding: 60px 0px 70px 0px;
    }

    .security-section .lp-container {
        width: 100%;
        max-width: 350px;
    }

    .security-section .section-title {
        max-width: 100%;
    }

    .security-carousel,
    .security-dots {
        display: none;
    }

    .security-mobile-carousel {
        display: block;
        margin-top: 40px;
    }

    .security-mobile-viewport {
        width: 100%;
        max-width: 350px;
        overflow: hidden;
        border-radius: 20px;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .security-mobile-track {
        display: flex;
        gap: 8px;
        transition: transform 0.35s ease;
        touch-action: pan-y;
        will-change: transform;
    }

    .security-mobile-slide {
        flex: 0 0 280px;
        width: 280px;
        height: 420px;
        overflow: hidden;
        border-radius: 16px;
        background: #0c0f26;
        box-shadow: 0 6px 25px rgba(0, 18, 255, 0.08);
    }

    .security-mobile-visual {
        position: relative;
        width: 100%;
        height: 190px;
        overflow: hidden;
        background: linear-gradient(180deg, #fbfcff 0%, #eef2ff 100%);
    }

    .security-mobile-visual img {
        display: block;
        width: calc(100% + 28px);
        max-width: none;
        height: calc(100% + 28px);
        margin: -14px;
        object-fit: cover;
        object-position: center;
    }

    .security-mobile-visual-iso {
        background: #24273C;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .security-mobile-visual-iso img {
        width: calc(100% + 28px);
        max-width: none;
        height: calc(100% + 28px);
        margin: -18px;
        object-fit: contain;
        object-position: center;
        transform: none;
    }

    .security-mobile-visual-ffm .ffm-layer {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .security-mobile-visual-ffm .ffm-layer-back {
        inset: -18% 0 0;
        height: 150.17%;
    }

    .security-mobile-visual-kb img {
        object-fit: cover;
    }

    .security-mobile-visual-protection img {
        width: calc(100% + 32px);
        height: calc(100% + 32px);
        margin: -16px;
        object-position: center top;
    }

    .security-mobile-visual-cloud img {
        display: none;
    }

    .security-mobile-visual-cloud {
        background-color: #24273C;
        background-image: url("../img/partners.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-origin: content-box;
        padding: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .security-mobile-copy {
        height: 230px;
        padding: 24px;
        background: #0c0f26!important;
    }

    .security-mobile-copy h3 {
        margin: 0;
        color: #ffffff;
        font-family: "TT Firs", "Manrope", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }

    .security-mobile-copy p {
        margin: 8px 0 0;
        color: #ffffff;
        font-size: 15px;
        line-height: 160%;
        /* letter-spacing: 0.32px; */
    }

    .security-mobile-dots {
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .mobile-dot {
        position: relative;
        width: 33px;
        height: 5px;
        padding: 0;
        border: 0;
        border-radius: 8px;
        background: #eef1fe;
        cursor: pointer;
    }

    .mobile-dot::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 0;
        height: 5px;
        border-radius: 8px;
        background: #2c52fd;
        transition: width 0.3s ease;
    }

    .mobile-dot.is-active::before {
        width: 100%;
    }

    .closing-section {
        padding: 70px 0 80px;
    }

    .closing-logo {
        width: 259px;
    }

    .closing-shell h2 {
        max-width: 340px;
        font-size: 28px;
        line-height: 1.1;
    }

    .closing-shell {
        gap: 24px;
    }

    .closing-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 43px!important;
        padding: 0 24px!important;
        border-radius: 8px;
        background: #000414;
        color: #ffffff;
        font-family: "TT Firs", "Manrope", sans-serif;
        font-size: 15px!important;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: normal;
        text-decoration: none!important;
        margin: 10px 0px 0px 0px;
    }

    .closing-cta,
    .closing-cta:visited,
    .closing-cta:hover,
    .closing-cta:focus,
    .closing-cta:focus-visible,
    .closing-cta:active {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .lp-footer {
        padding: 20px 0 24px;
    }

    .lp-footer p,
    .footer-links a {
        font-size: 10px;
        line-height: 18px;
    }

    .footer-shell {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        text-align: center;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 12px;
        max-width: none;
    }
}
