.port-main{
    padding-top: 8%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 4%;
    background: #0d1423;
}
.sect-main{
    position: relative;
    overflow: hidden;
}
.sect-points{
    position: absolute;
    inset: 0px;
    pointer-events: none;
    background-image: radial-gradient(rgb(58 60 193 / 45%) 1.4px, transparent 1.7px);
    background-size: 30px 30px;
    mask-image: radial-gradient(85% 90% at 50% 40%, black 18%, transparent 78%);
}
.sect-shadow1{
    position: absolute;
    inset: 0px;
    pointer-events: none;
    background: radial-gradient(100% 95%, transparent 32%, rgba(15, 23, 42, 0.28) 100%), linear-gradient(rgba(15, 23, 42, 0.12) 0%, transparent 14%, transparent 86%, rgba(15, 23, 42, 0.14) 100%);
}
.shape-purple{
    position: absolute;
    left: -12%;
    top: -18%;
    width: 62%;
    height: 75%;
    pointer-events: none;
    transform: translate3d(-12.8625px, 17.1787px, 0px);
    transition: transform 0.25s ease-out;
    will-change: transform;
}
.shape-purple>div{
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(13 28 130 / 55%) 0%, transparent 65%);
    filter: blur(70px);
}
.shape-pink{
    position: absolute;
    right: -15%;
    bottom: -22%;
    width: 68%;
    height: 78%;
    pointer-events: none;
    transform: translate3d(13.8875px, -76.4083px, 0px);
    transition: transform 0.3s ease-out;
    will-change: transform;
}
.shape-pink>div{
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(181 96 11 / 45%) 0%, transparent 65%);
    filter: blur(85px);
}
.container-small{
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.c-orange{
    color: #FF7800;
}
.c-text{
    color: #181822;
}
.c-grey2{
    color: #475566;
}
.txt-color{
    -webkit-text-fill-color: transparent;
    color: #0000;
    background: linear-gradient(-87.63deg, #e536db 6.95%, #673de6 51.17%, #3ab0ff 109.29% 109.29%);
    background-clip: text;
}
.space-desc{
    margin-top: 9rem;
}

.title1{
    font-size: 5rem;
    padding: 0%;
    margin: 2.5% 0 3.5%;
    font-family: 'nova-black';
}
.title2{
    font-size: 3.5rem;
    padding: 0%;
    margin: 2.5% 0 2%;
    font-family: 'nova-black';
}
.content-cust{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.badge-n8n{
    background-color: #371a0c;
    display: inline-flex;
    text-transform: uppercase;
    color: #FF8903;
    border: 1px solid #FF8903;
    border-radius: 2rem;
    padding: 5px 20px;
    font-family: 'nova-semibold';
}
.title3{
    font-size: 1.9rem;
    padding: 0%;
    margin: 2.5% 0 3.5%;
    font-family: 'nova-black';
}
.text1{
    font-family: "nova-regular";
    font-size: 1.6rem;
}
.text2{
    font-family: "nova-light";
    font-size: 1.7rem;
}
.text3{
    font-family: "nova-semibold";
    font-size: 1.3rem;
    text-transform: uppercase;
}
.sp-background{
    background-color: #F5F3FF;
    border: 1px solid #ede9fe;
    padding: 6px 14px;
    border-radius: 20px;
}
.sect-btn{
    margin-top: 5rem;
    display: flex;
    justify-content: space-evenly;
}
.cont-btn1{
    background-color: #de5d24;
    padding: 1.5rem 4rem;
    color: #fff;
    font-family: 'nova-semibold';
    border-radius: 5px;
}
.cont-btn1:hover, .cont-btn1:active, .cont-btn1:focus{
    text-decoration: none;
    background-color: #F64C00;
    color: #fff;
}
.cont-btn2{
    background-color: #646464;
    padding: 1.5rem 4rem;
    color: #fff;
    border: 1px solid #646464;
    font-family: 'nova-semibold';
    border-radius: 5px;
}
.cont-btn2:hover, .cont-btn2:active, .cont-btn2:focus{
    text-decoration: none;
    background: transparent;
    color: #c1c1c1;
    border: 1px solid #646464;
}
.separator {
    background-color: rgba(36, 6, 66, 0.1);
    height: 0.25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.25rem;
}
.bc-clear{
    background-color: #faf9f5;
}
.c-purple{
    color: #6d28d9;
}
.c-purple1{
    color: #be3dd9;
}
.c-grey1{
    color: #c0c0c0;
}
.pre-text{
    font-family: 'nova-bold';
    text-transform: uppercase;
}
.title4{
    font-family: 'nova-semibold';
    font-size: 1.6rem;
}
.cont-section{
    padding-top: 4%;
    padding-bottom: 3.5%;
}
.cont-sect1{
    background-color: #000;
    padding-top: 5rem;
    padding-bottom: 7rem;
}
.border-line-right{
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.border-line-bottom{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.cont-box{
    background-color: #fff;
    padding: 2.5rem 3rem 4rem;
    border: 1px solid #ede9fe;
    border-radius: 18px;
    margin-bottom: 4%;
}
.cont-box:hover{
    border: 1px solid rgb(221, 214, 254);
    box-shadow: rgba(15, 23, 42, 0.12) 0px 14px 30px -12px;
}
.cont-box>img{
    max-height: 30px;
}
.text4{
    font-family: 'nova-regular';
    font-size: 1.32rem;
}
.c-grey3{
    color: #5f7089;
}
.ul-details{
    padding-top: 4%;
}
.li-details{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13.5px;
    color: #6b7d97;
    margin-bottom: 6px;
    font-family: nova-regular;
}
.act-services{
    border-top: 1px solid #e6e2d6;
    padding-top: 12px;
    color: #6d28d9;
    text-align: right;
    margin-top: 4rem;
}
.act-services>a{
    text-decoration: none;
    color: #6d28d9;
    font-family: nova-semibold;
    font-size: 1.3rem;
}
.space-serv{
    padding-bottom: 4%;
}
.c-grey4{
    color: #475569;
}
.bc-clear2{
    background-color: #F1EFE9;
}
.cont-box3{
    padding: 3% 5% 4%;
    border: 2px solid transparent;
    border-radius: 15px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgb(139, 92, 246) 0%, rgb(236, 72, 153) 100%);
}
.cont-box3 > img{
    max-width: 22%;
}
.title5{
    font-family: nova-black;
    font-size: 2rem;
}
.ul-details2>li{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.4rem;
    margin-bottom: 6px;
    font-family: nova-regular;  
}
.bc-dark1{
    background-color: #0a0808;
}
.c-purple2{
    color: #a78bfa;
}
.c-grey5{
    color: #9b9b9b;
}
.cont-sect-dark{
    content: "";
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(124, 58, 237, .18) 0%, transparent 65%);
}
.cont-box2{
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    padding: 32px 28px;
    color: #fff;
}

.cont-box2:hover{
    transform: translateY(-3px);
    border-color: rgba(167, 139, 250, .3);
    background: rgba(255, 255, 255, .05);
}

/* Este es tu contenedor real que tapa el centro y simula el borde */
.contenido-box {
  position: absolute;
  inset: 2px;
  background: #180d18;
  border-radius: 8px;
  color: white;
  display: grid;
  place-content: center;
  padding: 32px 28px;
}

/* La animación ahora gira el elemento completo, lo cual sí está soportado */
@keyframes rotar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/******/

.text4{
    font-family: 'nova-regular';
    font-size: 1.4rem;
}
.space-down{
    margin-bottom: 2%;
}
.bc-dark2{
    background: linear-gradient(280deg, rgb(55 43 111) 8%, rgb(74 23 23) 51%, rgb(6 9 24) 100%);
}

/*****/
.borde-giratorio2 {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Este es el fondo de color que va a girar */
.borde-giratorio2::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: conic-gradient(#44350c, #482b18, #781f00);
  animation: rotar 3s linear infinite;
}

/* Este es tu contenedor real que tapa el centro y simula el borde */
.contenido-box2 {
  position: absolute;
  inset: 2px;
  background: #180d18;
  border-radius: 8px;
  color: white;
  display: grid;
  place-content: center;
  padding: 32px 28px;
  text-align: center;
}

/****/
.c-purple3{
    color: #b0a3ff;
}
.title6{
    font-size: 1.8rem;
    padding: 0%;
    margin: 2.5% 0 6%;
    font-family: 'nova-semibold';
}

.c-purple4{
    color:#7B61FF;
}
.bc-dark3{
    background-color: #f4f6fa;
}
.cont-box5{
    padding: 4% 4%;
    background-color: #FFF;
    box-shadow: inset 0 24px 48px #c7d3ea0d, inset 0 1px 1px #c7d3ea1f;
    border-radius: 24px;
}
.title7{
    font-size: 1.75rem;
    font-family: 'nova-black';
    margin-bottom: 7%;
}
.space-down1{
    margin-bottom: 2%;
}
.cont-box5 > img{
    max-width: 25%;
}

.cont-box6 {
    padding: 6% 6%;
    color: #fffff1;
    box-shadow: inset 0 24px 48px #c7d3ea0d, inset 0 1px 1px #c7d3ea1f;
    border-radius: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(280deg,rgba(97, 75, 204, 1) 8%, rgba(55, 53, 148, 1) 21%, rgba(9, 18, 79, 1) 100%);
}

.ul-details3 {
  list-style: none; 
  padding-left: 0;         
}

.ul-details3 li {
  position: relative;   
  padding-left: 30px;      
  margin-bottom: 10px;      
  font-size: 18px;          
  line-height: 1.5;
  font-family: nova-regular-cond;    
}

.ul-details3 li::before {
  content: "";              
  position: absolute;
  left: 0;                   
  top: 50%;                  
  transform: translateY(-50%); 
  width: 20px;             
  height: 20px;             
  background-image: url('/libs17/img/apps/check3.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.badge1{
    background-color: #e6e6e6;
    display: inline-flex;
    color: #5c5c5c;
    border-radius: 15px;
    padding: 4px 15px;
    font-family: 'nova-semibold';
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.badge2{
    background-color: #bffbde;
    display: inline-flex;
    color: #0f8620;
    border-radius: 15px;
    padding: 4px 15px;
    font-family: 'nova-semibold';
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

@media(max-width: 2000px){
    
}

@media(max-width: 1600px){
    
}

@media(max-width: 1366px){

}

@media(max-width: 1280px){
    
}

@media(max-width: 1024px){
    .title2{
        font-size: 2.6rem;
    }
    .cont-casos>div{
        margin-bottom: 3%;
    }
}

@media(max-width: 991px){
    .cont-section {
        padding-top: 10%;
    }

}

@media(max-width: 767px){
   
}

/* =========================================================
   N8N — COMPARISON SECTION
   VPS TRADICIONAL vs HOSTING N8N ADMINISTRADO
   ========================================================= */

.n8n-comparison-section {
    position: relative;
    padding: 5.5rem 0 7rem !important;
    background: #ffffff;
    overflow: hidden;
}

.n8n-comparison-section .cont-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* =========================================================
   INTRO
   ========================================================= */

.n8n-comparison-intro {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 3.25rem !important;
    text-align: center;
}

.n8n-comparison-intro .n8n-section-eyebrow {
    display: block;
    margin: 0 0 1rem !important;
    color: #ff7800;
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.n8n-comparison-intro .title2 {
    margin: 0 auto 1.25rem !important;
    color: #172033;
    line-height: 1.12 !important;
}

.n8n-comparison-intro .title2 span {
    color: #ff7800;
}

.n8n-comparison-intro .text2 {
    max-width: 800px;
    margin: 0 auto !important;
    color: #536176;
    font-size: 16px !important;
    line-height: 1.65 !important;
    text-align: center;
}


/* =========================================================
   TABLE WRAPPER
   ========================================================= */

.n8n-comparison-table-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dfe5ec;
    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(20, 32, 52, .07);
}


/* =========================================================
   TABLE
   ========================================================= */

.n8n-comparison {
    width: 100%;
    margin: 0;

    border-collapse: separate;
    border-spacing: 0;

    background: #ffffff;
}


/* =========================================================
   HEADER
   ========================================================= */

.n8n-comparison thead th {
    padding: 22px 25px;

    background: #f7f9fc;

    color: #172033;

    font-size: 15px !important;
    line-height: 1.35;
    font-weight: 700;

    text-align: left;

    border-bottom: 1px solid #e4e8ee;

    vertical-align: middle;
}

.n8n-comparison thead th:first-child {
    width: 23%;
}

.n8n-comparison thead th:nth-child(2),
.n8n-comparison thead th:nth-child(3) {
    width: 38.5%;
}

.n8n-comparison thead th:nth-child(2) {
    color: #536176;
}


/* =========================================================
   HOSTING ADMINISTRADO — HEADER
   ========================================================= */

.n8n-comparison thead .n8n-managed-column {
    position: relative;

    background: #fff8f3;

    color: #e86f25;

    border-left: 1px solid #f3dfd1;
}


/* Línea superior */

.n8n-comparison thead .n8n-managed-column::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 3px;

    background: #ff7800;
}


/* =========================================================
   BADGE
   ========================================================= */

.n8n-managed-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    margin-bottom: 8px;

    padding: 5px 9px;

    background: #ff7800;
    color: #ffffff;

    border-radius: 4px;

    font-size: 9px !important;
    line-height: 1;
    font-weight: 700;

    letter-spacing: .09em;
}


/* =========================================================
   HEADER — ICONOS
   ========================================================= */

.n8n-comparison-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.n8n-comparison-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    background: #e9edf3;
    color: #536176;

    border-radius: 8px;

    font-size: 13px;
}

.n8n-managed-column .n8n-comparison-heading-icon {
    background: #ffeadb;
    color: #e86f25;
}


/* =========================================================
   BODY — FILAS
   ========================================================= */

.n8n-comparison tbody tr {
    transition: background-color .2s ease;
}

.n8n-comparison tbody tr:hover {
    background: #fafbfd;
}


/* =========================================================
   BODY — CELDAS
   ========================================================= */

.n8n-comparison tbody th,
.n8n-comparison tbody td {
    padding: 18px 25px;

    border-bottom: 1px solid #edf0f4;

    vertical-align: middle;
}

.n8n-comparison tbody tr:last-child th,
.n8n-comparison tbody tr:last-child td {
    border-bottom: 0;
}


/* =========================================================
   COLUMNA ASPECTO
   ========================================================= */

.n8n-comparison tbody th {
    color: #172033;

    font-size: 15px !important;
    line-height: 1.4;

    font-weight: 700;

    text-align: left;

    white-space: nowrap;
}

.n8n-comparison tbody th i {
    display: inline-block;

    width: 22px;

    margin-right: 9px;

    color: #e86f25;

    font-size: 13px;

    text-align: center;
}


/* =========================================================
   VPS TRADICIONAL
   ========================================================= */

.n8n-comparison tbody td {
    color: #596579;

    font-size: 15px !important;
    line-height: 1.5;

    font-weight: 400;
}

.n8n-comparison tbody td:nth-child(2) {
    border-left: 1px solid #edf0f4;
}


/* =========================================================
   HOSTING N8N ADMINISTRADO — BODY
   ========================================================= */

.n8n-comparison tbody .n8n-managed-cell {
    position: relative;

    background: #fffaf7;

    color: #3f4a5a;

    font-size: 15px !important;
    line-height: 1.5;

    font-weight: 400;

    border-left: 1px solid #f3dfd1;

    /*
       Espacio adicional para que el check
       no quede pegado al texto.
    */
    padding-left: 36px;
}


/* =========================================================
   CHECK — SUTIL
   ========================================================= */

.n8n-comparison tbody .n8n-managed-cell::before {
    content: "✓";

    position: absolute;

    left: 12px;
    top: 50%;

    transform: translateY(-50%);

    color: #e86f25;

    font-size: 11px;

    font-weight: 700;
}


/* =========================================================
   HOVER — HOSTING ADMINISTRADO
   ========================================================= */

.n8n-comparison tbody tr:hover .n8n-managed-cell {
    background: #fff8f3;
}


/* =========================================================
   DECORACIÓN SUTIL
   ========================================================= */

.n8n-comparison-section::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    top: -300px;
    right: -220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,120,0,.035) 0%,
            rgba(255,120,0,0) 70%
        );

    pointer-events: none;
}

.n8n-comparison-section::after {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    bottom: -280px;
    left: -220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(23,32,51,.025) 0%,
            rgba(23,32,51,0) 70%
        );

    pointer-events: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .n8n-comparison-section {
        padding: 5.5rem 0 6.5rem !important;
    }

    .n8n-comparison thead th {
        padding: 20px 18px;
    }

    .n8n-comparison tbody th,
    .n8n-comparison tbody td {
        padding: 18px;
    }

    .n8n-comparison tbody td,
    .n8n-comparison tbody .n8n-managed-cell {
        font-size: 15px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .n8n-comparison-section {
        padding: 5rem 0 5.5rem !important;
    }

    .n8n-comparison-intro {
        margin-bottom: 2.75rem !important;
    }


    /* Convertir tabla en tarjetas */

    .n8n-comparison-table-wrap {
        overflow: visible;

        border: 0;

        background: transparent;

        box-shadow: none;
    }

    .n8n-comparison,
    .n8n-comparison tbody {
        display: block;

        width: 100%;
    }

    .n8n-comparison thead {
        display: none;
    }


    /* Tarjeta */

    .n8n-comparison tbody tr {
        display: block;

        margin-bottom: 1rem;

        overflow: hidden;

        background: #ffffff;

        border: 1px solid #dfe5ec;

        border-radius: 14px;

        box-shadow: 0 6px 20px rgba(20,32,52,.05);
    }

    .n8n-comparison tbody tr:hover {
        background: #ffffff;
    }


    /* Celdas */

    .n8n-comparison tbody th,
    .n8n-comparison tbody td {
        display: block;

        width: 100%;

        padding: 15px 18px;

        border: 0 !important;
    }


    /* Aspecto */

    .n8n-comparison tbody th {
        background: #f7f9fc;

        border-bottom: 1px solid #e8ecf1 !important;

        white-space: normal;

        font-size: 15px !important;
    }


    /* Etiqueta VPS */

    .n8n-comparison tbody td:nth-child(2)::before {
        content: "VPS TRADICIONAL";

        display: block;

        margin-bottom: 6px;

        color: #7a8494;

        font-size: 10px;

        font-weight: 700;

        letter-spacing: .08em;
    }


    /* Hosting administrado */

    .n8n-comparison tbody .n8n-managed-cell {
        background: #fffaf7;

        font-size: 15px !important;

        padding-left: 36px;
    }


    /* Etiqueta inferior */

    .n8n-comparison tbody .n8n-managed-cell::after {
        content: "HOSTING ADMINISTRADO";

        display: block;

        margin-top: 7px;

        color: #e86f25;

        font-size: 10px;

        font-weight: 700;

        letter-spacing: .08em;
    }

}


/* =========================================================
   MOBILE PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

    .n8n-comparison-section {
        padding: 4.5rem 0 5rem !important;
    }

    .n8n-comparison tbody th,
    .n8n-comparison tbody td {
        padding: 14px 16px;
    }

    .n8n-comparison tbody .n8n-managed-cell {
        padding-left: 34px;
    }

    .n8n-comparison tbody td,
    .n8n-comparison tbody .n8n-managed-cell {
        font-size: 14.5px !important;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .n8n-comparison tbody tr {
        transition: none;
    }

}
/* =========================================================
   TODO INCLUIDO — HOSTING ADMINISTRADO n8n
   ========================================================= */

/* =========================================================
   TODO INCLUIDO — HOSTING ADMINISTRADO n8n
   ========================================================= */

.n8n-included-section {
    position: relative;
    padding: 6rem 0 6.5rem !important;
    background: #f4f6fa;
    overflow: hidden;
}


/* =========================================================
   CONTENEDOR
   ========================================================= */

.n8n-included-section .cont-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* =========================================================
   INTRO
   ========================================================= */

.n8n-included-intro {
    position: relative;
    z-index: 2;

    max-width: 900px;

    margin: 0 auto 4rem !important;

    text-align: center;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.n8n-included-intro .n8n-section-eyebrow {
    display: block;

    margin: 0 0 1rem !important;

    color: #ff7800;

    font-size: 12px !important;
    line-height: 1.2;

    letter-spacing: .12em;
    text-transform: uppercase;
}


/* =========================================================
   TITULO
   IMPORTANTE:
   NO definimos font-family.
   Se mantiene la tipografía original de title2.
   ========================================================= */

.n8n-included-intro .title2 {
    margin: 0 auto 1.25rem !important;

    color: #172033;

    line-height: 1.12 !important;
}

.n8n-included-intro .title2 span {
    color: #ff7800;
}


/* =========================================================
   DESCRIPCIÓN
   ========================================================= */

.n8n-included-intro .text2 {
    max-width: 800px;

    margin: 0 auto !important;

    color: #536176;

    font-size: 16px !important;
    line-height: 1.65 !important;

    text-align: center;
}


/* =========================================================
   GRID
   ========================================================= */

.n8n-included-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 1.25rem;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto !important;
}


/* =========================================================
   TARJETAS
   ========================================================= */

.n8n-included-section .n8n-feature-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 285px;

    padding: 1.9rem !important;

    background: #ffffff !important;

    border: 1px solid #e1e6ed !important;

    border-radius: 16px;

    box-shadow: 0 6px 22px rgba(20, 32, 52, .045);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.n8n-included-section .n8n-feature-card:hover {
    transform: translateY(-4px);

    border-color: #f2b48b !important;

    box-shadow: 0 14px 35px rgba(20, 32, 52, .08);
}


/* =========================================================
   TODAS LAS TARJETAS IGUALES
   ========================================================= */

.n8n-included-section .n8n-feature-card-accent {
    background: #ffffff !important;

    border-color: #e1e6ed !important;

    box-shadow: 0 6px 22px rgba(20, 32, 52, .045);
}

.n8n-included-section .n8n-feature-card-accent:hover {
    border-color: #f2b48b !important;

    box-shadow: 0 14px 35px rgba(20, 32, 52, .08);
}


/* =========================================================
   ICONO
   ========================================================= */

.n8n-included-section .n8n-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    margin-bottom: 1.25rem !important;

    background: #fff0e7 !important;

    color: #e86620 !important;

    border-radius: 12px;

    font-size: 1.15rem !important;
}


