@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&family=Inter:wght@400;500;600&display=swap";.home{--home-primary: #FF6B35;--home-secondary: #FFB800;--home-dark: #0A1128;--home-navy: #1A2456;--home-blue: #2A3B6B;--home-light: #f8f9fa;--home-white: #ffffff;--home-text-dark: #2c3e50;--home-text-light: #6c757d;--home-shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--home-shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--home-shadow-lg: 0 8px 32px rgba(0, 0, 0, .16);--home-transition: all .3s ease;--home-border-radius: 12px}.home .home-container{max-width:1400px;margin:0 auto;padding:0 20px}.home .home-section-header-center{text-align:center;max-width:800px;margin:0 auto 4rem}.home .home-section-badge{display:inline-block;background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-secondary) 100%);color:var(--home-white);padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.home .home-section-header-center h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--home-text-dark);margin-bottom:1rem;line-height:1.2}.home .home-section-header-center p{font-size:1.125rem;color:var(--home-text-light);line-height:1.8}.home .home-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:var(--home-transition);border:none;cursor:pointer;font-family:inherit}.home .home-btn-primary{background:linear-gradient(135deg,var(--home-primary) 0%,#E55A2B 100%);color:var(--home-white);box-shadow:var(--home-shadow-md)}.home .home-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--home-shadow-lg)}.home .home-btn-secondary{background:#ffffff26;border:2px solid rgba(255,255,255,.4);color:var(--home-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home .home-btn-secondary:hover{background:#ffffff40;border-color:#fff9;transform:translateY(-2px)}.home .home-btn-secondary-light{background:var(--home-white);color:var(--home-primary);border:2px solid var(--home-primary)}.home .home-btn-secondary-light:hover{background:var(--home-primary);color:var(--home-white);transform:translateY(-2px)}.home .home-btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.home .home-hero-professional{position:relative;min-height:auto;padding:4rem 0;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--home-dark) 0%,var(--home-navy) 50%,var(--home-blue) 100%)}.home .home-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.home .home-hero-grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.home .home-hero-gradient-orb{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(100px);opacity:.2}.home .home-orb-1{background:var(--home-primary);top:-200px;right:-100px;animation:float 20s ease-in-out infinite}.home .home-orb-2{background:var(--home-secondary);bottom:-200px;left:-100px;animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(50px,50px)}}.home .home-hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.home .home-hero-content-wrapper{color:var(--home-white)}.home .home-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:2rem}.home .home-badge-icon{font-size:1.25rem}.home .home-hero-main-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.home .home-title-line-1,.home .home-title-line-2{display:block}.home .home-title-line-2{background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home .home-hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;opacity:.9}.home .home-hero-benefits{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--home-border-radius);border:1px solid rgba(255,255,255,.1)}.home .home-hero-benefit-item{display:flex;align-items:flex-start;gap:1rem}.home .home-benefit-icon{font-size:2rem;flex-shrink:0}.home .home-hero-benefit-item strong{display:block;font-size:1.125rem;margin-bottom:.25rem}.home .home-hero-benefit-item p{font-size:.95rem;opacity:.8;margin:0}.home .home-hero-cta-section{margin-bottom:2rem}.home .home-cta-buttons-group{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.home .home-btn-hero{padding:1.25rem 2.5rem;font-size:1.125rem}.home .home-cta-subtext{font-size:.95rem;opacity:.8;margin:0}.home .home-hero-stats-bar{display:flex;gap:2rem;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--home-border-radius);border:1px solid rgba(255,255,255,.2)}.home .home-stat-item{flex:1;text-align:center}.home .home-stat-number{font-size:2.5rem;font-weight:900;color:var(--home-secondary);margin-bottom:.5rem}.home .home-stat-label{font-size:.875rem;opacity:.8}.home .home-stat-divider{width:1px;background:#fff3}.home .home-hero-visual-section{display:grid;grid-template-columns:1fr;gap:1.5rem}.home .home-visual-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:2rem;border-radius:var(--home-border-radius);transition:var(--home-transition);text-decoration:none;color:var(--home-white)}.home .home-visual-card:hover{transform:translateY(-5px);background:#ffffff26;border-color:#ffffff4d}.home .home-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.home .home-card-icon{font-size:2.5rem}.home .home-card-title{font-size:1.5rem;font-weight:700}.home .home-card-features{list-style:none;padding:0;margin:0}.home .home-card-features li{padding:.5rem 0;font-size:.95rem;opacity:.9}.home .home-card-features li:before{content:"✓ ";color:var(--home-secondary);font-weight:700;margin-right:.5rem}.home .home-problem-section{padding:6rem 20px;background:var(--home-white)}.home .home-problems-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.home .home-problem-card{background:var(--home-light);padding:2.5rem;border-radius:var(--home-border-radius);text-align:center;transition:var(--home-transition)}.home .home-problem-card:hover{transform:translateY(-5px);box-shadow:var(--home-shadow-md)}.home .home-problem-icon{font-size:4rem;margin-bottom:1rem}.home .home-problem-card h3{font-size:1.5rem;font-weight:700;color:var(--home-text-dark);margin-bottom:1rem}.home .home-problem-card p{color:var(--home-text-light);line-height:1.8}.home .home-problem-quote{background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-secondary) 100%);padding:3rem;border-radius:var(--home-border-radius);text-align:center;color:var(--home-white)}.home .home-problem-quote p{font-size:1.5rem;font-weight:600;line-height:1.8;margin:0}.home .home-solution-section{padding:6rem 20px;background:var(--home-light)}.home .home-solution-visual{max-width:1200px;margin:0 auto}.home .home-solution-content{display:grid;grid-template-columns:1fr;gap:2rem}.home .home-solution-card{background:var(--home-white);padding:3rem;border-radius:var(--home-border-radius);box-shadow:var(--home-shadow-sm);display:flex;gap:2rem;transition:var(--home-transition)}.home .home-solution-card:hover{transform:translate(10px);box-shadow:var(--home-shadow-md)}.home .home-solution-highlight{border:3px solid var(--home-primary);background:linear-gradient(135deg,#ff6b350d,#ffb8000d)}.home .home-solution-number{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-secondary) 100%);color:var(--home-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:900}.home .home-solution-info h3{font-size:1.75rem;font-weight:700;color:var(--home-text-dark);margin-bottom:1rem}.home .home-solution-info p{color:var(--home-text-light);line-height:1.8;margin-bottom:1.5rem}.home .home-solution-features{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.home .home-solution-features li{color:var(--home-text-light);font-size:.95rem}.home .home-solution-link{color:var(--home-primary);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:var(--home-transition)}.home .home-solution-link:hover{gap:1rem}.home .home-why-choose-us{padding:6rem 20px;background:var(--home-white)}.home .home-benefits-grid-8{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.home .home-why-choose-card{background:var(--home-light);padding:2.5rem;border-radius:var(--home-border-radius);transition:var(--home-transition);text-align:center}.home .home-why-choose-card:hover{transform:translateY(-5px);box-shadow:var(--home-shadow-md);background:var(--home-white)}.home .home-why-icon{font-size:3.5rem;margin-bottom:1.5rem}.home .home-why-choose-card h3{font-size:1.25rem;font-weight:700;color:var(--home-text-dark);margin-bottom:1rem}.home .home-why-choose-card p{color:var(--home-text-light);line-height:1.8;font-size:.95rem}.home .home-services-showcase{padding:6rem 20px;background:var(--home-light)}.home .home-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.home .home-service-showcase-card{background:var(--home-white);padding:2.5rem;border-radius:var(--home-border-radius);box-shadow:var(--home-shadow-sm);transition:var(--home-transition);text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative}.home .home-service-showcase-card:hover{transform:translateY(-5px);box-shadow:var(--home-shadow-lg)}.home .home-service-primary{border:3px solid var(--home-primary);background:linear-gradient(135deg,#ff6b350d,#ffb8000d)}.home .home-service-badge{position:absolute;top:1rem;right:1rem;background:var(--home-primary);color:var(--home-white);padding:.375rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.home .home-service-icon{font-size:3.5rem;margin-bottom:1.5rem}.home .home-service-showcase-card h3{font-size:1.5rem;font-weight:700;color:var(--home-text-dark);margin-bottom:1rem}.home .home-service-showcase-card>p{color:var(--home-text-light);line-height:1.8;margin-bottom:1.5rem;flex-grow:1}.home .home-service-features-list{list-style:none;padding:0;margin:0 0 1.5rem}.home .home-service-features-list li{color:var(--home-text-light);padding:.5rem 0;font-size:.95rem}.home .home-service-price{background:var(--home-light);padding:1rem;border-radius:var(--home-border-radius);text-align:center;font-weight:700;color:var(--home-primary);margin-bottom:1rem}.home .home-learn-more{color:var(--home-primary);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:var(--home-transition)}.home .home-service-showcase-card:hover .home-learn-more{gap:1rem}.home .home-view-all-services{text-align:center}.home .home-process-section{padding:6rem 20px;background:var(--home-white)}.home .home-process-timeline{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.home .home-process-step{background:var(--home-light);padding:2rem;border-radius:var(--home-border-radius);text-align:center;flex:1;min-width:200px;max-width:220px;transition:var(--home-transition)}.home .home-process-step:hover{transform:translateY(-5px);box-shadow:var(--home-shadow-md)}.home .home-process-number{width:60px;height:60px;background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-secondary) 100%);color:var(--home-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;margin:0 auto 1.5rem}.home .home-process-content h3{font-size:1.125rem;font-weight:700;color:var(--home-text-dark);margin-bottom:.75rem}.home .home-process-content p{color:var(--home-text-light);font-size:.95rem;line-height:1.6;margin:0}.home .home-process-arrow{font-size:2rem;color:var(--home-primary);font-weight:700}.home .home-industries-section{padding:6rem 20px;background:var(--home-light)}.home .home-industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home .home-industry-card{background:var(--home-white);padding:2.5rem;border-radius:var(--home-border-radius);text-align:center;transition:var(--home-transition)}.home .home-industry-card:hover{transform:translateY(-5px);box-shadow:var(--home-shadow-md)}.home .home-industry-icon{font-size:4rem;margin-bottom:1.5rem}.home .home-industry-card h3{font-size:1.5rem;font-weight:700;color:var(--home-text-dark);margin-bottom:1rem}.home .home-industry-card p{color:var(--home-text-light);line-height:1.8}.home .home-testimonials-section{padding:6rem 20px;background:var(--home-white)}.home .home-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home .home-testimonial-card{background:var(--home-light);padding:2.5rem;border-radius:var(--home-border-radius);transition:var(--home-transition)}.home .home-testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--home-shadow-md);background:var(--home-white)}.home .home-rating{font-size:1.5rem;margin-bottom:1.5rem}.home .home-testimonial-text{color:var(--home-text-light);line-height:1.8;font-size:1.05rem;margin-bottom:2rem}.home .home-client-info{border-top:2px solid rgba(0,0,0,.1);padding-top:1rem}.home .home-client-info strong{display:block;font-size:1.125rem;color:var(--home-text-dark);margin-bottom:.25rem}.home .home-client-info span{color:var(--home-text-light);font-size:.95rem}.home .home-faq-section{padding:6rem 20px;background:var(--home-light)}.home .home-faq-container{max-width:900px;margin:0 auto}.home .home-faq-item{background:var(--home-white);border-radius:var(--home-border-radius);margin-bottom:1rem;overflow:hidden;box-shadow:var(--home-shadow-sm)}.home .home-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;font-size:1.125rem;font-weight:600;color:var(--home-text-dark);text-align:left;transition:var(--home-transition)}.home .home-faq-question:hover{color:var(--home-primary)}.home .home-faq-icon{font-size:1.5rem;color:var(--home-primary);font-weight:700}.home .home-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.home .home-faq-item.home-active .home-faq-answer{max-height:1000px;padding:0 2rem 2rem}.home .home-faq-answer p{color:var(--home-text-light);line-height:1.8;margin-bottom:1rem}.home .home-faq-answer ul{list-style:none;padding-left:0;margin-top:1rem}.home .home-faq-answer ul li{color:var(--home-text-light);line-height:1.8;padding:.5rem 0 .5rem 1.5rem;position:relative}.home .home-faq-answer ul li:before{content:"•";position:absolute;left:0;color:var(--home-primary);font-weight:700;font-size:1.5rem}.home .home-cta-section{padding:6rem 20px;background:linear-gradient(135deg,var(--home-dark) 0%,var(--home-navy) 100%);position:relative;overflow:hidden}.home .home-cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1;color:var(--home-white)}.home .home-cta-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1.5rem;color:var(--home-white)}.home .home-cta-content p{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;opacity:.9}.home .home-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.home .home-cta-note{font-size:.95rem;opacity:.8;margin:0}@media (max-width: 1024px){.home .home-hero-container{grid-template-columns:1fr;gap:3rem}.home .home-services-grid,.home .home-benefits-grid-8,.home .home-problems-grid,.home .home-industries-grid{grid-template-columns:repeat(2,1fr)}.home .home-testimonials-grid{grid-template-columns:1fr}}@media (max-width: 768px){.home .home-hero-professional{padding:3rem 0}.home .home-hero-main-title{font-size:2rem}.home .home-hero-subtitle{font-size:1.05rem}.home .home-hero-stats-bar{flex-direction:column;gap:1.5rem}.home .home-stat-divider{display:none}.home .home-services-grid,.home .home-benefits-grid-8,.home .home-problems-grid,.home .home-industries-grid{grid-template-columns:1fr}.home .home-process-timeline{flex-direction:column}.home .home-process-arrow{transform:rotate(90deg)}.home .home-solution-card{flex-direction:column}.home .home-solution-features{grid-template-columns:1fr}.home .home-cta-buttons{flex-direction:column}.home .home-btn{width:100%;justify-content:center}.home .home-section-header-center h2{font-size:2rem}}@media (max-width: 480px){.home .home-hero-professional{padding:2rem 0}.home .home-hero-main-title{font-size:1.75rem}.home .home-hero-badge{font-size:.75rem;padding:.5rem 1rem}.home .home-section-header-center h2{font-size:1.75rem}.home .home-section-header-center p{font-size:1rem}.home .home-btn{padding:.75rem 1.5rem;font-size:.95rem}.home .home-btn-large{padding:1rem 2rem;font-size:1rem}}:root{--primary-color: #FF6B35;--secondary-color: #004E89;--accent-color: #1A759F;--dark-bg: #0A1128;--light-bg: #F7F9FC;--text-dark: #1A1A2E;--text-light: #6B7280;--white: #FFFFFF;--success: #10B981;--gradient-1: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);--gradient-2: linear-gradient(135deg, #004E89 0%, #1A759F 100%);--gradient-3: linear-gradient(135deg, #1A759F 0%, #34A0A4 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .16);--border-radius: 12px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-dark);background-color:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:clamp(1rem,2.5vw,1.25rem)}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main-content{min-height:calc(100vh - 80px)}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:var(--transition);text-align:center}.btn-primary{background:var(--gradient-1);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--text-dark);border:2px solid var(--text-dark)}.btn-secondary:hover{background:var(--text-dark);color:var(--white)}.btn-large{padding:1.25rem 3rem;font-size:1.125rem}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-header p{font-size:1.125rem;color:var(--text-light);margin-top:1rem}.page-hero{padding:6rem 20px 4rem;background:var(--gradient-2);text-align:center;color:var(--white)}.page-hero h1{color:var(--white);margin-bottom:1rem}.lead{font-size:1.25rem;opacity:.95}.cta-section{padding:6rem 20px;background:var(--gradient-2);text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a:focus,button:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 640px){.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}
