/* ============================================
   PRINCIPAL PAGE — PREMIUM STYLES
   Cambridge Model Sr. Sec. School
   ============================================ */

/* SHARED */
.prn-section-header { text-align: center; margin-bottom: 48px; }
.prn-badge { display: inline-block; background: linear-gradient(135deg, #0B3D2E, #155d47); color: #C9A24D; padding: 6px 20px; border-radius: 30px; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.prn-badge-light { display: inline-block; background: rgba(201,162,77,0.15); color: #C9A24D; padding: 6px 20px; border-radius: 30px; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.prn-section-header h2 { font-size: 2.1rem; font-weight: 700; color: #0B3D2E; margin-bottom: 14px; }
.prn-section-header p { color: #6b7280; font-size: 1.05rem; max-width: 620px; margin: 0 auto; line-height: 1.7; }

/* PROFILE */
.prn-profile-section { padding: 80px 0; background: #fff; }
.prn-profile-layout { display: grid; grid-template-columns: 380px 1fr; gap: 48px; align-items: start; }
.prn-profile-image { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.12); }
.prn-profile-image img { width: 100%; display: block; object-fit: cover; }
.prn-profile-name-card { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(11,61,46,0.95) 0%, transparent 100%); padding: 40px 24px 20px; }
.prn-profile-name-card h3 { color: #fff; font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.prn-profile-name-card span { color: #C9A24D; font-size: 0.85rem; font-weight: 600; }
.prn-profile-content h2 { font-size: 1.9rem; font-weight: 700; color: #0B3D2E; margin-bottom: 8px; }
.prn-subtitle { font-size: 0.92rem; color: #6b7280; margin-bottom: 24px; }
.prn-credentials { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.prn-credential-item { display: flex; align-items: center; gap: 12px; }
.prn-credential-icon { width: 34px; height: 34px; min-width: 34px; border-radius: 10px; background: linear-gradient(135deg, #FFF8EE, #FFF0DB); display: flex; align-items: center; justify-content: center; color: #C9A24D; font-size: 14px; }
.prn-credential-item span { font-size: 0.9rem; color: #374151; }
.prn-profile-content > p { font-size: 0.95rem; color: #6b7280; line-height: 1.75; }

/* MESSAGE */
.prn-message-section { padding: 80px 0; background: linear-gradient(180deg, #FFF8EE, #FFF0DB); }
.prn-message-card { max-width: 750px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 48px 40px; box-shadow: 0 8px 36px rgba(0,0,0,0.06); border: 1px solid rgba(201,162,77,0.12); position: relative; }
.prn-message-quote { position: absolute; top: 24px; left: 32px; color: rgba(201,162,77,0.2); font-size: 3rem; }
.prn-message-card h3 { font-size: 1.4rem; font-weight: 700; color: #0B3D2E; margin-bottom: 20px; text-align: center; }
.prn-message-card > p { font-size: 0.95rem; color: #6b7280; line-height: 1.8; margin-bottom: 16px; }
.prn-signature { border-top: 1px solid rgba(0,0,0,0.06); padding-top: 24px; margin-top: 24px; }
.prn-signature-wish { font-size: 0.95rem; color: #6b7280; margin-bottom: 8px; }
.prn-signature-name { font-size: 1.2rem; font-weight: 700; color: #0B3D2E; margin-bottom: 4px; }
.prn-signature-title { font-size: 0.88rem; font-weight: 600; color: #0B3D2E; margin-bottom: 2px; }
.prn-signature-school { font-size: 0.82rem; color: #6b7280; }

/* PRINCIPLES */
.prn-principles-section { padding: 80px 0; background: #fff; }
.prn-principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.prn-principle-card { background: #fff; border-radius: 18px; padding: 32px 26px; box-shadow: 0 4px 22px rgba(0,0,0,0.04); border: 1px solid rgba(201,162,77,0.08); transition: all 0.4s cubic-bezier(0.4,0,0.2,1); }
.prn-principle-card:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(0,0,0,0.09); border-color: rgba(201,162,77,0.25); }
.prn-principle-icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, #0B3D2E, #155d47); display: flex; align-items: center; justify-content: center; color: #C9A24D; font-size: 20px; margin-bottom: 16px; }
.prn-principle-card h4 { font-size: 1.05rem; font-weight: 700; color: #0B3D2E; margin-bottom: 10px; }
.prn-principle-card p { font-size: 0.88rem; color: #6b7280; line-height: 1.65; }

/* QUOTE */
.prn-quote-section { padding: 72px 0; background: linear-gradient(135deg, #0B3D2E 0%, #155d47 50%, #0B3D2E 100%); position: relative; overflow: hidden; }
.prn-quote-section::before { content: ''; position: absolute; top: -40%; right: -15%; width: 400px; height: 400px; border-radius: 50%; background: rgba(201,162,77,0.05); }
.prn-quote-content { text-align: center; position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.prn-quote-icon { color: rgba(201,162,77,0.3); font-size: 2.5rem; margin-bottom: 20px; }
.prn-quote-text { font-size: 1.2rem; color: #fff; line-height: 1.8; font-style: italic; margin-bottom: 20px; }
.prn-quote-author { font-size: 1rem; color: #C9A24D; font-weight: 600; }

/* CTA */
.prn-cta-section { padding: 80px 0; background: linear-gradient(180deg, #FFF8EE, #FFF0DB); }
.prn-cta-content { text-align: center; max-width: 650px; margin: 0 auto; }
.prn-cta-content h2 { font-size: 2rem; font-weight: 700; color: #0B3D2E; margin-bottom: 14px; }
.prn-cta-content > p { font-size: 1rem; color: #6b7280; line-height: 1.7; margin-bottom: 28px; }
.prn-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.prn-btn-gold { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 12px; background: linear-gradient(135deg, #C9A24D, #D4AF61); color: #fff; font-size: 0.95rem; font-weight: 700; text-decoration: none; transition: all 0.35s ease; box-shadow: 0 4px 16px rgba(201,162,77,0.3); }
.prn-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,162,77,0.45); }
.prn-btn-outline-light { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 12px; background: transparent; color: #0B3D2E; font-size: 0.95rem; font-weight: 600; text-decoration: none; border: 2px solid rgba(11,61,46,0.25); transition: all 0.35s ease; }
.prn-btn-outline-light:hover { background: rgba(11,61,46,0.05); border-color: #0B3D2E; transform: translateY(-2px); }
.prn-contact-info { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.prn-contact-info p { font-size: 0.9rem; color: #6b7280; }
.prn-contact-info i { color: #C9A24D; margin-right: 8px; }

/* RESPONSIVE */
@media (max-width: 992px) {
    .prn-profile-layout { grid-template-columns: 1fr; gap: 32px; }
    .prn-profile-image { max-width: 380px; margin: 0 auto; }
    .prn-principles-grid { grid-template-columns: 1fr; }
    .prn-section-header h2, .prn-profile-content h2 { font-size: 1.7rem; }
}
@media (max-width: 576px) {
    .prn-profile-section, .prn-message-section, .prn-principles-section, .prn-quote-section, .prn-cta-section { padding: 55px 0; }
    .prn-message-card { padding: 32px 22px; }
    .prn-message-quote { font-size: 2rem; top: 16px; left: 20px; }
    .prn-section-header h2 { font-size: 1.35rem; }
    .prn-quote-text { font-size: 1rem; }
    .prn-cta-buttons { flex-direction: column; align-items: center; }
    .prn-btn-gold, .prn-btn-outline-light { width: 100%; justify-content: center; max-width: 280px; }
}
