.customer-page{padding:18px 12px 32px}.customer-hero{padding:24px;border-radius:16px;background:linear-gradient(135deg,var(--primary-color,#0f2d5c),var(--accent-color,#1d4ed8));color:#fff;margin-bottom:14px}.customer-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;opacity:.9}.customer-hero h1{margin:5px 0 6px;font-size:clamp(26px,3vw,40px)}.customer-hero p{margin:0;max-width:850px}.customer-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.customer-tabs a{padding:10px 14px;border:1px solid #dbe4ef;border-radius:999px;text-decoration:none;color:#334155;background:#fff;font-weight:700}.customer-tabs a.active{background:var(--primary-color,#0f2d5c);color:#fff;border-color:transparent}.customer-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-extra{margin-top:12px;padding-top:12px;border-top:1px dashed #cbd5e1}.customer-form .field{display:flex;flex-direction:column;gap:5px}.customer-form label{font-weight:700;color:#334155}.customer-form input,.customer-form select,.customer-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:9px;padding:10px 12px;font:inherit;background:#fff}.customer-form input:focus,.customer-form select:focus,.customer-form textarea:focus{outline:2px solid color-mix(in srgb,var(--accent-color,#1d4ed8) 30%,transparent);border-color:var(--accent-color,#1d4ed8)}.field-wide{margin-top:12px}.customer-consent{display:flex;gap:8px;align-items:flex-start;margin:14px 0;font-weight:500!important}.customer-consent input{width:auto;margin-top:4px}.customer-submit{border:0;border-radius:10px;padding:11px 18px;background:var(--primary-color,#0f2d5c);color:#fff;font-weight:800;cursor:pointer}.customer-success{display:flex;gap:10px;flex-wrap:wrap;padding:12px 14px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:10px}.customer-validation{color:#b91c1c;margin-bottom:10px}.customer-honeypot{position:absolute!important;left:-99999px!important;width:1px;height:1px;overflow:hidden}.customer-quick-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.customer-quick-links a{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:inherit;text-decoration:none;font-weight:700}@media(max-width:700px){.customer-grid{grid-template-columns:1fr}.customer-form{padding:14px}.customer-hero{padding:18px}}

/* tblZone-driven Customer Module placement */
.customer-header-links{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.customer-header-links a{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #dbe4ef;border-radius:999px;background:#fff;color:var(--primary-color,#0f2d5c);text-decoration:none;font-size:13px;font-weight:800}.customer-zone-home-block{padding-top:12px;padding-bottom:2px}.customer-zone-home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.customer-zone-home-card{display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid #dbe4ef;border-radius:13px;background:#fff;color:#1f2937;text-decoration:none;box-shadow:0 5px 18px rgba(15,23,42,.05);transition:transform .16s ease,box-shadow .16s ease}.customer-zone-home-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(15,23,42,.09)}.customer-zone-home-icon{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--accent-color,#1d4ed8) 12%,white);color:var(--accent-color,#1d4ed8)}@media(max-width:700px){.customer-header-links{justify-content:flex-start}.customer-zone-home-grid{grid-template-columns:1fr}}


/* 2026-08-13: Public contrast/cache-safe overrides. Keep this block last. */
.customer-page .customer-hero {
    color: #ffffff !important;
}
.customer-page .customer-hero h1,
body .customer-page .customer-hero h1 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.22);
    font-weight: 800;
}
.customer-page .customer-hero .customer-kicker {
    color: #eaf2ff !important;
    -webkit-text-fill-color: #eaf2ff !important;
    opacity: 1 !important;
}
.customer-page .customer-hero p {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
    opacity: .96 !important;
}
.customer-page .customer-hero .customer-quick-links a,
.customer-page .customer-hero .customer-quick-links a:visited,
.customer-page .customer-hero .customer-quick-links a:hover,
.customer-page .customer-hero .customer-quick-links a:focus {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
