/* =========================
   BASE
========================= */
body {
    background-color: #f8f9fa;
    -webkit-font-smoothing: antialiased;
}


/* =========================
   NAVIGATION
========================= */
.navbar {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}


/* =========================
   HERO SECTION
========================= */
.hero-component {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}


/* =========================
   CONTENT SECTION
========================= */
.content-component {
    background-color: #fff;
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
}

.content-component h2 {
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}


/* =========================
   CONTENT TYPOGRAPHY
========================= */
.content-body {
    line-height: 1.6;
}

.content-body p {
    margin-bottom: 1rem;
}

.content-body p:last-child {
    margin-bottom: 0;
}


/* =========================
   BUTTON POLISH
========================= */
.btn-primary {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


/* =========================
   UTILITIES / SMALL POLISH
========================= */
.section-divider {
    border-top: 1px solid #e9ecef;
}


/* =========================
   CTA COMPONENT
========================= */
.cta-component {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.cta-component h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.cta-subtitle {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    color: #6c757d;
}

.cta-description {
    max-width: 680px;
    margin: 0 auto 1.5rem auto;
    line-height: 1.7;
    color: #495057;
}

.cta-buttons {
    margin-top: 1.5rem;
}

.cta-buttons .btn {
    min-width: 200px;
    padding: 0.85rem 1.5rem;
    font-weight: 600;
    border-radius: 0.75rem;
}


/* =========================
   BANNER COMPONENT
========================= */
.banner-component {
    border-radius: 0.75rem;
    padding: 1.5rem 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.banner-component .banner-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.banner-component .banner-subtitle {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.banner-component .banner-description {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 720px;
}

.banner-component .btn {
    margin-top: 0.25rem;
    border-radius: 0.6rem;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
}

.banner-component .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.banner-component.text-center .banner-description,
.banner-component.text-center .banner-subtitle {
    margin-left: auto;
    margin-right: auto;
}


.banner-component .banner-actions {
    margin-top: 0.5rem;
}



.dress-code-icon {
    width: 100%;
    max-width: 80px;
    height: auto;
}