/* =====================================================
   IZYCITY - TROUVER DES PARTENAIRES
   CSS complet propre final
===================================================== */

/* GLOBAL */
.iga-shell,
.iga-single {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 0 60px;
    box-sizing: border-box;
}

.iga-shell *,
.iga-single * {
    box-sizing: border-box;
}

/* BOUTONS */
.iga-toggle-btn,
.iga-btn,
.iga-card-btn,
.iga-filter-btn,
.iga-modal__btn,
.iga-inline-link,
.iga-chat-form__send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 18px;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.iga-toggle-btn,
.iga-btn--primary,
.iga-card-btn--primary,
.iga-filter-btn--accent,
.iga-modal__btn--confirm,
.iga-chat-form__send {
    color: #13213d;
    background: linear-gradient(135deg, #fff0bc, #f0c96f 56%, #cf952b);
    box-shadow: 0 16px 32px rgba(207,149,43,.22);
}

.iga-btn--soft,
.iga-card-btn--ghost,
.iga-filter-btn--dark,
.iga-inline-link {
    color: #fff;
    background: linear-gradient(180deg, #24324d, #121d31);
    box-shadow: 0 14px 28px rgba(12,19,35,.18);
}

.iga-filter-btn--light {
    color: #1c2b48;
    background: #fff;
    border: 1px solid rgba(19,33,61,.12);
}

.iga-toggle-btn:hover,
.iga-btn:hover,
.iga-card-btn:hover,
.iga-filter-btn:hover,
.iga-modal__btn:hover,
.iga-inline-link:hover,
.iga-chat-form__send:hover {
    transform: translateY(-2px);
}

/* NOTICES */
.iga-notice {
    margin: 0 0 16px;
    padding: 16px 18px;
    border-radius: 18px;
    font-weight: 800;
}

.iga-notice--success {
    color: #134c33;
    background: #ebfff4;
    border: 1px solid rgba(19,76,51,.14);
}

.iga-notice--error {
    color: #7c2230;
    background: #fff1f3;
    border: 1px solid rgba(124,34,48,.14);
}

.iga-notice--info {
    color: #17385f;
    background: #eef6ff;
    border: 1px solid rgba(23,56,95,.14);
}

.iga-notice ul {
    margin: 0;
    padding-left: 18px;
}

/* INTRO */
.iga-intro-box,
.iga-modal__dialog {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 12%, rgba(240,201,111,.22), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(90,130,255,.14), transparent 24%),
        linear-gradient(145deg, #07101f 0%, #10192d 58%, #0b1324 100%);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 30px 70px rgba(6,10,20,.22);
}

.iga-intro-box {
    padding: 42px 38px;
    margin-bottom: 24px;
}

.iga-intro-box__badge,
.iga-step__eyebrow,
.iga-listing__hero-badge,
.iga-card-banner__tag,
.iga-modal__badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: #13213d;
    background: linear-gradient(135deg, #fff0bc, #f0c96f 56%, #cf952b);
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 12px 30px rgba(204,147,41,.18);
}

.iga-intro-box h2 {
    max-width: 760px;
    margin: 16px 0 12px;
    color: #fff3d4;
    font-size: clamp(38px, 4.6vw, 66px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: -.045em;
}

.iga-intro-box p,
.iga-modal__dialog p {
    max-width: 820px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.7;
}

.iga-toggle-btn {
    min-height: 48px;
    margin-top: 22px;
    padding: 0 22px;
    border-radius: 999px;
}

/* FORM */
.iga-form-wrap,
.iga-latest {
    padding: 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 10% 0%, rgba(240,201,111,.12), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,244,238,.98));
    border: 1px solid rgba(207,149,43,.25);
    box-shadow: 0 28px 64px rgba(16,22,40,.12);
}

.iga-progress {
    margin-bottom: 18px;
}

.iga-progress__bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(17,34,68,.08);
    overflow: hidden;
}

.iga-progress__bar span {
    display: block;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, #2850f0, #7d4bf1);
}

.iga-progress__meta {
    margin-top: 10px;
    color: #576379;
    font-size: 13px;
}

.iga-step {
    display: none;
}

.iga-step.is-active {
    display: block;
}

.iga-card {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, #faf8f4);
    border: 1px solid rgba(20,32,61,.08);
    box-shadow: 0 18px 42px rgba(16,22,40,.08);
}

