
:root{
  --gi-hero-bg: linear-gradient(135deg, rgba(31,79,255,.10), rgba(15,23,42,.04));
  --gi-soft: rgba(31,79,255,.07);
  --gi-soft-2: rgba(15,23,42,.05);
}
.commercial-shell{padding-bottom:28px}
.hero-card{background:var(--gi-hero-bg), var(--card);overflow:hidden}
.hero-toolbar{align-items:flex-start}
.brand-block{display:flex;gap:12px;align-items:flex-start}
.brand-logo{width:50px;height:50px;object-fit:cover;border-radius:12px;border:1px solid var(--border);background:#fff}
.eyebrow{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--gi-soft);border:1px solid var(--border);font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:8px}
.hero-sub{max-width:880px}
.hero-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:14px;margin-top:12px}
.section-title{font-size:26px;line-height:1.1;margin:0 0 10px}
.hero-copy{font-size:14px;line-height:1.55;color:var(--text);max-width:760px}
.cta-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.cta-row.compact{margin-top:10px}
.btn-hero{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;font-weight:700;font-size:13px;border:1px solid var(--border);text-decoration:none}
.btn-hero.primary{background:var(--accent);color:var(--accentText);border-color:transparent}
.btn-hero.secondary{background:var(--card);color:var(--text)}
.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}
.trust-item{padding:10px;border:1px solid var(--border);border-radius:12px;background:rgba(255,255,255,.55);font-size:12px;line-height:1.4}
:root[data-theme="dark"] .trust-item{background:rgba(255,255,255,.03)}
.hero-side{display:grid;gap:10px}
.metric-card{padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--card);box-shadow:var(--shadow)}
.metric-card.accent{background:linear-gradient(135deg, rgba(31,79,255,.10), rgba(31,79,255,.02))}
.metric-card.soft{background:linear-gradient(135deg, rgba(15,23,42,.06), rgba(255,255,255,.70))}
:root[data-theme="dark"] .metric-card.soft{background:linear-gradient(135deg, rgba(255,255,255,.04), rgba(11,16,32,.78))}
.metric-label{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:700}
.metric-value{font-size:22px;font-weight:700;line-height:1.1;margin:6px 0}
.metric-sub{font-size:12px;color:var(--muted);line-height:1.4}
.section-card{padding:14px}
.section-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-bottom:12px}
.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.step-card{padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--card)}
.step-card span{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:var(--accentText);font-weight:700;margin-bottom:8px;font-size:12px}
.step-card h3{margin:0 0 6px;font-size:15px}
.step-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}
.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.module-card{padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--card);display:flex;flex-direction:column;gap:8px;min-height:200px}
.module-top{display:flex;justify-content:space-between;gap:8px;align-items:center}
.module-icon{font-size:21px}
.module-card h3{margin:0;font-size:16px}
.module-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.4;flex:1}
.module-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
.experts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}
.expert-card{padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--card)}
.expert-name{font-size:16px;font-weight:700;margin-bottom:6px}
.expert-card p{font-size:12px;line-height:1.45;color:var(--muted)}
.cta-band{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;background:linear-gradient(135deg, rgba(31,79,255,.09), rgba(22,163,74,.05))}
.public-shell{display:grid;gap:14px;padding-bottom:24px}
.list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}
.profile-card,.form-card{padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--card)}
.profile-card h3,.form-card h3{margin:0 0 8px;font-size:16px}
.meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.meta-box{padding:9px;border:1px solid var(--border);border-radius:10px;background:rgba(0,0,0,.02);font-size:12px}
:root[data-theme="dark"] .meta-box{background:rgba(255,255,255,.03)}
.form-card form{display:grid;gap:9px}
.form-card textarea{min-height:100px;padding:10px;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--text);font-size:13px}
.hero-mini{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;flex-wrap:wrap}
.notice-ok,.notice-warn{padding:10px 12px;border-radius:12px;border:1px solid var(--border);font-size:12px;line-height:1.4}
.notice-ok{background:rgba(22,163,74,.08);border-color:rgba(22,163,74,.28)}
.notice-warn{background:rgba(249,115,22,.08);border-color:rgba(249,115,22,.28)}
@media (max-width: 980px){
  .hero-grid,.steps-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .section-title{font-size:22px}
}
@media (max-width: 640px){
  .commercial-shell{padding-bottom:18px}
  .brand-logo{width:42px;height:42px;border-radius:10px}
  .eyebrow{font-size:10px;padding:4px 8px}
  .section-title{font-size:19px}
  .hero-copy{font-size:12px;line-height:1.45}
  .btn-hero{width:100%;font-size:12px;padding:9px 12px}
  .metric-value{font-size:20px}
  .metric-sub,.trust-item,.step-card p,.module-card p,.expert-card p{font-size:11px}
  .module-card,.step-card,.expert-card,.profile-card,.form-card,.section-card,.metric-card{padding:12px;border-radius:12px}
  .modules-grid,.experts-grid,.list-grid,.meta-grid{grid-template-columns:1fr}
}
