.home-hero{padding:3rem 1rem;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,var(--primary-50),var(--primary-100));border-radius:.5rem}.dark-theme .home-hero{background:linear-gradient(135deg,rgba(100,181,246,.1),rgba(100,181,246,.05))}.home-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,var(--accent-color),var(--accent-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.home-hero-description{font-size:1.125rem;max-width:800px;margin:0 auto;color:var(--text-color);line-height:1.6}.home-section{margin-bottom:3rem;padding:0 1rem}.home-section-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:var(--text-color)}.home-section-description{text-align:center;max-width:800px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6;color:var(--text-color)}.home-tools{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.home-tool-card{background-color:var(--card-bg);border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;height:100%;border:1px solid var(--border-color)}.home-tool-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.07),0 4px 6px rgba(0,0,0,.05)}.home-tool-icon{font-size:2.5rem;margin-bottom:1rem;color:var(--accent-color);text-align:center}.home-tool-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-color)}.home-tool-description{flex-grow:1;margin-bottom:1.5rem;line-height:1.5;color:var(--text-color)}.home-tool-features{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.home-tool-feature{display:flex;align-items:center;font-size:.9375rem;color:var(--text-color)}.home-tool-feature-icon{color:var(--accent-color);margin-right:.5rem;font-size:.875rem}.home-tool-link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background-color:var(--accent-color);color:#ffffff!important;border-radius:.375rem;font-weight:500;text-decoration:none;transition:background-color .2s;align-self:center;width:100%}.home-tool-link svg{margin-left:.5rem;transition:transform .2s;color:#ffffff!important}.home-tool-link:hover{background-color:var(--accent-hover);color:#ffffff!important}.home-tool-link:hover svg{transform:translateX(3px)}.home-about-action{text-align:center;margin-top:1.5rem}.home-about-link{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background-color:var(--primary-50);color:var(--accent-color);border-radius:.375rem;font-weight:500;text-decoration:none;transition:background-color .2s}.home-about-link:hover{background-color:var(--primary-100)}.home-about-link svg{margin-right:.5rem}.home-footer{text-align:center;padding:2rem 0;border-top:1px solid var(--border-color);margin-top:3rem;font-size:.875rem;color:var(--text-secondary)}.home-footer p{margin-bottom:.5rem}@media (max-width:768px){.home-hero-title{font-size:2rem}.home-hero-description{font-size:1rem}.home-section-title{font-size:1.75rem}.home-tools{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1200px){.home-tools{grid-template-columns:repeat(2,1fr)}}