:root{--color-dark: #0C151E;--color-purple: #5B46F9;--color-cyan: #00DCDA;--color-light: #F6F6F6;--color-muted: #657E93;--color-yellow: #FFCF58}.contact-hero[data-astro-cid-2mxdoeuz]{background:linear-gradient(135deg,var(--color-dark) 0%,#1a2332 100%);padding:100px 20px;text-align:center;position:relative;overflow:hidden}.contact-hero[data-astro-cid-2mxdoeuz]:before{content:"";position:absolute;top:0;right:0;width:500px;height:500px;background:radial-gradient(circle,var(--color-purple) 0%,transparent 70%);opacity:.1;pointer-events:none}.contact-hero[data-astro-cid-2mxdoeuz]:after{content:"";position:absolute;bottom:0;left:0;width:500px;height:500px;background:radial-gradient(circle,var(--color-cyan) 0%,transparent 70%);opacity:.1;pointer-events:none}.hero-container[data-astro-cid-2mxdoeuz]{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-title[data-astro-cid-2mxdoeuz]{font-size:4rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.1}.hero-subtitle[data-astro-cid-2mxdoeuz]{font-size:1.3rem;color:#b8c5d6;margin:0;line-height:1.6}.contact-content[data-astro-cid-2mxdoeuz]{padding:80px 20px;background:#fff}.contact-container[data-astro-cid-2mxdoeuz]{max-width:1200px;margin:0 auto}.contact-grid[data-astro-cid-2mxdoeuz]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:968px){.contact-grid[data-astro-cid-2mxdoeuz]{grid-template-columns:1fr;gap:40px}}.form-section[data-astro-cid-2mxdoeuz]{background:var(--color-light);padding:40px;border-radius:12px}.form-title[data-astro-cid-2mxdoeuz]{font-size:1.8rem;font-weight:700;color:var(--color-dark);margin:0 0 30px}.contact-form[data-astro-cid-2mxdoeuz]{display:flex;flex-direction:column;gap:20px}.form-group[data-astro-cid-2mxdoeuz]{display:flex;flex-direction:column}.form-group[data-astro-cid-2mxdoeuz] label[data-astro-cid-2mxdoeuz]{font-size:.95rem;font-weight:600;color:var(--color-dark);margin-bottom:8px}.form-group[data-astro-cid-2mxdoeuz] input[data-astro-cid-2mxdoeuz],.form-group[data-astro-cid-2mxdoeuz] select[data-astro-cid-2mxdoeuz],.form-group[data-astro-cid-2mxdoeuz] textarea[data-astro-cid-2mxdoeuz]{padding:12px 16px;border:1px solid #E8ECEF;border-radius:8px;font-size:1rem;font-family:inherit;color:var(--color-dark);transition:all .3s ease;background:#fff}.form-group[data-astro-cid-2mxdoeuz] input[data-astro-cid-2mxdoeuz]:focus,.form-group[data-astro-cid-2mxdoeuz] select[data-astro-cid-2mxdoeuz]:focus,.form-group[data-astro-cid-2mxdoeuz] textarea[data-astro-cid-2mxdoeuz]:focus{outline:none;border-color:var(--color-purple);box-shadow:0 0 0 3px #5b46f91a}.form-group[data-astro-cid-2mxdoeuz] select[data-astro-cid-2mxdoeuz]{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235B46F9' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.form-group[data-astro-cid-2mxdoeuz] textarea[data-astro-cid-2mxdoeuz]{resize:vertical;min-height:120px}.form-button[data-astro-cid-2mxdoeuz]{padding:14px 28px;background:linear-gradient(135deg,var(--color-purple),var(--color-cyan));color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.form-button[data-astro-cid-2mxdoeuz]:hover{transform:translateY(-2px);box-shadow:0 8px 16px #5b46f94d}.form-button[data-astro-cid-2mxdoeuz]:active{transform:translateY(0)}.locations-section[data-astro-cid-2mxdoeuz]{padding:0}.locations-title[data-astro-cid-2mxdoeuz]{font-size:1.8rem;font-weight:700;color:var(--color-dark);margin:0 0 30px}.locations-grid[data-astro-cid-2mxdoeuz]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:968px){.locations-grid[data-astro-cid-2mxdoeuz]{grid-template-columns:1fr}}.location-card[data-astro-cid-2mxdoeuz]{background:var(--color-light);padding:24px;border-radius:8px;border-left:4px solid var(--color-purple);transition:all .3s ease}.location-card[data-astro-cid-2mxdoeuz]:hover{box-shadow:0 8px 16px #5b46f91a;transform:translate(4px)}.location-country[data-astro-cid-2mxdoeuz]{font-size:1.1rem;font-weight:700;color:var(--color-purple);margin:0 0 12px}.location-address[data-astro-cid-2mxdoeuz]{font-size:.95rem;color:var(--color-muted);margin:0;line-height:1.6}.reveal[data-astro-cid-2mxdoeuz]{opacity:0;animation:revealIn .8s ease forwards}@keyframes revealIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.contact-hero[data-astro-cid-2mxdoeuz]{padding:60px 20px}.hero-title[data-astro-cid-2mxdoeuz]{font-size:2.5rem}.hero-subtitle[data-astro-cid-2mxdoeuz]{font-size:1.1rem}.contact-content[data-astro-cid-2mxdoeuz]{padding:60px 20px}.form-section[data-astro-cid-2mxdoeuz]{padding:30px}.form-title[data-astro-cid-2mxdoeuz],.locations-title[data-astro-cid-2mxdoeuz]{font-size:1.4rem}}
