.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#1e1b4b 100%)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.1}.hero-grid{width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,0.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.1) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0,0)}100%{transform:translate(50px,50px)}}.hero-content{position:relative;z-index:2;width:100%}.hero-container{max-width:800px;margin:0 auto;padding:2rem;text-align:center;color:white}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:50px;padding:0.5rem 1rem;margin-bottom:2rem;font-size:0.875rem;font-weight:500;animation:fadeIn 1s ease-out}.badge-pulse{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.2)}}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;animation:fadeIn 1s ease-out 0.2s both}.gradient-text{background:linear-gradient(135deg,#8b93ff 0%,#4ade80 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:rgba(255,255,255,0.9);margin-bottom:3rem;animation:fadeIn 1s ease-out 0.4s both}.email-capture{animation:fadeIn 1s ease-out 0.6s both}.email-form{max-width:500px;margin:0 auto}.form-group{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.email-input{flex:1;min-width:250px;padding:1rem 1.25rem;border:2px solid rgba(255,255,255,0.2);border-radius:12px;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);color:white;font-size:1rem;transition:all 0.3s ease}.email-input::placeholder{color:rgba(255,255,255,0.7)}.email-input:focus{outline:none;border-color:#8b93ff;box-shadow:0 0 0 4px rgba(139,147,255,0.2)}.cta-button{display:flex;align-items:center;gap:0.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#8b93ff 0%,#6366f1 100%);border:none;border-radius:12px;color:white;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s ease;min-width:160px;justify-content:center;box-shadow:0 4px 15px rgba(139,147,255,0.4)}.cta-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,147,255,0.5)}.arrow-icon{width:1rem;height:1rem;transition:transform 0.3s ease}.cta-button:hover .arrow-icon{transform:translateX(4px)}.form-disclaimer{color:rgba(255,255,255,0.7);font-size:0.875rem;margin:0}.about-section{padding:5rem 0;background:var(--bg)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-content h2{font-size:2.5rem;color:var(--text);margin-bottom:2rem;font-weight:700}.about-text p{font-size:1.125rem;line-height:1.7;color:var(--text-light);margin-bottom:1.5rem}.features-preview{display:flex;flex-direction:column;gap:1.5rem}.feature-card{background:var(--card-bg);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow);transition:all 0.3s ease;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;color:var(--text);margin-bottom:0.5rem;font-weight:600}.feature-card p{color:var(--text-light);margin:0;line-height:1.5}.professionals-section{padding:5rem 0;background:var(--card-bg)}.professionals-section h2{text-align:center;font-size:2.5rem;color:var(--text);margin-bottom:3rem;font-weight:700}.professionals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.professional-card{text-align:center;padding:2rem;background:var(--bg);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:all 0.3s ease;border:1px solid var(--border)}.professional-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.professional-icon{font-size:3rem;margin-bottom:1rem}.professional-card h3{font-size:1.25rem;color:var(--text);margin-bottom:0.5rem;font-weight:600}.professional-card p{color:var(--text-light);margin:0;line-height:1.5}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);color:white}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.25rem;margin-bottom:3rem;color:rgba(255,255,255,0.9);line-height:1.6}.cta-form-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cta-email-input{flex:1;min-width:300px;max-width:400px;padding:1rem 1.25rem;border:2px solid rgba(255,255,255,0.2);border-radius:12px;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);color:white;font-size:1rem;transition:all 0.3s ease}.cta-email-input::placeholder{color:rgba(255,255,255,0.7)}.cta-email-input:focus{outline:none;border-color:#8b93ff;box-shadow:0 0 0 4px rgba(139,147,255,0.2)}.cta-submit-button{padding:1rem 2rem;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);border:none;border-radius:12px;color:white;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(74,222,128,0.4)}.cta-submit-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(74,222,128,0.5)}.privacy-checkbox label{color:white;display:grid;grid-template-columns:auto 1fr;gap:1em;align-items:start}.privacy-checkbox p{text-align:left;font-size:1em;margin-bottom:0}.privacy-checkbox input{margin-top:0.4em}.privacy-checkbox a{color:var(--text-lighter)}.form-disclaimer{margin-top:1em;font-size:1em}.form-message{margin-top:1em;font-weight:bold}@media (max-width:768px){.hero-container{padding:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.form-group{flex-direction:column}.email-input{min-width:auto}.about-grid{grid-template-columns:1fr;gap:3rem}.about-content h2,.professionals-section h2,.cta-content h2{font-size:2rem}.professionals-grid{grid-template-columns:1fr}.cta-form-group{flex-direction:column;align-items:center}.cta-email-input{min-width:auto;max-width:none;width:100%}.container{padding:0 1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.about-content h2,.professionals-section h2,.cta-content h2{font-size:1.75rem}.about-text p,.cta-content p{font-size:1rem}.feature-card,.professional-card{padding:1.5rem}}