.iga-card h3 {
    margin: 14px 0 10px;
    color: #13213d;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.05;
    font-weight: 950;
}

.iga-card p {
    margin: 0;
    color: #5f6980;
    line-height: 1.7;
}

.iga-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
    margin-top: 22px;
}

.iga-choice-grid--compact {
    grid-template-columns: repeat(3, minmax(0,1fr));
}

.iga-choice {
    min-height: 66px;
    padding: 14px 16px;
    border: 1px solid rgba(19,33,61,.12);
    border-radius: 18px;
    background: #fff;
    color: #17253f;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.iga-choice:hover,
.iga-choice.is-selected {
    transform: translateY(-2px);
    border-color: rgba(53,94,239,.25);
    box-shadow: 0 16px 32px rgba(53,94,239,.12);
    background: linear-gradient(180deg, #fff, #f2f6ff);
}

.iga-grid {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.iga-grid--2 {
    grid-template-columns: repeat(2, minmax(0,1fr));
}

.iga-grid__full {
    grid-column: 1 / -1;
}

.iga-grid p,
.iga-field {
    margin: 0;
}

.iga-grid label,
.iga-field label {
    display: block;
    margin-bottom: 8px;
    color: #16253f;
    font-size: 13px;
    font-weight: 900;
}

.iga-grid input,
.iga-grid select,
.iga-field input {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(19,33,61,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    color: #13213d;
}

.iga-conditional {
    display: none;
}

.iga-conditional.is-visible {
    display: block;
}

.iga-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.iga-legal {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(19,33,61,.04);
    color: #58647c;
    line-height: 1.7;
}

.iga-legal input {
    margin-top: 4px;
}

.iga-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

/* LISTING PREMIUM HERO UNIQUE */
.iga-listing--premium {
    position: relative;
}

.iga-search-hero {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 8%, rgba(240,201,111,.24), transparent 26%),
        radial-gradient(circle at 86% 18%, rgba(92,132,255,.16), transparent 28%),
        linear-gradient(145deg, #07101f 0%, #111d36 56%, #090f1c 100%);
    border: 1px solid rgba(240,201,111,.28);
    box-shadow: 0 30px 70px rgba(6,10,20,.20);
}

.iga-search-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255,255,255,.06) 42%, transparent 62%),
        radial-gradient(circle at 70% 70%, rgba(240,201,111,.12), transparent 26%);
    opacity: .9;
}

.iga-search-hero__content {
    position: relative;
    z-index: 2;
}

.iga-search-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: #13213d;
    background: linear-gradient(135deg, #fff0bc, #f0c96f 56%, #cf952b);
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 12px 30px rgba(204,147,41,.18);
}

.iga-search-hero h2 {
    max-width: 780px;
    margin: 16px 0 10px;
    color: #fff3d4;
    font-size: clamp(36px, 5vw, 70px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: -.05em;
    text-shadow: 0 18px 42px rgba(0,0,0,.32);
}

.iga-search-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 650;
}

.iga-filter-panel--hero {
    margin-top: 24px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.46);
    box-shadow: 0 20px 44px rgba(0,0,0,.18);
    backdrop-filter: blur(16px);
}

.iga-filter-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1.25fr);
    gap: 14px;
}

.iga-filter-grid p {
    margin: 0;
}

.iga-filter-grid label {
    display: block;
    margin-bottom: 7px;
    color: #13213d;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.iga-filter-grid input,
.iga-filter-grid select {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    border-radius: 15px;
    border: 1px solid rgba(19,33,61,.13);
    background: #fff;
    color: #13213d;
    font-weight: 800;
    outline: none;
}

.iga-filter-grid input:focus,
.iga-filter-grid select:focus {
    border-color: rgba(207,149,43,.55);
    box-shadow: 0 0 0 3px rgba(240,201,111,.18);
}

.iga-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.iga-filter-btn {
    min-height: 44px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 950;
}

.iga-listing__count--hero {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 18px 0 0;
    padding: 9px 14px;
    border-radius: 999px;
    color: #fff3d4;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.iga-listing__count--hero strong {
    color: #f0c96f;
}

.iga-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
    margin-top: 24px;
}

