* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2 {
    max-width: 90rem;
    margin: 5rem auto;
    font-size: 5rem;
    text-align: center;
    line-height: 1.2;
}

.container-title {
    margin-top: 4.75rem;
    margin-inline: 16.35rem;
    text-align: center;
}

.container-feature {
    padding-inline: 22.35rem;
    margin: 4rem auto 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.article-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.article-feature__title {
    width: 14.9rem;
    height: 3.75rem;
    background: var(--xnet-blue);
    border-radius: 0.875rem;
    border: none;
}

.article-feature__title:hover {
    background: var(--xnet-blue-hover);
}

.article-feature__title:focus {
    background: var(--xnet-blue-hover);
}

.icon-wrapper {
    width: 5.5rem;
    height: 5.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    border-radius: 1rem;
}

.icon-wrapper img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.article-feature h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
}

.features-title {
    color: var(--xnet-text);
    font-weight: 700;
    line-height: 3rem;
    font-size: 3rem;
}

.features-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--xnet-muted);
    font-weight: 400;
}

.success-stories,
.notices-and-blogs {
    padding: 5rem 18.38rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;

}

.success-stories .ellipsis-text,
.notices-and-blogs .ellipsis-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notices-and-blogs {
    background: #F9FAFB;
    padding-top: 2.81rem;
}

.blog-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.blog-cards {
    width: 380px;
    height: 305px;
    background-color: var(--xnet-blue);
    border-radius: 10px;
}

.blog-cards a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.blog-cards img {
    max-width: 100%;
    height: 70%;
    display: block;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog-cards figcaption {
    height: 30%;
    padding: 1.2rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-cards h4 {
    color: #fff;
    line-height: 1.2;
}

.blog-cards a:hover img {
    filter: brightness(0.95);
}

[type=button],
[type=submit],
button {
    background-color: #283236;
}

.slider {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
}

.slider__viewport {
    overflow: hidden;
    width: 100%;
    max-width: 1173px;
    margin-inline: auto;
    overflow: hidden;
}

.slider .blog-container {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    transition: transform 300ms ease;
    will-change: transform;
}

.slider .blog-cards {
    flex: 0 0 auto;
    margin: 0;
}

.slider__btn {
    width: 44px !important;
    height: 44px !important;
    border: none !important;
    border-radius: 50% !important;
    background: var(--xnet-text) !important;
    color: var(--xnet-white) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.slider__btn:hover {
    background: var(--xnet-blue-hover) !important;
}

.notices-and-success-title {
    width: 100%;
    color: var(--xnet-text);
    font-weight: 700;
    line-height: 2.5rem;
    font-size: 2.25rem;
}

.implementation-methodology {
    background-color: #283236;
    color: #fff;

    h3 {
        margin-bottom: 2rem;
    }
}

.implementation-methodology-container {
    width: 60%;
    margin: 0 auto;
    line-height: 1.5rem;
    background-color: #283236;
    color: #fff;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h2 {
        margin-bottom: 2rem;
        text-align: center;
    }
}

.mobile-img {
    margin-top: 1rem;
}


.slider .slider__btn {
    background: #283236;
    background-color: #283236;
    color: #fff;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.xnet-modules {
    background: #f6f8fb;
    padding: 2.25rem 18.38rem 6.32rem;
}

.xnet-modules__title {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: var(--xnet-text);
}

.xnet-modules__subtitle {
    margin: 0 auto 4rem;
    max-width: 720px;
    color: var(--xnet-muted);
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
}

.xnet-modules__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.xnet-module {
    position: relative;
}

.xnet-module__icon {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto .75rem;
    border-radius: 1rem;
    background: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.xnet-module__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.xnet-modules .xnet-module__trigger {
    width: 23rem !important;
    height: 3.74rem !important;
    background: var(--xnet-blue) !important;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    color: var(--xnet-white);
    border: 0 !important;
    border-radius: 0.875rem !important;
    padding: 0 1rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer;
    padding-inline: 1.5rem !important;
}

.xnet-module__trigger:hover {
    background: var(--xnet-blue-hover) !important;
}

.xnet-module__chev {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

.xnet-module__panel {
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition:
        max-height 280ms ease,
        opacity 220ms ease,
        transform 220ms ease;
    will-change: max-height, opacity, transform;
}

.xnet-module__card {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    padding: 1.25rem 1.5rem;
    text-align: left;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .08);
    width: 368px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.xnet-module__thumb {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.xnet-module__text {
    margin: 0;
    color: #364153;
    font-size: 14px;
    line-height: 1.55;
}

.xnet-module__list {
    padding-left: 1.1rem;
    margin: 0;
    color: #364153;
    font-size: 14px;
}

.xnet-module__list li {
    margin: .25rem 0;
}

.xnet-module.is-open .xnet-module__trigger {
    border-radius: 0.875rem 0.875rem 0 0 !important;
}

.xnet-module.is-open .xnet-module__chev {
    transform: rotate(180deg);
}

.xnet-module.is-open .xnet-module__panel {
    opacity: 1;
    transform: translateY(0);
}

:root {
    --xnet-bg: #f6f8fb;
    --xnet-text: #283236;
    --xnet-muted: #4A5565;
    --xnet-white: #ffffff;
    --xnet-border: #D1D5DC;
    --xnet-blue: #58B4E5;
    --xnet-blue-hover: #409DD1;
    --xnet-green: #DCFCE7;
    --xnet-blue-icon: rgba(88, 180, 229, 0.10);
    --xnet-purple: #F3E8FF;
    --xnet-orange: #FFEDD4;
    --xnet-gray-text: #E5E7EB;
}

.xnet-hero {
    background: linear-gradient(135deg, #EFF6FF 0%, #FFF 50%, #FAF5FF 100%);
    padding: 4.76rem 16.34rem;
}

.xnet-hero__inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 3rem;
}

/* LEFT */
.xnet-hero__brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.07rem;
}

.xnet-hero__logo {
    width: 9.50194rem;
    height: 2.99913rem;
    display: block;
}

.xnet-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.7rem;
    width: fit-content;
    border-radius: 999px;
    background: rgba(88, 180, 229, 0.10);
    color: var(--xnet-blue);
    font-size: 0.85rem;
    font-weight: 600;
}

.xnet-hero__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.75rem;
    text-align: left;
    margin: 1.5rem 0;
    color: var(--xnet-text);
}

.xnet-hero__desc {
    font-size: 1.25rem;
    margin: 0 0 2.62rem;
    color: var(--xnet-muted);
    max-width: 520px;
    line-height: 1.5;
}

/* benefits */
.xnet-hero__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem 1.2rem;
    margin-bottom: 1.5rem;
}

.xnet-benefit {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.xnet-benefit__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #fff;
}

.xnet-benefit__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor
}

