/* ============================================
   Partner Programs v2 — Sections
   Shared styles (navbar, hero, buttons, typography)
   come from partner-hub.css
   ============================================ */

.opp-programs-hero {
    padding: 221px 0 193px;
}

/* Apply button — white style works on both navy bg (desktop) and salmon blob (mobile) */
.opp-programs-hero .opp-btn-coral {
    background: #ffffff;
    color: #161249;
}

.opp-programs-hero .opp-btn-coral:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #161249;
}

.opp-programs-decoration {
    overflow: hidden;
}

.opp-programs-hero-main-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 139%;
    width: auto;
    object-fit: cover;
    object-position: right center;
}

.opp-programs-magnifier {
    position: absolute;
    display: block;
    right: calc(12% + 60px);
    top: 40%;
    width: 250px;
    z-index: 2;
    transition: transform 0.15s ease-out;
}

.opp-programs-cross {
    position: absolute;
    display: block;
    right: 10%;
    top: 25%;
    width: 80px;
    z-index: 2;
    transition: transform 0.15s ease-out;
}

/* ============================================
   Program Overview
   ============================================ */
.opp-programs-overview {
    background: #ffffff;
    padding: 100px 0;
}

.opp-programs-overview-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.opp-programs-overview-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #161249;
    margin-bottom: 20px;
}

.opp-programs-overview-text p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 32px;
}

.opp-programs-overview-img img {
    width: 100%;
    border-radius: 16px;
}

/* ============================================
   Why Join
   ============================================ */
.opp-programs-why {
    background: #f7f7fb;
    padding: 100px 0;
}

.opp-programs-why-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.opp-programs-why-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #161249;
    margin-bottom: 16px;
}

.opp-programs-why-header p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.opp-programs-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.opp-programs-why-card {
    background: #161249;
    border-radius: 16px;
    padding: 40px 32px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.opp-programs-why-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border-bottom: 4px solid #ee6364;
    border-right: 4px solid #ee6364;
    pointer-events: none;
}

.opp-programs-why-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(238, 99, 100, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.opp-programs-why-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.opp-programs-why-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.opp-programs-why-cta {
    text-align: center;
    margin-top: 48px;
}

/* ============================================
   Pricing Plan
   ============================================ */
.opp-programs-pricing {
    background: #fdc2c2;
    padding: 100px 0;
}

.opp-programs-pricing-header {
    text-align: center;
    margin-bottom: 48px;
}

.opp-programs-pricing-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #161249;
    margin-bottom: 12px;
}

.opp-programs-pricing-header p {
    font-size: 16px;
    color: #444;
}

.opp-programs-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
}

.opp-programs-pricing-card {
    background: #161249;
    border-radius: 16px;
    padding: 40px 32px;
    color: #ffffff;
    text-align: center;
    border-bottom: 4px solid #ee6364;
}

.opp-programs-pricing-tier {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ee6364;
    margin-bottom: 16px;
}

.opp-programs-pricing-price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
}

.opp-programs-pricing-price span {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
}

.opp-programs-pricing-yearly {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 28px;
}

.opp-programs-pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    text-align: left;
}

.opp-programs-pricing-card ul li {
    font-size: 15px;
    padding: 8px 0 8px 24px;
    position: relative;
    opacity: 0.9;
}

.opp-programs-pricing-card ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #ee6364;
    font-weight: 700;
}

.opp-programs-pricing-btn {
    display: inline-block;
    background: #ee6364;
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}

.opp-programs-pricing-btn:hover {
    background: #d94f50;
}

.opp-programs-pricing-wrap {
    max-width: 1152px;
    margin: 0 auto;
}

.opp-programs-pricing-footnote {
    text-align: left;
    font-size: 13px;
    color: #555;
    margin-top: 32px;
}

/* ============================================
   What's Included
   ============================================ */
.opp-programs-included {
    background: #ffffff;
    padding: 100px 0;
    color: #161249;
    overflow: hidden;
}

.opp-programs-included-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.opp-programs-included-img {
    position: relative;
}

.opp-programs-included-photo {
    width: 100%;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.opp-programs-included-hourglass {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 35%;
    z-index: 2;
    transform: rotate(-45deg);
}

.opp-programs-included-magnifier {
    position: absolute;
    bottom: -15%;
    left: 15%;
    width: 40%;
    z-index: 2;
}

.opp-programs-included-decoration {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 60%;
    z-index: 0;
}

.opp-programs-included-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #161249;
    margin-bottom: 20px;
}

.opp-programs-included-intro {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 24px;
}

.opp-programs-included-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.opp-programs-included-text ul li {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    padding: 10px 0 10px 28px;
    position: relative;
}

.opp-programs-included-text ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ee6364;
    font-weight: 700;
}

.opp-programs-included-closing {
    font-size: 15px;
    font-style: italic;
    color: #666;
    line-height: 1.6;
}

/* ============================================
   Join Today CTA
   ============================================ */
.opp-programs-cta {
    background: #161249;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.opp-programs-cta-decoration {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    z-index: 0;
}

.opp-programs-cta-decoration img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: right center;
}

.opp-programs-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.opp-programs-cta h2 {
    font-size: 42px;
    font-weight: 700;
}

.opp-programs-cta p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 28px;
}

