/* Sistemas Informáticos Contables | Home */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 14px 24px;
}

.header-container {
    width: min(1400px, 100%);
    min-height: 66px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid
        rgba(75, 113, 180, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 14px 40px
        rgba(73, 105, 157, 0.12);
}

.brand {
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
}

.brand-logo {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(
            135deg,
            rgba(72, 139, 255, 0.14),
            rgba(133, 93, 255, 0.10)
        );
    border: 1px solid
        rgba(83, 132, 220, 0.15);
    box-shadow: 0 5px 16px
        rgba(77, 120, 200, 0.10);
}

.brand-logo img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: drop-shadow(
            0 0 10px
            rgba(93, 147, 255, 0.25)
        );
}

.brand-text strong {
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.02em;
    color: #172644;
}

.brand-text span {
    margin-top: 4px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5f7da9;
}

.nav-link {
    min-height: 42px;
    padding: 7px
        12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.nav-link span {
    font-size: 11px;
    font-weight: 550;
    white-space: nowrap;
    color: #526784;
}

.nav-link.active {
    background: linear-gradient(
            135deg,
            rgba(66, 137, 255, 0.14),
            rgba(128, 92, 255, 0.11)
        );
    box-shadow: inset 0 0 0 1px
        rgba(86, 134, 228, 0.08);
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 3px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(
            90deg,
            #38cfff,
            #547dff,
            #a45cff
        );
    box-shadow: 0 0 8px
        rgba(78, 130, 255, 0.28);
}

.nav-link.active span {
    color: #244a8f;
}

.home-shell {
    min-height: 100vh;
    padding: 115px
        28px
        40px;
}

@media (max-width: 1000px) {
    .brand-text {
        display: none;
    }

    .nav-link {
        padding: 7px
            8px;
    }
}

@media (max-width: 760px) {
    .header-container {
        min-height: 58px;
    }
}

.hero {
    width: min(1320px, 100%);
    min-height: calc(100vh - 155px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 40px;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 670px;
    overflow: hidden;
    border-radius: 20px;
}

.hero-eyebrow {
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px
        13px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid
        rgba(74, 122, 215, 0.14);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 8px 25px
        rgba(78, 109, 168, 0.08);
    color: #50698e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #39d9c2;
    box-shadow: 0 0 12px
        rgba(57, 217, 194, 0.75);
}

.hero-title {
    margin: 0;
    max-width: 650px;
    color: #12213f;
    font-size: clamp(
            48px,
            5.8vw,
            82px
        );
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.hero-title span {
    color: #396ed8;
}

.hero-title strong {
    font-weight: 700;
    background: linear-gradient(
            90deg,
            #2368d8,
            #7455e8,
            #b04bca
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-description {
    max-width: 590px;
    margin: 27px
        0
        0;
    font-size: 16px;
    line-height: 1.75;
    color: #62728b;
}

.hero-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-button {
    min-height: 46px;
    padding: 0
        19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 11px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 650;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.hero-button-primary {
    transition: transform 0.2s ease,
        box-shadow 0.2s ease,
        background-size 0.55s
        cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-button-primary span {
    font-size: 17px;
    transition: transform 0.2s ease;
}

.hero-button-primary:hover span {
    transform: translateX(3px);
}

.hero-button-secondary {
    transition: transform 0.2s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-size 0.55s
        cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-tags span {
    padding-left: 11px;
}

.hero-tags span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-80px);
}

.hero-visual-glow {
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(93, 126, 255, 0.28),
            rgba(95, 189, 235, 0.11) 40%,
            transparent 70%
        );
    filter: blur(20px);
}

.technology-board {
    padding: 20px;
    color: white;
    z-index: 2;
}

.board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-header > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.board-header small {
    color: rgba(121, 169, 238, 0.64);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.board-header strong {
    font-size: 13px;
    font-weight: 600;
    color: rgba(239, 246, 255, 0.94);
}

.board-status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(129, 229, 204, 0.88);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.board-status span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5ce1bd;
    box-shadow: 0 0 10px
        rgba(92, 225, 189, 0.8);
}

.board-core {
    position: relative;
    height: 270px;
    margin: 15px
        0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-center {
    position: relative;
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(
            circle at 35% 30%,
            rgba(54, 111, 230, 0.34),
            rgba(18, 30, 66, 0.96) 70%
        );
    border: 1px solid
        rgba(106, 160, 247, 0.25);
    box-shadow: 0 0 50px
        rgba(71, 116, 226, 0.21);
    z-index: 3;
    animation: corePulse
    4s
    ease-in-out
    infinite;
}

.core-center img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    opacity: 0.92;
    filter: drop-shadow(
            0 0 18px
            rgba(85, 146, 255, 0.32)
        );
}

.core-point {
    position: absolute;
}

.point-one {
    top: 63px;
    left: 101px;
}

.point-two {
    right: 89px;
    top: 130px;
}

.point-three {
    left: 145px;
    bottom: 42px;
}

.capability div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.capability-software .capability-icon {
    color: #5ad7ff;
    background: rgba(64, 196, 255, 0.10);
}

.capability-support .capability-icon {
    color: #5be4bb;
    background: rgba(76, 222, 183, 0.10);
}

.capability-web .capability-icon {
    color: #967bff;
    background: rgba(141, 107, 255, 0.10);
}

.capability-ai .capability-icon {
    color: #ff75ce;
    background: rgba(255, 103, 203, 0.10);
}

@media (max-width: 820px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 40px;
    }

    .hero-content {
        max-width: 760px;
    }

    .hero-visual {
        min-height: 470px;
    }
}

@media (max-width: 620px) {
    .home-shell {
        padding: 100px
            18px
            30px;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-button {
        width: 100%;
    }

    .technology-board {
        padding: 16px;
    }

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

.technology-board::before {
    inset: 0;
    background-image: linear-gradient(
            rgba(91, 156, 255, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(91, 156, 255, 0.055) 1px,
            transparent 1px
        );
    background-size: 28px 28px;
    opacity: 0.65;
    animation: boardGridMove
        18s
        linear
        infinite;
}

.technology-board::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -25%;
    height: 22%;
    background: linear-gradient(
            180deg,

            transparent 0%,

            rgba(45, 186, 255, 0.03) 20%,

            rgba(66, 207, 255, 0.18) 48%,

            rgba(115, 93, 255, 0.22) 52%,

            rgba(66, 207, 255, 0.10) 58%,

            transparent 100%
        );
    border-bottom: 1px solid
        rgba(87, 207, 255, 0.30);
    box-shadow: 0 8px 24px
        rgba(66, 170, 255, 0.10);
    pointer-events: none;
    animation: boardScan
        5s
        ease-in-out
        infinite;
}

.technology-board > * {
    position: relative;
    z-index: 2;
}

@keyframes boardGridMove {
    from {
        background-position: 0 0,
            0 0;
    }
    to {
        background-position: 28px 28px,
            28px 28px;
    }
}

@keyframes boardScan {
    0% {
        top: -25%;
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        top: 105%;
        opacity: 0;
    }
}

@keyframes orbitSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes orbitSpinReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes corePulse {
    0%,
    100% {
        box-shadow: 0 0 35px
            rgba(71, 116, 226, 0.18);
    }
    50% {
        box-shadow: 0 0 65px
            rgba(76, 143, 255, 0.36);
    }
}

.hero-content > * {
    position: relative;
    z-index: 2;
}

.nav-link::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 6px;
    width: 26px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(
            90deg,
            transparent,
            #39d8ff,
            #677cff,
            transparent
        );
    box-shadow: 0 0 8px
        rgba(57, 216, 255, 0.75);
    opacity: 0;
    pointer-events: none;
}

.nav-link:hover {
    transform: translateY(-2px);
}

.nav-link:hover span {
    color: #315fae;
    text-shadow: 0 0 10px
        rgba(69, 157, 255, 0.30);
}

@view-transition  {
}

.services-section {
    width: min(1320px, 100%);
    margin: 40px auto
        120px;
    padding-top: 30px;
    scroll-margin-top: 110px;
}

.section-eyebrow {
    width: fit-content;
}

.services-heading h2 strong {
    background: linear-gradient(
            90deg,
            #3476df,
            #7555dc
        );
    -webkit-background-clip: text;
    background-clip: text;
}

.services-heading p {
    max-width: 650px;
    margin: 18px
        0
        0;
    color: #667895;
    font-size: 14px;
    line-height: 1.7;
}

.service-card {
    --service-color: #5885e8;
}

.service-card::after {
    bottom: -80px;
    filter: blur(20px);
}

.service-link b {
    font-weight: 500;
}

@media (max-width: 1000px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 230px;
    }
}

body.from-intro {
    opacity: 0;
    transform: scale(1.015);
    filter: blur(5px);
}

body.from-intro.is-home-visible {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    transition: opacity 0.85s ease,
        transform 0.85s ease,
        filter 0.85s ease;
}

html {
    background: #a8c7de;
}

body {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(
            circle at 15% 12%,
            rgba(103, 205, 225, 0.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 82% 22%,
            rgba(99, 116, 196, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 48% 70%,
            rgba(87, 178, 204, 0.10),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #a8c7de 0%,
            #b3ccdd 38%,
            #a1bfd3 72%,
            #97b7cc 100%
        );
    color: #173247;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(
            115deg,
            transparent 0%,
            rgba(255, 255, 255, 0.06) 35%,
            transparent 55%
        );
    opacity: 0.75;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: linear-gradient(
            rgba(47, 91, 119, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(47, 91, 119, 0.045) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
    mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.55),
            transparent 78%
        );
    opacity: 0.55;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-nav .nav-link {
    position: relative;
    min-height: 48px;
    padding: 8px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    overflow: visible;
    border-radius: 13px;
    color: #365778;
    text-decoration: none;
    transition: color 0.28s ease,
        background 0.28s ease,
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.main-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 5px;
    height: 3px;
    border-radius: 999px;
    background: #5d82ff;
    box-shadow: 0 0 7px rgba(93, 130, 255, 0.65);
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
    transition: width 0.35s cubic-bezier(.22, 1, .36, 1),
        opacity 0.25s ease,
        transform 0.35s cubic-bezier(.22, 1, .36, 1);
}

.main-nav .nav-link::after {
    display: none;
}

.main-nav .nav-link svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.9;
    transition: transform 0.35s cubic-bezier(.22, 1, .36, 1),
        color 0.25s ease,
        filter 0.25s ease;
}

.main-nav .nav-link span {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.25s ease,
        transform 0.25s ease;
}

.main-nav .nav-link:hover {
    color: #315f93;
    background: rgba(96, 149, 205, 0.08);
    transform: translateY(-2px);
}

.main-nav .nav-link:hover svg {
    transform: translateY(-2px)
        scale(1.08);
    filter: drop-shadow(
            0 0 5px
            rgba(73, 145, 220, 0.32)
        );
}

.main-nav .nav-link.active {
    color: #315fc2;
    background: linear-gradient(
            145deg,
            rgba(99, 137, 219, 0.14),
            rgba(80, 170, 211, 0.08)
        );
    box-shadow: inset 0 0 0 1px
        rgba(91, 132, 218, 0.08),

        0 8px 20px
        rgba(71, 111, 181, 0.08);
}

.main-nav .nav-link.active svg {
    color: #456de4;
    transform: translateY(-2px);
    filter: drop-shadow(
            0 0 6px
            rgba(69, 109, 228, 0.40)
        );
}

.main-nav .nav-link.active::before {
    width: 25px;
    opacity: 1;
    transform: translateX(-50%)
        scaleX(1);
}

.main-nav .nav-link.active::before {
    animation: navActiveGlow
        2.4s
        ease-in-out
        infinite;
}

@keyframes navActiveGlow {
    0%,
    100% {
        box-shadow: 0 0 5px
            rgba(93, 130, 255, 0.45);
    }
    50% {
        box-shadow: 0 0 11px
            rgba(93, 130, 255, 0.85);
    }
}

body {
    font-family: "Inter",
        sans-serif;
}

.hero-eyebrow {
    font-family: "Inter",
        sans-serif;
    color: #315f83;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.hero h1 {
    font-family: "Space Grotesk",
        sans-serif;
    color: #18384f;
    font-size: clamp(
            42px,
            5vw,
            68px
        );
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hero p {
    font-family: "Inter",
        sans-serif;
    color: rgba(35, 67, 91, 0.76);
    font-size: 16px;
    line-height: 1.75;
}

.hero-button-primary,
.hero-button-secondary {
    position: relative;
    min-height: 50px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    overflow: hidden;
    border-radius: 14px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    isolation: isolate;
    transition: transform 0.25s ease,
        box-shadow 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        background-size 0.55s cubic-bezier(.22, 1, .36, 1);
}

.hero-button-primary {
    color: #ffffff;
    border: 1px solid
        rgba(92, 126, 224, 0.28);
    background-image: linear-gradient(
            90deg,
            #20d6a3,
            #20d6a3
        ),

        
        linear-gradient(
            135deg,
            #3978e8,
            #6257e8
        );
    background-size: 0% 100%,
        100% 100%;
    background-position: left center,
        center;
    background-repeat: no-repeat;
    box-shadow: 0 12px 28px
        rgba(62, 104, 216, 0.24),

        inset 0 1px 0
        rgba(255, 255, 255, 0.14);
}

.hero-button-primary::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -35%;
    width: 30%;
    height: 220%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.28),
            transparent
        );
    transform: rotate(18deg);
    transition: left 0.65s ease;
    z-index: -1;
}

.hero-button-primary:hover {
    transform: translateY(-3px);
    background-size: 100% 100%,
        100% 100%;
    border-color: rgba(32, 214, 163, 0.55);
    box-shadow: 0 16px 34px
        rgba(32, 214, 163, 0.28),

        0 0 22px
        rgba(32, 214, 163, 0.10);
}

.hero-button-primary:hover::before {
    left: 120%;
}

.hero-button-secondary {
    color: #315373;
    border: 1px solid
        rgba(70, 114, 151, 0.20);
    background-image: linear-gradient(
            #35c8f2,
            #35c8f2
        ),

        
        linear-gradient(
            rgba(220, 237, 246, 0.75),
            rgba(220, 237, 246, 0.75)
        );
    background-size: 100% 0%,
        100% 100%;
    background-position: top center,
        center;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0
        rgba(255, 255, 255, 0.25);
}

.hero-button-secondary:hover {
    color: #073d57;
    transform: translateY(-3px);
    background-size: 100% 100%,
        100% 100%;
    border-color: rgba(53, 200, 242, 0.65);
    box-shadow: 0 14px 30px
        rgba(53, 200, 242, 0.22);
}

.hero-button-primary:active,
.hero-button-secondary:active {
    transform: translateY(-1px)
        scale(0.98);
}

.technology-board {
    position: relative;
    width: 440px;
    min-height: 390px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid
        rgba(144, 205, 225, 0.24);
    background: radial-gradient(
            circle at 50% 42%,
            rgba(67, 160, 196, 0.14),
            transparent 34%
        ),
        radial-gradient(
            circle at 82% 20%,
            rgba(94, 104, 184, 0.10),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(27, 59, 78, 0.96),
            rgba(22, 48, 66, 0.94) 48%,
            rgba(19, 43, 60, 0.97)
        );
    box-shadow: 0 28px 65px
        rgba(27, 62, 82, 0.24),

        0 0 38px
        rgba(69, 165, 199, 0.08),

        inset 0 1px 0
        rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
}

.technology-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 1px;
    z-index: 2;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(106, 218, 233, 0.65),
            transparent
        );
    box-shadow: 0 0 16px
        rgba(106, 218, 233, 0.28);
    pointer-events: none;
}

.core-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid
        rgba(105, 182, 211, 0.25);
    pointer-events: none;
}

.orbit-one {
    width: 190px;
    height: 190px;
    border-style: dashed;
    border-color: rgba(78, 180, 215, 0.52);
    box-shadow: inset 0 0 20px
        rgba(64, 181, 211, 0.04);
    animation: orbitSpin
        16s
        linear
        infinite;
}

.orbit-two {
    width: 255px;
    height: 255px;
    border-style: dashed;
    border-color: rgba(111, 132, 211, 0.38);
    box-shadow: 0 0 28px
        rgba(81, 159, 205, 0.04);
    animation: orbitSpinReverse
        24s
        linear
        infinite;
}

.core-point {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    animation: signalPower
        2.8s
        ease-in-out
        infinite;
}

.point-one {
    background: #65d5e7;
    box-shadow: 0 0 13px
        rgba(101, 213, 231, 0.85);
}

.point-two {
    background: #8095e8;
    box-shadow: 0 0 13px
        rgba(128, 149, 232, 0.75);
    animation-delay: 0.9s;
}

.point-three {
    background: #58ddb6;
    box-shadow: 0 0 13px
        rgba(88, 221, 182, 0.75);
    animation-delay: 1.8s;
}

@keyframes signalPower {
    0%,
    35% {
        opacity: 0.18;
        transform: scale(0.72);
        filter: brightness(0.55);
    }
    45% {
        opacity: 1;
        transform: scale(1.4);
        filter: brightness(1.6);
    }
    65%,
    78% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1.25);
    }
    100% {
        opacity: 0.18;
        transform: scale(0.72);
        filter: brightness(0.55);
    }
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.capability {
    position: relative;
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px
        15px;
    border-radius: 16px;
    border: 1px solid
        rgba(137, 198, 221, 0.16);
    background: linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.03)
        );
    box-shadow: inset 0 1px 0
        rgba(255, 255, 255, 0.04),

        0 10px 24px
        rgba(7, 23, 35, 0.16);
    backdrop-filter: blur(10px);
    transition: transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
}

