    
    :root {
        --bg: #efeae6;
        --paper: #f4f1ee;
        --maroon: #5f1f2d;
        --maroon-deep: #451823;
        --maroon-soft: #7e384a;
        --gold: #d8b36d;
        --text: #2c1f24;
        --muted: #5e4f54;
        --line: rgba(95, 31, 45, 0.12);
        --shadow: rgba(38, 25, 28, 0.12);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
        margin: 0;
        min-height: 100vh;
        font-family: 'Montserrat', sans-serif;
        background: var(--bg);
        color: var(--text);
    }

    img {
        max-width: 100%;
        display: block;
    }

    .page {
        width: min(1280px, calc(100% - 32px));
        margin: 18px auto 40px;
        position: relative;
        background: #ffffff;
    }

    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 90px;
        background: rgba(255,255,255,0.15);
        border-radius: 18px 18px 0 0;
        padding: 10px 18px;
    }

    .brand {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex: 1;
    }

    .brand img {
        width: 550px;
        height: auto;
        display: block;
    }

    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #5e2131;
        border-radius: 10px;
        width: 52px;
        height: 52px;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .nav-toggle .menu-button {
        position: relative;
        width: 24px;
        height: 18px;
        display: block;
    }

    .nav-toggle .menu-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 3px;
    }

    .nav-toggle .menu-button span:nth-child(1) { top: 0; }
    .nav-toggle .menu-button span:nth-child(2) { top: 7px; }
    .nav-toggle .menu-button span:nth-child(3) { top: 14px; }

    .nav-menu {
        display: none;
        position: absolute;
        top: 85px;
        right: 18px;
        background: #5e2131;
        border-radius: 12px;
        padding: 10px;
        min-width: 220px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.18);
        z-index: 20;
    }

    .nav-menu.open {
        display: block;
    }

    .nav-menu a {
        display: block;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        padding: 12px 14px;
        border-radius: 8px;
    }

    .nav-menu a:hover {
        background: rgba(255,255,255,0.08);
    }

    .brand-mark {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        background: linear-gradient(135deg, #ae224f, #5c1c2f);
        display: grid;
        place-items: center;
        box-shadow: 0 8px 18px rgba(95, 31, 45, 0.15);
    }


    .brand-copy {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .brand-copy .title {
        font-size: 1.18rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        line-height: 1.1;
        color: var(--maroon-deep);
    }

    .brand-copy .year {
        font-size: 0.74rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--muted);
    }

    .center-identity {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .center-identity .label {
        text-align: center;
        color: var(--maroon-deep);
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1.1;
        letter-spacing: 0.04em;
    }

    .center-identity .label strong {
        display: block;
        font-size: clamp(0.9rem, 1.6vw, 1.4rem);
    }

    .center-identity .label small {
        display: block;
        margin-top: 4px;
        font-size: 0.52rem;
        letter-spacing: 0.18em;
        color: var(--muted);
    }


    .right-badge {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .feature-content {
        /* Crea una luz suave blanca centrada en la zona del texto */
        background: radial-gradient(
            ellipse at top left,
            rgba(255, 255, 255, 0.85) 0%,
            rgba(255, 255, 255, 0.4) 40%,
            transparent 100%
        );
        display: inline-block;
        padding: 10px;
        border-radius: 8px;
    }

    .feature-main {
        position: relative;
        min-height: 570px;
        background-image: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.14)), url('../src/img/macroplaza.jpg');
        background-size: cover;
        background-position: center;
        padding: 28px 26px 18px;
        text-shadow: 0 0 25px rgb(255, 255, 255),
            0 0 24px rgba(255, 255, 255, 0.8);
    }

    .label-mini {
        color: #BD955C;
    }

    .feature-main h1 {
        color: #711423;
    }


    .label-mini {
        display: inline-block;
        margin-bottom: 14px;
        color: #BD955C;
        font-weight: 800;
        letter-spacing: 0.02em;
        font-size: 1.72rem;
        /* Resplandor / Sombra blanca para contraste */
        text-shadow: 0 0 22px rgba(255, 255, 255, 0.95),
            0 0 24px rgba(255, 255, 255, 0.8);
    }

    .feature-main h1 {
        margin: 0;
        color: #711423;
        font-size: clamp(2.7rem, 4.5vw, 5rem);
        line-height: 0.93;
        letter-spacing: -0.06em;
        max-width: 620px;
    }


    .feature-main h1 span { display: block; }

    .card-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        background: rgba(255,255,255,0.12);
        padding: 14px 14px 14px;
    }

    .info-card {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1px solid var(--line);
        border-radius: 14px;
        box-shadow: 0 10px 20px rgba(33, 23, 26, 0.06);
        padding: 18px 16px 16px;
        text-align: center;
        min-height: 250px;
    }

    .icon-wrap {
        width: 82px;
        height: 82px;
        margin: 0 auto 18px;
        border-radius: 50px;
        background: linear-gradient(135deg, rgba(95,31,45,0.95), rgba(135,42,62,0.9));
        display: grid;
        place-items: center;
    }

    .icon-wrap img {
        width: 38px;
        height: 38px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .icon-wrap-small {
        width: 18px;
        height: 18px;
        display: grid;
        place-items: center;
    }

    .icon-wrap-small img {
        width: 18px;
        height: 18px;
        object-fit: contain;
      filter: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(1518%) hue-rotate(292deg) brightness(91%) contrast(91%);
    }

    .info-card h3 {
        margin: 0 0 10px;
        font-size: clamp(1rem, 1.4vw, 1.32rem);
        line-height: 1.2;
        color: var(--maroon-deep);
    }

    .info-card p {
        margin: 0;
        color: var(--muted);
        font-size: 0.84rem;
        line-height: 1.55;
    }

    .cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-top: auto;
        padding: 12px 16px;
        border: 1px solid rgba(95,31,45,0.42);
        border-radius: 8px;
        background: rgba(255,255,255,0.2);
        font-size: 0.92rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .cta a {
        color: var(--maroon-deep);
        text-decoration: none;
    }

    .cta a:hover {
        color: #ffffff;
        background: var(--maroon-deep)
    }

    .cta span {
        font-size: 0.82rem;
        line-height: 1;
    }

    .bottom-bar {
        background: #5e2131;
        color: #EBCF97;
        padding: 18px 20px 20px;
        text-align: center;
    }

    .bottom-bar h2 {
        margin: 0;
        font-size: clamp(1.8rem, 2.6vw, 2.7rem);
        line-height: 1.25;
        letter-spacing: -0.04em;
    }

    .site-footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        gap: 12px;
        margin-top: 18px;
        padding: 10px 18px;
        background: #ffffff;
        color: #5b1f2d;
        font-weight: 800;
        letter-spacing: 0.04em;
        font-size: 0.92rem;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 32px;
    }

    .footer-left {
        justify-content: center;
    }

    .footer-right {
        justify-content: center;
    }

    .divider {
        width: 1px;
        height: 18px;
        background: rgba(255, 255, 255, 0.6);
    }

    .socials {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .footer-center>.divider:first-child {
        border-left: 3px solid #5b1f2d;
        padding-left: 15px;
        padding: 25px;
    }

    .footer-right>span:first-child {
        border-left: 3px solid #5b1f2d;
        padding-left: 15px;
        padding: 15px;
    }

    .socials span {
        display: inline-grid;
        place-items: center;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #5b1f2d;
        color: #ffffff;
        font-size: 0.68rem;
        line-height: 1;
        font-weight: 900;
        overflow: hidden;
    }

    .socials img {
        width: 34px;
        height: 34px;
        object-fit: contain;
        filter: brightness(0) invert(1);
        display: block;
    }

    @media (max-width: 980px) {
        .topbar {
            grid-template-columns: 1fr;
            gap: 12px;
            padding-bottom: 18px;
        }

        .brand,
        .center-identity,
        .right-badge {
            justify-content: center;
        }

        .card-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 560px) {
        .page {
            width: min(100% - 16px, 1280px);
            margin-top: 12px;
        }

        .topbar {
            padding-top: 14px;
        }

        .brand {
            padding-left: 8px;
            padding-right: 8px;
        }

        .feature-main {
            min-height: 360px;
            padding: 20px 16px 18px;
        }

        .feature-main h1 {
            font-size: clamp(2.3rem, 13vw, 3.2rem);
        }

        .card-grid, .site-footer {
            grid-template-columns: 1fr;
        }

        .card-grid {
          gap: 5px;
          padding: 10px 10px;
        }

        .info-card {
          display: grid;
          grid-template-columns: 48px minmax(0, 1fr);
          grid-template-rows: auto auto auto;
          column-gap: 10px;
          align-items: center;
          min-height: 78px;
          padding: 8px 10px;
          text-align: left;
          border-radius: 8px;
        }

        .icon-wrap {
          grid-row: 1 / -1;
          width: 42px;
          height: 42px;
          margin: 0;
        }

        .icon-wrap img {
          width: 24px;
          height: 24px;
        }

        .info-card h3 {
          margin: 0 0 2px;
          font-size: 0.78rem;
        }

        .info-card p {
          font-size: 0.58rem;
          line-height: 1.3;
        }

        .cta {
          justify-self: start;
          width: auto;
          min-width: 84px;
          margin-top: 3px;
          padding: 3px 10px;
          font-size: 0.52rem;
        }
    }
