/* ── CERTIFICATIONS PAGE ── */
.certs{padding:90px 5% 100px;background:var(--blush-pale);}
.certs-inner{max-width:1120px;margin:0 auto;}
.certs-head{text-align:center;max-width:620px;margin:0 auto 56px;}
.certs-head .section-eye{margin-bottom:14px;}
.certs-head .section-title{color:var(--teal-deep);}
.certs-head .section-title em{color:var(--teal-mid);}
.certs-head .section-rule{margin:20px auto 18px;}
.certs-head p{font-size:16px;font-weight:300;line-height:1.75;color:var(--teal-mid);}

/* Scalable grid — auto-fills rows as certifications are added */
.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:28px;}

.cert-card{background:var(--white);border:1px solid rgba(10,45,46,0.09);border-radius:8px;padding:40px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;box-shadow:0 4px 18px rgba(10,45,46,0.04);}
.cert-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(10,45,46,0.10);border-color:rgba(222,174,159,0.5);}

/* Logo area — holds a real logo image, or a monogram badge until one is provided */
.cert-logo{height:96px;display:flex;align-items:center;justify-content:center;margin-bottom:26px;}
.cert-logo img{max-height:80px;max-width:180px;object-fit:contain;}
.cert-monogram{width:88px;height:88px;border-radius:50%;border:1px solid rgba(222,174,159,0.55);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--teal-rich);background:var(--blush-pale);letter-spacing:0.02em;}

.cert-tag{font-size:11px;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--blush);margin-bottom:10px;}
.cert-card h3{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--teal-deep);line-height:1.2;margin-bottom:14px;}
.cert-divider{width:36px;height:1px;background:var(--blush);margin:0 0 16px;}
.cert-card p{font-size:14.5px;font-weight:300;line-height:1.7;color:var(--teal-mid);}

/* Note beneath the grid — reinforces breadth without leaving the grid sparse */
.certs-note{text-align:center;margin-top:44px;font-size:15px;font-weight:300;line-height:1.7;color:var(--teal-mid);max-width:640px;margin-left:auto;margin-right:auto;}
.certs-note strong{color:var(--teal-deep);font-weight:500;}

/* Closing CTA */
.certs-cta{margin-top:64px;background:var(--teal-rich);border-radius:10px;padding:56px 40px;text-align:center;position:relative;overflow:hidden;}
.certs-cta-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(239,215,207,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(239,215,207,0.05) 1px,transparent 1px);background-size:60px 60px;}
.certs-cta-inner{position:relative;z-index:2;}
.certs-cta h2{font-family:var(--font-display);font-size:clamp(26px,3.5vw,38px);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:14px;}
.certs-cta h2 em{font-style:italic;color:var(--blush-soft);}
.certs-cta p{font-size:15px;font-weight:300;color:rgba(255,255,255,0.55);line-height:1.7;max-width:480px;margin:0 auto 30px;}

@media(max-width:600px){
  .certs{padding:64px 6% 72px;}
  .cert-card{padding:34px 26px;}
  .certs-cta{padding:44px 26px;}
}