.opp-programs-cta-buttons {
    display: flex;
    gap: 16px;
}

.opp-programs-cta .opp-btn-outline {
    background: #ffffff;
    color: #161249;
    border-color: #ffffff;
}

.opp-programs-cta .opp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.85);
}

/* ============================================
   FAQ
   ============================================ */
.opp-programs-faq {
    background: #161249;
    padding: 100px 0;
    color: #ffffff;
}

.opp-programs-faq h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 48px;
}

.opp-programs-faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: start;
}

.opp-programs-faq-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    border-bottom: none;
}

.opp-programs-faq-item summary {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 20px 44px 20px 20px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.opp-programs-faq-item summary::-webkit-details-marker {
    display: none;
}

.opp-programs-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 300;
    color: #ee6364;
    transition: transform 0.2s;
}

.opp-programs-faq-item[open] summary::after {
    content: '−';
}

.opp-programs-faq-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    padding: 0 20px 20px;
}

.opp-programs-faq-viewall {
    text-align: center;
    margin-top: 40px;
}

.opp-programs-faq-viewall .opp-btn {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.opp-programs-faq-viewall .opp-btn:hover {
    border-color: #ffffff;
}

/* ============================================
   Sign Up Section
   ============================================ */
.opp-signup-section {
    background: #f4b5b5;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.opp-signup-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    min-height: 220px;
}

.opp-signup-left {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 48px;
    z-index: 2;
}

.opp-signup-blob-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: auto;
    z-index: 1;
}
.opp-signup-blob-mobile {
    display: none;
}

.opp-signup-left h2 {
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.opp-signup-right {
    padding: 40px 48px 40px 24px;
}

.opp-signup-right > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #161249;
    line-height: 1.6;
    margin: 0 0 20px;
}

.opp-signup-form {
    margin: 0 0 12px;
}

.opp-signup-input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 4px 4px 4px 20px;
    max-width: 460px;
}

.opp-signup-input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    background: transparent;
    padding: 10px 0;
}

.opp-signup-input-wrap input::placeholder {
    color: #999;
}

.opp-signup-btn {
    background: #161249;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.opp-signup-btn:hover {
    background: #0e0d36;
}

.opp-signup-disclaimer {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #161249;
    opacity: 0.7;
    margin: 0;
}

.opp-signup-disclaimer a {
    color: #ee6364;
    text-decoration: none;
}

.opp-signup-disclaimer a:hover {
    text-decoration: underline;
}

/* ============================================
   Footer
   ============================================ */
.opp-programs-footer {
    background: #0e0c36;
    padding: 60px 0 40px;
    color: #ffffff;
}

.opp-programs-footer-inner {
    text-align: center;
}

.opp-programs-footer-logo {
    height: 28px;
    margin-bottom: 8px;
}

.opp-programs-footer-powered {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 32px;
}

.opp-programs-footer-links {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
}

.opp-programs-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.opp-programs-footer-links a:hover {
    color: #ee6364;
}

.opp-programs-footer-legal {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.opp-programs-footer-legal a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.opp-programs-footer-legal a:hover {
    color: #ffffff;
}

.opp-programs-footer-copyright {
    font-size: 13px;
    opacity: 0.5;
}

/* ============================================
   Responsive — 1024px
   ============================================ */
@media (max-width: 1024px) {
    .opp-programs-overview-inner,
    .opp-programs-why-grid,
    .opp-programs-included-inner {
        gap: 40px;
    }

    .opp-programs-overview-text h2,
    .opp-programs-why-header h2,
    .opp-programs-included-text h2,
    .opp-programs-faq h2 {
        font-size: 30px;
    }

    .opp-programs-cta h2 {
        font-size: 34px;
    }
}

/* ============================================
   Responsive — 768px
   ============================================ */
@media (max-width: 768px) {
    .opp-programs-hero-main-img {
        top: -20px;
        right: -100px;
    }

    .opp-programs-magnifier {
        width: 40%;
        right: 5%;
        top: 10%;
    }

    .opp-programs-cross {
        width: 15%;
        right: 20%;
        top: 25%;
    }

    .opp-programs-overview,
    .opp-programs-why,
    .opp-programs-included,
    .opp-programs-faq {
        padding: 60px 0;
    }

    .opp-programs-overview-inner,
    .opp-programs-why-grid,
    .opp-programs-pricing-grid,
    .opp-programs-included-inner,
    .opp-programs-faq-list {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .opp-signup-inner {
        grid-template-columns: 1fr;
    }
    .opp-signup-left {
        min-height: 100px;
        justify-content: center;
        padding: 20px 24px;
    }
    .opp-signup-right {
        padding: 0 24px 24px;
    }
    .opp-signup-blob-img {
        display: none;
    }
    .opp-signup-blob-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: auto;
        z-index: 1;
    }

    .opp-programs-pricing {
        padding: 60px 0;
    }

    .opp-programs-overview-img {
        order: -1;
    }

    .opp-programs-included-images {
        order: -1;
    }

    .opp-programs-cta {
        padding: 60px 0;
    }

    .opp-programs-cta-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .opp-programs-cta-decoration {
        display: none;
    }

    .opp-programs-cta h2 {
        font-size: 28px;
    }

    .opp-programs-footer-links {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .opp-programs-footer-legal {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}
