/* ===== MIBF SEMINAR PAGE STYLES - Sora Font ===== */

#mibf-seminar-page,
#mibf-seminar-page h1,
#mibf-seminar-page h2,
#mibf-seminar-page h3,
#mibf-seminar-page h4,
#mibf-seminar-page p,
#mibf-seminar-page li,
#mibf-seminar-page a,
#mibf-seminar-page span,
#mibf-seminar-page div {
    font-family: "Sora", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* BANNER */
.mibf-banner {
    width: 100%;
    line-height: 0;
    background: #fff;
}
.mibf-banner-img {
    width: 100%;
    height: auto;
    display: block;
}
.mibf-banner-cta {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    line-height: 1.5;
}
.mibf-cta-headline {
    font-size: 24px;
    font-weight: 700;
    color: #0b1329;
    margin: 0 0 6px;
    font-family: "Sora", sans-serif !important;
    letter-spacing: -0.3px;
}
.mibf-cta-subheadline {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 20px;
    font-family: "Sora", sans-serif !important;
    font-weight: 400;
}
.mibf-inline-link {
    color: #b8860b !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    transition: color 0.2s ease !important;
}
.mibf-inline-link:hover {
    color: #0b1329 !important;
}
.mibf-banner-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    margin: 0 0 30px;
    font-weight: 400;
    font-family: "Sora", sans-serif !important;
}
.mibf-event-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 36px;
}
.mibf-detail-item {
    background: rgba(255,255,255,0.08);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Sora", sans-serif !important;
}
.mibf-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #e0c070, #c9a84c);
    color: #1a1a2e !important;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 44px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(224,192,112,0.4);
    letter-spacing: 0.3px;
    font-family: "Sora", sans-serif !important;
}
.mibf-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(224,192,112,0.6);
    color: #1a1a2e !important;
}

/* SECTIONS */
.mibf-section { padding: 80px 20px; }
.mibf-container { max-width: 1100px; margin: 0 auto; }
.mibf-section-tag {
    display: inline-block;
    background: rgba(224,192,112,0.12);
    color: #c9a84c;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: "Sora", sans-serif !important;
}
.mibf-section-title {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px;
    font-family: "Sora", sans-serif !important;
    letter-spacing: -0.3px;
    line-height: 1.2;
}
.mibf-section-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.85;
    max-width: 100%;
    margin-bottom: 50px;
    font-family: "Sora", sans-serif !important;
    font-weight: 400;
}

/* ABOUT / HIGHLIGHTS */
.mibf-about { background: #fafaf8; }
.mibf-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.mibf-highlight-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 20px 18px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.mibf-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    border-color: #e0c070;
}
.mibf-highlight-icon-wrap {
    width: 72px;
    height: 72px;
    background-color: rgba(201,168,76,0.08);
    border: 1.5px solid rgba(201,168,76,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    position: relative;
}
.mibf-highlight-icon-wrap::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* Icon 1 — Pen/Edit */
.mibf-highlight-card:nth-child(1) .mibf-highlight-icon-wrap::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z'/%3E%3C/svg%3E");
}
/* Icon 2 — Book */
.mibf-highlight-card:nth-child(2) .mibf-highlight-icon-wrap::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z'/%3E%3C/svg%3E");
}
/* Icon 3 — Lightning / Energy */
.mibf-highlight-card:nth-child(3) .mibf-highlight-icon-wrap::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E");
}
/* Icon 4 — Chat bubble */
.mibf-highlight-card:nth-child(4) .mibf-highlight-icon-wrap::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}
.mibf-highlight-card:hover .mibf-highlight-icon-wrap {
    background-color: rgba(201,168,76,0.15);
    border-color: rgba(201,168,76,0.6);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(201,168,76,0.2);
}
.mibf-highlight-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a2e;
    font-family: "Sora", sans-serif !important;
}
.mibf-highlight-card p {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.65;
    font-family: "Sora", sans-serif !important;
    font-weight: 400;
}

