* {
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    box-sizing: border-box
}

h1 {
    font-size: 4rem;
    color: #fff
}

.main {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.deco-main1 {
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1;
    background-color: #00364b;
    top: 25%;
    right: 10%;
    transform: rotate(35deg);
    border-radius: 24px
}

.deco-main2 {
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1;
    background-color: #10b981;
    top: 45%;
    right: -5%;
    transform: rotate(35deg);
    border-radius: 50%
}

.hero-section {
    width: 100%;
    height: 100vh;
    background-color: #10b981;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background: linear-gradient(270deg, #fff0 30%, rgb(255 255 255 / .952) 100%), url(/assets/images/hero-bg-1.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.hero-title {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 40px;
    gap: 20px
}

.hero-title img {
    width: 200px;
    height: auto
}

.titulo-principal {
    width: 80%;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    font-size: 4rem;
    padding-right: 800px;
    color: #005a7e
}

.titulo-principal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 10px;
    background-color: #3bcc84
}

.titulo-destacado {
    display: block;
    font-weight: 900;
    color: #00364b;
    font-size: 6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800
}

.hero-subtitle {
    font-size: 2rem;
    font-weight: 500;
    padding-right: 55%
}

.hero-subtitle-destacado {
    color: #005a7e;
    font-weight: 800
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 60px;
    margin-top: 40px
}

.hero-buttons a {
    text-decoration: none;
    background-color: #00364b;
    color: #fff;
    padding: 1%;
    border-radius: 18px;
    display: flex;
    gap: 20px;
    font-size: 1.2rem
}

.hero-bottom {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.hero-bottom-card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #00364b
}

.hero-bottom-card a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    transition: 0.5s
}

.hero-bottom-card a:hover {
    background-color: #00364b
}

.hero-bottom-card i {
    font-size: 2rem;
    color: #00364b
}

.hero-bottom-card p {
    color: #00364b;
    font-size: 1.2rem
}

.hero-bottom-card a:hover i,
.hero-bottom-card a:hover p {
    color: #fff
}

.primary {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 5%
}

.primary-content {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 40px
}

.primary-content1 {
    width: 70%;
    height: 50%
}

.primary-content1 h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #00364b
}

.primary-content2 {
    width: 30%;
    height: 50%;
    display: flex;
    align-items: start
}

.primary-content2 p {
    font-size: 1.5rem;
    color: #00364b
}

.primary-images {
    width: 100%;
    height: 50%;
    margin-top: 40px
}

.primary-grid {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 40px
}

.box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

.box img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 2px rgb(65 65 65 / .548);
    border-radius: 24px
}

.deco {
    position: absolute;
    width: 220px;
    height: auto;
    object-fit: contain;
    z-index: 5;
    pointer-events: none;
    box-shadow: none;
    border-radius: 0
}

.deco-top {
    top: -35px;
    right: -65px
}

.deco-bottom {
    bottom: -35px;
    left: -25px
}

.box-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 2px rgb(65 65 65 / .548);
    border-radius: 24px
}

.primary1 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3
}

.box-img1 {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%)
}

.primary2 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 3
}

.primary3 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 5
}

.primary3 img {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%)
}

.primary4 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 7
}

.secondary {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.secondary-deco {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 17%;
    left: 65%;
    z-index: 99
}

.secondary-deco img {
    width: 90%;
    height: auto;
    object-fit: contain
}

.secondary-img {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 25%;
    left: 65%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: 9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0
}

.secondary-img video {
    display: block;
    width: 100%;
    height: 50%;
    object-fit: cover;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0
}

.secondary-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 5%;
    padding-right: 50%;
    gap: 20px
}

.secondary-content h2 {
    text-transform: uppercase;
    color: #00364b;
    font-size: 4.5rem
}

.secondary-content span {
    font-size: 1.7rem;
    color: #00364b
}

.secondary-content p {
    color: #00364b;
    font-size: 2rem
}

.secondary-content a {
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00364b;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    gap: 20px;
    border-radius: 24px
}

.terciary {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #10b981;
    margin: 0;
    padding: 0
}