/* =========================================================
   ETIQUETA
   ========================================================= */

.n8n-included-section .n8n-feature-label {
    display: block;

    margin: 0 0 .5rem !important;

    color: #e86620 !important;

    font-size: 11px !important;
    line-height: 1.3 !important;

    letter-spacing: .08em;

    text-transform: uppercase;
}


/* =========================================================
   TITULO DE TARJETA
   NO font-family: conserva la fuente original
   ========================================================= */

.n8n-included-section .n8n-feature-card h3 {
    margin: 0 0 .75rem !important;

    color: #172033 !important;

    font-size: 20px !important;
    line-height: 1.3 !important;
}


/* =========================================================
   TEXTO DE TARJETA
   NO font-family: conserva la fuente original
   ========================================================= */

.n8n-included-section .n8n-feature-card p {
    margin: 0 !important;

    color: #536176 !important;

    font-size: 15px !important;
    line-height: 1.6 !important;
}


/* =========================================================
   DECORACIÓN DE FONDO
   MUY SUTIL
   ========================================================= */

.n8n-included-section::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -300px;
    right: -250px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(255, 120, 0, .035) 0%,
        rgba(255, 120, 0, 0) 70%
    );

    pointer-events: none;
}


.n8n-included-section::after {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    bottom: -300px;
    left: -250px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(23, 32, 51, .025) 0%,
        rgba(23, 32, 51, 0) 70%
    );

    pointer-events: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .n8n-included-section {
        padding: 5.5rem 0 6rem !important;
    }

    .n8n-included-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .n8n-included-section .n8n-feature-card {
        min-height: 270px;
        padding: 1.8rem !important;
    }
}


