/* CDP Page Specific Styles */

/* ================================
   Animación de entrada ascendente
   ================================ */
@keyframes cdpSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Para elementos que ya usan transform para centrarse (translateX -50%) */
@keyframes cdpSlideUpCentered {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Especificidad mayor (.page-cdp + clase) para superar reglas como
   .secondary-services-card { opacity: 1 } que tienen igual jerarquía */
.page-cdp .cdp-animate {
    opacity: 0;
    transform: translateY(40px);
}

/* Elementos centrados con translateX(-50%) necesitan keyframe combinado */
.page-cdp .section-frame.cdp-animate {
    transform: translateX(-50%) translateY(40px);
}

/* fill-mode: both → aplica el keyframe FROM durante el delay (backwards)
   y mantiene el keyframe TO al terminar (forwards) */
.page-cdp .cdp-animate.cdp-visible {
    animation: cdpSlideUp 0.7s ease both;
}

.page-cdp .section-frame.cdp-animate.cdp-visible {
    animation: cdpSlideUpCentered 0.7s ease both;
}

/* Delays escalonados para grupos de elementos */
.page-cdp .cdp-animate.delay-1 { animation-delay: 0.1s; }
.page-cdp .cdp-animate.delay-2 { animation-delay: 0.2s; }
.page-cdp .cdp-animate.delay-3 { animation-delay: 0.3s; }

/* Page Base */
.page-cdp {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Main Content */
.cdp-main {
    position: relative;
    width: 100%;
}

/* Background Wrapper */
.cdp-background-wrapper {
    width: 100%;
    overflow: clip; /* clip: recorta sin crear scroll container (fix trackpad double-scroll) */
    position: relative;
    height: 8500px;
}

.cdp-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    z-index: 0;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .cdp-background-wrapper {
        height: 8500px;
    }

    .cdp-bg-image {
        width: 100%;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .page-cdp {
        display: flex;
        flex-direction: column;
    }

    .cdp-main {
        flex: 1;
    }

    .cdp-background-wrapper {
        height: 7200px;
        overflow: clip;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
    .cdp-background-wrapper {
        height: 6100px;
    }
}

/* Main SVG Container */
.main-svg-container {
    position: absolute;
    width: 90%;
    max-width: 1279px;
    height: 2016px;
    top: 4450px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 80px;
    z-index: 4;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}

.main-svg-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    border-radius: 80px;
    padding: 1px;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0) 11.33%, rgba(255, 255, 255, 0) 91.77%, #fff);
    mask: calc();
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.main-svg-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* CDP Footer */
.cdp-footer {
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 15px 60px;
}

.cdp-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cdp-footer-logo {
    display: inline-block;
}

.cdp-footer-logo img {
    width: 105.6px;
    height: 46.437px;
    flex-shrink: 0;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .cdp-footer {
        padding: 30px 20px;
    }

    .cdp-footer-logo img {
        height: 40px;
    }
}

/* ================================
   Secondary Services Section
   ================================ */

.secondary-services-section {
    position: absolute;
    top: 650px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1279px;
    z-index: 5;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

/* Initial visible state */
.secondary-services-section.visible-initial {
    transform: translateX(-50%);
    opacity: 1;
}

/* Collapsed state when service card is expanded */
.secondary-services-section.collapsed {
    transform: translate(-50%, -150%);
    opacity: 0;
    pointer-events: none;
}

.secondary-services-card {
    width: 100%;
    height: 355px;
    background-color: #fff;
    opacity: 1;
    border-radius: 185px;
    box-shadow: 0px -15px 36.9px rgba(10, 10, 10, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}

.secondary-services-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
    align-self: flex-start;
    margin-left: 150px;
}

.secondary-service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.secondary-service-item:hover {
    opacity: 0.7;
}

.secondary-service-icon {
    width: 100px;
    height: 56px;
    object-fit: contain;
}

.secondary-service-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 24px;
}

.secondary-service-text.pu {
    color: #126fff;
}

.secondary-service-text.bz {
    color: #d40082;
}

.secondary-services-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #a9a9a9;
    text-align: center;
    margin: 0 0 20px 0;
}

/* ================================
   Tagline Section
   ================================ */

.tagline-section {
    text-align: center;
    width: 90%;
    max-width: 600px;
}

.tagline-top {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 24px;
    color: #686767;
    margin: 0;
    line-height: 1.2;
}

.tagline-main {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 64px;
    color: #000000;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -4px;
}

.tagline-main .highlight {
    font-weight: 500;
    color: #126fff;
}

.tagline-bottom {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 24px;
    color: #686767;
    margin: 0;
    line-height: 1.2;
}

.tagline-bottom .highlight {
    font-weight: 300;
    color: #126fff;
}

/* ================================
   Tarjeta Container
   ================================ */

/* Tarjeta 2 - Posicionamiento más abajo */
.tarjeta-2 .secondary-services-section {
    top: 720px;
}

.tarjeta-2 .service-card-section {
    top: 650px;
}

/* Tarjeta 2 - Colores personalizados (rosa) */
.tarjeta-2 .secondary-service-text {
    color: #fdb30b !important;
}

.tarjeta-2 .tagline-main .highlight {
    color: #fdb30b;
}

.tarjeta-2 .tagline-bottom .highlight {
    color: #fdb30b;
}

.tarjeta-2 .service-card-title {
    color: #fdb30b;
}

.tarjeta-2 .service-card-description {
    color: #fdb30b;
}

.tarjeta-2 .service-card-btn {
    border-color: #fdb30b;
    color: #fdb30b;
}

.tarjeta-2 .service-card-btn:hover {
    background: #fdb30b;
    color: #ffffff;
}

.tarjeta-2 .play-button svg {
    color: #fdb30b;
}

/* Tarjeta 3 - Posicionamiento y colores (amarillo) */
.tarjeta-3 .secondary-services-section {
    top: 790px;
}

.tarjeta-3 .service-card-section {
    top: 650px;
}

.tarjeta-3 .secondary-service-text {
    color: #ad00ff !important;
}

.tarjeta-3 .tagline-main .highlight {
    color: #ad00ff;
}

.tarjeta-3 .tagline-bottom .highlight {
    color: #ad00ff;
}

.tarjeta-3 .service-card-title {
    color: #ad00ff;
}

.tarjeta-3 .service-card-description {
    color: #ad00ff;
}

.tarjeta-3 .service-card-btn {
    border-color: #ad00ff;
    color: #ad00ff;
}

.tarjeta-3 .service-card-btn:hover {
    background: #ad00ff;
    color: #ffffff;
}

.tarjeta-3 .play-button svg {
    color: #ad00ff;
}

/* Tarjeta 4 - Posicionamiento y colores (morado) */
.tarjeta-4 .secondary-services-section {
    top: 860px;
}

.tarjeta-4 .service-card-section {
    top: 650px;
}

.tarjeta-4 .secondary-service-text {
    color: #d40082 !important;
}

.tarjeta-4 .tagline-main .highlight {
    color: #d40082;
}

.tarjeta-4 .tagline-bottom .highlight {
    color: #d40082;
}

.tarjeta-4 .service-card-title {
    color: #d40082;
}

.tarjeta-4 .service-card-description {
    color: #d40082;
}

.tarjeta-4 .service-card-btn {
    border-color: #d40082;
    color: #d40082;
}

.tarjeta-4 .service-card-btn:hover {
    background: #d40082;
    color: #ffffff;
}

.tarjeta-4 .play-button svg {
    color: #d40082;
}

/* ================================
   Service Card Section
   ================================ */

.service-card-section {
    position: absolute;
    top: 650px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1279px;
    z-index: 4;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

/* Initial collapsed state */
.service-card-section.collapsed-initial {
    transform: translate(-50%, 100%);
    opacity: 0;
    pointer-events: none;
}

/* Expanded state */
.service-card-section.expanded {
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}

/* Initial expanded state (sin animación de entrada) */
.service-card-section.initial-expanded {
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
    max-height: 1200px;
}

.service-card-wrapper {
    position: relative;
}

/* Main Card with integrated tab */
.service-card {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 1019px;
    background-color: #fff;
    opacity: 1;
    border-radius: 185px;
    /*box-shadow: 0px -15px 36.9px rgba(0, 0, 0, 0.25);*/
    overflow: visible;
    position: relative;
    margin-top: 40px;
}

.service-card::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 325px;
    height: 40px;
    /*background: rgba(255, 249, 249, 0.9);*/
    background: #ffffff;
    border-radius: 9px 9px 0 0;
    z-index: 1;
    cursor: pointer;
}

/* Tab element (now hidden, styles integrated into card) */
.service-card-tab {
    display: none;
}

/* Card Content - Left Side */
.service-card-content {
    flex: 1;
    padding: 70px 40px 60px 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.service-card-icon {
    width: 125px;
    height: 43px;
    margin-bottom: 10px;
    object-fit: contain;
}

.service-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 32px;
    color: #126fff;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.service-card-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #126fff;
    line-height: 1.5;
    margin: 0 0 30px 0;
    max-width: 513px;
}

.service-card-btn {
    display: inline-block;
    padding: 18px 60px;
    border: 0.5px solid #126fff;
    border-radius: 32.5px;
    background: transparent;
    color: #126fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 432px;
}

.service-card-btn:hover {
    background: #126fff;
    color: #ffffff;
}

/* Card Media - Right Side */
.service-card-media {
    padding: 70px 140px 0 0;
    position: relative;
    height: 717px;
}

.service-card-media .video-container {
    width: 375px;
    height: 717px;
    border-radius: 76px;
    overflow: hidden;
}

.service-card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ffffff;
}

