@charset "UTF-8";@layer base,theme,utilities;@layer theme{:root,:host{--spacing: .25rem}}@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.block{display:block}.hidden{display:none}}@layer base{.home-page{min-height:100vh;height:auto;background:#fff;overflow-y:auto}.home-page .container{max-width:1280px;margin:0 auto;padding:0 2rem}.home-page .navbar{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;padding:1.25rem 0;z-index:50;transition:all .3s ease}.home-page .navbar.scrolled{padding:.75rem 0;box-shadow:0 4px 20px #00000014;border-bottom-color:transparent}.home-page .navbar .container{display:flex;justify-content:space-between;align-items:center;position:relative}.home-page .navbar .nav-brand{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1f2937;z-index:10000}.home-page .navbar .nav-brand .brand-icon{width:2rem;height:2rem;color:#667eea}.home-page .navbar .nav-brand .brand-name{white-space:nowrap;font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.home-page .navbar .nav-brand .brand-name .brand-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;position:relative;margin-left:.25rem}.home-page .navbar .nav-brand .brand-name .brand-badge:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:1px}.home-page .navbar .nav-links{display:flex;align-items:center;gap:2rem}.home-page .navbar .nav-links .nav-link{color:#6b7280;text-decoration:none;font-weight:500;cursor:pointer;transition:color .2s;white-space:nowrap}.home-page .navbar .nav-links .nav-link:hover{color:#667eea}.home-page .navbar .mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:10000;transition:all .3s}.home-page .navbar .mobile-menu-btn .hamburger-line{width:100%;height:2px;background-color:#1f2937;transition:all .3s;border-radius:2px}.home-page .navbar .mobile-menu-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.home-page .navbar .mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.home-page .navbar .mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:1024px){.home-page .navbar .nav-links{display:none}.home-page .navbar .mobile-menu-btn{display:flex}}.home-page .mobile-nav{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:9999;padding-top:0;overflow-y:auto}.home-page .mobile-nav.open{display:block!important}.home-page .mobile-nav .mobile-nav-links{display:flex;flex-direction:column;padding:6rem 2rem 2rem;gap:1rem}.home-page .mobile-nav .mobile-nav-links .mobile-nav-link{color:#1f2937;text-decoration:none;font-weight:600;font-size:1.25rem;padding:1rem;background:#f3f4f6;border-radius:.5rem;cursor:pointer}.home-page .mobile-nav .mobile-nav-links .mobile-nav-link:hover{background:#e5e7eb;color:#667eea}.home-page .mobile-nav .mobile-nav-links .mobile-nav-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.home-page .mobile-nav .mobile-nav-links .mobile-nav-actions .btn-mobile{width:100%;text-align:center;padding:1rem 1.5rem;text-decoration:none;font-weight:600;font-size:1rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.home-page .mobile-nav .mobile-nav-links .mobile-nav-actions .btn-mobile.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.home-page .mobile-nav .mobile-nav-links .mobile-nav-actions .btn-mobile.btn-secondary:hover{background:#f3f4f6}.home-page .mobile-nav .mobile-nav-links .mobile-nav-actions .btn-mobile.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.home-page .mobile-nav .mobile-nav-links .mobile-nav-actions .btn-mobile.btn-primary:hover{box-shadow:0 4px 12px #667eea66}@media(min-width:1025px){.home-page .mobile-nav{display:none!important}}.home-page .hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.home-page .hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none}.home-page .hero .container{max-width:1440px;display:grid;grid-template-columns:45fr 55fr;gap:3rem;align-items:center;position:relative;z-index:1}.home-page .hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.home-page .hero .hero-content .hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.home-page .hero .hero-content .hero-title .gradient-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.home-page .hero .hero-content .hero-description{font-size:1.15rem;line-height:1.8;opacity:.95;margin-bottom:2rem;max-width:90%}.home-page .hero .hero-content .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.5rem;padding:2rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.2)}.home-page .hero .hero-content .hero-stats .stat-item{text-align:center}.home-page .hero .hero-content .hero-stats .stat-item .stat-value{font-size:2rem;font-weight:800;margin-bottom:.25rem}.home-page .hero .hero-content .hero-stats .stat-item .stat-label{font-size:.875rem;opacity:.9}.home-page .hero .hero-content .hero-actions{display:flex;gap:1rem;margin-bottom:1.5rem}.home-page .hero .hero-content .hero-actions .btn-lg{display:inline-flex;align-items:center;gap:.5rem}.home-page .hero .hero-content .hero-note{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;opacity:.9}.home-page .hero .hero-content .hero-note svg{flex-shrink:0}.home-page .hero .hero-image .dashboard-preview{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #0000004d;overflow:hidden;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s}.home-page .hero .hero-image .dashboard-preview:hover{transform:perspective(1000px) rotateY(0)}.home-page .hero .hero-image .dashboard-preview .preview-header{background:#f3f4f6;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.home-page .hero .hero-image .dashboard-preview .preview-header .preview-dots{display:flex;gap:.5rem}.home-page .hero .hero-image .dashboard-preview .preview-header .preview-dots span{width:.75rem;height:.75rem;border-radius:50%;background:#d1d5db}.home-page .hero .hero-image .dashboard-preview .preview-header .preview-dots span:nth-child(1){background:#ef4444}.home-page .hero .hero-image .dashboard-preview .preview-header .preview-dots span:nth-child(2){background:#f59e0b}.home-page .hero .hero-image .dashboard-preview .preview-header .preview-dots span:nth-child(3){background:#10b981}.home-page .hero .hero-image .dashboard-preview .preview-header .preview-title{font-size:.75rem;font-weight:600;color:#6b7280;position:absolute;left:50%;transform:translate(-50%)}.home-page .hero .hero-image .dashboard-preview .preview-header .preview-user .user-avatar{width:1.75rem;height:1.75rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.625rem;font-weight:700}.home-page .hero .hero-image .dashboard-preview .preview-content{display:flex;height:500px;background:#f9fafb}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-sidebar{width:70px;background:linear-gradient(180deg,#1f2937,#111827);padding:1.5rem 0;display:flex;flex-direction:column;gap:.5rem;align-items:center}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-sidebar .sidebar-item{width:46px;height:46px;background:#ffffff14;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-sidebar .sidebar-item svg{width:1.25rem;height:1.25rem;color:#fff9}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-sidebar .sidebar-item.active{background:#667eea}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-sidebar .sidebar-item.active svg{color:#fff}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-sidebar .sidebar-item:hover:not(.active){background:#ffffff26}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-sidebar .sidebar-item:hover:not(.active) svg{color:#ffffffe6}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;align-items:flex-start;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;transition:width .3s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card:hover:before{width:100%;opacity:.05}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card.revenue:before{background:#10b981}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card.revenue .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card.invoices:before{background:#667eea}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card.invoices .stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card.clients:before{background:#f59e0b}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card.clients .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-icon svg{width:1.25rem;height:1.25rem;color:#fff}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-info{flex:1}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-info .stat-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-info .stat-value{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-info .stat-trend{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-info .stat-trend.positive{color:#10b981}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .stats-row .stat-card .stat-info .stat-trend svg{width:1rem;height:1rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-header .chart-title{font-size:.875rem;font-weight:600;color:#1f2937}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-header .chart-period{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:.375rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:120px;margin-bottom:.5rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar{flex:1;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:.25rem;height:var(--height);animation:homeGrowBar .6s ease-out forwards;opacity:0;transform-origin:bottom}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar:nth-child(1){animation-delay:.1s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar:nth-child(2){animation-delay:.2s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar:nth-child(3){animation-delay:.3s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar:nth-child(4){animation-delay:.4s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar:nth-child(5){animation-delay:.5s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar:nth-child(6){animation-delay:.6s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-bars .chart-bar:nth-child(7){animation-delay:.7s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-labels{display:flex;justify-content:space-around}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .chart-card .chart-content .chart-labels span{font-size:.625rem;color:#9ca3af;font-weight:500}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-header{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list{display:flex;flex-direction:column;gap:.75rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;transition:background .2s}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item:hover{background:#f9fafb}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-icon{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-icon svg{width:1rem;height:1rem;color:#fff}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-icon.green{background:#10b981}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-icon.blue{background:#3b82f6}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-icon.orange{background:#f59e0b}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-text{flex:1}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-text .activity-title{font-size:.75rem;font-weight:500;color:#1f2937;margin-bottom:.125rem}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-text .activity-time{font-size:.625rem;color:#9ca3af}.home-page .hero .hero-image .dashboard-preview .preview-content .preview-main .activity-card .activity-list .activity-item .activity-amount{font-size:.75rem;font-weight:600;color:#10b981}@keyframes homeGrowBar{0%{height:0;opacity:0}to{height:var(--height);opacity:1}}.home-page .modules{padding:6rem 0;background:#fff}.home-page .modules .modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.home-page .modules .modules-grid .module-card{background:#fff;border:2px solid #e5e7eb;border-radius:1.25rem;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.home-page .modules .modules-grid .module-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--module-color, #667eea);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.home-page .modules .modules-grid .module-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--module-color, #667eea)}.home-page .modules .modules-grid .module-card:hover:before{transform:scaleX(1)}.home-page .modules .modules-grid .module-card:hover .module-icon{transform:scale(1.1) rotate(5deg)}.home-page .modules .modules-grid .module-card .module-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--module-color, #667eea) 0%,var(--module-color, #667eea) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;box-shadow:0 10px 20px var(--module-color, #667eea)}@supports (color: color-mix(in lab,red,red)){.home-page .modules .modules-grid .module-card .module-icon{background:linear-gradient(135deg,var(--module-color, #667eea) 0%,color-mix(in srgb,var(--module-color, #667eea) 80%,black) 100%)}}@supports (color: color-mix(in lab,red,red)){.home-page .modules .modules-grid .module-card .module-icon{box-shadow:0 10px 20px color-mix(in srgb,var(--module-color, #667eea) 30%,transparent)}}.home-page .modules .modules-grid .module-card .module-icon svg{width:2rem;height:2rem;color:#fff}.home-page .modules .modules-grid .module-card .module-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.home-page .modules .modules-grid .module-card .module-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.home-page .modules .modules-grid .module-card .module-features{display:flex;flex-direction:column;gap:.75rem}.home-page .modules .modules-grid .module-card .module-features .module-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.home-page .modules .modules-grid .module-card .module-features .module-feature svg{flex-shrink:0;color:var(--module-color, #667eea)}.home-page .features{padding:6rem 0;background:linear-gradient(180deg,#f9fafb,#fff)}.home-page .features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.home-page .features .features-grid .feature-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 1px 3px #00000014;transition:all .3s ease;border:1px solid #f3f4f6}.home-page .features .features-grid .feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f;border-color:#667eea}.home-page .features .features-grid .feature-card:hover .feature-icon{transform:scale(1.1)}.home-page .features .features-grid .feature-card .feature-icon{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;box-shadow:0 8px 16px #667eea4d}.home-page .features .features-grid .feature-card .feature-icon svg{width:2rem;height:2rem;color:#fff}.home-page .features .features-grid .feature-card .feature-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.home-page .features .features-grid .feature-card .feature-description{color:#6b7280;line-height:1.7;font-size:.95rem}.home-page .pricing{padding:6rem 0}.home-page .pricing .billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.home-page .pricing .billing-toggle .toggle-label{font-size:1rem;font-weight:600;color:#6b7280;transition:color .3s}.home-page .pricing .billing-toggle .toggle-label.active{color:#667eea}.home-page .pricing .billing-toggle .toggle-label .toggle-discount{display:inline-block;background:#10b981;color:#fff;font-size:.75rem;font-weight:700;padding:.125rem .5rem;border-radius:.25rem;margin-left:.5rem}.home-page .pricing .billing-toggle .toggle-switch{position:relative;width:3.5rem;height:2rem;background:#e5e7eb;border:none;border-radius:1rem;cursor:pointer;transition:background .3s}.home-page .pricing .billing-toggle .toggle-switch.annual{background:#667eea}.home-page .pricing .billing-toggle .toggle-switch .toggle-slider{position:absolute;top:.25rem;left:.25rem;width:1.5rem;height:1.5rem;background:#fff;border-radius:50%;transition:transform .3s}.home-page .pricing .billing-toggle .toggle-switch.annual .toggle-slider{transform:translate(1.5rem)}.home-page .pricing .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.home-page .pricing .pricing-grid .pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:2.5rem;position:relative;transition:transform .2s,box-shadow .2s}.home-page .pricing .pricing-grid .pricing-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.home-page .pricing .pricing-grid .pricing-card.popular{border-color:#667eea;transform:scale(1.05)}.home-page .pricing .pricing-grid .pricing-card.popular .popular-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}.home-page .pricing .pricing-grid .pricing-card .plan-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.home-page .pricing .pricing-grid .pricing-card .plan-price{display:flex;align-items:baseline;margin-bottom:1rem}.home-page .pricing .pricing-grid .pricing-card .plan-price .price-wrapper{display:flex;align-items:baseline;gap:.5rem}.home-page .pricing .pricing-grid .pricing-card .plan-price .price-with-currency{display:inline-flex;flex-direction:column;align-items:flex-end}.home-page .pricing .pricing-grid .pricing-card .plan-price .price-amount{font-size:3rem;font-weight:800;color:#667eea;line-height:1}.home-page .pricing .pricing-grid .pricing-card .plan-price .price-currency{font-size:.875rem;font-weight:600;color:#6b7280;margin-top:.25rem;align-self:flex-end}.home-page .pricing .pricing-grid .pricing-card .plan-price .price-period{font-size:1.125rem;color:#6b7280}.home-page .pricing .pricing-grid .pricing-card .plan-price .price-custom{font-size:2rem;font-weight:700;color:#667eea}.home-page .pricing .pricing-grid .pricing-card .plan-description{color:#6b7280;margin-bottom:2rem}.home-page .pricing .pricing-grid .pricing-card .plan-features{list-style:none;padding:0;margin:0 0 2rem}.home-page .pricing .pricing-grid .pricing-card .plan-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#4b5563}.home-page .pricing .pricing-grid .pricing-card .plan-features li .check-icon{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0}.home-page .pricing .pricing-grid .pricing-card .btn-plan{width:100%}.home-page .testimonials{padding:6rem 0;background:#fff}.home-page .testimonials .testimonials-carousel{position:relative;margin-top:3rem}.home-page .testimonials .testimonials-carousel .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#fff;border:2px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:10}.home-page .testimonials .testimonials-carousel .carousel-btn svg{width:1.5rem;height:1.5rem;color:#667eea}.home-page .testimonials .testimonials-carousel .carousel-btn:hover{background:#667eea;border-color:#667eea}.home-page .testimonials .testimonials-carousel .carousel-btn:hover svg{color:#fff}.home-page .testimonials .testimonials-carousel .carousel-btn.prev{left:-1.5rem}.home-page .testimonials .testimonials-carousel .carousel-btn.next{right:-1.5rem}.home-page .testimonials .carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.home-page .testimonials .carousel-dots .dot{width:.75rem;height:.75rem;background:#e5e7eb;border:none;border-radius:50%;cursor:pointer;transition:all .3s;padding:0}.home-page .testimonials .carousel-dots .dot:hover{background:#cbd5e1}.home-page .testimonials .carousel-dots .dot.active{background:#667eea;width:2rem;border-radius:.375rem}.home-page .testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-page .testimonials .testimonials-grid .testimonial-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 12px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;position:relative}.home-page .testimonials .testimonials-grid .testimonial-card:before{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:5rem;color:#667eea;opacity:.1;font-family:Georgia,serif;line-height:1}.home-page .testimonials .testimonials-grid .testimonial-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f;border-color:#667eea}.home-page .testimonials .testimonials-grid .testimonial-card .testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.home-page .testimonials .testimonials-grid .testimonial-card .testimonial-rating .star-icon{width:1.25rem;height:1.25rem;color:#fbbf24}.home-page .testimonials .testimonials-grid .testimonial-card .testimonial-content{color:#4b5563;line-height:1.7;margin-bottom:1.5rem;font-size:1rem;position:relative;z-index:1}.home-page .testimonials .testimonials-grid .testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem}.home-page .testimonials .testimonials-grid .testimonial-card .testimonial-author .author-avatar{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.home-page .testimonials .testimonials-grid .testimonial-card .testimonial-author .author-info .author-name{font-weight:700;color:#1f2937;margin-bottom:.25rem}.home-page .testimonials .testimonials-grid .testimonial-card .testimonial-author .author-info .author-role{font-size:.875rem;color:#6b7280;line-height:1.4}.home-page .demo{padding:7rem 0;background:linear-gradient(135deg,#4f46e5,#7c3aed,#a855f7);color:#fff;position:relative;overflow:hidden}.home-page .demo .demo-shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.home-page .demo .demo-shape{position:absolute;border-radius:50%;opacity:.12}.home-page .demo .demo-shape.demo-shape-1{width:500px;height:500px;top:-180px;right:-120px;background:radial-gradient(circle,rgba(255,255,255,.35) 0%,transparent 70%);animation:demoFloat1 12s ease-in-out infinite}.home-page .demo .demo-shape.demo-shape-2{width:350px;height:350px;bottom:-100px;left:-80px;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);animation:demoFloat2 10s ease-in-out infinite}.home-page .demo .demo-shape.demo-shape-3{width:200px;height:200px;top:30%;left:15%;background:#fff3;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:demoMorph 15s ease-in-out infinite}.home-page .demo .demo-shape.demo-shape-4{width:120px;height:120px;top:20%;right:20%;background:#fbbf2433;animation:demoFloat3 8s ease-in-out infinite}.home-page .demo .demo-shape.demo-shape-5{width:80px;height:80px;bottom:25%;right:35%;background:#34d39933;animation:demoFloat1 9s ease-in-out infinite reverse}.home-page .demo .demo-content{text-align:center;max-width:850px;margin:0 auto;position:relative;z-index:1}.home-page .demo .demo-content .demo-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);padding:.5rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:2rem;animation:demoBadgePulse 3s ease-in-out infinite}.home-page .demo .demo-content .demo-badge-dot{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d399;animation:demoDotPulse 2s ease-in-out infinite}.home-page .demo .demo-content .demo-title{font-size:3.25rem;font-weight:800;margin-bottom:1.5rem;line-height:1.15;letter-spacing:-.02em}.home-page .demo .demo-content .demo-title-highlight{position:relative;display:inline-block}.home-page .demo .demo-content .demo-title-highlight:after{content:"";position:absolute;bottom:.1em;left:-.05em;right:-.05em;height:.35em;background:#fbbf2459;border-radius:.2em;z-index:-1}.home-page .demo .demo-content .demo-description{font-size:1.2rem;line-height:1.8;opacity:.92;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.home-page .demo .demo-content .demo-stats{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.home-page .demo .demo-content .demo-stat{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:500}.home-page .demo .demo-content .demo-stat svg{opacity:.85}.home-page .demo .demo-content .demo-stat strong{font-weight:700}.home-page .demo .demo-content .demo-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.home-page .demo .demo-content .demo-actions .btn-lg{display:inline-flex;align-items:center;gap:.5rem}.home-page .demo .demo-content .demo-btn-glow{box-shadow:0 4px 15px #ffffff40,0 0 40px #667eea80!important;animation:demoGlow 3s ease-in-out infinite}.home-page .demo .demo-content .demo-trust{display:flex;align-items:center;justify-content:center;gap:.75rem}.home-page .demo .demo-content .demo-trust-avatars{display:flex}.home-page .demo .demo-content .demo-trust-avatar{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700;border:2px solid rgba(255,255,255,.6);margin-left:-.5rem}.home-page .demo .demo-content .demo-trust-avatar:first-child{margin-left:0}.home-page .demo .demo-content .demo-trust-text{font-size:.875rem;opacity:.85}.home-page .demo .demo-content .demo-trust-text strong{font-weight:700;opacity:1}@keyframes demoFloat1{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes demoFloat2{0%,to{transform:translate(0)}50%{transform:translate(-20px,25px)}}@keyframes demoFloat3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,-20px) scale(1.15)}}@keyframes demoMorph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(0)}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%;transform:rotate(45deg)}}@keyframes demoBadgePulse{0%,to{box-shadow:0 0 #ffffff1a}50%{box-shadow:0 0 0 8px #fff0}}@keyframes demoDotPulse{0%,to{opacity:1;box-shadow:0 0 8px #34d399}50%{opacity:.5;box-shadow:0 0 16px #34d399}}@keyframes demoGlow{0%,to{box-shadow:0 4px 15px #ffffff40,0 0 40px #667eea80}50%{box-shadow:0 4px 20px #fff6,0 0 60px #667eeab3}}.home-page .home-footer{background:linear-gradient(180deg,#111827,#1f2937);color:#d1d5db;padding:4rem 0 2rem}.home-page .home-footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.home-page .home-footer .footer-content .footer-brand-section .footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.home-page .home-footer .footer-content .footer-brand-section .footer-brand .brand-icon{width:2rem;height:2rem;color:#667eea}.home-page .home-footer .footer-content .footer-brand-section .footer-brand .brand-name{font-size:1.5rem;font-weight:700;color:#fff}.home-page .home-footer .footer-content .footer-brand-section .footer-brand .brand-name .brand-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;position:relative;margin-left:.25rem}.home-page .home-footer .footer-content .footer-brand-section .footer-brand .brand-name .brand-badge:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:1px}.home-page .home-footer .footer-content .footer-brand-section .footer-description{color:#9ca3af;line-height:1.7;margin-bottom:1.5rem}.home-page .home-footer .footer-content .footer-brand-section .footer-social{display:flex;gap:1rem}.home-page .home-footer .footer-content .footer-brand-section .footer-social .social-link{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:.5rem;color:#d1d5db;transition:all .3s}.home-page .home-footer .footer-content .footer-brand-section .footer-social .social-link svg{width:1.25rem;height:1.25rem}.home-page .home-footer .footer-content .footer-brand-section .footer-social .social-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.home-page .home-footer .footer-content .footer-section h4{color:#fff;font-weight:600;margin-bottom:1.5rem;font-size:1rem}.home-page .home-footer .footer-content .footer-section ul{list-style:none;padding:0;margin:0}.home-page .home-footer .footer-content .footer-section ul li{margin-bottom:.75rem}.home-page .home-footer .footer-content .footer-section ul li a{color:#d1d5db;text-decoration:none;cursor:pointer;transition:color .2s}.home-page .home-footer .footer-content .footer-section ul li a:hover{color:#fff}.home-page .home-footer .footer-content .footer-section .footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.home-page .home-footer .footer-content .footer-section .footer-brand .brand-icon{width:2rem;height:2rem;color:#667eea}.home-page .home-footer .footer-content .footer-section .footer-brand .brand-name{font-size:1.25rem;font-weight:700;color:#fff}.home-page .home-footer .footer-content .footer-section .footer-description{line-height:1.6}.home-page .home-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151}.home-page .home-footer .footer-bottom .footer-links{display:flex;gap:2rem}.home-page .home-footer .footer-bottom .footer-links a{color:#d1d5db;text-decoration:none;transition:color .2s}.home-page .home-footer .footer-bottom .footer-links a:hover{color:#fff}.home-page .section-header{text-align:center;margin-bottom:3rem;position:relative}.home-page .section-header .section-title{font-size:2.75rem;font-weight:800;color:#1f2937;margin-bottom:1rem;line-height:1.2;position:relative;display:inline-block}.home-page .section-header .section-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.home-page .section-header .section-description{font-size:1.25rem;color:#6b7280;max-width:650px;margin:0 auto;line-height:1.7;margin-top:1.5rem}.home-page .btn-primary,.home-page .btn-secondary,.home-page .btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;position:relative;overflow:hidden}.home-page .btn-primary:before,.home-page .btn-secondary:before,.home-page .btn-outline:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .3s}.home-page .btn-primary:hover:before,.home-page .btn-secondary:hover:before,.home-page .btn-outline:hover:before{opacity:1}.home-page .btn-primary.btn-lg,.home-page .btn-secondary.btn-lg,.home-page .btn-outline.btn-lg{padding:1rem 2rem;font-size:1.125rem}.home-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.home-page .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #667eea80}.home-page .btn-primary:active{transform:translateY(-1px)}.home-page .btn-secondary{background:#fff;color:#667eea;border:2px solid transparent;box-shadow:0 4px 12px #0000001a}.home-page .btn-secondary:hover{background:#f9fafb;transform:translateY(-3px);box-shadow:0 12px 30px #00000026}.home-page .btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.home-page .btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-3px)}.home-page .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.home-page .modal-content{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.home-page .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.home-page .modal-header .modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.home-page .modal-header .modal-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s}.home-page .modal-header .modal-close svg{width:1.5rem;height:1.5rem;color:#6b7280}.home-page .modal-header .modal-close:hover{background:#f3f4f6}.home-page .modal-form{padding:2rem}.home-page .modal-form .form-group{margin-bottom:1.25rem}.home-page .modal-form .form-group:last-child{margin-bottom:0}.home-page .modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.home-page .modal-form .form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.home-page .modal-form .form-input,.home-page .modal-form select.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s;background:#fff}.home-page .modal-form .form-input:focus,.home-page .modal-form select.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.home-page .modal-form .form-input.error,.home-page .modal-form select.form-input.error{border-color:#ef4444}.home-page .modal-form .form-input::placeholder,.home-page .modal-form select.form-input::placeholder{color:#9ca3af}.home-page .modal-form .form-error{color:#ef4444;font-size:.75rem;margin-top:.25rem;margin-bottom:0}.home-page .modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e5e7eb;margin-top:1.5rem}.home-page .modal-actions button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:.5rem}.home-page .modal-actions button:disabled{opacity:.5;cursor:not-allowed}.home-page .modal-actions .btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db}.home-page .modal-actions .btn-cancel:hover:not(:disabled){background:#f9fafb}.home-page .modal-actions .btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-page .modal-actions .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.home-page .spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:homeSpin .6s linear infinite}@keyframes homeSpin{to{transform:rotate(360deg)}}@media(max-width:1024px){.home-page .navbar .nav-links{display:none}.home-page .navbar .mobile-menu-btn{display:flex}.home-page .hero .container{grid-template-columns:1fr;gap:2rem}.home-page .features .features-grid{grid-template-columns:repeat(2,1fr)}.home-page .pricing .pricing-grid,.home-page .testimonials .testimonials-grid{grid-template-columns:1fr}.home-page .hero{padding:4rem 0}.home-page .hero .hero-content .hero-title{font-size:2.5rem}.home-page .home-footer .footer-content{grid-template-columns:1fr 1fr}.home-page .modules .modules-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.home-page .container{padding:0 1.5rem}.home-page .hero .hero-content .hero-title{font-size:2.25rem}.home-page .hero .hero-content .hero-description{font-size:1rem;max-width:100%}.home-page .hero .hero-content .hero-stats{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem}.home-page .hero .hero-content .hero-stats .stat-value{font-size:1.5rem}}@media(max-width:768px){.home-page .container{padding:0 1rem}.home-page .navbar{padding:.75rem 0}.home-page .navbar .nav-brand{font-size:1.25rem}.home-page .navbar .nav-brand .brand-icon{width:1.75rem;height:1.75rem}.home-page .navbar .mobile-menu-btn{width:2rem;height:2rem}.home-page .hero{padding:3rem 0 2rem}.home-page .hero .hero-content .hero-badge{font-size:.75rem;padding:.4rem .8rem}.home-page .hero .hero-content .hero-title{font-size:1.75rem}.home-page .hero .hero-content .hero-description{font-size:.95rem}.home-page .hero .hero-content .hero-stats{grid-template-columns:1fr;gap:1rem;padding:1rem}.home-page .hero .hero-content .hero-stats .stat-value{font-size:1.5rem}.home-page .hero .hero-content .hero-stats .stat-label{font-size:.875rem}.home-page .hero .hero-content .hero-actions{flex-direction:column;gap:1rem}.home-page .hero .hero-content .hero-actions .btn-lg{width:100%;justify-content:center}.home-page .hero .hero-image{order:-1}.home-page .hero .hero-image .dashboard-preview{transform:scale(.85)}.home-page .section-header .section-title{font-size:1.75rem}.home-page .section-header .section-description{font-size:.95rem}.home-page .features .features-grid,.home-page .modules .modules-grid{grid-template-columns:1fr;gap:1.5rem}.home-page .pricing .pricing-grid,.home-page .testimonials .testimonials-grid{gap:1.5rem}.home-page .home-footer .footer-content{grid-template-columns:1fr;gap:2rem}.home-page .demo{padding:4rem 0}.home-page .demo .demo-shape-3,.home-page .demo .demo-shape-4,.home-page .demo .demo-shape-5{display:none}.home-page .demo .demo-content .demo-badge{font-size:.75rem;padding:.4rem 1rem}.home-page .demo .demo-content .demo-title{font-size:2rem}.home-page .demo .demo-content .demo-title br{display:none}.home-page .demo .demo-content .demo-description{font-size:1rem}.home-page .demo .demo-content .demo-stats{gap:.75rem}.home-page .demo .demo-content .demo-stat{font-size:.8rem;padding:.4rem .75rem}.home-page .demo .demo-content .demo-actions{flex-direction:column;gap:.75rem}.home-page .demo .demo-content .demo-actions .btn-lg{width:100%;justify-content:center}.home-page .demo .demo-content .demo-trust{flex-direction:column;gap:.5rem}.home-page .modal-content{max-width:100%;margin:1rem}.home-page .modal-form .form-row{grid-template-columns:1fr}.home-page .modal-actions{flex-direction:column}.home-page .modal-actions button{width:100%}}@media(max-width:480px){.home-page .nav-brand .brand-name{font-size:1.1rem!important}.home-page .hero .hero-content .hero-title{font-size:1.5rem}.home-page .hero .hero-content .hero-stats .stat-value{font-size:1.25rem}.home-page .btn-primary,.home-page .btn-secondary{font-size:.875rem;padding:.625rem 1.25rem}}.section-badge{display:inline-block;background:#eef2ff;color:#4f46e5;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1.25rem;border-radius:2rem;border:1px solid #c7d2fe;margin-bottom:1rem}.trusted-by{padding:2rem 0;background:#f9fafb;border-bottom:1px solid #e5e7eb}.trusted-by .trusted-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.trusted-by .trusted-title{text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:1.5rem}.trusted-by .trusted-logos{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}@media(min-width:768px){.trusted-by .trusted-logos{gap:3rem}}.trusted-by .trusted-item{display:flex;align-items:center;gap:.75rem;opacity:.5;transition:opacity .3s;cursor:default}.trusted-by .trusted-item:hover{opacity:1}.trusted-by .trusted-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.875rem;color:#6b7280;background:linear-gradient(to bottom right,#e5e7eb,#d1d5db)}.trusted-by .trusted-name{font-weight:700;font-size:1.125rem;color:#6b7280;letter-spacing:-.025em;display:none}@media(min-width:768px){.trusted-by .trusted-name{display:inline}}.process-section{padding:6rem 0;background:linear-gradient(180deg,#fff,#f9fafb)}.process-section .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;position:relative}@media(max-width:768px){.process-section .process-grid{grid-template-columns:1fr}}.process-section .process-card{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:1rem;border:2px solid #f3f4f6;position:relative;transition:all .5s ease}.process-section .process-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000026;border-color:#667eea}.process-section .process-card:hover .process-number{background:#667eea;color:#fff;border-color:#667eea}.process-section .process-card:hover .process-icon-wrapper{transform:scale(1.1) rotate(-3deg)}.process-section .process-number{position:absolute;top:-1rem;left:50%;transform:translate(-50%);width:2.5rem;height:2.5rem;background:#fff;border:2px solid #667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.875rem;color:#667eea;z-index:10;transition:all .3s ease}.process-section .process-icon-wrapper{width:5rem;height:5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:1rem auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 30px #667eea4d;transition:transform .3s ease}.process-section .process-icon-wrapper svg{width:2.5rem;height:2.5rem;color:#fff}.process-section .process-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.process-section .process-description{color:#6b7280;line-height:1.625;font-size:.875rem}.process-section .process-arrow{display:none;position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%);color:#d1d5db}@media(min-width:768px){.process-section .process-arrow{display:block}}.process-section .process-arrow svg{width:2rem;height:2rem}.faq-section{padding:6rem 0;background:linear-gradient(180deg,#f9fafb,#fff)}.faq-section .faq-list{max-width:48rem;margin:3rem auto 0;display:flex;flex-direction:column;gap:1rem}.faq-section .faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;transition:all .3s ease}.faq-section .faq-item:hover{border-color:#a5b4fc;box-shadow:0 4px 6px -1px #0000001a}.faq-section .faq-item.active{border-color:#667eea;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #667eea1a}.faq-section .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;text-align:left;font-weight:600;color:#1f2937;cursor:pointer;background:transparent;border:none;font-size:1rem;gap:1rem;transition:color .2s}.faq-section .faq-question:hover{color:#667eea}.faq-section .faq-chevron{width:1.25rem;height:1.25rem;flex-shrink:0;color:#9ca3af;transition:transform .3s,color .3s}.faq-section .faq-item.active .faq-chevron{transform:rotate(180deg);color:#667eea}.faq-section .faq-answer{overflow:hidden;transition:max-height .5s ease,opacity .5s ease,padding .5s ease;max-height:0;opacity:0;padding:0 1.5rem}.faq-section .faq-answer.open{max-height:300px;opacity:1;padding:0 1.5rem 1.5rem}.faq-section .faq-answer p{color:#6b7280;line-height:1.625;font-size:.875rem}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:40;border:none;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 24px #667eea66;transition:all .5s ease;opacity:0;transform:translateY(1.25rem) scale(.75);pointer-events:none}.back-to-top.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.back-to-top:hover{transform:translateY(-.25rem) scale(1.1)}.back-to-top svg{width:1.25rem;height:1.25rem}.hero-orbs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.hero-orbs .orb{position:absolute;border-radius:50%;background:#ffffff14;filter:blur(8px)}.hero-orbs .orb-1{width:18rem;height:18rem;top:-80px;right:10%}.hero-orbs .orb-2{width:12rem;height:12rem;bottom:10%;left:5%}.hero-orbs .orb-3{width:9rem;height:9rem;top:50%;right:30%}.reveal-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}@media(max-width:1024px){.process-section .process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.process-section .process-grid{grid-template-columns:1fr}.trusted-by .trusted-inner{padding:0 1rem}}}@keyframes orbFloat1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,40px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}@keyframes orbFloat2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-30px,-20px) scale(1.08)}66%{transform:translate(20px,-30px) scale(.92)}}@keyframes orbFloat3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-40px) scale(1.1)}}.home-page .hero-orbs .orb-1{animation:orbFloat1 8s ease-in-out infinite}.home-page .hero-orbs .orb-2{animation:orbFloat2 10s ease-in-out infinite}.home-page .hero-orbs .orb-3{animation:orbFloat3 12s ease-in-out infinite}@layer base{*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-y:auto}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}}