.capability::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 34px;
    height: 2px;
    border-radius: 0 0 8px 8px;
    background: var(--capability-color, #67d4e7);
    box-shadow: 0 0 10px
        color-mix(
            in srgb,
            var(--capability-color, #67d4e7) 60%,
            transparent
        );
    transition: width 0.28s ease;
}

.capability:hover {
    transform: translateY(-4px);
    border-color: color-mix(
            in srgb,
            var(--capability-color, #67d4e7) 38%,
            rgba(137, 198, 221, 0.16)
        );
    background: linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.04)
        );
    box-shadow: inset 0 1px 0
        rgba(255, 255, 255, 0.05),

        0 14px 28px
        rgba(8, 26, 39, 0.22);
}

.capability:hover::before {
    width: 58px;
}

.capability-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: var(--capability-color, #67d4e7);
    font-size: 16px;
    font-weight: 700;
    background: color-mix(
            in srgb,
            var(--capability-color, #67d4e7) 12%,
            transparent
        );
    border: 1px solid
        color-mix(
            in srgb,
            var(--capability-color, #67d4e7) 22%,
            transparent
        );
    box-shadow: 0 0 16px
        color-mix(
            in srgb,
            var(--capability-color, #67d4e7) 18%,
            transparent
        );
    transition: transform 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
}

.capability:hover .capability-icon {
    transform: translateY(-2px)
        scale(1.05);
    box-shadow: 0 0 22px
        color-mix(
            in srgb,
            var(--capability-color, #67d4e7) 28%,
            transparent
        );
}

.capability strong {
    display: block;
    color: #e6f3f8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.capability-software {
    --capability-color: #69d3e8;
}

.capability-support {
    --capability-color: #59d4b0;
}

.capability-web {
    --capability-color: #81a0ec;
}

.capability-ai {
    --capability-color: #8f8ae8;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.hero-tags span {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 7px
        14px;
    border-radius: 999px;
    color: #31546e;
    font-family: "Inter",
        sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: 1px solid
        rgba(67, 112, 145, 0.14);
    background: linear-gradient(
            145deg,
            rgba(230, 242, 248, 0.62),
            rgba(198, 222, 235, 0.42)
        );
    box-shadow: inset 0 1px 0
        rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    transition: transform 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.hero-tags span::before {
    content: "";
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    margin-right: 7px;
    border-radius: 50%;
    background: #4fc4d8;
    box-shadow: 0 0 7px
        rgba(79, 196, 216, 0.55);
}

.hero-tags span:hover {
    transform: translateY(-2px);
    color: #244d69;
    border-color: rgba(64, 173, 200, 0.32);
    box-shadow: 0 8px 18px
        rgba(50, 99, 126, 0.10),

        inset 0 1px 0
        rgba(255, 255, 255, 0.32);
}

.hero-tags > span::before {
    content: "";
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    margin: 0
        8px
        0
        0;
    border-radius: 50%;
    background: #4fc4d8;
    box-shadow: 0 0 7px
        rgba(79, 196, 216, 0.55);
}

.services-section {
    position: relative;
    padding: 110px
        clamp(24px, 5vw, 70px)
        120px;
    overflow: hidden;
    isolation: isolate;
}

.services-section::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    top: 40px;
    left: -260px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(70, 180, 210, 0.13),
            transparent 68%
        );
    filter: blur(10px);
    pointer-events: none;
    z-index: -1;
}

.services-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: 180px;
    right: -220px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(100, 112, 196, 0.09),
            transparent 70%
        );
    pointer-events: none;
    z-index: -1;
}

.services-heading {
    position: relative;
    max-width: 760px;
    margin-bottom: 48px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    padding: 7px
        12px;
    border-radius: 999px;
    color: #315c78;
    font-family: "Inter",
        sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid
        rgba(59, 125, 158, 0.14);
    background: rgba(218, 236, 244, 0.45);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0
        rgba(255, 255, 255, 0.28);
}

.section-eyebrow span {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #43c8c6;
    box-shadow: 0 0 8px
        rgba(67, 200, 198, 0.62);
    animation: sectionSignalPulse
        2.4s
        ease-in-out
        infinite;
}

.services-heading h2 {
    margin: 0;
    max-width: 700px;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(
            35px,
            4vw,
            54px
        );
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: #17384e;
}

.services-heading h2 strong {
    font-weight: 600;
    color: #356b9b;
}

.services-heading > p {
    max-width: 660px;
    margin: 22px
        0
        0;
    color: rgba(35, 67, 91, 0.75);
    font-family: "Inter",
        sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

@keyframes sectionSignalPulse {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.85);
    }
    50% {
        opacity: 1;
        transform: scale(1.25);
    }
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    position: relative;
    min-height: 280px;
    padding: 24px
        22px
        22px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid
        rgba(91, 142, 170, 0.16);
    background: linear-gradient(
            145deg,
            rgba(220, 237, 245, 0.64),
            rgba(187, 214, 229, 0.42)
        );
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 38px
        rgba(33, 72, 94, 0.10),

        inset 0 1px 0
        rgba(255, 255, 255, 0.32);
    transition: transform 0.35s cubic-bezier(.22, 1, .36, 1),
        border-color 0.30s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    width: 42px;
    height: 2px;
    border-radius: 0
        0
        8px
        8px;
    background: var(--service-color, #57c9db);
    box-shadow: 0 0 12px
        color-mix(
            in srgb,
            var(--service-color, #57c9db) 55%,
            transparent
        );
    transition: width 0.35s cubic-bezier(.22, 1, .36, 1);
}

.service-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -80px;
    right: -70px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            color-mix(
                in srgb,
                var(--service-color, #57c9db) 18%,
                transparent
            ),
            transparent 70%
        );
    opacity: 0.75;
    pointer-events: none;
    transition: transform 0.45s ease,
        opacity 0.35s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: color-mix(
            in srgb,
            var(--service-color, #57c9db) 42%,
            rgba(91, 142, 170, 0.16)
        );
    background: linear-gradient(
            145deg,
            rgba(226, 241, 248, 0.74),
            rgba(192, 219, 233, 0.50)
        );
    box-shadow: 0 26px 48px
        rgba(32, 72, 94, 0.16),

        0 0 24px
        color-mix(
            in srgb,
            var(--service-color, #57c9db) 12%,
            transparent
        ),

        inset 0 1px 0
        rgba(255, 255, 255, 0.38);
}

.service-card:hover::before {
    width: 78px;
}

.service-card:hover::after {
    transform: scale(1.25);
    opacity: 1;
}

.service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--service-color, #57c9db);
    background: color-mix(
            in srgb,
            var(--service-color, #57c9db) 10%,
            rgba(255, 255, 255, 0.25)
        );
    border: 1px solid
        color-mix(
            in srgb,
            var(--service-color, #57c9db) 22%,
            transparent
        );
    box-shadow: 0 0 18px
        color-mix(
            in srgb,
            var(--service-color, #57c9db) 12%,
            transparent
        );
    transition: transform 0.32s cubic-bezier(.22, 1, .36, 1),
        box-shadow 0.32s ease;
}

.service-icon svg {
    width: 21px;
    height: 21px;
    stroke-width: 1.8;
}

.service-card:hover .service-icon {
    transform: translateY(-3px)
        scale(1.06);
    box-shadow: 0 0 25px
        color-mix(
            in srgb,
            var(--service-color, #57c9db) 22%,
            transparent
        );
}

.service-card h3 {
    margin: 0
        0
        12px;
    color: #183c53;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.service-card p {
    margin: 0;
    color: rgba(42, 75, 96, 0.72);
    font-family: "Inter",
        sans-serif;
    font-size: 13px;
    line-height: 1.65;
}

.service-link {
    position: absolute;
    left: 22px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--service-color, #4896b1);
    font-family: "Inter",
        sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.service-link b {
    font-size: 15px;
    transition: transform 0.25s ease;
}

.service-card:hover .service-link b {
    transform: translateX(4px);
}

.service-architecture {
    --service-color: #477fd1;
}

.service-design {
    --service-color: #9a72d3;
}

.service-media {
    --service-color: #d16f9f;
}

.service-support {
    --service-color: #36b99b;
}

.service-web {
    --service-color: #3ba9d3;
}

.service-apps {
    --service-color: #687dd9;
}

.popular-section {
    position: relative;
    padding: 110px
        clamp(24px, 5vw, 70px)
        120px;
    overflow: hidden;
    isolation: isolate;
}

.popular-section::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    top: 20px;
    right: -280px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(55, 180, 211, 0.13),
            transparent 68%
        );
    pointer-events: none;
    z-index: -1;
}

.popular-section::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -230px;
    top: 220px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(91, 105, 191, 0.08),
            transparent 70%
        );
    pointer-events: none;
    z-index: -1;
}

.popular-heading {
    position: relative;
    max-width: 780px;
    margin-bottom: 48px;
}

.popular-heading h2 {
    margin: 0;
    max-width: 720px;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(
            35px,
            4vw,
            54px
        );
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: #17384e;
}

.popular-heading h2 strong {
    font-weight: 600;
    color: #356b9b;
}

.popular-heading > p {
    max-width: 650px;
    margin: 22px
        0
        0;
    color: rgba(35, 67, 91, 0.75);
    font-family: "Inter",
        sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.popular-grid {
    position: relative;
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.popular-card {
    position: relative;
    min-height: 360px;
    padding: 24px
        22px
        22px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid
        rgba(119, 193, 218, 0.20);
    background: radial-gradient(
            circle at 82% 10%,
            rgba(82, 159, 207, 0.16),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(27, 59, 78, 0.97),
            rgba(20, 45, 62, 0.97)
        );
    box-shadow: 0 22px 48px
        rgba(24, 58, 78, 0.20),

        inset 0 1px 0
        rgba(255, 255, 255, 0.05);
    transition: transform 0.35s cubic-bezier(.22, 1, .36, 1),
        border-color 0.30s ease,
        box-shadow 0.35s ease;
}

.popular-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 52px;
    height: 2px;
    border-radius: 0 0 8px 8px;
    background: #67d6e8;
    box-shadow: 0 0 13px
        rgba(103, 214, 232, 0.55);
    transition: width 0.35s ease;
}

.popular-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -100px;
    right: -90px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(91, 182, 216, 0.18),
            transparent 70%
        );
    pointer-events: none;
    transition: transform 0.45s ease;
}

.popular-card:hover {
    transform: translateY(-8px);
    border-color: rgba(105, 211, 231, 0.40);
    box-shadow: 0 30px 58px
        rgba(24, 58, 78, 0.28),

        0 0 26px
        rgba(84, 190, 217, 0.10),

        inset 0 1px 0
        rgba(255, 255, 255, 0.07);
}

.popular-card:hover::before {
    width: 92px;
}

.popular-card:hover::after {
    transform: scale(1.3);
}

.popular-card-icon {
    position: relative;
    width: 58px;
    height: 58px;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #75d7e7;
    background: linear-gradient(
            145deg,
            rgba(93, 188, 216, 0.12),
            rgba(71, 111, 170, 0.08)
        );
    border: 1px solid
        rgba(111, 204, 226, 0.20);
    box-shadow: 0 0 24px
        rgba(86, 190, 216, 0.10);
    transition: transform 0.30s ease,
        box-shadow 0.30s ease;
}

.popular-card-icon svg {
    width: 25px;
    height: 25px;
    stroke-width: 1.7;
}

.popular-card:hover .popular-card-icon {
    transform: translateY(-3px)
        scale(1.05);
    box-shadow: 0 0 30px
        rgba(86, 190, 216, 0.18);
}

.popular-card-category {
    margin-bottom: 9px;
    color: #6ed0e1;
    font-family: "Inter",
        sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.popular-card h3 {
    margin: 0
        0
        14px;
    color: #eef7fa;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.popular-card p {
    margin: 0
        0
        25px;
    color: rgba(199, 220, 229, 0.70);
    font-family: "Inter",
        sans-serif;
    font-size: 12px;
    line-height: 1.65;
}

.popular-request-button {
    margin-top: auto;
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    border-radius: 13px;
    border: 1px solid
        rgba(93, 200, 222, 0.24);
    color: #dff7fb;
    background: rgba(72, 166, 195, 0.10);
    font-family: "Inter",
        sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.25s ease,
        background 0.30s ease,
        border-color 0.30s ease,
        box-shadow 0.30s ease;
}

.popular-request-button svg {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.popular-request-button:hover {
    transform: translateY(-2px);
    background: rgba(82, 196, 218, 0.17);
    border-color: rgba(93, 210, 229, 0.48);
    box-shadow: 0 10px 24px
        rgba(64, 177, 202, 0.14);
}

.popular-request-button:hover svg {
    transform: translateX(4px);
}

.popular-card-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: drop-shadow(
            0 0 8px
            rgba(108, 211, 231, 0.16)
        );
}

.popular-request-button {
    position: relative;
    isolation: isolate;
}

.popular-request-button::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0%;
    border-radius: inherit;
    background: #20d6a3;
    z-index: -1;
    transition: width 1.4s
        cubic-bezier(.22, 1, .36, 1);
}

.popular-request-button span,
.popular-request-button svg {
    position: relative;
    z-index: 2;
}

.popular-request-button.is-loading {
    color: #ffffff;
    border-color: rgba(32, 214, 163, 0.65);
    box-shadow: 0 0 22px
        rgba(32, 214, 163, 0.18);
    pointer-events: none;
}

.popular-request-button.is-loading::before {
    width: 100%;
}

.popular-request-button.is-loading svg {
    animation: requestArrowPulse
        0.75s
        ease-in-out
        infinite;
}

.popular-request-button.is-complete {
    color: #ffffff;
    border-color: #20d6a3;
    background: rgba(32, 214, 163, 0.15);
    box-shadow: 0 0 25px
        rgba(32, 214, 163, 0.24);
}

.popular-request-button.is-complete::before {
    width: 100%;
}

@keyframes requestArrowPulse {
    0%,
    100% {
        transform: translateX(0);
        opacity: 0.6;
    }
    50% {
        transform: translateX(4px);
        opacity: 1;
    }
}

.development-section {
    position: relative;
    padding: 110px
        clamp(24px, 5vw, 70px)
        125px;
    overflow: hidden;
    isolation: isolate;
}

.development-section::before {
    content: "";
    position: absolute;
    width: 680px;
    height: 680px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(64, 178, 211, 0.13),
            transparent 68%
        );
    pointer-events: none;
    z-index: -1;
}

.development-section::after {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -160px;
    top: 210px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(104, 110, 196, 0.08),
            transparent 70%
        );
    pointer-events: none;
    z-index: -1;
}

.development-heading {
    position: relative;
    max-width: 780px;
    margin-bottom: 52px;
}

.development-heading h2 {
    margin: 0;
    max-width: 730px;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(
            35px,
            4vw,
            54px
        );
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: #17384e;
}

.development-heading h2 strong {
    font-weight: 600;
    color: #356b9b;
}

.development-heading > p {
    max-width: 660px;
    margin: 22px
        0
        0;
    color: rgba(35, 67, 91, 0.75);
    font-family: "Inter",
        sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.development-workspace {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr)
        minmax(300px, 0.65fr);
    gap: 18px;
    align-items: stretch;
}

.development-panel {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid
        rgba(112, 190, 216, 0.18);
    background: radial-gradient(
            circle at 85% 12%,
            rgba(79, 172, 207, 0.13),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(27, 59, 78, 0.97),
            rgba(20, 45, 62, 0.96)
        );
    box-shadow: 0 22px 48px
        rgba(26, 61, 80, 0.18),

        inset 0 1px 0
        rgba(255, 255, 255, 0.05);
    transition: transform 0.35s cubic-bezier(.22, 1, .36, 1),
        border-color 0.30s ease,
        box-shadow 0.35s ease;
}

.development-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    width: 58px;
    height: 2px;
    border-radius: 0 0 8px 8px;
    background: var(--development-color, #67d6e8);
    box-shadow: 0 0 13px
        color-mix(
            in srgb,
            var(--development-color, #67d6e8) 55%,
            transparent
        );
    transition: width 0.4s cubic-bezier(.22, 1, .36, 1);
}

.development-panel::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    top: -120px;
    right: -100px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            color-mix(
                in srgb,
                var(--development-color, #67d6e8) 17%,
                transparent
            ),
            transparent 70%
        );
    pointer-events: none;
    transition: transform 0.45s ease;
}

