.page-hero{padding:8rem 0 5rem;background:linear-gradient(135deg,var(--navy-dark) 0,var(--navy-blue) 100%);position:relative;overflow:hidden}.page-hero::before{content:"";position:absolute;top:-30%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.2) 0,transparent 70%);border-radius:50%}.page-hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}.page-hero-title{font-size:3.5rem;font-weight:var(--font-weight-light);color:var(--white);margin-bottom:1.5rem;letter-spacing:-.02em}.page-hero-subtitle{font-size:1.35rem;color:var(--blue-200);font-weight:var(--font-weight-light);line-height:1.7}.feature-module{position:relative}.feature-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.feature-content.reverse{direction:rtl}.feature-content.reverse>*{direction:ltr}.feature-text{position:relative}.feature-number{font-size:6rem;font-weight:var(--font-weight-light);color:var(--blue-100);line-height:1;margin-bottom:1rem;opacity:.3}.feature-icon-badge{width:70px;height:70px;background:var(--gradient-light-blue);border-radius:var(--radius-xl);display:inline-flex;align-items:center;justify-content:center;color:var(--primary-blue);margin-bottom:2rem}.feature-icon-badge i{width:36px;height:36px}.feature-title{font-size:2.5rem;font-weight:var(--font-weight-regular);color:var(--navy-blue);margin-bottom:1.25rem;letter-spacing:-.01em}.feature-description{font-size:1.15rem;color:var(--gray-600);font-weight:var(--font-weight-light);line-height:1.8;margin-bottom:2.5rem}.feature-benefits h4{font-size:1.1rem;font-weight:var(--font-weight-medium);color:var(--navy-blue);margin-bottom:1.5rem}.benefits-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.benefits-list li{display:flex;gap:1rem;align-items:flex-start}.benefits-list li i{width:24px;height:24px;color:var(--primary-blue);flex-shrink:0;margin-top:2px}.benefits-list li div{flex:1}.benefits-list strong{display:block;font-weight:var(--font-weight-medium);color:var(--navy-blue);margin-bottom:.25rem;font-size:1.05rem}.benefits-list span{display:block;color:var(--gray-600);font-size:.95rem;font-weight:var(--font-weight-light);line-height:1.6}.feature-visual{position:relative}.visual-card{background:var(--white);border-radius:var(--radius-2xl);padding:2rem;box-shadow:var(--shadow-xl);border:1px solid var(--blue-100)}.visual-mockup{background:var(--gray-50);border-radius:var(--radius-xl);overflow:hidden;border:2px solid var(--blue-100)}.mockup-header{background:linear-gradient(135deg,var(--navy-blue) 0,var(--blue-700) 100%);padding:.875rem 1.25rem;display:flex;align-items:center;gap:1rem}.mockup-dots{display:flex;gap:.5rem}.mockup-dots span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.3)}.mockup-title{color:var(--white);font-size:.9rem;font-weight:var(--font-weight-light);letter-spacing:.03em}.mockup-content{padding:2rem;min-height:280px}.progress-bar{height:12px;background:var(--blue-100);border-radius:var(--radius-full);overflow:hidden;margin-bottom:2rem}.progress-fill{height:100%;background:var(--gradient-blue);border-radius:var(--radius-full);transition:width 1s ease}.stat-row{display:flex;justify-content:space-between;gap:1rem}.mini-stat{text-align:center;padding:1rem;background:var(--white);border-radius:var(--radius-lg);flex:1;border:1px solid var(--blue-100)}.mini-stat-value{font-size:1.75rem;font-weight:var(--font-weight-regular);color:var(--primary-blue);margin-bottom:.375rem}.mini-stat-label{font-size:.8rem;color:var(--gray-600);font-weight:var(--font-weight-light)}.research-item{background:var(--white);padding:1.25rem;border-radius:var(--radius-lg);margin-bottom:1rem;border:1px solid var(--blue-100);transition:all var(--transition-base)}.research-item:hover{border-color:var(--primary-blue);transform:translateX(5px)}.research-badge{display:inline-block;padding:.25rem .75rem;background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-full);font-size:.8rem;font-weight:var(--font-weight-medium);margin-bottom:.625rem}.research-title{font-weight:var(--font-weight-medium);color:var(--navy-blue);margin-bottom:.375rem;font-size:1.05rem}.research-citation{color:var(--gray-500);font-size:.9rem;font-weight:var(--font-weight-light)}.document-line{height:12px;background:var(--blue-100);border-radius:var(--radius-sm);margin-bottom:.75rem;animation:pulse 2s ease-in-out infinite}.document-line.short{width:60%}.document-line.medium{width:80%}.document-stats{display:flex;gap:2rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--blue-100)}.document-stats span{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.9rem;font-weight:var(--font-weight-light)}.document-stats i{width:16px;height:16px;color:var(--primary-blue)}.email-preview{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--blue-100)}.email-subject{font-weight:var(--font-weight-medium);color:var(--navy-blue);padding-bottom:1rem;border-bottom:1px solid var(--blue-100);margin-bottom:1rem;font-size:1.05rem}.email-body-preview{color:var(--gray-600);font-size:.95rem;font-weight:var(--font-weight-light);line-height:1.7;margin-bottom:1.5rem}.email-body-preview p{margin-bottom:.75rem}.email-actions{display:flex;gap:1rem;justify-content:flex-end}.action-btn{padding:.625rem 1.5rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:var(--font-weight-regular);border:1px solid var(--blue-300);background:var(--white);color:var(--primary-blue);cursor:pointer;transition:all var(--transition-base)}.action-btn.primary{background:var(--gradient-blue);color:var(--white);border:none}.action-btn:hover{transform:translateY(-2px)}.calendar-item{display:flex;align-items:center;gap:1.25rem;background:var(--white);padding:1rem 1.25rem;border-radius:var(--radius-lg);margin-bottom:.875rem;border:1px solid var(--blue-100);transition:all var(--transition-base)}.calendar-item:hover{border-color:var(--primary-blue);transform:translateX(5px)}.calendar-date{width:50px;height:50px;background:var(--gradient-light-blue);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:var(--font-weight-medium);color:var(--primary-blue);font-size:.9rem}.calendar-content{color:var(--navy-blue);font-weight:var(--font-weight-regular);font-size:1.05rem}.comparison-section{background:linear-gradient(180deg,var(--white) 0,var(--blue-50) 100%)}.comparison-table{max-width:1000px;margin:3rem auto 0;background:var(--white);border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--blue-100)}.comparison-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:var(--gradient-dark-blue);color:var(--white)}.comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid var(--blue-100)}.comparison-row:last-child{border-bottom:none}.comparison-cell{padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:.625rem;text-align:center}.comparison-cell.empty{background:0 0}.comparison-cell.feature-name{justify-content:flex-start;font-weight:var(--font-weight-medium);color:var(--navy-blue);font-size:1.05rem}.comparison-cell.highlight{background:var(--blue-50);font-weight:var(--font-weight-medium)}.comparison-header .comparison-cell.highlight{background:var(--primary-blue)}.comparison-cell i{width:24px;height:24px}.comparison-cell i[data-lucide=check]{color:var(--primary-blue)}.comparison-cell i[data-lucide="x"]{color:var(--gray-300)}.comparison-row:nth-child(2n){background:var(--gray-50)}.cta-section{background:linear-gradient(135deg,var(--navy-dark) 0,var(--navy-blue) 50%,var(--blue-800) 100%);text-align:center}.cta-content-center{max-width:700px;margin:0 auto}.cta-content-center h2{font-size:3rem;font-weight:var(--font-weight-light);color:var(--white);margin-bottom:1.25rem}.cta-content-center p{font-size:1.25rem;color:var(--blue-200);margin-bottom:2.5rem;font-weight:var(--font-weight-light)}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.nav-menu a.active{color:var(--primary-blue);position:relative}.nav-menu a.active::after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:var(--primary-blue)}@media (max-width:1024px){.page-hero-title{font-size:3rem}.feature-content{grid-template-columns:1fr;gap:3rem}.feature-content.reverse{direction:ltr}.feature-title{font-size:2rem}.comparison-table{overflow-x:auto}}@media (max-width:768px){.page-hero{padding:6rem 0 4rem}.page-hero-title{font-size:2.5rem}.page-hero-subtitle{font-size:1.15rem}.feature-number{font-size:4rem}.feature-icon-badge{width:60px;height:60px}.feature-title{font-size:1.75rem}.feature-description{font-size:1.05rem}.mockup-content{padding:1.5rem;min-height:240px}.stat-row{flex-direction:column}.comparison-header,.comparison-row{grid-template-columns:1.5fr 1fr 1fr 1fr;font-size:.85rem}.comparison-cell{padding:1rem .5rem}.cta-content-center h2{font-size:2.25rem}}@media (max-width:480px){.page-hero-title{font-size:2rem}.feature-title{font-size:1.5rem}.benefits-list{gap:1.25rem}.visual-card{padding:1rem}.mockup-content{padding:1rem}.comparison-cell.feature-name{font-size:.9rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-buttons .btn{width:100%}}