/* SPEAKERS SECTION */
.mibf-speakers-section {
    background: #fafaf8;
    padding: 85px 20px;
}
.mibf-speakers-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-top: 40px !important;
    align-items: stretch !important;
    width: 100% !important;
}
.mibf-speakers-grid > p,
.mibf-highlights > p,
.mibf-faq-list > p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mibf-speaker-card-v2 {
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    grid-column: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.mibf-speaker-card-v2:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 40px rgba(11, 19, 41, 0.1) !important;
    border-color: rgba(201, 168, 76, 0.5) !important;
}
.mibf-speaker-img-box {
    width: 100% !important;
    height: 280px !important;
    background: #ffffff !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    border-bottom: 1px solid #f4f4f4 !important;
    box-sizing: border-box !important;
}
.mibf-speaker-img-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.4s ease !important;
    display: block !important;
}
.mibf-speaker-card-v2:hover .mibf-speaker-img-box img {
    transform: scale(1.05) !important;
}
.mibf-speaker-body {
    padding: 22px 18px 26px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
}
.mibf-speaker-role {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: #b8860b !important;
    background: rgba(201, 168, 76, 0.12) !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    margin-bottom: 10px !important;
    font-family: "Sora", sans-serif !important;
    display: inline-block !important;
}
.mibf-speaker-name-v2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0b1329 !important;
    margin: 0 0 10px !important;
    font-family: "Sora", sans-serif !important;
    letter-spacing: -0.3px !important;
}
.mibf-speaker-bio-v2 {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    font-family: "Sora", sans-serif !important;
    font-weight: 400 !important;
}
@media (max-width: 768px) {
    .mibf-speakers-grid { grid-template-columns: 1fr !important; max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }
}

/* CLOSING SECTION */
.mibf-closing {
    background: #ffffff;
    padding: 70px 20px;
}
.mibf-closing-card {
    background: linear-gradient(135deg, #fffdf7 0%, #fafaf4 100%);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 24px;
    padding: 50px 40px;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(0,0,0,0.03);
}
.mibf-closing-title {
    font-size: 28px;
    font-weight: 700;
    color: #0b1329;
    margin: 12px 0 16px;
    font-family: "Sora", sans-serif !important;
    letter-spacing: -0.3px;
}
.mibf-closing-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.85;
    margin: 0;
    font-family: "Sora", sans-serif !important;
    font-weight: 400;
}
.mibf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.mibf-gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
    display: block;
}
.mibf-gallery-grid img:hover {
    transform: scale(1.04);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}
.mibf-gallery-placeholder {
    color: #aaa;
    font-size: 16px;
    padding: 60px;
    text-align: center;
    grid-column: 1/-1;
    background: #fff;
    border-radius: 12px;
    border: 2px dashed #ddd;
    font-family: "Sora", sans-serif !important;
}

