/* ===================================
   Guest Speaker Page Styles
=================================== */

/* 1. Global Reset & Typography */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 4rem;
    color: #fff;
    text-align: center;
}

h2 {
    font-size: 2.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 15px;
}

p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* 2. Buttons */
.guest-speaker-page .btn {
    display: inline-block !important;
    padding: 18px 20px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    text-align: center !important;
    background: linear-gradient(180deg, #222 0%, #888 100%) !important;
    text-decoration: none !important;
}

.guest-speaker-page .btn-primary {
    background: linear-gradient(135deg, #eb5f1e, #e47f00) !important;
    color: #fff !important;
    border: 2px solid #eb5f1e !important;
}

.guest-speaker-page .btn-primary:hover {
    background: linear-gradient(135deg, #eb5f1e, #e47f00) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3) !important;
}

.guest-speaker-page .btn-secondary {
    background: #f5f5f0;
    color: #333;
    border: 2px solid #ddd;
}

.guest-speaker-page .btn-secondary:hover {
    background: #e8e8e0;
    border-color: #ccc;
}

/* 3. Hero Section */
.guest-speaker-page .hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/assets/img/invite/guest-speaker.png') no-repeat center 20%;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.guest-speaker-page .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 150px;
    width: 100%;
    max-width: 900px;
}

.guest-speaker-page .hero-content h1 {
    font-size: 5rem;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
    margin: 0;
    line-height: 1.1;
}

.guest-speaker-page .hero-buttons-corner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 30px;
    pointer-events: none;
    z-index: 2;
}

.guest-speaker-page .hero-btn-left,
.guest-speaker-page .hero-btn-right {
    pointer-events: auto;
}

.guest-speaker-page .hero-btn-left {
    margin-left: 5vw;
}

.guest-speaker-page .hero-btn-right {
    margin-right: 5vw;
}

/* 4. Gradient Background for Main Sections */
.guest-speaker-page .gradient-bg {
    background: linear-gradient(180deg,
            #222 0%,
            #888 30%,
            #f5f5f0 75%,
            #fff 100%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0;
}

.guest-speaker-page .transform-section,
.guest-speaker-page .gain-section,
.guest-speaker-page .options-section {
    background: transparent;
    margin: 0;
    border-radius: 0;
}

/* 5. Transform Section */
.guest-speaker-page .transform-section {
    color: #fff;
    padding: 60px 0 50px 0;
    text-align: center;
}

.guest-speaker-page .transform-section h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 900;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
}

.guest-speaker-page .transform-section p {
    color: #fff;
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

/* 6. What You'll Gain Section */
.guest-speaker-page .gain-section {
    padding: 60px 0 40px 0;
}

.guest-speaker-page .gain-section h2 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 900;
    text-align: left;
    margin-left: 2vw;
    margin-bottom: 32px;
}

.guest-speaker-page .gain-grid {
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 2vw;
}

.guest-speaker-page .gain-card {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 32px 28px;
    min-width: 260px;
    max-width: 320px;
    flex: 0 0 calc(50% - 16px) !important;
    text-align: left;
}

.guest-speaker-page .gain-card h3 {
    color: #111;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.guest-speaker-page .gain-card p {
    color: #444;
    font-size: 1.3rem;
    margin-bottom: 0;
}

/* 7. Speaking Options Section */
.guest-speaker-page .options-section {
    padding: 80px 0;
}

.guest-speaker-page .options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.guest-speaker-page .option-card {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.guest-speaker-page .option-card:hover {
    border-color: #e47f00;
    transform: translateY(-3px);
}

.guest-speaker-page .option-card h3 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.guest-speaker-page .option-card .subtitle {
    color: #666;
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.guest-speaker-page .option-card .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e47f00;
    margin-bottom: 10px;
}

.guest-speaker-page .option-card .duration {
    color: #666;
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.guest-speaker-page .option-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.guest-speaker-page .option-card li {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    gap: 0;
    padding: 8px 0;
}

.guest-speaker-page .option-card .checkmark {
    margin-top: 4px;
    margin-right: 12px;
    flex-shrink: 0;
}

.guest-speaker-page .option-card .checkmark i {
    color: #28a745;
    font-size: 1.25em;
}

.guest-speaker-page .option-card .option-text {
    display: block;
    color: #222;
    font-size: 1.2rem;
    line-height: 1.6;
    word-break: break-word;
}

.guest-speaker-page .disclaimer {
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* 8. Topics Section */
.guest-speaker-page .topics-section {
    background: #f5f5f0;
    padding: 80px 0;
}

.guest-speaker-page .topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.guest-speaker-page .topics-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.guest-speaker-page .topic-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.guest-speaker-page .topic-item:hover {
    transform: translateX(5px);
}

.guest-speaker-page .topic-item i {
    color: #e47f00;
    font-size: 1.2rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.guest-speaker-page .topic-item span {
    color: #333;
    font-size: 1.3rem;
    font-weight: 500;
}

/* 9. Ready to Bring Section */
.guest-speaker-page .ready-section {
    background: #333;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.guest-speaker-page .ready-section h2 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.guest-speaker-page .ready-section p {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.guest-speaker-page .expect-box {
    background: #444;
    border: 2px solid #555;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 40px auto 0 auto;
    text-align: left;
}

.guest-speaker-page .expect-box h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.guest-speaker-page .expect-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    line-height: 1.6;
}

.guest-speaker-page .expect-box li {
    position: relative;
    padding-left: 1.5em;
    color: #fff;
}

.guest-speaker-page .expect-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #e47f00;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1;
}

/* 10. Why Choose Section */
.guest-speaker-page .why-choose-section {
    background: #f9f9f9;
    padding: 80px 0;
}

.guest-speaker-page .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.guest-speaker-page .why-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.guest-speaker-page .why-card:hover {
    transform: translateY(-5px);
}

.guest-speaker-page .why-card h3 {
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.guest-speaker-page .why-card p {
    color: #666;
    font-size: 1.3rem;
}

/* 11. Contact Section */
.guest-speaker-page .contact-section {
    background: #f5f5f0;
    padding: 60px 0;
    text-align: center;
}

.guest-speaker-page .contact-email {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 20px;
}

.guest-speaker-page .contact-email a {
    color: #e47f00;
    text-decoration: none;
    font-weight: 600;
}

.guest-speaker-page .contact-email a:hover {
    text-decoration: underline;
}

.guest-speaker-page .final-cta {
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
}

/* 12. Utilities & Accessibility */
html {
    scroll-behavior: smooth;
}

/* Improve accessibility for screen readers */
.guest-speaker-page .btn[target="_blank"]::after {
    content: "";
}

/* Ensure proper color contrast */
.guest-speaker-page .btn-secondary {
    background: #f5f5f0 !important;
    color: #333 !important;
    border: 2px solid #ddd !important;
}

.guest-speaker-page .btn-secondary:hover {
    background: #e8e8e0 !important;
    border-color: #ccc !important;
    color: #222 !important;
}

.guest-speaker-page .btn:focus,
.guest-speaker-page .topic-item:focus,
.guest-speaker-page .option-card:focus,
.guest-speaker-page .gain-card:focus,
.guest-speaker-page .why-card:focus {
    outline: 3px solid #e47f00;
    outline-offset: 2px;
}

.guest-speaker-page img,
.guest-speaker-page iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 13. Responsive Design */
@media (max-width: 1200px) {
    .container {
        max-width: 98vw;
    }
}

@media (max-width: 900px) {
    .guest-speaker-page .hero-content h1 {
        font-size: 3rem;
    }

    .guest-speaker-page .hero-buttons-corner {
        flex-direction: column;
        align-items: center;
        bottom: 20px;
        gap: 0px;
    }

    .guest-speaker-page .hero-btn-left,
    .guest-speaker-page .hero-btn-right {
        margin: 0;
    }

    .guest-speaker-page .gain-grid,
    .guest-speaker-page .options-grid,
    .guest-speaker-page .topics-grid,
    .guest-speaker-page .why-choose-grid {
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        margin-left: 0;
        gap: 24px;
    }

    .guest-speaker-page .topics-grid {
        margin-bottom: 40px;
    }

    .guest-speaker-page .gain-section h2 {
        text-align: center;
        margin-left: 0;
    }

    .guest-speaker-page .gain-card {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 2rem;
    }

    .guest-speaker-page .hero-section {
        height: 50vh;
    }

    .guest-speaker-page .btn {
        width: 100% !important;
        max-width: 300px !important;
        padding: 10px 8px !important;
        font-size: 1.2rem !important;
    }

    .guest-speaker-page .option-card,
    .guest-speaker-page .gain-card,
    .guest-speaker-page .why-card {
        padding: 20px 10px;
    }

    .guest-speaker-page .topic-item {
        padding: 10px;
    }

    .guest-speaker-page .expect-box {
        margin: 20px 10px 0 10px;
        padding: 20px 10px;
    }

    .container {
        padding-bottom: 40px;
    }

    .guest-speaker-page .transform-section,
    .guest-speaker-page .gain-section,
    .guest-speaker-page .options-section,
    .guest-speaker-page .topics-section,
    .guest-speaker-page .ready-section,
    .guest-speaker-page .why-choose-section,
    .guest-speaker-page .contact-section {
        padding: 40px 0 0;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .guest-speaker-page .hero-section {
        height: 50vh;
    }

    .guest-speaker-page .option-card,
    .guest-speaker-page .gain-card,
    .guest-speaker-page .why-card {
        padding: 10px 5px;
    }

    .guest-speaker-page .topic-item {
        padding: 5px;
    }

    .guest-speaker-page .expect-box {
        padding: 10px 5px;
    }

    .guest-speaker-page .btn {
        padding: 8px 5px !important;
        font-size: 1.1rem !important;
    }
}

/* Additional responsive adjustments for better mobile experience */
@media (max-width: 600px) {
    .guest-speaker-page .hero-content {
        gap: 100px;
    }
    
    .guest-speaker-page .transform-section,
    .guest-speaker-page .gain-section,
    .guest-speaker-page .options-section,
    .guest-speaker-page .topics-section,
    .guest-speaker-page .ready-section,
    .guest-speaker-page .why-choose-section,
    .guest-speaker-page .contact-section {
        padding: 40px 0;
    }
}