.terciary-content {
    width: 100%;
    height: auto;
    z-index: 0;
    background-color: #fff;
    padding: 5%;
    padding-right: 0;
    display: flex
}

.terciary-title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: 20px;
    margin-bottom: 80px
}

.terciary-title h2 {
    text-transform: uppercase;
    color: #00364b;
    font-size: 4.5rem
}

.terciary-title span {
    font-size: 1.7rem;
    color: #00364b
}

.terciary-title p {
    color: #00364b;
    font-size: 2rem
}

.terciary-title a {
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00364b;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    gap: 20px;
    border-radius: 24px
}

.benefits-scroll {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .5rem 0% 1.5rem;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 5%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 9999
}

.benefits-scroll::-webkit-scrollbar {
    height: 10px
}

.benefits-scroll::-webkit-scrollbar-track {
    background: rgb(31 31 31 / .08);
    border-radius: 999px
}

.benefits-scroll::-webkit-scrollbar-thumb {
    background: #10b981;
    border-radius: 999px
}

.benefit-card {
    flex: 0 0 min(380px, 82vw);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #fff0;
    border: none;
    animation: fadeUp 0.4s ease both;
    position: relative;
    z-index: 9999
}

.benefit-card:hover .benefit-card-media img {
    transform: scale(1.045)
}

.benefit-card-media {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 24px;
    background: rgb(255 255 255 / .24)
}

.benefit-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / .12) 0%, rgb(0 0 0 / .03) 40%, rgb(0 0 0 / .28) 100%);
    z-index: 2;
    pointer-events: none
}

.benefit-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease
}

.benefit-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    max-width: calc(100% - 32px);
    padding: 7px 13px;
    border-radius: 999px;
    background: rgb(20 20 20 / .72);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.benefit-card-body {
    padding: 1rem .15rem 0;
    display: flex;
    flex-direction: column;
    gap: .45rem
}

.benefit-card-body h3 {
    font-family: "Quicksand", sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    font-weight: 900;
    color: #00364b;
    line-height: 1.15;
    margin: 0
}

.benefit-card-body p {
    max-width: 95%;
    margin: 0;
    color: #00364b;
    font-size: .98rem;
    line-height: 1.65;
    font-weight: 500
}

.fourth {
    width: 100%;
    height: auto;
    background-color: #3b82f6;
    padding: 0;
    position: relative
}

.deco-main4 {
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1;
    background-color: #1f1f1f;
    top: 10%;
    right: -5%;
    transform: rotate(35deg);
    border-radius: 84px
}

.deco-main5 {
    width: 800px;
    height: 800px;
    position: absolute;
    z-index: 1;
    background-color: #3b82f6;
    top: 30%;
    left: -5%;
    transform: rotate(35deg);
    border-radius: 50%
}

.fourth-content {
    width: 100%;
    height: auto;
    margin-top: -1px;
    padding: 5%;
    background-color: #fff
}

.fourth-title {
    padding-right: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px
}

.fourth-title h2 {
    text-transform: uppercase;
    color: #00364b;
    font-size: 4.5rem
}

.fourth-title span {
    font-size: 1.7rem;
    color: #00364b
}

.fourth-title p {
    color: #00364b;
    font-size: 2rem
}

.fourth-title a {
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00364b;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    gap: 20px;
    border-radius: 24px
}

.home-emprendedores-grid {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9
}

.home-emprendedores-recientes .emprendedores-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: stretch
}

.home-emprendedores-recientes .emprendedor-img,
.home-emprendedores-recientes .emprendedor-img-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease
}

.home-emprendedores-recientes .emprendedor-card:hover .emprendedor-img {
    transform: scale(1.05)
}

.home-emprendedores-recientes .emprendedor-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: rgb(255 255 255 / .16)
}

.home-emprendedores-recientes .emprendedor-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.2rem;
    color: #1f1f1f
}

.home-emprendedores-recientes .emprendedor-text {
    max-width: 100%;
    margin: 0 0 .9rem;
    font-size: .88rem;
    line-height: 1.45;
    font-weight: 600;
    color: rgb(255 255 255 / .78);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.home-emprendedores-recientes .emprendedor-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: auto
}