.iga-empty-card {
    grid-column: 1 / -1;
    padding: 24px;
    border-radius: 22px;
    color: #5e6880;
    background: linear-gradient(180deg, #fff, #faf8f4);
    border: 1px solid rgba(20,32,61,.08);
    box-shadow: 0 16px 36px rgba(16,22,40,.08);
}

/* CARTES LISTING */
.iga-card-banner {
    container-type: inline-size;
    position: relative;
    min-height: 560px;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(10,17,31,.96), rgba(16,26,46,.92) 54%, rgba(9,16,29,.96));
    box-shadow: 0 26px 60px rgba(8,13,24,.22);
    border: 1px solid rgba(255,255,255,.08);
}

.iga-card-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--iga-card-image);
    background-size: cover;
    background-position: center;
    opacity: .58;
    transform: scale(1.05);
}

.iga-card-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4,8,16,.08) 0%, rgba(4,8,16,.48) 44%, rgba(4,8,16,.96) 100%),
        linear-gradient(90deg, rgba(4,8,16,.78) 0%, rgba(4,8,16,.18) 58%, rgba(4,8,16,.58) 100%);
}

.iga-card-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 132px 22px 22px;
}

.iga-card-hero-date {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1.2fr);
    grid-template-areas:
        "day number month"
        ". time .";
    align-items: center;
    justify-items: center;
    gap: 4px 14px;
    width: 100%;
    min-height: 106px;
    padding: 16px 22px 14px;
    border-radius: 32px 32px 0 0;
    text-align: center;
    color: #fff3d4;
    background: rgba(8,14,26,.90);
    border: 1px solid rgba(240,201,111,.52);
    box-shadow: 0 20px 38px rgba(0,0,0,.28);
}

