@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}html{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media (max-width: 768px){.container{padding:0 1rem}}.App{min-height:100vh}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #e5e7eb;height:70px}.header .container{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;height:100%}.nav-brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#1f2937;text-decoration:none}.brand-logo{height:70px;width:auto}.brand-icon{width:32px;height:32px;color:#3b82f6}@media (max-width: 768px){.brand-logo{height:45px}}.nav{display:flex;gap:2rem;align-items:center}.desktop-nav{display:flex}.mobile-nav,.mobile-header-controls{display:none}@media (max-width: 768px){.header{height:60px}.header .container{padding:0 .75rem!important;overflow:visible}.nav-brand{flex-shrink:1;min-width:0;overflow:hidden}.brand-logo{height:40px;flex-shrink:0}.desktop-nav{display:none!important}.mobile-header-controls{display:flex!important;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.menu-toggle{display:flex!important;width:44px;height:44px;min-width:44px;color:var(--neural-text, #1f2937)}.mobile-header-controls .style-switcher-button,.mobile-header-controls .language-button{width:36px;height:36px;min-width:36px;padding:.25rem}}@media (max-width: 375px){.header .container{padding:0 .5rem!important}.mobile-header-controls{gap:.25rem}.brand-logo{height:35px}.mobile-header-controls .style-switcher-button,.mobile-header-controls .language-button{width:32px;height:32px;min-width:32px}.menu-toggle{width:40px;height:40px;min-width:40px}}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav-link:hover{color:#3b82f6}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;margin-top:70px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;opacity:.9;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a}.btn-icon{width:18px;height:18px}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-graphic{position:relative;width:300px;height:300px}.waves-icon{width:150px;height:150px;color:#fffc;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-elements{position:absolute;top:0;left:0;right:0;bottom:0}.element{position:absolute;background:#fff3;border-radius:50%;animation:float 6s ease-in-out infinite}.element-1{width:20px;height:20px;top:20%;left:10%;animation-delay:0s}.element-2{width:30px;height:30px;top:60%;right:15%;animation-delay:2s}.element-3{width:15px;height:15px;bottom:20%;left:70%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-description{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.services{padding:6rem 0;background:#f9fafb}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.service-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon{width:30px;height:30px;color:#fff}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.service-description{color:#6b7280;line-height:1.6}.about{padding:6rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-description{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.7}.about-values{display:flex;flex-direction:column;gap:2rem}.value-item{display:flex;align-items:flex-start;gap:1rem}.value-icon{width:24px;height:24px;color:#3b82f6;margin-top:.25rem}.value-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.value-item p{color:#6b7280;line-height:1.6}.contact{padding:6rem 0;background:#f9fafb}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#1f2937}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:20px;height:20px;color:#3b82f6}.contact-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group textarea{resize:vertical}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-brand-logo{height:36px;width:auto}.footer-tagline{color:#9ca3af;font-size:.9rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#374151;border-radius:.5rem;transition:background .3s ease}.social-links a:hover{background:#3b82f6}.social-icon{width:20px;height:20px;color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}.language-switcher{position:relative;display:inline-block}.language-button{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:.875rem;transition:all .3s ease;color:#4b5563}.language-button:hover{border-color:#3b82f6;background:#3b82f60d}.language-icon{width:16px;height:16px}.current-language{font-weight:500;font-size:.875rem}.language-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;min-width:150px}.language-switcher:hover .language-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s ease;font-size:.875rem}.language-option:hover{background:#f3f4f6}.language-option.active{background:#eff6ff;color:#3b82f6}.language-flag{font-size:1.1em;display:inline-block;line-height:1;text-rendering:optimizeQuality;-webkit-font-feature-settings:"liga" off;font-feature-settings:"liga" off}@media (max-width: 768px){.mobile-header-controls .language-flag{font-size:1em!important;vertical-align:middle}}.switchers-container{display:flex;gap:1rem;align-items:center}.style-switcher{position:relative;display:inline-block}.style-button{display:flex;align-items:center;gap:.35rem;background:none;border:1px solid #d1d5db;border-radius:.375rem;padding:.35rem .5rem;cursor:pointer;font-size:.75rem;transition:all .3s ease;color:#4b5563}.style-button:hover{border-color:#3b82f6;background:#3b82f60d}.style-icon{width:14px;height:14px}.current-theme{font-weight:500;font-size:.75rem;white-space:nowrap}.style-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;min-width:280px;max-height:400px;overflow-y:auto}.style-switcher:hover .style-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.style-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s ease;font-size:.875rem}.style-option:hover{background:#f3f4f6}.style-option.active{background:#eff6ff;color:#3b82f6}.theme-icon{font-size:1.125rem;flex-shrink:0}.theme-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.theme-name{font-weight:600;white-space:nowrap}.theme-description{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-option.active .theme-description{color:#60a5fa}:root{--vh: 1vh}.device-ios{height:calc(var(--vh, 1vh) * 100)}.device-touch{--min-touch-size: 44px}.mobile-nav{position:fixed!important;top:60px!important;left:0!important;right:0!important;min-height:40vh!important;max-height:calc(100vh - 60px)!important;background:var(--mobile-nav-bg, rgba(255, 255, 255, .98))!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;flex-direction:column!important;padding:1.5rem 1rem!important;gap:.5rem!important;z-index:99999!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;display:none;box-shadow:0 4px 20px #0000004d!important}.mobile-nav.nav-open{display:flex!important}.mobile-nav-link{font-size:1.25rem!important;padding:1rem 0!important;border-bottom:1px solid var(--mobile-nav-border, rgba(0, 0, 0, .1))!important;text-align:center!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--mobile-nav-text, #1f2937)!important;text-decoration:none!important;width:100%!important;flex-shrink:0!important;background:transparent!important}.mobile-nav-link:hover{color:var(--neural-accent, #3b82f6);background:var(--neural-bg-secondary, rgba(0, 0, 0, .05))}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;color:#1f2937;border-radius:8px;transition:background-color .2s;z-index:1001}.menu-toggle:hover{background-color:#f3f4f6}.menu-toggle:active{background-color:#e5e7eb}@media (max-width: 768px){.hero{padding:3rem 0 2rem!important;margin-top:70px}.hero-content{grid-template-columns:1fr!important;gap:2rem;text-align:center}.hero-title{font-size:2rem!important;line-height:1.2;margin-bottom:1rem}.hero-description{font-size:1rem!important;margin-bottom:1.5rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.btn{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem;min-height:44px}.hero-visual{order:-1}.hero-graphic{width:200px;height:200px}.waves-icon{width:100px;height:100px}.about-content{grid-template-columns:1fr!important;gap:2rem!important}.about-text{text-align:center;margin-bottom:2rem}.about-description{font-size:1rem!important;margin-bottom:1rem!important}.about-values{gap:1.5rem!important}.value-item{flex-direction:column!important;text-align:center!important;align-items:center!important;padding:1.5rem!important;background:#ffffff0d!important;border-radius:1rem!important}.value-icon{margin-bottom:1rem!important}.contact-content{grid-template-columns:1fr!important;gap:2rem!important}.contact-info{text-align:center!important;margin-bottom:2rem!important}.contact-info h3{font-size:1.25rem!important;margin-bottom:1.5rem!important}.contact-item{justify-content:center!important;margin-bottom:1rem!important;padding:1rem!important;background:#ffffff0d!important;border-radius:.5rem!important}.contact-form{border-radius:1rem!important;padding:1.5rem!important;margin:0!important}.form-group{margin-bottom:1.25rem!important}.form-group input,.form-group textarea{font-size:16px!important;padding:1rem!important}.form-group textarea{min-height:120px!important}}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9997;opacity:0;animation:fadeIn .3s ease-out forwards;border:none;cursor:pointer}.mobile-style-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size, 44px);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-style-option{width:100%;padding:1rem;min-height:var(--min-touch-size, 44px);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}.mobile-language-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size, 44px);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-language-option{width:100%;padding:1rem;min-height:var(--min-touch-size, 44px);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}@media (max-width: 768px){.mobile-header-controls .language-switcher .language-button{padding:.5rem!important;font-size:.75rem!important;min-width:auto!important;border:1px solid #d1d5db!important}.mobile-header-controls .language-switcher .current-language{font-size:.75rem!important}.mobile-header-controls .language-switcher .language-icon{width:14px!important;height:14px!important}}.tablet-optimized{font-size:16px}.device-xs{font-size:14px}.device-sm{font-size:15px}.device-md,.device-lg{font-size:16px}.device-xl{font-size:17px}.device-portrait{line-height:1.6}.device-landscape{line-height:1.5}.device-landscape.device-mobile .mobile-nav{padding:1rem;gap:1rem;z-index:9999;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (orientation: landscape) and (max-height: 500px){.mobile-nav{z-index:9999!important;background:#fffffffa!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.menu-toggle{z-index:10000!important}.mobile-menu-overlay{z-index:9998!important}}.device-touch button,.device-touch .style-option,.device-touch .language-option,.device-touch .nav-link{min-height:var(--min-touch-size, 44px);min-width:var(--min-touch-size, 44px)}.device-mobile[data-theme=dark] .mobile-header,.device-mobile[data-theme=dark] .mobile-nav,[data-theme=dark] .mobile-nav,[data-theme=neural-dark] .mobile-nav,body[data-theme=neural-dark] .mobile-nav,body[data-theme=dark] .mobile-nav{background:#111827fa!important;color:#fff!important}.device-mobile[data-theme=dark] .mobile-nav-link,[data-theme=dark] .mobile-nav-link,[data-theme=neural-dark] .mobile-nav-link,body[data-theme=neural-dark] .mobile-nav-link,body[data-theme=dark] .mobile-nav-link{border-bottom-color:#374151!important;color:#fff!important}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:10000;padding:1rem;pointer-events:none}.cookie-consent-banner{max-width:500px;margin:0 auto;background:#1f2937;border-radius:1rem;padding:1.5rem;box-shadow:0 -4px 20px #0000004d;pointer-events:auto;position:relative;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s,background .2s}.cookie-consent-close:hover{color:#fff;background:#ffffff1a}.cookie-consent-content{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.cookie-consent-icon{flex-shrink:0;color:#fbbf24}.cookie-consent-text{color:#e5e7eb;font-size:.9rem;line-height:1.5}.cookie-consent-actions{display:flex;gap:.75rem;justify-content:flex-end}.cookie-btn{padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.cookie-btn-decline{background:transparent;color:#9ca3af;border:1px solid #4b5563}.cookie-btn-decline:hover{background:#ffffff0d;color:#fff}.cookie-btn-accept{background:#3b82f6;color:#fff}.cookie-btn-accept:hover{background:#2563eb}@media (max-width: 576px){.cookie-consent-overlay{padding:.75rem}.cookie-consent-banner{padding:1.25rem;border-radius:.75rem}.cookie-consent-content{flex-direction:column;gap:.75rem}.cookie-consent-text{font-size:.85rem}.cookie-consent-actions{flex-direction:column}.cookie-btn{width:100%;padding:.75rem;min-height:44px}}:root{--vh: 1vh;--min-touch-size: 44px}.mobile-optimized{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.device-mobile{font-size:16px}.device-ios{min-height:calc(var(--vh, 1vh) * 100)}.mobile-header{height:70px;background:#fffffffa}.mobile-header .container{padding:.75rem 1rem}.mobile-header .nav-brand{font-size:1.25rem}.mobile-header .brand-icon{width:24px;height:24px}.mobile-nav{position:fixed;top:70px;left:0;right:0;bottom:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem 1rem;gap:2rem;z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav-link{font-size:1.25rem;padding:1rem 0;border-bottom:1px solid #f3f4f6;text-align:center;min-height:var(--min-touch-size);display:flex;align-items:center;justify-content:center}.mobile-switchers{margin-top:auto;flex-direction:column;gap:1rem;width:100%}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;opacity:0;animation:fadeIn .3s ease-out forwards;border:none;cursor:pointer}@keyframes fadeIn{to{opacity:1}}.mobile-style-switcher{width:100%;position:relative}.mobile-style-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-style-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;margin-top:1rem;max-height:300px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-style-dropdown:not(.open){display:none}.mobile-style-option{width:100%;padding:1rem;min-height:var(--min-touch-size);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}.mobile-style-option:last-child{margin-bottom:0}.mobile-style-option.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.mobile-language-switcher{width:100%;position:relative}.mobile-language-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-language-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;margin-top:1rem}.mobile-language-dropdown:not(.open){display:none}.mobile-language-option{width:100%;padding:1rem;min-height:var(--min-touch-size);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}.mobile-language-option:last-child{margin-bottom:0}.mobile-language-option.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.tablet-header{height:75px}.device-landscape.device-mobile .mobile-nav{padding:1rem;gap:1rem}.device-landscape.device-mobile .mobile-nav-link{font-size:1rem;padding:.75rem 0}.device-touch button,.device-touch .style-option,.device-touch .language-option,.device-touch .nav-link{min-height:var(--min-touch-size);min-width:var(--min-touch-size)}.device-mobile button:focus,.device-mobile .nav-link:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){.brand-icon,.style-icon,.language-icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.device-mobile[data-theme=dark] .mobile-header,.device-mobile[data-theme=dark] .mobile-nav{background:#111827fa;color:#fff}.device-mobile[data-theme=dark] .mobile-nav-link{border-bottom-color:#374151}.device-mobile[data-theme=dark] .mobile-style-button,.device-mobile[data-theme=dark] .mobile-language-button,.device-mobile[data-theme=dark] .mobile-style-option,.device-mobile[data-theme=dark] .mobile-language-option{background:#1f2937;border-color:#374151;color:#fff}.mobile-optimized *{-webkit-transform:translateZ(0);transform:translateZ(0)}.device-touch .nav-brand,.device-touch .menu-toggle,.device-touch .style-switcher,.device-touch .language-switcher{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@supports (padding: max(0px)){.device-ios .mobile-header{padding-top:max(1rem,env(safe-area-inset-top));padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.device-ios .mobile-nav{padding-bottom:max(2rem,env(safe-area-inset-bottom))}}.device-mobile .hero{padding:3rem 0 2rem!important;margin-top:70px;overflow-x:hidden}.device-mobile .hero-content{grid-template-columns:1fr!important;gap:2rem;text-align:center}.device-mobile .hero-title{font-size:2rem!important;line-height:1.2;margin-bottom:1rem}.device-mobile .hero-description{font-size:1rem!important;margin:1rem 0 1.5rem}.device-mobile .hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.device-mobile .btn{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem;min-height:44px}.device-mobile .hero-visual{order:-1}.device-mobile .hero-graphic{width:200px;height:200px}.device-mobile .waves-icon{width:100px;height:100px}.device-mobile .services-grid{grid-template-columns:1fr;gap:1.5rem}.device-mobile .service-card{padding:1.5rem}.device-mobile .contact-form{max-width:100%}.device-mobile .form-group input,.device-mobile .form-group textarea{font-size:16px;padding:1rem;border-radius:12px}.device-mobile .form-group textarea{min-height:120px}.device-mobile .footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.device-mobile .footer-links{grid-template-columns:1fr;gap:1.5rem}@media (orientation: landscape) and (max-height: 500px){.device-mobile .mobile-nav{z-index:9999!important;background:#fffffffa!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;padding:1rem!important;gap:.75rem!important}.device-mobile .mobile-nav-link{font-size:.9rem!important;padding:.5rem 0!important;min-height:40px!important}.device-mobile .menu-toggle{z-index:10000!important}.device-mobile .mobile-menu-overlay{z-index:9998!important}.device-mobile .hero{padding:2rem 0 1.5rem!important}.device-mobile .hero-title{font-size:1.75rem!important}.device-mobile .hero-description{font-size:.9rem!important;margin:.75rem 0 1rem}}.device-mobile .hero,.device-mobile .services,.device-mobile .about,.device-mobile .contact,.device-mobile .footer{width:100%!important;overflow-x:hidden!important}.device-mobile .container{padding:0 1rem!important;width:100%!important;max-width:100%!important}.legal-layout{min-height:100vh;display:flex;flex-direction:column}.legal-page{flex:1;padding-top:100px;padding-bottom:4rem}.legal-page .container{max-width:900px}.legal-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--neural-border, rgba(255, 255, 255, .1))}.legal-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;color:var(--neural-text, #fff)}.legal-subtitle{font-size:1.1rem;color:var(--neural-text-muted, rgba(255, 255, 255, .7));margin-bottom:1rem}.last-updated{font-size:.875rem;color:var(--neural-text-muted, rgba(255, 255, 255, .6))}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--neural-text, #fff);padding-bottom:.5rem;border-bottom:1px solid var(--neural-border, rgba(255, 255, 255, .1))}.legal-section h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--neural-text, #fff)}.legal-section h4{font-size:1.1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;color:var(--neural-text, #fff)}.legal-section p{margin-bottom:1rem;line-height:1.7;color:var(--neural-text-secondary, rgba(255, 255, 255, .85))}.legal-section ul,.legal-section ol{margin-bottom:1rem;padding-left:1.5rem}.legal-section li{margin-bottom:.5rem;line-height:1.6;color:var(--neural-text-secondary, rgba(255, 255, 255, .85))}.legal-section strong{color:var(--neural-text, #fff);font-weight:600}.legal-section a{color:var(--neural-accent, #6366f1);text-decoration:underline;text-underline-offset:2px}.legal-section a:hover{color:var(--neural-accent-hover, #818cf8)}.legal-contact-box{background:var(--neural-bg-secondary, rgba(255, 255, 255, .05));border:1px solid var(--neural-border, rgba(255, 255, 255, .1));border-radius:8px;padding:1.5rem;margin:1.5rem 0}.legal-contact-box p{margin-bottom:.5rem}.legal-contact-box p:last-child{margin-bottom:0}.legal-disclaimer-box{background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:8px;padding:1.5rem;margin:1.5rem 0}.legal-disclaimer-box.warning{background:#eab3081a;border-color:#eab3084d}.legal-disclaimer-box.info{background:#6366f11a;border-color:#6366f14d}.disclaimer-header{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:1rem;color:var(--neural-text, #fff)}.disclaimer-header svg{flex-shrink:0}.legal-disclaimer-box ul{margin-bottom:0}.rights-form{background:var(--neural-bg-secondary, rgba(255, 255, 255, .05));border:1px solid var(--neural-border, rgba(255, 255, 255, .1));border-radius:12px;padding:2rem;margin-top:2rem}.rights-form .form-group{margin-bottom:1.5rem}.rights-form label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--neural-text, #fff)}.rights-form input,.rights-form select,.rights-form textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--neural-border, rgba(255, 255, 255, .2));border-radius:6px;background:var(--neural-bg-primary, rgba(0, 0, 0, .3));color:var(--neural-text, #fff);transition:border-color .2s,box-shadow .2s}.rights-form input:focus,.rights-form select:focus,.rights-form textarea:focus{outline:none;border-color:var(--neural-accent, #6366f1);box-shadow:0 0 0 3px #6366f133}.rights-form select{cursor:pointer}.rights-form textarea{min-height:120px;resize:vertical}.rights-form .form-note{font-size:.875rem;color:var(--neural-text-muted, rgba(255, 255, 255, .6));margin-top:.5rem}.rights-form .btn{margin-top:1rem}.consent-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin:1.5rem 0;padding:1rem;background:var(--neural-bg-secondary, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .1));border-radius:8px}.consent-checkbox input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:var(--neural-accent, #6366f1)}.consent-checkbox label{font-size:.9rem;line-height:1.5;color:var(--neural-text-secondary, rgba(255, 255, 255, .85));cursor:pointer}.consent-checkbox a{color:var(--neural-accent, #6366f1);text-decoration:underline}.consent-checkbox.error{border-color:#ef4444;background:#ef44441a}.consent-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.newsletter-optin{display:flex;align-items:flex-start;gap:.75rem;margin:1rem 0}.newsletter-optin input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:var(--neural-accent, #6366f1)}.newsletter-optin label{font-size:.9rem;line-height:1.5;color:var(--neural-text-muted, rgba(255, 255, 255, .7));cursor:pointer}.assessment-disclaimer{background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:12px;padding:1.5rem;margin:2rem 0}.assessment-disclaimer-consent{margin:1.5rem 0}.assessment-disclaimer-consent .assessment-disclaimer{margin:0 0 1rem}.assessment-disclaimer-consent.error .assessment-disclaimer{border-color:#ef4444}.disclaimer-consent-checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--neural-bg-secondary, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .1));border-radius:8px}.assessment-disclaimer-consent.error .disclaimer-consent-checkbox{border-color:#ef4444;background:#ef44441a}.disclaimer-consent-checkbox input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:var(--neural-accent, #6366f1)}.disclaimer-consent-checkbox label{font-size:.9rem;line-height:1.5;color:var(--neural-text-secondary, rgba(255, 255, 255, .85));cursor:pointer}.assessment-disclaimer-consent .consent-error{display:block;margin-top:.5rem}.assessment-disclaimer .disclaimer-title{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;margin-bottom:1rem;color:#eab308}.assessment-disclaimer ul{margin:0 0 1rem;padding-left:1.25rem}.assessment-disclaimer li{margin-bottom:.5rem;color:var(--neural-text-secondary, rgba(255, 255, 255, .85));font-size:.9rem}.assessment-disclaimer p{font-size:.9rem;color:var(--neural-text-secondary, rgba(255, 255, 255, .85));margin:0}.assessment-disclaimer a{color:var(--neural-accent, #6366f1);text-decoration:underline}.legal-footer-section{border-top:1px solid var(--neural-border, rgba(255, 255, 255, .1));padding-top:1.5rem;margin-top:1rem}.legal-footer-disclaimer{font-size:.8rem;color:var(--neural-text-muted, rgba(255, 255, 255, .5));line-height:1.6;margin-bottom:1rem;max-width:800px}.legal-footer-links{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem}.legal-footer-links a{color:var(--neural-text-muted, rgba(255, 255, 255, .6));text-decoration:none;transition:color .2s}.legal-footer-links a:hover{color:var(--neural-accent, #6366f1)}.legal-footer-links span{color:var(--neural-text-muted, rgba(255, 255, 255, .3))}@media (max-width: 768px){.legal-page{padding-top:80px;padding-bottom:3rem}.legal-header{margin-bottom:2rem;padding-bottom:1.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.15rem}.rights-form{padding:1.5rem}.rights-form input,.rights-form select,.rights-form textarea{font-size:16px}.consent-checkbox{padding:.75rem}.legal-footer-links{flex-direction:column;gap:.75rem}.legal-footer-links span{display:none}}@media print{.legal-page{padding-top:0}.legal-layout header,.legal-layout footer{display:none}.legal-section{page-break-inside:avoid}.legal-section a{color:inherit;text-decoration:none}.legal-section a:after{content:" (" attr(href) ")";font-size:.8em}}.assessment-layout{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--neural-bg-primary, #0a0e27) 0%,var(--neural-bg-secondary, #1a1d3a) 100%)}.assessment-layout.mobile{min-height:calc(var(--vh, 1vh) * 100)}.assessment-main,.assessment-landing,.assessment-confirmation,.assessment-thankyou{flex:1;padding:6rem 1.5rem 3rem;margin-top:70px}.assessment-layout .container{max-width:900px;margin:0 auto}.landing-hero{text-align:center;padding:3rem 0 4rem}.landing-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#00d4ff26,#00ff8826);border:1px solid var(--neural-cyan, #00d4ff);border-radius:50px;color:var(--neural-cyan, #00d4ff);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.landing-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--neural-text, #e0e6ed);margin-bottom:1.5rem;background:linear-gradient(135deg,var(--neural-cyan, #00d4ff) 0%,var(--neural-green, #00ff88) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-description{font-size:1.125rem;color:var(--neural-text-muted, #8b95a8);line-height:1.7;max-width:700px;margin:0 auto 2rem}.landing-meta{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:var(--neural-text-dim, #a0aec0);font-size:.9375rem}.meta-item svg{color:var(--neural-cyan, #00d4ff)}.landing-benefits{padding:3rem 0}.benefits-title{font-size:1.5rem;font-weight:600;color:var(--neural-text, #e0e6ed);text-align:center;margin-bottom:2.5rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.benefit-card{background:var(--neural-bg-card, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:1rem;padding:1.75rem;text-align:center;transition:all .3s ease}.benefit-card:hover{border-color:var(--neural-cyan, #00d4ff);transform:translateY(-4px)}.benefit-icon{color:var(--neural-cyan, #00d4ff);margin-bottom:1rem}.benefit-text{color:var(--neural-text-dim, #a0aec0);font-size:.9375rem;line-height:1.6;margin:0}.landing-process{padding:3rem 0}.process-title{font-size:1.5rem;font-weight:600;color:var(--neural-text, #e0e6ed);text-align:center;margin-bottom:2.5rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:1.5rem}.process-step .step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--neural-cyan, #00d4ff) 0%,var(--neural-green, #00ff88) 100%);color:var(--neural-bg-primary, #0a0e27);font-size:1.25rem;font-weight:700;border-radius:50%;margin-bottom:1rem}.process-step h3{font-size:1.125rem;font-weight:600;color:var(--neural-text, #e0e6ed);margin-bottom:.75rem}.process-step p{color:var(--neural-text-muted, #8b95a8);font-size:.9375rem;line-height:1.6;margin:0}.landing-cta{text-align:center;padding:3rem 0;border-top:1px solid var(--neural-border, rgba(255, 255, 255, .08));margin-top:2rem}.cta-text{font-size:1.125rem;color:var(--neural-text-dim, #a0aec0);margin-bottom:1.5rem}.assessment-progress{margin-bottom:2.5rem;padding:1.5rem;background:var(--neural-bg-card, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:1rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.progress-label{font-weight:500;color:var(--neural-text, #e0e6ed);font-size:.9375rem}.progress-percentage{font-weight:700;color:var(--neural-cyan, #00d4ff);font-size:1rem}.progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,var(--neural-cyan, #00d4ff) 0%,var(--neural-green, #00ff88) 100%);border-radius:4px;transition:width .4s ease}.progress-steps{display:flex;justify-content:space-between;margin-bottom:.75rem}.progress-step{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.progress-step .step-number{font-size:.75rem;font-weight:600;color:var(--neural-text-muted, #8b95a8)}.progress-step.completed{background:var(--neural-cyan, #00d4ff)}.progress-step.completed .step-number{color:var(--neural-bg-primary, #0a0e27)}.progress-step.current{background:var(--neural-green, #00ff88);box-shadow:0 0 0 4px #0f83}.progress-step.current .step-number{color:var(--neural-bg-primary, #0a0e27)}.progress-counter{text-align:center;font-size:.8125rem;color:var(--neural-text-muted, #8b95a8)}.question-section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--neural-border, rgba(255, 255, 255, .08))}.section-title{font-size:1.5rem;font-weight:600;color:var(--neural-text, #e0e6ed);margin:0}.section-clause{font-size:.8125rem;color:var(--neural-cyan, #00d4ff);background:#00d4ff1a;padding:.375rem .75rem;border-radius:50px}.questions-list{display:flex;flex-direction:column;gap:1.5rem}.question-card{background:var(--neural-bg-card, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:1rem;padding:1.5rem;transition:border-color .3s ease}.question-card:hover{border-color:#00d4ff4d}.question-card.answered{border-left:4px solid var(--neural-green, #00ff88)}.question-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.question-number{font-size:.75rem;font-weight:600;color:var(--neural-cyan, #00d4ff);text-transform:uppercase;letter-spacing:.05em}.question-clause{font-size:.75rem;color:var(--neural-text-muted, #8b95a8);background:#ffffff0d;padding:.25rem .5rem;border-radius:4px}.question-text{font-size:1.0625rem;font-weight:500;color:var(--neural-text, #e0e6ed);line-height:1.5;margin:0 0 .5rem}.question-description{font-size:.9375rem;color:var(--neural-text-muted, #8b95a8);line-height:1.6;margin:0 0 1.25rem}.maturity-scale{display:grid;grid-template-columns:repeat(5,1fr);gap:.625rem}.scale-option{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;background:#ffffff08;border:2px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:.75rem;cursor:pointer;transition:all .2s ease;min-height:80px}.scale-option:hover{border-color:var(--level-color, var(--neural-cyan, #00d4ff));background:#00d4ff0d}.scale-option.selected{border-color:var(--level-color, var(--neural-cyan, #00d4ff));background:var(--level-color, var(--neural-cyan, #00d4ff))}.scale-option.selected .scale-value,.scale-option.selected .scale-label,.scale-option.selected .scale-desc{color:var(--neural-bg-primary, #0a0e27)}.scale-value{font-size:1.5rem;font-weight:700;color:var(--neural-text, #e0e6ed);margin-bottom:.25rem}.scale-label{font-size:.6875rem;font-weight:600;color:var(--neural-text-dim, #a0aec0);text-align:center;text-transform:uppercase;letter-spacing:.03em}.scale-desc{font-size:.625rem;color:var(--neural-text-muted, #8b95a8);text-align:center;margin-top:.25rem;line-height:1.3}.maturity-scale-mobile .scale-option{padding:.75rem .25rem;min-height:60px}.maturity-scale-mobile .scale-value{font-size:1.25rem}.maturity-scale-mobile .scale-label{font-size:.5625rem}.section-nav{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;margin-top:1rem;border-top:1px solid var(--neural-border, rgba(255, 255, 255, .08))}.nav-indicator{font-size:.9375rem;font-weight:500;color:var(--neural-text-muted, #8b95a8)}.section-nav-mobile{flex-direction:column;gap:1rem}.section-nav-mobile .nav-indicator{order:-1}.section-nav-mobile .btn{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--neural-cyan, #00d4ff) 0%,var(--neural-blue, #0099ff) 100%);color:var(--neural-bg-primary, #0a0e27);box-shadow:0 4px 20px #00d4ff4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #00d4ff66}.btn-secondary{background:transparent;color:var(--neural-text, #e0e6ed);border:1px solid var(--neural-border, rgba(255, 255, 255, .15))}.btn-secondary:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff40}.btn-success{background:linear-gradient(135deg,var(--neural-green, #00ff88) 0%,#00cc6a 100%);color:var(--neural-bg-primary, #0a0e27);box-shadow:0 4px 20px #00ff884d}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #0f86}.btn-large{padding:1rem 2rem;font-size:1rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.email-capture-section{max-width:600px;margin:0 auto;padding-top:1rem}.capture-title{font-size:1.75rem;font-weight:600;color:var(--neural-text, #e0e6ed);text-align:center;margin-bottom:.75rem}.capture-description{font-size:1rem;color:var(--neural-text-muted, #8b95a8);text-align:center;line-height:1.6;margin-bottom:2rem}.email-capture-form{background:var(--neural-bg-card, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:1rem;padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--neural-text, #e0e6ed);margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;font-size:1rem;color:var(--neural-text, #e0e6ed);background:#ffffff0d;border:1px solid var(--neural-border, rgba(255, 255, 255, .15));border-radius:.5rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--neural-cyan, #00d4ff);box-shadow:0 0 0 3px #00d4ff1a}.form-group input.error,.form-group select.error{border-color:#ef4444}.form-group input::placeholder{color:var(--neural-text-muted, #8b95a8)}.form-group select option{background:var(--neural-bg-secondary, #1a1d3a);color:var(--neural-text, #e0e6ed)}.error-message{display:block;font-size:.8125rem;color:#ef4444;margin-top:.375rem}.checkbox-group{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9375rem;color:var(--neural-text-dim, #a0aec0);line-height:1.5}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--neural-cyan, #00d4ff)}.privacy-notice{font-size:.8125rem;color:var(--neural-text-muted, #8b95a8);text-align:center;margin-bottom:1.5rem;line-height:1.5}.submit-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:1rem;color:#ef4444;text-align:center;margin-bottom:1.5rem}.form-actions{display:flex;justify-content:space-between;gap:1rem}.mobile-form .form-row{grid-template-columns:1fr}.mobile-form .form-actions{flex-direction:column-reverse}.mobile-form .btn{width:100%}.auto-save-indicator{text-align:center;font-size:.8125rem;color:var(--neural-text-muted, #8b95a8);margin-top:1.5rem;padding:.5rem;opacity:.7}.auto-save-indicator:before{content:"✓ ";color:var(--neural-green, #00ff88)}.confirmation-hero{text-align:center;padding:2rem 0 3rem}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#00ff8826,#00d4ff26);border-radius:50%;margin-bottom:1.5rem}.success-icon svg{color:var(--neural-green, #00ff88)}.confirmation-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--neural-text, #e0e6ed);margin-bottom:1rem}.confirmation-description{font-size:1.0625rem;color:var(--neural-text-muted, #8b95a8);line-height:1.7;max-width:500px;margin:0 auto 1.5rem}.email-confirmation{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#00d4ff1a;border:1px solid rgba(0,212,255,.2);border-radius:50px;color:var(--neural-cyan, #00d4ff);font-size:.9375rem}.score-preview{text-align:center;padding:2rem;background:var(--neural-bg-card, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:1rem;margin-bottom:2.5rem}.score-preview h2{font-size:1.125rem;font-weight:500;color:var(--neural-text-muted, #8b95a8);margin-bottom:1rem}.overall-score{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.score-value{font-size:4rem;font-weight:700;background:linear-gradient(135deg,var(--neural-cyan, #00d4ff) 0%,var(--neural-green, #00ff88) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.score-max{font-size:1.5rem;color:var(--neural-text-muted, #8b95a8)}.score-note{font-size:.875rem;color:var(--neural-text-muted, #8b95a8);margin-top:1rem}.next-steps{padding:2rem 0}.next-steps h2{font-size:1.5rem;font-weight:600;color:var(--neural-text, #e0e6ed);text-align:center;margin-bottom:2rem}.steps-list{display:flex;flex-direction:column;gap:1.5rem}.next-step{display:flex;gap:1rem;padding:1.5rem;background:var(--neural-bg-card, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:1rem}.next-step .step-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,var(--neural-cyan, #00d4ff) 0%,var(--neural-green, #00ff88) 100%);color:var(--neural-bg-primary, #0a0e27);font-weight:700;border-radius:50%;flex-shrink:0}.next-step h3{font-size:1.0625rem;font-weight:600;color:var(--neural-text, #e0e6ed);margin:0 0 .5rem}.next-step p{font-size:.9375rem;color:var(--neural-text-muted, #8b95a8);line-height:1.5;margin:0}.confirmation-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;padding:2rem 0}.confirmation-resources{padding:2rem 0;border-top:1px solid var(--neural-border, rgba(255, 255, 255, .08));margin-top:1rem}.confirmation-resources h3{font-size:1.125rem;font-weight:600;color:var(--neural-text, #e0e6ed);text-align:center;margin-bottom:1.5rem}.resources-links{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto}.resource-link{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--neural-bg-card, rgba(255, 255, 255, .03));border:1px solid var(--neural-border, rgba(255, 255, 255, .08));border-radius:.5rem;color:var(--neural-text-dim, #a0aec0);text-decoration:none;transition:all .2s ease}.resource-link:hover{border-color:var(--neural-cyan, #00d4ff);color:var(--neural-cyan, #00d4ff)}.resource-link svg{opacity:.5;transition:opacity .2s ease}.resource-link:hover svg{opacity:1}.thankyou-content{text-align:center;padding:4rem 0}.thankyou-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--neural-text, #e0e6ed);margin-bottom:1rem}.thankyou-description{font-size:1.0625rem;color:var(--neural-text-muted, #8b95a8);line-height:1.7;max-width:550px;margin:0 auto 2.5rem}.thankyou-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.assessment-main,.assessment-landing,.assessment-confirmation,.assessment-thankyou{padding:5rem 1rem 2rem}.landing-meta{flex-direction:column;gap:.75rem}.benefits-grid,.process-steps{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.section-title{font-size:1.25rem}.maturity-scale{grid-template-columns:repeat(5,1fr);gap:.375rem}.scale-option{padding:.5rem .25rem;min-height:auto}.scale-value{font-size:1.125rem}.scale-label{font-size:.5rem}.scale-desc{display:none}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}.form-group input,.form-group select{font-size:16px}.confirmation-actions,.thankyou-actions{flex-direction:column;align-items:center}.confirmation-actions .btn,.thankyou-actions .btn{width:100%;max-width:300px}}@media print{.assessment-progress,.section-nav,.auto-save-indicator,.btn{display:none}.assessment-layout{background:#fff}.question-card{break-inside:avoid;border:1px solid #ddd}}