.development-panel:hover {
    transform: translateY(-6px);
    border-color: color-mix(
            in srgb,
            var(--development-color, #67d6e8) 42%,
            transparent
        );
    box-shadow: 0 30px 55px
        rgba(23, 57, 76, 0.25),

        0 0 28px
        color-mix(
            in srgb,
            var(--development-color, #67d6e8) 10%,
            transparent
        ),

        inset 0 1px 0
        rgba(255, 255, 255, 0.07);
}

.development-panel:hover::before {
    width: 105px;
}

.development-panel:hover::after {
    transform: scale(1.3);
}

.development-web {
    --development-color: #58cee3;
    min-height: 470px;
    padding: 28px;
}

.development-side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.development-app,
.development-ai {
    padding: 25px;
}

.development-app {
    --development-color: #738fe5;
}

.development-ai {
    --development-color: #55d2af;
}

.development-panel-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 25px;
}

.development-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
    color: var(--development-color, #67d6e8);
    background: color-mix(
            in srgb,
            var(--development-color, #67d6e8) 10%,
            transparent
        );
    border: 1px solid
        color-mix(
            in srgb,
            var(--development-color, #67d6e8) 25%,
            transparent
        );
    box-shadow: 0 0 20px
        color-mix(
            in srgb,
            var(--development-color, #67d6e8) 13%,
            transparent
        );
    transition: transform 0.3s ease,
        box-shadow 0.3s ease;
}

.development-icon svg {
    width: 21px;
    height: 21px;
    stroke-width: 1.8;
}

.development-panel:hover .development-icon {
    transform: translateY(-3px)
        scale(1.05);
    box-shadow: 0 0 27px
        color-mix(
            in srgb,
            var(--development-color, #67d6e8) 22%,
            transparent
        );
}

.development-status {
    padding: 6px
        9px;
    border-radius: 999px;
    color: var(--development-color, #67d6e8);
    background: color-mix(
            in srgb,
            var(--development-color, #67d6e8) 8%,
            transparent
        );
    border: 1px solid
        color-mix(
            in srgb,
            var(--development-color, #67d6e8) 18%,
            transparent
        );
    font-family: "Inter",
        sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.development-panel-content {
    position: relative;
    z-index: 2;
}

.development-panel-content h3 {
    margin: 0
        0
        13px;
    color: #edf7fa;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.development-panel-content h3 strong {
    color: var(--development-color, #67d6e8);
    font-weight: 600;
}

.development-panel-content p {
    margin: 0;
    max-width: 540px;
    color: rgba(198, 220, 229, 0.70);
    font-family: "Inter",
        sans-serif;
    font-size: 12px;
    line-height: 1.65;
}

.web-preview {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    height: 205px;
    overflow: hidden;
    border-radius: 17px;
    border: 1px solid
        rgba(105, 202, 223, 0.17);
    background: rgba(8, 29, 42, 0.48);
    box-shadow: inset 0 0 28px
        rgba(62, 160, 191, 0.05);
}

.web-preview-bar {
    height: 32px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid
        rgba(112, 195, 216, 0.10);
    background: rgba(255, 255, 255, 0.025);
}

.web-preview-bar span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(109, 211, 228, 0.42);
}

.web-preview-bar span:nth-child(2) {
    opacity: 0.65;
}

.web-preview-bar span:nth-child(3) {
    opacity: 0.35;
}

.web-preview-layout {
    height: calc(100% - 32px);
    display: grid;
    grid-template-columns: 62px 1fr;
}

.web-preview-sidebar {
    border-right: 1px solid
        rgba(101, 193, 215, 0.08);
    background: linear-gradient(
            180deg,
            rgba(95, 194, 216, 0.05),
            transparent
        );
}

.web-preview-main {
    padding: 25px;
}

.preview-line {
    width: 65%;
    height: 6px;
    margin-bottom: 9px;
    border-radius: 999px;
    background: rgba(116, 204, 224, 0.12);
}

.preview-line-large {
    width: 42%;
    height: 10px;
    background: rgba(102, 213, 231, 0.27);
}

.preview-line-short {
    width: 31%;
}

.preview-cards {
    margin-top: 23px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.preview-cards span {
    height: 55px;
    border-radius: 9px;
    border: 1px solid
        rgba(101, 192, 214, 0.10);
    background: linear-gradient(
            145deg,
            rgba(92, 187, 210, 0.08),
            rgba(85, 113, 175, 0.04)
        );
}

@media (max-width: 850px) {
    .development-workspace {
        grid-template-columns: 1fr;
    }

    .development-web {
        min-height: 460px;
    }

    .development-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }
}

@media (max-width: 600px) {
    .development-side {
        grid-template-columns: 1fr;
    }
}

.preview-line {
    animation: previewLinePulse
        3.2s
        ease-in-out
        infinite;
}

.preview-line:nth-child(2) {
    animation-delay: 0.35s;
}

.preview-line:nth-child(3) {
    animation-delay: 0.7s;
}

.preview-cards span {
    animation: previewCardFloat
        4s
        ease-in-out
        infinite;
}

.preview-cards span:nth-child(2) {
    animation-delay: 0.5s;
}

.preview-cards span:nth-child(3) {
    animation-delay: 1s;
}

.web-preview-sidebar {
    position: relative;
    overflow: hidden;
}

.web-preview-sidebar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 35px;
    top: -40px;
    background: linear-gradient(
            180deg,
            transparent,
            rgba(89, 207, 226, 0.16),
            transparent
        );
    animation: previewSidebarScan
        4.5s
        ease-in-out
        infinite;
}

@keyframes previewLinePulse {
    0%,
    100% {
        opacity: 0.45;
        transform: scaleX(0.96);
        transform-origin: left center;
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes previewCardFloat {
    0%,
    100% {
        transform: translateY(0);
        border-color: rgba(101, 192, 214, 0.10);
    }
    50% {
        transform: translateY(-4px);
        border-color: rgba(101, 211, 230, 0.25);
    }
}

@keyframes previewSidebarScan {
    0% {
        top: -40px;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

.contact-section {
    position: relative;
    padding: 120px
        clamp(24px, 5vw, 70px)
        140px;
    overflow: hidden;
    isolation: isolate;
}

.contact-section::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(61, 181, 208, 0.14),
            transparent 68%
        );
    pointer-events: none;
    z-index: -1;
}

.contact-section::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -180px;
    bottom: -120px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(101, 109, 194, 0.08),
            transparent 70%
        );
    pointer-events: none;
    z-index: -1;
}

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

.contact-heading .section-eyebrow {
    margin-bottom: 18px;
}

.contact-heading h2 {
    margin: 0;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(
            36px,
            4.5vw,
            58px
        );
    line-height: 1.03;
    letter-spacing: -0.045em;
    font-weight: 600;
    color: #17384e;
}

.contact-heading h2 strong {
    color: #356b9b;
    font-weight: 600;
}

.contact-heading > p {
    max-width: 650px;
    margin: 24px
        auto
        0;
    color: rgba(35, 67, 91, 0.74);
    font-family: "Inter",
        sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.contact-panel {
    position: relative;
    max-width: 980px;
    margin: 55px
        auto
        0;
    padding: 30px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid
        rgba(109, 190, 215, 0.20);
    background: radial-gradient(
            circle at 88% 15%,
            rgba(70, 174, 205, 0.15),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(26, 58, 77, 0.97),
            rgba(19, 44, 61, 0.97)
        );
    box-shadow: 0 28px 65px
        rgba(24, 59, 79, 0.20),

        inset 0 1px 0
        rgba(255, 255, 255, 0.06);
}

.contact-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 84%;
    height: 1px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(103, 216, 230, 0.65),
            transparent
        );
    box-shadow: 0 0 18px
        rgba(103, 216, 230, 0.30);
}

.contact-panel-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -160px;
    border-radius: 50%;
    background: radial-gradient(
            circle,
            rgba(67, 198, 210, 0.15),
            transparent 70%
        );
    pointer-events: none;
}

.contact-panel-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 24px;
}

.contact-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #64d7e5;
    background: rgba(84, 190, 210, 0.10);
    border: 1px solid
        rgba(100, 208, 225, 0.22);
    box-shadow: 0 0 24px
        rgba(83, 194, 214, 0.12);
}

.contact-icon svg {
    width: 25px;
    height: 25px;
    stroke-width: 1.8;
}

.contact-status {
    display: block;
    margin-bottom: 8px;
    color: #65d5e3;
    font-family: "Inter",
        sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.contact-copy h3 {
    margin: 0
        0
        10px;
    color: #eef7fa;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(
            22px,
            2.5vw,
            30px
        );
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.contact-copy h3 strong {
    color: #62d1df;
    font-weight: 600;
}

.contact-copy p {
    max-width: 520px;
    margin: 0;
    color: rgba(199, 220, 229, 0.68);
    font-family: "Inter",
        sans-serif;
    font-size: 12px;
    line-height: 1.65;
}

.contact-whatsapp {
    position: relative;
    min-height: 50px;
    padding: 0
        19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    overflow: hidden;
    border-radius: 14px;
    color: #eafff8;
    text-decoration: none;
    font-family: "Inter",
        sans-serif;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid
        rgba(54, 211, 158, 0.30);
    background: rgba(35, 181, 132, 0.12);
    box-shadow: 0 10px 28px
        rgba(26, 140, 103, 0.10);
    transition: transform 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.contact-whatsapp svg {
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
}

.contact-whatsapp:hover {
    transform: translateY(-3px);
    background: rgba(32, 214, 163, 0.22);
    border-color: rgba(32, 214, 163, 0.60);
    box-shadow: 0 15px 32px
        rgba(32, 214, 163, 0.18);
}

.contact-whatsapp:hover svg {
    transform: translate(
            3px,
            -3px
        );
}

.contact-panel-footer {
    position: relative;
    z-index: 2;
    margin-top: 26px;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
        18px;
    border-top: 1px solid
        rgba(128, 190, 209, 0.10);
}

.contact-panel-footer span {
    position: relative;
    padding-left: 11px;
    color: rgba(181, 211, 220, 0.58);
    font-family: "Inter",
        sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.contact-panel-footer span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #52cbd8;
    box-shadow: 0 0 6px
        rgba(82, 203, 216, 0.45);
}

@media (max-width: 800px) {
    .contact-panel-content {
        grid-template-columns: auto
            1fr;
    }

    .contact-whatsapp {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 6px;
    }
}

@media (max-width: 520px) {
    .contact-panel {
        padding: 24px 20px;
    }

    .contact-panel-content {
        grid-template-columns: 1fr;
    }

    .contact-icon {
        width: 52px;
        height: 52px;
    }
}

.project-request-launch {
    position: relative;
    margin-top: 24px;
    padding: 26px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid
        rgba(89, 178, 208, 0.18);
    background: linear-gradient(
            135deg,
            rgba(235, 246, 250, 0.25),
            rgba(184, 218, 231, 0.13)
        );
    box-shadow: inset 0 1px 0
        rgba(255, 255, 255, 0.18),

        0 18px 40px
        rgba(34, 73, 94, 0.10);
}

.project-launch-copy {
    max-width: 620px;
}

.project-launch-copy .section-eyebrow {
    margin-bottom: 12px;
}

.project-launch-copy h3 {
    margin: 0;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.035em;
    color: #17384e;
}

.project-launch-copy h3 strong {
    color: #356b9b;
    font-weight: 600;
}

.project-launch-copy p {
    margin: 12px
        0
        0;
    max-width: 560px;
    color: rgba(35, 67, 91, 0.70);
    font-family: "Inter",
        sans-serif;
    font-size: 12px;
    line-height: 1.65;
}

.project-launch-button {
    min-height: 50px;
    padding: 0
        19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid
        rgba(62, 150, 201, 0.28);
    background: linear-gradient(
            135deg,
            rgba(62, 132, 199, 0.95),
            rgba(83, 100, 191, 0.95)
        );
    color: #ffffff;
    font-family: "Inter",
        sans-serif;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px
        rgba(56, 91, 157, 0.20);
    transition: transform 0.28s ease,
        box-shadow 0.28s ease;
}

.project-launch-button svg {
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
}

.project-launch-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 34px
        rgba(56, 91, 157, 0.28);
}

.project-launch-button:hover svg {
    transform: translate(3px, -3px);
}

.project-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease,
        visibility 0.35s ease;
}

.project-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.project-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 29, 42, 0.58);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

.project-modal-window {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    max-height: calc(100vh - 52px);
    overflow-y: auto;
    padding: 30px;
    border-radius: 28px;
    border: 1px solid
        rgba(100, 195, 219, 0.22);
    background: radial-gradient(
            circle at 88% 8%,
            rgba(70, 178, 211, 0.15),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(26, 57, 76, 0.99),
            rgba(17, 40, 57, 0.99)
        );
    box-shadow: 0 40px 110px
        rgba(5, 21, 32, 0.48),

        inset 0 1px 0
        rgba(255, 255, 255, 0.06);
    transform: translateY(24px)
        scale(0.96);
    transition: transform
        0.42s
        cubic-bezier(.22, 1, .36, 1);
}

.project-modal.is-open
.project-modal-window {
    transform: translateY(0)
        scale(1);
}

.project-modal-window::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 1px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(92, 214, 230, 0.68),
            transparent
        );
    box-shadow: 0 0 18px
        rgba(92, 214, 230, 0.25);
}

.project-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 25px;
}

.project-modal-status {
    display: block;
    margin-bottom: 10px;
    color: #66d5e4;
    font-family: "Inter",
        sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.project-modal-header h2 {
    margin: 0;
    max-width: 600px;
    color: #edf7fa;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.project-modal-header h2 strong {
    color: #62d1df;
    font-weight: 600;
}

.project-modal-close {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 13px;
    color: rgba(220, 239, 245, 0.76);
    border: 1px solid
        rgba(121, 193, 213, 0.15);
    background: rgba(255, 255, 255, 0.035);
    cursor: pointer;
    transition: background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.project-modal-close svg {
    width: 19px;
    height: 19px;
}

.project-modal-close:hover {
    color: #ffffff;
    background: rgba(103, 211, 227, 0.10);
    transform: rotate(4deg)
        scale(1.05);
}

.project-progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 28px;
    padding: 18px
        16px;
    border-radius: 17px;
    border: 1px solid
        rgba(111, 191, 214, 0.11);
    background: rgba(7, 28, 41, 0.30);
}

.project-progress-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(184, 210, 220, 0.46);
    font-family: "Inter",
        sans-serif;
    font-size: 10px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.project-progress-step b {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 9px;
    color: rgba(185, 215, 225, 0.58);
    border: 1px solid
        rgba(116, 195, 215, 0.15);
    background: rgba(255, 255, 255, 0.03);
}

.project-progress-step.is-current {
    color: #dff7fb;
}

.project-progress-step.is-current b {
    color: #ffffff;
    border-color: rgba(94, 210, 229, 0.45);
    background: rgba(82, 194, 216, 0.18);
    box-shadow: 0 0 15px
        rgba(82, 194, 216, 0.17);
}

.project-wizard {
    min-height: 300px;
    padding: 26px;
    border-radius: 20px;
    border: 1px solid
        rgba(105, 190, 214, 0.11);
    background: rgba(7, 27, 40, 0.25);
}

@media (max-width: 700px) {
    .project-request-launch {
        flex-direction: column;
        align-items: flex-start;
    }

    .project-launch-button {
        width: 100%;
    }

    .project-modal {
        padding: 12px;
    }

    .project-modal-window {
        padding: 22px;
        max-height: calc(100vh - 24px);
    }

    .project-progress {
        grid-template-columns: repeat(2, 1fr);
    }
}

.project-step {
    display: none;
}

.project-step.is-active {
    display: block;
}

.project-step-heading {
    margin-bottom: 24px;
}

.project-step-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #65d5e3;
    font-family: "Inter",
        sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.project-step-heading h3 {
    margin: 0;
    color: #edf7fa;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.project-step-heading h3 strong {
    color: #62d1df;
    font-weight: 600;
}

.project-step-heading p {
    max-width: 560px;
    margin: 10px
        0
        0;
    color: rgba(194, 218, 227, 0.66);
    font-family: "Inter",
        sans-serif;
    font-size: 11px;
    line-height: 1.65;
}

.project-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.project-type-card {
    position: relative;
    min-height: 145px;
    padding: 20px;
    display: grid;
    grid-template-columns: auto
        minmax(0, 1fr)
        auto;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
    border-radius: 18px;
    border: 1px solid
        rgba(105, 190, 214, 0.13);
    background: linear-gradient(
            145deg,
            rgba(37, 72, 92, 0.52),
            rgba(19, 45, 61, 0.48)
        );
    color: inherit;
    cursor: pointer;
    box-shadow: inset 0 1px 0
        rgba(255, 255, 255, 0.025);
    transition: transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.project-type-card:hover {
    transform: translateY(-4px);
    border-color: rgba(98, 207, 225, 0.32);
    background: linear-gradient(
            145deg,
            rgba(42, 84, 105, 0.66),
            rgba(20, 49, 66, 0.58)
        );
    box-shadow: 0 14px 26px
        rgba(5, 26, 39, 0.18);
}

.project-type-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 13px;
    color: #64d4e3;
    background: rgba(80, 190, 211, 0.08);
    border: 1px solid
        rgba(94, 202, 221, 0.18);
}

.project-type-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
}

