@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;500&family=Playfair+Display:wght@400;600&display=swap');

/* ============================================================
   PodSyndiConnect Profile Brand Styles
   ============================================================ */

/* Container */
.psc-profile-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* Headings */
.psc-profile-container h1,
.psc-profile-container h2,
.psc-profile-container h3,
.psc-profile-container h4 {
    font-family: 'Montserrat', sans-serif;
    color: #1A1A1A;
}

.psc-name {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.psc-shortbio,
.psc-tagline {
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 20px;
}

/* Hero Section */
.psc-hero {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-bottom: 48px;
}

/* Imagery */
.psc-headshot {
    width: 220px;
    height: 220px;
    border-radius: 50%; /* Perfect circle for headshots */
    object-fit: cover;
    border: 5px solid #ffffff; /* Frame */
    box-shadow: 0 8px 30px rgba(69, 123, 157, 0.25); /* Brand Blue Accent Glow */
    transition: all 0.3s ease;
}
.psc-headshot:hover {
    box-shadow: 0 15px 45px rgba(69, 123, 157, 0.4);
    transform: scale(1.03);
}

.psc-logo {
    width: 220px;
    height: 220px;
    border-radius: 24px; /* Premium rounded square for logos */
    object-fit: cover;
    border: 5px solid #ffffff; /* Frame */
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(69, 123, 157, 0.25); /* Brand Blue Accent Glow */
    transition: all 0.3s ease;
}
.psc-logo:hover {
    box-shadow: 0 15px 45px rgba(69, 123, 157, 0.4);
    transform: scale(1.03);
}

/* Card Component Style (Official) */
.psc-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 36px;
    box-shadow: 0 8px 30px rgba(69, 123, 157, 0.15); /* More prominent Blue Accent Glow */
    transition: all 0.3s ease;
}

.psc-card:hover {
    box-shadow: 0 15px 45px rgba(69, 123, 157, 0.35); /* Intense Blue Glow on hover */
    transform: translateY(-3px);
    border-color: rgba(69, 123, 157, 0.4);
}

.psc-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1A1A1A;
}

.psc-card p,
.psc-card li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Buttons (Official CTA Style) */
.psc-button {
    background: #C89A2B;
    color: #fff;
    padding: 12px 26px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease;
    border: none;
    cursor: pointer;
}
.psc-button:hover {
    background: #A87F22;
    color: #fff;
}

.psc-button-secondary {
    background: #457B9D;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease;
    border: none;
}

/* Topic Chips (Override .psc-badge to match .psc-topic-chip) */
.psc-profile-container .psc-badge {
    display: inline-flex !important;
    background: #F7D98A !important;
    color: #1A1A1A !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    margin: 4px !important;
    border: 1px solid #C89A2B !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Experience Grid */
.psc-experience-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.psc-experience-card {
    background: #FAFAFA;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    box-shadow: 0 4px 12px rgba(69, 123, 157, 0.08);
    transition: all 0.3s ease;
}

.psc-experience-card:hover {
    box-shadow: 0 8px 24px rgba(69, 123, 157, 0.25);
    transform: translateY(-2px);
    border-color: rgba(69, 123, 157, 0.3);
}

.psc-experience-card h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1A1A1A;
}

/* Media Section */
.psc-media iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* React Widgets (Override defaults since they are inside cards) */
.psc-react-widgets {
    background: transparent;
    padding: 0;
    margin-top: 0;
    box-shadow: none;
    border: none;
}

/* Responsive Rules */
@media (max-width: 768px) {
    .psc-hero {
        flex-direction: column;
        text-align: center;
    }
    .psc-card { 
        padding: 18px; 
    }
    .psc-card h2 { 
        font-size: 22px; 
    }
    .psc-experience-list {
        grid-template-columns: 1fr;
    }
}
