body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}.home-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.home-background{z-index:0;pointer-events:none;position:absolute;inset:0}.home-gradient{background:linear-gradient(135deg,#8a4e9408 0%,#ce29e10d 25%,#fffffffa 50%,#8a4e9405 75%,#ce29e10a 100%);position:absolute;inset:0}.home-arrows{opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23bbb' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3C/svg%3E");background-size:56px 56px;position:absolute;inset:0}.home-shapes{position:absolute;inset:0}.shape{filter:blur(1px);background:linear-gradient(135deg,#8a4e940d,#ce29e11a);border-radius:50%;animation:15s ease-in-out infinite shapeFloat;position:absolute}.shape-1{width:200px;height:200px;animation-delay:0s;top:10%;left:10%}.shape-2{width:150px;height:150px;animation-delay:5s;top:60%;right:15%}.shape-3{width:100px;height:100px;animation-delay:10s;top:30%;right:30%}.shape-4{width:80px;height:80px;animation-delay:7s;bottom:20%;left:20%}@keyframes shapeFloat{0%,to{transform:translateY(0)translate(0)scale(1)}25%{transform:translateY(-30px)translate(20px)scale(1.1)}50%{transform:translateY(-60px)translate(-10px)scale(.9)}75%{transform:translateY(-30px)translate(-20px)scale(1.05)}}.logo{z-index:9999;width:40vw;min-width:250px;max-width:450px;height:auto;margin-bottom:1.5rem;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative}.logo.scrolled{z-index:1000;margin:0;position:fixed;top:5px;transform:scale(.7)}.logo-header{z-index:999;opacity:0;background:#fff;width:100%;height:125px;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translateY(-100%);box-shadow:0 2px 10px #0000001a}@media (max-width:768px){.logo-header{height:120px}}@media (max-width:480px){.logo-header{height:100px}}.logo-header.visible{opacity:1;transform:translateY(0)}.tagline{color:#2a2a2a;text-align:center;letter-spacing:.05em;z-index:10;margin:0;padding:20px 0;font-size:2.5em;font-weight:200;position:relative}@media (max-width:768px){.tagline{padding:15px 20px;font-size:1.8em}}@media (max-width:480px){.tagline{padding:10px 15px;font-size:1.5em}}.tagline:before{content:"";background:linear-gradient(90deg,#ce29e1 0%,#0000 100%) 0/200% 100%;width:150px;height:3px;animation:2s linear infinite fadeCycle;position:absolute;top:0;right:0}.tagline:after{content:"";background:linear-gradient(90deg,#ce29e1 0%,#0000 100%) 0/200% 100%;width:150px;height:3px;animation:2s linear infinite fadeCycle;position:absolute;bottom:0;left:50px}@keyframes fadeCycle{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.scroll-button{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:80px;margin-top:3.875rem;transition:all .3s;display:flex;position:relative}.scroll-button:hover{background:0 0}.scroll-arrow{color:#000;transition:all .3s;animation:2s infinite bounce}.scroll-button:hover .scroll-arrow{color:#ce29e1;transform:scale(1.1)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.contact-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.contact-background{z-index:0;position:absolute;inset:0}.contact-gradient{opacity:.05;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:absolute;inset:0}.contact-pattern{opacity:.1;background-image:radial-gradient(circle at 25% 25%,#8a4e94 2px,#0000 2px),radial-gradient(circle at 75% 75%,#ce29e1 2px,#0000 2px);background-size:50px 50px;position:absolute;inset:0}.contact-content{z-index:1;grid-template-columns:1.2fr .8fr;align-items:start;gap:6rem;width:100%;max-width:1400px;margin-top:200px;display:grid;position:relative}.contact-form-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;padding:3rem;box-shadow:0 20px 40px #0000001a}.form-header{margin-bottom:2.5rem}.contact-title{background:linear-gradient(135deg,#1a1a1a 0%,#8a4e94 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.contact-subtitle{color:#666;margin:0;font-size:1.2rem;font-weight:400}.contact-form{flex-direction:column;gap:2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.75rem;display:flex;position:relative}.form-group label{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{color:#1a1a1a;background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.25rem 1.5rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.form-group input:focus,.form-group textarea:focus{border-color:#8a4e94;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #8a4e941a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-weight:400}.form-group textarea{resize:vertical;min-height:140px;font-family:inherit}.submit-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#8a4e94 0%,#ce29e1 100%);border:none;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 25px #8a4e944d}.submit-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #8a4e9466}.submit-button:active{transform:translateY(-1px)}.contact-info-section{justify-content:center;align-items:center;display:flex}.info-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;width:100%;padding:3rem;box-shadow:0 20px 40px #0000001a}.contact-info-title{background:linear-gradient(135deg,#1a1a1a 0%,#8a4e94 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.contact-info-subtitle{color:#666;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-item{background:#8a4e940d;border:1px solid #8a4e941a;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.contact-item:hover{background:#8a4e941a;transform:translate(8px)}.contact-icon{color:#fff;background:linear-gradient(135deg,#8a4e94 0%,#ce29e1 100%);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 15px #8a4e944d}.contact-details{flex-direction:column;gap:.25rem;display:flex}.contact-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.contact-email{color:#8a4e94;font-size:1.1rem;font-weight:600}.contact-phone{color:#1a1a1a;font-size:1.1rem;font-weight:600}@media (max-width:1024px){.contact-content{grid-template-columns:1fr;gap:4rem}.contact-form-section,.info-card{padding:2.5rem}}@media (max-width:768px){.contact-container{padding:1.5rem}.contact-content{gap:3rem}.contact-form-section,.info-card{border-radius:20px;padding:2rem}.contact-title{font-size:2.8rem}.contact-info-title{font-size:2rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-item{padding:1.25rem}.contact-icon{width:45px;height:45px}}@media (max-width:480px){.contact-container{padding:1rem}.contact-form-section,.info-card{border-radius:16px;padding:1.5rem}.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.contact-info-title{font-size:1.8rem}.contact-info-subtitle{font-size:1rem}.form-group input,.form-group textarea{border-radius:12px;padding:1rem 1.25rem}.submit-button{padding:1rem 2rem;font-size:1rem}.contact-item{gap:1rem;padding:1rem}.contact-icon{width:40px;height:40px}.contact-email,.contact-phone{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.contact-form-section{animation:.8s ease-out fadeInUp}.info-card{animation:.8s ease-out .2s both slideInRight}.contact-item{animation:.6s ease-out fadeInUp}.contact-item:first-child{animation-delay:.1s}.contact-item:nth-child(2){animation-delay:.2s}h1{margin:0;font-size:3.2em;line-height:1.1}
