body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#fff;background-color:#000;margin:0;min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#fff;background-color:#000}.App{min-height:100vh;background-color:#000}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff}.section-subtitle{font-size:1.2rem;text-align:center;color:#ccc;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#fff;color:#000;border:2px solid #ffffff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d;background:#000;color:#fff}.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-2px)}.gradient-text{background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html{scroll-behavior:smooth}@media (max-width: 768px){.section-title{font-size:2rem}.container{padding:0 15px}}.header{position:fixed;top:0;left:0;right:0;background:#000000f2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.logo h2{color:#fff;font-size:1.8rem;font-weight:700}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;position:relative}.nav a:hover{color:#ccc}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav a:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.menu-toggle span{width:25px;height:3px;background:#fff;transition:all .3s ease}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#000;flex-direction:column;padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid rgba(255,255,255,.1)}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav a{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a,#1a1a1a);padding-top:80px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.06) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.04) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.hero-unified-content{background:#0000004d;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff14,inset 0 0 20px #0003;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:500px;transition:all .3s ease}.hero-unified-content:hover{background:#0006;border:1px solid rgba(255,255,255,.15);box-shadow:0 25px 50px #00000080,inset 0 1px #ffffff1a,inset 0 0 30px #0000004d}.hero-unified-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shimmer 3s ease-in-out infinite}.hero-unified-content:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(255,255,255,.04) 0%,transparent 50%,rgba(0,0,0,.4) 100%);animation:appleLiquidFlow 12s ease-in-out infinite;pointer-events:none;z-index:1;border-radius:24px;mix-blend-mode:soft-light}@keyframes appleLiquidFlow{0%,to{transform:translate(-100%) translateY(0) rotate(0) scale(1);opacity:0}25%{transform:translate(-50%) translateY(-20px) rotate(90deg) scale(1.1);opacity:.3}50%{transform:translate(0) translateY(0) rotate(180deg) scale(1);opacity:.6}75%{transform:translate(50%) translateY(20px) rotate(270deg) scale(.9);opacity:.3}}.hero-text{z-index:2}@keyframes shimmer{0%,to{opacity:0;transform:translate(-100%)}50%{opacity:1;transform:translate(0)}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#fff,#888,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientShift 4s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.5rem;color:#bbb;margin-bottom:1.5rem;font-weight:300}.hero-description{font-size:1.1rem;color:#999;margin-bottom:2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}@keyframes liquidFlow{0%,to{transform:translate(-100%) rotate(0);opacity:0}50%{transform:translate(100%) rotate(180deg);opacity:1}}.hero-background-effects{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.liquid-blob{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ffffff0d,#0006,#ffffff05);filter:blur(1px);animation:liquidMorph 20s ease-in-out infinite}.liquid-blob:nth-child(1){width:300px;height:300px;top:10%;left:-10%;animation-delay:0s;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.04) 0%,rgba(0,0,0,.5) 70%,transparent 100%)}.liquid-blob:nth-child(2){width:400px;height:400px;top:60%;right:-15%;animation-delay:7s;background:radial-gradient(circle at 60% 40%,rgba(255,255,255,.03) 0%,rgba(0,0,0,.4) 70%,transparent 100%)}.liquid-blob:nth-child(3){width:200px;height:200px;top:80%;left:20%;animation-delay:14s;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.02) 0%,rgba(0,0,0,.5) 70%,transparent 100%)}@keyframes liquidMorph{0%,to{transform:translate(0) scale(1) rotate(0);border-radius:50%}20%{transform:translate(20px,-30px) scale(1.1) rotate(90deg);border-radius:60% 40%}40%{transform:translate(-10px,20px) scale(.9) rotate(180deg);border-radius:40% 60%}60%{transform:translate(30px,10px) scale(1.05) rotate(270deg);border-radius:55% 45%}80%{transform:translate(-20px,-10px) scale(.95) rotate(360deg);border-radius:45% 55%}}.liquid-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(0,0,0,.3) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(0,0,0,.2) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.008) 0%,transparent 70%);animation:liquidPulse 10s ease-in-out infinite}.hero-actions .btn{background:#0000004d;backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 24px;color:#fff;text-decoration:none;font-weight:500;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d,inset 0 1px #ffffff14}.hero-actions .btn:hover{background:#0006;transform:translateY(-2px) scale(1.02);box-shadow:0 10px 25px #0006,inset 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.15)}.hero-actions .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s cubic-bezier(.25,.46,.45,.94)}.hero-actions .btn:hover:before{left:100%}.hero-actions .btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.hero-actions .btn:hover:after{width:200px;height:200px}@keyframes liquidPulse{0%,to{opacity:.3;transform:scale(1) rotate(0)}33%{opacity:.6;transform:scale(1.05) rotate(120deg)}66%{opacity:.4;transform:scale(.95) rotate(240deg)}}.hero-features{position:relative;height:400px;z-index:2;overflow:hidden}.liquid-particle{position:absolute;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,rgba(0,0,0,.4) 50%,transparent 100%);border-radius:50%;animation:appleFloat 15s ease-in-out infinite;pointer-events:none}.liquid-particle:nth-child(1){width:60px;height:60px;top:20%;left:10%;animation-delay:0s}.liquid-particle:nth-child(2){width:40px;height:40px;top:60%;right:15%;animation-delay:3s}.liquid-particle:nth-child(3){width:80px;height:80px;bottom:20%;left:60%;animation-delay:6s}.liquid-particle:nth-child(4){width:30px;height:30px;top:80%;left:20%;animation-delay:9s}.liquid-particle:nth-child(5){width:50px;height:50px;top:40%;right:30%;animation-delay:12s}@keyframes appleFloat{0%,to{transform:translateY(0) translate(0) scale(1) rotate(0);border-radius:50%;opacity:.25}25%{transform:translateY(-20px) translate(10px) scale(1.1) rotate(90deg);border-radius:60% 40%;opacity:.4}50%{transform:translateY(-10px) translate(-15px) scale(.9) rotate(180deg);border-radius:40% 60%;opacity:.5}75%{transform:translateY(-25px) translate(5px) scale(1.05) rotate(270deg);border-radius:55% 45%;opacity:.3}}@media (max-width: 768px){.hero-unified-content{grid-template-columns:1fr;text-align:center;gap:2rem;padding:2rem;min-height:auto}.hero-features{height:300px;order:-1}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-actions{justify-content:center;flex-direction:column;align-items:center}.hero-actions .btn{width:200px;text-align:center}}.modal-backdrop{position:fixed;inset:0;background:#000c;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#141414f2;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000080,inset 0 1px #ffffff1a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px}.modal-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.modal-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#ffffff1a;transform:scale(1.1)}.modal-body{padding:0 24px 24px}.modal-description{color:#bbb;font-size:1rem;line-height:1.6;margin-bottom:24px}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem;animation:successSlide .3s ease-out}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem;animation:errorSlide .3s ease-out}@keyframes successSlide{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes errorSlide{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.trial-form{display:flex;flex-direction:column;gap:16px}.trial-form .form-group{display:flex;flex-direction:column}.trial-form input,.trial-form textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;color:#fff;font-size:.95rem;transition:all .3s ease}.trial-form input:focus,.trial-form textarea:focus{outline:none;border-color:#ffffff4d;background:#ffffff14;box-shadow:0 0 0 2px #ffffff1a}.trial-form input::placeholder,.trial-form textarea::placeholder{color:#999}.trial-form textarea{resize:vertical;min-height:80px}.trial-form .btn{background:#ffffff1a;backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 24px;color:#fff;font-weight:500;transition:all .3s ease;cursor:pointer;font-size:1rem;margin-top:8px}.trial-form .btn:hover:not(:disabled){background:#ffffff26;transform:translateY(-1px);box-shadow:0 5px 15px #0000004d}.trial-form .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.trial-form .btn:active{transform:translateY(0)}@media (max-width: 768px){.modal-backdrop{padding:10px}.modal-content{border-radius:16px;max-height:95vh}.modal-header{padding:20px 20px 0;margin-bottom:20px}.modal-header h2{font-size:1.3rem}.modal-body{padding:0 20px 20px}.trial-form input,.trial-form textarea{padding:10px 14px;font-size:.9rem}}.about{padding:5rem 0;background:#000}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.about-text p{font-size:1.1rem;color:#ccc;margin-bottom:1.5rem;line-height:1.7}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.about-right{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:1.5rem;border-radius:12px;background:#000;transition:all .3s ease;border:2px solid #ffffff}.stat:hover{transform:translateY(-5px);background:#fff;border-color:#000}.stat h3{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;transition:color .3s ease}.stat:hover h3{color:#000}.stat p{color:#ccc;font-weight:500;margin:0;transition:color .3s ease}.stat:hover p{color:#666}.about-image{position:relative;height:400px}.image-placeholder{position:relative;width:100%;height:100%;border-radius:20px;background:#000;overflow:hidden}.geometric-shape{position:absolute;border-radius:50%;animation:float 6s ease-in-out infinite}.shape-1{width:150px;height:150px;top:20%;left:20%;background:#fff;opacity:.3;animation-delay:0s}.shape-2{width:100px;height:100px;bottom:30%;right:20%;background:#ccc;opacity:.2;animation-delay:2s}.shape-3{width:80px;height:80px;top:60%;left:60%;background:#888;opacity:.25;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(-10px) rotate(240deg)}}.problem-highlight,.solution-preview,.impact-statement{margin-bottom:2.5rem;padding:2rem;border-radius:16px;background:linear-gradient(135deg,#111,#1a1a1a);border:1px solid #333333;transition:all .3s ease}.problem-highlight:hover,.solution-preview:hover,.impact-statement:hover{transform:translateY(-3px);border-color:#fff;box-shadow:0 10px 30px #ffffff1a}.problem-highlight h3,.solution-preview h3,.impact-statement h3{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.problem-highlight{border-left:4px solid #ffffff}.solution-preview{border-left:4px solid #cccccc}.impact-statement{border-left:4px solid #888888}@media (max-width: 768px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-right{order:-1}.about-stats{grid-template-columns:1fr;gap:1rem}.about-image{height:300px}}.services{padding:5rem 0;background:#000}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#000;padding:2.5rem 2rem;border-radius:16px;text-align:center;transition:all .3s ease;border:2px solid #ffffff;box-shadow:0 5px 15px #ffffff1a}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #ffffff26;background:#fff;border-color:#000}.service-icon{font-size:3rem;margin-bottom:1.5rem;transition:all .3s ease;opacity:.8}.service-card:hover .service-icon{opacity:1}.service-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;transition:color .3s ease}.service-card:hover .service-title{color:#000}.service-description{color:#ccc;line-height:1.6;margin-bottom:2rem;transition:color .3s ease}.service-card:hover .service-description{color:#666}.service-btn{background:#fff;color:#000;border:2px solid #ffffff;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.service-btn:hover{transform:translateY(-2px);background:#000;color:#fff;border-color:#fff}.service-card:hover .service-btn{background:#000;color:#fff;border-color:#000}.service-card:hover .service-btn:hover{background:#fff;color:#000}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#000;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border:2px solid #ffffff}.modal-header{display:flex;align-items:center;gap:1rem;padding:2rem 2rem 1rem;border-bottom:2px solid #ffffff}.modal-icon{font-size:2.5rem}.modal-title{flex:1;color:#fff;font-size:1.8rem;margin:0}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#fff;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background:#fff;color:#000}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:700}.modal-section p{color:#ccc;line-height:1.6;margin-bottom:1rem}.modal-section ul,.modal-section ol{color:#ccc;padding-left:1.5rem}.modal-section li{margin-bottom:.5rem;line-height:1.5}.modal-footer{padding:1rem 2rem 2rem;display:flex;gap:1rem;justify-content:flex-end;border-top:2px solid #ffffff}.modal-btn-primary,.modal-btn-secondary{padding:.8rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid #ffffff}.modal-btn-primary{background:#fff;color:#000}.modal-btn-primary:hover,.modal-btn-secondary{background:#000;color:#fff}.modal-btn-secondary:hover{background:#fff;color:#000}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.service-card{padding:2rem 1.5rem}.modal-content{margin:1rem;max-height:95vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem 1.5rem;flex-direction:column}.modal-btn-primary,.modal-btn-secondary{width:100%}}.workflow-section{margin-top:5rem;padding:3rem 0}.workflow-container{margin-top:3rem;position:relative}.workflow-timeline{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;position:relative}.workflow-step-container{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.workflow-step{background:linear-gradient(135deg,#111,#222);border:2px solid #333;border-radius:20px;padding:2rem;text-align:center;transition:all .4s ease;position:relative;min-height:280px;width:100%;box-shadow:0 10px 30px #0000004d}.workflow-step:hover{transform:translateY(-10px);border-color:#fff;box-shadow:0 20px 40px #ffffff1a;background:linear-gradient(135deg,#222,#333)}.step-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.step-icon{font-size:2.5rem;animation:float 3s ease-in-out infinite}.step-number{background:linear-gradient(135deg,#fff,#ccc);color:#000;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;box-shadow:0 5px 15px #fff3}.step-content{flex:1}.step-title{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1rem;transition:color .3s ease}.workflow-step:hover .step-title{color:#fff}.step-description{color:#ccc;font-size:1rem;line-height:1.6;margin-bottom:1rem}.step-details{color:#999;font-size:.9rem;line-height:1.5;font-style:italic}.step-connector{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:-2rem;transform:translateY(-50%);z-index:2}.connector-line{width:3rem;height:2px;background:linear-gradient(90deg,#333,#fff,#333);position:relative}.connector-arrow{font-size:1.5rem;color:#fff;margin-left:-.5rem;animation:pulse 2s ease-in-out infinite}.workflow-mobile{display:none}.workflow-step-mobile{background:linear-gradient(135deg,#111,#222);border:2px solid #333;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease}.workflow-step-mobile:hover{border-color:#fff;transform:translate(5px)}.step-header-mobile{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.step-icon-mobile{font-size:2rem}.step-number-mobile{background:linear-gradient(135deg,#fff,#ccc);color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-title-mobile{color:#fff;font-size:1.2rem;font-weight:700;margin:0}.step-content-mobile{margin-left:3.5rem}.step-description-mobile{color:#ccc;font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.step-details-mobile{color:#999;font-size:.85rem;line-height:1.5;font-style:italic}.step-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#333 50%,transparent 100%);margin:1.5rem 0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media (max-width: 1024px){.workflow-timeline{flex-direction:column;gap:3rem}.workflow-step-container{width:100%}.step-connector{position:static;transform:none;margin:1rem 0;flex-direction:column}.connector-line{width:2px;height:2rem}.connector-arrow{transform:rotate(90deg);margin-left:0;margin-top:-.5rem}}@media (max-width: 768px){.workflow-container{display:none}.workflow-mobile{display:block;margin-top:2rem}.workflow-section{padding:2rem 0}.step-content-mobile{margin-left:0;margin-top:1rem}.step-header-mobile{justify-content:center;text-align:center}}.team-section{margin-top:3rem;padding:3rem 0;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.team-member{background:#111;padding:2rem;border-radius:12px;border:1px solid #333;transition:all .3s ease}.team-member:hover{border-color:#fff;transform:translateY(-5px)}.member-icon{font-size:3rem;margin-bottom:1rem}.team-member h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.team-member p{color:#ccc;font-size:1rem}.team-note{color:#ccc;font-style:italic;margin-top:2rem}@media (max-width: 768px){.status-item{flex-direction:column;gap:.5rem}.team-grid{grid-template-columns:1fr}}.contact{padding:5rem 0;background:#000}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{padding:1.5rem;border-radius:12px;background:#000;transition:all .3s ease;border:2px solid #ffffff}.contact-item:hover{transform:translateY(-3px);background:#fff;border-color:#000}.contact-item h3{font-size:1.2rem;color:#fff;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.contact-item:hover h3{color:#000}.contact-item p{color:#ccc;margin:0;transition:color .3s ease}.contact-item:hover p{color:#666}.contact-form{background:#000;padding:2.5rem;border-radius:16px;border:2px solid #ffffff}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #ffffff;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:transparent;color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#ccc;opacity:1}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ccc}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;margin-top:1rem}.contact-form .btn:disabled{opacity:.6;cursor:not-allowed}.contact-form .success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem;animation:messageSlide .3s ease-out}.contact-form .error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem;animation:messageSlide .3s ease-out}@keyframes messageSlide{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem 1.5rem}}.footer{background:#000;color:#fff;padding:3rem 0 1rem;border-top:1px solid #ffffff}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#ccc}.footer-section p{color:#aaa;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-block;width:40px;height:40px;background:#fff;border-radius:50%;text-align:center;line-height:40px;font-size:1.2rem;transition:all .3s ease;text-decoration:none;color:#000}.social-links a:hover{background:#000;color:#fff;border:2px solid #ffffff;transform:translateY(-3px);line-height:36px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #ffffff}.footer-bottom p{color:#aaa;margin:0}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.social-links{justify-content:center}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.error-boundary-content{text-align:center;padding:2rem;max-width:600px;margin:0 auto}.error-boundary-content h2{font-size:2rem;margin-bottom:1rem;font-weight:600}.error-boundary-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.error-boundary-button{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.error-boundary-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.error-details{margin-top:2rem;text-align:left;background:#0003;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.error-details summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.error-details pre{font-size:.8rem;white-space:pre-wrap;word-wrap:break-word;margin:.5rem 0;color:#ffcccb}