.play-button svg {
    width: 28px;
    height: 28px;
    margin-left: 4px;
    color: #126fff;
}

.play-button.hidden {
    opacity: 0;
    pointer-events: none;
}

/* ================================
   WA Images Container
   ================================ */
.wa-images-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 300px;
}

.wa-image-frame {
    width: 100%;
    height: 55px;
    position: relative;
    border-radius: 32.5px;
    background-color: rgba(255, 255, 255, 0);
    border: 0.5px solid #fdb30b;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 50px;
}

.wa-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ================================
   PU Images Container
   ================================ */
.pu-images-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    max-width: 500px;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
}

.pu-image {
    width: auto;
    height: 180px;
    object-fit: contain;
}

/* ================================
   Secondary Services Responsive - Tablet
   ================================ */
@media (max-width: 1024px) {
    .secondary-services-section {
        top: 700px;
        width: 95%;
    }

    .secondary-services-card {
        height: 300px;
        border-radius: 100px;
        padding-top: 20px;
    }

    .secondary-services-list {
        margin-left: 80px;
    }

    .secondary-service-icon {
        width: 80px;
        height: 45px;
    }

    .secondary-service-text {
        font-size: 20px;
    }

    .secondary-services-subtitle {
        font-size: 16px;
    }
}

/* ================================
   Tagline Responsive - Tablet
   ================================ */
@media (max-width: 1024px) {
    .tagline-top,
    .tagline-bottom {
        font-size: 20px;
    }

    .tagline-main {
        font-size: 52px;
        letter-spacing: -3px;
    }
}

/* ================================
   Service Card Responsive - Tablet
   ================================ */
@media (max-width: 1024px) {
    .service-card-section {
        top: 550px;
        width: 95%;
        max-width: 850px;
    }

    .service-card {
        height: 850px;
        border-radius: 100px;
        margin-top: 30px;
    }

    .service-card::before {
        width: 250px;
        height: 30px;
        top: -30px;
    }

    .service-card-content {
        padding: 50px 30px 40px 80px;
    }

    .service-card-icon {
        width: 100px;
        height: 35px;
    }

    .service-card-title {
        font-size: 26px;
    }

    .service-card-description {
        font-size: 17px;
        max-width: 400px;
    }

    .service-card-btn {
        padding: 14px 40px;
        font-size: 17px;
    }

    .service-card-media {
        padding: 50px 80px 0 0;
        height: 600px;
    }

    .service-card-media .video-container {
        width: 300px;
        height: 600px;
        border-radius: 60px;
    }

    .wa-images-container {
        max-width: 280px;
        gap: 25px;
    }

    .wa-image-frame {
        height: 50px;
        padding: 8px 40px;
    }

    .pu-images-container {
        max-width: 280px;
        gap: 15px;
    }

    .pu-image {
        height: 120px;
    }
}

/* ================================
   Tarjetas Tablet - Posicionamiento individual
   ================================ */
@media (max-width: 1024px) {
    /* Tarjeta 1 mantiene valores por defecto */

    /* Tarjeta 2 - 70px de distancia con tarjeta 1 */
    .tarjeta-2 .secondary-services-section {
        top: 760px;
    }

    .tarjeta-2 .service-card-section {
        top: 550px;
    }

    /* Tarjeta 3 - 70px de distancia con tarjeta 2 */
    .tarjeta-3 .secondary-services-section {
        top: 830px;
    }

    .tarjeta-3 .service-card-section {
        top: 550px;
    }

    /* Tarjeta 4 - 70px de distancia con tarjeta 3 */
    .tarjeta-4 .secondary-services-section {
        top: 910px;
    }

    .tarjeta-4 .service-card-section {
        top: 550px;
    }
}

/* ================================
   Secondary Services Responsive - Mobile
   ================================ */
@media (max-width: 768px) {
    .cdp-main {
        position: relative;
    }

    .secondary-services-section {
        position: absolute;
        top: 1450px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        z-index: 10;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 1;
    }

    .secondary-services-section.visible-initial {
        transform: translateX(-50%);
        opacity: 1;
    }

    .secondary-services-section.collapsed {
        transform: translate(-50%, -150%);
        opacity: 0;
        pointer-events: none;
    }

    .secondary-services-card {
        height: auto;
        border-radius: 40px;
        padding: 30px 20px;
    }

    .secondary-services-list {
        gap: 12px;
        margin-bottom: 20px;
        margin-left: 0;
        align-self: center;
    }

    .secondary-service-icon {
        width: 70px;
        height: 40px;
    }

    .secondary-service-text {
        font-size: 18px;
    }

    .secondary-services-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    /* +300px bajando todas las tarjetas iniciales */
    .secondary-services-section { top: 650px; }
    .tarjeta-2 .secondary-services-section { top: 720px; }
    .tarjeta-3 .secondary-services-section { top: 790px; }
    .tarjeta-4 .secondary-services-section { top: 860px; }
    .tarjeta-2 .service-card-section { top: 1350px; }
    .tarjeta-3 .service-card-section { top: 1350px; }
    .tarjeta-4 .service-card-section { top: 1350px; }
}

