.nombre-insignia {
    display: flex;
    align-items: center;
    min-width: 0;
}

.nombre-usuario {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.insignia-hilo {
    height: 1em;
    width: auto;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
}

/* ============================================
   LANDING PAGE - BLOGUI
   Diseño completo basado en la nueva propuesta
   ============================================ */

.landing-page {
    background: #363636;
    min-height: 100vh;
}

/* ========== HERO SECTION ========== */
.landing-hero {
    position: relative;
    min-height: calc(100vh - 101px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 6rem;
    color: #FEFFFA;
    text-align: center;
    overflow: hidden;
}

.landing-hero__container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    padding: 4rem 2rem;
    background: radial-gradient(circle at center, #404040 0%, #404040 50%, #404040 100%);
    border: 4px solid rgba(241, 136, 126, 1);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
}

.landing-hero__glow-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.landing-hero__glow-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(241, 136, 126, 0.2);
    filter: blur(64px);
}

.landing-hero__glow-circle--1 {
    top: 40px;
    right: 40px;
    width: 384px;
    height: 384px;
}

.landing-hero__glow-circle--2 {
    bottom: 80px;
    left: 40px;
    width: 320px;
    height: 320px;
}

.landing-hero__glow-circle--3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: rgba(241, 136, 126, 0.1);
}

.landing-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.75rem 1.5rem;
    background: rgba(241, 146, 141, 0.2);
    border: 2px solid rgba(241, 146, 141, 0.4);
    border-radius: 9999px;
    font-size: 14px;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-weight: 700;
    color: #f6b2ac;
    margin-bottom: 30px;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    z-index: 1;
}

.landing-hero__badge-icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.landing-hero__headline {
    font-size: 3rem;
    font-weight: 300;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FEFFFA;
    animation: fadeInUp 1s ease-out;
    position: relative;
    z-index: 1;
}

.landing-hero__tagline {
    font-size: 1rem;
    font-weight: 400;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #bbc8dd;
    animation: fadeInUp 1.2s ease-out;
    position: relative;
    z-index: 1;
}

.landing-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1.2rem 1.4rem;
    height: 1rem;
    background: hsl(5, 80%, 72%);
    border: none;
    border-radius: 9999px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 10px 15px -3px rgba(241, 136, 126, 0.3), 0 4px 6px -2px rgba(241, 136, 126, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 30px;
    animation: fadeInUp 1.4s ease-out;
    position: relative;
    z-index: 1;
}

.landing-hero__cta:hover {
    background: hsl(5, 80%, 65%);
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(241, 136, 126, 0.4), 0 10px 10px -5px rgba(241, 136, 126, 0.3);
}

.landing-hero__cta-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.5rem;
    stroke: currentColor;
    fill: none;
    transition: transform 0.3s ease;
}

.landing-hero__cta:hover .landing-hero__cta-icon {
    transform: translateX(8px);
}

.landing-hero__features {
    font-size: 14px;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: #bbc8dd;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
    animation: fadeInUp 1.6s ease-out;
    position: relative;
    z-index: 1;
}

/* ========== SECCIÓN QUÉ ES BLOGUI ========== */
.landing-about {
    padding: 2rem 6rem;
    color: #FEFFFA;
    position: relative;
    overflow: hidden;
}

.landing-about__wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.landing-about__container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #404040;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem;
}

.landing-about__pattern {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmYTg5ODkiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PHBhdGggZD0iTTM2IDM0djItaDJhMiAyIDAgMSAwIDAtNGgtMnYyem0wLTMwVjJ2MnYyaDJhMiAyIDAgMCAwIDAtNGgtMnptMCAzMFYyaDJhMiAyIDAgMCAwIDAtNGgtMnYyem0wIDJ2Mmg0di0yLTJoLTR6Ii8+PC9nPjwvZz48L3N2Zz4=');
    opacity: 0.3;
    pointer-events: none;
}

.landing-about__content {
    position: relative;
    z-index: 10;
}

.landing-about__header {
    text-align: center;
    margin-bottom: 4rem;
}

.landing-about__title {
    font-size: 3rem;
    font-weight: 300;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
    color: #FEFFFA;
}

