*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary-blue: #2563eb;--primary-blue-dark: #1e40af;--primary-blue-light: #3b82f6;--bg-white: #ffffff;--bg-light: #f8fafc;--bg-lighter: #eff6ff;--text-dark: #1e293b;--text-gray: #475569;--text-light: #64748b;--border-light: #e2e8f0;color:var(--text-dark);background-color:var(--bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--primary-blue-dark)}p{line-height:1.6;color:var(--text-gray)}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-blue-dark)}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}img{max-width:100%;height:auto;display:block}.text-header{color:#fff}html,body{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0!important;height:0!important}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo{display:flex;align-items:center;gap:1rem;cursor:pointer}.logo-icon{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #2563eb4d}.logo-text h1{margin:0;font-size:1.3rem;color:#1e40af;font-weight:700}.logo-text p{margin:0;font-size:.75rem;color:#64748b;font-weight:500}.header-nav{display:flex;gap:2rem;align-items:center}.header-nav button{background:none;border:none;color:#334155;font-size:1rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.header-nav button:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#2563eb,#1e40af);border-radius:2px;transition:width .3s ease}.header-nav button:hover{color:#2563eb}.header-nav button:hover:after{width:80%}.header-contact{display:flex;flex-direction:column;align-items:flex-end}.contact-label{font-size:.75rem;color:#64748b;font-weight:500}.contact-phone{font-size:1.1rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .3s ease}.contact-phone:hover{color:#1e40af}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#2563eb;border-radius:2px;transition:all .3s ease}@media(max-width:1024px){.header-contact{display:none}}@media(max-width:768px){.mobile-menu-toggle{display:flex}.header-nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.header-nav.open{transform:translateY(0);opacity:1;pointer-events:all}.header-nav button{width:100%;text-align:left;padding:1rem 2rem;border-radius:0}.header-nav button:after{display:none}.logo-text h1{font-size:1.1rem}.logo-text p{font-size:.7rem}.logo-icon{width:40px;height:40px;font-size:1rem}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@supports (height: 100svh){.hero{height:100svh}}.hero-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e40afd9,#2563ebbf);z-index:1}.hero-content{position:relative;z-index:3;text-align:center;color:#fff!important;width:100%;max-width:1400px;padding:2rem 4rem;height:300px;display:flex;align-items:center;justify-content:center}.hero-slide{position:absolute;width:100%;opacity:0;transform:translateY(30px);transition:all .8s ease;pointer-events:none;color:#fff!important}.hero-slide.active{opacity:1;transform:translateY(0);pointer-events:all;color:#fff!important}.hero-slide.exit{opacity:0;transform:translateY(-30px)}.hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1rem;line-height:1.3;text-shadow:0 4px 20px rgba(0,0,0,.3);color:#fff!important;letter-spacing:.02em}.hero-subtitle{font-size:1.5rem;font-weight:400;margin:0;opacity:.95;text-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff!important;letter-spacing:.01em}.hero-indicators{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.8rem;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;background:#fff6;border:2px solid white;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#fff9;transform:scale(1.1)}.indicator.active{background:#fff;width:36px;border-radius:6px}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:2;animation:bounce 2s infinite;pointer-events:none}.scroll-arrow{width:30px;height:30px;border-right:3px solid white;border-bottom:3px solid white;transform:rotate(45deg);opacity:.7}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media(max-width:1024px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.3rem}}@media(max-width:768px){.hero{height:auto;min-height:60vh}.hero-content{height:auto;padding:1.25rem 1.25rem 2rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-indicators{bottom:1.25rem}}@media(max-width:480px){.hero{min-height:60vh}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}}.modal-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-content{-ms-overflow-style:none;scrollbar-width:none}.modal-content::-webkit-scrollbar{display:none;width:0!important;height:0!important}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;color:#64748b;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:1}.modal-close:hover{background:#2563eb;color:#fff;transform:rotate(90deg)}.modal-header{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:3rem 2.5rem 2rem;border-radius:24px 24px 0 0;text-align:center}.modal-icon{font-size:4rem;margin-bottom:1rem;display:inline-block;background:#fff3;padding:1rem;border-radius:16px}.modal-header h2{margin:0;font-size:2rem;font-weight:700}.modal-body{padding:2.5rem}.modal-description{font-size:1.1rem;line-height:1.8;color:#475569;margin:0 0 2rem}.modal-features{background:#f8fafc;border-radius:16px;padding:2rem;margin-bottom:2rem}.modal-features h3{color:#1e40af;font-size:1.3rem;margin:0 0 1.5rem;font-weight:700}.modal-features ul{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.modal-features li{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:#475569}.feature-icon{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}.contact-btn{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}@media(max-width:768px){.modal-backdrop{padding:1rem}.modal-content{border-radius:16px}.modal-header{padding:2.5rem 1.5rem 1.5rem;border-radius:16px 16px 0 0}.modal-header h2{font-size:1.5rem}.modal-icon{font-size:3rem}.modal-body{padding:1.5rem}.modal-description{font-size:1rem}.modal-features{padding:1.5rem}.contact-btn{padding:.875rem 2rem;font-size:1rem}}.services{padding:8rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff);position:relative;min-height:80vh}.services:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 10% 0%,rgba(99,102,241,.16),transparent 60%),radial-gradient(600px 300px at 90% 10%,rgba(16,185,129,.14),transparent 60%),radial-gradient(1000px 500px at 50% 120%,rgba(59,130,246,.12),transparent 60%);pointer-events:none;z-index:0}.services-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{font-size:3rem;color:#1e40af;margin:0 0 1rem;font-weight:800}.services-header p{font-size:1.2rem;color:#64748b;margin:0}.services-carousel{position:relative;display:flex;align-items:center;gap:2rem;padding:2rem 0;min-height:420px}.carousel-control{background:#fff;border:2px solid #2563eb;color:#2563eb;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;box-shadow:0 4px 12px #2563eb26}.carousel-control:hover{background:#2563eb;color:#fff;transform:scale(1.1)}.services-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;flex:1;overflow:hidden;align-items:stretch}.service-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;display:flex;flex-direction:column;animation:slideIn .5s ease;height:100%}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #2563eb33}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px}.service-card h3{font-size:1.5rem;color:#1e40af;margin:0 0 1rem;font-weight:700}.service-card p{font-size:1rem;color:#64748b;line-height:1.6;margin:0 0 2rem;flex-grow:1}.read-more-btn{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;padding:.875rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d;align-self:flex-start;margin-top:auto}.read-more-btn:hover{transform:translate(5px);box-shadow:0 6px 20px #2563eb66}.carousel-dots{display:flex;justify-content:center;gap:.8rem;margin-top:3rem}.dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#94a3b8;transform:scale(1.2)}.dot.active{background:#2563eb;width:36px;border-radius:6px}@media(max-width:1024px){.services{min-height:auto}.services-track{grid-template-columns:repeat(2,1fr)}.services-header h2{font-size:2.5rem}.services-carousel{min-height:360px}}@media(max-width:768px){.services{padding:4rem 1rem;min-height:auto}.services-track{grid-template-columns:1fr}.services-carousel{gap:1rem;min-height:300px}.carousel-control{width:40px;height:40px;font-size:1.5rem}.services-header h2{font-size:2rem}.services-header p{font-size:1rem}.service-card{padding:2rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.about-images{position:relative;height:720px}.about-images:before{content:"";position:absolute;inset:-5% -5% 15%;background:radial-gradient(600px 300px at 20% 10%,rgba(99,102,241,.12),transparent 60%),radial-gradient(500px 250px at 80% 30%,rgba(16,185,129,.1),transparent 60%),radial-gradient(800px 400px at 50% 110%,rgba(59,130,246,.1),transparent 60%);pointer-events:none;z-index:0}.about-image-wrapper{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #02061726;transition:all .3s ease;z-index:1}.about-image-wrapper:hover{transform:scale(1.05);z-index:10;box-shadow:0 12px 40px #2563eb4d}.about-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.about-flow{position:relative;display:flex;flex-direction:column;gap:1.75rem;padding:.5rem}.about-flow:before{content:none}.flow-segment{display:flex;flex-direction:column;align-items:flex-start}.flow-item{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0206171f;padding:.5rem;margin-left:56px;width:min(520px,100%);transform:translate(-8px);opacity:0;filter:saturate(.9) contrast(.98);transition:transform .6s ease,opacity .6s ease,box-shadow .3s ease}.flow-item.in-view{transform:translate(0);opacity:1}.flow-image{display:block;width:100%;height:260px;object-fit:cover;border-radius:12px;transition:transform .3s ease,filter .3s ease}.flow-item{position:relative;overflow:hidden}.flow-overlay{position:absolute;inset:.5rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-weight:800;font-size:clamp(1rem,2.2vw,1.4rem);line-height:1.3;border-radius:12px;opacity:0;background:#02061759;transition:opacity .25s ease}.flow-item:hover .flow-overlay{opacity:1}.flow-item:hover .flow-image{filter:blur(3px) brightness(.7);transform:scale(1.02)}.flow-arrow{height:48px;width:24px;margin-left:16px;opacity:.85}.arrow-svg{display:block}.arrow-path{stroke-dasharray:80;stroke-dashoffset:80}.flow-arrow.in-view .arrow-path{animation:drawArrow .9s ease forwards;animation-delay:.15s}@keyframes drawArrow{to{stroke-dashoffset:0}}.about-image-wrapper.img-1{top:0;left:0;width:72%;height:56%;z-index:3}.about-image-wrapper.img-2{bottom:-2%;left:12%;width:64%;height:48%;z-index:2}.about-image-wrapper.img-3{top:20%;right:0;width:56%;height:64%;z-index:1}.about-content h2{font-size:3rem;color:#1e40af;margin:0 0 1.5rem;font-weight:800}.about-description{font-size:1.15rem;line-height:1.8;color:#475569;margin:0 0 1.5rem}.about-mission{font-size:1.1rem;line-height:1.7;color:#64748b;padding:1.5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #2563eb;border-radius:8px;margin:0 0 2rem;font-style:italic}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:2.5rem 0}.stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #2563eb33}.stat-number{font-size:2.5rem;font-weight:800;color:#2563eb;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#64748b;font-weight:600}.about-values{margin:2.5rem 0}.about-values h3{font-size:1.8rem;color:#1e40af;margin:0 0 1.5rem;font-weight:700}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-item{padding:1.5rem;background:#f8fafc;border-radius:12px;transition:all .3s ease}.value-item:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translate(5px)}.value-item h4{font-size:1.2rem;color:#1e40af;margin:0 0 .5rem;font-weight:700}.value-item p{font-size:.95rem;color:#64748b;margin:0;line-height:1.6}.contact-btn-about{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;padding:1rem 3rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d;margin-top:2rem}.contact-btn-about:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}@media(max-width:1024px){.about-container{grid-template-columns:1fr;gap:3rem}.about-flow{padding-left:.25rem}.flow-item{width:100%}.about-content h2{font-size:2.5rem}.about-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about{padding:4rem 1rem}.about-flow:before{content:none}.flow-item{width:100%;margin-left:48px}.flow-image{height:220px}.about-content h2{font-size:2rem}.about-description,.about-mission{font-size:1rem}.values-grid{grid-template-columns:1fr}.about-stats{gap:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}}.about-flow{padding-left:56px}@media(max-width:768px){.about-flow{padding-left:48px}}.flow-item{margin-left:0;width:100%;box-sizing:border-box}.flow-image{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:12px}.about{overflow-x:clip}.footer{padding-top:6%!important;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;padding:4rem 2rem 0}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem}.footer-column h4{font-size:1.3rem;margin:0 0 1.5rem;font-weight:700}.footer-brand .footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-brand .logo-icon{background:#2563eb;color:#fff;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #0003}.footer-brand .logo-text h3{margin:0;font-size:1.4rem;font-weight:700;color:#fff}.footer-brand .logo-text p{margin:0;font-size:.8rem;opacity:.9;color:#fff}.footer-brand-social{display:flex;gap:1rem;margin-bottom:1.5rem}.footer-brand-social a{width:40px;height:40px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;text-decoration:none}.footer-brand-social a:hover{background:#fff;color:#2563eb;transform:translateY(-3px)}.footer-brand-social svg{width:20px;height:20px}.footer-description{font-size:1rem;line-height:1.6;opacity:.9;margin:0;color:#fff}.footer-services ul{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.footer-section-title{color:#fff}.footer-services button{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:0;text-align:left;opacity:.9;transition:all .3s ease}.footer-services button:hover{opacity:1;transform:translate(5px)}.footer-contact-info{display:grid;gap:1rem;margin-bottom:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.6;opacity:.9}.contact-item .contact-icon{font-size:1.2rem;flex-shrink:0}.contact-item a{color:#fff;text-decoration:none;transition:opacity .3s ease}.contact-item a:hover{opacity:1;text-decoration:underline}.footer-map{margin-top:1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0003}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:2rem 0}.footer-bottom-container{max-width:1400px;margin:0 auto;text-align:center}.footer-bottom p{margin:0;opacity:.9;font-size:.95rem}@media(max-width:1024px){.footer{padding-top:10%!important}.footer-container{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.footer{padding:3rem 1rem 0;padding-top:25%!important}.footer-container{grid-template-columns:1fr;gap:2.5rem}.footer-brand{grid-column:1}.footer-bottom-container{text-align:center}}.cta-outer{position:relative;z-index:5;transform:translateY(-50%)}.cta-container{max-width:1400px;margin:0 auto;padding:0 2rem}.cta-banner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-radius:18px;padding:2rem 2.25rem;color:#fff;box-shadow:0 20px 40px #02061740;overflow:hidden;background:repeating-linear-gradient(-25deg,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 16px,transparent 16px,transparent 52px),linear-gradient(135deg,#ff6a3d,#ff4f1a)}.cta-text{font-weight:900;letter-spacing:1px;text-transform:uppercase;font-size:clamp(1.2rem,3.2vw,2.5rem)}.cta-actions{flex-shrink:0}.cta-button{background:#d7ff25;color:#0f172a;border:none;padding:.9rem 1.2rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 10px 20px #1e293b40}.cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #1e293b59}.cta-button-arrow{display:inline-flex}.cta-decor-arrow{position:absolute;right:18%;top:50%;transform:translateY(-50%);opacity:.9;pointer-events:none}@media(max-width:1024px){.cta-decor-arrow{right:12%}}@media(max-width:768px){.cta-outer{transform:translateY(-40%)}.cta-banner{padding:1.5rem;border-radius:14px}.cta-text{font-size:clamp(1.1rem,4.2vw,1.6rem)}.cta-decor-arrow{display:none}.cta-container{padding:0 1rem}}.contact-modal-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}.contact-modal-content{background:#fff;border-radius:24px;max-width:600px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.contact-modal-content{-ms-overflow-style:none;scrollbar-width:none}.contact-modal-content::-webkit-scrollbar{display:none;width:0!important;height:0!important}.contact-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;color:#64748b;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:1}.contact-modal-close:hover{background:#2563eb;color:#fff;transform:rotate(90deg)}.contact-modal-header{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:3rem 2.5rem 2rem;border-radius:24px 24px 0 0;text-align:center}.contact-modal-header h2{margin:0 0 .5rem;font-size:2rem;font-weight:700}.contact-modal-header p{margin:0 0 1.5rem;opacity:.95;font-size:1.05rem}.header-social-icons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.header-social-icons .social-icon{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #0003}.header-social-icons .social-icon svg{width:20px;height:20px}.header-social-icons .social-icon.facebook,.header-social-icons .social-icon.twitter,.header-social-icons .social-icon.linkedin,.header-social-icons .social-icon.instagram{background:#fff3;color:#fff}.header-social-icons .social-icon:hover{background:#fff;color:#2563eb;transform:translateY(-3px) scale(1.1)}.contact-modal-body{padding:2.5rem}.contact-info-grid{display:grid;gap:1.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px;transition:all .3s ease}.contact-info-item:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translate(5px)}.contact-icon{font-size:2.5rem;flex-shrink:0}.contact-details{flex:1}.contact-details h4{margin:0 0 .5rem;font-size:1.1rem;color:#1e40af;font-weight:700}.contact-details a{color:#2563eb;text-decoration:none;font-size:1.05rem;transition:color .3s ease}.contact-details a:hover{color:#1e40af;text-decoration:underline}.contact-details p{margin:0;color:#475569;font-size:1.05rem;line-height:1.6}@media(max-width:768px){.contact-modal-backdrop{padding:1rem}.contact-modal-content{border-radius:16px}.contact-modal-header{padding:2.5rem 1.5rem 1.5rem;border-radius:16px 16px 0 0}.contact-modal-header h2{font-size:1.5rem}.contact-modal-header p{font-size:.95rem}.contact-modal-body{padding:1.5rem}.contact-info-item{padding:1.25rem}.contact-icon{font-size:2rem}.header-social-icons{gap:.75rem}.header-social-icons .social-icon{width:40px;height:40px}.header-social-icons .social-icon svg{width:18px;height:18px}}.app{min-height:100vh;width:100%}.loading-screen,.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.loader{width:50px;height:50px;border:5px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p,.error-screen p{margin-top:1.5rem;font-size:1.2rem;color:#475569;font-weight:600}.cta-overlap-anchor{position:relative;height:0;z-index:5}.cta-overlap-anchor .cta-outer{position:absolute;left:0;right:0;transform:translateY(-50%);pointer-events:auto}
