/* Business page - unique white background content page */

/* Base font weight for the entire business page */
body {
    font-weight: 600 !important;
}

/* Override dark theme for content sections - full width white background */
.info-section {
    background-color: white !important;
    color: black !important;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.65em;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
}

.info-section h3,
.info-section .summary,
.info-section .summary .pop,
.info-section p,
.info-section strong,
.info-section em {
    color: black !important;
}

/* Hero section - starts from top, navbar overlays it */
.intro-header {
    margin-top: -52px; /* Pull up behind the navbar */
    padding-top: 120px; /* Account for navbar height */
    padding-bottom: 50px;
    text-align: center;
    color: white;
    background: white url(https://images.talkpython.fm/static/img/business/possible-hero.webp) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-bottom: 10%;
    padding-top: 10%;
}

.intro-message h1 {
    margin: 0;
    font-size: 64px;
    color: #fff !important;
    text-shadow: 3px 0px 15px rgba(0, 0, 0, 1);
    padding-top: 10px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message h3, .intro-message h2 {
    color: #fffd82 !important;
    font-weight: normal;
    font-size: 24px !important;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 1);
    padding-bottom: 20px;
    letter-spacing: 2.25px;
}

.header-bg {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 5px;
    padding: 20px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Business sub-navigation - full width bar */
#business-nav {
    background-color: #666;
    text-align: center;
    color: #aaa;
    font-size: 14px;
    width: 100%;
    padding: 0;
}

#business-nav .columns {
    margin: 0;
    gap: 0;
}

#business-nav .columns > .column {
    padding: 12px 30px;
}

#business-nav .columns > .column:hover {
    background-color: #888;
}

#business-nav a {
    display: block;
    color: #fff;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.end {
    margin-top: 50px;
}

.info-section h3 {
    font-size: 32px;
}

.row-pic {
    padding-top: 25px;
    text-align: center;
}

.row-pic img {
    height: 200px;
}

/* Experts section */
#experts, #experts .columns .column {
    text-align: center;
}

#experts img {
    height: 150px;
    margin: 5px;
    border-radius: 50%;
}

#experts span {
    display: block;
}

#experts .name {
    font-size: 16px !important;
    color: #0066cc !important;
}

#experts .role {
    color: #666 !important;
    font-size: 14px !important;
}

.summary {
    font-size: 18px;
    max-width: 900px;
    margin: 20px auto;
}

.summary .pop {
    padding: 20px;
    font-size: 22px !important;
    text-align: center;
    font-style: italic;
}

.cta {
    text-align: center;
}

/* Reviews section */
.review-text {
    font-size: 17px;
    font-weight: normal;
}

.review-text .review-title {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 5px;
}

blockquote.review-text footer {
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    background: transparent;
}

blockquote.review-text {
    border-left: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.reviews .has-text-grey {
    font-weight: normal;
}

.reviews h3 {
    text-align: center;
}

/* Final CTA section */
#final-get-started h2, #final-get-started h3 {
    text-align: center;
    color: black !important;
}

#final-get-started h3 {
    font-size: 22px;
}

/* Links in content sections should be visible on white */
.info-section a:not(.button) {
    color: #0066cc !important;
}

.info-section a:not(.button):hover {
    color: #004499 !important;
}

/* Ensure min-purchase text is visible */
#min-purchase-required {
    color: #666 !important;
}