.home-emprendedores-recientes .emprendedor-links a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgb(255 255 255 / .12);
    border: 1px solid rgb(255 255 255 / .25);
    color: #fff;
    text-decoration: none;
    font-size: .76rem;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease
}

.home-emprendedores-recientes .emprendedor-links a:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px)
}

.home-emprendedores-loading,
.home-emprendedores-empty,
.home-emprendedores-error {
    grid-column: 1 / -1;
    min-height: 360px;
    border-radius: 28px;
    background: rgb(255 255 255 / .08);
    border: 2px solid rgb(255 255 255 / .08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    text-align: center;
    padding: 2rem;
    color: #fff
}

.home-emprendedores-loading p,
.home-emprendedores-empty p,
.home-emprendedores-error p {
    font-weight: 700;
    color: rgb(255 255 255 / .82)
}

.home-emprendedores-recientes .spinner {
    width: 44px;
    height: 44px;
    border: 4px solid rgb(255 255 255 / .18);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite
}

.emprendedores-grid,
#home-emprendedores-recientes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%
}

.home-emprendedores-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem
}

.home-emprendedores-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 56px;
    background-color: #00364b;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
    border-radius: 999px;
    letter-spacing: .5px;
    transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 16px rgb(0 54 75 / .18)
}

.home-emprendedores-btn:hover {
    background-color: #10b981;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgb(16 185 129 / .28)
}

.emprendedor-card {
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    overflow: hidden;
    background: rgb(165 165 165 / .13);
    border: 1px solid rgb(255 255 255 / .1);
    box-shadow: none;
    animation: fadeUp 0.4s ease both;
    transition: transform 0.25s ease, box-shadow 0.25s ease
}

.emprendedor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgb(0 0 0 / .28)
}

.emprendedor-media,
.home-emprendedores-recientes .emprendedor-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: rgb(255 255 255 / .12)
}

.emprendedor-img,
.emprendedor-img-placeholder,
.home-emprendedores-recientes .emprendedor-img,
.home-emprendedores-recientes .emprendedor-img-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease
}

.emprendedor-card:hover .emprendedor-img,
.home-emprendedores-recientes .emprendedor-card:hover .emprendedor-img {
    transform: scale(1.05)
}

.emprendedor-img-placeholder,
.home-emprendedores-recientes .emprendedor-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: rgb(255 255 255 / .16)
}

.emprendedor-tag,
.home-emprendedores-recientes .emprendedor-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 28px);
    padding: 7px 13px;
    border-radius: 999px;
    background: rgb(255 255 255 / .9);
    color: #1f1f1f;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.emprendedor-info,
.home-emprendedores-recientes .emprendedor-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.6rem;
    color: #1f1f1f;
    background-color: #f3f3f3
}

.emprendedor-title,
.home-emprendedores-recientes .emprendedor-title {
    font-family: "Quicksand", sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 .5rem
}

.emprendedor-text,
.home-emprendedores-recientes .emprendedor-text {
    max-width: 100%;
    margin: 0 0 .9rem;
    font-size: .92rem;
    line-height: 1.45;
    font-weight: 700;
    color: #1f1f1f;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.emprendedor-links,
.home-emprendedores-recientes .emprendedor-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: auto
}

.emprendedor-links a,
.home-emprendedores-recientes .emprendedor-links a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgb(255 255 255 / .12);
    border: 1px solid rgb(255 255 255 / .25);
    color: #fff;
    text-decoration: none;
    font-size: .76rem;
    font-weight: 900;
    transition: background 0.2s ease, transform 0.2s ease
}

.emprendedor-links a:hover,
.home-emprendedores-recientes .emprendedor-links a:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px)
}

.ft-root {
    background: #00364b;
    color: #fff;
    font-family: "Quicksand", var(--font-sans), sans-serif;
    padding: 3rem 5% 1.5rem;
    width: 100%;
    box-sizing: border-box
}

.ft-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: .5px solid rgb(255 255 255 / .15)
}

.ft-brand-name {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #3bcc84;
    margin-bottom: 4px
}

.ft-brand-sub {
    font-size: .82rem;
    color: rgb(255 255 255 / .5);
    margin-bottom: 14px;
    font-weight: 500
}

