    .empresa-propuesta {
        margin-top: 35px;
        margin-bottom: 80px;
        color: #333;
        overflow-x: clip;
        --empresa-body-size: 17px;
        --empresa-body-lh: 1.8;
        --empresa-body-color: #666;
    }

    body.delibreakfast .empresa-propuesta .hero-text,
    body.delibreakfast .empresa-propuesta .hero-bullets li,
    body.delibreakfast .empresa-propuesta .info-card p,
    body.delibreakfast .empresa-propuesta .conditions-box p,
    body.delibreakfast .empresa-propuesta .hero-media-copy p,
    body.delibreakfast .empresa-propuesta .trust-card span,
    body.delibreakfast .empresa-propuesta .proposal-card li,
    body.delibreakfast .empresa-propuesta .conditions-list li,
    body.delibreakfast .empresa-propuesta .section-intro,
    body.delibreakfast .empresa-propuesta .cta-panel p {
        font-size: var(--empresa-body-size) !important;
        line-height: var(--empresa-body-lh);
        color: var(--empresa-body-color);
    }

    .empresa-propuesta .conditions-box p:last-child {
        margin-bottom: 0;
    }

    .empresa-propuesta .hero-panel,
    .empresa-propuesta .content-panel,
    .empresa-propuesta .proposal-card,
    .empresa-propuesta .info-card,
    .empresa-propuesta .cta-panel {
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .empresa-propuesta .hero-panel {
        overflow: hidden;
        margin-bottom: 28px;
        background: linear-gradient(135deg, #fff 0%, #fff3f8 60%, #f6faed 100%);
    }

    .empresa-propuesta .hero-panel .row {
        display: flex;
        flex-wrap: wrap;
    }

    .empresa-propuesta .hero-panel .row > [class*="col-"] {
        display: flex;
    }

    .empresa-propuesta .hero-copy {
        padding: 42px 38px;
    }

    .empresa-propuesta .eyebrow {
        display: inline-block;
        padding: 7px 14px;
        margin-bottom: 18px;
        border-radius: 10px;
        background: rgba(220, 53, 69, 0.1);
        color: #DC3545;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
    }

    .empresa-propuesta .hero-title {
        font-size: 42px;
        line-height: 1.15;
        margin: 14px 0 18px;
        color: #222;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
    }

    .empresa-propuesta .hero-text {
        margin-bottom: 18px;
    }

    .empresa-propuesta .hero-subtitle {
        font-size: 28px;
        line-height: 1.25;
        margin: 0 0 16px;
        color: #DC3545;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
    }

    .empresa-propuesta .hero-bullets {
        margin: 0 0 24px;
        padding: 0;
    }

    .empresa-propuesta .hero-bullets li {
        list-style: none;
        position: relative;
        padding-left: 24px;
        margin-bottom: 8px;
        line-height: 1.7;
    }

    .empresa-propuesta .hero-bullets li:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: #59B210;
    }

    .empresa-propuesta .cta-group {
        margin: 0 0 14px;
    }

    body.delibreakfast .empresa-propuesta .cta-btn {
        display: inline-block;
        min-width: 190px;
        margin-right: 12px;
        margin-bottom: 12px;
        padding: 13px 18px;
        font-size: var(--empresa-body-size) !important;
        line-height: 1.4;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    .empresa-propuesta .cta-btn:hover,
    .empresa-propuesta .cta-btn:focus {
        text-decoration: none;
    }

    .empresa-propuesta .hero-note {
        color: #666;
        font-size: 13px;
        margin-bottom: 0;
    }

    .empresa-propuesta .hero-media {
        min-height: 100%;
        padding: 28px;
        width: 100%;
        display: flex;
    }

    .empresa-propuesta .hero-media-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        width: 100%;
        min-height: 100%;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .empresa-propuesta .hero-media-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        inset: 0;
    }

    .empresa-propuesta .hero-media-copy {
        position: relative;
        z-index: 1;
        padding: 24px;
        margin: 0;
        width: 100%;
        border-radius: 12px;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.94);
        text-align: center;
    }

    .empresa-propuesta .hero-media-copy h3 {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: 700;
        color: #222;
    }

    .empresa-propuesta .hero-media-copy p {
        margin-bottom: 0;
        line-height: 1.7;
    }

    .empresa-propuesta .trust-row {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin: 0 0 20px;
    }

    .empresa-propuesta .trust-item {
        min-width: 0;
    }

    .empresa-propuesta .trust-card {
        height: 100%;
        padding: 20px 16px;
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 10px;
        text-align: center;
        min-width: 0;
    }

    .empresa-propuesta .trust-card i {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        border-radius: 50%;
        background: rgba(255, 45, 50, 0.1);
        color: #DC3545;
        font-size: 22px;
        margin-bottom: 12px;
    }

    .empresa-propuesta .trust-card strong {
        display: block;
        margin-bottom: 6px;
        font-size: 16px;
        color: #222;
    }

    .empresa-propuesta .trust-card span {
        display: block;
        line-height: 1.6;
        color: #666;
    }

    .empresa-propuesta .section-block {
        margin-top: 28px;
    }

    .empresa-propuesta .content-panel {
        padding: 34px 32px;
    }

    .empresa-propuesta .section-kicker {
        color: #DC3545;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.06em;
        margin-bottom: 12px;
        line-height: 1.35;
    }

    .empresa-propuesta .section-title {
        margin: 0 0 14px;
        font-size: 30px;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        color: #222;
    }

    .empresa-propuesta .section-intro {
        color: #666;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .empresa-propuesta .uses-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 16px;
        margin-top: 24px;
    }

    .empresa-propuesta .process-grid,
    .empresa-propuesta .info-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin-top: 24px;
    }

    .empresa-propuesta .info-card,
    .empresa-propuesta .proposal-card {
        padding: 22px;
        height: 100%;
        position: relative;
        min-width: 0;
    }

    .empresa-propuesta .info-card {
        border-top: 4px solid #DC3545;
        display: flex;
        flex-direction: column;
    }

    .empresa-propuesta .use-card {
        border-top: 1px solid #ececec;
    }

    .empresa-propuesta .info-card h3,
    .empresa-propuesta .proposal-card h4 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #222;
        font-size: 21px;
        font-weight: 700;
    }

    .empresa-propuesta .info-card p {
        margin-bottom: 0;
        flex-grow: 1;
    }

    .empresa-propuesta .use-card {
        grid-column: span 2;
    }

    .empresa-propuesta .use-card.half {
        grid-column: span 3;
    }

    .empresa-propuesta .use-head {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .empresa-propuesta .use-icon {
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        border-radius: 50%;
        background: rgba(255, 45, 50, 0.1);
        color: #DC3545;
        flex: 0 0 42px;
        font-size: 18px;
    }

    .empresa-propuesta .step-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .empresa-propuesta .step-index {
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        background: #59B210;
        color: #fff;
        font-weight: 700;
        flex: 0 0 38px;
    }

    .empresa-propuesta .proposal-card {
        padding-top: 26px;
        display: flex;
        flex-direction: column;
    }

    .empresa-propuesta .proposal-card:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #DC3545 0%, #59B210 100%);
    }

    .empresa-propuesta .proposal-image {
        margin: -4px -22px 18px;
        overflow: hidden;
        border-radius: 8px 8px 0 0;
    }

    .empresa-propuesta .proposal-image img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
        cursor: zoom-in;
    }

    .empresa-propuesta .proposal-card ul {
        flex-grow: 1;
        margin: 0;
        padding: 0;
    }

    .empresa-propuesta .proposal-list {
        max-height: 310px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.25s ease;
    }

    .empresa-propuesta .proposal-card.has-overflow .proposal-list:not(.is-expanded):after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 52px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 75%);
        pointer-events: none;
    }

    .empresa-propuesta .proposal-list.is-expanded {
        max-height: none;
    }

    .empresa-propuesta .proposal-list-toggle {
        display: none;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 4px;
        padding: 9px 12px;
        border: 1px solid #ffd4d6;
        border-radius: 8px;
        background: #fff5f5;
        color: #d62739;
        font-weight: 700;
        font-size: var(--empresa-body-size);
        line-height: 1.4;
        cursor: pointer;
    }

    .empresa-propuesta .proposal-list-toggle:hover,
    .empresa-propuesta .proposal-list-toggle:focus {
        background: #ffecee;
        outline: none;
    }

    .empresa-propuesta .proposal-card.has-overflow .proposal-list-toggle {
        display: block;
    }

    .empresa-propuesta .proposal-card li,
    .empresa-propuesta .conditions-list li,
    .empresa-propuesta .mini-list li {
        list-style: none;
        padding-left: 24px;
        position: relative;
        margin-bottom: 9px;
    }

    .empresa-propuesta .proposal-card li:before,
    .empresa-propuesta .conditions-list li:before,
    .empresa-propuesta .mini-list li:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        color: #DC3545;
    }

    .empresa-propuesta .proposal-price {
        margin-top: 14px;
        margin-bottom: 0;
        color: #DC3545;
        font-size: 26px;
        font-weight: 700;
    }

    .empresa-propuesta .proposal-price span {
        color: #888;
        font-size: 13px;
        font-weight: 500;
    }

    .empresa-propuesta .conditions-wrap {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 18px;
        margin-top: 24px;
    }

    .empresa-propuesta .conditions-box {
        padding: 24px;
        background: linear-gradient(180deg, #fff 0%, #fff7fa 100%);
        border: 1px solid #f1d8e1;
        border-radius: 10px;
    }

    .empresa-propuesta .conditions-box.highlight {
        background: linear-gradient(180deg, #fff 0%, #f7fbec 100%);
        border-color: #dceac7;
    }

    .empresa-propuesta .conditions-list {
        margin: 0;
        padding: 0;
    }

    .empresa-propuesta .conditions-box h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 22px;
        font-weight: 700;
        color: #222;
    }

    .empresa-propuesta .cta-panel {
        margin-top: 28px;
        padding: 34px 32px;
        background: linear-gradient(135deg, #fff 0%, #fff3f8 60%, #f6faed 100%);
    }

    .empresa-propuesta .cta-panel .mini-list {
        margin-top: 6px;
        margin-bottom: 22px;
        padding: 0;
    }

    .empresa-propuesta .cta-panel .mini-list li {
        font-size: 19px;
        font-weight: 600;
        color: #222;
        margin-bottom: 12px;
        line-height: 1.45;
    }

    .empresa-propuesta .cta-panel .mini-list li:before {
        content: "\f00c";
        font-family: FontAwesome;
        color: #59B210;
        top: 2px;
    }

    .empresa-propuesta .cta-panel h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.35;
        color: #222;
    }

    .empresa-propuesta .cta-panel p {
        line-height: 1.9;
        margin-bottom: 16px;
        color: #444;
    }

    .empresa-propuesta .cta-panel .cta-group {
        margin-top: 30px;
    }

    .empresa-propuesta .contact-strip {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        margin-top: 10px;
    }

    .empresa-propuesta .contact-pill {
        display: inline-block;
        padding: 10px 16px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #ececec;
        color: #333;
        font-weight: 600;
    }

    @media (max-width: 1199px) {
        .empresa-propuesta .process-grid,
        .empresa-propuesta .info-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 991px) {
        .empresa-propuesta .hero-copy,
        .empresa-propuesta .hero-media,
        .empresa-propuesta .content-panel,
        .empresa-propuesta .cta-panel {
            padding: 28px 22px;
        }
        .empresa-propuesta .hero-title { font-size: 34px; }
        .empresa-propuesta .trust-row {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .empresa-propuesta .uses-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .empresa-propuesta .use-card,
        .empresa-propuesta .use-card.half {
            grid-column: auto;
        }
        .empresa-propuesta .conditions-wrap {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        .empresa-propuesta { margin-top: 20px; }
        .empresa-propuesta .hero-title { font-size: 28px; }
        .empresa-propuesta .section-title { font-size: 25px; }
        .empresa-propuesta .section-kicker { font-size: 14px; letter-spacing: 0.05em; }
        .empresa-propuesta .hero-panel .row > [class*="col-"] {
            display: block;
            width: 100%;
        }
        .empresa-propuesta .hero-media {
            min-height: auto;
            padding: 0 22px 22px;
        }
        .empresa-propuesta .hero-media-card {
            flex-direction: column;
            align-items: stretch;
            min-height: auto;
        }
        .empresa-propuesta .hero-media-card img {
            position: relative;
            inset: auto;
            width: 100%;
            height: 220px;
            min-height: 200px;
            flex-shrink: 0;
        }
        .empresa-propuesta .hero-media-copy {
            position: relative;
            flex-shrink: 0;
            background: #fff;
        }
        .empresa-propuesta .trust-row,
        .empresa-propuesta .uses-grid,
        .empresa-propuesta .process-grid,
        .empresa-propuesta .info-grid,
        .empresa-propuesta .conditions-wrap {
            grid-template-columns: 1fr;
        }
        .empresa-propuesta .proposal-image {
            margin-left: 0;
            margin-right: 0;
        }
        .empresa-propuesta .cta-btn {
            width: 100%;
            margin-right: 0;
        }
        .empresa-propuesta .contact-strip {
            flex-direction: column;
            align-items: stretch;
        }
        .empresa-propuesta .contact-pill {
            text-align: center;
        }
    }
