@font-face{font-family:Red Hat Display;src:url(/fonts/RedHat/RedHatDisplay-VariableFont_wght.ttf) format("truetype-variations");font-weight:300 900;font-style:normal;font-display:swap}@font-face{font-family:Red Hat Display;src:url(/fonts/RedHat/RedHatText-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Red Hat Display;src:url(/fonts/RedHat/RedHatText-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Red Hat Display;src:url(/fonts/RedHat/RedHatText-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}:root{--primary-color: rgb(23, 36, 62);--secondary-color: rgb(28, 44, 76);--accent-color: rgb(71, 125, 179);--accent-color-light: rgb(92, 150, 204);--accent-color-dark: rgb(51, 95, 139);--accent-glow: rgba(71, 125, 179, .4);--text-color: #f0ede5;--text-color-faded: rgba(240, 237, 229, .75);--text-color-muted: rgba(240, 237, 229, .6);--border-color: rgba(240, 237, 229, .15);--border-color-hover: rgba(240, 237, 229, .25);--border-color-focus: rgba(240, 237, 229, .4);--glass-bg: rgba(255, 255, 255, .06);--glass-bg-hover: rgba(255, 255, 255, .08);--glass-bg-focus: rgba(255, 255, 255, .12);--shadow-color: rgba(0, 0, 0, .2);--success-color: rgba(46, 125, 50, .15);--success-border: rgba(46, 125, 50, .25);--success-text: #b9f6ca;--error-color: rgba(198, 40, 40, .15);--error-border: rgba(198, 40, 40, .25);--error-text: #ff8a80;--transition-speed: .25s;--header-height: 90px;--divider-color: rgba(71, 125, 179, .6);--panel-border-radius: 12px;--icon-color: rgba(71, 125, 179, .9)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow-x:hidden}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:Red Hat Display,sans-serif;color:var(--text-color);background-color:var(--primary-color);position:relative;line-height:1.6}.professional-theme{--primary-color: rgb(28, 44, 76);--secondary-color: rgb(35, 55, 95)}.particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;pointer-events:none;overflow:hidden;opacity:.6}.particle{position:absolute;background:linear-gradient(to bottom right,#fff3,#477db31a);border-radius:50%;animation:float 15s infinite linear}@keyframes float{0%{transform:translateY(0) translate(0) rotate(0);opacity:0}10%{opacity:.8}90%{opacity:.6}to{transform:translateY(-100vh) translate(20px) rotate(360deg);opacity:0}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(23,36,62,0) 45%,rgba(23,36,62,.3) 100%);pointer-events:none;z-index:-1;mix-blend-mode:multiply}header,.content-wrapper{position:relative;z-index:2}.bg-split{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-3;display:grid;grid-template-columns:40% 60%}.bg-solid{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));position:relative;z-index:1}.bg-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#17243e66,#477db31a);z-index:2;pointer-events:none}.bg-pattern{background-image:url(/graphics/bg-pattern.png);background-size:cover;background-repeat:no-repeat;opacity:.7;z-index:-3;position:relative;animation:subtle-pulse 25s infinite alternate ease-in-out;filter:contrast(1.1) saturate(1.1)}@keyframes subtle-pulse{0%{transform:scale(1);filter:brightness(1) saturate(1.1)}to{transform:scale(1.03);filter:brightness(1.05) saturate(1.2)}}.webp .bg-pattern{background-image:url(/images/bg-pattern.webp)}.bg-pattern:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#17243e4d,#17243e00)}header{padding:1.5rem 5%;display:flex;align-items:center;justify-content:center;min-height:120px;background:linear-gradient(to bottom,#17243ee6,#17243eb3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 2px 20px #0003}.header-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;padding:.5rem 0}.logo-container{display:flex;justify-content:center;align-items:center}.logo{height:80px;width:auto;filter:brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(209%) hue-rotate(358deg) brightness(103%) contrast(94%);transition:all .4s ease;animation:logo-entry 1.2s ease-out}.logo:hover{filter:brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(209%) hue-rotate(358deg) brightness(120%) contrast(100%);transform:scale(1.05)}.logo-fallback{display:none;font-size:1.8rem;font-weight:500;color:var(--text-color);letter-spacing:2px}@keyframes logo-entry{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}header.scrolled{background:#17243ef2;box-shadow:0 4px 20px #0000004d}.content-wrapper{display:flex;flex-direction:column;gap:2rem;width:80%;max-width:1200px;margin:2.5rem auto;flex:1 0 auto;perspective:1000px}.panels-container{display:flex;flex-direction:row;gap:2rem;width:100%;align-items:flex-start}.text-panel,.form-panel{width:50%;margin:0}.glass-panel{position:relative;width:100%;padding:2rem;background:linear-gradient(135deg,#ffffff1f,#ffffff0d 70%),#17243e59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--panel-border-radius);transition:all .4s ease-out;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000001a,0 1px 8px #0000001a;height:auto;min-height:max-content;display:flex;flex-direction:column}.reveal-element{opacity:0;transform:translateY(30px);transition:all .9s cubic-bezier(.25,.1,.25,1.4)}.revealed{opacity:1;transform:translateY(0)}.glass-panel:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0003,0 5px 15px #0000001a;border-color:#fff3}.tilt-effect{transform-style:preserve-3d;transition:transform .1s ease-out}@supports not ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))){.glass-panel{background:#17243ed9}}.glass-panel:before{content:"";position:absolute;inset:0;box-shadow:2px 8px 24px #0006,0 2px 6px #0000001a;mix-blend-mode:multiply;z-index:-1;border-radius:var(--panel-border-radius);transition:all .3s ease}.glass-panel:after{content:"";position:absolute;inset:0;border-radius:var(--panel-border-radius);mix-blend-mode:overlay;border:1px solid rgba(255,255,255,.25);z-index:1;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff1a}.glass-panel:hover:after{border-color:#fff6;box-shadow:inset 0 0 0 1px #fff3,0 0 15px var(--accent-glow)}.text-panel{padding:2rem;margin-bottom:1rem;flex:0 1 auto}.form-panel{padding:2rem;flex:0 1 auto}.form-title{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;color:var(--text-color);letter-spacing:1px;text-transform:uppercase}.form-panel.success-animation{animation:success-pulse 1s ease-out}@keyframes success-pulse{0%{box-shadow:0 0 #2e7d3299}70%{box-shadow:0 0 0 20px #2e7d3200}to{box-shadow:0 0 #2e7d3200}}.coming-soon-text{text-align:left;padding-right:0;max-width:100%}.coming-soon-text h1{font-family:Red Hat Display,sans-serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:400;text-transform:uppercase;margin-top:0;margin-bottom:1rem;line-height:1.2;letter-spacing:2px;text-shadow:0 2px 8px rgba(0,0,0,.3);color:var(--text-color);animation:fadeIn .8s ease-out .2s both;position:relative;display:block;width:100%}.divider{display:block;width:100%;height:2px;margin:1.2rem 0 1.5rem;position:relative}.divider span{display:block;width:80px;height:2px;background:var(--divider-color);position:relative;animation:line-expand 1.5s ease-out 1s forwards}.divider span:before,.divider span:after{content:"";position:absolute;top:0;height:2px;background:var(--divider-color)}.divider span:before{left:90px;width:30px;opacity:.7}.divider span:after{left:130px;width:10px;opacity:.4}@keyframes line-expand{0%{width:0}to{width:80px}}.coming-soon-text p{font-family:Red Hat Display,sans-serif;font-weight:300;font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:var(--text-color-faded);max-width:100%;animation:fadeIn .8s ease-out .4s both}.coming-soon-text p:last-of-type{margin-bottom:1.5rem}.service-highlights{display:flex;justify-content:space-between;margin-top:1.5rem;margin-bottom:0;flex-wrap:wrap}.service-item{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;flex:1;min-width:100px;transition:transform .3s ease}.service-item:hover{transform:translateY(-5px)}.service-item i{font-size:1.8rem;margin-bottom:.8rem;color:var(--accent-color);transition:all .3s ease}.service-item:hover i{color:var(--accent-color-light);transform:scale(1.1)}.service-item span{font-size:.95rem;font-weight:500;text-align:center;color:var(--text-color);letter-spacing:.5px}#contact-form{display:flex;flex-direction:column;gap:1.2rem}.input-container{position:relative;width:49%;transition:transform .3s ease}.input-container.input-focused{transform:scale(1.02)}.input-container:not(.name-row *){width:100%}.phone-container,.half-width,#email,#phone{width:100%}.name-row{display:flex;gap:2%;width:100%;margin-bottom:0}.half-width,#email,#phone,#message{box-sizing:border-box;height:2.8rem;padding:0 1.4rem;font-size:1rem;background:var(--glass-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);font-family:Red Hat Display,sans-serif;font-weight:400;transition:all var(--transition-speed) ease-out}.half-width:focus,#email:focus,#phone:focus,#message:focus{outline:none;background:var(--glass-bg-focus);border-color:var(--accent-color);box-shadow:0 0 0 3px #477db333;transform:translateY(-1px)}.half-width:hover,#email:hover,#phone:hover,#message:hover{background:var(--glass-bg-hover);border-color:var(--border-color-hover);transform:translateY(-1px)}.half-width:invalid:not(:placeholder-shown),#email:invalid:not(:placeholder-shown){border-color:var(--error-border);background-color:#c628280d}.half-width::placeholder,#email::placeholder,#phone::placeholder,#message::placeholder{color:var(--text-color-muted);font-weight:300;transition:opacity .3s,transform .3s}.half-width:focus::placeholder,#email:focus::placeholder,#phone:focus::placeholder,#message:focus::placeholder{opacity:.5;transform:translate(5px)}.primary-button{width:100%;padding:1rem 0;margin:.6rem 0 0;font-size:1rem;font-family:Red Hat Display,sans-serif;font-weight:500;letter-spacing:2px;color:var(--text-color);background:linear-gradient(90deg,var(--accent-color-dark),var(--accent-color));border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden;text-transform:uppercase}.primary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .7s ease}.primary-button:hover:before{left:100%}.primary-button:hover{transform:translateY(-2px);background:linear-gradient(90deg,var(--accent-color),var(--accent-color-light));box-shadow:0 4px 12px #0003,inset 0 0 0 1px #fff3}button:disabled{opacity:.7;cursor:not-allowed;transform:none!important;box-shadow:none!important}.loading-indicator{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid rgba(240,237,229,.2);border-top-color:var(--text-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}button.loading .button-text{opacity:0}button.loading .loading-indicator{display:block}#contact-form.submitting{animation:form-submitting 1.5s ease-in-out}@keyframes form-submitting{0%{transform:scale(1)}50%{transform:scale(.98)}to{transform:scale(1)}}#status-message{margin:.6rem 0 0;padding:1rem 1.2rem;font-size:.95rem;letter-spacing:.3px;border-radius:6px;transition:all .3s ease-out;display:none;opacity:0;transform:translateY(10px)}#status-message.show{opacity:1;transform:translateY(0)}#status-message.success{background:var(--success-color);border:1px solid var(--success-border);color:var(--success-text)}#status-message.error{background:var(--error-color);border:1px solid var(--error-border);color:var(--error-text)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.message-container{margin:0;position:relative}#message{box-sizing:border-box;width:100%;height:calc(3 * 2.8rem);padding:1.2rem 1.4rem;font-size:1.1rem;background:var(--glass-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);font-family:Red Hat Display,sans-serif;transition:all .3s ease;resize:none;margin:0}#message:focus{outline:none;background:var(--glass-bg-focus);border-color:var(--accent-color);box-shadow:0 0 10px #477db333}#message:hover{background:#ffffff1a}#message::placeholder{color:var(--text-color-muted)}.character-count{position:absolute;bottom:1rem;right:1.2rem;font-size:.85rem;color:var(--text-color-faded);font-family:Red Hat Display,sans-serif;pointer-events:none;line-height:1;font-weight:300;opacity:.8;transition:color .3s ease}.character-count.warning{color:#f5a623cc}.character-count.danger{color:#ef9a9acc}.validation-message{position:absolute;top:-2.5rem;left:0;background:#17243ef2;padding:.6rem 1rem;border-radius:4px;font-size:.9rem;color:#f0ede5e6;border:1px solid rgba(240,237,229,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 12px #0003,0 2px 4px #0000001a;opacity:0;transform:translateY(5px);transition:all .2s ease-out;pointer-events:none;z-index:10;display:none}.validation-message.show{opacity:1;transform:translateY(0);display:block}footer{margin-top:2rem;padding:2rem 8%;text-align:center;color:var(--text-color-faded);position:relative;background:linear-gradient(to top,#17243ecc,#17243e00);border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;width:100%;max-width:1200px;margin:0 auto}.footer-amor-marketing{position:absolute;right:0;top:0;display:flex;align-items:center}.footer-amor-marketing a{display:inline-block;text-decoration:none;transition:transform .3s ease}.footer-amor-marketing a:hover{transform:scale(1.05)}.footer-amor-marketing a:focus{outline:2px solid var(--accent-color);outline-offset:4px}.amor-logo{max-width:200px;height:auto;opacity:.8;transition:opacity .3s ease;filter:brightness(0) invert(1)}.footer-amor-marketing a:hover .amor-logo{opacity:1}@media (max-width: 900px){.footer-amor-marketing{position:relative;margin-bottom:1.5rem;left:auto;top:auto}.amor-logo{max-width:180px}}@media (max-width: 768px){.amor-logo{max-width:160px}}@media (max-width: 480px){.footer-content{gap:.8rem}.amor-logo{max-width:140px}}.footer-brand{margin-bottom:.5rem}.footer-title{font-size:1.2rem;font-weight:500;color:var(--text-color);margin-bottom:.2rem}.footer-tagline{font-size:.9rem;color:var(--text-color-muted);font-style:italic}.footer-contact{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-contact p{display:flex;align-items:center;gap:.5rem}.footer-contact i{color:var(--accent-color)}.copyright{font-size:.9rem;opacity:.7}.cursor-glow{position:fixed;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at center,var(--accent-color) 0%,transparent 70%);filter:blur(15px);opacity:0;pointer-events:none;mix-blend-mode:screen;z-index:9999;transition:opacity .3s ease}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.keyboard-focus{outline:2px solid var(--accent-color)!important;outline-offset:2px}@media (max-width: 1200px){.content-wrapper{width:85%}.header-container{gap:1.5rem}}@media (max-width: 900px){.content-wrapper{width:90%;margin:2rem auto;gap:2rem}.panels-container{flex-direction:column}.text-panel,.form-panel{width:100%;margin-bottom:0}.glass-panel{padding:1.8rem;height:auto}.bg-split{grid-template-columns:1fr}.bg-solid{display:none}.bg-pattern{opacity:.2}}@media (max-width: 768px){.content-wrapper{width:90%;margin:1.5rem auto}header{padding:.8rem 4%;min-height:100px}.header-container{flex-direction:column;align-items:center;text-align:center;gap:.8rem}.glass-panel{padding:1.5rem}.coming-soon-text h1{font-size:clamp(1.8rem,6vw,2.4rem);letter-spacing:1.5px;margin-bottom:.8rem}.name-row{flex-direction:column;gap:1rem}.input-container,.half-width{width:100%}.logo{height:60px}.coming-soon-text{text-align:center}.divider span{margin:0 auto}.coming-soon-text p{margin-left:auto;margin-right:auto;max-width:90%}.service-highlights{justify-content:center;gap:1rem}.service-item{min-width:80px;padding:.8rem}.validation-message{position:static;margin-top:.5rem;padding:.4rem .8rem;border-radius:3px;box-shadow:none}.cursor-glow{display:none}.footer-contact{flex-direction:column;gap:.5rem}}@media (max-width: 480px){header{padding:.7rem 3%;min-height:90px}.logo{height:50px}.glass-panel{padding:1.2rem}.form-title{font-size:1.3rem;margin-bottom:1.2rem}.coming-soon-text h1{font-size:clamp(1.6rem,5vw,2rem)}}@media (prefers-reduced-motion: reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.bg-pattern{animation:none}.particle{display:none}}.team-section{margin-top:2rem;width:100%}.section-title{font-size:1.8rem;font-weight:400;margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.3);color:var(--text-color);animation:fadeIn .8s ease-out .2s both}.team-member{display:flex;gap:2rem;margin-top:1.5rem;align-items:flex-start}.team-member-image{flex:0 0 200px}.member-photo{height:350px;border-radius:6px;box-shadow:0 4px 20px #0000004d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.member-photo:hover{transform:scale(1.02);box-shadow:0 8px 25px #0006;border-color:var(--accent-color)}.team-member-info{flex:1}.member-name{font-size:1.5rem;font-weight:500;margin-bottom:.4rem;color:var(--text-color)}.member-title{font-size:1.1rem;color:var(--accent-color);margin-bottom:1rem;font-weight:400}.member-bio{font-size:1rem;line-height:1.6;margin-bottom:1.2rem;color:var(--text-color-faded)}.member-credentials{background:#17243e66;border:1px solid rgba(255,255,255,.05);border-radius:6px;padding:1rem;margin-bottom:1.2rem}.member-credentials p{margin-bottom:.5rem;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.member-credentials i{color:var(--accent-color);font-size:1rem}.secondary-button{padding:.7rem 1.5rem;font-size:.9rem;font-family:Red Hat Display,sans-serif;font-weight:500;letter-spacing:1.5px;color:var(--text-color);background:#477db333;border:1px solid rgba(71,125,179,.4);border-radius:6px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.secondary-button:hover{background:#477db34d;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#17243ee6;z-index:1000;overflow-y:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-content{position:relative;width:90%;max-width:800px;margin:5% auto;max-height:90vh;overflow-y:auto;animation:fadeInUp .4s ease-out}.modal-close{position:absolute;top:1rem;right:1.5rem;font-size:1.8rem;color:var(--text-color);cursor:pointer;transition:all .3s ease}.modal-close:hover{color:var(--accent-color);transform:scale(1.1)}.modal-body h3{color:var(--accent-color);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.modal-body p{margin-bottom:1rem;color:var(--text-color-faded);line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.team-member{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.team-member-image{flex:0 0 auto;width:180px}.member-photo{width:100%;height:auto}.member-credentials{text-align:left}.modal-content{margin:10% auto}}@media (max-width: 480px){.team-member-image{width:150px}.section-title{font-size:1.5rem}.member-name{font-size:1.3rem}}a{color:var(--accent-color-light);text-decoration:none}