.xnet-benefit__icon--green {
    background: var(--xnet-green);
}

.xnet-benefit__icon--blue {
    background: var(--xnet-blue-icon);
}

.xnet-benefit__icon--purple {
    background: var(--xnet-purple);
}

.xnet-benefit__icon--orange {
    background: var(--xnet-orange);
}

.xnet-benefit__txt strong {
    display: block;
    color: var(--xnet-text);
    font-size: 0.95rem
}

.xnet-benefit__txt small {
    display: block;
    color: var(--xnet-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.15rem
}

.xnet-hero__trust {
    display: flex;
    gap: 1.2rem;
    padding-top: 1.57rem;
    border-top: 1px solid #E5E7EB;
    flex-wrap: wrap;
    color: var(--xnet-muted);
    font-size: 0.85rem;
}

.xnet-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.xnet-hero__check {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e9f7ef;
    color: #22c55e;
    margin-right: .4rem;
    font-weight: 800;
}

/* RIGHT / FORM CARD */
.xnet-formcard {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 36.5rem;
    background: var(--xnet-white);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2.07rem;
    gap: 1.25rem;
}

.xnet-formcard__title {
    margin: 0;
    color: var(--xnet-text);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}

.xnet-formcard__sub {
    margin: 0.25rem 0rem;
    color: var(--xnet-muted);
    font-size: 0.875rem;
}

.xnet-formcard__input__label {
    color: var(--xnet-text);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.xnet-formcard__input {
    margin-top: 0.25rem;
    padding: 0.75rem 1rem !important;
    border-radius: 0.625rem !important;
    border: 1.111px solid var(--xnet-border) !important;
    outline: none !important;
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 0.2s ease;
}

.xnet-formcard__input:hover {
    outline: none;
    background: var(--xnet-bg);
    transition: background-color 0.2s ease;
}

.xnet-formcard__input:focus {
    border: 1.111px solid #58B4E5 !important;
    box-shadow: 0 0 0 1px #58B4E5;
    transition: box-shadow 0.2s ease;
}

.xnet-formcard__terms {
    color: var(--xnet-muted);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
}

.xnet-formcard__checkbox {
    accent-color: var(--xnet-blue);
}

.xnet-form {
    display: flex;
    flex-direction: column;
    gap: .85rem
}

.xnet-form__row {
    display: grid;
    gap: .85rem
}

.xnet-form__row--2 {
    grid-template-columns: 1fr 1fr
}

.xnet-consent {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    font-size: 0.78rem;
    color: var(--xnet-muted);
    line-height: 1.35;
    margin-top: 0.2rem;
}

.xnet-consent a {
    color: var(--xnet-blue);
    text-decoration: none;
    text-underline-offset: 2px;
}

.xnet-btn {
    display: flex !important;
    height: 3.49938rem;
    justify-content: center;
    align-items: center;
    gap: 0.49913rem;
    border-radius: 0.625rem !important;
    background: var(--xnet-blue) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: var(--xnet-white) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border: none !important;
}

.xnet-btn:hover {
    background: var(--xnet-blue-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(88, 180, 229, 0.32) !important;
}

.xnet-btn__icon {
    font-size: 1rem;
    transform: translateY(-1px);
}

.xnet-formcard__foot {
    margin: 0.6rem 0 0;
    color: var(--xnet-muted);
    font-size: 0.78rem;
    text-align: center;
}

.canary-catalog-section {
    background-color: var(--xnet-text);
    color: var(--xnet-white);
    padding: 5rem 18.38rem;
}

/* Hero Section */
.module-feature__hero {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 5rem;
}

.module-feature__title {
    color: var(--xnet-blue);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.7rem;
    text-align: left;
}

.module-feature__description {
    color: var(--xnet-gray-text);
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.module-feature__content {
    flex: 1;
}

.module-catalog__title--text {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
}

.module-catalog__title--muted {
    color: var(--xnet-border);
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.75rem;
}

/* Visuals Hero - Ajuste exacto de posiciones */
.canary-catalog-visuals {
    flex: 1;
    position: relative;
}

.canary-catalog-img-tablet {
    width: 474px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.canary-catalog-img-phone {
    width: 225px;
    position: absolute;
    right: 10px;
    top: -40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

/* Grid de Catálogo */
.canary-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 3rem 2rem;
}

/* La Tarjeta */
.canary-catalog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.canary-catalog-card-header {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--xnet-white);
    font-weight: 600;
    font-size: 1.125rem;
    cursor: pointer;
}

.canary-catalog-arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s;
    margin-top: -4px;
}

.canary-catalog-card.active .canary-catalog-arrow {
    transform: rotate(-135deg);
    margin-top: 4px;
}

/* Cuerpo de la tarjeta */
.canary-catalog-card-body {
    height: 48px;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
}

.canary-catalog-card-summary {
    padding: 0.8rem 1.5rem;
    text-align: center;
    color: var(--xnet-muted);
    font-size: 0.875rem;
    flex-shrink: 0;
}

.canary-catalog-card-list {
    margin: 0;
    padding: 1rem;
    list-style: none;
    display: none;
}

.canary-catalog-card.active .canary-catalog-card-summary {
    display: none;
}

.canary-catalog-card.active .canary-catalog-card-list {
    display: block;
}

.canary-catalog-list-item {
    padding: 10px 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--xnet-white);
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

.canary-catalog-list-item:hover {
    background: #f5f5f5;
}

.canary-catalog-list-item:last-child {
    border-bottom: none;
}

.canary-catalog-list-item::before {
    content: '•';
    color: var(--cat-color);
    font-size: 1.6rem;
    line-height: 1;
}

.canary-catalog-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.canary-catalog-header-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.canary-catalog-cta {
    text-align: center;
    margin-top: 20px;
}

.canary-catalog-btn {
    background: var(--xnet-blue);
    border: none;
    color: white;
    padding: 1rem 1.6rem;
    border-radius: 0.625rem;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
}

.canary-catalog-btn:hover {
    background: var(--xnet-blue-hover);
}

.canary-catalog-btn:focus {
    background: var(--xnet-blue-hover);
}

/* Fondos */
.bg-odoo-web {
    background-color: #58B4E5;
}

.bg-odoo-ventas {
    background-color: #875A7B;
}

.bg-odoo-finanzas {
    background-color: #00A09D;
}

.bg-odoo-inv {
    background-color: #F27E3F;
}

.bg-odoo-rrhh {
    background-color: #D04442;
}

.bg-odoo-mkt {
    background-color: #E84393;
}

.bg-odoo-serv {
    background-color: #6C5CE7;
}

.bg-odoo-prod {
    background-color: #017E84;
}

.bg-odoo-pers {
    background-color: #5B899E;
}

@media (max-width: 1550px) {
    .container-title {
        margin-inline: 10rem;
    }

    .xnet-hero,
    .container-feature,
    .xnet-modules,
    .canary-catalog-section,
    .success-stories,
    .notices-and-blogs {
        padding-inline: 10rem;
    }
}

@media (max-width: 1300px) {
    .container-title {
        margin-inline: 5rem;
    }

    .xnet-hero,
    .container-feature,
    .xnet-modules,
    .canary-catalog-section,
    .success-stories,
    .notices-and-blogs {
        padding-inline: 5rem;
    }

    .xnet-hero__title,
    .features-title,
    .xnet-modules__title,
    .module-feature__title {
        font-size: 2.2rem;
    }
}

@media (max-width: 1150px) {
    .xnet-hero__left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .xnet-hero__logo {
        align-self: center;
    }

    .xnet-hero__title {
        text-align: center;
    }

    .xnet-hero__desc {
        text-align: center;
    }

    .xnet-hero__inner {
        grid-template-columns: 1fr;
    }

    .xnet-formcard {
        justify-self: center;
    }

    .canary-catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .modules-grid__last-item {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1024px) {
    .canary-catalog-section .module-feature__hero {
        flex-direction: column;
        text-align: center;
    }

    .module-feature__title {
        text-align: center;
    }

    .canary-catalog-visuals {
        min-width: 100%;
        height: auto;
        min-height: 350px;
    }
}

@media (max-width: 950px) {
    .xnet-modules .xnet-module__trigger {
        width: 16rem !important;
    }

    .xnet-module.is-open .xnet-module__trigger {
        width: 23rem !important;
    }
}

@media (max-width: 819px) {
    .canary-catalog-grid {
        grid-template-columns: 1fr;
    }

    .container-title {
        margin-inline: 2rem;
    }

    .xnet-hero,
    .container-feature,
    .xnet-modules,
    .canary-catalog-section,
    .success-stories,
    .notices-and-blogs {
        padding-inline: 2rem;
    }

    .xnet-hero__title,
    .features-title,
    .xnet-modules__title,
    .module-feature__title,
    .module-catalog__title--text,
    .notices-and-success-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xnet-hero__desc,
    .features-subtitle,
    .xnet-modules__subtitle,
    .module-feature__description,
    .module-catalog__title--muted,
    .canary-catalog-card-header {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xnet-formcard__head {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .slider {
        gap: 0.5rem;
    }

    .slider .blog-cards {
        width: 280px;
        height: 240px;
    }

    .slider__viewport {
        max-width: 280px;
    }

    .slider .blog-cards img {
        height: 70%;
    }

    .slider .blog-cards figcaption {
        height: 30%;
    }

    .blog-cards h4 {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    .xnet-hero__benefits {
        grid-template-columns: 1fr
    }

    .xnet-form__row--2 {
        grid-template-columns: 1fr
    }

    .module-feature__hero {
        margin-bottom: 0rem;
    }

    .canary-catalog-img-phone {
        display: none;
    }
}

@media (max-width: 420px) {

    .xnet-modules .xnet-module__trigger,
    .xnet-module__card {
        width: 14rem !important;
    }

    .xnet-module.is-open .xnet-module__trigger,
    .xnet-module.is-open .xnet-module__card {
        width: 16rem !important;
    }
}