/* =============================================================
   conference.css — page-specific styles for conference.html
   ============================================================= */

/* -------------------------------------------------------------
   Section Cards
   ------------------------------------------------------------- */

.conf-section {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 34px 38px 34px 60px;
    margin-bottom: 24px;
    border-left: 5px solid #590072;
    box-shadow: 0 2px 16px rgba(89, 0, 114, 0.07);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.conf-section:hover {
    box-shadow: 0 8px 30px rgba(89, 0, 114, 0.14);
    transform: translateY(-2px);
}

.conf-section-icon {
    position: absolute;
    top: 28px;
    left: 10px;
    width: 42px;
    height: 42px;
    background: rgba(255, 165, 0, 0.12);
    border: 2px solid rgba(255, 165, 0, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffa500;
    font-size: 1.05rem;
    z-index: 1;
}

.conf-section-icon i {
    color: #ffa500 !important;
}

.conf-section h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #590072;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    margin-top: 0;
}

.conf-section h2 strong {
    font-weight: 700;
}

.conf-section p {
    color: #444;
    line-height: 1.72;
    margin-bottom: 10px;
}

/* Apparel — feature trio */
.conf-features {
    display: flex;
    gap: 16px;
    margin: 22px 0 18px;
    flex-wrap: wrap;
}

.conf-feature {
    flex: 1;
    min-width: 180px;
    background: #faf5fc;
    border-radius: 10px;
    padding: 16px 18px;
    border-top: 3px solid #590072;
}

.conf-feature-title {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #590072;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.conf-feature p {
    font-size: 1.45rem;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* Key Details callout */
.conf-keydetails {
    background: linear-gradient(135deg, #2d0039 0%, #590072 100%);
    border-radius: 10px;
    padding: 18px 24px;
    margin: 18px 0 22px;
    color: #fff;
}

.conf-keydetails-label {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffa500;
    margin-bottom: 10px;
}

.conf-keydetails ul {
    margin: 0;
    padding-left: 18px;
    list-style: none;
    padding-left: 0;
}

.conf-keydetails ul li {
    font-size: 1.4rem;
    margin-bottom: 6px;
    color: #ffffff;
    padding-left: 18px;
    position: relative;
}

.conf-keydetails ul li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #ffa500;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
}

.conf-keydetails ul li strong {
    color: #ffd97d;
    font-weight: 700;
}

.conf-tagline {
    font-style: italic;
    color: #590072 !important;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px !important;
    padding-left: 12px;
    border-left: 3px solid #80bc04;
}

/* Hotel section */
.conf-hotel-card {
    background: #faf5fc;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-left: 3px solid #80bc04;
}

.conf-hotel-card i {
    color: #590072;
    font-size: 1.5rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.conf-hotel-card-body strong {
    display: block;
    font-size: 1.45rem;
    color: #2a2a2a;
    margin-bottom: 3px;
}

.conf-hotel-card-body span {
    font-size: 1.25rem;
    color: #666;
}

.conf-rate-callout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff8e6;
    border: 1px solid #ffa500;
    border-radius: 8px;
    padding: 10px 18px;
    margin: 10px 0 18px;
    font-size: 1.25rem;
    color: #5a3a00;
}

.conf-rate-callout i {
    color: #ffa500;
}

.conf-rate-callout strong {
    color: #2a2a2a;
}

/* Wrapper for all sections */
.conf-sections-wrapper {
    padding-top: 10px;
}

/* Button spacing — stack with gap on small screens */
.conf-section .btn {
    margin-bottom: 8px;
    margin-right: 6px;
}

/* =============================================================
   Exhibitors & Sponsors Showcase
   ============================================================= */

.sponsors-showcase {
    background: linear-gradient(150deg, #2d0039 0%, #590072 55%, #2d0039 100%);
    border-radius: 20px;
    padding: 56px 44px 44px;
    margin-top: 6rem !important;
    position: relative;
    overflow: hidden;
}

.sponsors-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 85%, rgba(255, 165, 0, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 15%, rgba(255, 255, 255, 0.06) 0%, transparent 55%);
    pointer-events: none;
}

.sponsors-showcase-header {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}

.sponsors-showcase-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.sponsors-showcase-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.sponsors-showcase-rule span {
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa500);
    border-radius: 2px;
}

.sponsors-showcase-rule span:last-child {
    background: linear-gradient(90deg, #ffa500, transparent);
}

.sponsors-showcase-rule em {
    color: #ffa500;
    font-style: normal;
    font-size: 1.1rem;
}

.sponsor-tile-col {
    display: flex;
    margin-bottom: 22px;
}

.sponsor-tile {
    background: #ffffff;
    border-radius: 14px;
    padding: 0 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s cubic-bezier(.22, .68, 0, 1.2), box-shadow 0.28s ease;
}

.sponsor-tile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #590072, #e07b00);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.32s ease;
    border-radius: 0 0 14px 14px;
}

.sponsor-tile:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.40);
}

.sponsor-tile:hover::after {
    transform: scaleX(1);
}

.sponsor-tile-logo {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.sponsor-tile-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sponsor-tile-logo img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.sponsor-tile-name {
    font-size: 0.72rem;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.45;
    padding: 0 10px;
}

.sponsor-tile-name a {
    color: inherit;
    text-decoration: none;
}

.sponsor-tile-name a:hover {
    color: #590072;
}

.sponsor-featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ffa500, #f0c040);
    color: #fff;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 20px;
}
