/* IPCH Eventos — Premium Design System */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --ipch-red: #9E0000;
    --ipch-red-dark: #7a0000;
    --ipch-red-light: #fff0f2;
    --ipch-gold: #c9a227;
    --ipch-bg: #faf8f6;
    --ipch-surface: #ffffff;
    --ipch-text: #1a1225;
    --ipch-muted: #64748b;
    --ipch-border: #e8e0dc;
    --ipch-shadow: 0 8px 32px rgba(158, 0, 0, 0.06);
    --ipch-shadow-lg: 0 20px 60px rgba(26, 18, 37, 0.1);
    --ipch-radius: 20px;
    --ipch-radius-sm: 12px;
    --font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-chinese: 'Ma Shan Zheng', 'Noto Sans SC', cursive, sans-serif;
    --gradient-brand: linear-gradient(135deg, #9E0000 0%, #c41e3a 50%, #7a0000 100%);
    --gradient-soft: linear-gradient(180deg, #fff5f6 0%, #faf8f6 40%, #f5f0ec 100%);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    font-family: var(--font-sans);
    background: var(--gradient-soft);
    color: var(--ipch-text);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ipch-red); text-decoration: none; }

.ipch-event-page { position: relative; }
.ipch-event-bg {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(158,0,0,0.08), transparent),
        radial-gradient(circle at 90% 80%, rgba(201,162,39,0.06), transparent), var(--gradient-soft);
}
.ipch-event-bg::after {
    content: '中'; position: absolute; right: -20px; bottom: 10%;
    font-family: var(--font-chinese); font-size: clamp(8rem, 20vw, 14rem);
    color: rgba(158,0,0,0.03); line-height: 1;
}

.ipch-header {
    position: relative; z-index: 1;
    background: rgba(255,245,247,0.85); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245,208,214,0.6);
    padding: 28px 24px 32px; text-align: center;
}
.ipch-header__inner { max-width: 560px; margin: 0 auto; }
.ipch-logo { height: 88px; width: auto; max-width: 160px; margin: 0 auto 16px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(158,0,0,0.12)); }
.ipch-header__title { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; color: var(--ipch-red); letter-spacing: -0.02em; }
.ipch-header__subtitle { font-size: 0.95rem; color: var(--ipch-muted); margin-top: 8px; font-weight: 500; }
.ipch-header__badge { display: inline-block; margin-top: 12px; padding: 6px 14px; background: var(--ipch-red-light); color: var(--ipch-red); border-radius: 999px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }

.ipch-container { position: relative; z-index: 1; max-width: 520px; margin: 0 auto; padding: 28px 20px 48px; }
.ipch-container--wide { max-width: 1080px; }

.ipch-card {
    background: rgba(255,255,255,0.92); backdrop-filter: blur(16px);
    border-radius: var(--ipch-radius); box-shadow: var(--ipch-shadow-lg);
    border: 1px solid rgba(255,255,255,0.8); margin-bottom: 20px; overflow: hidden;
}
.ipch-card--accent { border-top: 4px solid var(--ipch-red); }
.ipch-card__body { padding: 32px 28px; }
.ipch-card__intro { text-align: center; margin-bottom: 28px; }
.ipch-card__intro h2 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; margin-bottom: 8px; }
.ipch-card__intro p { color: var(--ipch-muted); }