.iga-card-hero-date span {
    display: block;
    min-width: 0;
    width: 100%;
    color: #f0c96f;
    font-size: clamp(14px, 5.2cqw, 21px);
    line-height: 1.05;
    font-weight: 950;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-card-hero-date span:first-of-type {
    grid-area: day;
}

.iga-card-hero-date span:last-of-type {
    grid-area: month;
}

.iga-card-hero-date strong {
    display: block;
    grid-area: number;
    margin: 0;
    color: #fff8dd;
    font-size: clamp(40px, 15cqw, 60px);
    line-height: 1;
    font-weight: 950;
}

.iga-card-hero-date em {
    display: inline-flex;
    grid-area: time;
    justify-content: center;
    justify-self: center;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 950;
}

.iga-card-banner__head {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
}

.iga-card-banner__head--clean {
    margin-top: 12px;
}

.iga-card-banner__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    max-width: 86%;
    padding: 0 20px;
    border-radius: 999px;
    color: #13213d;
    background: linear-gradient(135deg, #fff0bc, #f0c96f 56%, #cf952b);
    font-size: clamp(13px, 4.4cqw, 16px);
    font-weight: 950;
    line-height: 1.05;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-card-banner__city {
    display: block;
    width: 100%;
    max-width: 96%;
    color: #fff3d4;
    font-size: clamp(11px, 5.2cqw, 23px);
    line-height: 1.05;
    font-weight: 950;
    text-align: center;
    text-shadow: 0 12px 26px rgba(0,0,0,.42);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-card-banner__place {
    display: block;
    width: 100%;
    max-width: 96%;
    color: #ffb7ea;
    font-size: clamp(11px, 4.5cqw, 17px);
    line-height: 1.14;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-card-banner__price,
.iga-card-banner__mobile-city {
    display: none;
}

.iga-card-location-mobile {
    display: inline;
}

.iga-card-location-desktop {
    display: none;
}

.iga-card-hero-main {
    margin-top: 10px;
}

.iga-card-banner h3 {
    display: none;
}

.iga-card-hero-infos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 0 0 20px;
    text-align: center;
}

.iga-card-hero-infos--clean {
    display: none;
}

.iga-card-hero-infos span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
}

.iga-card-mini-stats--stacked {
    display: grid;
    grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
    gap: 12px;
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    align-items: stretch;
}

.iga-card-mini-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    min-width: 0;
}

.iga-card-mini-stat {
    min-width: 0;
    padding: 13px 14px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(240,201,111,.10), transparent 34%),
        rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.iga-card-mini-stat--small {
    min-height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iga-card-mini-stat--progress {
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iga-card-mini-stat > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.64);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.iga-card-mini-stat strong {
    display: block;
    color: #fff3d4;
    font-size: clamp(14px, 5.4cqw, 19px);
    line-height: 1.08;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-card-mini-stat--small strong {
    font-size: clamp(14px, 5.2cqw, 19px);
}

.iga-card-mini-stat--progress strong {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: clamp(14px, 5.2cqw, 20px);
    line-height: 1.12;
    font-weight: 950;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.iga-card-mini-stat--progress strong span {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: none;
    white-space: nowrap;
}

.iga-card-progress {
    height: 11px;
    margin: 16px 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    overflow: hidden;
}

.iga-card-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg,#ffd166 0%,#f0c96f 45%,#58d982 100%);
}

.iga-card-mini-stat small {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 850;
}

.iga-card-banner__footer {
    margin-top: 18px;
}

.iga-card-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    margin-left: 0;
}

.iga-card-btn {
    min-height: 54px;
    border-radius: 16px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 950;
}

.iga-card-btn--ghost {
    color: #fff;
    background: linear-gradient(135deg, #11213d, #0b162b);
}

.iga-card-btn--primary {
    color: #13213d;
    background: linear-gradient(135deg, #fff0bc, #f0c96f 56%, #cf952b);
    box-shadow: 0 18px 36px rgba(207,149,43,.24);
}

/* SINGLE */
.iga-single--premium {
    max-width: 1180px;
    margin: 0 auto;
    padding: 26px 0 56px;
}

.iga-back-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 0 18px;
    margin-bottom: 16px;
    border-radius: 999px;
    color: #ffe4a3;
    background: linear-gradient(135deg, #07101f, #14213b);
    border: 1px solid rgba(240,201,111,.45);
    text-decoration: none;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 18px 40px rgba(6,10,20,.22);
}

.iga-back-link__icon {
    width: 12px;
    height: 12px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.iga-hero-board {
    position: relative;
    min-height: auto;
    margin-bottom: 18px;
    border-radius: 32px;
    overflow: hidden;
    background: #07101f;
    border: 1px solid rgba(240,201,111,.42);
    box-shadow: 0 34px 80px rgba(6,10,20,.28);
}

.iga-hero-board__media {
    position: absolute;
    inset: 0;
    background-image: var(--iga-card-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    opacity: .72;
}

.iga-hero-board__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5,10,19,.04) 0%, rgba(5,10,19,.34) 46%, rgba(5,10,19,.98) 100%),
        linear-gradient(90deg, rgba(5,10,19,.82) 0%, rgba(5,10,19,.28) 55%, rgba(5,10,19,.72) 100%);
}

.iga-hero-board__date {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 132px;
    padding: 16px clamp(18px, 4vw, 44px) 14px;
    border-radius: 32px 32px 0 0;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(56px, auto) minmax(0,1fr);
    grid-template-areas:
        "day number month"
        ". time .";
    align-items: center;
    justify-items: center;
    gap: 5px clamp(10px, 2.2vw, 28px);
    text-align: center;
    color: #fff3d4;
    background: rgba(8,14,26,.92);
    border: 0;
    border-bottom: 1px solid rgba(240,201,111,.52);
    box-shadow: 0 20px 38px rgba(0,0,0,.28);
}

.iga-hero-board__date span {
    display: block;
    width: 100%;
    min-width: 0;
    color: #f0c96f;
    font-size: clamp(20px, 3vw, 34px);
    line-height: 1.05;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-hero-board__date span:first-of-type {
    grid-area: day;
}

.iga-hero-board__date span:last-of-type {
    grid-area: month;
}

.iga-hero-board__date strong {
    grid-area: number;
    display: block;
    margin: 0;
    color: #fff8dd;
    font-size: clamp(58px, 8vw, 96px);
    line-height: .92;
    font-weight: 950;
}

.iga-hero-board__date em {
    grid-area: time;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    font-style: normal;
    font-size: clamp(17px, 2.2vw, 26px);
    font-weight: 950;
}

.iga-hero-board__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 26px 34px 34px;
    max-width: 100%;
}

.iga-hero-board__topline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.iga-hero-board__level {
    display: none !important;
}

.iga-hero-board__family-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(56px, 6vw, 76px);
    max-width: 94%;
    padding: 0 clamp(22px, 3vw, 38px);
    border-radius: 999px;
    color: #14213b;
    background: linear-gradient(135deg, #fff4c8, #f0c96f 58%, #cf952b);
    font-size: clamp(24px, 4.4vw, 48px);
    font-weight: 950;
    line-height: 1.04;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-hero-board h1 {
    max-width: 96%;
    margin: 0 auto 12px;
    color: #fff3d4;
    font-size: clamp(44px, 6vw, 82px);
    line-height: .94;
    font-weight: 950;
    letter-spacing: -.055em;
    text-align: center;
    text-shadow: 0 18px 42px rgba(0,0,0,.34);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-hero-board h1::before,
.iga-hero-board h1::after {
    content: "";
    display: inline-block;
    width: min(110px, 14vw);
    height: 1px;
    margin: 0 18px .28em;
    background: linear-gradient(90deg, transparent, rgba(240,201,111,.7), transparent);
    vertical-align: middle;
}

.iga-hero-board__infos {
    display: flex;
    justify-content: center;
    margin: 0 auto 22px;
    text-align: center;
}

.iga-hero-board__infos span {
    display: none !important;
}

.iga-hero-board__infos span:nth-child(3) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 94%;
    color: #ffb7ea;
    font-size: clamp(24px, 4vw, 44px);
    line-height: 1.08;
    font-weight: 950;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iga-hero-board svg,
.iga-contact-board svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.iga-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
    width: 100%;
    margin: 22px 0 0;
}

.iga-hero-stat {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    align-items: center;
    gap: 16px;
    min-height: 112px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(18px);
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 44px rgba(0,0,0,.18);
}

.iga-hero-stat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.12);
}

.iga-hero-stat--price .iga-hero-stat__icon {
    color: #58d982;
    border-color: rgba(88,217,130,.45);
}

.iga-hero-stat--level .iga-hero-stat__icon {
    color: #f0c96f;
    border-color: rgba(240,201,111,.42);
}

.iga-hero-stat--progress .iga-hero-stat__icon {
    color: #8bb2ff;
    border-color: rgba(139,178,255,.38);
}

.iga-hero-stat__content {
    min-width: 0;
    width: 100%;
    text-align: center;
}

.iga-hero-stat__content span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.64);
    font-size: 10px;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
}