.project-type-card h4 {
    margin: 2px
        0
        7px;
    color: #e9f5f8;
    font-family: "Space Grotesk",
        sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.project-type-card p {
    margin: 0;
    color: rgba(190, 214, 223, 0.62);
    font-family: "Inter",
        sans-serif;
    font-size: 10px;
    line-height: 1.6;
}

.project-type-check {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgba(183, 215, 224, 0.22);
    border: 1px solid
        rgba(113, 196, 216, 0.13);
    background: rgba(255, 255, 255, 0.02);
    transition: color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.project-type-check svg {
    width: 13px;
    height: 13px;
}

.project-type-card.is-selected {
    border-color: rgba(91, 211, 226, 0.55);
    background: linear-gradient(
            145deg,
            rgba(49, 104, 123, 0.62),
            rgba(20, 56, 72, 0.62)
        );
    box-shadow: 0 0 25px
        rgba(74, 192, 211, 0.10),

        inset 0 1px 0
        rgba(255, 255, 255, 0.04);
}

.project-type-card.is-selected
.project-type-check {
    color: #ffffff;
    background: #20d6a3;
    border-color: #20d6a3;
    box-shadow: 0 0 14px
        rgba(32, 214, 163, 0.30);
}

.project-step-actions {
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
}

.project-next-button {
    min-height: 48px;
    padding: 0
        20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(
            135deg,
            #4386d1,
            #626ed2
        );
    font-family: "Inter",
        sans-serif;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 25px
        rgba(55, 89, 156, 0.18);
    transition: opacity 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.project-next-button svg {
    width: 16px;
    height: 16px;
}

.project-next-button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px
        rgba(55, 89, 156, 0.26);
}

.project-next-button:disabled {
    opacity: 0.28;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 650px) {
    .project-type-grid {
        grid-template-columns: 1fr;
    }
}

.site-header {
    transition: opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

body.project-modal-open .site-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
}

/* Project wizard: pasos 2-4 */
.project-step.is-active {
    animation: projectStepIn 0.32s cubic-bezier(.22, 1, .36, 1);
}

.project-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.project-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.project-field-full {
    grid-column: 1 / -1;
}

.project-field label {
    color: rgba(220, 238, 244, 0.78);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.project-field label span {
    color: #62d1df;
}

.project-field input,
.project-field textarea {
    width: 100%;
    border: 1px solid rgba(111, 191, 214, 0.14);
    border-radius: 13px;
    outline: none;
    background: rgba(6, 25, 38, 0.42);
    color: #edf7fa;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    transition: border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.project-field input {
    min-height: 46px;
    padding: 0 14px;
}

.project-field textarea {
    min-height: 104px;
    padding: 13px 14px;
    resize: vertical;
}

.project-field input::placeholder,
.project-field textarea::placeholder {
    color: rgba(179, 207, 217, 0.35);
}

.project-field input:focus,
.project-field textarea:focus {
    border-color: rgba(91, 211, 226, 0.52);
    background: rgba(9, 33, 48, 0.62);
    box-shadow: 0 0 0 3px rgba(82, 194, 216, 0.07),
        0 0 20px rgba(82, 194, 216, 0.05);
}

.project-field input[type="date"] {
    color-scheme: dark;
}

.project-field.is-invalid label {
    color: #ff9eac;
}

.project-field.is-invalid input,
.project-field.is-invalid textarea {
    border-color: rgba(255, 104, 126, 0.58);
    box-shadow: 0 0 0 3px rgba(255, 104, 126, 0.07);
}

.project-step-actions-between,
.project-review-actions {
    justify-content: space-between;
    gap: 14px;
}

.project-back-button,
.project-copy-button,
.project-send-button {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 13px;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        color 0.25s ease;
}

.project-back-button,
.project-copy-button {
    color: rgba(222, 239, 245, 0.78);
    border: 1px solid rgba(112, 193, 214, 0.16);
    background: rgba(255, 255, 255, 0.035);
}

.project-back-button:hover,
.project-copy-button:hover {
    transform: translateY(-2px);
    color: #ffffff;
    border-color: rgba(99, 207, 225, 0.34);
    background: rgba(87, 183, 205, 0.09);
}

.project-back-button svg,
.project-copy-button svg,
.project-send-button svg {
    width: 16px;
    height: 16px;
}

.project-progress-step.is-complete {
    color: rgba(216, 241, 235, 0.76);
}

.project-progress-step.is-complete b {
    color: #072f27;
    border-color: rgba(32, 214, 163, 0.72);
    background: #20d6a3;
    box-shadow: 0 0 14px rgba(32, 214, 163, 0.24);
}

.project-review {
    overflow: hidden;
    border: 1px solid rgba(105, 190, 214, 0.13);
    border-radius: 18px;
    background: linear-gradient(145deg,
        rgba(37, 72, 92, 0.46),
        rgba(15, 39, 55, 0.40));
}

.project-review-header {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgba(112, 193, 214, 0.10);
    background: rgba(255, 255, 255, 0.018);
}

.project-review-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(91, 211, 226, 0.20);
    border-radius: 12px;
    color: #62d1df;
    background: rgba(82, 194, 216, 0.08);
}

.project-review-icon svg {
    width: 19px;
    height: 19px;
}

.project-review-header span {
    display: block;
    margin-bottom: 5px;
    color: #62d1df;
    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.project-review-header h4 {
    margin: 0;
    color: #edf7fa;
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.project-review-content {
    padding: 18px 20px 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.project-review-item {
    min-width: 0;
    padding: 12px 13px;
    border: 1px solid rgba(111, 191, 214, 0.09);
    border-radius: 12px;
    background: rgba(5, 25, 38, 0.28);
}

.project-review-item-full {
    grid-column: 1 / -1;
}

.project-review-item span {
    display: block;
    margin-bottom: 6px;
    color: rgba(105, 211, 225, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-review-item strong {
    display: block;
    overflow-wrap: anywhere;
    color: rgba(229, 242, 247, 0.82);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
    white-space: pre-line;
}

.project-copy-status {
    min-height: 18px;
    margin-top: 10px;
    color: #65d5b0;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    text-align: right;
}

.project-final-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.project-send-button {
    border: 1px solid rgba(32, 214, 163, 0.38);
    color: #f1fffa;
    background: linear-gradient(135deg,
        rgba(24, 181, 132, 0.96),
        rgba(32, 214, 163, 0.92));
    box-shadow: 0 12px 27px rgba(22, 161, 117, 0.16);
}

.project-send-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 32px rgba(32, 214, 163, 0.22);
}

.project-modal-window::-webkit-scrollbar {
    width: 8px;
}

.project-modal-window::-webkit-scrollbar-track {
    background: transparent;
}

.project-modal-window::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(104, 190, 212, 0.22);
    background-clip: padding-box;
}

@keyframes projectStepIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 700px) {
    .project-form-grid,
    .project-review-content {
        grid-template-columns: 1fr;
    }

    .project-field-full,
    .project-review-item-full {
        grid-column: auto;
    }

    .project-step-actions-between,
    .project-review-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .project-final-actions {
        width: 100%;
        flex-direction: column;
    }

    .project-back-button,
    .project-copy-button,
    .project-send-button,
    .project-next-button {
        width: 100%;
    }

    .project-copy-status {
        text-align: left;
    }
}

.catalog-launch {
    position: relative;
    margin-top: 24px;
    padding: 26px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(89, 178, 208, 0.18);
    background: linear-gradient(
        135deg,
        rgba(235, 246, 250, 0.25),
        rgba(184, 218, 231, 0.13)
    );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 18px 40px rgba(34, 73, 94, 0.10);
}

.catalog-launch::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -100px;
    top: -150px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(70, 174, 205, 0.14),
        transparent 70%
    );
    pointer-events: none;
}

.catalog-launch-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
}

.catalog-launch-copy > span {
    display: block;
    margin-bottom: 10px;
    color: #337091;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.catalog-launch-copy h3 {
    margin: 0;
    color: #17384e;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.catalog-launch-copy h3 strong {
    color: #356b9b;
    font-weight: 600;
}

.catalog-launch-copy p {
    max-width: 580px;
    margin: 12px 0 0;
    color: rgba(35, 67, 91, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.65;
}

.catalog-launch-button {
    position: relative;
    z-index: 1;
    min-height: 50px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-shrink: 0;
    border: 1px solid rgba(62, 150, 201, 0.28);
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        rgba(62, 132, 199, 0.95),
        rgba(83, 100, 191, 0.95)
    );
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(56, 91, 157, 0.20);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.catalog-launch-button svg {
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
}

.catalog-launch-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 34px rgba(56, 91, 157, 0.28);
}

.catalog-launch-button:hover svg {
    transform: translateY(-2px) scale(1.06);
}

.catalog-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.catalog-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.catalog-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 24, 36, 0.70);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.catalog-modal-window {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    height: min(860px, calc(100vh - 48px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(100, 195, 219, 0.22);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(70, 178, 211, 0.15),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(26, 57, 76, 0.995),
            rgba(17, 40, 57, 0.995)
        );
    box-shadow:
        0 40px 110px rgba(5, 21, 32, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: translateY(24px) scale(0.96);
    transition: transform 0.42s cubic-bezier(.22, 1, .36, 1);
}

.catalog-modal.is-open .catalog-modal-window {
    transform: translateY(0) scale(1);
}

.catalog-modal-window::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(92, 214, 230, 0.68),
        transparent
    );
    box-shadow: 0 0 18px rgba(92, 214, 230, 0.25);
}

.catalog-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    flex: 0 0 auto;
    padding-bottom: 22px;
}

.catalog-modal-status {
    display: block;
    margin-bottom: 9px;
    color: #66d5e4;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.catalog-modal-header h2 {
    margin: 0;
    color: #edf7fa;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.catalog-modal-header h2 strong {
    color: #62d1df;
    font-weight: 600;
}

.catalog-modal-header p {
    max-width: 580px;
    margin: 10px 0 0;
    color: rgba(194, 218, 227, 0.66);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.6;
}

.catalog-modal-close {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(121, 193, 213, 0.15);
    border-radius: 13px;
    color: rgba(220, 239, 245, 0.76);
    background: rgba(255, 255, 255, 0.035);
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.catalog-modal-close svg {
    width: 19px;
    height: 19px;
}

.catalog-modal-close:hover {
    color: #ffffff;
    background: rgba(103, 211, 227, 0.10);
    transform: rotate(4deg) scale(1.05);
}

.catalog-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
    margin-bottom: 14px;
}

.catalog-search {
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(105, 190, 214, 0.14);
    border-radius: 15px;
    background: rgba(7, 28, 41, 0.42);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.catalog-search:focus-within {
    border-color: rgba(93, 210, 229, 0.42);
    box-shadow: 0 0 0 3px rgba(88, 200, 218, 0.07);
}

.catalog-search > svg {
    width: 18px;
    height: 18px;
    margin-left: 16px;
    flex-shrink: 0;
    color: rgba(110, 208, 225, 0.75);
}

.catalog-search input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 46px 0 12px;
    border: 0;
    outline: 0;
    color: #eaf7fa;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.catalog-search input::placeholder {
    color: rgba(184, 211, 220, 0.40);
}

.catalog-search-clear {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    color: rgba(194, 220, 228, 0.62);
    background: transparent;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.9);
    transition: opacity 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.catalog-search-clear.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.catalog-search-clear:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.catalog-search-clear svg {
    width: 15px;
    height: 15px;
}

.catalog-result-info {
    min-height: 50px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(105, 190, 214, 0.11);
    border-radius: 15px;
    color: rgba(185, 214, 223, 0.64);
    background: rgba(7, 28, 41, 0.30);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    white-space: nowrap;
}

.catalog-result-info strong {
    color: #69d5e4;
    font-size: 13px;
}

.catalog-filters {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
    margin-bottom: 16px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(104, 190, 212, 0.22) transparent;
}

.catalog-filter-button {
    min-height: 34px;
    padding: 0 13px;
    flex: 0 0 auto;
    border: 1px solid rgba(106, 192, 214, 0.12);
    border-radius: 999px;
    color: rgba(190, 216, 224, 0.64);
    background: rgba(255, 255, 255, 0.025);
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.catalog-filter-button:hover {
    color: #eaf9fb;
    border-color: rgba(100, 207, 226, 0.28);
    background: rgba(87, 190, 211, 0.08);
}

.catalog-filter-button.is-active {
    color: #ffffff;
    border-color: rgba(99, 210, 228, 0.42);
    background: rgba(77, 184, 207, 0.17);
    box-shadow: 0 0 16px rgba(73, 192, 212, 0.09);
}

.catalog-grid {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 2px 8px 8px 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(104, 190, 212, 0.25) transparent;
}

.catalog-grid::-webkit-scrollbar {
    width: 8px;
}

.catalog-grid::-webkit-scrollbar-track {
    background: transparent;
}

.catalog-grid::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(104, 190, 212, 0.25);
    background-clip: padding-box;
}

.catalog-card {
    position: relative;
    min-height: 285px;
    padding: 19px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(113, 193, 216, 0.14);
    border-radius: 19px;
    background:
        radial-gradient(
            circle at 86% 8%,
            rgba(74, 164, 199, 0.11),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(34, 70, 90, 0.76),
            rgba(18, 44, 60, 0.74)
        );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.catalog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 19px;
    width: 42px;
    height: 2px;
    border-radius: 0 0 8px 8px;
    background: #62d1df;
    box-shadow: 0 0 10px rgba(98, 209, 223, 0.38);
    transition: width 0.3s ease;
}

.catalog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 209, 227, 0.30);
    box-shadow: 0 15px 28px rgba(5, 25, 38, 0.18);
}

.catalog-card:hover::before {
    width: 72px;
}

.catalog-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.catalog-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(105, 202, 223, 0.17);
    border-radius: 13px;
    color: #70d7e6;
    background: rgba(84, 190, 210, 0.07);
}

.catalog-card-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    filter: drop-shadow(0 0 7px rgba(108, 211, 231, 0.14));
}

.catalog-program-letter {
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.catalog-card-category {
    max-width: 68%;
    color: rgba(103, 211, 228, 0.82);
    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
}

.catalog-card h3 {
    margin: 0 0 9px;
    color: #edf7fa;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.catalog-card > p {
    margin: 0 0 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgba(196, 219, 227, 0.63);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 1.55;
}

.catalog-card-systems {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 11px;
}

.catalog-card-systems span {
    padding: 5px 8px;
    border: 1px solid rgba(109, 194, 216, 0.10);
    border-radius: 999px;
    color: rgba(191, 218, 226, 0.58);
    background: rgba(255, 255, 255, 0.025);
    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 600;
}

.catalog-card-service {
    margin-bottom: 15px;
    color: rgba(190, 215, 224, 0.49);
    font-family: "Inter", sans-serif;
    font-size: 8px;
    line-height: 1.45;
}

.catalog-card .catalog-request-button {
    margin-top: auto;
    min-height: 41px;
    font-size: 10px;
}

.catalog-card .catalog-request-button b {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    transition: transform 0.25s ease;
}

.catalog-card .catalog-request-button:hover b {
    transform: translateX(3px);
}

.catalog-card .catalog-request-button.is-loading b {
    animation: requestArrowPulse 0.75s ease-in-out infinite;
}

.catalog-empty {
    min-height: 260px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(194, 218, 227, 0.60);
}

.catalog-empty[hidden] {
    display: none;
}

.catalog-empty svg {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    color: rgba(102, 211, 228, 0.66);
}

.catalog-empty h3 {
    margin: 0 0 7px;
    color: #e8f5f8;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.catalog-empty p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 1.6;
}

body.catalog-modal-open .site-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
}

@media (max-width: 900px) {
    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .catalog-launch {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-launch-button {
        width: 100%;
    }

    .catalog-modal {
        padding: 12px;
    }

    .catalog-modal-window {
        height: calc(100vh - 24px);
        padding: 22px;
    }

    .catalog-toolbar {
        grid-template-columns: 1fr;
    }

    .catalog-result-info {
        min-height: 38px;
        width: fit-content;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .catalog-modal-window {
        padding: 18px;
        border-radius: 22px;
    }

    .catalog-modal-header {
        gap: 16px;
    }

    .catalog-modal-header h2 {
        font-size: 29px;
    }

    .catalog-card {
        min-height: 260px;
    }
}


/* ============================================================
   INICIO DEL NUEVO PASO VISUAL DEL HOME
   Integrado directamente en home.css para reemplazo completo.
   ============================================================ */

/* ============================================================
   SIC HOME — VISUAL PASS 01
   Solo modifica Header + Hero + Servicios visuales.
   El resto del Home conserva home.css.
   Paleta tomada de la intro aprobada: negro, carbón, marfil,
   verde menta y azul/cian muy contenido. Sin neón.
   ============================================================ */

.home-editorial-preview {
    --sic-bg: #071012;
    --sic-bg-soft: #0c1517;
    --sic-ink: #f2f0e9;
    --sic-muted: #9da39f;
    --sic-line: rgba(233, 239, 233, 0.14);
    --sic-line-soft: rgba(233, 239, 233, 0.08);
    --sic-mint: #68d6ab;
    --sic-cyan: #7bbdcc;
    --sic-warm: #ba8d62;
    background: var(--sic-bg) !important;
    color: var(--sic-ink) !important;
}

/* ---------- Header: editorial, sin cápsulas ni glow ---------- */
.home-editorial-preview .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    min-height: 82px;
    padding: 0 48px;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(190px, 1fr);
    align-items: center;
    gap: 28px;
    background: linear-gradient(180deg, rgba(5, 11, 13, 0.92), rgba(5, 11, 13, 0.72));
    border-bottom: 1px solid rgba(255,255,255,0.075);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.home-editorial-preview .site-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--sic-ink);
    text-decoration: none;
}

.home-editorial-preview .site-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.home-editorial-preview .site-brand-mark img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: none !important;
}

.home-editorial-preview .site-brand-copy {
    display: grid;
    gap: 2px;
    padding-left: 14px;
    border-left: 1px solid rgba(255,255,255,0.16);
}

.home-editorial-preview .site-brand-copy strong {
    color: #f2f0e9 !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
}

.home-editorial-preview .site-brand-copy small {
    color: rgba(202, 216, 212, .58) !important;
    font-size: 10px;
    letter-spacing: .02em;
}

.home-editorial-preview .site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.home-editorial-preview .site-nav a {
    position: relative;
    padding: 30px 0 24px;
    color: rgba(242,240,233,.72) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: color .25s ease;
}

.home-editorial-preview .site-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 0;
    height: 1px;
    background: var(--sic-cyan);
    transform: translateX(-50%);
    transition: width .28s ease;
}

.home-editorial-preview .site-nav a:hover,
.home-editorial-preview .site-nav a.is-active {
    color: #f7f5ef !important;
}

