html{width:100%;height:100%;margin:0;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;width:100%;min-height:100vh;background-color:#fff;color:#1a1a1a}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;padding:1rem 0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#2196f3,#03a9f4);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.logo-text{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#2196f3,#03a9f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#4a4a4a;font-weight:500;font-size:1rem;transition:color .2s}.nav-link:hover{color:#2196f3}.header-actions{display:flex;gap:1rem;align-items:center}.log-in-btn{background:none;border:none;color:#4a4a4a;font-weight:500;font-size:1rem;cursor:pointer;padding:.5rem 1rem;transition:color .2s}.log-in-btn:hover{color:#2196f3}.sign-up-btn{background:linear-gradient(135deg,#2196f3,#03a9f4);border:none;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;padding:.75rem 1.5rem;border-radius:8px;transition:transform .2s,box-shadow .2s}.sign-up-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #2196f366}@media(max-width:768px){.nav{display:none}}.hero{padding:150px 2rem 100px;background:linear-gradient(180deg,#f8fbff,#fff);min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#2196f31a;border:1px solid rgba(33,150,243,.2);padding:.75rem 1.5rem;border-radius:50px;color:#2196f3;font-weight:500;font-size:.95rem;margin-bottom:2rem}.badge-dot{width:8px;height:8px;background:#2196f3;border-radius:50%}.hero-title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.title-gradient{background:linear-gradient(135deg,#2196f3,#03a9f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-black{color:#1a1a1a}.hero-description{font-size:1.25rem;color:#5a5a5a;max-width:800px;margin:0 auto 3rem;line-height:1.8}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:5rem}.btn-primary{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2196f3,#03a9f4);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2196f366}.btn-secondary{display:flex;align-items:center;gap:.5rem;background:#fff;color:#2196f3;border:2px solid #2196F3;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#2196f30d;transform:translateY(-2px)}.stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.stat-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#2196f3,#03a9f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:#5a5a5a;font-size:1rem;font-weight:500}@media(max-width:768px){.hero{padding:120px 1.5rem 80px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column}.stats-container{grid-template-columns:1fr;gap:1rem}}.featured-professionals{padding:100px 2rem;background:linear-gradient(180deg,#fff,#f8fbff)}.featured-container{max-width:1400px;margin:0 auto;text-align:center}.explore-all-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#2196f3;border:2px solid #2196F3;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:3rem}.explore-all-btn:hover{background:#2196f30d;transform:translateY(-2px)}.featured-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#2196f3,#03a9f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-subtitle{font-size:1.15rem;color:#5a5a5a;text-align:center;max-width:700px;margin:0 auto 4rem;line-height:1.6}.professionals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.professional-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.professional-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.card-image-container{position:relative;width:100%;height:320px;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.professional-card:hover .card-image{transform:scale(1.05)}.episodes-badge{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2196f3;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600}.card-content{padding:1.5rem}.professional-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.professional-title{font-size:1rem;color:#2196f3;font-weight:600;margin-bottom:.25rem}.professional-field{font-size:.95rem;color:#7a7a7a;margin-bottom:1.5rem}.view-episodes-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:linear-gradient(135deg,#2196f3,#03a9f4);color:#fff;border:none;padding:.9rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.view-episodes-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2196f366}@media(max-width:1024px){.professionals-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.featured-title{font-size:2rem}.professionals-grid{grid-template-columns:1fr}}.how-it-works{padding:100px 2rem;background:#fff}.how-container{max-width:1400px;margin:0 auto}.how-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1rem;color:#1a1a1a}.how-subtitle{font-size:1.15rem;color:#5a5a5a;text-align:center;max-width:700px;margin:0 auto 5rem;line-height:1.6}.steps-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:2rem;margin-bottom:5rem;align-items:start}.step-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 30px #00000014;transition:transform .3s,box-shadow .3s}.step-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.step-icon-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#2196f3,#03a9f4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-icon{width:64px;height:64px;background:linear-gradient(135deg,#2196f31a,#03a9f41a);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2196f3}.step-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.step-description{font-size:1rem;color:#5a5a5a;line-height:1.6;margin-bottom:1.5rem}.step-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.step-features li{display:flex;align-items:center;gap:.75rem;color:#4a4a4a;font-size:.95rem}.feature-dot{width:8px;height:8px;background:#2196f3;border-radius:50%;flex-shrink:0}.step-connector{width:60px;height:3px;background:linear-gradient(90deg,#2196f3,#03a9f4);margin-top:80px;border-radius:2px}.cta-section{text-align:center;padding:3rem 0}.cta-text{font-size:1.5rem;color:#1a1a1a;margin-bottom:2rem;font-weight:500}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2196f3,#03a9f4);color:#fff;border:none;padding:1rem 2.5rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2196f366}@media(max-width:1024px){.steps-grid{grid-template-columns:1fr;gap:3rem}.step-connector{display:none}}@media(max-width:768px){.how-title{font-size:2rem}.step-card{padding:2rem}}.testimonials{padding:100px 2rem;background:linear-gradient(180deg,#f8fbff,#e8f4ff)}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#2196f3,#03a9f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-subtitle{font-size:1.15rem;color:#5a5a5a;text-align:center;max-width:700px;margin:0 auto 4rem;line-height:1.6}.carousel-wrapper{position:relative;display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.carousel-btn{width:56px;height:56px;border-radius:50%;border:2px solid #2196F3;background:#fff;color:#2196f3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;z-index:10}.carousel-btn:hover{background:#2196f3;color:#fff;transform:scale(1.1)}.testimonials-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;flex:1}.testimonial-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 30px #00000014;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px #0000001f}.stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonial-text{font-size:1rem;color:#4a4a4a;line-height:1.7;font-style:italic;margin-bottom:2rem;flex:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:1rem;font-weight:700;color:#1a1a1a}.author-role{font-size:.9rem;color:#7a7a7a}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem}.dot{width:40px;height:4px;border-radius:2px;border:none;background:#2196f333;cursor:pointer;transition:all .3s}.dot.active{background:#2196f3;width:60px}.auto-play-text{text-align:center;color:#7a7a7a;font-size:.9rem}@media(max-width:1024px){.testimonials-carousel{grid-template-columns:repeat(2,1fr)}.testimonial-card:last-child{display:none}}@media(max-width:768px){.testimonials-title{font-size:2rem}.carousel-wrapper{gap:1rem}.carousel-btn{width:44px;height:44px}.testimonials-carousel{grid-template-columns:1fr}.testimonial-card:nth-child(n+2){display:none}}.footer{background:linear-gradient(135deg,#2196f3,#1976d2);padding:60px 2rem 30px;color:#fff}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo-icon{width:40px;height:40px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.3rem}.footer-logo-text{font-size:1.75rem;font-weight:700;color:#fff}.footer-tagline{font-size:1rem;line-height:1.6;color:#ffffffe6;max-width:350px}.social-links{display:flex;gap:1rem}.social-link{width:44px;height:44px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s;text-decoration:none}.social-link:hover{background:#ffffff40;transform:translateY(-2px)}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-list a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-list a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.95rem}.footer-bottom-links{display:flex;align-items:center;gap:1rem}.footer-bottom-links a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.separator{color:#fff6}@media(max-width:1024px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;overflow-x:hidden}.App{width:100%;min-height:100vh}html{scroll-behavior:smooth;width:100%;margin:0;padding:0}a{text-decoration:none;color:inherit}button{font-family:inherit}::selection{background-color:#2196f34d;color:#1a1a1a}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#2196f3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1976d2}
