.solution-showcase{padding:clamp(48px,6vw,78px) var(--gutter);background:linear-gradient(135deg,#111315,#25282d);color:#fff}.solution-showcase-inner{width:min(100%,1100px);margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,5vw,64px);align-items:center}.solution-visual{min-height:300px;border:1px solid rgba(232,189,85,.35);border-radius:14px;background:radial-gradient(circle at 35% 30%,rgba(201,145,32,.22),transparent 35%),linear-gradient(145deg,#1b1e22,#0b0d0f);display:grid;place-items:center;box-shadow:0 22px 60px rgba(0,0,0,.25)}.solution-mark{text-align:center}.solution-mark-icon{width:90px;height:90px;margin:0 auto 18px;display:grid;place-items:center;border:2px solid var(--gold);border-radius:22px;color:var(--gold-light);font-size:44px;font-weight:900}.solution-mark strong{display:block;font-size:clamp(24px,3vw,36px);letter-spacing:-.04em}.solution-mark span{display:block;margin-top:5px;color:#aeb3ba;font-size:12px}.solution-copy h2{margin:10px 0 14px;font-size:clamp(32px,4vw,48px);line-height:1.02;letter-spacing:-.05em}.solution-copy>p{margin:0;color:#c9ccd0;font-size:14px;line-height:1.7}.solution-features{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin:22px 0;padding:0;list-style:none}.solution-features li{position:relative;padding-left:20px;color:#e4e6e8;font-size:12px}.solution-features li:before{content:"✓";position:absolute;left:0;color:var(--gold-light);font-weight:900}.solution-actions{display:flex;flex-wrap:wrap;gap:12px}.solution-actions .btn.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}.product-hero{padding:64px var(--gutter);background:radial-gradient(circle at 75% 20%,rgba(201,145,32,.22),transparent 28%),linear-gradient(135deg,#25282d,#0f1114);color:#fff}.product-hero-inner{width:min(100%,1100px);margin:auto}.product-hero h1{max-width:830px;margin:10px 0 14px;font-size:clamp(42px,5vw,62px);line-height:1;letter-spacing:-.055em}.product-hero p{max-width:730px;color:#c9ccd0;font-size:15px}.product-grid{width:min(100%,1100px);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-card{padding:22px;border:1px solid var(--line);border-radius:10px;background:#fff}.product-card strong{color:var(--gold-dark)}.product-card p{margin:8px 0 0;color:var(--text);font-size:13px}.product-note{width:min(100%,900px);margin:auto;padding:18px 20px;border-left:4px solid var(--gold);background:#fff}.product-cta{width:min(100%,900px);margin:auto;padding:28px;border-radius:12px;background:#17191c;color:#fff;text-align:center}.product-cta h2{margin:0 0 9px}.product-cta p{margin:0 0 18px;color:#c9ccd0}@media(max-width:800px){.solution-showcase-inner{grid-template-columns:1fr}.solution-visual{min-height:230px}.product-grid{grid-template-columns:1fr}.solution-features{grid-template-columns:1fr}}

@media(max-width:640px){
  .solution-showcase{padding:40px 20px}
  .solution-visual{min-height:210px}
  .solution-mark span{font-size:14px}
  .solution-copy>p,.solution-features li,.product-hero p,.product-card p,.product-note p,.product-cta p{font-size:16px;line-height:1.65}
  .solution-actions{flex-direction:column}
  .solution-actions .btn{width:100%}
  .product-card,.product-cta{padding:24px 20px}
}