.ipch-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 28px; border-radius: var(--ipch-radius-sm); font-size: 1rem;
    font-weight: 600; font-family: inherit; cursor: pointer; border: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ipch-btn--primary { background: var(--gradient-brand); color: #fff; box-shadow: 0 8px 24px rgba(158,0,0,0.35); }
.ipch-btn--primary:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(158,0,0,0.4); }
.ipch-btn--secondary { background: #fff; color: var(--ipch-red); border: 2px solid var(--ipch-border); }
.ipch-btn--danger { background: #fff; color: #b91c1c; border: 2px solid #fecaca; }
.ipch-btn--danger:hover:not(:disabled) { background: #fef2f2; border-color: #f87171; }
.ipch-btn--full { width: 100%; }
.ipch-btn--lg { padding: 18px 32px; font-size: 1.125rem; min-height: 58px; border-radius: 14px; }
.ipch-btn--sm { padding: 8px 16px; font-size: 0.875rem; }
.ipch-btn:disabled { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; box-shadow: none; transform: none; }

.ipch-form-group { margin-bottom: 22px; }
.ipch-label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ipch-muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.06em; }
.ipch-input { width: 100%; padding: 16px 18px; border: 2px solid var(--ipch-border); border-radius: var(--ipch-radius-sm); font-size: 1.0625rem; font-family: inherit; background: #fff; transition: border-color 0.2s, box-shadow 0.2s; }
.ipch-input:focus { outline: none; border-color: var(--ipch-red); box-shadow: 0 0 0 4px rgba(158,0,0,0.1); }
.ipch-input--phone { padding-left: 58px; }
.ipch-phone-wrap { position: relative; }
.ipch-phone-prefix { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--ipch-muted); font-weight: 600; }
.ipch-checkbox-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 28px; padding: 14px; background: var(--ipch-red-light); border-radius: var(--ipch-radius-sm); }
.ipch-checkbox { appearance: none; width: 22px; height: 22px; border: 2px solid #cbd5e1; border-radius: 6px; cursor: pointer; flex-shrink: 0; margin-top: 1px; background: #fff; }
.ipch-checkbox:checked { background: var(--ipch-red); border-color: var(--ipch-red); }
.ipch-checkbox:checked::after { content: '✓'; display: block; color: #fff; font-size: 14px; text-align: center; line-height: 18px; font-weight: 700; }
.ipch-error { color: #dc2626; font-size: 0.875rem; text-align: center; margin-top: 14px; }

.ipch-cta { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%); border: 1px solid #fde68a; border-radius: var(--ipch-radius); padding: 28px 24px; text-align: center; box-shadow: 0 8px 24px rgba(201,162,39,0.12); }
.ipch-cta__discount { display: inline-block; background: var(--gradient-brand); color: #fff; font-size: 1.5rem; font-weight: 700; padding: 8px 20px; border-radius: 12px; margin-bottom: 12px; }
.ipch-cta__title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; }
.ipch-cta__text { color: var(--ipch-muted); font-size: 0.95rem; margin-bottom: 16px; }
.ipch-cta__link { display: inline-flex; align-items: center; background: #fff; border: 2px solid var(--ipch-red); border-radius: 999px; padding: 12px 24px; font-weight: 600; color: var(--ipch-red); }

.ipch-caligrafia { position: relative; background: linear-gradient(165deg, #fffef9 0%, #faf6ef 100%); border-radius: var(--ipch-radius-sm); padding: 48px 28px; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #ebe4d8; }
.ipch-caligrafia__logo { position: absolute; top: 20px; left: 20px; width: 52px; height: 52px; object-fit: contain; }
.ipch-caligrafia__sello { position: absolute; top: 18px; right: 20px; font-family: var(--font-chinese); font-size: 2.25rem; color: var(--ipch-red); }
.ipch-caligrafia__hanzi { font-family: var(--font-chinese); text-align: center; line-height: 1.1; animation: reveal-hanzi 0.9s cubic-bezier(0.34,1.56,0.64,1); }
@keyframes reveal-hanzi { from { opacity: 0; transform: scale(0.85); } to { opacity: 1; transform: scale(1); } }
.ipch-caligrafia__name { margin-top: 20px; font-size: 1.05rem; color: var(--ipch-muted); font-weight: 600; }
.ipch-caligrafia__footer { margin-top: 28px; font-size: 0.75rem; color: #94a3b8; text-align: center; }

.ipch-detail-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ipch-muted); font-weight: 700; margin-bottom: 8px; }
.ipch-detail-block { text-align: center; margin-bottom: 28px; }

@keyframes fade-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.ipch-prize-note {
    text-align: center;
    padding: 20px 8px 0;
    color: var(--ipch-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    animation: fade-up 0.5s ease-out;
}

.ipch-prize-win-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-radius: 16px;
    animation: fade-up 0.45s ease-out;
    box-shadow: 0 6px 24px rgba(52, 168, 83, 0.18);
    border: 1px solid rgba(52, 168, 83, 0.25);
}
.ipch-prize-win-banner__icon {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}
.ipch-prize-win-banner__label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #166534;
    margin-bottom: 2px;
}
.ipch-prize-win-banner__text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #14532d;
    line-height: 1.35;
}

.ipch-admin-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
    padding: 16px 18px;
    background: var(--ipch-red-light);
    border-radius: var(--ipch-radius-sm);
    border: 1px solid rgba(158, 0, 0, 0.08);
}
.ipch-admin-links__label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ipch-muted);
    width: 100%;
    margin-bottom: 2px;
}
.ipch-event-card__link-btn {
    font-family: ui-monospace, monospace;
    font-size: 0.8rem;
    color: var(--ipch-red);
    background: var(--ipch-red-light);
    padding: 8px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    word-break: break-all;
    text-align: left;
    transition: background 0.2s;
}
.ipch-event-card__link-btn:hover {
    background: #ffe4e8;
}

.ipch-prize-modal {
    position: fixed; inset: 0; z-index: 10002;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
}
.ipch-prize-modal.hidden { display: none !important; }
.ipch-prize-modal__backdrop {
    position: absolute; inset: 0;
    background: rgba(26, 18, 37, 0.62);
    backdrop-filter: blur(10px);
    animation: prize-backdrop-in 0.35s ease-out;
}
@keyframes prize-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
.ipch-prize-modal__dialog {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fff9f5 100%);
    border-radius: 28px;
    padding: 44px 32px 32px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 28px 90px rgba(158, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.9);
    animation: prize-modal-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}