.iga-hero-stat strong {
    display: block;
    max-width: 100%;
    color: #fff3d4;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.08;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.iga-hero-stat small {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
}

.iga-hero-stat--price strong.is-free {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 999px;
    color: #137642;
    background: linear-gradient(180deg, #f0fff6, #d8ffe8);
}

.iga-participants-count {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    white-space: normal;
    color: #fff3d4;
    font-size: clamp(18px, 2.2vw, 26px);
    line-height: 1.05;
}

.iga-participants-count > span,
.iga-participants-count span {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 950;
    text-transform: none;
}

.iga-hero-progress {
    height: 10px;
    width: min(100%, 220px);
    margin: 10px auto 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    overflow: hidden;
}

.iga-hero-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg,#ffd166 0%,#f0c96f 35%,#58d982 100%);
    transition: width .35s ease;
}

.iga-hidden-status {
    display: none !important;
}

/* CONTACT + CHAT */
.iga-contact-board {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255,201,111,.14), transparent 24%),
        linear-gradient(145deg, #09111f 0%, #10192d 58%, #0b1324 100%);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow: 0 28px 64px rgba(6,10,20,.24);
}

.iga-contact-panel,
.iga-live-chat {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
}

.iga-contact-panel h2,
.iga-live-chat h3 {
    margin: 0;
    color: #fff3d4;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 950;
}

.iga-contact-panel h2::after,
.iga-live-chat h3::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f7d582, #d49d32);
}

.iga-contact-board__actions {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(0,.9fr) minmax(0,.9fr);
    gap: 18px;
    margin-top: 20px;
}

.iga-contact-cta,
.iga-contact-tile {
    min-height: 110px;
    border-radius: 20px;
}