/* =========================================================
   TABLET PEQUEÑA
   ========================================================= */

@media (max-width: 800px) {

    .n8n-included-intro {
        margin-bottom: 3.2rem !important;
    }

    .n8n-included-intro .text2 {
        font-size: 15px !important;
    }

    .n8n-included-section .n8n-feature-card h3 {
        font-size: 19px !important;
    }

    .n8n-included-section .n8n-feature-card p {
        font-size: 15px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .n8n-included-section {
        padding: 4.5rem 0 5rem !important;
    }

    .n8n-included-intro {
        margin-bottom: 2.8rem !important;
    }

    .n8n-included-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .n8n-included-section .n8n-feature-card {
        min-height: 0;

        padding: 1.6rem !important;
    }

    .n8n-included-section .n8n-feature-icon {
        width: 48px;
        height: 48px;

        flex-basis: 48px;

        margin-bottom: 1.1rem !important;
    }

    .n8n-included-section .n8n-feature-card h3 {
        font-size: 19px !important;
    }

    .n8n-included-section .n8n-feature-card p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}


/* =========================================================
   MOBILE PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

    .n8n-included-section {
        padding: 4rem 0 4.5rem !important;
    }

    .n8n-included-section .n8n-feature-card {
        padding: 1.5rem !important;
    }

    .n8n-included-section .n8n-feature-card h3 {
        font-size: 18px !important;
    }

    .n8n-included-section .n8n-feature-card p {
        font-size: 15px !important;
    }
}


/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .n8n-included-section .n8n-feature-card {
        transition: none;
    }

    .n8n-included-section .n8n-feature-card:hover {
        transform: none;
    }
}


/* =========================================================
   N8N - PLANES Y PRECIOS
   ========================================================= */

.n8n-pricing-section {
    position: relative;
    overflow: hidden;

    padding: 90px 0 95px;

    background: #0d1423;
}


/* =========================================================
   FONDOS DECORATIVOS
   ========================================================= */

.n8n-pricing-section::before {
    content: "";

    position: absolute;
    top: -420px;
    left: -300px;

    width: 750px;
    height: 750px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(13, 28, 130, .38) 0%,
            rgba(13, 28, 130, 0) 70%
        );

    pointer-events: none;
}


