.dashboard-home{flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex}.dashboard-home-hero{flex-direction:column;justify-content:center;align-items:center;padding:8px 4px;display:flex}.dashboard-home-title{color:var(--text-main);letter-spacing:-.04em;text-align:center;font-size:clamp(40px,6vw,76px);font-weight:700;line-height:.95}.dashboard-home-title span{color:var(--primary-color)}.dashboard-home-subtitle{color:var(--text-secondary);text-align:center;max-width:620px;margin-top:16px;font-size:16px;line-height:1.6}.dashboard-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.dashboard-home-link-card{display:block}.dashboard-home-service-card{padding:24px;transition:all .2s}.dashboard-home-link-card:hover .dashboard-home-service-card{border-color:var(--border-strong);background:var(--bg-hover);transform:translateY(-2px)}.dashboard-home-service-content{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dashboard-home-service-content h2{color:var(--text-main);margin-bottom:10px;font-size:34px;font-weight:700;line-height:1}.dashboard-home-service-content p{color:var(--text-secondary);max-width:420px;font-size:15px;line-height:1.6}.dashboard-home-service-action{background:var(--primary-color);color:#fff;border-radius:999px;flex-shrink:0;padding:14px 22px;font-size:15px;font-weight:600}.dashboard-home-card-image{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--bg-soft), var(--bg-hover));border:1px solid var(--border-color);width:100%;height:280px}@media (max-width:1100px){.dashboard-home-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-home-title{line-height:1.02}.dashboard-home-service-content{flex-direction:column;align-items:flex-start}.dashboard-home-service-content h2{font-size:28px}.dashboard-home-card-image{height:220px}}