/* ================================
   Tagline Responsive - Mobile
   ================================ */
@media (max-width: 768px) {
    .tagline-top,
    .tagline-bottom {
        font-size: 16px;
    }

    .tagline-main {
        font-size: 42px;
        letter-spacing: -2px;
    }
}

/* ================================
   Service Card Responsive - Mobile
   ================================ */
@media (max-width: 768px) {
    .service-card-section {
        position: absolute;
        top: 1350px;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 90%;
        max-width: none;
        z-index: 10;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        pointer-events: none;
    }

    .service-card-section.collapsed-initial {
        transform: translate(-50%, 100%);
        opacity: 0;
        pointer-events: none;
    }

    .service-card-section.expanded {
        transform: translate(-50%, -50%);
        opacity: 1;
        pointer-events: auto;
    }

    .service-card {
        flex-direction: column;
        border-radius: 40px;
        height: auto;
        margin-top: 30px;
        overflow: visible;
        position: relative;
    }

    .service-card::before {
        /*content: url('assets/Web\ y\ Automat\ 1.svg');*/
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 25px;
        top: -25px;
        border-radius: 9px 9px 0 0;
        padding: 5px 0;
    }

    .service-card-content {
        padding: 30px 25px;
        order: 2;
    }

    .service-card-icon {
        width: 80px;
        height: 28px;
        position: absolute;
        top: 30px;
        left: 25px;
        z-index: 2;
    }

    .service-card-title {
        font-size: 18px;
        margin-bottom: 15px;
        position: absolute;
        top: 20px;
        left: 155px;
        right: 25px;
        z-index: 2;
        text-align: left;
        line-height: 1.3;
    }

    .service-card-description {
        font-size: 15px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .service-card-btn {
        padding: 12px 30px;
        font-size: 15px;
        width: 100%;
        max-width: 100%;
    }

    .service-card-media {
        flex: none;
        width: 90%;
        height: 100%;
        order: 1;
        padding: 20px 0 0 0;
        margin: 60px auto 0;
    }

    .service-card-media .video-container {
        position: relative;
        width: 100%;
        height: 60%;
        border-radius: 40px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button svg {
        width: 24px;
        height: 24px;
    }

    .wa-images-container {
        max-width: 100%;
        gap: 20px;
    }

    .wa-image-frame {
        height: 45px;
        padding: 8px 35px;
    }

    .pu-images-container {
        flex-direction: row;
        max-width: 100%;
        gap: 15px;
        margin-top: 80px;
    }

    .pu-image {
        height: 210px;
    }

    /* Tarjeta 2/3/4 - Mobile positioning heredada del bloque @media 768px anterior
       (top: 420px / 490px / 560px para secondary-services-section,
        top: 850px para service-card-section) */

    /* Tarjeta 1 - Ajuste cuando está expandida */
    .tarjeta-1 .service-card-section.initial-expanded,
    .tarjeta-1 .service-card-section.expanded {
        top: 600px;
    }

    /* Tarjeta 2 - Ajuste cuando está expandida */
    .tarjeta-2 .service-card-section.expanded {
        top: 420px;
    }

    /* Tarjeta 3 - Ajuste cuando está expandida */
    .tarjeta-3 .service-card-section.expanded {
        top: 420px;
    }

    /* Tarjeta 4 - Ajuste cuando está expandida */
    .tarjeta-4 .service-card-section.expanded {
        top: 420px;
    }
}

/* ================================
   Secondary Services Responsive - Small Mobile
   ================================ */
@media (max-width: 480px) {
    .secondary-services-section {
        width: 95%;
        margin: 0 auto;
    }

    .secondary-services-card {
        border-radius: 30px;
        padding: 25px 15px;
    }

    .secondary-services-list {
        gap: 10px;
        margin-left: 0;
    }

    .secondary-service-icon {
        width: 60px;
        height: 34px;
    }

    .secondary-service-text {
        font-size: 16px;
    }

    .secondary-services-subtitle {
        font-size: 12px;
    }
}

/* ================================
   Tagline Responsive - Small Mobile
   ================================ */
@media (max-width: 480px) {
    .tagline-top,
    .tagline-bottom {
        font-size: 14px;
    }

    .tagline-main {
        font-size: 32px;
        letter-spacing: -1.5px;
    }
}

/* ================================
   Service Card Responsive - Small Mobile
   ================================ */
@media (max-width: 480px) {
    .service-card-section {
        width: 95%;
        margin: 0 auto 30px;
    }

    .service-card {
        margin-top: 25px;
        overflow: visible;
        position: relative;
    }

    .service-card::before {
        /*content: url('assets/Web\ y\ Automat\ 1.svg');*/
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 20px;
        top: -20px;
        border-radius: 9px 9px 0 0;
        padding: 8px 0;
    }

    .service-card-content {
        padding: 25px 20px;
    }

    .service-card-icon {
        width: 70px;
        height: 24px;
        position: absolute;
        top: 22px;
        left: 20px;
        z-index: 2;
    }

    .service-card-title {
        font-size: 16px;
        position: absolute;
        top: 20px;
        left: 115px;
        right: 25px;
        z-index: 2;
        text-align: left;
        line-height: 1.3;
    }

    .service-card-description {
        font-size: 13px;
        line-height: 1.5;
    }

    .service-card-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .service-card-media {
        flex: none;
        width: 90%;
        height: 100%;
        order: 1;
        padding: 20px 0 0 0;
        margin: 60px auto 0;
    }

    .service-card-media .video-container {
        border-radius: 30px;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button svg {
        width: 20px;
        height: 20px;
    }

    .wa-images-container {
        gap: 15px;
    }

    .wa-image-frame {
        height: 40px;
        padding: 8px 30px;
    }

    .pu-images-container {
        gap: 10px;
        margin-top: 80px;
    }

    .pu-image {
        height: 120px;
    }
}

/* ================================
   NUEVAS SECCIONES NUMERADAS
   ================================ */

/* Contenedor de secciones numeradas */
.numbered-section {
    position: absolute;
    width: 90%;
    max-width: 1279px;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 0;
    z-index: 5;
}

/* Posicionamiento de cada sección */
.conexion-confianza {
    top: 1260px;
}

.atraccion {
    top: 3085px;
}

.automatizacion {
    top: 5140px;
}

.contact-section {
    top: 7200px;
}

/* Header de sección */
.section-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

/* ================================
   SECCIÓN FRAME - Contenedor visual
   ================================ */

.section-frame {
    position: absolute;
    width: 90%;
    max-width: 1279px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 80px;
    z-index: 4;
}

.section-frame::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    border-radius: 80px;
    padding: 1px;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0) 11.33%, rgba(255, 255, 255, 0) 91.77%, #fff);
    mask: calc();
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.section-conexion {
    top: 1259px;
    height: 1796px;
}

.section-conexion::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    border-radius: 80px;
    padding: 1px;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0) 11.33%, rgba(255, 255, 255, 0) 91.77%, #fff);
    mask: calc();
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.section-atraccion {
    top: 3145px;
    height: 1796px;
}

/* Header de sección */
.section-header-content {
    padding: 30px 60px;
    text-align: center;
}

.section-header-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.section-header-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 857px;
    margin: 0 0 0 auto;
    line-height: 1.5;
    text-align: right;
}

/* ================================
   RESPONSIVO - Sección Frame
   ================================ */

