/* Channel Partner Page Specific Styles */

.channel-partner-content {
    padding: 6rem 0;
    background-color: var(--background-alt);
}

/* Hero Enhancements */
.hero-content-modern .eyebrow-text {
    color: var(--accent-gold);
    letter-spacing: 0.3em;
    margin-bottom: 1rem;
    display: block;
}

.hero-content-modern p {
    color: var(--white);
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-content-modern .hero-divider {
    width: 100px;
    height: 3px;
    background: var(--accent-gold);
    margin: 2rem auto 0;
}

/* Intro Section */
.intro-grid {
    gap: 5rem;
    align-items: center;
    margin-bottom: 8rem;
}

.intro-content .eyebrow-text {
    color: var(--accent-gold);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.intro-content h2 {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    line-height: 1.1;
}

.intro-content .intro-divider {
    width: 60px;
    height: 3px;
    background-color: var(--accent-gold);
    margin-bottom: 2rem;
}

.intro-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.intro-content p:first-of-type {
    margin-bottom: 1.5rem;
}

.intro-visual {
    position: relative;
}

.intro-visual img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.12);
}

.intro-visual .visual-accent-border {
    position: absolute;
    top: -20px;
    right: -20px;
    border: 4px solid var(--accent-gold);
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: -1;
}

/* Brand Cards */
.brand-card {
    border-radius: 32px;
    padding: 5rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 8rem;
    scroll-margin-top: 100px;
}

.brand-card-light {
    background: var(--white);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.06);
    border-top: 6px solid var(--accent-gold);
}

.brand-card-dark {
    background: var(--primary-color);
    box-shadow: 0 40px 80px rgba(27, 42, 74, 0.15);
    color: var(--white);
}

.brand-card .watermark {
    position: absolute;
    padding: 2rem;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 8rem;
    line-height: 1;
    pointer-events: none;
    text-transform: uppercase;
}

.card-watermark-top-right {
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.03);
}

.card-watermark-bottom-left {
    bottom: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.03);
}