.landing-about__description {
    font-size: 0.90rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.75;
    max-width: 48rem;
    margin: 0 auto;
    color: #bbc8dd;
}

.landing-about__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 768px) {
    .landing-about__features {
        grid-template-columns: repeat(3, 1fr);
    }
}

.landing-feature-card {
    position: relative;
}

.landing-feature-card__image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateZ(0);
    transition: all 0.5s ease;
}

.landing-feature-card:hover .landing-feature-card__image-wrapper {
    transform: scale(1.05) rotate(1deg);
}

.landing-feature-card:nth-child(2):hover .landing-feature-card__image-wrapper {
    transform: scale(1.05) rotate(-1deg);
}

.landing-feature-card__image {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.landing-feature-card:hover .landing-feature-card__image {
    transform: scale(1.1);
}

.landing-feature-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, hsla(5, 80%, 72%, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.landing-feature-card:hover .landing-feature-card__overlay {
    opacity: 1;
}

.landing-feature-card__title {
    font-size: 1rem;
    font-weight: 400;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 1rem;
    color: #FEFFFA;
    transition: color 0.3s ease;
}

.landing-feature-card:hover .landing-feature-card__title {
    color: hsl(5, 80%, 72%);
}

.landing-feature-card__description {
    font-size: 0.8rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.75;
    color: #bbc8dd;
}

.landing-about__cta-wrapper {
    margin-top: 2rem;
    text-align: center;
}

.landing-about__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    border: none;
    background: hsl(5, 80%, 72%);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(241, 136, 126, 0.3), 0 4px 6px -2px rgba(241, 136, 126, 0.2);
}

.landing-about__cta-button:hover {
    background: hsl(5, 80%, 65%);
    transform: scale(1.03);
    box-shadow: 0 20px 25px -5px rgba(241, 136, 126, 0.4), 0 10px 10px -5px rgba(241, 136, 126, 0.3);
}

/* ========== SECCIÓN CHALLENGES Y TESTIMONIOS UNIFICADOS ========== */
.landing-challenges-testimonials {
    padding: 2rem 6rem;
    color: #FEFFFA;
    position: relative;
    overflow: hidden;
}

.landing-challenges-testimonials__wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.landing-challenges-testimonials__container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(to bottom right, hsla(5, 80%, 72%, 0.05), transparent, transparent);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem 2rem;
}

.landing-challenges-testimonials__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, hsl(5, 80%, 72%), hsl(5, 80%, 82%), hsl(5, 80%, 72%));
    z-index: 1;
}

.landing-challenges-testimonials__glow-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.landing-challenges-testimonials__glow-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(241, 136, 126, 0.1);
    filter: blur(64px);
}

.landing-challenges-testimonials__glow-circle--1 {
    top: 80px;
    right: 80px;
    width: 288px;
    height: 288px;
}

.landing-challenges-testimonials__glow-circle--2 {
    bottom: 80px;
    left: 80px;
    width: 384px;
    height: 384px;
}

.landing-challenges-testimonials__content {
    position: relative;
    z-index: 10;
}

.landing-challenges-testimonials__challenges-section {
    margin-bottom: 4rem;
}

.landing-challenges-testimonials__header {
    text-align: center;
    margin-bottom: 4rem;
}

.landing-challenges-testimonials__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: hsl(5, 80%, 72%);
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-challenges-testimonials__badge:hover {
    background: hsl(5, 80%, 65%);
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.landing-challenges-testimonials__badge-icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}

.landing-challenges-testimonials__title {
    font-size: 2.25rem;
    font-weight: 300;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
    color: #FEFFFA;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .landing-challenges-testimonials__title {
        font-size: 3rem;
    }
}

.landing-challenges-testimonials__title-highlight {
    color: #FEFFFA;
}

.landing-challenges-testimonials__description {
    font-size: 1.125rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.75;
    max-width: 48rem;
    margin: 0 auto;
    color: #bbc8dd;
}

.landing-challenges-preview {
    margin-bottom: 3rem;
}

.landing-challenges-preview__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.landing-challenges-preview__grid--single {
    grid-template-columns: minmax(320px, 420px);
    justify-content: center;
}

