/* =========================================================
   KYROS LANDING · RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .container-kyros {
        padding-left: 28px;
        padding-right: 28px;
    }

    .main-nav {
        gap: 22px;
    }

    .title-xl {
        font-size: clamp(58px, 10vw, 110px);
    }
}

@media (max-width: 991px) {
    .container-kyros {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section {
        padding: 76px 0;
    }

    .section-lg {
        padding: 96px 0;
    }

    .section-heading {
        margin-bottom: 36px;
    }

    .header-inner {
        min-height: 70px;
    }

    .brand-logo img {
        width: 106px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .container-kyros {
        padding-left: 18px;
        padding-right: 18px;
    }

    .section {
        padding: 64px 0;
    }

    .section-sm {
        padding: 48px 0;
    }

    .section-lg {
        padding: 76px 0;
    }

    .title-xl {
        font-size: clamp(54px, 18vw, 78px);
    }

    .title-lg {
        font-size: clamp(44px, 14vw, 64px);
    }

    .title-md {
        font-size: clamp(36px, 11vw, 52px);
    }

    .section-lead {
        font-size: 16px;
        margin-top: 14px;
    }

    .copy-lg {
        font-size: 18px;
    }

    .card-kyros {
        padding: 22px;
        border-radius: var(--radius-md);
    }

    .btn-kyros {
        width: 100%;
        min-height: 50px;
    }

    .mobile-nav {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-links {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .container-kyros {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-inner {
        min-height: 66px;
    }

    .brand-logo img {
        width: 98px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
        font-size: 26px;
    }

    .section {
        padding: 56px 0;
    }

    .section-placeholder {
        min-height: 62vh;
    }

    .section-kicker {
        font-size: 11px;
    }

    .title-xl {
        font-size: 58px;
    }

    .title-lg {
        font-size: 48px;
    }

    .title-md {
        font-size: 40px;
    }

    .site-footer {
        padding: 44px 0;
    }
}

/* =========================================================
   02 HERO PRINCIPAL · RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .hero-title {
        font-size: clamp(68px, 10vw, 112px);
    }

    .hero-image-wrap {
        max-width: 560px;
    }
}

@media (max-width: 991px) {
    .hero-kyros {
        min-height: auto;
        padding: 82px 0 72px;
    }

    .hero-kyros-row {
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 46px;
    }

    .hero-title {
        max-width: 720px;
    }

    .hero-lead {
        max-width: 680px;
    }

    .hero-visual {
        min-height: auto;
        justify-content: flex-start;
    }

    .hero-image-wrap {
        max-width: 100%;
        aspect-ratio: 16 / 10;
        transform: rotate(0deg);
    }

    .hero-product-card {
        left: 24px;
        bottom: 24px;
    }

    .hero-bg-shape-orange {
        width: 70vw;
        height: 170px;
        right: -22%;
        bottom: -8%;
    }
}

@media (max-width: 767px) {
    .hero-kyros {
        padding: 64px 0 58px;
    }

    .hero-title {
        font-size: clamp(58px, 17vw, 84px);
    }

    .hero-lead {
        font-size: 17px;
        margin-top: 18px;
    }

    .hero-actions {
        margin-top: 26px;
    }

    .hero-badges {
        margin-top: 22px;
    }

    .hero-image-wrap {
        aspect-ratio: 4 / 3;
        border-radius: var(--radius-lg);
    }

    .hero-product-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 16px;
        max-width: 100%;
        width: 100%;
    }

    .hero-product-card strong {
        font-size: 30px;
    }

    .hero-bg-shape-purple {
        width: 120px;
        height: 120px;
        right: -30px;
        top: 70px;
    }
}

@media (max-width: 575px) {
    .hero-kyros {
        padding: 52px 0 52px;
    }

    .hero-title {
        font-size: 58px;
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-badges {
        gap: 8px;
    }

    .hero-badges .badge-kyros {
        font-size: 11px;
        padding: 7px 10px;
    }

    .hero-image-wrap {
        border-radius: 24px;
    }
}

/* =========================================================
   05 SABORES PRINCIPALES · RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .sabores-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }

    .sabor-product {
        min-height: 205px;
    }

    .sabor-product img {
        width: min(100%, 220px);
    }
}

@media (max-width: 991px) {
    .sabores-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sabor-card {
        padding: 24px 20px 22px;
    }
}

@media (max-width: 767px) {
    .sabores-grid {
        gap: 18px;
    }

    .sabor-product {
        min-height: 190px;
    }

    .sabor-product img {
        width: min(100%, 200px);
    }

    .sabor-content h3 {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .sabores-grid {
        grid-template-columns: 1fr;
    }

    .sabor-card {
        display: grid;
        grid-template-columns: 118px 1fr;
        align-items: center;
        gap: 16px;
        padding: 22px 18px;
    }

    .sabor-card::before {
        width: 8px;
        height: 100%;
        inset: 0 auto 0 0;
    }

    .sabor-card::after {
        width: 110px;
        height: 110px;
        right: -36px;
        top: -30px;
    }

    .sabor-product {
        min-height: auto;
        margin-bottom: 0;
    }

    .sabor-product img {
        width: 118px;
    }

    .sabor-content {
        text-align: left;
    }

    .sabor-tag {
        margin-bottom: 9px;
        font-size: 10px;
    }

    .sabor-content h3 {
        margin-bottom: 7px;
    }

    .sabor-content p {
        font-size: 13px;
    }

    .sabores-cta {
        margin-top: 30px;
    }
}

/* =========================================================
   06 CÓMO SUMARLO A TU MESA · RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .how-steps {
        gap: 18px;
    }

    .how-step {
        padding: 26px 18px 24px;
    }
}

@media (max-width: 991px) {
    .how-kyros {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .how-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-steps::before {
        display: none;
    }

    .how-step {
        text-align: left;
        padding: 28px 24px;
    }

    .how-icon {
        margin-left: 0;
        margin-right: 0;
    }

    .how-step p {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .how-kyros {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .how-step h3 {
        font-size: 38px;
    }

    .how-icon {
        width: 64px;
        height: 64px;
        font-size: 31px;
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .how-steps {
        grid-template-columns: 1fr;
    }

    .how-step {
        display: grid;
        grid-template-columns: 64px 1fr;
        column-gap: 18px;
        align-items: center;
        padding: 24px 20px;
    }

    .how-number {
        top: 14px;
        right: 18px;
        left: auto;
        font-size: 36px;
    }

    .how-icon {
        grid-row: span 2;
        margin: 0;
    }

    .how-step h3 {
        margin-bottom: 6px;
        font-size: 34px;
    }

    .how-step p {
        font-size: 13px;
    }
}

/* =========================================================
   07 IDEAS Y RECETAS · RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .ideas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .idea-featured {
        grid-row: auto;
        grid-column: span 2;
    }

    .idea-featured .idea-image {
        height: 360px;
    }
}

@media (max-width: 991px) {
    .section-lead-left {
        max-width: 100%;
        margin: 18px 0 0;
    }

    .ideas-grid {
        gap: 20px;
    }

    .ideas-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ideas-bottom .btn-kyros {
        width: auto;
    }
}

@media (max-width: 767px) {
    .ideas-grid {
        grid-template-columns: 1fr;
    }

    .idea-featured {
        grid-column: span 1;
    }

    .idea-image,
    .idea-featured .idea-image {
        height: 250px;
    }

    .idea-content {
        padding: 22px 20px 24px;
    }

    .idea-content h3 {
        font-size: 38px;
    }

    .ideas-note {
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .idea-image,
    .idea-featured .idea-image {
        height: 220px;
    }

    .idea-content h3 {
        font-size: 34px;
    }

    .idea-content p {
        font-size: 13px;
    }

    .ideas-bottom {
        padding: 20px;
    }

    .ideas-note {
        gap: 12px;
    }

    .ideas-note i {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .ideas-note p {
        font-size: 13px;
    }

    .ideas-bottom .btn-kyros {
        width: 100%;
    }
}

/* =========================================================
   08 DIFERENCIALES · FRANJA SIMPLE RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .diferenciales-title h2::before,
    .diferenciales-title h2::after {
        width: 90px;
    }

    .diferencial-inline-item {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 991px) {
    .diferenciales-inline {
        grid-template-columns: repeat(3, 1fr);
    }

    .diferencial-inline-item:nth-child(3)::after {
        display: none;
    }

    .diferencial-inline-item:nth-child(1),
    .diferencial-inline-item:nth-child(2),
    .diferencial-inline-item:nth-child(3) {
        border-bottom: 1px solid var(--kyros-line);
    }
}

@media (max-width: 767px) {
    .diferenciales-strip {
        padding: 44px 0;
    }

    .diferenciales-title h2::before,
    .diferenciales-title h2::after {
        display: none;
    }

    .diferenciales-inline {
        grid-template-columns: 1fr;
    }

    .diferencial-inline-item {
        display: grid;
        grid-template-columns: 52px 1fr;
        column-gap: 16px;
        align-items: center;
        text-align: left;
        padding: 18px 20px;
    }

    .diferencial-inline-item:not(:last-child)::after {
        display: none;
    }

    .diferencial-inline-item:not(:last-child) {
        border-bottom: 1px solid var(--kyros-line);
    }

    .diferencial-inline-icon {
        margin: 0;
    }

    .diferencial-inline-item h3,
    .diferencial-inline-item p {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .diferencial-inline-item h3 {
        margin-bottom: 4px;
    }
}

/* =========================================================
   09 DÓNDE COMPRAR · RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .market-logos {
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        padding: 24px;
    }

    .market-logo-item img {
        max-width: 132px;
        max-height: 42px;
    }
}

@media (max-width: 991px) {
    .market-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .donde-comprar-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .donde-comprar-note .btn-kyros {
        width: auto;
    }
}

@media (max-width: 767px) {
    .market-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 18px;
        border-radius: var(--radius-md);
    }

    .market-logo-item {
        min-height: 82px;
        padding: 16px;
    }

    .market-logo-item img {
        max-width: 120px;
        max-height: 38px;
    }

    .donde-comprar-note {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .market-logos {
        grid-template-columns: 1fr;
    }

    .market-logo-item {
        min-height: 76px;
    }

    .market-logo-item img {
        max-width: 140px;
        max-height: 40px;
    }

    .donde-comprar-note .btn-kyros {
        width: 100%;
    }
}

/* =========================================================
   10 FAQ · RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    .faq-wrapper,
    .faq-wrapper-two-cols {
        max-width: 100%;
    }

    .faq-wrapper-two-cols {
        padding: 14px;
    }
}

@media (max-width: 767px) {
    .faq-wrapper,
    .faq-wrapper-two-cols {
        padding: 12px;
        border-radius: var(--radius-md);
    }

    .faq-button {
        min-height: 54px;
        padding: 14px 15px;
    }

    .faq-button span {
        font-size: 14px;
    }

    .faq-button i {
        width: 28px;
        height: 28px;
        font-size: 20px;
    }

    .faq-body {
        padding: 0 15px 15px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .faq-wrapper,
    .faq-wrapper-two-cols {
        padding: 10px;
    }

    .faq-item {
        margin-bottom: 8px;
    }

    .faq-button {
        gap: 12px;
    }
}

/* =========================================================
   11 CTA FINAL / CONTACTO · RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .contacto-panel {
        padding: 34px;
    }

    .contacto-form-card {
        padding: 26px;
    }
}

@media (max-width: 991px) {
    .contacto-content {
        max-width: 100%;
    }

    .contacto-panel {
        padding: 30px;
    }

    .contacto-title {
        max-width: 720px;
        font-size: clamp(46px, 9vw, 68px);
    }
}

@media (max-width: 767px) {
    .contacto-panel {
        padding: 24px;
        border-radius: var(--radius-lg);
    }

    .contacto-form-card {
        padding: 22px;
        border-radius: var(--radius-md);
    }

    .contacto-title {
        font-size: clamp(40px, 11vw, 56px);
    }

    .contacto-data {
        margin-top: 28px;
    }

    .contacto-data h3 {
        font-size: 20px;
    }

    .contacto-data a {
        font-size: 16px;
    }

    .form-submit-kyros {
        align-items: stretch;
        flex-direction: column;
    }

    .form-submit-kyros .btn-kyros {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .contacto-panel {
        padding: 18px;
    }

    .contacto-form-card {
        padding: 18px;
    }

    .contacto-title {
        font-size: 42px;
    }

    .contacto-data a {
        align-items: flex-start;
        font-size: 15px;
    }

    .contacto-data i {
        font-size: 20px;
    }

    .form-floating-kyros label {
        font-size: 13px;
    }

    .form-kyros .form-control {
        font-size: 15px;
    }
}

/* =========================================================
   12 FOOTER · RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    .footer-kyros-main {
        max-width: 640px;
        gap: 44px;
    }

    .footer-kyros-contact a {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .footer-kyros {
        padding: 52px 0 26px;
    }

    .footer-kyros-main {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-kyros-contact {
        align-items: center;
    }

    .footer-kyros-contact a {
        justify-content: center;
    }

    .footer-kyros-bottom {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 42px;
    }

    .footer-powered {
        position: static;
    }
}

@media (max-width: 575px) {
    .footer-kyros {
        padding: 44px 0 24px;
    }

    .footer-kyros-brand img {
        max-width: 104px;
        max-height: 76px;
    }

    .footer-kyros-contact {
        gap: 13px;
    }

    .footer-kyros-contact a {
        font-size: 15px;
    }

    .footer-kyros-contact i {
        font-size: 20px;
    }

    .footer-terms {
        font-size: 14px;
    }

    .footer-powered strong {
        font-size: 16px;
    }
}