/* Tablet */
@media (max-width: 1024px) {
    .section-frame {
        width: 95%;
        border-radius: 60px;
    }

    .section-conexion {
        top: 1250px;
        height: 1550px;
    }

    .section-atraccion {
    top: 2905px;
    height: 1570px;
    }

    .section-header-content {
        padding: 25px 40px;
    }

    .section-header-title {
        font-size: 16px;
        letter-spacing: 6px;
    }

    .section-header-desc {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .section-frame {
        border-radius: 40px;
    }

    .section-conexion {
        top: 1600px;
        height: 1800px;
    }

    .section-header-content {
        padding: 20px 25px;
    }

    .section-header-title {
        font-size: 14px;
        letter-spacing: 4px;
    }

    .section-header-desc {
        font-size: 13px;
    }

   .section-atraccion {
    top: 2605px;
    height: 1570px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .section-frame {
        border-radius: 30px;
    }

    .section-conexion {
        top: 1380px;
        height: 1350px;
    }

    .section-header-content {
        padding: 15px 20px;
    }

    .section-header-title {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .section-header-desc {
        font-size: 12px;
    }

   .section-atraccion {
    top: 2835px;
    height: 1460px;
    }
}

/* ================================
   TARJETAS NUMERADAS - Nueva Implementación
   ================================ */

/* Contenedor de tarjeta */
.numbered-card-container {
    position: absolute;
    width: 90%;
    max-width: 1186px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.card-1-container {
    top: 1469px;
}

/* Círculo numerado */
.numbered-circle {
    width: 98px;
    height: 98px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    top: -49px;
    left: 93px;
}

/* Número dentro del círculo */
.numbered-text {
    width: 28px;
    height: 58px;
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    color: #126fff;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

/* Tarjeta principal */
.numbered-card {
    width: 100%;
    height: 551px;
    position: relative;
    border-radius: 79px;
    background-color: #fff;
    padding: 60px 80px;
    box-sizing: border-box;
}

/* Pill/Etiqueta */
.card-pill {
    display: inline-block;
    padding: 2px 80px;
    border: 1px solid;
    border-radius: 19.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pill-blue {
    color: #126fff;
    border-color: #126fff;
}

/* Contenido de la tarjeta */
.card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    height: calc(100% - 70px);
}

.card-left {
    flex: 0 0 290px;
    display: flex;
    flex-direction: column;
}

.card-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Icono B */
.card-icon-b {
    width: 96px;
    height: 111px;
    color: #126fff;
    margin-bottom: 20px;
}

.card-icon-b svg {
    width: 100%;
    height: 100%;
}

/* Tagline */
.card-tagline {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 32px;
    color: #126fff;
    line-height: 1.4;
    margin: 0;
}

/* Grid de logos */
.logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 40px;
    align-items: center;
    justify-items: center;
}

/* Centrar los últimos 2 logos */
.logos-grid .logo-item:nth-child(9) {
    grid-column: 2 / 3;
}

.logos-grid .logo-item:nth-child(10) {
    grid-column: 3 / 4;
}

.logo-item {
    max-width: 120px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ================================
   RESPONSIVO - Tarjetas Numeradas
   ================================ */

/* Tablet */
@media (max-width: 1024px) {
    .numbered-card-container {
        width: 95%;
    }

    .card-1-container {
        top: 1400px;
    }

    .numbered-circle {
        width: 80px;
        height: 80px;
        top: -40px;
        left: 60px;
    }

    .numbered-text {
        font-size: 48px;
        width: 24px;
        height: 48px;
    }

    .numbered-card {
        height: 480px;
        border-radius: 60px;
        padding: 50px 60px;
    }

    .card-pill {
        font-size: 20px;
        padding: 6px 30px;
    }

    .card-left {
        flex: 0 0 280px;
    }

    .card-icon-b {
        width: 75px;
        height: 87px;
    }

    .card-tagline {
        font-size: 26px;
    }

    .logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 30px;
    }

    .logo-item {
        max-width: 100px;
        max-height: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .card-1-container {
        top: 1300px;
    }

    .numbered-circle {
        width: 65px;
        height: 65px;
        top: -32px;
        left: 30px;
    }

    .numbered-text {
        font-size: 38px;
        width: 20px;
        height: 40px;
    }

    .numbered-card {
        height: auto;
        min-height: 500px;
        border-radius: 40px;
        padding: 40px 30px;
    }

    .card-pill {
        font-size: 16px;
        padding: 5px 20px;
    }

    .card-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .card-left {
        flex: none;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .card-icon-b {
        width: 60px;
        height: 70px;
        margin: 0 auto 20px;
    }

    .card-tagline {
        font-size: 22px;
    }

    .card-right {
        width: 100%;
        justify-content: center;
        order: -1;
    }

    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 25px;
    }

    .logo-item {
        max-width: 90px;
        max-height: 35px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .card-1-container {
        top: 1550px;
    }

    .numbered-circle {
        width: 55px;
        height: 55px;
        top: -27px;
        left: 20px;
    }

    .numbered-text {
        font-size: 32px;
        width: 18px;
        height: 34px;
    }

    .numbered-card {
        border-radius: 30px;
        padding: 35px 20px;
    }

    .card-pill {
        font-size: 14px;
        padding: 4px 15px;
    }

    .card-icon-b {
        width: 50px;
        height: 58px;
        margin: 0 auto 15px;
    }

    .card-tagline {
        font-size: 18px;
    }

    .logos-grid {
        gap: 12px 20px;
    }

    .logo-item {
        max-width: 75px;
        max-height: 30px;
    }
}

/* ================================
   TARJETA 2: Social Media Content
   ================================ */

/* Posición tarjeta 2 */
.card-2-container {
    top: 2114px;
}

/* Círculo a la derecha */
.circle-right {
    left: auto;
    right: 93px;
}

/* Número amarillo */
.numbered-text.text-yellow {
    color: #fdb30b;
}

/* Tarjeta Social Media */
.card-social-media {
    height: 835px;
}

/* Pill alineado a la derecha */
.card-pill-right {
    text-align: right;
    margin-bottom: 30px;
}

.pill-yellow {
    color: #fdb30b;
    border-color: #fdb30b;
}

/* Contenido invertido (video izquierda, texto derecha) */
.card-content-reverse {
    flex-direction: row;
}

/* Lado del video */
.card-video-side {
    flex: 0 0 372px;
}

.card-video-container {
    width: 100%;
    height: 663px;
    position: relative;
    box-shadow: -16px 18px 16.1px rgba(0, 0, 0, 0.18);
    border-radius: 48px;
    overflow: hidden;
}

.card-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ffffff;
}

.video-play-btn svg {
    width: 28px;
    height: 28px;
    margin-left: 4px;
    color: #fdb30b;
}

/* Lado del texto */
.card-text-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 40px;
}

/* Icono SM */
.card-icon-sm {
    width: 234px;
    height: 102px;
    color: #fdb30b;
    margin-bottom: 20px;
}

.card-icon-sm svg {
    width: 100%;
    height: 100%;
}

/* Tagline alineado derecha */
.card-tagline-right {
    width: 456px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 36px;
    text-align: right;
    margin: 0;
    line-height: 1.4;
}

.card-tagline-yellow {
    color: #fdb30b;
}

.card-tagline-magenta {
    color: #d40082;
}

/* Línea conectora vertical */
.connector-line-vertical {
    position: absolute;
    width: 6px;
    height: 58.5px;
    background-color: #fff;
    z-index: 6;
}

.connector-1-2 {
    position: absolute;
    top: 2015px;
    right: 305px;
}

/* ================================
   RESPONSIVO - Tarjeta 2
   ================================ */

/* Tablet */
@media (max-width: 1024px) {
    .card-2-container {
        top: 1660px;
    }

    .connector-1-2 {
        top: 1580px;
        height: 50px;
        right: 117px;
    }

    .circle-right {
        right: 60px;
    }

    .card-social-media {
        height: 720px;
    }

    .card-video-side {
        flex: 0 0 300px;
    }

    .card-video-container {
        height: 550px;
        border-radius: 40px;
    }

    .card-icon-sm {
        width: 115px;
        height: 82px;
    }

    .card-tagline-right {
        width: 350px;
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .card-2-container {
        top: 2100px;
    }

    .connector-1-2 {
        top: 2050px;
        height: 40px;
        width: 4px;
        right: 60px;
    }

    .circle-right {
        right: 30px;
    }

    .card-social-media {
        height: auto;
        min-height: 700px;
    }

    .card-content-reverse {
        flex-direction: column;
    }

    .card-video-side {
        flex: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .card-video-container {
        width: 80%;
        max-width: 300px;
        height: 450px;
        border-radius: 35px;
    }

    .card-text-side {
        align-items: center;
        padding-bottom: 20px;
    }

    .card-icon-sm {
        width: 100px;
        height: 71px;
    }

    .card-tagline-right {
        width: 100%;
        font-size: 22px;
        text-align: center;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .card-2-container {
        top: 1950px;
    }

    .connector-1-2 {
        top: 1900px;
        height: 35px;
        right: 55px;
    }

    .circle-right {
        right: 20px;
    }

    .card-social-media {
        min-height: 600px;
    }

    .card-video-container {
        width: 90%;
        height: 380px;
        border-radius: 30px;
    }

    .card-icon-sm {
        width: 85px;
        height: 60px;
    }

    .card-tagline-right {
        font-size: 18px;
    }
}

/* ================================
   TARJETA 3: Campañas Digitales
   ================================ */

/* Posición tarjeta 3 */
.card-3-container {
    top: 3355px;
}

/* Número magenta */
.numbered-text.text-magenta {
    color: #d40082;
}

/* Tarjeta Campañas */
.card-campanas {
    height: 835px;
}

/* Pill magenta */
.pill-magenta {
    color: #d40082;
    border-color: #d40082;
}

/* Icono EA */
.card-icon-ea {
    width: 240px;
    height: 119px;
    color: #d40082;
    margin-bottom: 20px;
}

.card-icon-ea img {
    width: 100%;
    height: 100%;
}

/* Color del botón de play magenta */
.video-play-btn-magenta svg {
    color: #d40082;
}

/* Imagen en tarjeta 3 */
.card-image-side {
    flex: 0 0 372px;
    display: flex;
    align-items: center;
}

.card-image-leads {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

/* ================================
   RESPONSIVO - Tarjeta 3
   ================================ */

/* Tablet */
@media (max-width: 1024px) {
    .card-3-container {
        top: 3100px;
    }

    .card-campanas {
        height: 720px;
    }

    .card-image-side {
        flex: 0 0 300px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .card-3-container {
        top: 3000px;
    }

    .card-campanas {
        height: auto;
        min-height: 700px;
    }

    .card-image-side {
        flex: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .card-image-leads {
        width: 80%;
        max-width: 300px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .card-3-container {
        top: 3030px;
    }

    .card-campanas {
        min-height: 600px;
    }

    .card-image-leads {
        width: 90%;
    }
}

/* ================================
   TARJETA 4: Sitio Web
   ================================ */

/* Posición tarjeta 4 */
.card-4-container {
    top: 4300px;
}

/* Número dorado */
.numbered-text.text-gold {
    color: #d4a30b;
}

/* Tarjeta Sitio Web */
.card-sitio-web {
    height: 551px;
}

/* Pill dorado */
.pill-gold {
    color: #d4a30b;
    border-color: #d4a30b;
}

/* Icono Web */
.card-icon-web {
    width: 151px;
    height: 113px;
    color: #d4a30b;
    margin-bottom: 20px;
}

.card-icon-web svg {
    width: 100%;
    height: 100%;
}

/* Botones de sitios web */
.websites-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #d4a30b;
    margin-bottom: 20px;
    text-align: center;
}

.websites-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.website-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 31px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 62px;
}

.website-btn-gold {
    background: linear-gradient(135deg, #d4a30b, #fdb30b);
    color: #ffffff;
}

.website-btn-outline {
    background: transparent;
    border: 1px solid #d4a30b;
    color: #d4a30b;
}

.website-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 163, 11, 0.3);
}

.website-btn-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.website-btn-logo {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}

.website-btn-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Línea conectora vertical entre tarjetas 3 y 4 */
.connector-3-4 {
    top: 4192px;
    left: 305px;
}

/* ================================
   RESPONSIVO - Tarjeta 4
   ================================ */

/* Tablet */
@media (max-width: 1024px) {
    .card-4-container {
        top: 3920px;
    }

    .card-sitio-web {
        height: 480px;
    }

    .connector-3-4 {
        top: 3820px;
        height: 65px;
        left: 122px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .card-4-container {
        top: 3800px;
    }

    .card-sitio-web {
        height: auto;
        min-height: 500px;
    }

    .card-sitio-web .card-content {
        flex-direction: column;
        align-items: center;
    }

    .card-sitio-web .card-left {
        align-items: center;
        text-align: center;
    }

    .card-sitio-web .card-icon-web {
        margin: 0 auto 20px;
    }

    .card-sitio-web .card-right {
        width: 100%;
        justify-content: center;
        order: -1;
    }

    .connector-3-4 {
        top: 3750px;
        height: 40px;
        width: 4px;
        left: 60px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .card-4-container {
        top: 3706px;
    }

    .card-sitio-web {
        min-height: 450px;
    }

    .card-sitio-web .card-icon-web {
        margin: 0 auto 15px;
    }

    .connector-3-4 {
        top: 3647px;
        height: 35px;
        left: 55px;
    }
}

.section-header-line {
    width: 100%;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    padding: 0 30px;
}

.section-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 857px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ================================
   Tarjetas Numeradas
   ================================ */

.numbered-card {
    position: relative;
    background: #ffffff;
    border-radius: 79px;
    padding: 50px 60px;
    margin-bottom: 60px;
    min-height: 450px;
}

/* Círculos con números */
.card-number-circle {
    position: absolute;
    width: 98px;
    height: 98px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.card-number-left {
    top: -30px;
    left: 93px;
}

.card-number-right {
    top: -30px;
    right: 93px;
}

.card-number-center {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.card-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 64px;
    line-height: 1;
}

/* Colores de números por tarjeta */
.card-branding .card-number {
    color: #126fff;
}

.card-social-media .card-number {
    color: #fdb30b;
}

.card-campanas .card-number {
    color: #d40082;
}

.card-sitio-web .card-number {
    color: #d4a30b;
}

.card-automatizacion .card-number {
    color: #d4a30b;
}

/* Pills/Etiquetas */
.card-pill-container {
    margin-bottom: 30px;
}

.card-pill-container.pill-right {
    text-align: right;
}

.card-pill-container.pill-center {
    text-align: center;
}

.card-pill {
    display: inline-block;
    padding: 2px 80px;
    border: 1px solid;
    border-radius: 19.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 24px;
}

.pill-blue {
    color: #126fff;
    border-color: #126fff;
}

.pill-yellow {
    color: #fdb30b;
    border-color: #fdb30b;
}

.pill-magenta {
    color: #d40082;
    border-color: #d40082;
}

.pill-gold {
    color: #d4a30b;
    border-color: #d4a30b;
}

/* Contenido interior de tarjetas */
.card-content-wrapper {
    width: 100%;
}

.card-inner-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.card-inner-content.card-reverse {
    flex-direction: row;
}

.card-left-content,
.card-right-content {
    flex: 1;
}

/* Iconos de tarjetas */
.card-icon-branding {
    width: 96px;
    height: 111px;
    color: #126fff;
    margin-bottom: 20px;
}

.card-icon-branding svg {
    width: 100%;
    height: 100%;
}

.card-icon-sm {
    width: 234px;
    height: 102px;
    color: #fdb30b;
    margin-bottom: 20px;
}

.card-icon-sm img {
    width: 100%;
    height: 100%;
}

.card-icon-ea {
    width: 240px;
    height: 119px;
    color: #d40082;
    margin-bottom: 20px;
}

.card-icon-ea img {
    width: 100%;
    height: 100%;
}

.card-icon-web {
    width: 151px;
    height: 113px;
    color: #d4a30b;
    margin-bottom: 20px;
}

.card-icon-web svg {
    width: 100%;
    height: 100%;
}

/* Taglines */
.card-tagline {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 32px;
    line-height: 1.4;
    margin: 0;
}

.card-branding .card-tagline {
    color: #126fff;
}

.card-social-media .card-tagline {
    color: #fdb30b;
}

.card-campanas .card-tagline {
    color: #d40082;
}

.card-sitio-web .card-tagline {
    color: #d4a30b;
}

/* Grid de logos de clientes */
.client-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.client-logo {
    max-width: 120px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.client-logo:hover {
    opacity: 1;
}

/* Video preview en tarjeta */
.card-video-preview {
    position: relative;
    width: 348px;
    height: 427px;
    border-radius: 40px;
    overflow: hidden;
}

.card-video-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.card-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.card-play-btn svg {
    width: 24px;
    height: 24px;
    color: #fdb30b;
    margin-left: 4px;
}

/* Embudo/Funnel illustration */
.funnel-illustration {
    width: 276px;
    height: 361px;
    color: #d40082;
}

.funnel-illustration svg {
    width: 100%;
    height: 100%;
}

/* Botones de sitios web */
.websites-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #d4a30b;
    margin-bottom: 20px;
    text-align: center;
}

.websites-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.website-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 31px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 62px;
}

.website-btn-gold {
    background: linear-gradient(135deg, #d4a30b, #fdb30b);
    color: #ffffff;
}

.website-btn-outline {
    background: transparent;
    border: 1px solid #d4a30b;
    color: #d4a30b;
}

.website-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 163, 11, 0.3);
}

.website-btn-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.website-btn-logo {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}

.website-btn-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Líneas conectoras */
.connector-line {
    width: 2px;
    height: 52px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    position: relative;
}

.connector-line::before,
.connector-line::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.connector-line::before {
    top: -4px;
}

.connector-line::after {
    bottom: -4px;
}

/* ================================
   Sección de Automatización - Diagrama de Flujo
   ================================ */

.automation-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0;
}

.automation-side-text {
    flex: 1;
    max-width: 300px;
}

.automation-side-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #d4a30b;
    line-height: 1.6;
}

.automation-flowchart {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* Inicio del flujo */
.flow-start {
    text-align: center;
}

.flow-icon-start {
    position: relative;
    width: 120px;
    height: 120px;
}

.flow-icon-start svg {
    width: 100%;
    height: 100%;
    color: #fdb30b;
}

.flow-start-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}

/* Flechas de flujo */
.flow-arrow {
    width: 2px;
    height: 40px;
    background: #d4a30b;
    position: relative;
}

.flow-arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #d4a30b;
}

/* Pasos del flujo */
.flow-step {
    position: relative;
    width: 305px;
}

.flow-step-wide {
    width: 387px;
}

.flow-step-header {
    background: transparent;
    border: 1px solid #d4a30b;
    border-radius: 19.5px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #d4a30b;
    text-align: center;
    margin-bottom: 10px;
}

.flow-step-content {
    border: 1px solid rgba(212, 163, 11, 0.3);
    border-radius: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
}

.flow-step-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.flow-step-content li {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    padding: 4px 0;
}

.flow-step-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: center;
}

/* Decisiones del flujo */
.flow-decision {
    position: absolute;
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.flow-decision-diamond {
    width: 100px;
    height: 100px;
    background: rgba(212, 163, 11, 0.1);
    border: 1px solid #d4a30b;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-decision-diamond span {
    transform: rotate(-45deg);
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color: #d4a30b;
    text-align: center;
    padding: 5px;
}

.flow-decision-action {
    background: rgba(212, 163, 11, 0.1);
    border: 1px solid #d4a30b;
    border-radius: 10px;
    padding: 8px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #d4a30b;
}

.flow-no-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

/* ================================
   Sección de Contacto
   ================================ */

.contact-section {
    padding: 60px 0;
}

.contact-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.contact-left {
    flex: 1;
}

.contact-title {
  	width: 395px;
  	height: 435px;
  	position: relative;
  	font-size: 66px;
  	color: #fff;
  	text-align: left;
  	display: inline-block;
  	font-family: 'Plain', sans-serif
}




.contact-right {
    flex: 1;
}

.contact-form-card {
    background: #ffffff;
    border-radius: 79px;
    padding: 40px;
    position: relative;
}

.form-icon-circle {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 131px;
    height: 131px;
    background: #d4a30b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-icon-circle svg {
    width: 46px;
    height: 53px;
    color: #ffffff;
}

.form-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 40px 0 30px;
    padding: 0 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #d4a30b;
    border-radius: 19.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #333333;
    background: transparent;
    outline: none;
    transition: all 0.3s ease;
}

.form-input::placeholder {
    color: #d4a30b;
}

.form-input:focus {
    border-color: #126fff;
    box-shadow: 0 0 0 3px rgba(18, 111, 255, 0.1);
}

.form-submit {
    padding: 12px 30px;
    background: #d4a30b;
    border: none;
    border-radius: 19.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-end;
}

.form-submit:hover {
    background: #126fff;
    transform: translateY(-2px);
}

/* ================================
   RESPONSIVO - TABLET (max-width: 1024px)
   ================================ */

@media (max-width: 1024px) {
    .numbered-section {
        width: 95%;
        padding: 30px 0;
    }

    /* Posicionamiento tablet */
    .conexion-confianza {
        top: 1200px;
    }

    .atraccion {
        top: 1100px;
    }

    .automatizacion {
        top: 4800px;
    }

    .contact-section {
        top: 6800px;
    }

    /* Main SVG Container Tablet */
    .main-svg-container {
        width: 95%;
        height: 1600px;
        top: 4600px;
        border-radius: 60px;
    }

    .main-svg-container::before {
        border-radius: 60px;
    }

    .section-title {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .section-description {
        font-size: 16px;
        padding: 0 20px;
    }

    .numbered-card {
        border-radius: 50px;
        padding: 40px;
        min-height: 350px;
    }

    .card-number-circle {
        width: 80px;
        height: 80px;
    }

    .card-number-left {
        left: 60px;
    }

    .card-number-right {
        right: 60px;
    }

    .card-number {
        font-size: 48px;
    }

    .card-pill {
        font-size: 20px;
        padding: 6px 30px;
    }

    .card-tagline {
        font-size: 26px;
    }

    .card-icon-branding {
        width: 70px;
        height: 80px;
    }

    .card-icon-sm {
        width: 110px;
        height: 78px;
    }

    .card-icon-ea {
        width: 110px;
        height: 90px;
    }

    .card-icon-web {
        width: 110px;
        height: 82px;
    }

    .client-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .client-logo {
        max-width: 100px;
    }

    .card-video-preview {
        width: 280px;
        height: 350px;
    }

    .funnel-illustration {
        width: 220px;
        height: 290px;
    }

    .websites-buttons {
        gap: 12px;
    }

    .website-btn {
        padding: 12px 25px;
        min-height: 55px;
    }

    /* Automatización Tablet */
    .automation-content {
        flex-direction: column;
        gap: 30px;
    }

    .automation-side-text {
        max-width: 100%;
        text-align: center;
    }

    .automation-flowchart {
        width: 100%;
    }

    .flow-step {
        width: 100%;
        max-width: 350px;
    }

    .flow-step-wide {
        max-width: 420px;
    }

    .flow-decision {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 15px;
        justify-content: center;
    }

    .flow-decision-diamond {
        width: 80px;
        height: 80px;
    }

    /* Contacto Tablet */
    .contact-content {
        flex-direction: column;
        gap: 40px;
    }

    .contact-title {
        font-size: 36px;
        text-align: center;
    }

    .contact-form-card {
        padding: 30px;
        max-width: 450px;
        margin: 0 auto;
    }
}

/* ================================
   RESPONSIVO - MOBILE (max-width: 768px)
   ================================ */

@media (max-width: 768px) {
    .numbered-section {
        width: 90%;
        padding: 25px 0;
    }

    /* Posicionamiento mobile */
    .conexion-confianza {
        top: 1600px;
    }

    .atraccion {
        top: 3200px;
    }

    .automatizacion {
        top: 5000px;
    }

    .contact-section {
        top: 6800px;
    }

    /* Main SVG Container Mobile */
    .main-svg-container {
        height: 1400px;
        top: 4500px;
        border-radius: 45px;
    }

    .main-svg-container::before {
        border-radius: 45px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .section-header-line {
        height: 45px;
    }

    .section-title {
        font-size: 16px;
        letter-spacing: 3px;
        padding: 0 15px;
    }

    .section-description {
        font-size: 14px;
    }

    .numbered-card {
        border-radius: 35px;
        padding: 30px 25px;
        min-height: auto;
        margin-bottom: 40px;
    }

    .card-number-circle {
        width: 60px;
        height: 60px;
        top: -20px;
    }

    .card-number-left {
        left: 30px;
    }

    .card-number-right {
        right: 30px;
    }

    .card-number {
        font-size: 36px;
    }

    .card-pill {
        font-size: 16px;
        padding: 5px 20px;
    }

    .card-inner-content {
        flex-direction: column;
        gap: 25px;
    }

    .card-inner-content.card-reverse {
        flex-direction: column;
    }

    .card-tagline {
        font-size: 20px;
    }

    .card-icon-branding {
        width: 55px;
        height: 63px;
    }

    .card-icon-sm {
        width: 90px;
        height: 64px;
    }

    .card-icon-ea {
        width: 90px;
        height: 74px;
    }

    .card-icon-web {
        width: 90px;
        height: 67px;
    }

    .client-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .client-logo {
        max-width: 80px;
    }

    .card-video-preview {
        width: 100%;
        height: 300px;
        border-radius: 30px;
    }

    .funnel-illustration {
        width: 180px;
        height: 240px;
        margin: 0 auto;
    }

    .websites-label {
        font-size: 16px;
    }

    .websites-buttons {
        gap: 10px;
    }

    .website-btn {
        padding: 10px 20px;
        min-height: 50px;
    }

    .website-btn-text {
        font-size: 16px;
    }

    .connector-line {
        height: 35px;
    }

    /* Automatización Mobile */
    .automation-content {
        padding: 20px 0;
    }

    .automation-side-text p {
        font-size: 14px;
    }

    .flow-icon-start {
        width: 90px;
        height: 90px;
    }

    .flow-start-text {
        font-size: 14px;
    }

    .flow-arrow {
        height: 30px;
    }

    .flow-step-header {
        font-size: 14px;
        padding: 8px 15px;
    }

    .flow-step-content li,
    .flow-step-content p {
        font-size: 12px;
    }

    .flow-decision-diamond {
        width: 70px;
        height: 70px;
    }

    .flow-decision-diamond span {
        font-size: 9px;
    }

    .flow-decision-action {
        font-size: 11px;
        padding: 6px 12px;
    }

    /* Contacto Mobile */
    .contact-title {
        font-size: 28px;
    }

    .contact-form-card {
        padding: 25px 20px;
        border-radius: 30px;
    }

    .form-icon-circle {
        width: 100px;
        height: 100px;
        top: -30px;
    }

    .form-icon-circle svg {
        width: 36px;
        height: 42px;
    }

    .form-description {
        font-size: 13px;
        margin: 30px 0 25px;
    }

    .form-input {
        padding: 10px 16px;
        font-size: 13px;
    }

    .form-submit {
        font-size: 13px;
        padding: 10px 25px;
    }
}

/* ================================
   RESPONSIVO - SMALL MOBILE (max-width: 480px)
   ================================ */

@media (max-width: 480px) {
    .numbered-section {
        width: 95%;
        padding: 20px 0;
    }

    /* Posicionamiento small mobile */
    .conexion-confianza {
        top: 1800px;
    }

    .atraccion {
        top: 3500px;
    }

    .automatizacion {
        top: 5200px;
    }

    .contact-section {
        top: 7000px;
    }

    .section-header-line {
        height: 40px;
    }

    .section-title {
        font-size: 12px;
        letter-spacing: 2px;
        padding: 0 10px;
    }

    .section-description {
        font-size: 12px;
    }

    .numbered-card {
        border-radius: 25px;
        padding: 25px 18px;
        margin-bottom: 30px;
    }

    .card-number-circle {
        width: 47px;
        height: 47px;
        top: -15px;
    }

    .card-number-left {
        left: 20px;
    }

    .card-number-right {
        right: 20px;
    }

    .card-number {
        font-size: 28px;
    }

    .card-pill-container {
        margin-bottom: 20px;
    }

    .card-pill {
        font-size: 13px;
        padding: 4px 15px;
        border-radius: 15px;
    }

    .card-inner-content {
        gap: 20px;
    }

    .card-tagline {
        font-size: 16px;
    }

    .card-icon-branding {
        width: 45px;
        height: 52px;
    }

    .card-icon-sm {
        width: 70px;
        height: 50px;
    }

    .card-icon-ea {
        width: 70px;
        height: 58px;
    }

    .card-icon-web {
        width: 70px;
        height: 52px;
    }

    .client-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .client-logo {
        max-width: 65px;
    }

    .card-video-preview {
        height: 250px;
        border-radius: 25px;
    }

    .card-play-btn {
        width: 50px;
        height: 50px;
    }

    .card-play-btn svg {
        width: 20px;
        height: 20px;
    }

    .funnel-illustration {
        width: 150px;
        height: 200px;
    }

    .websites-label {
        font-size: 14px;
    }

    .website-btn {
        padding: 8px 15px;
        min-height: 45px;
        border-radius: 25px;
    }

    .website-btn-text {
        font-size: 14px;
    }

    .website-btn-logo {
        font-size: 14px;
    }

    .website-btn-subtitle {
        font-size: 9px;
    }

    .connector-line {
        height: 25px;
    }

    /* Automatización Small Mobile */
    .card-automatizacion {
        padding: 20px 15px;
    }

    .automation-content {
        padding: 15px 0;
    }

    .automation-side-text p {
        font-size: 12px;
    }

    .flow-icon-start {
        width: 70px;
        height: 70px;
    }

    .flow-start-text {
        font-size: 12px;
    }

    .flow-arrow {
        height: 25px;
    }

    .flow-step-header {
        font-size: 12px;
        padding: 6px 12px;
    }

    .flow-step-content {
        padding: 10px 15px;
    }

    .flow-step-content li,
    .flow-step-content p {
        font-size: 11px;
    }

    .flow-decision-diamond {
        width: 55px;
        height: 55px;
    }

    .flow-decision-diamond span {
        font-size: 8px;
    }

    .flow-decision-action {
        font-size: 10px;
        padding: 5px 10px;
    }

    /* Contacto Small Mobile */
    .contact-title {
        font-size: 22px;
    }

    .contact-form-card {
        padding: 20px 15px;
        border-radius: 25px;
    }

    .form-icon-circle {
        width: 80px;
        height: 80px;
        top: -25px;
    }

    .form-icon-circle svg {
        width: 30px;
        height: 35px;
    }

    .form-description {
        font-size: 12px;
        margin: 25px 0 20px;
        padding: 0 10px;
    }

    .contact-form {
        gap: 12px;
    }

    .form-input {
        padding: 9px 14px;
        font-size: 12px;
    }

    .form-submit {
        font-size: 12px;
        padding: 9px 20px;
    }

    /* Main SVG Container Small Mobile */
    .main-svg-container {
        height: 600px;
        top: 4450px;
        border-radius: 35px;
    }

    .main-svg-container::before {
        border-radius: 35px;
    }
}

/* CDP Contact Section */
.cdp-contact-section {
    position: absolute;
    top: 7300px;
    width: 100%;
    z-index: 5;
}

.cdp-contact-frame {
    max-width: 1279px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 100px 40px;
}

.cdp-contact-container {
    max-width: 1100px;
    margin: 0 auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.cdp-contact-welcome {
    color: #fff;
    padding-top: 40px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bienvenidos-proyectos-empresa-container {
    width: 395px;
    height: 435px;
    position: relative;
    font-size: 66px;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    font-weight: 200;
}

.bienvenidos-proyectos-empresa-container p {
    margin: 0;
}

.bienvenidos-proyectos-empresa-container strong {
    font-weight: 700;
}

/* CDP Contact Form */
.cdp-contact-form-container {
    background: #fff;
    border-radius: 79px;
    padding: 40px 45px 50px 75px;
    position: relative;
    top: 60px;
}

.cdp-form-icon {
    width: 131px;
    height: 131px;
    margin: -110px 0 20px auto;
    position: relative;
}

.cdp-form-icon img {
    position: absolute;
    top: 0;
    left: 0;
}

.cdp-form-icon-bg {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.cdp-form-icon-fg {
    z-index: 2;
    width: 49px;
    height: 53px;
    transform: translate(80%, 80%);
}

.cdp-form-description {
    text-align: right;
    font-size: 18px;
    font-weight: 200;
    color: #3E20F4;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cdp-contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cdp-form-group input {
    width: 100%;
    padding: 6px 25px;
    border: 1px solid #3E20F4;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #3E20F4;
    background: transparent;
    transition: all 0.3s ease;
    text-align: right;
}

.cdp-form-group input::placeholder {
    color: #3E20F4;
    opacity: 0.7;
}

.cdp-form-group input:focus {
    outline: none;
    border-color: #126FFF;
    box-shadow: 0 0 0 3px rgba(18, 111, 255, 0.1);
}

.cdp-submit-btn {
    background: #3E20F4;
    color: #fff;
    border: 1px solid #126FFF;
    border-radius: 25px;
    padding: 6px 20px 6px 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-end;
    margin-top: 10px;
}

.cdp-submit-btn:hover {
    background: #126FFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(62, 32, 244, 0.3);
}

/* CDP Contact Responsive - Tablet */
@media (max-width: 1024px) {
    .cdp-contact-section {
        top: 6400px;
    }

    .cdp-contact-frame {
        width: 95%;
        padding: 80px 30px;
    }

    .cdp-contact-container {
        gap: 40px;
    }

    .bienvenidos-proyectos-empresa-container {
        font-size: 56px;
        width: 340px;
        height: auto;
    }

    .cdp-contact-form-container {
        padding: 35px 40px 45px 60px;
    }

    .cdp-form-description {
        font-size: 16px;
    }

    .cdp-form-group input {
        font-size: 22px;
    }

    .cdp-submit-btn {
        font-size: 22px;
    }
}

/* CDP Contact Responsive - Mobile */
@media (max-width: 768px) {
    .cdp-contact-section {
        top: 6100px;
    }

    .cdp-contact-frame {
        padding: 60px 25px;
    }

    .cdp-contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cdp-contact-welcome {
        padding-top: 0;
        justify-content: flex-start;
    }

    .bienvenidos-proyectos-empresa-container {
        font-size: 48px;
        width: 100%;
        height: auto;
    }

    .cdp-contact-form-container {
        padding: 30px 30px 40px 40px;
        border-radius: 60px;
    }

    .cdp-form-icon {
        width: 110px;
        height: 110px;
        margin: -90px 0 15px auto;
    }

    .cdp-form-icon-fg {
        width: 42px;
        height: 45px;
    }

    .cdp-form-description {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .cdp-contact-form {
        gap: 12px;
    }

    .cdp-form-group input {
        font-size: 20px;
        padding: 5px 20px;
    }

    .cdp-submit-btn {
        font-size: 20px;
        padding: 5px 20px 5px 50px;
    }
}

/* CDP Contact Responsive - Small Mobile */
@media (max-width: 480px) {
    .cdp-contact-section {
        top: 5200px;
    }

    .cdp-contact-frame {
        padding: 40px 20px;
    }

    .cdp-contact-container {
        gap: 30px;
    }

    .bienvenidos-proyectos-empresa-container {
        font-size: 40px;
    }

    .cdp-contact-form-container {
        padding: 25px 20px 35px 30px;
        border-radius: 50px;
    }

    .cdp-form-icon {
        width: 90px;
        height: 90px;
        margin: -70px 0 10px auto;
    }

    .cdp-form-icon-fg {
        width: 36px;
        height: 38px;
    }

    .cdp-form-description {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .cdp-contact-form {
        gap: 10px;
    }

    .cdp-form-group input {
        font-size: 18px;
        padding: 4px 18px;
    }

    .cdp-submit-btn {
        font-size: 18px;
        padding: 4px 18px 4px 45px;
    }
}