.n8n-pricing-section::after {
    content: "";

    position: absolute;
    right: -350px;
    bottom: -400px;

    width: 700px;
    height: 700px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(232, 111, 37, .16) 0%,
            rgba(232, 111, 37, 0) 70%
        );

    pointer-events: none;
}


/* =========================================================
   INTRO
   ========================================================= */

.n8n-pricing-intro {
    position: relative;
    z-index: 2;

    max-width: 920px;

    margin: 0 auto 58px;

    text-align: center;
}


.n8n-pricing-intro .pre-text {
    margin: 0 0 13px;

    color: #ff7800;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
}


.n8n-pricing-intro h2 {
    margin: 0 0 20px;

    color: #fff;
}


.n8n-pricing-intro .text2 {
    max-width: 820px;

    margin: 0 auto;

    color: #aeb8c8;

    font-size: 18px;
    line-height: 1.65;
}


/* =========================================================
   GRID
   ========================================================= */

.n8n-pricing-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    align-items: stretch;

    gap: 22px;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================================
   PLAN CARD
   ========================================================= */

.n8n-plan-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 100%;

    padding: 34px 30px 30px;

    background: #fff;

    border: 1px solid #e5e9ef;

    border-radius: 20px;

    box-shadow:
        0 22px 60px rgba(0, 0, 0, .22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.n8n-plan-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 30px 70px rgba(0, 0, 0, .28);
}


