.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-content{z-index:2}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.brand-name{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--gray-900);letter-spacing:-.02em;line-height:1.1}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:300;color:var(--red-primary);letter-spacing:.02em}.hero-description{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--gray-600);max-width:600px;margin-bottom:2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none}.cta-primary{background-color:var(--red-primary);color:#fff;box-shadow:0 4px 14px #dc26264d}.cta-primary:hover{background-color:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.cta-secondary{background-color:transparent;color:var(--gray-900);border:2px solid var(--gray-300)}.cta-secondary:hover{background-color:var(--gray-900);color:#fff;border-color:var(--gray-900);transform:translateY(-2px)}.hero-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-visual:before,.hero-visual:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid var(--red-primary);opacity:0;pointer-events:none}.hero-visual:before{width:400px;height:400px;animation:wave-ring 3s ease-out infinite}.hero-visual:after{width:400px;height:400px;animation:wave-ring 3s ease-out 1.5s infinite}.wave-animation{width:400px;height:400px;border-radius:50%;background-color:#eff1f6;position:relative;overflow:hidden;box-shadow:0 20px 60px #dc26264d}.wave{position:absolute;top:70%;left:-50%;width:800px;height:800px;background-color:#c41e3a;border-radius:35%;animation-name:waves;animation-timing-function:linear;animation-iteration-count:infinite}.wave.one{animation-duration:7s;opacity:.4}.wave.two{background-color:#ff6b6b;animation-duration:9s}.wave.three{animation-duration:12s}@keyframes waves{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wave-ring{0%{width:100%;height:100%;opacity:.6}to{width:150%;height:150%;opacity:0}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,var(--red-primary),transparent);animation:scroll-down 2s ease-in-out infinite}@keyframes scroll-down{0%,to{opacity:0;transform:translateY(-10px)}50%{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{order:1}.hero-visual{order:2;height:300px}.hero-visual:before,.hero-visual:after{width:250px;height:250px}.wave-animation{width:250px;height:250px}.wave{width:500px;height:500px}.hero-cta{justify-content:center}.hero-description{margin-left:auto;margin-right:auto}}@media (max-width: 640px){.hero{min-height:auto;padding:4rem 0}.hero-cta{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%}.hero-visual:before,.hero-visual:after{width:200px;height:200px}.wave-animation{width:200px;height:200px}.wave{width:400px;height:400px}}.services{padding:6rem 2rem;background-color:#fff}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--gray-900);margin-bottom:1rem;letter-spacing:-.02em}.services-subtitle{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--gray-600);max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{padding:2.5rem;background:var(--gray-50);border-radius:16px;transition:all .3s ease;border:2px solid transparent}.service-card:hover{transform:translateY(-8px);border-color:var(--red-primary);box-shadow:0 20px 40px #0000001a;background:#fff}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.service-description{font-size:1rem;color:var(--gray-600);line-height:1.7}@media (max-width: 768px){.services{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}}.app{min-height:100vh}:root{--red-primary: #DC2626;--red-dark: #991B1B;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-900: #111827;--gray-800: #1F2937;--gray-700: #374151;--gray-600: #4B5563}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gray-50);color:var(--gray-900);line-height:1.6}html{scroll-behavior:smooth}button{font-family:inherit}