.home-editorial-preview .site-nav a:hover::after,
.home-editorial-preview .site-nav a.is-active::after {
    width: 28px;
}

.home-editorial-preview .header-cta {
    justify-self: end;
    position: relative;
    padding: 10px 0 9px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #dce7e2 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.home-editorial-preview .header-cta::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 32px;
    height: 1px;
    background: var(--sic-mint);
    opacity: .85;
    transition: width .3s ease;
}

.home-editorial-preview .header-cta:hover::after { width: 100%; }

/* ---------- Hero: usa una de las imágenes ya aprobadas de Intro ---------- */
.home-editorial-preview main {
    background: var(--sic-bg) !important;
}

.home-editorial-preview .home-hero {
    position: relative;
    isolation: isolate;
    width: 100% !important;
    max-width: none !important;
    min-height: 790px;
    margin: 0 !important;
    padding: 164px 48px 110px;
    display: flex !important;
    align-items: center;
    overflow: hidden;
    background-image: url('/images/sic-bg-infraestructura.jpg');
    background-size: cover;
    background-position: 50% center;
    border: 0 !important;
    border-radius: 0 !important;
}

.home-editorial-preview .home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg,
            rgba(5, 11, 13, .98) 0%,
            rgba(5, 11, 13, .90) 24%,
            rgba(5, 11, 13, .56) 44%,
            rgba(5, 11, 13, .12) 68%,
            rgba(5, 11, 13, .05) 100%),
        linear-gradient(180deg,
            rgba(4,10,12,.46) 0%,
            transparent 25%,
            transparent 72%,
            rgba(4,10,12,.84) 100%);
    pointer-events: none;
}

.home-editorial-preview .home-hero::after {
    content: "";
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,
        rgba(255,255,255,.14),
        rgba(104,214,171,.18),
        rgba(255,255,255,.04));
}

.home-editorial-preview .hero-copy {
    position: relative;
    z-index: 3;
    width: min(600px, 47vw);
    max-width: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.home-editorial-preview .section-kicker {
    margin: 0 0 20px !important;
    color: rgba(177, 194, 188, .72) !important;
    font-family: "Inter", sans-serif;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .19em !important;
    text-transform: uppercase;
}

.home-editorial-preview .hero-copy h1 {
    max-width: 600px;
    margin: 0;
    color: var(--sic-ink) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(56px, 6vw, 90px) !important;
    font-weight: 500 !important;
    line-height: .86 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
}

.home-editorial-preview .hero-copy h1 span {
    display: block;
    margin-top: 7px;
    color: var(--sic-mint) !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: none !important;
}

.home-editorial-preview .hero-text {
    width: min(520px, 100%);
    margin: 34px 0 0 !important;
    color: rgba(221, 225, 220, .72) !important;
    font-family: "Inter", sans-serif;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.home-editorial-preview .hero-actions {
    margin-top: 34px !important;
    display: flex;
    align-items: center;
    gap: 28px !important;
}

/* Botones tratados como acciones editoriales, no botones SaaS */
.home-editorial-preview .hero-actions .button {
    position: relative;
    min-height: auto !important;
    padding: 10px 0 11px !important;
    color: #eceee9 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none;
    transform: none !important;
}

.home-editorial-preview .hero-actions .button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 34px;
    height: 1px;
    background: var(--sic-cyan);
    transition: width .32s ease;
}

.home-editorial-preview .hero-actions .button-primary::after {
    background: var(--sic-mint);
}

.home-editorial-preview .hero-actions .button:hover::after {
    width: calc(100% - 24px);
}

.home-editorial-preview .hero-actions .button span {
    display: inline-block;
    margin-left: 9px;
    font-size: 15px;
    transform: translateY(1px);
    transition: transform .25s ease;
}

.home-editorial-preview .hero-actions .button:hover span {
    transform: translate(4px, 1px);
}

/* La foto aprobada reemplaza el mockup CSS del monitor. */
.home-editorial-preview .hero-workspace {
    display: none !important;
}

/* ---------- Servicios: composición editorial, no tarjetas genéricas ---------- */
.home-editorial-preview .services-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 96px 48px 120px !important;
    background:
        linear-gradient(180deg, #071012 0%, #091214 48%, #071012 100%) !important;
    color: var(--sic-ink);
}

.home-editorial-preview .section-heading {
    width: min(1440px, 100%);
    margin: 0 auto 52px;
    display: grid !important;
    grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr);
    gap: 80px;
    align-items: end;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--sic-line-soft);
}

.home-editorial-preview .section-heading h2 {
    max-width: 520px;
    margin: 0;
    color: var(--sic-ink) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(40px, 4vw, 64px) !important;
    font-weight: 500 !important;
    line-height: .98 !important;
    letter-spacing: -.025em !important;
}

.home-editorial-preview .section-heading > p {
    max-width: 560px;
    margin: 0 0 5px auto !important;
    color: rgba(213, 220, 216, .62) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

.home-editorial-preview .service-gallery {
    width: min(1440px, 100%);
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid var(--sic-line-soft);
    border-bottom: 1px solid var(--sic-line-soft);
}

.home-editorial-preview .service-panel {
    position: relative;
    min-height: 560px !important;
    margin: 0 !important;
    padding: 0 22px 28px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid var(--sic-line-soft) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.home-editorial-preview .service-panel:last-child {
    border-right: 1px solid var(--sic-line-soft) !important;
}

.home-editorial-preview .service-visual {
    position: absolute !important;
    inset: 0 0 205px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-position: center !important;
    background-size: cover !important;
    filter: saturate(.74) contrast(1.04) brightness(.72);
    transition: filter .55s ease, transform .75s cubic-bezier(.22,1,.36,1);
}

.home-editorial-preview .service-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(5,10,12,.02) 0%,
        rgba(5,10,12,.10) 48%,
        rgba(7,16,18,.96) 100%);
}

.home-editorial-preview .service-visual > * {
    display: none !important;
}

.home-editorial-preview .architecture-visual {
    background-image: url('/images/sic-bg-arquitectura.jpg') !important;
    background-position: 62% center !important;
}
.home-editorial-preview .design-visual {
    background-image: url('/images/sic-bg-diseno.jpg') !important;
    background-position: 58% center !important;
}
.home-editorial-preview .web-visual {
    background-image: url('/images/sic-bg-web-apps.jpg') !important;
    background-position: 58% center !important;
}
.home-editorial-preview .automation-visual {
    background-image: url('/images/sic-bg-automatizacion.jpg') !important;
    background-position: 58% center !important;
}
.home-editorial-preview .infra-visual {
    background-image: url('/images/sic-bg-infraestructura.jpg') !important;
    background-position: 64% center !important;
}

.home-editorial-preview .service-copy {
    position: relative;
    z-index: 3;
    min-height: 185px;
    padding: 22px 0 0 !important;
    background: linear-gradient(180deg, rgba(7,16,18,.06), #071012 24%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.home-editorial-preview .service-label {
    display: block;
    margin-bottom: 10px;
    color: var(--sic-cyan) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
}

.home-editorial-preview .service-copy h3 {
    margin: 0 0 14px !important;
    color: #f0eee8 !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 1.02 !important;
    letter-spacing: -.01em !important;
}

.home-editorial-preview .service-copy p {
    margin: 0 !important;
    color: rgba(208, 215, 211, .56) !important;
    font-size: 12px !important;
    line-height: 1.62 !important;
}

@media (hover:hover) and (pointer:fine) {
    .home-editorial-preview .service-panel:hover .service-visual {
        transform: scale(1.025);
        filter: saturate(.88) contrast(1.04) brightness(.80);
    }

    .home-editorial-preview .service-panel:hover .service-label {
        color: var(--sic-mint) !important;
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
    .home-editorial-preview .site-header {
        padding: 0 28px;
        grid-template-columns: 1fr auto;
    }
    .home-editorial-preview .site-nav { display: none; }
    .home-editorial-preview .home-hero { padding-left: 32px; padding-right: 32px; }
    .home-editorial-preview .home-hero::after { left: 32px; right: 32px; }
    .home-editorial-preview .hero-copy { width: min(620px, 62vw); }
    .home-editorial-preview .services-section { padding-left: 32px !important; padding-right: 32px !important; }
    .home-editorial-preview .service-gallery { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
    .home-editorial-preview .service-panel { min-height: 520px !important; }
}

@media (max-width: 760px) {
    .home-editorial-preview .site-header {
        min-height: 70px;
        padding: 0 18px;
    }
    .home-editorial-preview .site-brand-copy { display: none; }
    .home-editorial-preview .header-cta { font-size: 11px; }
    .home-editorial-preview .home-hero {
        min-height: 760px;
        padding: 138px 22px 80px;
        align-items: flex-start;
        background-position: 63% center;
    }
    .home-editorial-preview .home-hero::before {
        background:
            linear-gradient(180deg, rgba(5,11,13,.90) 0%, rgba(5,11,13,.58) 47%, rgba(5,11,13,.94) 100%),
            linear-gradient(90deg, rgba(5,11,13,.82), rgba(5,11,13,.18));
    }
    .home-editorial-preview .home-hero::after { left: 22px; right: 22px; }
    .home-editorial-preview .hero-copy { width: 100%; max-width: 560px !important; }
    .home-editorial-preview .hero-copy h1 { font-size: clamp(50px, 15vw, 70px) !important; }
    .home-editorial-preview .hero-text { font-size: 14px !important; }
    .home-editorial-preview .hero-actions { gap: 20px !important; flex-wrap: wrap; }
    .home-editorial-preview .services-section { padding: 78px 22px 90px !important; }
    .home-editorial-preview .section-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .home-editorial-preview .section-heading > p { margin-left: 0 !important; }
    .home-editorial-preview .service-gallery { grid-template-columns: 1fr !important; }
    .home-editorial-preview .service-panel {
        min-height: 520px !important;
        border-right: 1px solid var(--sic-line-soft) !important;
        border-bottom: 1px solid var(--sic-line-soft) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-editorial-preview *,
    .home-editorial-preview *::before,
    .home-editorial-preview *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ============================================================
   SIC HOME — SOLUCIONES HORIZONTALES · AJUSTE APROBADO
   Imágenes tomadas de la propuesta visual mostrada en el chat.
   Se mantienen las 5 áreas una al lado de la otra.
   No se usan las imágenes de Intro en esta sección.
   ============================================================ */

.home-editorial-preview .architecture-visual {
    background-image: url('/images/home-solutions/arquitectura.jpg') !important;
    background-position: center !important;
}

.home-editorial-preview .design-visual {
    background-image: url('/images/home-solutions/diseno.jpg') !important;
    background-position: center !important;
}

.home-editorial-preview .web-visual {
    background-image: url('/images/home-solutions/web-apps.jpg') !important;
    background-position: center !important;
}

.home-editorial-preview .automation-visual {
    background-image: url('/images/home-solutions/automatizacion.jpg') !important;
    background-position: center !important;
}

.home-editorial-preview .infra-visual {
    background-image: url('/images/home-solutions/infraestructura.jpg') !important;
    background-position: center !important;
}

/* Escritorio: cinco columnas reales, sin tarjetas SaaS */
.home-editorial-preview .service-gallery {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: visible;
}

.home-editorial-preview .service-panel {
    min-width: 0 !important;
}

/* Tablet/mobile: no apilar.
   Conserva la composición horizontal y permite desplazarla. */
@media (max-width: 1180px) {
    .home-editorial-preview .service-gallery {
        grid-template-columns: repeat(5, minmax(240px, 1fr)) !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        scroll-snap-type: x proximity;
    }

    .home-editorial-preview .service-panel {
        min-width: 240px !important;
        min-height: 520px !important;
        scroll-snap-align: start;
        border-bottom: 0 !important;
    }
}

@media (max-width: 760px) {
    .home-editorial-preview .service-gallery {
        grid-template-columns: repeat(5, minmax(255px, 82vw)) !important;
    }

    .home-editorial-preview .service-panel {
        min-width: 255px !important;
        min-height: 500px !important;
        border-right: 0 !important;
        border-left: 1px solid var(--sic-line-soft) !important;
    }

    .home-editorial-preview .service-panel:last-child {
        border-right: 1px solid var(--sic-line-soft) !important;
    }
}

/* ==================================================================
   SIC · BLOQUES DESDE SERVICIOS
   Inicio / Hero NO se modifica en este bloque.
   ================================================================== */

.home-editorial-preview {
    --sic-ink: #071012;
    --sic-ink-soft: #0a1518;
    --sic-paper: #f0eee8;
    --sic-text: rgba(216, 222, 218, .67);
    --sic-muted: rgba(207, 214, 210, .48);
    --sic-mint: #77d9b2;
    --sic-cyan: #76b8c6;
    --sic-line: rgba(184, 205, 201, .16);
    --sic-line-soft: rgba(184, 205, 201, .10);
}

.home-editorial-preview .site-nav .nav-link.active {
    color: #f0eee8 !important;
}

.home-editorial-preview .site-nav .nav-link.active::after {
    transform: scaleX(1) !important;
    background: var(--sic-mint) !important;
}

.home-editorial-preview .sic-editorial-section {
    width: 100%;
    margin: 0;
    padding: 104px clamp(28px, 5vw, 76px);
    color: var(--sic-paper);
    background: #071012;
    border-top: 1px solid var(--sic-line-soft);
    scroll-margin-top: 88px;
}

.home-editorial-preview .sic-section-head {
    width: min(1480px, 100%);
    margin: 0 auto 46px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .52fr);
    gap: clamp(50px, 8vw, 130px);
    align-items: end;
}

.home-editorial-preview .sic-section-head h2,
.home-editorial-preview .sic-process-intro h2,
.home-editorial-preview .sic-luna-copy h2,
.home-editorial-preview .sic-contact-grid h2 {
    margin: 0;
    color: var(--sic-paper);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    letter-spacing: -.025em;
}

.home-editorial-preview .sic-section-head h2 {
    max-width: 760px;
    font-size: clamp(42px, 4.4vw, 68px);
    line-height: .95;
}

.home-editorial-preview .sic-section-side,
.home-editorial-preview .sic-section-description {
    color: var(--sic-text);
    font-size: 14px;
    line-height: 1.72;
}

.home-editorial-preview .sic-section-side p {
    margin: 0 0 22px;
}

.home-editorial-preview .sic-text-action {
    width: fit-content;
    padding: 0 0 7px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-bottom: 1px solid rgba(119, 217, 178, .62);
    border-radius: 0;
    color: #dfe9e4;
    background: transparent;
    font: 600 12px/1 "Inter", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: color .25s ease, border-color .25s ease, gap .25s ease;
}

.home-editorial-preview .sic-text-action:hover {
    gap: 16px;
    color: var(--sic-mint);
    border-color: var(--sic-mint);
}


/* ==================================================================
   SERVICIOS · CÓMO TRABAJAMOS
   Insertado después del bloque aprobado "Soluciones integrales".
   ================================================================== */

.home-editorial-preview .sic-process {
    width: min(1480px, 100%);
    margin: 94px auto 0;
    padding-top: 70px;
    border-top: 1px solid var(--sic-line);
}

.home-editorial-preview .sic-process-intro {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
    gap: clamp(50px, 8vw, 130px);
    align-items: end;
    margin-bottom: 48px;
}

.home-editorial-preview .sic-process-intro h2 {
    font-size: clamp(43px, 4.5vw, 68px);
    line-height: .94;
}

.home-editorial-preview .sic-process-intro > div > p:last-child {
    max-width: 620px;
    margin: 18px 0 0;
    color: var(--sic-text);
    font-size: 14px;
    line-height: 1.72;
}

.home-editorial-preview .sic-process-note {
    margin: 0 0 4px;
    padding-left: 28px;
    border-left: 1px solid rgba(119, 217, 178, .65);
    color: rgba(218, 223, 219, .62);
    font-size: 14px;
    line-height: 1.75;
}

.home-editorial-preview .sic-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--sic-line-soft);
    border-top: 1px solid var(--sic-line-soft);
    border-bottom: 1px solid var(--sic-line-soft);
}

.home-editorial-preview .sic-process-step {
    min-width: 0;
    padding: 28px 28px 32px;
    background: #071012;
}

.home-editorial-preview .sic-process-step:first-child {
    padding-left: 0;
}

.home-editorial-preview .sic-process-step:last-child {
    padding-right: 0;
}

.home-editorial-preview .sic-process-number {
    display: block;
    margin-bottom: 16px;
    color: var(--sic-mint);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 38px;
    line-height: 1;
}

.home-editorial-preview .sic-process-image {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    background: #0a1518;
}

.home-editorial-preview .sic-process-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(.72) contrast(1.04) brightness(.76);
    transition: transform .75s cubic-bezier(.22,1,.36,1),
                filter .45s ease;
}

.home-editorial-preview .sic-process-step:hover .sic-process-image img {
    transform: scale(1.025);
    filter: saturate(.88) contrast(1.04) brightness(.84);
}

.home-editorial-preview .sic-process-line {
    display: block;
    width: 25px;
    height: 1px;
    margin: 18px 0 14px;
    background: var(--sic-mint);
}

.home-editorial-preview .sic-process-step h3 {
    margin: 0;
    color: var(--sic-paper);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(29px, 2.3vw, 39px);
    font-weight: 500;
    line-height: 1;
}

.home-editorial-preview .sic-process-step p {
    max-width: 390px;
    margin: 14px 0 0;
    color: var(--sic-text);
    font-size: 12px;
    line-height: 1.68;
}

.home-editorial-preview .sic-process-foot {
    padding: 22px 0 0;
    display: flex;
    align-items: center;
    gap: 17px;
    color: rgba(212, 219, 215, .40);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .16em;
}

.home-editorial-preview .sic-process-foot i {
    width: 38px;
    height: 1px;
    background: rgba(119, 217, 178, .35);
}


/* ==================================================================
   POPULARES
   ================================================================== */

.home-editorial-preview .sic-popular-section {
    background:
        radial-gradient(circle at 85% 18%, rgba(67, 116, 123, .12), transparent 28%),
        #071012;
}

.home-editorial-preview .sic-popular-grid {
    width: min(1480px, 100%);
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid var(--sic-line);
    border-bottom: 1px solid var(--sic-line-soft);
}

.home-editorial-preview .sic-popular-grid .popular-card {
    min-height: 330px;
    padding: 28px 28px 30px !important;
    border: 0 !important;
    border-right: 1px solid var(--sic-line-soft) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--sic-paper);
}

