
:root{--navy:#07395b;--green:#159447;--soft:#f2f7f9;--border:#d7e3e9;--muted:#667887}
.grouped-hero{padding:48px 0 34px;color:#fff;background:linear-gradient(120deg,#052f50,#0b5b71 65%,#168551)}
.grouped-hero h1{margin:7px 0;color:#fff;font-size:clamp(2.2rem,4vw,3.8rem)}
.grouped-hero p{margin:0;max-width:760px}
.grouped-shell{width:min(1120px,calc(100% - 32px));margin:34px auto 70px;display:grid;gap:22px}
.service-choice,.grouped-panel,.account-choice-card{
  padding:clamp(24px,4vw,42px);background:#fff;border:1px solid var(--border);
  border-radius:20px;box-shadow:0 16px 46px rgba(7,57,91,.08)
}
.service-choice{display:grid;grid-template-columns:90px 1fr;gap:22px;align-items:center}
.choice-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(145deg,var(--navy),var(--green));font-size:1.4rem;font-weight:900}
.service-choice span{color:var(--green);font-size:.77rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.service-choice h2,.grouped-panel h2,.account-choice-card h2{margin:5px 0;color:var(--navy)}
.service-choice p,.grouped-panel p,.account-choice-card p{color:var(--muted);line-height:1.6}
.grouped-button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 18px;border-radius:10px;font-weight:800;text-decoration:none;border:0;cursor:pointer}
.grouped-button.primary{color:#fff;background:var(--green)}
.grouped-button.secondary{color:var(--navy);background:#eef4f7;border:1px solid var(--border)}
.back-home{margin-left:auto;color:var(--navy);font-weight:800}
.agents-layout{grid-template-columns:1.1fr .9fr;align-items:start}
.agent-list{display:grid;gap:13px}.agent-list article{padding:17px;border:1px solid var(--border);border-radius:13px}
.agent-list h3{margin:0;color:var(--navy)}.agent-list small{color:var(--muted)}
.empty-agent{background:var(--soft)}
.grouped-form{display:grid;gap:14px}.grouped-form label{display:grid;gap:7px;font-weight:700;font-size:.87rem}
.grouped-form input,.grouped-form textarea{width:100%;border:1px solid #c7d5dd;border-radius:9px;padding:11px;font:inherit}
.grouped-message{display:none;margin-top:12px;padding:13px;border-radius:9px;color:#1b6a3c;background:#eaf8ef}.grouped-message.show{display:block}
.account-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.account-choice-card{text-align:center}.account-choice-card .choice-icon{margin:0 auto 14px}
.otp-header{margin-bottom:18px}.otp-header span{color:var(--green);font-size:.76rem;font-weight:800;text-transform:uppercase}.otp-header h3{margin:5px 0;color:var(--navy)}
.prototype-otp{margin-top:12px;padding:14px;border-left:4px solid var(--green);border-radius:9px;background:#eef9f2;color:var(--navy)}
.prototype-otp strong,.prototype-otp small{display:block}.prototype-otp strong{font-size:1.1rem}.prototype-otp small{margin-top:5px;color:var(--muted)}
@media(max-width:800px){.agents-layout,.account-choice-grid{grid-template-columns:1fr}.service-choice{grid-template-columns:1fr}.choice-icon{width:62px;height:62px}}
