.navigation{width:100%;background:#fff;box-shadow:0 2px 8px #00000014;border-bottom:1px solid rgba(37,99,235,.1);position:sticky;top:0;z-index:100}.navigation-container{max-width:1200px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem}.logo-link{text-decoration:none}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;letter-spacing:-.5px;margin:0;transition:all .3s ease}.logo-link:hover .logo{color:#1d4ed8;transform:scale(1.05)}.nav-right{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{text-decoration:none;color:#475569;font-weight:500;font-size:.9rem;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease;border-radius:2px}.nav-link:hover:after{width:100%}.contact-button{background:#2563eb;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease;white-space:nowrap}.contact-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}@media (max-width: 768px){.navigation-container{flex-direction:column;gap:1rem;align-items:flex-start;padding:1rem}.nav-right{flex-direction:column;width:100%;gap:1rem;align-items:flex-start}.nav-links{flex-wrap:wrap;gap:1rem;width:100%}.nav-link{font-size:.85rem}.logo{font-size:1.3rem}.contact-button{width:100%;text-align:center}}.lead-form{width:100%}.form-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#333}.form-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem}.progress-container{margin-bottom:2rem}.progress-bar{width:100%;height:8px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:#2563eb;transition:width .3s ease;border-radius:10px}.progress-text{font-size:.9rem;color:#666;font-weight:500}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.select-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.select-input:hover{border-color:#cbd5e1}.other-input{margin-top:.75rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.textarea-input{resize:vertical;min-height:80px}.submit-btn{padding:1rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-btn:hover{transform:translateY(-2px);background:#1d4ed8;box-shadow:0 10px 25px #2563eb4d}.submit-btn:active{transform:translateY(0)}.loading-spinner{width:60px;height:60px;border:4px solid #e0e0e0;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.analysis-text{text-align:center;color:#666;font-size:1.1rem;margin-top:1rem}.analysis-note{text-align:center;color:#999;font-size:.9rem;margin-top:1rem;font-style:italic}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.download-btn{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.download-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.report-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;max-height:70vh;overflow-y:auto;margin-top:1rem}.report-text{white-space:pre-wrap;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.95rem;line-height:1.7;color:#1f2937;margin:0}.report-text h1,.report-text h2,.report-text h3{color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.report-text h1{font-size:1.75rem;border-bottom:2px solid #2563eb;padding-bottom:.5rem}.report-text h2{font-size:1.5rem;color:#2563eb}.report-text h3{font-size:1.25rem}.report-text ul,.report-text ol{margin-left:1.5rem;margin-bottom:1rem}.report-text li{margin-bottom:.5rem}.error-message{text-align:center;padding:2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b}.error-message p{margin-bottom:1.5rem;font-size:1.1rem}.case-study{width:100%}.case-study-badge{display:inline-block;background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.case-study-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#333;line-height:1.2}.case-study-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem}.case-study-video{margin-bottom:2rem;border-radius:15px;overflow:hidden;background:#f5f5f5;position:relative;padding-bottom:56.25%;height:0}.case-study-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-placeholder{aspect-ratio:16 / 9;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2563eb1a;color:#2563eb;gap:1rem}.video-placeholder svg{width:64px;height:64px}.video-placeholder p{color:#666;font-size:1rem}.video-note{font-size:.85rem!important;color:#999!important;font-style:italic}.case-study-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.stat-item{text-align:center;padding:1.5rem;background:#2563eb1a;border-radius:15px}.stat-label{font-size:.9rem;color:#666;font-weight:500}.case-study-description{margin-bottom:2rem;padding:1.5rem;background:#f9f9f9;border-radius:15px;border-left:4px solid #2563eb}.case-study-description p{color:#555;line-height:1.6;font-size:1rem}.services-preview{margin-top:2rem}.services-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#333}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.service-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:10px;transition:all .3s ease;text-decoration:none;color:inherit;cursor:pointer;border:2px solid transparent}.service-item:hover{background:#2563eb0d;transform:translateY(-2px);border-color:#2563eb33;box-shadow:0 4px 12px #2563eb1a}.service-icon{font-size:2rem}.service-name{font-weight:600;color:#333;font-size:.95rem}@media (max-width: 768px){.case-study-title{font-size:1.8rem}.services-grid{grid-template-columns:1fr}}.app-wrapper{min-height:100vh;padding:0 0 2rem}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.header{margin-bottom:2rem}.hero-section{text-align:center;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#1e293b}.hero-blue{color:#2563eb}.hero-blue-large{color:#2563eb;font-size:4.5rem;display:block;margin-top:.2rem}.hero-subtitle{font-size:1.2rem;color:#64748b;line-height:1.6;max-width:800px;margin:0 auto;font-weight:400}.main-content{margin-top:2rem}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 968px){.content-grid{grid-template-columns:1fr}}.form-section,.case-study-section{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}@media (max-width: 768px){.logo{font-size:1.5rem}.hero-title{font-size:2.2rem}.hero-blue-large{font-size:2.8rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.form-section,.case-study-section{padding:1.5rem}}.contact-section{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #e2e8f0;text-align:center}.contact-question{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1.25rem}.contact-cta-button{display:inline-block;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;padding:1rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d}.contact-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.solution-page{max-width:1400px;margin:0 auto;padding:0}.solution-hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.solution-hero:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 20s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.solution-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.solution-hero-icon{font-size:4rem;margin-bottom:1rem;display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.solution-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.solution-subtitle{font-size:1.4rem;font-weight:300;opacity:.95;line-height:1.6}.stats-bar{background:#fff;padding:2rem;margin:-2rem auto 3rem;max-width:1200px;border-radius:20px;box-shadow:0 10px 40px #0000001a;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;position:relative;z-index:10}.stat-box{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.solution-content{padding:2rem;max-width:1200px;margin:0 auto}.solution-section{margin-bottom:3rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-icon{font-size:2.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:15px;box-shadow:0 5px 15px #2563eb4d}.section-title{font-size:2.2rem;font-weight:700;color:#1e293b;margin:0}.section-text{font-size:1.15rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;border:2px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#1e40af);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2563eb26;border-color:#2563eb}.feature-card:hover:before{transform:scaleX(1)}.feature-card-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature-card-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.feature-card-text{color:#64748b;line-height:1.6;margin:0}.highlight-section{background:linear-gradient(135deg,#2563eb0d,#1e40af0d);padding:3rem;border-radius:20px;border:2px solid rgba(37,99,235,.2);position:relative;overflow:hidden}.highlight-section:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#2563eb,#1e40af)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.benefit-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border-top:4px solid #2563eb}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2563eb33}.benefit-card h3{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.benefit-card h3:before{content:"✓";color:#2563eb;font-size:1.5rem}.benefit-card p{color:#64748b;line-height:1.7;margin:0}.feature-list{list-style:none;padding:0;margin:1.5rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.feature-list li{padding:1rem 1rem 1rem 3rem;background:#fff;border-radius:10px;border-left:3px solid #2563eb;position:relative;color:#475569;font-size:1.05rem;line-height:1.6;transition:all .3s ease}.feature-list li:hover{transform:translate(5px);box-shadow:0 5px 15px #2563eb1a}.feature-list li:before{content:"✓";position:absolute;left:1rem;color:#2563eb;font-weight:700;font-size:1.2rem}.cta-section{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:4rem 2rem;border-radius:20px;text-align:center;margin-top:4rem}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#2563eb;padding:1rem 2.5rem;border-radius:10px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 5px 20px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}@media (max-width: 768px){.solution-title{font-size:2.5rem}.solution-subtitle{font-size:1.2rem}.stats-bar{grid-template-columns:1fr;padding:1.5rem;margin:-1.5rem 1rem 2rem}.section-title{font-size:1.8rem}.feature-grid,.benefits-grid,.feature-list{grid-template-columns:1fr}.solution-hero{padding:3rem 1.5rem}.highlight-section{padding:2rem 1.5rem}.cta-section{padding:3rem 1.5rem}.cta-title{font-size:2rem}}.report-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.report-container{max-width:1000px;margin:0 auto}.report-hero{background:#fff;border-radius:24px;padding:3rem;margin-bottom:2rem;box-shadow:0 20px 60px #0003;text-align:center}.report-hero h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.report-hero p{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.report-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center}.report-btn{padding:.875rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;white-space:nowrap;box-sizing:border-box;height:auto;line-height:1.5}.report-btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b98166;border:2px solid transparent;box-sizing:border-box}.report-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.report-btn-secondary{background:#fff;color:#64748b;border:2px solid #e2e8f0;box-sizing:border-box}.report-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.report-btn-contact{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 15px #2563eb4d;border:2px solid transparent;box-sizing:border-box}.report-btn-contact:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.report-content-wrapper{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0003;position:relative;overflow:visible;min-height:auto}.report-content-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb)}.report-content{position:relative;z-index:1}.report-text{white-space:pre-wrap;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.05rem;line-height:1.8;color:#1e293b;margin:0}.report-text{counter-reset:section}.report-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(to bottom,#f8fafc 0%,transparent 100%);border-radius:16px;border-left:4px solid #667eea;transition:all .3s ease}.report-section:hover{background:linear-gradient(to bottom,#f1f5f9 0%,transparent 100%);transform:translate(4px)}.report-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #e2e8f0}.report-section-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-top:1.25rem;margin-bottom:.75rem;padding-left:1rem;border-left:4px solid #10b981;background:linear-gradient(to right,rgba(16,185,129,.1) 0%,transparent 100%);padding:.75rem 1rem;border-radius:8px}.report-subsection-title{font-size:1.25rem;font-weight:600;color:#334155;margin-top:1rem;margin-bottom:.5rem;padding-left:.75rem;border-left:3px solid #667eea}.report-list{margin:.75rem 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.report-list-item{margin:0;background:linear-gradient(to right,#f8fafc,#fff);border-radius:8px;border-left:4px solid #cbd5e1;transition:all .3s ease;position:relative;padding:.75rem 1rem .75rem 2.5rem;box-shadow:0 2px 4px #0000000d}.report-list-item:before{content:"✓";position:absolute;left:.875rem;color:#667eea;font-weight:700;font-size:1.1rem;top:50%;transform:translateY(-50%);background:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #667eea33}.report-list-item:hover{background:linear-gradient(to right,#f1f5f9,#f8fafc);border-left-color:#667eea;transform:translate(6px);box-shadow:0 4px 8px #0000001a}.report-paragraph{margin-top:0;margin-bottom:.75rem;color:#475569;line-height:1.7;font-size:1.05rem;text-align:left}.report-paragraph:last-child{margin-bottom:0}.report-highlight{background:linear-gradient(120deg,#10b98133,#10b98100);padding:.25rem .5rem;border-radius:4px;font-weight:500}@media (max-width: 768px){.report-hero{padding:2rem 1.5rem}.report-hero h1{font-size:2rem}.report-content-wrapper{padding:2rem 1.5rem}.report-section{padding:1.5rem}.report-title{font-size:1.75rem}.report-section-title{font-size:1.25rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.report-content-wrapper{animation:fadeInUp .6s ease-out}.report-hero{animation:fadeInUp .4s ease-out}@media (max-width: 768px){.report-contact-section{padding:2rem 1.5rem}.report-contact-question{font-size:1.25rem}.report-contact-button{padding:1rem 2rem;font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh}#root{min-height:100vh}