.home-editorial-preview .sic-popular-grid .popular-card:nth-child(3n) {
    border-right: 0 !important;
}

.home-editorial-preview .sic-popular-grid .popular-card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--sic-line);
    border-radius: 0 !important;
    background: rgba(255,255,255,.018) !important;
}

.home-editorial-preview .sic-popular-grid .popular-card-icon img {
    max-width: 30px;
    max-height: 30px;
}

.home-editorial-preview .sic-popular-grid .popular-card-category {
    color: var(--sic-cyan) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase;
}

.home-editorial-preview .sic-popular-grid .popular-card h3 {
    min-height: 64px;
    margin: 10px 0 12px !important;
    color: var(--sic-paper) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 1.02 !important;
}

.home-editorial-preview .sic-popular-grid .popular-card p {
    min-height: 66px;
    margin: 0 0 24px !important;
    color: var(--sic-text) !important;
    font-size: 11px !important;
    line-height: 1.62 !important;
}

.home-editorial-preview .sic-popular-grid .popular-request-button {
    padding: 0 0 6px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    border: 0 !important;
    border-bottom: 1px solid rgba(119,217,178,.42) !important;
    border-radius: 0 !important;
    color: #dfe9e4 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 11px !important;
}

.home-editorial-preview .sic-popular-grid .popular-request-button:hover {
    color: var(--sic-mint) !important;
    border-bottom-color: var(--sic-mint) !important;
}


/* ==================================================================
   WEB & APPS
   ================================================================== */

.home-editorial-preview .sic-webapps-section {
    background:
        linear-gradient(180deg, #071012 0%, #081316 100%);
}

.home-editorial-preview .sic-webapps-layout {
    width: min(1480px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(350px, .62fr);
    border-top: 1px solid var(--sic-line);
    border-bottom: 1px solid var(--sic-line);
}

.home-editorial-preview .sic-webapps-main {
    min-width: 0;
    padding: 32px 38px 36px 0;
    border-right: 1px solid var(--sic-line);
}

.home-editorial-preview .sic-webapps-visual {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background:
        linear-gradient(rgba(108,151,158,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(108,151,158,.035) 1px, transparent 1px),
        #091417;
    background-size: 34px 34px;
}

.home-editorial-preview .sic-code-rail {
    position: absolute;
    inset: 0 auto 0 0;
    width: 58px;
    padding-top: 74px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 18px;
    border-right: 1px solid var(--sic-line-soft);
}

.home-editorial-preview .sic-code-rail span {
    width: 17px;
    height: 1px;
    background: rgba(118,184,198,.44);
}

.home-editorial-preview .sic-browser-stage {
    position: absolute;
    left: 11%;
    right: 7%;
    top: 12%;
    bottom: 10%;
    border: 1px solid rgba(162,190,190,.15);
    background: rgba(6,15,18,.90);
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.home-editorial-preview .sic-browser-bar {
    height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid var(--sic-line-soft);
}

.home-editorial-preview .sic-browser-bar i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(213,223,219,.32);
}

.home-editorial-preview .sic-browser-bar b {
    margin-left: 10px;
    color: rgba(219,228,224,.48);
    font-size: 9px;
    font-weight: 500;
}

.home-editorial-preview .sic-browser-content {
    height: calc(100% - 44px);
    display: grid;
    grid-template-columns: 58px 1fr;
}

.home-editorial-preview .sic-browser-content aside {
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-right: 1px solid var(--sic-line-soft);
}

.home-editorial-preview .sic-browser-content aside span {
    width: 17px;
    height: 17px;
    border: 1px solid rgba(124,174,181,.18);
}

.home-editorial-preview .sic-browser-content aside span.active {
    border-color: rgba(119,217,178,.46);
    background: rgba(119,217,178,.08);
}

.home-editorial-preview .sic-browser-content > div {
    padding: 44px clamp(24px, 4vw, 60px);
}

.home-editorial-preview .sic-browser-content strong {
    color: #e9ece7;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 500;
}

.home-editorial-preview .sic-browser-content p {
    margin: 7px 0 40px;
    color: rgba(207,217,212,.42);
    font-size: 10px;
    letter-spacing: .08em;
}

.home-editorial-preview .sic-browser-flow {
    display: grid;
    grid-template-columns: 1fr 44px 1fr 44px 1fr;
    align-items: center;
    gap: 8px;
}

.home-editorial-preview .sic-browser-flow span {
    min-height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid var(--sic-line);
    color: rgba(229,235,231,.70);
    font-size: 10px;
}

.home-editorial-preview .sic-browser-flow i {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(119,217,178,.55), transparent);
}

.home-editorial-preview .sic-webapps-copy {
    padding-top: 28px;
}

.home-editorial-preview .sic-index {
    display: block;
    margin-bottom: 10px;
    color: var(--sic-cyan);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
}

.home-editorial-preview .sic-webapps-copy h3,
.home-editorial-preview .sic-webapps-side h3 {
    margin: 0;
    color: var(--sic-paper);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.home-editorial-preview .sic-webapps-copy p,
.home-editorial-preview .sic-webapps-side p {
    max-width: 580px;
    margin: 13px 0 0;
    color: var(--sic-text);
    font-size: 12px;
    line-height: 1.68;
}

.home-editorial-preview .sic-webapps-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.home-editorial-preview .sic-webapps-side article {
    min-height: 0;
    padding: 30px 0 32px 34px;
}

.home-editorial-preview .sic-webapps-side article + article {
    border-top: 1px solid var(--sic-line);
}

.home-editorial-preview .sic-app-device {
    height: 130px;
    margin: 22px 0 26px;
    display: flex;
    align-items: center;
}

.home-editorial-preview .sic-app-screen {
    width: 75px;
    height: 126px;
    padding: 19px 12px;
    border: 1px solid rgba(144,186,187,.22);
    background: #0a171a;
    box-shadow: 30px 0 0 -12px rgba(84,128,136,.09);
}

.home-editorial-preview .sic-app-screen span {
    display: block;
    height: 4px;
    margin-bottom: 8px;
    background: rgba(119,217,178,.24);
}

.home-editorial-preview .sic-app-screen b {
    display: block;
    height: 42px;
    margin-top: 18px;
    border: 1px solid rgba(118,184,198,.19);
}

.home-editorial-preview .sic-automation-map {
    height: 116px;
    margin: 28px 0 28px;
    display: grid;
    grid-template-columns: 1fr 36px 1fr 36px 1fr;
    align-items: center;
}

.home-editorial-preview .sic-automation-map span {
    height: 48px;
    border: 1px solid rgba(123,183,189,.20);
    background: rgba(255,255,255,.012);
}

.home-editorial-preview .sic-automation-map span:last-child {
    border-color: rgba(119,217,178,.36);
}

.home-editorial-preview .sic-automation-map i {
    height: 1px;
    background: rgba(119,217,178,.34);
}

.home-editorial-preview .sic-section-endline {
    width: min(1480px, 100%);
    margin: 20px auto 0;
    display: flex;
    gap: 25px;
    color: rgba(211,220,215,.34);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
}


/* ==================================================================
   LUNA
   ================================================================== */

.home-editorial-preview .sic-luna-section {
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
    align-items: center;
    gap: clamp(40px, 7vw, 120px);
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 50%, rgba(75,123,130,.13), transparent 31%),
        radial-gradient(circle at 74% 50%, rgba(119,217,178,.045), transparent 48%),
        #061012;
}

.home-editorial-preview .sic-luna-copy {
    width: min(650px, 100%);
    justify-self: end;
}

.home-editorial-preview .sic-luna-copy h2 {
    font-size: clamp(48px, 5vw, 76px);
    line-height: .94;
}

.home-editorial-preview .sic-luna-copy h2 span {
    display: block;
    color: #8abcc5;
}

.home-editorial-preview .sic-luna-copy > p:not(.section-kicker) {
    max-width: 610px;
    margin: 24px 0 30px;
    color: var(--sic-text);
    font-size: 14px;
    line-height: 1.75;
}

.home-editorial-preview .sic-luna-visual {
    position: relative;
    min-height: 540px;
}

.home-editorial-preview .sic-luna-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border: 1px solid rgba(134,183,190,.28);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(95,151,156,.13), rgba(7,16,18,.92) 66%);
    box-shadow: 0 0 85px rgba(76,133,139,.12);
    z-index: 3;
}

.home-editorial-preview .sic-luna-core img {
    width: 58px;
    opacity: .82;
    filter: grayscale(1) brightness(1.55);
}

.home-editorial-preview .sic-luna-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(119,174,181,.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.home-editorial-preview .sic-luna-orbit::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sic-mint);
    box-shadow: 0 0 14px rgba(119,217,178,.38);
}

.home-editorial-preview .sic-luna-orbit.orbit-a {
    width: 250px;
    height: 250px;
    animation: sicOrbit 19s linear infinite;
}

.home-editorial-preview .sic-luna-orbit.orbit-a::after {
    left: 26px;
    top: 47px;
}

.home-editorial-preview .sic-luna-orbit.orbit-b {
    width: 380px;
    height: 380px;
    animation: sicOrbitReverse 31s linear infinite;
}

.home-editorial-preview .sic-luna-orbit.orbit-b::after {
    right: 35px;
    top: 74px;
}

.home-editorial-preview .sic-luna-orbit.orbit-c {
    width: 510px;
    height: 510px;
    border-color: rgba(119,174,181,.08);
}

.home-editorial-preview .sic-luna-node {
    position: absolute;
    padding: 6px 9px;
    border-left: 1px solid rgba(119,217,178,.46);
    color: rgba(218,227,222,.52);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .08em;
}

.home-editorial-preview .sic-luna-node.node-a { left: 16%; top: 29%; }
.home-editorial-preview .sic-luna-node.node-b { right: 13%; top: 38%; }
.home-editorial-preview .sic-luna-node.node-c { right: 22%; bottom: 22%; }

@keyframes sicOrbit {
    from { transform: translate(-50%,-50%) rotate(0deg); }
    to   { transform: translate(-50%,-50%) rotate(360deg); }
}

@keyframes sicOrbitReverse {
    from { transform: translate(-50%,-50%) rotate(360deg); }
    to   { transform: translate(-50%,-50%) rotate(0deg); }
}


/* ==================================================================
   CONTACTO
   ================================================================== */

.home-editorial-preview .sic-contact-section {
    padding-top: 90px;
    padding-bottom: 70px;
    background: #071012;
}

.home-editorial-preview .sic-contact-grid {
    width: min(1480px, 100%);
    margin: 0 auto;
    padding: 58px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 70px;
    align-items: end;
    border-top: 1px solid var(--sic-line);
    border-bottom: 1px solid var(--sic-line);
}

.home-editorial-preview .sic-contact-grid h2 {
    max-width: 850px;
    font-size: clamp(46px, 5vw, 76px);
    line-height: .94;
}

.home-editorial-preview .sic-contact-grid p:not(.section-kicker) {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--sic-text);
    font-size: 14px;
    line-height: 1.72;
}

.home-editorial-preview .sic-contact-actions {
    min-width: 250px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 18px;
}

.home-editorial-preview .sic-contact-primary,
.home-editorial-preview .sic-contact-secondary {
    min-width: 220px;
    padding: 0 0 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 0;
    border-bottom: 1px solid rgba(119,217,178,.56);
    border-radius: 0;
    color: #e8ede9;
    background: transparent;
    font: 600 12px/1 "Inter", sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.home-editorial-preview .sic-contact-secondary {
    color: rgba(216,224,220,.58);
    border-bottom-color: var(--sic-line);
}

.home-editorial-preview .sic-contact-primary:hover,
.home-editorial-preview .sic-contact-secondary:hover {
    color: var(--sic-mint);
    border-bottom-color: var(--sic-mint);
}

.home-editorial-preview .sic-contact-meta {
    width: min(1480px, 100%);
    margin: 19px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    color: rgba(209,219,213,.34);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
}


/* ==================================================================
   MODALES · Ajuste al lenguaje editorial oscuro
   ================================================================== */

.home-editorial-preview .project-modal-window,
.home-editorial-preview .catalog-modal-window {
    border-radius: 0 !important;
    border: 1px solid rgba(157,190,190,.17) !important;
    background:
        linear-gradient(145deg, rgba(9,23,27,.985), rgba(5,14,17,.99)) !important;
    box-shadow: 0 38px 110px rgba(0,0,0,.48) !important;
}

.home-editorial-preview .project-modal-header h2,
.home-editorial-preview .catalog-modal-header h2 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500 !important;
}

.home-editorial-preview .project-type-card,
.home-editorial-preview .project-field input,
.home-editorial-preview .project-field textarea,
.home-editorial-preview .catalog-card,
.home-editorial-preview .catalog-search-wrap {
    border-radius: 0 !important;
}

.home-editorial-preview .project-type-card {
    box-shadow: none !important;
}

.home-editorial-preview .project-next-button,
.home-editorial-preview .project-back-button,
.home-editorial-preview .project-copy-button,
.home-editorial-preview .project-send-button {
    border-radius: 0 !important;
}

.home-editorial-preview .catalog-card {
    box-shadow: none !important;
}


/* ==================================================================
   FOOTER
   ================================================================== */

.home-editorial-preview .sic-editorial-footer {
    background: #050d0f !important;
    border-top: 1px solid var(--sic-line-soft) !important;
}


/* ==================================================================
   RESPONSIVE · Desde Servicios
   ================================================================== */