.landing-challenges-preview__grid--double {
    grid-template-columns: repeat(2, minmax(320px, 420px));
    justify-content: center;
}

.landing-challenges-preview__card {
    background-color: #2d2d2d;
    border: 2px solid #2d2d2d;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 410px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.landing-challenges-preview__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(241, 146, 141, 0.15);
}

.landing-challenges-preview__image {
    position: relative;
    height: 60%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(139, 92, 246, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.landing-challenges-preview__image-frame {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-challenges-preview__image-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    pointer-events: none;
}

.landing-challenges-preview__status,
.landing-challenges-preview__category {
    position: absolute;
    top: 12px;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.landing-challenges-preview__status {
    left: 12px;
    background: rgba(139, 69, 69, 0.95);
    color: #fff;
}

.landing-challenges-preview__status--finalizado {
    background: #666 !important;
    color: #fff;
}

.landing-challenges-preview__category {
    right: 52px;
    background-color: #F1928D;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-challenges-preview__category:hover {
    background-color: #e07a75;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(241, 146, 141, 0.35);
}

.landing-challenges-preview__share {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #F1928D;
    border: 1.5px solid #F1928D;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.landing-challenges-preview__share:hover {
    background: rgba(241, 146, 141, 0.8);
    border-color: #F1928D;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(241, 146, 141, 0.4);
}

.landing-challenges-preview__content {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.landing-challenges-preview__title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    white-space: nowrap;
}

.landing-challenges-preview__description {
    font-size: 0.85rem;
    line-height: 1.4;
    color: rgba(254, 255, 250, 0.7);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-challenges-preview__stats {
    display: flex;
    gap: 12px;
}

.landing-challenges-preview__stat {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 8px 12px;
}

.landing-challenges-preview__stat svg {
    color: #f1928d;
}

.landing-challenges-preview__stat span {
    display: block;
    font-size: 0.85rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
}

.landing-challenges-preview__stat small {
    display: block;
    font-size: 0.7rem;
    color: rgba(254, 255, 250, 0.7);
}

.landing-challenges-preview__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.landing-challenges-preview__tag {
    background-color: #F1928D;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-challenges-preview__tag:hover {
    background-color: #e07a75;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(241, 146, 141, 0.35);
}

.landing-challenges-preview__button {
    flex-shrink: 0;
    border: 1.5px solid #f1928d;
    color: #f1928d;
    background: transparent;
    border-radius: 9999px;
    padding: 6px 18px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.landing-challenges-preview__button:hover {
    background: #f1928d;
    color: #fff;
}

.landing-challenges-preview__empty {
    border: 1px dashed rgba(241, 146, 141, 0.4);
    border-radius: 18px;
    padding: 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
}

.landing-challenges-preview__empty p {
    margin: 0 0 8px 0;
    color: rgba(254, 255, 250, 0.7);
}

.landing-challenges-preview__empty a {
    color: #f1928d;
    text-decoration: underline;
    font-weight: 600;
}

/* Modal compartir challenge (landing) */
.challenge-share-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.challenge-share-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.challenge-share-modal__content {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px 24px 24px;
    max-width: 420px;
    width: 100%;
    z-index: 2001;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.challenge-share-modal__title {
    margin: 0 0 16px 0;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.challenge-share-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.challenge-share-modal__body {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

#input-link-challenge {
    flex: 1;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 0.85rem;
    color: #333;
}

.challenge-share-modal__social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.challenge-share-modal .btn-red {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: none;
    background: #f1928d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.challenge-share-modal .btn-red img {
    width: 20px;
    height: 20px;
}

.challenge-share-modal .btn-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.landing-challenges-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .landing-challenges-testimonials__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.landing-challenge-card {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid hsl(5, 80%, 72%);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.landing-challenge-card:hover {
    transform: scale(1.02) translateY(-4px);
    border-color: hsl(5, 80%, 82%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.landing-challenge-card__image-wrapper {
    width: 100%;
    height: 12rem;
    position: relative;
    overflow: hidden;
}

.landing-challenge-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.landing-challenge-card__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.landing-challenge-card__content {
    padding: 1.5rem;
}

.landing-challenge-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FEFFFA;
    margin-bottom: 0.5rem;
}

.landing-challenge-card__description {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(254, 255, 250, 0.7);
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.landing-challenge-card__stats {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: rgba(254, 255, 250, 0.7);
}

.landing-challenge-card__stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.landing-challenge-card__stat-item svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
}

.landing-challenge-card__hashtag {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1rem;
}

.landing-challenge-card__button {
    width: 100%;
    padding: 0.5rem 1.5rem;
    border: 2px solid hsl(5, 80%, 72%);
    border-radius: 9999px;
    background: transparent;
    color: hsl(5, 80%, 72%);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-challenge-card__button:hover {
    background: hsl(5, 80%, 72%);
    color: #ffffff;
}

.landing-challenges-testimonials__cta-wrapper {
    text-align: center;
}

.landing-challenges-testimonials__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.75rem 1.5rem;
    background: hsl(5, 80%, 72%);
    border: none;
    border-radius: 9999px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.landing-challenges-testimonials__cta:hover {
    background: hsl(5, 80%, 65%);
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.landing-challenges-testimonials__cta svg {
    width: 0.8rem;
    height: 0.8rem;
    stroke: currentColor;
    fill: none;
}

.landing-challenges-testimonials__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0;
    gap: 1rem;
}

.landing-challenges-testimonials__divider-line {
    height: 1px;
    flex: 1;
    max-width: 28rem;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.landing-challenges-testimonials__divider-text {
    padding: 0 1.5rem;
    font-size: 0.875rem;
    color: #bbc8dd;
    white-space: nowrap;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.landing-challenges-testimonials__testimonials-section {
    margin-top: 4rem;
}

.landing-challenges-testimonials__testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.landing-challenges-testimonials__testimonials-title {
    font-size: 2.25rem;
    font-weight: 300;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
    color: #FEFFFA;
}

@media (min-width: 768px) {
    .landing-challenges-testimonials__testimonials-title {
        font-size: 3rem;
    }
}

.landing-challenges-testimonials__testimonials-description {
    font-size: 1.125rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.75;
    max-width: 48rem;
    margin: 0 auto;
    color: #bbc8dd;
}

.landing-challenges-testimonials__testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .landing-challenges-testimonials__testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.landing-testimonial-card {
    background: #404040;
    border: 2px solid #f1887e33;
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.landing-testimonial-card:hover {
    transform: scale(1.05);
    border-color: rgba(241, 136, 126, 0.4);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.landing-testimonial-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.landing-testimonial-card__avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 4px solid rgba(241, 136, 126, 0.3);
    flex-shrink: 0;
}

.landing-testimonial-card__name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #FEFFFA;
    margin-bottom: 0.25rem;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.landing-testimonial-card__role {
    font-size: 0.875rem;
    color: hsl(5, 80%, 72%);
    font-weight: 600;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.landing-testimonial-card__quote {
    font-size: 1rem;
    line-height: 1.75;
    color: #bbc8dd;
    font-style: italic;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

/* ========== TESTIMONIALS RESPONSIVE ========== */

@media (max-width: 1258px) {
    .landing-challenges-testimonials__testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .landing-testimonial-card {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .landing-challenges-testimonials__testimonials-section {
        margin-top: 3rem;
    }

    .landing-challenges-testimonials__testimonials-header {
        margin-bottom: 2.5rem;
    }

    .landing-challenges-testimonials__testimonials-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .landing-challenges-testimonials__testimonials-description {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .landing-challenges-testimonials__testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .landing-testimonial-card {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .landing-testimonial-card__header {
        gap: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .landing-testimonial-card__avatar {
        width: 3.5rem;
        height: 3.5rem;
        border-width: 3px;
    }

    .landing-testimonial-card__name {
        font-size: 1rem;
    }

    .landing-testimonial-card__role {
        font-size: 0.8rem;
    }

    .landing-testimonial-card__quote {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .landing-challenges-testimonials__testimonials-section {
        margin-top: 2.5rem;
    }

    .landing-challenges-testimonials__testimonials-header {
        margin-bottom: 2rem;
    }

    .landing-challenges-testimonials__testimonials-title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
        line-height: 1.2;
    }

    .landing-challenges-testimonials__testimonials-description {
        font-size: 0.85rem;
        line-height: 1.6;
        padding: 0 0.5rem;
    }

    .landing-challenges-testimonials__testimonials-grid {
        gap: 1.25rem;
    }

    .landing-testimonial-card {
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .landing-testimonial-card:hover {
        transform: none;
    }

    .landing-testimonial-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .landing-testimonial-card__avatar {
        width: 3rem;
        height: 3rem;
        border-width: 2px;
    }

    .landing-testimonial-card__name {
        font-size: 0.95rem;
        margin-bottom: 0.2rem;
    }

    .landing-testimonial-card__role {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .landing-testimonial-card__quote {
        font-size: 0.85rem;
        line-height: 1.6;
    }
}

@media (max-width: 360px) {
    .landing-challenges-testimonials__testimonials-title {
        font-size: 1.35rem;
    }

    .landing-challenges-testimonials__testimonials-description {
        font-size: 0.8rem;
    }

    .landing-testimonial-card {
        padding: 1rem;
    }

    .landing-testimonial-card__avatar {
        width: 2.75rem;
        height: 2.75rem;
    }

    .landing-testimonial-card__name {
        font-size: 0.9rem;
    }

    .landing-testimonial-card__role {
        font-size: 0.7rem;
    }

    .landing-testimonial-card__quote {
        font-size: 0.8rem;
    }
}

/* ========== SECCIÓN BENEFICIOS ========== */
.landing-benefits {
    padding: 2rem 6rem;
    color: #FEFFFA;
    position: relative;
    overflow: hidden;
}

.landing-benefits__wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.landing-benefits__container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #404040;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem 2rem;
}

.landing-benefits__pattern {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmYTg5ODkiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PHBhdGggZD0iTTM2IDM0djItaDJhMiAyIDAgMSAwIDAtNGgtMnYyem0wLTMwVjJ2MnYyaDJhMiAyIDAgMCAwIDAtNGgtMnptMCAzMFYyaDJhMiAyIDAgMCAwIDAtNGgtMnYyem0wIDJ2Mmg0di0yLTJoLTR6Ii8+PC9nPjwvZz48L3N2Zz4=');
    opacity: 0.3;
    pointer-events: none;
}

.landing-benefits__content {
    position: relative;
    z-index: 10;
}

.landing-benefits__header {
    text-align: center;
    margin-bottom: 4rem;
}

.landing-benefits__title {
    font-size: 2.25rem;
    font-weight: 300;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 0;
    letter-spacing: -0.025em;
    color: #FEFFFA;
}

@media (min-width: 768px) {
    .landing-benefits__title {
        font-size: 3rem;
    }
}

.landing-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .landing-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.landing-benefit-card {
    padding: 2rem;
    border-radius: 24px;
    border: 2px solid rgba(241, 136, 126, 0.2);
    background: #36363680;
    transition: all 0.3s ease;
}

.landing-benefit-card:hover {
    border-color: rgba(241, 136, 126, 0.4);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.landing-benefit-card__emoji {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    text-align: left;
}

.landing-benefit-card__title {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 0.75rem;
    color: #FEFFFA;
    transition: color 0.3s ease;
    text-align: left;
}

.landing-benefit-card:hover .landing-benefit-card__title {
    color: hsl(5, 80%, 72%);
}

.landing-benefit-card__description {
    font-size: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.75;
    color: #bbc8dd;
    text-align: left;
}

/* ========== SECCIÓN CTA FINAL ========== */
.landing-cta {
    padding: 2rem 6rem;
    color: #FEFFFA;
    position: relative;
    overflow: hidden;
}

.landing-cta__wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.landing-cta__container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #404040;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem 2rem;
}

@media (min-width: 768px) {
    .landing-cta__container {
        padding: 3rem;
    }
}

.landing-cta__pattern {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmYTg5ODkiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PHBhdGggZD0iTTM2IDM0djItaDJhMiAyIDAgMSAwIDAtNGgtMnYyem0wLTMwVjJ2MnYyaDJhMiAyIDAgMCAwIDAtNGgtMnptMCAzMFYyaDJhMiAyIDAgMCAwIDAtNGgtMnYyem0wIDJ2Mmg0di0yLTJoLTR6Ci8+PC9nPjwvZz48L3N2Zz4=');
    opacity: 0.3;
    pointer-events: none;
}

.landing-cta__glow-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(241, 136, 126, 0.1);
    filter: blur(64px);
    pointer-events: none;
}

.landing-cta__glow-circle--1 {
    top: 33.333%;
    left: 25%;
    width: 16rem;
    height: 16rem;
}

.landing-cta__glow-circle--2 {
    bottom: 33.333%;
    right: 25%;
    width: 20rem;
    height: 20rem;
}

.landing-cta__content {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.landing-cta__title {
    font-size: 2.4rem;
    font-weight: 300;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #FEFFFA;
}

@media (min-width: 768px) {
    .landing-cta__title {
        font-size: 3rem;
    }
}

.landing-cta__title-highlight {
    color: hsl(5, 80%, 72%);
    font-size: inherit;
}

.landing-cta__description {
    font-size: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.75;
    margin-bottom: 3rem;
    color: #bbc8dd;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.landing-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: hsl(5, 80%, 72%);
    border: none;
    border-radius: 9999px;
    color: #FEFFFA;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(241, 136, 126, 0.3), 0 4px 6px -2px rgba(241, 136, 126, 0.2);
}

.landing-cta__button:hover {
    background: hsl(5, 80%, 65%);
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(241, 136, 126, 0.4), 0 10px 10px -5px rgba(241, 136, 126, 0.3);
}

.landing-cta__button-icon {
    width: 0.8rem;
    height: 0.8rem;
}

/* ========== FOOTER ========== */
.landing-footer {
    padding: 2rem 6rem;
    color: #FEFFFA;
    position: relative;
    overflow: hidden;
}

.landing-footer__wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.landing-footer__container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(to bottom right, rgba(241, 136, 126, 0.05), #363636, #363636);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem 1rem;
}

@media (min-width: 768px) {
    .landing-footer__container {
        padding: 3rem;
    }
}

.landing-footer__social {
    text-align: center;
    margin-bottom: 3rem;
}

.landing-footer__social-title {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 1rem;
    color: #FEFFFA;
}

.landing-footer__social-description {
    font-size: 0.875rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: #bbc8dd;
    margin-bottom: 2rem;
}

.landing-footer__social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.landing-footer__social-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: rgba(241, 136, 126, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.landing-footer__social-icon:hover {
    background: rgba(241, 136, 126, 0.2);
    transform: scale(1.1);
}

.landing-footer__social-icon-svg {
    width: 1.5rem;
    height: 1.5rem;
    color: hsl(5, 80%, 72%);
    transition: transform 0.3s ease;
}

.landing-footer__social-icon:hover .landing-footer__social-icon-svg {
    transform: scale(1.1);
}

.landing-footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.landing-footer__copyright-text {
    font-size: 0.875rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: #bbc8dd;
    margin: 0;
}

.landing-footer__copyright-separator {
    margin: 0 0.5rem;
}

/* ========== FOOTER RESPONSIVE ========== */

@media (max-width: 768px) {
    .landing-footer {
        padding: 2rem 2rem;
    }

    .landing-footer__container {
        padding: 2rem 1.5rem;
    }

    .landing-footer__social-title {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .landing-footer__social-description {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    .landing-footer__social-icons {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .landing-footer__social-icon {
        width: 3rem;
        height: 3rem;
    }

    .landing-footer__social-icon-svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .landing-footer__copyright {
        padding-top: 1.5rem;
    }

    .landing-footer__copyright-text {
        font-size: 0.75rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .landing-footer {
        padding: 1.5rem 1rem;
    }

    .landing-footer__container {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .landing-footer__social {
        margin-bottom: 2rem;
    }

    .landing-footer__social-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }

    .landing-footer__social-description {
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
        padding: 0;
        line-height: 1.5;
    }

    .landing-footer__social-icons {
        gap: 0.75rem;
        justify-content: center;
    }

    .landing-footer__social-icon {
        width: 2.75rem;
        height: 2.75rem;
        min-width: 2.75rem;
    }

    .landing-footer__social-icon-svg {
        width: 1.1rem;
        height: 1.1rem;
    }

    .landing-footer__copyright {
        padding-top: 1.25rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .landing-footer__copyright-text {
        font-size: 0.7rem;
        line-height: 1.7;
        padding: 0 0.5rem;
    }

    .landing-footer__copyright-separator {
        display: block;
        margin: 0.25rem 0;
        opacity: 0;
        height: 0;
    }
}

@media (max-width: 360px) {
    .landing-footer {
        padding: 1.25rem 0.75rem;
    }

    .landing-footer__container {
        padding: 1.25rem 0.75rem;
    }

    .landing-footer__social-title {
        font-size: 0.95rem;
    }

    .landing-footer__social-description {
        font-size: 0.7rem;
    }

    .landing-footer__social-icons {
        gap: 0.5rem;
    }

    .landing-footer__social-icon {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
    }

    .landing-footer__social-icon-svg {
        width: 1rem;
        height: 1rem;
    }

    .landing-footer__copyright-text {
        font-size: 0.65rem;
    }
}

/* ========== ANIMACIONES ========== */
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== RESPONSIVE ========== */
@media (min-width: 1400px) {
    .landing-hero__container,
    .landing-about__wrapper,
    .landing-challenges-testimonials__wrapper,
    .landing-benefits__wrapper,
    .landing-cta__wrapper,
    .landing-footer__wrapper {
        max-width: 1480px;
    }
}

@media (min-width: 1600px) {
    .landing-hero__container,
    .landing-about__wrapper,
    .landing-challenges-testimonials__wrapper,
    .landing-benefits__wrapper,
    .landing-cta__wrapper,
    .landing-footer__wrapper {
        max-width: 1680px;
    }
}

@media (min-width: 1920px) {
    .landing-hero__container,
    .landing-about__wrapper,
    .landing-challenges-testimonials__wrapper,
    .landing-benefits__wrapper,
    .landing-cta__wrapper,
    .landing-footer__wrapper {
        max-width: 1880px;
    }
}

@media (max-width: 904px) {
    .landing-hero__container {
        padding: 2rem 1rem;
        border-radius: 20px;
    }
    
    .landing-hero__headline {
        font-size: 42px;
    }
    
    .landing-hero__tagline {
        font-size: 1rem;
    }
    
    .landing-about__title,
    .landing-challenges__title,
    .landing-testimonials__title,
    .landing-benefits__title,
    .landing-cta__title {
        font-size: 2.4rem;
    }
    
    .landing-about__features,
    .landing-challenges-testimonials__grid,
    .landing-challenges-testimonials__testimonials-grid,
    .landing-benefits__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .landing-hero {
        min-height: calc(100vh - 80px);
        padding: 2rem 1rem;
    }
    
    .landing-hero__container {
        padding: 2rem 1rem;
        border-radius: 16px;
    }
    
    .landing-hero__headline {
        font-size: 3rem;
    }
    
    .landing-hero__tagline {
        font-size: 1rem;
    }
    
    .landing-hero__cta {
        padding: 14px 24px;
        font-size: 16px;
    }
    
    .landing-about,
    .landing-challenges-testimonials,
    .landing-benefits,
    .landing-cta {
        padding: 2rem 1rem;
    }
    
    .landing-about__container,
    .landing-challenges-testimonials__container,
    .landing-benefits__container,
    .landing-cta__container,
    .landing-footer__container {
        padding: 2rem 1rem;
        border-radius: 16px;
    }
    
    .landing-about__title,
    .landing-challenges-testimonials__title,
    .landing-challenges-testimonials__testimonials-title,
    .landing-benefits__title,
    .landing-cta__title {
        font-size: 2.4rem;
    }
    
    .landing-benefits__grid {
        grid-template-columns: 1fr;
    }

    .landing-challenges-preview__category {
        max-width: 10ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .landing-challenges-preview__stat small {
        display: none;
    }

    .landing-challenges-preview__grid {
        grid-template-columns: 1fr;
    }
}