@keyframes prize-modal-pop {
    from { opacity: 0; transform: scale(0.75) translateY(24px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.ipch-prize-modal__ribbon {
    position: absolute; top: 0; left: 0; right: 0; height: 5px;
    background: var(--gradient-brand);
}
.ipch-prize-modal__sparkles {
    position: absolute; top: 18px; left: 0; right: 0;
    font-size: 0.65rem; letter-spacing: 0.6em; color: var(--ipch-gold);
    opacity: 0.55; pointer-events: none;
}
.ipch-prize-modal__icon {
    font-size: 4.75rem;
    line-height: 1;
    margin: 8px 0 16px;
    animation: prize-icon-bounce 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
    filter: drop-shadow(0 10px 20px rgba(201, 162, 39, 0.35));
}
@keyframes prize-icon-bounce {
    from { transform: scale(0) rotate(-20deg); opacity: 0; }
    70% { transform: scale(1.12) rotate(6deg); }
    to { transform: scale(1) rotate(0); opacity: 1; }
}
.ipch-prize-modal__title {
    font-family: var(--font-display);
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--ipch-red);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}
.ipch-prize-modal__prize {
    font-size: 1.05rem;
    font-weight: 700;
    color: #166534;
    margin-bottom: 14px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-radius: 14px;
    line-height: 1.4;
}
.ipch-prize-modal__message {
    color: var(--ipch-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 26px;
}

.ipch-footer { position: relative; z-index: 1; background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); border-top: 1px solid var(--ipch-border); padding: 28px 24px; text-align: center; color: var(--ipch-muted); font-size: 0.875rem; }
.ipch-footer__logo { height: 48px; margin: 0 auto 12px; }

.ipch-admin-nav { background: rgba(255,245,247,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid #f5d0d6; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ipch-admin-nav__brand { font-weight: 700; color: var(--ipch-red); display: flex; align-items: center; gap: 14px; text-decoration: none; font-size: 1.05rem; }
.ipch-admin-nav__brand img { height: 44px; width: auto; }
.ipch-admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; flex-wrap: wrap; gap: 16px; }
.ipch-admin-header h1 { font-family: var(--font-display); font-size: 1.875rem; font-weight: 700; }

.ipch-event-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 20px; }
.ipch-event-card { background: #fff; border-radius: var(--ipch-radius); border: 1px solid var(--ipch-border); box-shadow: var(--ipch-shadow); padding: 24px; display: flex; flex-direction: column; gap: 16px; transition: transform 0.2s, box-shadow 0.2s; }
.ipch-event-card:hover { transform: translateY(-2px); box-shadow: var(--ipch-shadow-lg); }
.ipch-event-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.ipch-event-card__title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; line-height: 1.3; }
.ipch-event-card__org { font-size: 0.875rem; color: var(--ipch-muted); margin-top: 4px; }
.ipch-event-card__meta { display: grid; gap: 10px; font-size: 0.875rem; }
.ipch-event-card__row { display: flex; gap: 8px; align-items: baseline; }
.ipch-event-card__label { color: var(--ipch-muted); font-weight: 600; min-width: 72px; flex-shrink: 0; font-size: 0.75rem; text-transform: uppercase; }
.ipch-event-card__value { color: var(--ipch-text); }
.ipch-event-card__link { font-family: ui-monospace, monospace; font-size: 0.8rem; color: var(--ipch-red); background: var(--ipch-red-light); padding: 8px 12px; border-radius: 8px; display: inline-block; word-break: break-all; }
.ipch-event-card__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--ipch-border); }