@media (max-width: 1100px) {
    .home-editorial-preview .sic-process-intro,
    .home-editorial-preview .sic-section-head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-editorial-preview .sic-process-note {
        max-width: 680px;
    }

    .home-editorial-preview .sic-process-grid {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .home-editorial-preview .sic-process-step {
        scroll-snap-align: start;
    }

    .home-editorial-preview .sic-process-step:first-child {
        padding-left: 28px;
    }

    .home-editorial-preview .sic-process-step:last-child {
        padding-right: 28px;
    }

    .home-editorial-preview .sic-popular-grid {
        grid-template-columns: repeat(3, minmax(290px, 1fr)) !important;
        overflow-x: auto;
    }

    .home-editorial-preview .sic-webapps-layout {
        grid-template-columns: 1fr;
    }

    .home-editorial-preview .sic-webapps-main {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid var(--sic-line);
    }

    .home-editorial-preview .sic-webapps-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .home-editorial-preview .sic-webapps-side article {
        padding: 32px;
    }

    .home-editorial-preview .sic-webapps-side article + article {
        border-top: 0;
        border-left: 1px solid var(--sic-line);
    }

    .home-editorial-preview .sic-luna-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-editorial-preview .sic-luna-copy {
        justify-self: start;
    }

    .home-editorial-preview .sic-contact-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .home-editorial-preview .sic-contact-actions {
        width: min(440px, 100%);
        align-items: stretch;
    }
}

@media (max-width: 760px) {
    .home-editorial-preview .sic-editorial-section {
        padding: 78px 22px;
    }

    .home-editorial-preview .sic-process {
        margin-top: 72px;
        padding-top: 56px;
    }

    .home-editorial-preview .sic-process-grid {
        grid-template-columns: repeat(3, minmax(82vw, 1fr));
    }

    .home-editorial-preview .sic-process-step,
    .home-editorial-preview .sic-process-step:first-child,
    .home-editorial-preview .sic-process-step:last-child {
        padding: 22px 18px 28px;
    }

    .home-editorial-preview .sic-popular-grid {
        grid-template-columns: repeat(3, minmax(82vw, 1fr)) !important;
    }

    .home-editorial-preview .sic-popular-grid .popular-card {
        border-right: 1px solid var(--sic-line-soft) !important;
    }

    .home-editorial-preview .sic-webapps-visual {
        min-height: 330px;
    }

    .home-editorial-preview .sic-browser-stage {
        left: 7%;
        right: 4%;
    }

    .home-editorial-preview .sic-browser-flow {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-editorial-preview .sic-browser-flow i {
        width: 1px;
        height: 12px;
        justify-self: center;
    }

    .home-editorial-preview .sic-webapps-side {
        grid-template-columns: 1fr;
    }

    .home-editorial-preview .sic-webapps-side article + article {
        border-left: 0;
        border-top: 1px solid var(--sic-line);
    }

    .home-editorial-preview .sic-luna-section {
        min-height: 760px;
    }

    .home-editorial-preview .sic-luna-visual {
        min-height: 430px;
        transform: scale(.84);
        transform-origin: center top;
    }

    .home-editorial-preview .sic-contact-primary,
    .home-editorial-preview .sic-contact-secondary {
        width: 100%;
    }

    .home-editorial-preview .sic-section-endline,
    .home-editorial-preview .sic-process-foot {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* ==================================================================
   SIC · CORRECCIÓN DE HEADER + TIPOGRAFÍA
   25-08-2026
   - Los tabs permanecen arriba y centrados.
   - Nunca se ocultan por el breakpoint anterior.
   - Todo el texto visible se muestra en blanco.
   ================================================================== */

/* ---------- TODO EL TEXTO EN BLANCO ---------- */

.home-editorial-preview,
.home-editorial-preview h1,
.home-editorial-preview h2,
.home-editorial-preview h3,
.home-editorial-preview h4,
.home-editorial-preview h5,
.home-editorial-preview h6,
.home-editorial-preview p,
.home-editorial-preview a,
.home-editorial-preview button,
.home-editorial-preview span,
.home-editorial-preview small,
.home-editorial-preview strong,
.home-editorial-preview b,
.home-editorial-preview label,
.home-editorial-preview li,
.home-editorial-preview .section-kicker,
.home-editorial-preview .service-label,
.home-editorial-preview .sic-index,
.home-editorial-preview .sic-process-number,
.home-editorial-preview .popular-card-category,
.home-editorial-preview .catalog-modal-status,
.home-editorial-preview .project-modal-status,
.home-editorial-preview .contact-status,
.home-editorial-preview .status,
.home-editorial-preview .screen-top b,
.home-editorial-preview .screen-title-row small,
.home-editorial-preview .screen-title-row strong,
.home-editorial-preview .screen-metrics small,
.home-editorial-preview .screen-metrics strong {
    color: #ffffff !important;
}

.home-editorial-preview input,
.home-editorial-preview textarea,
.home-editorial-preview select {
    color: #ffffff !important;
}

.home-editorial-preview input::placeholder,
.home-editorial-preview textarea::placeholder {
    color: rgba(255,255,255,.52) !important;
}


/* ---------- HEADER FIJO Y TABS EN SU POSICIÓN CORRECTA ---------- */

.home-editorial-preview .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;

    min-height: 82px !important;
    padding: 0 48px !important;

    display: grid !important;
    grid-template-columns:
        minmax(245px, 1fr)
        minmax(540px, auto)
        minmax(180px, 1fr) !important;

    align-items: center !important;
    gap: 28px !important;

    background:
        linear-gradient(
            180deg,
            rgba(5, 11, 13, .97),
            rgba(5, 11, 13, .88)
        ) !important;

    border-bottom:
        1px solid
        rgba(255,255,255,.09) !important;

    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}


/* navegación siempre en la parte superior */
.home-editorial-preview .site-nav {
    min-width: 0 !important;
    height: 82px !important;

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

    gap: clamp(18px, 2vw, 32px) !important;

    position: static !important;
    inset: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}


/* elimina el padding vertical que estaba bajando los tabs */
.home-editorial-preview .site-nav .nav-link {
    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 8px 0 10px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: relative !important;
    top: auto !important;
    bottom: auto !important;

    color: #ffffff !important;
    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    font-size: 12px !important;
    font-weight: 550 !important;
    line-height: 1 !important;

    white-space: nowrap !important;
    overflow: visible !important;
}


/* línea activa debajo, no desplazando el texto */
.home-editorial-preview .site-nav .nav-link::after {
    content: "" !important;

    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;

    width: 0 !important;
    height: 1px !important;

    transform:
        translateX(-50%) !important;

    background:
        rgba(255,255,255,.82) !important;

    box-shadow: none !important;

    transition:
        width .25s ease !important;
}


.home-editorial-preview .site-nav .nav-link:hover::after,
.home-editorial-preview .site-nav .nav-link.active::after,
.home-editorial-preview .site-nav .nav-link.is-active::after {
    width: 28px !important;
}


.home-editorial-preview .site-nav .nav-link:hover,
.home-editorial-preview .site-nav .nav-link.active,
.home-editorial-preview .site-nav .nav-link.is-active {
    color: #ffffff !important;
    transform: none !important;
}


/* marca alineada */
.home-editorial-preview .site-brand {
    align-self: center !important;
    margin: 0 !important;
}


/* CTA alineado al mismo centro vertical */
.home-editorial-preview .header-cta {
    align-self: center !important;
    justify-self: end !important;

    margin: 0 !important;
    padding: 8px 0 10px !important;

    color: #ffffff !important;
}


/* ---------- CORRECCIÓN DEL BREAKPOINT QUE OCULTABA LOS TABS ---------- */

@media (max-width: 1180px) {

    .home-editorial-preview .site-header {
        padding: 0 26px !important;

        grid-template-columns:
            auto
            minmax(0, 1fr)
            auto !important;

        gap: 22px !important;
    }

    /* antes estaba display:none */
    .home-editorial-preview .site-nav {
        display: flex !important;
        justify-content: center !important;
        gap: clamp(12px, 1.5vw, 22px) !important;
    }

    .home-editorial-preview .site-nav .nav-link {
        font-size: 11px !important;
    }

    .home-editorial-preview .site-brand-copy {
        display: none !important;
    }
}


@media (max-width: 860px) {

    .home-editorial-preview .site-header {
        min-height: 74px !important;
        padding: 0 18px !important;

        grid-template-columns:
            auto
            minmax(0, 1fr) !important;

        gap: 16px !important;
    }

    .home-editorial-preview .site-nav {
        height: 74px !important;

        justify-content: flex-start !important;
        gap: 20px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scrollbar-width: none !important;

        -webkit-overflow-scrolling: touch;
    }

    .home-editorial-preview .site-nav::-webkit-scrollbar {
        display: none !important;
    }

    .home-editorial-preview .site-nav .nav-link {
        flex: 0 0 auto !important;
        font-size: 10px !important;
    }

    /* en móvil priorizamos que los seis tabs sigan visibles/accesibles */
    .home-editorial-preview .header-cta {
        display: none !important;
    }
}


@media (max-width: 560px) {

    .home-editorial-preview .site-header {
        padding: 0 14px !important;
        gap: 12px !important;
    }

    .home-editorial-preview .site-brand-mark {
        width: 34px !important;
        height: 34px !important;
    }

    .home-editorial-preview .site-brand-mark img {
        width: 25px !important;
        height: 25px !important;
    }

    .home-editorial-preview .site-nav {
        gap: 17px !important;
    }
}

/* ==================================================================
   SIC · AJUSTE 02
   - Las dos letras/títulos grandes pasan a blanco.
   - Mejora visual desde Web y apps.
   - Luna se reemplaza por SIC Automated.
   ================================================================== */

/* ---------- TÍTULOS GRANDES EN BLANCO ---------- */

.home-editorial-preview .hero-copy h1,
.home-editorial-preview .section-heading h2 {
    color: #f3f0e9 !important;
}

.home-editorial-preview .hero-copy h1 span {
    color: #7be1c0 !important;
}

.home-editorial-preview .section-heading > p,
.home-editorial-preview .hero-text {
    color: rgba(255,255,255,.76) !important;
}


/* ---------- WEB & APPS · REFINAMIENTO ---------- */

.home-editorial-preview .sic-webapps-section {
    background:
        radial-gradient(circle at 78% 24%, rgba(110, 166, 176, .10), transparent 26%),
        linear-gradient(180deg, #071012 0%, #081316 100%) !important;
}

.home-editorial-preview .sic-webapps-layout {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.home-editorial-preview .sic-webapps-main {
    padding-right: 44px;
}

.home-editorial-preview .sic-webapps-visual {
    border: 1px solid rgba(180, 214, 209, .10);
    background:
        linear-gradient(rgba(125, 166, 173, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 166, 173, .035) 1px, transparent 1px),
        #091417;
    background-size: 34px 34px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.home-editorial-preview .sic-browser-stage {
    border-color: rgba(187, 212, 212, .16);
    background: rgba(7, 18, 21, .95);
    box-shadow:
        0 28px 80px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.02);
}

.home-editorial-preview .sic-browser-content strong,
.home-editorial-preview .sic-webapps-copy h3,
.home-editorial-preview .sic-webapps-side h3 {
    color: #ffffff !important;
}

.home-editorial-preview .sic-browser-flow span {
    border-color: rgba(188, 214, 209, .14);
    color: rgba(255,255,255,.74);
    background: rgba(255,255,255,.015);
}

.home-editorial-preview .sic-webapps-copy p,
.home-editorial-preview .sic-webapps-side p,
.home-editorial-preview .sic-section-description {
    color: rgba(255,255,255,.72) !important;
}

.home-editorial-preview .sic-app-screen,
.home-editorial-preview .sic-automation-map span {
    background: rgba(255,255,255,.02);
}


/* ---------- SIC AUTOMATED ---------- */

.home-editorial-preview .sic-automated-section {
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr);
    align-items: center;
    gap: clamp(40px, 7vw, 120px);
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 48%, rgba(96, 147, 154, .14), transparent 32%),
        linear-gradient(180deg, #061012 0%, #071114 100%);
}

.home-editorial-preview .sic-automated-copy {
    width: min(660px, 100%);
    justify-self: end;
}

.home-editorial-preview .sic-automated-copy h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.025em;
}

.home-editorial-preview .sic-automated-copy h2 span {
    display: block;
    color: #7be1c0;
}

.home-editorial-preview .sic-automated-copy > p:not(.section-kicker) {
    max-width: 610px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 14px;
    line-height: 1.76;
}

.home-editorial-preview .sic-automated-points {
    margin: 28px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
}

.home-editorial-preview .sic-automated-points span {
    padding: 8px 12px;
    border-left: 1px solid rgba(123, 225, 192, .48);
    color: rgba(255,255,255,.82);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: rgba(255,255,255,.015);
}

.home-editorial-preview .sic-automated-visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
}

.home-editorial-preview .sic-automated-visual-shell {
    position: absolute;
    inset: 12% 7% 12% 9%;
    border: 1px solid rgba(180, 214, 209, .08);
    background:
        linear-gradient(rgba(125, 166, 173, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 166, 173, .028) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.18));
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.18));
}

.home-editorial-preview .sic-automated-frame {
    position: relative;
    width: min(760px, 100%);
    overflow: hidden;
    border: 1px solid rgba(188, 214, 209, .16);
    background: rgba(8, 19, 22, .96);
    box-shadow:
        0 34px 85px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.02);
    z-index: 2;
}

.home-editorial-preview .sic-automated-topbar {
    height: 46px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid rgba(184, 207, 203, .10);
    background: rgba(255,255,255,.015);
}

.home-editorial-preview .sic-automated-topbar i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.34);
}

.home-editorial-preview .sic-automated-topbar b {
    margin-left: 10px;
    color: rgba(255,255,255,.62);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .08em;
}

.home-editorial-preview .sic-automated-screen {
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}

.home-editorial-preview .sic-automated-screen img {
    width: 100%;
    display: block;
    border: 1px solid rgba(190, 214, 211, .10);
    filter: brightness(.98) contrast(1.02);
}

.home-editorial-preview .sic-automated-side-note {
    position: absolute;
    padding-left: 12px;
    border-left: 1px solid rgba(123, 225, 192, .48);
    color: rgba(255,255,255,.52);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .10em;
    text-transform: uppercase;
    z-index: 3;
}

.home-editorial-preview .sic-automated-side-note.note-a {
    left: 4%;
    top: 18%;
}

.home-editorial-preview .sic-automated-side-note.note-b {
    right: 2%;
    bottom: 20%;
}


/* ---------- FOOTER LINK LABEL COMPENSATION ---------- */

.home-editorial-preview .sic-editorial-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
}


/* ---------- RESPONSIVE ---------- */

@media (max-width: 1100px) {
    .home-editorial-preview .sic-automated-section {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-editorial-preview .sic-automated-copy {
        justify-self: start;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .home-editorial-preview .sic-automated-section {
        min-height: auto;
    }

    .home-editorial-preview .sic-automated-visual {
        min-height: 420px;
    }

    .home-editorial-preview .sic-automated-screen {
        padding: 14px;
    }

    .home-editorial-preview .sic-automated-side-note.note-a {
        left: 2%;
        top: 10%;
    }

    .home-editorial-preview .sic-automated-side-note.note-b {
        right: 2%;
        bottom: 10%;
    }
}

/* ==================================================================
   SIC · WEB & APPS + SIC AUTOMATED · REFINADO
   Lenguaje editorial oscuro, sin neón.
   ================================================================== */

/* ---------- enlaces editoriales ---------- */

.home-editorial-preview .sic-editorial-link {
    width: fit-content;
    margin-top: 30px;
    padding: 0 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 13px;

    color: #ffffff !important;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.32);

    font: 600 11px/1 "Inter", sans-serif;
    letter-spacing: .01em;
    text-decoration: none;

    transition:
        border-color .25s ease,
        gap .25s ease;
}

.home-editorial-preview .sic-editorial-link:hover {
    gap: 17px;
    border-bottom-color: rgba(255,255,255,.82);
}


/* ==================================================================
   WEB Y APPS V2
   ================================================================== */

.home-editorial-preview .sic-webapps-v2 {
    width: 100%;
    min-height: 690px;
    padding:
        110px
        clamp(34px, 5vw, 78px);

    display: grid;
    grid-template-columns:
        minmax(0, .86fr)
        minmax(500px, 1.14fr);

    align-items: center;

    gap: clamp(56px, 7vw, 120px);

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            #071012 0%,
            #081214 100%
        );

    border-top:
        1px solid
        rgba(255,255,255,.07);

    overflow: hidden;
}


.home-editorial-preview .sic-webapps-v2-copy {
    width: min(690px, 100%);
    justify-self: end;
}


.home-editorial-preview .sic-webapps-v2-copy h2 {
    margin: 0;

    color: #ffffff !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(
            48px,
            5vw,
            76px
        );

    font-weight: 500;

    line-height: .93;

    letter-spacing: -.028em;
}


.home-editorial-preview .sic-webapps-v2-copy h2 span {
    display: block;

    margin-top: 5px;

    color:
        rgba(
            255,
            255,
            255,
            .72
        ) !important;
}


.home-editorial-preview .sic-webapps-v2-intro {
    max-width: 590px;

    margin: 26px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            .72
        ) !important;

    font-size: 14px;

    line-height: 1.78;
}


.home-editorial-preview .sic-webapps-v2-list {
    margin-top: 42px;

    border-top:
        1px solid
        rgba(
            255,
            255,
            255,
            .11
        );
}


.home-editorial-preview .sic-webapps-v2-list > div {
    min-height: 84px;

    display: grid;

    grid-template-columns:
        44px
        minmax(0, 1fr);

    align-items: center;

    gap: 15px;

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            .09
        );
}


.home-editorial-preview .sic-webapps-v2-list > div > span {
    align-self: start;

    padding-top: 24px;

    color:
        rgba(
            255,
            255,
            255,
            .44
        ) !important;

    font-size: 9px;
    font-weight: 650;
    letter-spacing: .12em;
}


.home-editorial-preview .sic-webapps-v2-list strong {
    display: block;

    margin-top: 18px;

    color: #ffffff !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 24px;
    font-weight: 500;
}


.home-editorial-preview .sic-webapps-v2-list p {
    margin: 5px 0 18px;

    color:
        rgba(
            255,
            255,
            255,
            .55
        ) !important;

    font-size: 11px;

    line-height: 1.58;
}


.home-editorial-preview .sic-webapps-v2-visual {
    width: 100%;
    min-width: 0;
}


.home-editorial-preview .sic-webapps-v2-image {
    position: relative;

    width: 100%;

    aspect-ratio: 1.42 / 1;

    overflow: hidden;

    background: #0a1214;

    border-top:
        1px solid
        rgba(
            255,
            255,
            255,
            .12
        );

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            .08
        );
}


.home-editorial-preview .sic-webapps-v2-image::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(7,16,18,.24),
            transparent 28%,
            transparent 72%,
            rgba(7,16,18,.14)
        );
}


.home-editorial-preview .sic-webapps-v2-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
        saturate(.72)
        brightness(.78)
        contrast(1.05);

    transition:
        transform
        .8s
        cubic-bezier(.22,1,.36,1),
        filter
        .4s
        ease;
}


.home-editorial-preview .sic-webapps-v2-visual:hover img {
    transform: scale(1.018);

    filter:
        saturate(.80)
        brightness(.82)
        contrast(1.05);
}


.home-editorial-preview .sic-webapps-v2-caption {
    padding: 19px 0 0;

    display: grid;

    grid-template-columns:
        auto
        minmax(0, 1fr);

    gap: 34px;

    align-items: start;
}


.home-editorial-preview .sic-webapps-v2-caption span {
    color:
        rgba(
            255,
            255,
            255,
            .42
        ) !important;

    font-size: 9px;
    font-weight: 650;
    letter-spacing: .14em;
}


.home-editorial-preview .sic-webapps-v2-caption p {
    max-width: 420px;

    margin: 0;

    color:
        rgba(
            255,
            255,
            255,
            .55
        ) !important;

    font-size: 11px;

    line-height: 1.62;
}


/* ==================================================================
   SIC AUTOMATED V2
   Usa la imagen propia del producto.
   ================================================================== */

.home-editorial-preview .sic-automated-v2 {
    width: 100%;

    padding:
        110px
        clamp(34px, 5vw, 78px)
        120px;

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            #081214 0%,
            #061012 100%
        );

    border-top:
        1px solid
        rgba(
            255,
            255,
            255,
            .07
        );
}


.home-editorial-preview .sic-automated-v2-head {
    width: min(1480px, 100%);

    margin: 0 auto 52px;

    display: grid;

    grid-template-columns:
        minmax(0, .92fr)
        minmax(320px, .50fr);

    align-items: end;

    gap: clamp(50px, 7vw, 110px);
}


