.hero{background:var(--primary-gradient);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:8rem 2rem 6rem}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm80 80c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:white}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);padding:.625rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-badge-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero h1 span{background:linear-gradient(135deg,#fff,rgba(255,255,255,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem;line-height:1.7;max-width:520px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem}.stat-item{text-align:left}.stat-number{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.875rem;opacity:.8}.hero-visual{position:relative}.hero-image-container{background:rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:var(--shadow-2xl)}.dashboard-mockup{background:white;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xl)}.mockup-header{background:linear-gradient(135deg,#f8f9fb,#eef1f5);padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border)}.mockup-dot{width:12px;height:12px;border-radius:50%}.mockup-dot.red{background:#ff5f57}.mockup-dot.yellow{background:#febc2e}.mockup-dot.green{background:#28c840}.mockup-content{padding:1.5rem;display:grid;grid-gap:1rem;gap:1rem}.mockup-card{background:var(--background);border-radius:var(--radius);padding:1rem;gap:1rem}.mockup-avatar,.mockup-card{display:flex;align-items:center}.mockup-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary-gradient);justify-content:center;color:white;font-weight:700;font-size:1.125rem}.mockup-info{flex:1 1}.mockup-name{font-weight:600;font-size:.9375rem;color:var(--text-primary);margin-bottom:.25rem}.mockup-role{font-size:.8125rem;color:var(--text-secondary)}.mockup-score{background:var(--success-gradient);color:white;padding:.375rem .875rem;border-radius:20px;font-weight:700;font-size:.875rem}.mockup-score.live{background:var(--accent-gradient)}.mockup-score.scheduled{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.floating-card{position:absolute;background:white;border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:var(--shadow-xl);animation:float 6s ease-in-out infinite}.floating-card.card-1{top:-20px;right:-30px;animation-delay:0s}.floating-card.card-2{bottom:40px;left:-40px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.floating-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.5rem}.floating-icon.purple{background:rgba(102,126,234,.1)}.floating-icon.green{background:rgba(16,185,129,.1)}.floating-text{font-weight:600;font-size:.8125rem;color:var(--text-primary)}.floating-subtext{font-size:.75rem;color:var(--text-secondary)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.feature-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:2.5rem;transition:all .3s ease;border:1px solid var(--border);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:transparent}.feature-card:hover:before{opacity:1}.feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem}.feature-icon.purple{background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15))}.feature-icon.green{background:linear-gradient(135deg,rgba(17,153,142,.15),rgba(56,239,125,.15))}.feature-icon.blue{background:linear-gradient(135deg,rgba(79,172,254,.15),rgba(0,242,254,.15))}.feature-icon.pink{background:linear-gradient(135deg,rgba(240,147,251,.15),rgba(245,87,108,.15))}.feature-icon.orange{background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(251,191,36,.15))}.feature-icon.teal{background:linear-gradient(135deg,rgba(20,184,166,.15),rgba(45,212,191,.15))}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.feature-description{color:var(--text-secondary);line-height:1.7;font-size:.9375rem}.steps-container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;position:relative}.steps-container:before{content:"";position:absolute;top:50px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,var(--primary) 0,var(--primary-light) 50%,var(--primary) 100%);opacity:.3}.step-card{text-align:center;position:relative}.step-number{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;margin:0 auto 1.5rem;box-shadow:0 10px 30px rgba(102,126,234,.4);position:relative;z-index:1}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.step-description{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;align-items:center}.capabilities-content h3{font-size:2rem;font-weight:800;margin-bottom:1.5rem;color:white}.capabilities-list{list-style:none}.capabilities-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;font-size:1.0625rem;color:rgba(255,255,255,.85)}.capabilities-list li span{width:28px;height:28px;border-radius:50%;background:rgba(16,185,129,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.875rem}.capabilities-visual{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.capability-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:all .3s ease}.capability-card:hover{background:rgba(255,255,255,.1);transform:translateY(-5px)}.capability-icon{font-size:2.5rem;margin-bottom:1rem}.capability-title{font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.capability-desc{font-size:.875rem;color:rgba(255,255,255,.6)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.benefit-card{background:white;border-radius:var(--radius-lg);padding:2.5rem;text-align:center;box-shadow:var(--shadow-lg);transition:all .3s ease}.benefit-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-2xl)}.benefit-metric{font-size:3.5rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.benefit-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.benefit-description{color:var(--text-secondary);font-size:.9375rem}.feature-highlight{background:linear-gradient(135deg,#1a1a2e,#16213e);position:relative;overflow:hidden}.feature-highlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M30 30c0-2.761 2.239-5 5-5s5 2.239 5 5-2.239 5-5 5c0 2.761-2.239 5-5 5s-5-2.239-5-5 2.239-5 5-5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.feature-highlight-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.feature-highlight-content{color:#fff}.feature-highlight-content .section-badge{background:linear-gradient(135deg,#667eea,#764ba2);display:inline-block;margin-bottom:1.5rem}.feature-highlight-content .section-title{color:#fff;font-size:2.5rem;margin-bottom:1.25rem}.feature-highlight-description{font-size:1.15rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:2rem}.feature-highlight-list{list-style:none;padding:0;margin:0 0 2rem}.feature-highlight-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:1rem;font-size:1rem;color:rgba(255,255,255,.9)}.highlight-check{background:linear-gradient(135deg,#10b981,#059669);color:#fff;width:24px;height:24px;min-width:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.feature-highlight-content .btn{padding:14px 28px;font-size:1rem;font-weight:600;border-radius:10px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.feature-highlight-content .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.feature-highlight-content .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(102,126,234,.4)}.feature-highlight-visual{display:flex;flex-direction:column;gap:2rem}.workflow-showcase{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;justify-content:center;gap:12px;flex-wrap:wrap;border:1px solid rgba(255,255,255,.15)}.workflow-showcase,.workflow-step-mini{background:rgba(255,255,255,.1);display:flex;align-items:center}.workflow-step-mini{flex-direction:column;gap:8px;padding:12px 16px;border-radius:12px;transition:all .3s ease}.workflow-step-mini.highlight{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.05)}.step-icon-mini{font-size:1.5rem}.workflow-step-mini span:last-child{font-size:.75rem;color:rgba(255,255,255,.9);font-weight:500}.workflow-arrow{color:rgba(255,255,255,.5);font-size:1.25rem}.stats-showcase{display:flex;justify-content:center;gap:2rem}.stat-mini{text-align:center;background:rgba(255,255,255,.08);border-radius:12px;padding:1.5rem 2rem;border:1px solid rgba(255,255,255,.1)}.stat-mini-value{display:block;font-size:2rem;font-weight:800;color:#fff;margin-bottom:4px}.stat-mini-label{font-size:.85rem;color:rgba(255,255,255,.7)}@media (max-width:992px){.feature-highlight-grid{grid-template-columns:1fr;text-align:center}.feature-highlight-list li{justify-content:center}.feature-highlight-content .btn{margin:0 auto}.stats-showcase{flex-wrap:wrap}}@media (max-width:768px){.feature-highlight-content .section-title{font-size:2rem}.workflow-showcase{padding:1.5rem;gap:8px}.workflow-step-mini{padding:10px 12px}.step-icon-mini{font-size:1.25rem}.workflow-arrow{display:none}.stat-mini{padding:1rem 1.5rem}.stat-mini-value{font-size:1.5rem}}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.testimonial-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);transition:all .3s ease}.testimonial-card:hover{box-shadow:var(--shadow-xl);border-color:transparent}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem;color:#fbbf24;font-size:1.125rem}.testimonial-text{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;color:white;font-weight:700}.testimonial-name{font-weight:600;color:var(--text-primary)}.testimonial-role{font-size:.875rem;color:var(--text-muted)}.cta-section{background:var(--primary-gradient);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto;color:white}.cta-title{font-size:3rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.cta-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero h1{font-size:3rem}.hero-subtitle{margin:0 auto 2.5rem}.hero-cta,.hero-stats{justify-content:center}.hero-visual{display:none}.features-grid,.steps-container{grid-template-columns:repeat(2,1fr)}.steps-container:before{display:none}.capabilities-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero{padding:6rem 1rem 4rem;min-height:-webkit-fill-available;min-height:90vh;min-height:90svh}.hero h1{font-size:2.25rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column}.hero-cta,.hero-cta .btn{width:100%}.hero-stats{gap:1.5rem;flex-wrap:wrap;justify-content:center}.stat-item{text-align:center;min-width:120px}.stat-number{font-size:2rem}.benefits-grid,.features-grid,.steps-container{grid-template-columns:1fr;gap:1.5rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.0625rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{width:100%}}@media (max-width:480px){.hero{padding:5rem .75rem 3rem;min-height:0}.hero h1{font-size:1.875rem}.hero-subtitle{font-size:.9375rem}.hero-badge{font-size:.75rem;padding:.5rem 1rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.8125rem}.cta-title{font-size:1.75rem}}