/* ===== MEET DR. PETER PAGE ===== */
.hhh-bio-credentials {
max-width: 900px;
margin: 48px auto;
padding: 0 20px;
}
.hhh-credentials-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
border: 2px solid var(--hhh-orange);
border-radius: 10px;
overflow: hidden;
}
.hhh-cred-item {
padding: 28px 20px;
text-align: center;
border-right: 1px solid #E5E7EB;
background: #FAFAFA;
}
.hhh-cred-item:last-child {
border-right: none;
}
.hhh-cred-number {
font-family: var(--font-display);
font-size: 36px;
letter-spacing: 0.04em;
color: var(--hhh-orange);
line-height: 1;
margin-bottom: 8px;
}
.hhh-cred-label {
font-family: var(--font-body);
font-size: 13px;
color: #4B5563;
font-weight: 600;
line-height: 1.4;
}
.hhh-bio-cta {
max-width: 900px;
margin: 56px auto 40px;
padding: 0 20px;
}
.hhh-bio-cta-inner {
background: #2B2D2F;
border-radius: 10px;
padding: 48px 48px 40px;
text-align: center;
}
.hhh-bio-cta-heading {
font-family: var(--font-display) !important;
font-size: 32px !important;
letter-spacing: 0.04em !important;
color: #ffffff !important;
text-transform: uppercase !important;
margin: 0 0 14px !important;
}
.hhh-bio-cta-text {
font-family: var(--font-body);
font-size: 16px;
color: rgba(255,255,255,0.82);
line-height: 1.6;
max-width: 520px;
margin: 0 auto 28px;
}
.hhh-bio-cta-buttons {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.hhh-bio-cta-contact {
font-family: var(--font-body);
font-size: 14px;
color: rgba(255,255,255,0.55);
margin: 0;
}
@media (max-width: 768px) {
.hhh-credentials-grid {
grid-template-columns: repeat(2, 1fr);
}
.hhh-cred-item:nth-child(2) {
border-right: none;
}
.hhh-cred-item:nth-child(1),
.hhh-cred-item:nth-child(2) {
border-bottom: 1px solid #E5E7EB;
}
.hhh-bio-cta-inner {
padding: 36px 24px 32px;
}
.hhh-bio-cta-heading {
font-size: 26px !important;
}
}
/* ===== MEET DR. PETER PAGE ===== */
.hhh-bio-credentials {
max-width: 900px;
margin: 48px auto;
padding: 0 20px;
}
.hhh-credentials-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
border: 2px solid var(--hhh-orange);
border-radius: 10px;
overflow: hidden;
}
.hhh-cred-item {
padding: 28px 20px;
text-align: center;
border-right: 1px solid #E5E7EB;
background: #FAFAFA;
}
.hhh-cred-item:last-child {
border-right: none;
}
.hhh-cred-number {
font-family: var(--font-display);
font-size: 36px;
letter-spacing: 0.04em;
color: var(--hhh-orange);
line-height: 1;
margin-bottom: 8px;
}
.hhh-cred-label {
font-family: var(--font-body);
font-size: 13px;
color: #4B5563;
font-weight: 600;
line-height: 1.4;
}
.hhh-bio-cta {
max-width: 900px;
margin: 56px auto 40px;
padding: 0 20px;
}
.hhh-bio-cta-inner {
background: #2B2D2F;
border-radius: 10px;
padding: 48px 48px 40px;
text-align: center;
}
.hhh-bio-cta-heading {
font-family: var(--font-display) !important;
font-size: 32px !important;
letter-spacing: 0.04em !important;
color: #ffffff !important;
text-transform: uppercase !important;
margin: 0 0 14px !important;
}
.hhh-bio-cta-text {
font-family: var(--font-body);
font-size: 16px;
color: rgba(255,255,255,0.82);
line-height: 1.6;
max-width: 520px;
margin: 0 auto 28px;
}
.hhh-bio-cta-buttons {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.hhh-bio-cta-contact {
font-family: var(--font-body);
font-size: 14px;
color: rgba(255,255,255,0.55);
margin: 0;
}
@media (max-width: 768px) {
.hhh-credentials-grid {
grid-template-columns: repeat(2, 1fr);
}
.hhh-cred-item:nth-child(2) {
border-right: none;
}
.hhh-cred-item:nth-child(1),
.hhh-cred-item:nth-child(2) {
border-bottom: 1px solid #E5E7EB;
}
.hhh-bio-cta-inner {
padding: 36px 24px 32px;
}
.hhh-bio-cta-heading {
font-size: 26px !important;
}
}