/* =========================================================
   PLAN DESTACADO
   ========================================================= */

.n8n-plan-featured {
    border: 2px solid #ff7800;

    transform: translateY(-8px);

    box-shadow:
        0 28px 75px rgba(0, 0, 0, .30),
        0 0 0 5px rgba(255, 120, 0, .07);
}


.n8n-plan-featured:hover {
    transform: translateY(-13px);

    box-shadow:
        0 36px 85px rgba(0, 0, 0, .34),
        0 0 0 5px rgba(255, 120, 0, .09);
}


/* =========================================================
   BADGE
   ========================================================= */

.n8n-plan-popular {
    position: absolute;

    top: -14px;
    left: 50%;

    z-index: 5;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 28px;

    padding: 6px 16px;

    transform: translateX(-50%);

    white-space: nowrap;

    background: #ff7800;

    color: #fff;

    border-radius: 30px;

    box-shadow:
        0 6px 18px rgba(255, 120, 0, .25);

    font-family: 'nova-semibold';

    font-size: 11px;
    line-height: 1;
    letter-spacing: .07em;
}


.n8n-plan-popular i {
    font-size: 10px;
}


/* =========================================================
   CABECERA
   ========================================================= */

.n8n-plan-head {
    min-height: 150px;
}


.n8n-plan-label {
    display: inline-block;

    margin-bottom: 11px;

    color: #e86f25;

    font-family: 'nova-bold';

    font-size: 12px;
    line-height: 1;
    letter-spacing: .12em;
}


.n8n-plan-head h3 {
    margin: 0 0 10px;

    color: #172033;

    font-family: 'nova-black';

    font-size: 27px;
    line-height: 1.15;
}


.n8n-plan-head p {
    max-width: 320px;

    margin: 0;

    color: #657286;

    font-family: 'nova-regular';

    font-size: 15px;
    line-height: 1.55;
}


/* =========================================================
   PRECIO
   ========================================================= */

.n8n-plan-price {
    display: flex;

    align-items: flex-end;

    min-height: 78px;

    margin: 4px 0 20px;

    color: #172033;
}


.n8n-price-currency {
    align-self: flex-start;

    margin-top: 9px;

    font-family: 'nova-semibold';

    font-size: 20px;
    line-height: 1;
}


.n8n-plan-price strong {
    display: inline-flex;
    align-items: flex-start;

    font-family: 'nova-black';

    font-size: 52px;
    line-height: .95;

    letter-spacing: -.04em;
}


.n8n-price-decimal {
    margin-top: 4px;

    font-family: 'nova-black';

    font-size: 26px;
    line-height: 1;

    letter-spacing: -.02em;
}


.n8n-price-period {
    margin: 0 0 5px 8px;

    color: #718096;

    font-family: 'nova-regular';

    font-size: 14px;
    line-height: 1;
}


/* =========================================================
   BOTÓN
   ========================================================= */

.n8n-plan-button {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    width: 100%;

    min-height: 48px;

    padding: 13px 20px;

    background: #172033;

    color: #fff;

    border: 1px solid #172033;
    border-radius: 9px;

    font-family: 'nova-semibold';

    font-size: 15px;
    line-height: 1;

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.n8n-plan-button:hover {
    background: #e86f25;
    border-color: #e86f25;

    color: #fff;

    text-decoration: none;

    box-shadow:
        0 7px 18px rgba(232, 111, 37, .20);
}


.n8n-plan-button:focus-visible {
    outline: 3px solid rgba(255, 120, 0, .35);
    outline-offset: 3px;
}


.n8n-plan-featured .n8n-plan-button {
    background: #ff7800;
    border-color: #ff7800;

    box-shadow:
        0 7px 18px rgba(255, 120, 0, .18);
}


.n8n-plan-featured .n8n-plan-button:hover {
    background: #e96300;
    border-color: #e96300;
}


/* =========================================================
   DIVISOR
   ========================================================= */

.n8n-plan-divider {
    width: 100%;
    height: 1px;

    margin: 25px 0 19px;

    background: #e7ebf0;
}


/* =========================================================
   RECURSOS
   ========================================================= */

.n8n-plan-resources-wrapper {
    margin: 0;
}


.n8n-resource-title {
    display: block;

    margin-bottom: 8px;

    color: #8a96a7;

    font-family: 'nova-bold';

    font-size: 10px;
    line-height: 1;

    letter-spacing: .10em;
}


.n8n-plan-resources {
    padding: 0;
    margin: 0;

    list-style: none;
}


.n8n-plan-resources li {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 8px 0;

    color: #68768a;

    font-family: 'nova-regular';

    font-size: 14px;
    line-height: 1.3;
}


.n8n-plan-resources li strong {
    color: #172033;

    font-family: 'nova-semibold';

    font-size: 14px;

    white-space: nowrap;
}


/* =========================================================
   INCLUYE
   ========================================================= */

.n8n-plan-included {
    margin-top: 22px;
}


.n8n-included-title {
    display: block;

    margin-bottom: 12px;

    color: #172033;

    font-family: 'nova-bold';

    font-size: 11px;
    line-height: 1;

    letter-spacing: .12em;
}


.n8n-plan-included ul {
    padding: 0;
    margin: 0;

    list-style: none;
}


.n8n-plan-included li {
    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin-bottom: 9px;

    color: #536174;

    font-family: 'nova-regular';

    font-size: 14px;
    line-height: 1.4;
}


.n8n-plan-included li:last-child {
    margin-bottom: 0;
}


.n8n-plan-included li i {
    flex: 0 0 auto;

    margin-top: 3px;

    color: #e86f25;

    font-size: 12px;
}


/* =========================================================
   HERENCIA DE PLAN
   ========================================================= */

.n8n-plan-inherited {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-top: 22px;
    padding: 13px 14px;

    background: #fff7f0;

    border: 1px solid #ffe0cc;
    border-radius: 10px;
}


.n8n-inherited-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 24px;

    width: 24px;
    height: 24px;

    background: #ff7800;

    color: #fff;

    border-radius: 50%;

    font-size: 11px;
}