.iga-contact-cta {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    align-items: center;
    gap: 14px;
    padding: 20px;
    border: 0;
    color: #13213d;
    background: linear-gradient(135deg, #fff0bc, #f0c96f 56%, #cf952b);
    box-shadow: 0 22px 46px rgba(207,149,43,.24);
    cursor: pointer;
    text-align: left;
}

.iga-contact-cta__icon {
    color: #13213d;
}

.iga-contact-cta__label {
    display: block;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 950;
}

.iga-contact-cta__meta {
    display: block;
    margin-top: 6px;
    color: rgba(19,33,61,.76);
    font-size: 13px;
    font-weight: 850;
}

.iga-contact-tile {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    align-items: center;
    padding: 20px;
    color: #fff3d4;
    text-decoration: none;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
}

.iga-contact-tile span {
    grid-row: 1 / span 2;
    color: #dce8ff;
}

.iga-contact-tile b {
    color: #fff3d4;
    font-size: 18px;
    font-weight: 950;
}

.iga-contact-tile small {
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.iga-contact-tile__phone {
    display: block;
    margin-top: 4px;
    color: #f0c96f;
    font-style: normal;
    font-weight: 900;
}

.iga-live-chat {
    margin-top: 18px;
}

.iga-live-chat__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.iga-live-chat__head p {
    max-width: 760px;
    margin: 8px 0 0;
    color: rgba(255,255,255,.72);
    line-height: 1.6;
    font-size: 15px;
}

.iga-live-chat__status {
    color: #72e39b;
    font-size: 15px;
    font-weight: 950;
}

.iga-premium-chat {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.iga-premium-chat__empty {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.72);
}

.iga-premium-chat__empty strong {
    display: block;
    color: #fff3d4;
    margin-bottom: 4px;
}

.iga-premium-chat__row {
    display: grid;
    grid-template-columns: 64px minmax(0,1fr);
    gap: 14px;
    align-items: stretch;
}

.iga-premium-chat__avatar {
    position: relative;
    width: 52px;
    height: 52px;
    margin-top: 12px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 950;
    box-shadow: 0 14px 28px rgba(0,0,0,.25);
}

.iga-premium-chat__row.is-organizer .iga-premium-chat__avatar {
    background: linear-gradient(135deg, #ffd86f, #c88716);
}

.iga-premium-chat__row.is-participant .iga-premium-chat__avatar {
    background: linear-gradient(135deg, #6f9dff, #304b9e);
}

.iga-premium-chat__avatar::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 999px;
}

.iga-premium-chat__row.is-organizer .iga-premium-chat__avatar::before {
    background: #f0c96f;
}

.iga-premium-chat__row.is-participant .iga-premium-chat__avatar::before {
    background: #7fa6ff;
}

.iga-premium-chat__crown {
    position: absolute;
    right: -7px;
    top: -10px;
    color: #f0c96f;
    font-size: 18px;
    text-shadow: 0 4px 10px rgba(0,0,0,.35);
}

.iga-premium-chat__bubble {
    min-height: 82px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.iga-premium-chat__head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
}

.iga-premium-chat__head strong {
    font-size: 18px;
    font-weight: 950;
}

.iga-premium-chat__row.is-organizer .iga-premium-chat__head strong {
    color: #f0c96f;
}

.iga-premium-chat__row.is-participant .iga-premium-chat__head strong {
    color: #8fb4ff;
}

.iga-premium-chat__head time {
    color: rgba(255,255,255,.52);
    font-size: clamp(12px, 3.8cqw, 14px);
    line-height: 1.16;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.iga-premium-chat__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.iga-chat-form {
    margin-top: 18px;
}

.iga-chat-form__composer {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 18px;
    align-items: stretch;
}

.iga-chat-form textarea {
    width: 100%;
    min-height: 76px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
    color: #fff3d4;
    resize: vertical;
}

.iga-chat-form textarea::placeholder {
    color: rgba(255,255,255,.42);
}

.iga-chat-form__send {
    gap: 10px;
    min-height: 76px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 950;
}

/* MODAL */
.iga-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.iga-modal[aria-hidden="false"] {
    display: block;
}

.iga-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8,12,22,.72);
    backdrop-filter: blur(10px);
}

.iga-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(520px, calc(100vw - 28px));
    margin: 9vh auto 0;
    padding: 28px;
}

.iga-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff3d4;
    cursor: pointer;
}

.iga-modal__dialog h3 {
    margin: 16px 0 10px;
    color: #fff3d4;
    font-size: 32px;
    line-height: 1.02;
    font-weight: 950;
}

.iga-modal__check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    color: rgba(255,255,255,.8);
    background: rgba(255,255,255,.06);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

.iga-modal__actions {
    margin-top: 18px;
}

.iga-modal__btn--confirm {
    width: 100%;
}

