/* Partnerships Page Styles (Light Theme) */

/* HERO SECTION */
/* =========================================================
   PARTNERSHIP HERO LAYOUT
   ========================================================= */

.partnerships-hero {
    padding: 5rem 1rem 6rem;
    background: radial-gradient(circle at top center, rgba(150,197,73,0.08) 0%, rgba(255,255,255,0) 60%);
    position: relative;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.hero-text { flex:1; }

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #111;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.6;
    max-width: 500px;
}
.hero-image {
    flex: 1.2;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-subtext{
    margin-top:1rem;
    font-size:1rem;
    color:#6b7280;
    max-width:520px;
    line-height:1.7;
}


/* =========================================================
   NETWORK VISUAL
   ========================================================= */

.partner-network{
    width:100%;
    max-width:620px;
    height:420px;
}

/* Tenet center */
.hub-glow{
    fill:#96c549;
    opacity:.12;
    animation:hubPulse 6s ease-in-out infinite;
}

.hub-core{
    fill:#295950;
}

.hub-dot{
    fill:#ffffff;
    opacity:.9;
}

/* soft breathing center */
@keyframes hubPulse{
    0%,100%{ r:40; opacity:.12; }
    50%{ r:46; opacity:.18; }
}

/* =========================================================
   PARTNER NODES
   ========================================================= */

.partner{
    fill:#96c549;
    opacity:.9;
    transition:all .6s ease;
}

/* when connected to Tenet */
.partner.active{
    r:12;
    opacity:1;
    filter:drop-shadow(0 0 12px rgba(150,197,73,.45));
}

/* idle state */
.partner:not(.active){
    r:9;
    opacity:.75;
}

/* =========================================================
   CONNECTION LINKS
   ========================================================= */

.link{
    stroke:#96c549;
    stroke-width:1.8;
    opacity:.28;
    transition:opacity .6s ease;
}

/* active collaboration moment */
.link.active{
    opacity:.65;
    stroke-width:2.2;
}

/* subtle hover engagement */
.partner-network:hover .link{ opacity:.45; }
.partner-network:hover .partner{ opacity:.95; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px){
    .hero-container{
        flex-direction:column;
        text-align:center;
    }

    .hero-title{ font-size:2.5rem; }

    .hero-subtitle{
        margin:0 auto;
    }
}


/* FORM SECTION */
.partnership-form-section {
    padding: 4rem 1rem;
    background: #fff;
    display: flex;
    justify-content: center;
}

.form-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2.5rem;
    width: 100%;
    max-width: 550px;
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
    color: #1f2933;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #96c549;
    box-shadow: 0 0 0 3px rgba(150, 197, 73, 0.1);
    background: #fff;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    width: 100%;
    padding: 0.85rem;
    background: linear-gradient(135deg, #96c549 0%, #295950 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.btn-submit:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    background: linear-gradient(135deg, #295950 0%, #96c549 100%);
}

/* BENEFITS SECTION */
.benefits-section {
    padding: 6rem 1rem;
    background: #f9fafb;
    text-align: center;
}

.benefits-headline {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #111;
}

.benefits-headline span {
    color: #96c549;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.benefit-item {
    padding: 1rem;
}

.benefit-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #111;
}

.benefit-icon {
    color: #96c549;
    width: 20px;
    height: 20px;
}

.benefit-desc {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
}

/* TESTIMONIAL */
.testimonial-section {
    padding: 6rem 1rem;
    background: #fff;
}

.testimonial-card-flex {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    gap: 3rem;
    align-items: center;
    background: #f3f4f6;
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.testimonial-card-flex:hover {
    border-color: #96c549;
    box-shadow: 0 10px 30px -10px rgba(150, 197, 73, 0.15);
}

.testimonial-logo-box {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-logo-box svg {
    width: 60px;
    height: 60px;
    color: #96c549;
}

.testimonial-content blockquote {
    font-size: 1.25rem;
    font-weight: 500;
    color: #1f2933;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.testimonial-author::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #96c549;
    margin-right: 0.75rem;
}

/* PRO FEATURES */
.pro-section {
    padding: 6rem 1rem;
    background: #f9fafb;
    text-align: center;
}

.pro-section-dark {
    background: #295950;
    color: #fff;
}

.pro-headline {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #111;
}

.pro-headline span {
    color: #96c549;
}

.pro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 1100px;
    margin: 0 auto;
}

.pro-item {
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: left;
}

.pro-item:hover {
    border-color: #96c549;
    transform: translateY(-4px);
    box-shadow: 0 20px 30px -10px rgba(150, 197, 73, 0.15);
}

.pro-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pro-item h4 svg {
    color: #96c549;
    width: 20px;
    height: 20px;
}

.pro-item p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .benefits-grid,
    .pro-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-card-flex {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }
    
    .testimonial-author {
        justify-content: center;
    }
}

@media (max-width: 600px) {

    .benefits-grid,
    .pro-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: var(--tw-font-size-4xl);
    }

    .benefits-headline {
        font-size: var(--tw-font-size-4xl);
    }

    .pro-headline {
        font-size: var(--tw-font-size-4xl);
    }

    .form-card {
        padding: 1.5rem;
    }
    
    .testimonial-card-flex {
        padding: 1.5rem;
    }
    
    .pro-item {
        padding: 1.5rem;
    }
}