.ipch-reg-panel__header {
    display: flex; justify-content: space-between; align-items: flex-start;
    flex-wrap: wrap; gap: 16px; margin-bottom: 16px;
}
.ipch-reg-panel__header .ipch-form-section__title { margin: 0; }
.ipch-reg-panel__tools {
    display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.ipch-reg-search { min-width: min(100%, 260px); padding: 10px 14px !important; font-size: 0.9rem !important; }
.ipch-reg-filter {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.875rem; color: var(--ipch-muted); cursor: pointer; white-space: nowrap;
}
.ipch-reg-count { font-size: 0.8rem; color: var(--ipch-muted); margin-bottom: 12px; }
.ipch-reg-empty { color: var(--ipch-muted); text-align: center; padding: 32px 16px; }
.ipch-reg-table-wrap {
    overflow-x: auto; border: 1px solid var(--ipch-border);
    border-radius: var(--ipch-radius-sm); background: #fff;
}
.ipch-reg-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.ipch-reg-table th {
    text-align: left; padding: 12px 14px; font-size: 0.68rem;
    text-transform: uppercase; letter-spacing: 0.06em;
    color: var(--ipch-muted); background: #faf8f6;
    border-bottom: 1px solid var(--ipch-border); white-space: nowrap;
}
.ipch-reg-table td {
    padding: 12px 14px; border-bottom: 1px solid var(--ipch-border);
    vertical-align: top; word-break: break-word;
}
.ipch-reg-table tbody tr:last-child td { border-bottom: none; }
.ipch-reg-table tbody tr:hover { background: var(--ipch-red-light); }
.ipch-reg-premio {
    display: inline-block; padding: 4px 10px; border-radius: 999px;
    background: #ecfdf5; color: #166534; font-size: 0.8rem; font-weight: 600;
}
.ipch-reg-muted { color: var(--ipch-muted); }

@media (max-width: 720px) {
    .ipch-reg-table thead { display: none; }
    .ipch-reg-table tr { display: block; padding: 12px 0; border-bottom: 1px solid var(--ipch-border); }
    .ipch-reg-table tbody tr:last-child { border-bottom: none; }
    .ipch-reg-table td {
        display: flex; justify-content: space-between; gap: 12px;
        padding: 6px 14px; border-bottom: none;
    }
    .ipch-reg-table td::before {
        content: attr(data-label);
        font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
        color: var(--ipch-muted); flex-shrink: 0;
    }
}

.ipch-badge { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; flex-shrink: 0; }
.ipch-badge--activo, .ipch-badge--en_vivo { background: #dcfce7; color: #166534; }
.ipch-badge--borrador { background: #fef3c7; color: #92400e; }
.ipch-badge--finalizado { background: #f1f5f9; color: #64748b; }
.ipch-badge--proximo { background: #dbeafe; color: #1d4ed8; }

.ipch-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 16px; margin-bottom: 24px; }
.ipch-stat { background: #fff; border-radius: var(--ipch-radius-sm); padding: 20px; text-align: center; border: 1px solid var(--ipch-border); box-shadow: var(--ipch-shadow); }
.ipch-stat__value { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--ipch-red); }
.ipch-stat__label { font-size: 0.75rem; color: var(--ipch-muted); margin-top: 4px; font-weight: 600; text-transform: uppercase; }

.ipch-form-section { border-bottom: 1px solid var(--ipch-border); padding-bottom: 24px; margin-bottom: 24px; }
.ipch-form-section__title { font-size: 1.05rem; font-weight: 700; margin-bottom: 16px; }
.ipch-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ipch-toggle-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }

.ipch-loader { width: 36px; height: 36px; border: 3px solid #f1f5f9; border-top-color: var(--ipch-red); border-radius: 50%; animation: spin 0.7s linear infinite; }
.ipch-loader--center { margin: 48px auto; }
@keyframes spin { to { transform: rotate(360deg); } }
.ipch-loading-text { text-align: center; color: var(--ipch-muted); margin-top: 16px; font-weight: 500; }

.ipch-confetti { position: fixed; inset: 0; pointer-events: none; z-index: 10001; overflow: hidden; }
.ipch-confetti__piece {
    position: absolute; top: -12px;
    animation: confetti-fall linear forwards;
    will-change: transform, opacity;
}
@keyframes confetti-fall {
    0% { transform: translateY(-10px) translateX(0) rotate(0deg); opacity: 1; }
    100% { transform: translateY(105vh) translateX(var(--drift, 0)) rotate(var(--spin, 720deg)); opacity: 0; }
}

.ipch-unavailable { text-align: center; padding: 64px 24px; }
.ipch-unavailable__icon { font-size: 4rem; margin-bottom: 16px; }
.ipch-unavailable__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
.ipch-unavailable__text { color: var(--ipch-muted); max-width: 400px; margin: 0 auto; }
.ipch-preview-banner { background: linear-gradient(135deg, #fffbeb, #fef3c7); border: 1px solid #fcd34d; border-radius: var(--ipch-radius-sm); padding: 14px 18px; margin-bottom: 20px; text-align: center; font-size: 0.875rem; color: #92400e; font-weight: 500; }

.hidden { display: none !important; }
.fade-in { animation: fade-up 0.45s ease-out; }
.text-center { text-align: center; }
.mt-4 { margin-top: 16px; }

.ipch-modal-root { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.ipch-modal-root.hidden { display: none !important; }
.ipch-modal-backdrop { position: absolute; inset: 0; background: rgba(26,18,37,0.5); backdrop-filter: blur(6px); }
.ipch-modal { position: relative; background: #fff; border-radius: var(--ipch-radius); box-shadow: var(--ipch-shadow-lg); padding: 32px; max-width: 420px; width: 100%; animation: fade-up 0.25s ease-out; }
.ipch-modal__title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; margin-bottom: 12px; }
.ipch-modal__body { color: var(--ipch-muted); margin-bottom: 24px; line-height: 1.55; }
.ipch-modal__actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }

.ipch-hero { background: #fff; border-radius: var(--ipch-radius); box-shadow: var(--ipch-shadow-lg); overflow: hidden; border: 1px solid var(--ipch-border); }
.ipch-hero__banner { background: var(--gradient-brand); color: #fff; padding: 48px 32px; text-align: center; }
.ipch-hero__badge { display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 999px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; margin-bottom: 16px; }
.ipch-hero__badge--live { background: #34a853; }
.ipch-hero__org { font-size: 0.95rem; opacity: 0.9; margin-bottom: 8px; }
.ipch-hero__name { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2.25rem); font-weight: 700; margin-bottom: 12px; }
.ipch-hero__offer { font-size: 1.1rem; opacity: 0.95; max-width: 520px; margin: 0 auto; }
.ipch-hero__cta { padding: 32px; text-align: center; }

@media (max-width: 640px) {
    .ipch-card__body { padding: 24px 20px; }
    .ipch-grid-2 { grid-template-columns: 1fr; }
    .ipch-container { padding: 20px 16px 40px; }
}
