* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

body {
    background: var(--diamond-gradient);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--hanken-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.4px;
    width: 100%;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: var(--container-width-md);
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

section {
    overflow: hidden;
}



.bg-dark {
    background-color: var(--dark);
}

.bg-dark-purple {
    background-color: var(--dark-purple);
}

.bg-pale-purple {
    background-color: var(--pale-purple);
}

.bg-white-tech {
    background-color: var(--white-tech);
}

.bg-purple-glow {
    background-color: var(--purple-glow);
}

.bg-linear-6 {
    background: var(--gradient-linear-6);
}

.bg-linear-dark {
    background: var(--gradient-linear-dark);
}

.bg-white {
    background-color: var(--white-tech);
}

.button-primary {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 143px;
    background: var(--color-8d60f3, #8D60F3);
    color: var(--white-tech, #F8F8F8);
    font-family: var(--hanken-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-wrap: nowrap;
    transition: all 0.3s ease;
    width: 100%;
}

.button-primary:hover {
    cursor: pointer;
    background: var(--pale-purple, #A7A4FF);
    color: var(--dark-purple, #110C35);
}

.button-secondary {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 143px;
    background: var(--purple-glow, #662BF5);
    color: var(--white-tech, #F8F8F8);
    font-family: var(--hanken-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-wrap: nowrap;
    transition: all 0.3s ease;
    width: 100%;
}

.button-secondary:hover {
    cursor: pointer;
    background: var(--pale-purple, #A7A4FF);
    color: var(--dark-purple, #110C35);
}

.button-glow {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 143px;
    background: var(--purple-glow, #662BF5);
    color: var(--white-tech, #F8F8F8);
    font-family: var(--hanken-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-wrap: nowrap;
    transition: all 0.3s ease;
    width: 100%;
}

.button-glow:hover {
    cursor: pointer;
    background: var(--dark-purple, #110C35);
    color: var(--white-tech, #F8F8F8);
}

.button-dark {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 143px;
    background: var(--dark-purple, #110C35);
    color: var(--white-tech, #F8F8F8);
    font-family: var(--hanken-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-wrap: nowrap;
    transition: all 0.3s ease;
    width: 100%;
}

.button-dark:hover {
    cursor: pointer;
    background: var(--pale-purple, #A7A4FF);
    color: var(--dark-purple, #110C35);
}

.button-darker {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 143px;
    background: var(--dark, #000000);
    color: var(--white-tech, #F8F8F8);
    font-family: var(--hanken-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-wrap: nowrap;
    transition: all 0.3s ease;
    width: 100%;
}

.button-darker:hover {
    cursor: pointer;
    background: var(--dark-purple, #110C35);
    color: var(--white-tech, #F8F8F8);
}

.grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 10px;
}

.vector-background {
    position: relative;
}

.vector-background:before {
    content: '';
    position: absolute;
    left: -250.729px;
    bottom: 16.612px;
    width: 820px;
    height: 761px;
    z-index: 0;
    background-image: var(--background-vector);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vector-background:after {
    content: '';
    position: absolute;
    right: -280.323px;
    top: 0;
    width: 820px;
    height: 761px;
    z-index: 0;
    background-image: var(--background-vector);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .vector-background:before {
        left: -225px;
        bottom: 16px;
        width: 410px;
        height: 380px;
    }

    .vector-background:after {
        right: -240px;
        top: 0;
        width: 410px;
        height: 380px;
    }
}

.vector-background-unique {
    position: relative;
}

.vector-background-unique:after {
    content: '';
    position: absolute;
    right: -136.822px;
    bottom: 0.003px;
    width: 595.822px;
    height: 502.997px;
    z-index: 0;
    background-image: var(--background-vector-unique);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .vector-background-unique:after {
        right: -125px;
        bottom: 16px;
        width: 410px;
        height: 380px;
        z-index: 0;
    }

    .vector-background-unique .container {
        position: relative;
        z-index: 1;
    }
}

.vector-background-unique-alternate {
    position: relative;
}

.vector-background-unique-alternate:after {
    content: '';
    position: absolute;
    left: -124px;
    bottom: 13px;
    width: 618px;
    height: 522px;
    z-index: 0;
    background-image: var(--background-vector-unique-alternate);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .vector-background-unique-alternate:after {
        left: -125px;
        bottom: 16px;
        width: 410px;
        height: 380px;
        z-index: 0;
    }

    .vector-background-unique-alternate .container {
        position: relative;
        z-index: 1;
    }
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.title-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    align-self: stretch;
}

.title-row a {
    width: fit-content;
}

.title-row.section-title .title {
    text-align: left;
}

.title-row.section-title .title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.title-row.section-title .description {
    text-align: left;
    color: var(--dark-purple, #110C35);
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.4px;
    margin: 0;
}

.background-dark .title-row.section-title .description {
    color: var(--pale-purple, #A7A4FF);
}

@media screen and (max-width:768px) {
    .title-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.section-title .title {
    color: var(--pale-purple, #A7A4FF);
    font-family: var(--hanken-font-family);
    font-size: var(--title-section-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: var(--title-section-line-height);
    letter-spacing: -1.6px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.background-dark .section-title .title {
    color: var(--white-tech, #F8F8F8);
}

.section-title .title .span {
    font-family: var(--spektral-font-family);
    font-size: 40px;
    font-style: var(--spektral-font-style);
    font-weight: 300;
    line-height: 35px;
    letter-spacing: -1.6px;
}

.section-title .p {
    color: var(--white-tech, #F8F8F8);
    text-align: center;
    font-family: var(--hanken-font-family);
    font-size: var(--section-title-p-font-size);
    font-style: normal;
    font-weight: 300;
    line-height: var(--section-title-p-line-height);
    letter-spacing: -0.4px;
    width: 100%;
    margin: 0;
}

section {
    padding: 60px 0;
}

.background-pale-purple {
    background-color: var(--pale-purple);
}

.background-pale-purple .section-title .title {
    color: var(--dark-purple, #110C35);
}

.background-pale-purple .section-title .title .span {
    color: var(--dark-purple, #110C35);
}

.background-pale-purple .section-title .p {
    color: var(--dark-purple, #110C35);
}

.background-abstract-purple {
    background-image: var(--abstract-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-abstract-dark {
    background-image: var(--abstract-bg-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Animations fade-in slide-up */
.animate-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.animate-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   PAGINATION STYLES
   ========================================= */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
}

.pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-numbers {
    display: inline-flex;
    min-width: 44px;
    height: 44px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--pale-purple, #A7A4FF);
    color: var(--pale-purple, #A7A4FF);
    font-family: var(--hanken-font-family);
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-align: center;
}

.pagination .page-numbers:hover {
    background: var(--pale-purple, #A7A4FF);
    color: var(--dark-purple, #110C35);
}

.pagination .page-numbers.current {
    background: var(--color-8d60f3, #8D60F3);
    border-color: var(--color-8d60f3, #8D60F3);
    color: var(--white-tech, #F8F8F8);
}

.pagination .next,
.pagination .prev {
    width: auto;
    padding: 0 24px;
    border-radius: 143px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Overrides para fondos claros */
.background-pale-purple .pagination .page-numbers {
    border-color: var(--dark-purple, #110C35);
    color: var(--dark-purple, #110C35);
}

.background-pale-purple .pagination .page-numbers:hover {
    background: var(--dark-purple, #110C35);
    color: var(--white-tech, #F8F8F8);
}

.background-pale-purple .pagination .page-numbers.current {
    background: var(--purple-glow, #662BF5);
    border-color: var(--purple-glow, #662BF5);
    color: var(--white-tech, #F8F8F8);
}