.brand-card .grid-2 {
    gap: 5rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

.brand-category-tag {
    font-family: var(--font-heading);
    color: var(--accent-gold);
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    display: block;
}

.brand-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.brand-card-light .brand-title {
    color: var(--primary-color);
}

.brand-card-dark .brand-title {
    color: var(--white);
}

.brand-desc {
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.brand-card-light .brand-desc {
    color: var(--text-dark);
}

.brand-card-dark .brand-desc {
    color: rgba(255, 255, 255, 0.7);
}

.portfolio-heading {
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.brand-card-light .portfolio-heading {
    color: var(--primary-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-card-dark .portfolio-heading {
    color: var(--accent-gold);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.portfolio-list {
    display: grid;
    gap: 2rem;
}

.portfolio-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.portfolio-item .divider-vertical {
    width: 4px;
    height: 100%;
    align-self: stretch;
}

.divider-gold {
    background: var(--accent-gold);
}

.divider-primary {
    background: var(--primary-color);
}

.item-content h5 {
    color: inherit;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.portfolio-item p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.brand-card-light .portfolio-item p {
    color: var(--text-dark);
}

.brand-card-dark .portfolio-item p {
    color: rgba(255, 255, 255, 0.6);
}

/* Visualization Panel */
.visual-panel img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

/* Specific fix for logos that shouldn't be cropped or stretched */
.visual-panel .logo-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    margin: 0 auto 3rem;
    display: block;
    box-shadow: none; /* Removed shadow from logo itself */
    border-radius: 0;
}

.brand-card-dark .visual-panel img {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.channel-list-heading {
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

.brand-card-light .channel-list-heading {
    color: var(--primary-color);
}

.brand-card-dark .channel-list-heading {
    color: var(--accent-gold);
}

.styled-list {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

.styled-list li {
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
}

.brand-card-light .styled-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.brand-card-dark .styled-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.online-order-cta {
    background: var(--background-alt);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.online-order-cta p {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.regulatory-box {
    padding: 2rem;
    border-radius: 20px;
}

.brand-card-dark .regulatory-box {
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid var(--accent-gold);
}

.regulatory-box p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

/* Governance Unit */
.governance-unit {
    background: var(--white);
    border-radius: 32px;
    padding: 5rem;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.05);
    margin-bottom: 6rem;
}

.governance-unit .grid-2 {
    gap: 5rem;
    align-items: center;
}

.governance-text h3 {
    font-size: 2.8rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    line-height: 1.1;
}

.governance-text p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-dark);
}

.governance-list {
    display: grid;
    gap: 1.5rem;
}

.gov-item {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
    background: var(--background-alt);
    border-radius: 16px;
    border-left: 3px solid var(--accent-gold);
}

.gov-item span {
    color: var(--accent-gold);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.gov-item p {
    margin: 0;
    font-weight: 500;
    color: var(--primary-color);
}

/* Promise Strip */
.promise-gradient-strip {
    text-align: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, #151f35 100%);
    padding: 5rem;
    border-radius: 32px;
    color: var(--white);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.promise-gradient-strip h4 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: white;
    line-height: 1.4;
}
/* Extracted Utility Classes */
.parallax-bg-hero {
    background-image: url('../images/hero.png');
}

.intro-accent-gold {
    color: var(--accent-gold);
}

.icon-check-gold {
    color: var(--accent-gold);
}

.btn-full-width {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.1em;
    padding: 1.2rem;
}

.external-link-icon {
    margin-left: 8px;
    font-size: 0.8rem;
}

.medical-icon-wrapper {
    width: 40px; 
    height: 40px; 
    background: rgba(201, 168, 76, 0.2); 
    color: var(--accent-gold); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0;
}

.medical-item-title {
    color: var(--white);
}

.medical-dot-icon {
    color: var(--accent-gold); 
    font-size: 0.5rem;
}

.regulatory-text-accent {
    color: var(--accent-gold); 
    text-transform: uppercase; 
    letter-spacing: 0.05em;
}

.section-label-mb {
    margin-bottom: 1.5rem;
}

.btn-start-convo {
    display: inline-block; 
    padding: 1.2rem 3rem; 
    font-size: 1.1rem; 
    cursor: pointer; 
    text-decoration: none;
}

.panel-order-1 {
    order: 1;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .channel-partner-content {
        padding: 4rem 0;
    }

    .intro-grid {
        gap: 3rem;
        margin-bottom: 5rem;
    }

    .intro-content h2 {
        font-size: 2.4rem;
    }

    .intro-visual img {
        height: 350px;
    }

    .brand-card {
        padding: 2.5rem 1.5rem;
        border-radius: 24px;
        margin-bottom: 4rem;
    }

    .brand-card .watermark {
        font-size: 4rem;
        padding: 1rem;
    }

    .brand-title {
        font-size: 2rem;
    }

    .brand-card .grid-2 {
        gap: 3rem;
    }

    .visual-panel img {
        height: 250px;
        margin-bottom: 2rem;
    }

    .visual-panel .logo-image {
        height: auto;
        max-height: 120px;
        margin-bottom: 2rem;
    }

    .governance-unit {
        padding: 2.5rem 1.5rem;
        border-radius: 24px;
        margin-bottom: 4rem;
    }

    .governance-unit .grid-2 {
        gap: 3rem;
    }

    .governance-text h3 {
        font-size: 2.22rem;
    }

    .promise-gradient-strip {
        padding: 3.5rem 1.5rem;
        border-radius: 24px;
    }

    .promise-gradient-strip h4 {
        font-size: 1.6rem;
    }
}

.medical-content-panel {
    order: 2;
}

.channel-premium-img {
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    margin: 1.5rem 0; /* Balanced margin */
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Specific fix for split paragraph */
.brand-desc + .channel-premium-img {
    margin-top: -1rem; /* Pull up to balance paragraph bottom margin */
}

.channel-premium-img + .brand-desc {
    margin-top: 0;
}

@media (max-width: 768px) {
    .medical-content-panel {
        order: 1; /* Stack content first on mobile */
    }

    .channel-premium-img {
        margin: 2rem 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
}