.ft-desc {
    font-size: .88rem;
    color: rgb(255 255 255 / .65);
    line-height: 1.7;
    margin-bottom: 20px
}

.ft-social {
    display: flex;
    gap: 10px
}

.ft-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: .5px solid rgb(255 255 255 / .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / .7);
    text-decoration: none;
    font-size: 16px;
    transition: background 0.2s, color 0.2s
}

.ft-social a:hover {
    background: #3bcc84;
    color: #00364b;
    border-color: #3bcc84
}

.ft-col-title {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3bcc84;
    margin-bottom: 14px
}

.ft-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.ft-col ul li a {
    font-size: .88rem;
    color: rgb(255 255 255 / .65);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    transition: color 0.2s
}

.ft-col ul li a:hover {
    color: #3bcc84
}

.ft-col ul li a i {
    font-size: 14px;
    opacity: .6
}

.ft-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px
}

.ft-contact-row i {
    font-size: 16px;
    color: #3bcc84;
    margin-top: 1px;
    flex-shrink: 0
}

.ft-contact-text {
    font-size: .85rem;
    color: rgb(255 255 255 / .65);
    line-height: 1.5
}

.ft-bottom {
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.ft-copy {
    font-size: .8rem;
    color: rgb(255 255 255 / .35)
}

.ft-copy span {
    color: #3bcc84
}

.ft-badge {
    font-size: .75rem;
    color: rgb(255 255 255 / .35);
    display: flex;
    align-items: center;
    gap: 5px
}

.ft-badge i {
    font-size: 14px;
    color: #3bcc84
}

/* ============================================================
   RESPONSIVE — Tablet (≤1024px)
   ============================================================ */
@media (max-width: 1024px) {

    /* Hero */
    .titulo-principal {
        font-size: 2.8rem;
        padding-right: 0;
        width: 100%;
    }

    .titulo-destacado {
        font-size: 4rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
        padding-right: 20%;
    }

    /* Primary */
    .primary {
        height: auto;
        padding: 5% 5% 8%;
    }

    .primary-content {
        flex-direction: column;
        height: auto;
        gap: 24px;
    }

    .primary-content1,
    .primary-content2 {
        width: 100%;
        height: auto;
    }

    .primary-content1 h2 {
        font-size: 2.2rem;
    }

    .primary-content2 p {
        font-size: 1.2rem;
    }

    .primary-images {
        height: 320px;
        margin-top: 32px;
    }

    .primary-grid {
        gap: 16px;
    }

    /* Secondary */
    .secondary {
        height: auto;
        min-height: 100vh;
    }

    .secondary-content {
        padding-right: 42%;
    }

    .secondary-content h2 {
        font-size: 3rem;
    }

    .secondary-img {
        width: 420px;
        height: 420px;
        top: 20%;
        left: 55%;
    }

    .secondary-deco {
        left: 50%;
        top: 12%;
    }

    /* Terciary */
    .terciary-content {
        flex-direction: column;
        padding-right: 5%;
    }

    .terciary-title {
        margin-bottom: 40px;
    }

    .terciary-title h2 {
        font-size: 3rem;
    }

    .terciary-title a {
        width: 60%;
    }

    /* Fourth */
    .fourth-title {
        padding-right: 10%;
    }

    .fourth-title h2 {
        font-size: 3rem;
    }

    .fourth-title a {
        width: 60%;
    }

    .emprendedores-grid,
    #home-emprendedores-recientes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Deco shapes — scale down */
    .deco-main1,
    .deco-main2 {
        width: 320px;
        height: 320px;
    }

    .deco-main4 {
        width: 320px;
        height: 320px;
    }

    .deco-main5 {
        width: 500px;
        height: 500px;
    }

    /* Footer */
    .ft-top {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

/* ============================================================
   RESPONSIVE — Mobile (≤768px)
   ============================================================ */
@media (max-width: 768px) {

    /* ── Global ── */
    h1 {
        font-size: 2.4rem;
    }

    /* ── Hero ── */
    .hero-section {
        height: auto;
        min-height: 100svh;
        background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 100%),
            url(/assets/images/hero-bg-1.webp);
        background-size: cover;
        background-position: center top;
        padding-bottom: 0;
    }

    .hero-title {
        height: auto;
        padding: 32px 20px 24px;
        gap: 16px;
    }

    .hero-title img {
        width: 140px;
    }

    .titulo-principal {
        font-size: 2rem;
        padding-right: 0;
        width: 100%;
        padding-bottom: 14px;
    }

    .titulo-destacado {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        padding-right: 0;
    }

    .hero-bottom {
        flex-direction: column;
        height: auto;
        padding: 0;
        gap: 0;
    }

    .hero-bottom-card {
        border-right: none;
        border-bottom: 1px solid #00364b;
    }

    .hero-bottom-card a {
        padding: 18px 20px;
        justify-content: flex-start;
    }

    .hero-bottom-card i {
        font-size: 1.4rem;
    }

    .hero-bottom-card p {
        font-size: 1rem;
    }

    /* ── Primary ── */
    .primary {
        height: auto;
        padding: 40px 20px 56px;
    }

    .primary-content {
        flex-direction: column;
        gap: 16px;
    }

    .primary-content1 h2 {
        font-size: 1.7rem;
    }

    .primary-content2 p {
        font-size: 1rem;
    }

    .primary-images {
        height: 280px;
        margin-top: 24px;
    }

    .primary-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        gap: 10px;
    }

    /* Re-flatten grid: each image occupies 1 col, 1 row */
    .primary1,
    .primary2,
    .primary3,
    .primary4 {
        grid-column: span 1;
        grid-row: span 1;
        grid-column-start: auto;
    }

    .deco {
        display: none;
    }

    /* ── Secondary ── */
    .secondary {
        height: auto;
        min-height: unset;
    }

    .secondary-img {
        position: relative;
        width: 100%;
        height: 280px;
        top: unset;
        left: unset;
        clip-path: none;
        flex-direction: row;
    }

    .secondary-img video {
        width: 50%;
        height: 100%;
    }

    .secondary-deco {
        display: none;
    }

    .secondary-content {
        position: relative;
        padding: 40px 20px;
        padding-right: 20px;
        gap: 16px;
    }

    .secondary-content h2 {
        font-size: 2rem;
    }

    .secondary-content span {
        font-size: 1.2rem;
    }

    .secondary-content p {
        font-size: 1.2rem;
    }

    .secondary-content a {
        width: 100%;
    }

    .deco-main1,
    .deco-main2 {
        display: none;
    }

    /* ── Terciary ── */
    .terciary-content {
        flex-direction: column;
        padding: 40px 20px 0;
    }

    .terciary-title {
        gap: 20px;
        margin-bottom: 32px;
    }

    .terciary-title h2 {
        font-size: 2rem;
    }

    .terciary-title p {
        font-size: 1.1rem;
    }

    .terciary-title a {
        width: 100%;
    }

    .benefit-card {
        flex: 0 0 min(300px, 80vw);
    }

    .benefit-card-media {
        height: 280px;
    }

    /* ── Fourth ── */
    .fourth-content {
        padding: 40px 20px 56px;
    }

    .fourth-title {
        padding-right: 0;
        margin-bottom: 40px;
        gap: 16px;
    }

    .fourth-title h2 {
        font-size: 2rem;
    }

    .fourth-title p {
        font-size: 1.1rem;
    }

    .fourth-title a {
        width: 100%;
    }

    .emprendedores-grid,
    #home-emprendedores-recientes-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .deco-main4,
    .deco-main5 {
        display: none;
    }

    /* ── Footer ── */
    .ft-root {
        padding: 2.5rem 20px 1.5rem;
    }

    .ft-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ft-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* ============================================================
   RESPONSIVE — Small mobile (≤420px)
   ============================================================ */
@media (max-width: 420px) {
    .titulo-principal {
        font-size: 1.6rem;
    }

    .titulo-destacado {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .secondary-content h2 {
        font-size: 1.6rem;
    }

    .terciary-title h2,
    .fourth-title h2 {
        font-size: 1.6rem;
    }

    .primary-images {
        height: 200px;
    }

    .benefit-card-media {
        height: 220px;
    }
}