
/* Dynamic custom pages from Local Admin */
.custom-page-main{background:#f6fbff;min-height:60vh}.custom-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#075a99,#0aa987);color:#fff;padding:70px 0}.custom-hero .container{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.custom-hero h1{font-size:clamp(34px,5vw,64px);line-height:1.05;margin:0 0 14px}.custom-hero p{font-size:18px;line-height:1.65;max-width:780px;margin:0}.custom-hero img{width:100%;max-height:380px;object-fit:cover;border-radius:28px;box-shadow:0 22px 70px rgba(0,0,0,.25)}.custom-section{padding:42px 0}.custom-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:28px;box-shadow:0 18px 60px rgba(15,23,42,.08)}.custom-card h2{margin:0 0 12px;font-size:clamp(26px,3vw,42px)}.custom-card p{font-size:17px;line-height:1.75;color:#475569}.custom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.custom-info-card{background:#fff;border-radius:24px;padding:24px;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 40px rgba(15,23,42,.07);text-decoration:none;color:#172033}.custom-info-card h3{margin:0 0 10px}.custom-info-card p{color:#64748b;line-height:1.65}.custom-img-text{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.custom-img-text img{width:100%;border-radius:24px;box-shadow:0 15px 50px rgba(15,23,42,.12);object-fit:cover;max-height:420px}.custom-quote{font-size:26px;font-weight:800;line-height:1.45;color:#0b4778;border-left:8px solid #0ea5e9;padding:26px;background:#fff;border-radius:22px}.custom-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.custom-btn{display:inline-flex;align-items:center;gap:8px;background:#0b72b9;color:#fff;text-decoration:none;padding:13px 18px;border-radius:16px;font-weight:800}.custom-btn.alt{background:#ecfeff;color:#075985}.custom-empty{padding:70px 0;text-align:center;color:#64748b}.custom-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.custom-table th,.custom-table td{padding:14px;border-bottom:1px solid #e2e8f0;text-align:left}.custom-table th{background:#eff6ff}.custom-page-breadcrumb{font-size:14px;margin-bottom:18px;color:#dbeafe}.custom-page-breadcrumb a{color:#fff;text-decoration:none}@media(max-width:760px){.custom-hero{padding:38px 0}.custom-hero .container,.custom-img-text{grid-template-columns:1fr}.custom-grid{grid-template-columns:1fr}.custom-card{padding:20px}.custom-section{padding:26px 0}.custom-hero img{max-height:260px}.custom-quote{font-size:20px}.custom-table{font-size:14px}}