/* TICKETS - Premium Event Card */
.mibf-tickets {
    background: #0b1329;
    position: relative;
    overflow: hidden;
    padding: 90px 20px;
}
.mibf-tickets::before {
    content: '';
    position: absolute;
    top: -30%;
    left: 20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.15) 0%, rgba(11, 19, 41, 0) 70%);
    pointer-events: none;
}
.mibf-tickets::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: 15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(15, 52, 96, 0.35) 0%, rgba(11, 19, 41, 0) 70%);
    pointer-events: none;
}
.mibf-tickets .mibf-section-tag {
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.4);
    color: #e0c070;
}
.mibf-tickets .mibf-section-title {
    color: #ffffff;
    font-size: clamp(28px, 4vw, 42px);
}
.mibf-ticket-card {
    background: #ffffff;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 25px rgba(201, 168, 76, 0.12);
    border-top: 5px solid #c9a84c;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.mibf-ticket-left {
    padding: 44px 48px;
    background: #ffffff;
    border-right: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mibf-ticket-type {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #b8860b;
    background: rgba(201, 168, 76, 0.12);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    font-family: "Sora", sans-serif !important;
    align-self: flex-start;
}
.mibf-ticket-name {
    font-size: 26px;
    font-weight: 700;
    color: #0b1329;
    margin: 0 0 24px;
    font-family: "Sora", sans-serif !important;
    letter-spacing: -0.4px;
    line-height: 1.25;
}
.mibf-ticket-perks {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mibf-ticket-perks li {
    padding: 12px 0;
    font-size: 14.5px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    font-family: "Sora", sans-serif !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 14px;
}
.mibf-ticket-perks li:last-child { border-bottom: none; }
.mibf-ticket-perks li::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(201, 168, 76, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b8860b' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    transform: none;
}
.mibf-ticket-right {
    padding: 44px 40px;
    background: #f8fafc;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mibf-ticket-price {
    font-size: 58px;
    font-weight: 800;
    color: #0b1329;
    line-height: 1;
    font-family: "Sora", sans-serif !important;
    letter-spacing: -2px;
    margin-bottom: 4px;
}
.mibf-ticket-per {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 26px;
    font-family: "Sora", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mibf-ticket-wc { width: 100%; max-width: 320px; }
.mibf-ticket-wc .single_add_to_cart_button,
.mibf-ticket-wc .button.product_type_simple,
.mibf-ticket-wc a.add_to_cart_button {
    display: block !important;
    width: 100% !important;
    background: linear-gradient(135deg, #d4af37 0%, #c9a84c 50%, #b8860b 100%) !important;
    color: #0b1329 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 16px 24px !important;
    border-radius: 50px !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 25px rgba(201, 168, 76, 0.35) !important;
    margin-bottom: 0 !important;
    font-family: "Sora", sans-serif !important;
    letter-spacing: 0.3px !important;
}
.mibf-ticket-wc .single_add_to_cart_button:hover,
.mibf-ticket-wc .button.product_type_simple:hover,
.mibf-ticket-wc a.add_to_cart_button:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 12px 32px rgba(201, 168, 76, 0.5) !important;
}
.mibf-payment-note {
    font-size: 12px;
    color: #64748b;
    margin: 16px 0 12px;
    font-family: "Sora", sans-serif !important;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.mibf-payment-note::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.mibf-checkout-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    color: #0b1329;
    font-weight: 700;
    text-decoration: none;
    font-family: "Sora", sans-serif !important;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.mibf-checkout-link:hover {
    color: #b8860b;
    background: rgba(201, 168, 76, 0.1);
}

/* FAQ */
.mibf-faq { background: #fafaf8; }
.mibf-faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 100%;
}
.mibf-faq-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 24px 28px;
    position: relative;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.mibf-faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    border-radius: 3px 0 0 3px;
    transition: background 0.2s ease;
}
.mibf-faq-item:hover {
    background: #fffdf7;
    box-shadow: 0 6px 20px rgba(201,168,76,0.1);
}
.mibf-faq-item:hover::before { background: #c9a84c; }
.mibf-faq-q {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    font-family: "Sora", sans-serif !important;
    padding-right: 32px;
    position: relative;
}
.mibf-faq-q::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='16'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.mibf-faq-a {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-family: "Sora", sans-serif !important;
    font-weight: 400;
}
@media (max-width: 700px) {
    .mibf-faq-list { grid-template-columns: 1fr; }
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .mibf-speaker-card { grid-template-columns: 1fr; }
    .mibf-speaker-photo-wrap { min-height: 300px; }
    .mibf-speaker-photo { min-height: 300px; }
    .mibf-speaker-info { padding: 30px; }
    .mibf-ticket-card { grid-template-columns: 1fr; }
    .mibf-ticket-left { border-right: none; border-bottom: 2px dashed #eee; }
}
@media (max-width: 600px) {
    .mibf-banner { padding: 70px 16px; }
    .mibf-section { padding: 60px 16px; }
    .mibf-ticket-right { padding: 30px; }
    .mibf-ticket-left { padding: 30px; }
}