.n8n-plan-inherited div {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.n8n-plan-inherited strong {
    color: #172033;

    font-family: 'nova-bold';

    font-size: 11px;
    line-height: 1.2;

    letter-spacing: .04em;
}


.n8n-plan-inherited div span {
    color: #7a6c61;

    font-family: 'nova-regular';

    font-size: 12px;
    line-height: 1.35;
}


/* =========================================================
   EXTRAS
   ========================================================= */

.n8n-plan-included-extra {
    margin-top: 19px;
}


/* =========================================================
   NOTA INFERIOR
   ========================================================= */

.n8n-pricing-note {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    width: 100%;
    max-width: 1180px;

    margin: 32px auto 0;

    color: #8996a9;

    font-family: 'nova-regular';

    font-size: 13px;
    line-height: 1.5;

    text-align: center;
}


.n8n-pricing-note-dot {
    flex: 0 0 7px;

    width: 7px;
    height: 7px;

    background: #ff7800;

    border-radius: 50%;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

    .n8n-pricing-section {
        padding: 80px 0 85px;
    }


    .n8n-pricing-grid {
        grid-template-columns: 1fr;

        max-width: 560px;

        gap: 28px;
    }


    .n8n-plan-featured {
        transform: none;
    }


    .n8n-plan-featured:hover {
        transform: translateY(-5px);
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .n8n-pricing-section {
        padding: 68px 0 72px;
    }


    .n8n-pricing-intro {
        margin-bottom: 42px;
    }


    .n8n-pricing-intro .pre-text {
        font-size: 12px;
    }


    .n8n-pricing-intro .text2 {
        font-size: 16px;
        line-height: 1.65;
    }


    .n8n-plan-card {
        padding: 29px 23px 27px;

        border-radius: 17px;
    }


    .n8n-plan-head {
        min-height: auto;
    }


    .n8n-plan-head h3 {
        font-size: 25px;
    }


    .n8n-plan-price {
        margin-top: 22px;
    }


    .n8n-plan-price strong {
        font-size: 48px;
    }


    .n8n-price-decimal {
        font-size: 24px;
    }


    .n8n-plan-popular {
        top: -13px;

        padding: 6px 14px;

        font-size: 10px;
    }


    .n8n-plan-inherited {
        align-items: flex-start;

        padding: 12px;
    }


    .n8n-pricing-note {
        align-items: flex-start;

        padding: 0 10px;

        font-size: 12px;
    }

}


/* =========================================================
   ACCESIBILIDAD / REDUCIR MOVIMIENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .n8n-plan-card,
    .n8n-plan-button {
        transition: none;
    }


    .n8n-plan-card:hover,
    .n8n-plan-featured:hover {
        transform: none;
    }

}



/* =========================================================
   CTA FINAL
   ========================================================= */

.n8n-final-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 0 85px;
    background: #0d1423;
    border-top: 1px solid rgba(255,255,255,.05);
}

.n8n-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            60% 70% at 50% 45%,
            rgba(31, 43, 82, .32) 0%,
            transparent 70%
        );
}

.n8n-final-cta-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(90px);
}

.n8n-final-cta-glow-left {
    width: 420px;
    height: 420px;
    left: -250px;
    top: 20%;
    background: rgba(13, 28, 130, .22);
}

.n8n-final-cta-glow-right {
    width: 400px;
    height: 400px;
    right: -230px;
    bottom: -180px;
    background: rgba(232, 111, 37, .16);
}

.n8n-final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.n8n-final-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #ff7800;
    font-family: 'nova-bold';
    font-size: 13px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.n8n-final-cta-content h2 {
    max-width: 850px;
    margin: 0 auto 22px;
    color: #fff;
    font-family: 'nova-black';
    font-size: 4rem;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.n8n-final-cta-content h2 span {
    color: #ff7800;
}

.n8n-final-cta-content > p {
    max-width: 730px;
    margin: 0 auto;
    color: #aeb8c8;
    font-family: 'nova-light';
    font-size: 18px;
    line-height: 1.7;
}

.n8n-final-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 38px;
}

.n8n-final-cta-primary,
.n8n-final-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    padding: 15px 24px;
    border-radius: 7px;
    font-family: 'nova-semibold';
    font-size: 15px;
    text-decoration: none;
    transition: all .25s ease;
}

.n8n-final-cta-primary {
    color: #fff;
    background: #ff7800;
    border: 1px solid #ff7800;
}

.n8n-final-cta-primary:hover {
    color: #fff;
    background: #e96300;
    border-color: #e96300;
    text-decoration: none;
    transform: translateY(-2px);
}

.n8n-final-cta-secondary {
    color: #dce3ec;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.18);
}

.n8n-final-cta-secondary:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.35);
    text-decoration: none;
    transform: translateY(-2px);
}

.n8n-final-cta-primary i,
.n8n-final-cta-secondary i {
    font-size: 12px;
}

.n8n-final-cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 38px;
    color: #7f8da2;
    font-family: 'nova-regular';
    font-size: 13px;
}

.n8n-final-cta-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.n8n-final-cta-trust i {
    color: #ff7800;
    font-size: 11px;
}

@media (max-width: 800px) {

    .n8n-final-cta {
        padding: 90px 0 95px;
    }

    .n8n-final-cta-content h2 {
        font-size: 3rem;
    }

    .n8n-final-cta-content > p {
        font-size: 17px;
    }

}