.iga-modal__btn.is-disabled {
    opacity: .45;
    pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .iga-cards {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .iga-hero-board h1 {
        font-size: clamp(38px, 6vw, 66px);
    }
}

@media (max-width: 980px) {
    .iga-filter-grid,
    .iga-contact-board__actions,
    .iga-chat-form__composer {
        grid-template-columns: 1fr;
    }

    .iga-choice-grid--compact {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .iga-card-banner__content {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 138px;
    }

    .iga-card-mini-stats--stacked,
    .iga-card-banner__actions {
        width: 100%;
        margin-left: 0;
    }

    .iga-card-mini-stats--stacked {
        grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr);
    }

    .iga-hero-stats {
        grid-template-columns: 1fr;
    }

    .iga-contact-board__actions {
        gap: 12px;
    }

    .iga-hero-board h1 {
        font-size: clamp(30px, 5.2vw, 48px);
    }

    .iga-hero-board h1::before,
    .iga-hero-board h1::after {
        width: min(54px, 8vw);
        margin: 0 10px .26em;
    }
}

@media (max-width: 640px) {
    .iga-shell,
    .iga-single,
    .iga-single--premium {
        padding: 14px 0 32px;
    }

    .site-main > .iga-shell,
    .site-main > .iga-single {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .iga-intro-box,
    .iga-form-wrap,
    .iga-latest,
    .iga-modal__dialog,
    .iga-hero-board,
    .iga-contact-board,
    .iga-contact-panel,
    .iga-live-chat,
    .iga-card-banner {
        border-radius: 22px;
    }

    .iga-intro-box,
    .iga-form-wrap,
    .iga-latest,
    .iga-contact-board {
        padding: 18px 14px;
    }

    .iga-choice-grid,
    .iga-choice-grid--compact,
    .iga-grid--2,
    .iga-filter-grid,
    .iga-cards,
    .iga-card-banner__actions {
        grid-template-columns: 1fr;
    }

    .iga-actions {
        flex-direction: column;
    }

    .iga-btn,
    .iga-toggle-btn,
    .iga-filter-btn {
        width: 100%;
    }

    .iga-card-banner {
        min-height: 0;
    }

    .iga-card-banner__content {
        min-height: 0;
        padding: 92px 12px 12px;
    }

    .iga-card-hero-date {
        min-height: 78px;
        padding: 8px 10px 7px;
        border-radius: 22px 22px 0 0;
        gap: 3px 8px;
    }

    .iga-card-hero-date span {
        font-size: clamp(11px, 4.4cqw, 13px);
    }

    .iga-card-hero-date strong {
        font-size: clamp(31px, 13cqw, 40px);
    }

    .iga-card-hero-date em {
        font-size: clamp(10px, 3.6cqw, 13px);
    }

    .iga-card-banner__head--clean {
        margin-top: 8px;
        gap: 6px;
    }

    .iga-card-banner__tag {
        min-height: 32px;
        max-width: 88%;
        padding: 0 14px;
        font-size: clamp(10px, 4cqw, 12px);
    }

    .iga-card-banner__city {
        max-width: 92%;
        font-size: clamp(15px, 5.6cqw, 19px);
    }

    .iga-card-banner__place {
        max-width: 92%;
        font-size: clamp(11px, 4.2cqw, 14px);
    }

    .iga-card-mini-stats--stacked {
        grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
        gap: 8px;
        margin-top: 8px;
    }

    .iga-card-mini-stack {
        gap: 8px;
    }

    .iga-card-mini-stat {
        padding: 9px 10px;
        border-radius: 12px;
    }

    .iga-card-mini-stat--small {
        min-height: 48px;
    }

    .iga-card-mini-stat--progress {
        min-height: 104px;
    }

    .iga-card-mini-stat > span {
        margin-bottom: 4px;
        font-size: 7px;
        line-height: 1.1;
    }

    .iga-card-mini-stat strong,
    .iga-card-mini-stat--small strong {
        font-size: clamp(11px, 4.4cqw, 13px);
    }

    .iga-card-mini-stat--progress strong {
        font-size: clamp(11px, 4.8cqw, 15px);
        line-height: 1.12;
    }

    .iga-card-progress {
        height: 6px;
        margin: 8px 0 5px;
    }

    .iga-card-mini-stat small {
        font-size: 8px;
        line-height: 1.2;
    }

    .iga-card-banner__footer {
        margin-top: 8px;
    }

    .iga-card-banner__actions {
        gap: 8px;
    }

    .iga-card-btn {
        min-height: 38px;
        border-radius: 10px;
        padding: 0 10px;
        font-size: 9px;
        line-height: 1.15;
    }

    .iga-back-link {
        margin-left: 10px;
        margin-bottom: 10px;
        min-height: 36px;
        padding: 0 14px;
        font-size: 10px;
    }

    .iga-hero-board {
        margin: 0 10px 12px;
        border-radius: 22px;
    }

    .iga-hero-board__date {
        min-height: 92px;
        padding: 9px 12px 8px;
        border-radius: 22px 22px 0 0;
        gap: 3px 8px;
    }

    .iga-hero-board__date span {
        font-size: clamp(12px, 4.8vw, 17px);
    }

    .iga-hero-board__date strong {
        font-size: clamp(38px, 13vw, 52px);
    }

    .iga-hero-board__date em {
        font-size: clamp(11px, 3.8vw, 15px);
    }

    .iga-hero-board__content {
        padding: 16px 12px 14px;
    }

    .iga-hero-board__topline {
        margin-bottom: 8px;
    }

    .iga-hero-board__family-pill {
        min-height: clamp(38px, 11vw, 52px);
        max-width: 92%;
        padding: 0 16px;
        font-size: clamp(16px, 7.4vw, 28px);
    }

    .iga-hero-board h1 {
        max-width: 100%;
        margin-bottom: 8px;
        font-size: clamp(22px, 7.2vw, 30px);
        line-height: 1;
        letter-spacing: -.055em;
    }

    .iga-hero-board h1::before,
    .iga-hero-board h1::after {
        width: 16px;
        margin: 0 4px .24em;
    }

    .iga-hero-board__infos {
        margin-bottom: 12px;
    }

    .iga-hero-board__infos span:nth-child(3) {
        max-width: 96%;
        font-size: clamp(16px, 6.2vw, 26px);
        line-height: 1.08;
    }

    .iga-hero-stats {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 12px;
    }

    .iga-hero-stat {
        grid-template-columns: 42px minmax(0,1fr);
        min-height: 72px;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .iga-hero-stat__icon {
        width: 42px;
        height: 42px;
    }

    .iga-hero-stat strong {
        font-size: 17px;
    }

    .iga-hero-stat small {
        font-size: 10px;
    }

    .iga-participants-count {
        font-size: 18px;
    }

    .iga-contact-board {
        margin: 0 10px;
        padding: 12px;
        border-radius: 20px;
    }

    .iga-contact-panel,
    .iga-live-chat {
        padding: 14px;
        border-radius: 18px;
    }

    .iga-contact-panel h2,
    .iga-live-chat h3 {
        font-size: 20px;
    }

    .iga-contact-board__actions {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
    }

    .iga-contact-cta,
    .iga-contact-tile {
        min-height: 72px;
        border-radius: 16px;
        padding: 14px;
        grid-template-columns: 38px minmax(0,1fr);
    }

    .iga-contact-cta__label {
        font-size: 14px;
    }

    .iga-contact-cta__meta,
    .iga-contact-tile small {
        font-size: 10px;
    }

    .iga-contact-tile b {
        font-size: 14px;
    }

    .iga-contact-tile__phone {
        display: none;
    }

    .iga-live-chat__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        margin-bottom: 12px;
    }

    .iga-live-chat__head p {
        font-size: 12px;
        line-height: 1.35;
    }

    .iga-live-chat__status {
        font-size: 11px;
    }

    .iga-premium-chat {
        gap: 10px;
        margin-top: 12px;
    }

    .iga-premium-chat__row {
        grid-template-columns: 42px minmax(0,1fr);
        gap: 10px;
    }

    .iga-premium-chat__avatar {
        width: 38px;
        height: 38px;
        margin-top: 8px;
        font-size: 16px;
    }

    .iga-premium-chat__bubble {
        min-height: auto;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .iga-premium-chat__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        margin-bottom: 6px;
    }

    .iga-premium-chat__head time {
        order: -1;
        font-size: 10px;
        line-height: 1.1;
        text-align: left;
    }

    .iga-premium-chat__head strong {
        font-size: 14px;
        line-height: 1.1;
    }

    .iga-premium-chat__text {
        font-size: 13px;
        line-height: 1.35;
    }

    .iga-chat-form__composer {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .iga-chat-form textarea {
        min-height: 62px;
        padding: 12px 14px;
        border-radius: 14px;
        font-size: 12px;
    }

    .iga-chat-form__send {
        width: 100%;
        min-height: 48px;
        border-radius: 14px;
        font-size: 14px;
    }
}
