.home-main{text-align:center;flex-direction:column;gap:48px;max-width:1000px;margin:0 auto;padding:2rem 0;display:flex}.home-hero{max-width:700px;margin:0 auto}.home-title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.home-subtitle{color:#666;margin:0;font-size:1.1rem}.home-tools{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;padding:0 1rem;display:grid}.home-tool{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e1e5e9;border-radius:12px;flex-direction:column;height:100%;padding:2rem 1.5rem;display:flex}.home-tool-icon{color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;display:flex}.home-tool h2{color:#1a1a1a;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.home-tool p{color:#666;flex-grow:1;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.home-tool-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;max-width:200px;padding:.75rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.home-tool-button:hover{opacity:.9}@media (max-width:600px){.home-main{align-items:center;gap:32px;padding:1rem}.home-title{font-size:2rem}.home-subtitle{font-size:1rem}.home-tools{grid-template-columns:1fr;gap:1.5rem;padding:0}.home-tool{padding:1.5rem 1rem}}