@media (max-width: 600px) {

    .n8n-final-cta {
        padding: 75px 20px 80px;
    }

    .n8n-final-cta-content h2 {
        font-size: 2.35rem;
        line-height: 1.12;
    }

    .n8n-final-cta-content > p {
        font-size: 16px;
        line-height: 1.65;
    }

    .n8n-final-cta-buttons {
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    .n8n-final-cta-primary,
    .n8n-final-cta-secondary {
        width: 100%;
    }

    .n8n-final-cta-trust {
        flex-direction: column;
        gap: 12px;
        margin-top: 30px;
    }

}


/* =========================================================
   FAQ
   ========================================================= */


.n8n-faq-section {
    padding: 65px 0 70px;
}

.n8n-faq-section .cont-section {
    padding-top: 0;
    padding-bottom: 0;
}

.n8n-faq-section::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    left: -350px;
    top: 10%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(109, 40, 217, .055) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.n8n-faq-intro {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 52px;
}

.n8n-faq-intro .pre-text {
    margin-bottom: 13px;
    font-size: 13px;
    letter-spacing: .11em;
}

.n8n-faq-intro h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.n8n-faq-intro .text2 {
    max-width: 700px;
    margin: 0 auto;
    color: #657286;
    font-size: 17px;
    line-height: 1.65;
}


.n8n-faq-list {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}


.n8n-faq-item {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #e4e8ed;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(20,35,55,.035);
    overflow: hidden;
    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.n8n-faq-item:hover {
    border-color: #d9dfe7;
    box-shadow: 0 10px 30px rgba(20,35,55,.07);
}


.n8n-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    padding: 22px 25px;

    color: #172033;

    font-family: 'nova-semibold';
    font-size: 16px;
    line-height: 1.45;

    cursor: pointer;
    list-style: none;
}

.n8n-faq-item summary::-webkit-details-marker {
    display: none;
}

.n8n-faq-item summary::marker {
    display: none;
}


.n8n-faq-item summary i {
    flex: 0 0 auto;

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

    width: 30px;
    height: 30px;

    color: #e86f25;
    background: #fff1e8;
    border-radius: 50%;

    font-size: 11px;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease;
}


.n8n-faq-item[open] {
    border-color: #f0d4c2;
    box-shadow: 0 12px 35px rgba(20,35,55,.08);
}

.n8n-faq-item[open] summary i {
    transform: rotate(45deg);
    background: #ff7800;
    color: #fff;
}


.n8n-faq-answer {
    padding: 0 25px 24px;
}

.n8n-faq-answer p {
    max-width: 780px;
    margin: 0;
    padding-top: 18px;

    border-top: 1px solid #edf0f3;

    color: #657286;

    font-family: 'nova-regular';
    font-size: 15px;
    line-height: 1.7;
}


@media (max-width: 600px) {

    .n8n-faq-section {
        padding: 75px 20px 85px;
    }

    .n8n-faq-intro {
        margin-bottom: 38px;
    }

    .n8n-faq-intro .text2 {
        font-size: 16px;
    }

    .n8n-faq-item summary {
        padding: 19px 18px;
        gap: 15px;
        font-size: 15px;
    }

    .n8n-faq-item summary i {
        width: 27px;
        height: 27px;
        font-size: 10px;
    }

    .n8n-faq-answer {
        padding: 0 18px 20px;
    }

    .n8n-faq-answer p {
        font-size: 14px;
        line-height: 1.65;
    }

}


/* =========================================
   HERO - HOSTING GESTIONADO N8N
========================================= */

.sect-main-n8n {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #0d1423;
}

/* Fondo principal */

.sect-main-n8n .port-main {
    position: relative;
    z-index: 1;

    padding: 166px 24px 56px;

    background: transparent;
}

/* Contenedor */

.sect-main-n8n .container-small {
    width: 100%;
    max-width: 1120px;

    margin-left: auto;
    margin-right: auto;
}

.sect-main-n8n .hero-content {
    max-width: 850px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

/* Eyebrow */

.sect-main-n8n .hero-eyebrow {
    margin: 0 0 24px;
    line-height: 1.4;
}

.sect-main-n8n .badge-n8n {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 20px;

    border: 1px solid #ff7800;
    border-radius: 999px;

    background: rgb(255 120 0 / 9%);
    color: #ff9a3d;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* H1 */

.sect-main-n8n .hero-title {
    max-width: 850px;

    margin: 0;

    color: #f5f6fa;

    font-size: clamp(34px, 4.2vw, 56px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;

    text-wrap: balance;
}

/* Descripción */

.sect-main-n8n .hero-description {
    max-width: 760px;

    margin: 24px 0 0;

    color: #b5bccb;

    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 400;
    line-height: 1.7;

    text-wrap: pretty;
}

/* Botones */

.sect-main-n8n .hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 16px;

    width: 100%;
    margin-top: 32px;
}

.sect-main-n8n .hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    min-width: 230px;

    padding: 14px 24px;

    border-radius: 6px;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

/* CTA principal */

.sect-main-n8n .hero-btn-primary {
    background: #e95420;
    border: 1px solid #e95420;
    color: #ffffff;
}

.sect-main-n8n .hero-btn-primary:hover {
    background: #cf4518;
    border-color: #cf4518;
}

/* CTA secundario */

.sect-main-n8n .hero-btn-secondary {
    background: rgb(255 255 255 / 4%);
    border: 1px solid #667085;
    color: #f5f6fa;
}

.sect-main-n8n .hero-btn-secondary:hover {
    background: rgb(255 255 255 / 10%);
    border-color: #aeb6c5;
}

/* Características */

.sect-main-n8n .hero-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 16px 32px;

    width: 100%;
    margin: 32px 0 0;
    padding: 24px 0 0;

    border-top: 1px solid rgb(148 163 184 / 20%);

    list-style: none;
}

.sect-main-n8n .hero-benefits li {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: #d5dbe7;

    font-size: 14px;
    line-height: 1.5;
}

.sect-main-n8n .hero-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    flex: 0 0 20px;

    border-radius: 50%;

    background: rgb(255 120 0 / 12%);
    color: #ff9a3d;

    font-size: 13px;
    font-weight: 700;
}

/* =========================================
   FONDO DECORATIVO
========================================= */

.sect-main-n8n .shape-purple,
.sect-main-n8n .shape-pink,
.sect-main-n8n .sect-points,
.sect-main-n8n .sect-shadow1 {
    position: absolute;
    pointer-events: none;
}

.sect-main-n8n .shape-purple {
    z-index: 0;

    left: -12%;
    top: -18%;

    width: 62%;
    height: 75%;
}

.sect-main-n8n .shape-purple > div {
    width: 100%;
    height: 100%;

    background: radial-gradient(
        circle,
        rgb(13 28 130 / 55%) 0%,
        transparent 65%
    );

    filter: blur(70px);
}

.sect-main-n8n .shape-pink {
    z-index: 0;

    right: -15%;
    bottom: -22%;

    width: 68%;
    height: 78%;
}

.sect-main-n8n .shape-pink > div {
    width: 100%;
    height: 100%;

    background: radial-gradient(
        circle,
        rgb(181 96 11 / 45%) 0%,
        transparent 65%
    );

    filter: blur(85px);
}

.sect-main-n8n .sect-points {
    z-index: 0;
    inset: 0;

    background-image: radial-gradient(
        rgb(58 60 193 / 45%) 1.4px,
        transparent 1.7px
    );

    background-size: 30px 30px;

    mask-image: radial-gradient(
        85% 90% at 50% 40%,
        black 18%,
        transparent 78%
    );
}

.sect-main-n8n .sect-shadow1 {
    z-index: 0;
    inset: 0;

    background:
        radial-gradient(
            100% 95%,
            transparent 32%,
            rgb(15 23 42 / 28%) 100%
        ),
        linear-gradient(
            rgb(15 23 42 / 12%) 0%,
            transparent 14%,
            transparent 86%,
            rgb(15 23 42 / 14%) 100%
        );
}

/* =========================================
   ACCESIBILIDAD
========================================= */

.sect-main-n8n .hero-actions a:focus-visible {
    outline: 3px solid #ffb36b;
    outline-offset: 4px;
}

/* =========================================
   TABLET Y MOVIL
========================================= */

@media (max-width: 768px) {

    .sect-main-n8n .port-main {
        padding: 140px 20px 44px;
    }

    .sect-main-n8n .hero-content {
        max-width: 600px;
    }

    .sect-main-n8n .hero-title {
        font-size: clamp(32px, 6vw, 44px);
        line-height: 1.15;
    }

    .sect-main-n8n .hero-description {
        margin-top: 20px;
    }

    .sect-main-n8n .hero-actions {
        margin-top: 28px;
        gap: 12px;
    }

    .sect-main-n8n .hero-actions a {
        min-width: 0;
    }

    .sect-main-n8n .hero-benefits {
        gap: 14px 20px;
        margin-top: 28px;
    }
    
    
}

@media (max-width: 480px) {

    .sect-main-n8n .port-main {
        padding: 98px 20px 36px;
    }

    .sect-main-n8n .hero-eyebrow {
        margin-bottom: 20px;
    }

    .sect-main-n8n .badge-n8n {
        padding: 7px 14px;
        font-size: 11px;
    }

    .sect-main-n8n .hero-title {
        font-size: clamp(30px, 8vw, 36px);
        letter-spacing: -0.025em;
    }

    .sect-main-n8n .hero-description {
        font-size: 16px;
        line-height: 1.65;
    }

    .sect-main-n8n .hero-actions {
        flex-direction: column;
        align-items: stretch;

        width: 100%;
        max-width: 360px;
    }

    .sect-main-n8n .hero-actions a {
        width: 100%;
        min-height: 50px;
    }

    .sect-main-n8n .hero-benefits {
        flex-direction: column;
        align-items: flex-start;

        width: auto;
        gap: 14px;

        margin-top: 28px;
        padding-top: 22px;
    }

    .sect-main-n8n .shape-purple {
        width: 100%;
        left: -35%;
    }

    .sect-main-n8n .shape-pink {
        width: 100%;
        right: -45%;
    }
    
}

/* Reducir transiciones para usuarios
   que prefieren menos movimiento */

@media (prefers-reduced-motion: reduce) {

    .sect-main-n8n .hero-actions a {
        transition: none;
    }
}


/* Iconos de los botones del Hero */

.sect-main-n8n .hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.sect-main-n8n .hero-btn-icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

/* Animación sutil de la flecha */

.sect-main-n8n .hero-btn-primary .hero-btn-icon {
    transition: transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .sect-main-n8n .hero-btn-primary:hover .hero-btn-icon {
        transform: translateX(3px);
    }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {
    .sect-main-n8n .hero-btn-icon {
        transition: none;
    }
}

/* =========================================================
   N8N - BENEFICIOS DEL HOSTING ADMINISTRADO
   ========================================================= */

.n8n-managed-benefits {
    background: #ffffff;
    padding: 6.5rem 0;
    position: relative;
    overflow: hidden;
}


/* =========================================================
   INTRO
   ========================================================= */

.n8n-managed-intro {
    max-width: 950px;
    margin: 0 auto 4rem;
    text-align: center;
}

.n8n-managed-intro .pre-text {
    display: block;
    margin-bottom: 14px;

    font-size: 13px !important;
    line-height: 1.2 !important;

    letter-spacing: 0.15em;
}

.n8n-managed-intro .title2 {
    max-width: 920px;
    margin: 0 auto 22px;

    line-height: 1.08 !important;
}

.n8n-managed-intro .text2 {
    max-width: 850px;
    margin: 0 auto;

    color: #59677a;

    font-size: 18px !important;
    line-height: 1.65 !important;
}


/* =========================================================
   GRID
   ========================================================= */

.n8n-managed-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;

    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   CARD
   ========================================================= */

.n8n-managed-card {
    position: relative;

    background: #ffffff;

    border: 1px solid #dfe5ec;
    border-radius: 18px;

    padding: 30px;

    min-height: 285px;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.n8n-managed-card:hover {
    transform: translateY(-5px);

    border-color: #ffb27a;

    box-shadow:
        0 18px 45px rgba(20, 32, 52, 0.09);
}


/* =========================================================
   ICON
   ========================================================= */

.n8n-managed-icon {
    width: 54px;
    height: 54px;

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

    background: #fff0e7;
    color: #e86620;

    border-radius: 14px;

    margin-bottom: 20px;

    font-size: 20px !important;

    flex-shrink: 0;
}


/* =========================================================
   LABEL
   ========================================================= */

.n8n-managed-label {
    display: block;

    color: #e86620;

    font-family: 'nova-semibold';

    font-size: 11px !important;
    line-height: 1.25 !important;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    margin-bottom: 8px;
}


/* =========================================================
   TÍTULO DE CARD
   ========================================================= */

.n8n-managed-card h3 {
    margin: 0 0 12px;

    color: #181822;

    font-family: 'nova-semibold';

    font-size: 18px !important;
    line-height: 1.25 !important;

    font-weight: 600;
}


/* =========================================================
   DESCRIPCIÓN DE CARD
   ========================================================= */

.n8n-managed-card p {
    margin: 0;

    color: #536176;

    font-family: 'nova-regular';

    font-size: 14px !important;
    line-height: 1.58 !important;

    font-weight: 400;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .n8n-managed-benefits {
        padding: 6rem 0;
    }

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

}


/* =========================================================
   TABLET PEQUEÑA
   ========================================================= */

@media (max-width: 800px) {

    .n8n-managed-benefits {
        padding: 5rem 0;
    }

    .n8n-managed-intro {
        margin-bottom: 3.5rem;
        padding: 0 20px;
    }

    .n8n-managed-intro .text2 {
        font-size: 17px !important;
    }

    .n8n-managed-grid {
        gap: 16px;
    }

    .n8n-managed-card {
        min-height: 275px;
        padding: 26px;
    }

    .n8n-managed-card h3 {
        font-size: 21px !important;
    }

    .n8n-managed-card p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .n8n-managed-benefits {
        padding: 4.5rem 20px;
    }

    .n8n-managed-intro {
        margin-bottom: 3rem;
        padding: 0;
    }

    .n8n-managed-intro .title2 {
        line-height: 1.15 !important;
    }

    .n8n-managed-intro .text2 {
        font-size: 17px !important;
        line-height: 1.65 !important;
    }

    .n8n-managed-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .n8n-managed-card {
        min-height: auto;
        padding: 24px;
    }

    .n8n-managed-icon {
        width: 50px;
        height: 50px;

        margin-bottom: 18px;

        font-size: 18px !important;
    }

    .n8n-managed-label {
        font-size: 10px !important;
    }

    .n8n-managed-card h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    .n8n-managed-card p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

}


/* =========================================================
   MOBILE MUY PEQUEÑO
   ========================================================= */

@media (max-width: 400px) {

    .n8n-managed-benefits {
        padding-left: 16px;
        padding-right: 16px;
    }

    .n8n-managed-card {
        padding: 22px;
        border-radius: 16px;
    }

}