.homepage-container{min-height:100vh;background:linear-gradient(135deg,#6b7280,#ef4444);color:white;padding:0}.hero-section,.homepage-container{display:flex;flex-direction:column}.hero-section{justify-content:center;align-items:center;min-height:50vh;text-align:center;padding:40px 20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.homepage-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500;opacity:.9}.hero-description{font-size:1.2rem;margin-bottom:1.5rem;max-width:600px;line-height:1.6;opacity:.8}.cta-button{background:#ef4444;color:white;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(239,68,68,.3)}.cta-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px rgba(239,68,68,.4)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:60px 20px;max-width:1200px;margin:0 auto;background:white;color:#333}.feature-card{background:white;padding:30px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease;border:1px solid #f0f0f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#6b7280,#ef4444);border-radius:50%;margin-bottom:20px;color:white}.feature-card h3{font-size:1.4rem;font-weight:600;margin-bottom:15px;color:#1f2937}.feature-card p{font-size:1rem;line-height:1.6;color:#6b7280}.about-section{background:#f8f9fa;padding:60px 20px;color:#333}.about-section h2{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:40px;color:#1f2937}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;line-height:1.7;margin-bottom:40px;color:#4b5563}.tech-stack h3{font-size:1.3rem;font-weight:600;margin-bottom:20px;color:#1f2937}.tech-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.tech-badge{background:linear-gradient(135deg,#6b7280,#ef4444);color:white;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500}.footer-cta{background:#374151;padding:40px 20px;text-align:center;color:white}.footer-cta p{font-size:1.3rem;margin-bottom:30px;font-weight:500}.secondary-button{background:transparent;color:white;border:2px solid white;padding:12px 30px;border-radius:8px;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease}.secondary-button:hover{background:white;color:#374151}@media (max-width:768px){.homepage-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-section{min-height:40vh;padding:30px 20px}.features-grid{grid-template-columns:1fr}.about-section,.features-grid{padding:40px 20px}.about-section h2{font-size:2rem}}@media (max-width:480px){.homepage-title{font-size:2.5rem}.hero-section{min-height:35vh;padding:25px 15px}.features-grid{padding:30px 15px}.feature-card{padding:20px}.about-section,.footer-cta{padding:30px 15px}}