.home-editorial-preview .sic-automated-v2-head h2 {
    max-width: 820px;

    margin: 0;

    color: #ffffff !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(
            48px,
            5vw,
            76px
        );

    font-weight: 500;

    line-height: .94;

    letter-spacing: -.028em;
}


.home-editorial-preview .sic-automated-v2-head h2 span {
    display: block;

    color:
        rgba(
            255,
            255,
            255,
            .70
        ) !important;
}


.home-editorial-preview .sic-automated-v2-head > p {
    max-width: 560px;

    margin: 0 0 4px;

    color:
        rgba(
            255,
            255,
            255,
            .68
        ) !important;

    font-size: 14px;

    line-height: 1.76;
}


.home-editorial-preview .sic-automated-v2-layout {
    width: min(1480px, 100%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.30fr)
        minmax(330px, .70fr);

    gap: 0;

    border-top:
        1px solid
        rgba(
            255,
            255,
            255,
            .10
        );

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            .08
        );
}


.home-editorial-preview .sic-automated-v2-image {
    min-width: 0;

    padding:
        30px
        34px
        30px
        0;

    display: flex;

    align-items: center;

    border-right:
        1px solid
        rgba(
            255,
            255,
            255,
            .09
        );
}


.home-editorial-preview .sic-automated-v2-image img {
    width: 100%;

    display: block;

    filter:
        saturate(.82)
        brightness(.90)
        contrast(1.02);

    box-shadow:
        0 24px 60px
        rgba(
            0,
            0,
            0,
            .24
        );
}


.home-editorial-preview .sic-automated-v2-copy {
    padding:
        30px
        0
        34px
        34px;
}


.home-editorial-preview .sic-automated-v2-item {
    display: grid;

    grid-template-columns:
        44px
        minmax(0, 1fr);

    gap: 15px;

    padding: 20px 0;

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            .09
        );
}


.home-editorial-preview .sic-automated-v2-item:first-child {
    padding-top: 4px;
}


.home-editorial-preview .sic-automated-v2-item > span {
    padding-top: 5px;

    color:
        rgba(
            255,
            255,
            255,
            .42
        ) !important;

    font-size: 9px;
    font-weight: 650;
    letter-spacing: .12em;
}


.home-editorial-preview .sic-automated-v2-item strong {
    display: block;

    color: #ffffff !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 25px;
    font-weight: 500;

    line-height: 1.05;
}


.home-editorial-preview .sic-automated-v2-item p {
    margin: 7px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            .56
        ) !important;

    font-size: 11px;

    line-height: 1.62;
}


/* ---------- ya NO hay footer ---------- */

.home-editorial-preview .site-footer,
.home-editorial-preview .sic-editorial-footer {
    display: none !important;
}


/* ---------- responsive ---------- */

@media (max-width: 1100px) {

    .home-editorial-preview .sic-webapps-v2 {
        grid-template-columns: 1fr;

        min-height: auto;

        gap: 50px;
    }


    .home-editorial-preview .sic-webapps-v2-copy {
        justify-self: start;

        width: 100%;
    }


    .home-editorial-preview .sic-automated-v2-head {
        grid-template-columns: 1fr;

        gap: 22px;
    }


    .home-editorial-preview .sic-automated-v2-layout {
        grid-template-columns: 1fr;
    }


    .home-editorial-preview .sic-automated-v2-image {
        padding:
            28px
            0;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(
                255,
                255,
                255,
                .09
            );
    }


    .home-editorial-preview .sic-automated-v2-copy {
        padding:
            30px
            0
            34px;
    }
}


@media (max-width: 760px) {

    .home-editorial-preview .sic-webapps-v2,
    .home-editorial-preview .sic-automated-v2 {
        padding:
            82px
            22px;
    }


    .home-editorial-preview .sic-webapps-v2-caption {
        grid-template-columns: 1fr;

        gap: 9px;
    }


    .home-editorial-preview .sic-automated-v2-item {
        grid-template-columns:
            34px
            minmax(0,1fr);
    }
}

/* ==================================================================
   SIC · CORRECCIÓN WEB & APPS + SIC AUTOMATED REAL
   ================================================================== */

/* ------------------------------------------------------------------
   WEB & APPS
   - Mejor proporción de texto / imagen.
   - Imagen HD, sin forzar un crop pequeño.
   - Los 3 puntos quedan correctamente organizados.
   ------------------------------------------------------------------ */

.home-editorial-preview .sic-webapps-v2 {
    grid-template-columns:
        minmax(430px, .92fr)
        minmax(620px, 1.08fr) !important;

    gap: clamp(62px, 6.5vw, 108px) !important;
}

.home-editorial-preview .sic-webapps-v2-copy {
    width: min(700px, 100%) !important;
}

.home-editorial-preview .sic-webapps-v2-copy h2 {
    max-width: 690px !important;

    font-size:
        clamp(
            47px,
            4.65vw,
            70px
        ) !important;

    line-height: .96 !important;
}

.home-editorial-preview .sic-webapps-v2-copy h2 span {
    margin-top: 7px !important;
}

.home-editorial-preview .sic-webapps-v2-intro {
    max-width: 610px !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
}

.home-editorial-preview .sic-webapps-v2-list {
    max-width: 610px !important;
    margin-top: 34px !important;
}

.home-editorial-preview .sic-webapps-v2-list > div {
    min-height: 92px !important;

    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;

    align-items: start !important;
    gap: 18px !important;

    padding: 18px 0 !important;
}

.home-editorial-preview .sic-webapps-v2-list > div > span {
    grid-column: 1 !important;
    grid-row: 1 !important;

    padding-top: 5px !important;
}

.home-editorial-preview .sic-webapps-v2-item-copy {
    grid-column: 2 !important;
    grid-row: 1 !important;

    min-width: 0 !important;
}

.home-editorial-preview .sic-webapps-v2-item-copy strong {
    display: block !important;

    margin: 0 !important;

    color: #ffffff !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
}

.home-editorial-preview .sic-webapps-v2-item-copy p {
    width: auto !important;
    max-width: 500px !important;

    margin: 7px 0 0 !important;

    color: rgba(255,255,255,.60) !important;

    font-size: 11px !important;
    line-height: 1.62 !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.home-editorial-preview .sic-webapps-v2-visual {
    align-self: center !important;
}

.home-editorial-preview .sic-webapps-v2-image {
    width: 100% !important;

    aspect-ratio: auto !important;

    overflow: hidden !important;

    background: #091113 !important;

    border:
        1px solid
        rgba(255,255,255,.10) !important;
}

.home-editorial-preview .sic-webapps-v2-image img {
    width: 100% !important;
    height: auto !important;

    display: block !important;

    object-fit: contain !important;

    filter:
        saturate(.78)
        brightness(.86)
        contrast(1.04) !important;
}

.home-editorial-preview .sic-webapps-v2-caption {
    padding-top: 16px !important;

    grid-template-columns:
        auto
        minmax(0, 1fr) !important;

    gap: 28px !important;
}

.home-editorial-preview .sic-webapps-v2-caption p {
    max-width: 520px !important;
}


/* ------------------------------------------------------------------
   SIC AUTOMATED
   - Se muestra la vista REAL actual del producto.
   - La captura blanca se integra sin filtros que alteren la interfaz.
   ------------------------------------------------------------------ */

.home-editorial-preview .sic-automated-v2-layout {
    grid-template-columns:
        minmax(0, 1.42fr)
        minmax(340px, .58fr) !important;
}

.home-editorial-preview .sic-automated-v2-image {
    padding:
        32px
        38px
        32px
        0 !important;

    align-items: flex-start !important;
}

.home-editorial-preview .sic-automated-v2-image img {
    width: 100% !important;
    height: auto !important;

    display: block !important;

    object-fit: contain !important;

    filter: none !important;

    border:
        1px solid
        rgba(255,255,255,.12) !important;

    box-shadow:
        0 26px 70px
        rgba(0,0,0,.28) !important;
}

.home-editorial-preview .sic-automated-v2-copy {
    padding:
        32px
        0
        36px
        38px !important;
}

.home-editorial-preview .sic-automated-v2-item {
    grid-template-columns:
        38px
        minmax(0, 1fr) !important;
}

.home-editorial-preview .sic-automated-v2-item strong {
    font-size: 24px !important;
}

.home-editorial-preview .sic-automated-v2-item p {
    max-width: 350px !important;

    color:
        rgba(
            255,
            255,
            255,
            .60
        ) !important;
}


/* ------------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------------ */

@media (max-width: 1180px) {

    .home-editorial-preview .sic-webapps-v2 {
        grid-template-columns: 1fr !important;
        gap: 46px !important;
    }

    .home-editorial-preview .sic-webapps-v2-copy {
        width: min(760px, 100%) !important;
        justify-self: start !important;
    }

    .home-editorial-preview .sic-webapps-v2-visual {
        width: 100% !important;
    }

    .home-editorial-preview .sic-automated-v2-layout {
        grid-template-columns: 1fr !important;
    }

    .home-editorial-preview .sic-automated-v2-image {
        padding:
            28px
            0 !important;

        border-right: 0 !important;
    }

    .home-editorial-preview .sic-automated-v2-copy {
        padding:
            30px
            0
            36px !important;
    }
}

@media (max-width: 760px) {

    .home-editorial-preview .sic-webapps-v2-list > div {
        grid-template-columns:
            32px
            minmax(0, 1fr) !important;

        gap: 14px !important;
    }

    .home-editorial-preview .sic-webapps-v2-item-copy strong {
        font-size: 23px !important;
    }

    .home-editorial-preview .sic-webapps-v2-caption {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
}

/* ==================================================================
   SIC · CATÁLOGO DE PROGRAMAS · CORRECCIÓN SOLO DE ESTA PARTE
   Se refina únicamente el modal de software.
   ================================================================== */

.home-editorial-preview .catalog-modal-backdrop {
    background: rgba(6, 14, 17, 0.78) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.home-editorial-preview .catalog-modal-window {
    width: min(1320px, 100%) !important;
    height: min(860px, calc(100vh - 34px)) !important;

    padding: 22px 22px 24px !important;

    border: 1px solid rgba(196, 214, 210, 0.12) !important;
    border-radius: 18px !important;

    background:
        linear-gradient(
            180deg,
            rgba(8, 19, 22, 0.988),
            rgba(6, 15, 18, 0.992)
        ) !important;

    box-shadow:
        0 36px 95px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

.home-editorial-preview .catalog-modal-window::before {
    display: none !important;
}

.home-editorial-preview .catalog-modal-header {
    padding-bottom: 18px !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.home-editorial-preview .catalog-modal-status {
    margin-bottom: 10px !important;

    color: rgba(255, 255, 255, 0.46) !important;

    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
}

.home-editorial-preview .catalog-modal-header h2 {
    color: #f4f0e8 !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size: clamp(36px, 4vw, 56px) !important;
    font-weight: 500 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.03em !important;
}

.home-editorial-preview .catalog-modal-header h2 strong {
    font-weight: 500 !important;
}

.home-editorial-preview .catalog-modal-close {
    width: 44px !important;
    height: 44px !important;

    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 12px !important;

    color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.home-editorial-preview .catalog-modal-close:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05) !important;
    transform: none !important;
}

.home-editorial-preview .catalog-toolbar {
    margin-bottom: 14px !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
}

.home-editorial-preview .catalog-search-wrap {
    position: relative !important;

    min-height: 48px !important;

    display: flex !important;
    align-items: center !important;

    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 14px !important;

    background: rgba(255, 255, 255, 0.02) !important;

    transition:
        border-color .24s ease,
        background .24s ease,
        box-shadow .24s ease !important;
}

.home-editorial-preview .catalog-search-wrap:focus-within {
    border-color: rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.03) !important;
}

.home-editorial-preview .catalog-search-wrap > svg {
    width: 18px !important;
    height: 18px !important;

    margin-left: 16px !important;

    color: rgba(255, 255, 255, 0.74) !important;
}

.home-editorial-preview .catalog-search-wrap input {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;

    padding: 0 48px 0 12px !important;

    border: 0 !important;
    outline: 0 !important;

    color: #ffffff !important;
    background: transparent !important;

    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
}

.home-editorial-preview .catalog-search-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.38) !important;
}

.home-editorial-preview #software-search-clear {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;

    width: 32px !important;
    height: 32px !important;

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

    border: 0 !important;
    border-radius: 10px !important;

    color: rgba(255, 255, 255, 0.58) !important;
    background: transparent !important;

    transform: translateY(-50%) !important;
}

.home-editorial-preview #software-search-clear:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.home-editorial-preview .catalog-counter {
    min-width: 130px !important;

    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    gap: 6px !important;
}

.home-editorial-preview .catalog-counter strong {
    color: #ffffff !important;

    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.home-editorial-preview .catalog-counter span {
    color: rgba(255, 255, 255, 0.56) !important;

    font-size: 11px !important;
    line-height: 1 !important;
}

.home-editorial-preview .catalog-filters {
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;

    display: flex !important;
    gap: 8px !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;

    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.14) transparent !important;
}

.home-editorial-preview .catalog-filter-button {
    min-height: 34px !important;
    padding: 0 13px !important;

    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 999px !important;

    color: rgba(255, 255, 255, 0.64) !important;
    background: rgba(255, 255, 255, 0.02) !important;

    font-size: 9px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;

    box-shadow: none !important;
}

.home-editorial-preview .catalog-filter-button:hover {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.home-editorial-preview .catalog-filter-button.is-active {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.home-editorial-preview .catalog-grid {
    padding: 4px 6px 8px 2px !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;

    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.14) transparent !important;
}

.home-editorial-preview .catalog-grid::-webkit-scrollbar {
    width: 8px !important;
}

.home-editorial-preview .catalog-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
}

.home-editorial-preview .catalog-card {
    min-height: 245px !important;
    padding: 16px !important;

    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 0 !important;

    background:
        linear-gradient(
            180deg,
            rgba(22, 54, 71, 0.88),
            rgba(14, 43, 58, 0.88)
        ) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;

    transition:
        transform .24s ease,
        border-color .24s ease,
        background .24s ease !important;
}

.home-editorial-preview .catalog-card::before {
    left: 16px !important;
    width: 34px !important;
    height: 2px !important;

    border-radius: 0 !important;

    background: rgba(134, 219, 231, 0.9) !important;
    box-shadow: none !important;
}

.home-editorial-preview .catalog-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow:
        0 16px 28px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

.home-editorial-preview .catalog-card:hover::before {
    width: 48px !important;
}

.home-editorial-preview .catalog-card-icon {
    width: 40px !important;
    height: 40px !important;

    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 10px !important;

    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.03) !important;
}

.home-editorial-preview .catalog-program-letter {
    color: #ffffff !important;
}

.home-editorial-preview .catalog-card-category {
    color: rgba(255, 255, 255, 0.62) !important;

    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
}

.home-editorial-preview .catalog-card h3 {
    margin: 0 0 9px !important;

    color: #ffffff !important;

    font-family:
        "Inter",
        sans-serif !important;

    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.22 !important;
    letter-spacing: -0.015em !important;
}

.home-editorial-preview .catalog-card > p {
    margin: 0 0 13px !important;

    color: rgba(255, 255, 255, 0.72) !important;

    font-size: 10px !important;
    line-height: 1.55 !important;
}

.home-editorial-preview .catalog-card-systems span {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 999px !important;

    color: rgba(255, 255, 255, 0.70) !important;
    background: rgba(255, 255, 255, 0.03) !important;

    font-size: 8px !important;
}

.home-editorial-preview .catalog-card-service {
    margin-bottom: 12px !important;

    color: rgba(255, 255, 255, 0.50) !important;

    font-size: 8px !important;
    line-height: 1.45 !important;
}

.home-editorial-preview .catalog-card .catalog-request-button,
.home-editorial-preview .catalog-request-button {
    min-height: 38px !important;
    margin-top: auto !important;
    padding: 0 14px !important;

    border: 1px solid rgba(139, 222, 233, 0.34) !important;
    border-radius: 12px !important;

    color: #ffffff !important;
    background: rgba(136, 213, 225, 0.06) !important;

    font-size: 10px !important;
}

.home-editorial-preview .catalog-card .catalog-request-button::before,
.home-editorial-preview .catalog-request-button::before {
    display: none !important;
}

.home-editorial-preview .catalog-card .catalog-request-button:hover,
.home-editorial-preview .catalog-request-button:hover {
    border-color: rgba(164, 233, 242, 0.52) !important;
    background: rgba(136, 213, 225, 0.10) !important;
}

.home-editorial-preview .catalog-empty {
    color: rgba(255, 255, 255, 0.60) !important;
}

.home-editorial-preview .catalog-empty h3 {
    color: #ffffff !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size: 34px !important;
    font-weight: 500 !important;
}

.home-editorial-preview .catalog-empty p {
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 11px !important;
}

@media (max-width: 980px) {
    .home-editorial-preview .catalog-toolbar {
        grid-template-columns: 1fr !important;
        align-items: stretch !important;
    }

    .home-editorial-preview .catalog-counter {
        justify-content: flex-start !important;
    }

    .home-editorial-preview .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    .home-editorial-preview .catalog-modal-window {
        height: min(92vh, calc(100vh - 18px)) !important;
        padding: 16px !important;
        border-radius: 14px !important;
    }

    .home-editorial-preview .catalog-modal-header h2 {
        font-size: clamp(30px, 7vw, 42px) !important;
    }

    .home-editorial-preview .catalog-grid {
        grid-template-columns: 1fr !important;
    }
}
