
.productHeroGrid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;align-items:stretch}.productBadge{display:inline-flex;gap:8px;align-items:center;padding:7px 10px;border-radius:999px;background:#fff3e6;border:1px solid #f3d5b4;color:#9a511d;font-size:12px;font-weight:900}.productIconPanel{display:grid;place-items:center;min-height:260px;border-radius:22px;background:linear-gradient(145deg,#0b2340,#225f93);color:#fff;font-size:110px;box-shadow:var(--shadow)}.processGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.processCard{padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff}.processNo{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#0b2340;color:#fff;font-weight:900;margin-bottom:8px}.callout{padding:16px;border-radius:16px;background:#eef6ff;border-left:5px solid #225f93}.warningCallout{background:#fff5e9;border-left-color:#f28c45}.campaignLine{font-size:clamp(18px,2.7vw,28px);font-weight:950;color:#0b2340;letter-spacing:.02em}.campaignLine em{color:#f28c45;font-style:normal}.productList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.productList li{list-style:none;padding:10px 12px;border-radius:12px;background:#f8fbfd;border:1px solid #e4ebf2}.productList li:before{content:'✓';color:#1a7f37;font-weight:900;margin-right:8px}@media(max-width:800px){.productHeroGrid,.processGrid{grid-template-columns:1fr}.productIconPanel{min-height:180px}.productList{grid-template-columns:1fr}}
