.contact-module__swMWYG__page{font-family:var(--font-primary), sans-serif;flex-direction:column;gap:2.5rem;padding:80px 3%;display:flex}.contact-module__swMWYG__hero{background-color:var(--color-primary);color:#fff;box-shadow:6px 6px 0px var(--color-accent);border:3px solid #000;border-radius:24px;padding:clamp(24px,4vw,48px)}.contact-module__swMWYG__heroContent{z-index:1;position:relative}.contact-module__swMWYG__kicker{letter-spacing:.1em;text-transform:uppercase;background-color:var(--color-accent);color:#000;border:2px solid #000;border-radius:50px;margin-bottom:1rem;padding:6px 14px;font-size:.8rem;font-weight:800;display:inline-block;box-shadow:2px 2px #000}.contact-module__swMWYG__hero h1{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;line-height:1.2;font-family:var(--font-heading), sans-serif;letter-spacing:-.5px;color:#fff;margin-bottom:1rem}.contact-module__swMWYG__hero p{color:#ffffffd9;max-width:540px;margin-bottom:1rem;font-size:.95rem;font-weight:500;line-height:1.7}.contact-module__swMWYG__heroBadge{color:#fff;background-color:#ffffff1a;border:2px solid #ffffff4d;border-radius:999px;align-items:center;gap:10px;padding:10px 20px;font-size:.95rem;font-weight:700;display:inline-flex}.contact-module__swMWYG__heroBadge svg{color:var(--color-accent)}.contact-module__swMWYG__posterSection{justify-content:center;display:flex}.contact-module__swMWYG__posterCard{background-color:#fff;border:3px solid #000;border-radius:24px;width:100%;max-width:100%;overflow:hidden;box-shadow:8px 8px #000}.contact-module__swMWYG__posterHeader{background-color:var(--color-primary);text-align:center;border-bottom:4px solid #000;padding:24px 32px}.contact-module__swMWYG__posterHeader h2{color:#fff;font-size:1.5rem;font-weight:900;font-family:var(--font-heading), sans-serif;letter-spacing:1px;margin:0}.contact-module__swMWYG__posterBody{grid-template-columns:280px 1fr;display:grid}.contact-module__swMWYG__qrSection{background-color:#f0fff4;border-right:4px solid #000;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;display:flex}.contact-module__swMWYG__qrWrapper{background-color:#fff;border:3px solid #000;border-radius:20px;padding:12px;position:relative;box-shadow:6px 6px #000}.contact-module__swMWYG__qrBorder{border:4px solid var(--color-accent);z-index:-1;border-radius:24px;position:absolute;inset:-8px}.contact-module__swMWYG__qrCode{background-color:#fff;border-radius:12px;justify-content:center;align-items:center;width:180px;height:180px;display:flex;overflow:hidden}.contact-module__swMWYG__qrImage{object-fit:contain;width:100%!important;height:100%!important}.contact-module__swMWYG__scanText{color:#25d366;background-color:#fff;border:2px solid #25d366;border-radius:999px;margin:0;padding:8px 20px;font-size:.95rem;font-weight:800}.contact-module__swMWYG__contactInfo{flex-direction:column;gap:20px;padding:32px;display:flex}.contact-module__swMWYG__emailSection{background-color:#f8fcfd;border-top:4px solid #000;padding:24px 32px 32px}.contact-module__swMWYG__messageToggle{color:#fff;box-shadow:4px 4px 0px var(--color-accent);cursor:pointer;background-color:#000;border:3px solid #000;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.contact-module__swMWYG__messageToggle:hover{box-shadow:6px 6px 0px var(--color-accent);background-color:var(--color-primary);transform:translate(-2px,-2px)}.contact-module__swMWYG__messageToggle svg:first-child{color:var(--color-accent);font-size:1.1rem}.contact-module__swMWYG__messageOptions{gap:12px;margin-top:16px;display:flex}.contact-module__swMWYG__optionBtn{color:#000;cursor:pointer;background-color:#fff;border:3px solid #000;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;box-shadow:3px 3px #000}.contact-module__swMWYG__optionBtn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.contact-module__swMWYG__optionBtn.contact-module__swMWYG__active{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:3px 3px 0px var(--color-accent)}.contact-module__swMWYG__optionBtn.contact-module__swMWYG__active svg{color:var(--color-accent)}.contact-module__swMWYG__messageForm{box-sizing:border-box;background-color:#fff;border:3px solid #000;border-radius:16px;flex-direction:column;gap:16px;width:100%;margin-top:16px;padding:20px;display:flex}.contact-module__swMWYG__messageForm .contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-module__swMWYG__messageForm .contact-module__swMWYG__formGroup{flex-direction:column;gap:6px;display:flex}.contact-module__swMWYG__messageForm label{color:#000;font-size:.9rem;font-weight:800}.contact-module__swMWYG__messageForm input,.contact-module__swMWYG__messageForm textarea{font:inherit;color:#000;background:#fff;border:2px solid #000;border-radius:10px;width:100%;padding:10px 14px;font-size:.9rem;transition:all .2s;box-shadow:3px 3px #0000001a}.contact-module__swMWYG__messageForm input:focus,.contact-module__swMWYG__messageForm textarea:focus{box-shadow:4px 4px 0px var(--color-accent);border-color:#000;outline:none}.contact-module__swMWYG__messageForm textarea{resize:vertical;min-height:100px}.contact-module__swMWYG__messageForm .contact-module__swMWYG__submitBtn{background-color:var(--color-primary);color:#fff;cursor:pointer;border:3px solid #000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:4px 4px #000}.contact-module__swMWYG__messageForm .contact-module__swMWYG__submitBtn:hover{box-shadow:6px 6px 0px var(--color-accent);background-color:var(--color-accent);color:#000;transform:translate(-2px,-2px)}.contact-module__swMWYG__infoGroup{flex-direction:column;gap:12px;display:flex}.contact-module__swMWYG__infoGroup h3{text-transform:uppercase;letter-spacing:.1em;color:#666;margin:0;font-size:.85rem;font-weight:800}.contact-module__swMWYG__socialList{flex-direction:column;gap:10px;display:flex}.contact-module__swMWYG__socialItem{background-color:#f8f8f8;border:3px solid #000;border-radius:14px;align-items:center;gap:14px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex;box-shadow:4px 4px #000}.contact-module__swMWYG__socialItem:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.contact-module__swMWYG__socialIcon{border:2px solid #000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;display:flex}.contact-module__swMWYG__socialIcon[data-type=instagram]{color:#fff;background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.contact-module__swMWYG__socialIcon[data-type=tiktok]{color:#fff;background-color:#000}.contact-module__swMWYG__socialDetail{flex-direction:column;display:flex}.contact-module__swMWYG__socialLabel{text-transform:uppercase;color:#666;font-size:.75rem;font-weight:700}.contact-module__swMWYG__socialValue{color:#000;font-size:.95rem;font-weight:800}.contact-module__swMWYG__infoDivider{background:linear-gradient(to right, var(--color-accent), transparent);border-radius:999px;height:3px;margin:4px 0}.contact-module__swMWYG__ctaWhatsApp{color:#fff;background-color:#25d366;border:3px solid #000;border-radius:16px;align-items:center;gap:14px;padding:16px 20px;text-decoration:none;transition:all .2s;display:flex;box-shadow:5px 5px #000}.contact-module__swMWYG__ctaWhatsApp:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #000}.contact-module__swMWYG__ctaWhatsApp svg:first-child{font-size:1.6rem}.contact-module__swMWYG__ctaWhatsApp>div{flex-direction:column;flex:1;display:flex}.contact-module__swMWYG__ctaLabel{text-transform:uppercase;opacity:.9;font-size:.75rem;font-weight:700}.contact-module__swMWYG__ctaValue{font-size:1.05rem;font-weight:800}.contact-module__swMWYG__ctaArrow{opacity:.8;font-size:1.1rem}.contact-module__swMWYG__emailLink{background-color:var(--color-primary);color:#fff;border:3px solid #000;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:4px 4px #000}.contact-module__swMWYG__emailLink:hover{background-color:var(--color-accent);color:#000;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.contact-module__swMWYG__emailLink svg{color:var(--color-accent);font-size:1.1rem}.contact-module__swMWYG__emailLink:hover svg{color:#000}.contact-module__swMWYG__emailToggle{color:#fff;box-shadow:4px 4px 0px var(--color-accent);cursor:pointer;background-color:#000;border:3px solid #000;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.contact-module__swMWYG__emailToggle:hover{box-shadow:6px 6px 0px var(--color-accent);background-color:var(--color-primary);transform:translate(-2px,-2px)}.contact-module__swMWYG__emailToggle svg:first-child{color:var(--color-accent);font-size:1.1rem}.contact-module__swMWYG__toggleIcon{margin-left:auto;transition:transform .3s}.contact-module__swMWYG__toggleIcon.contact-module__swMWYG__rotate{transform:rotate(180deg)}.contact-module__swMWYG__emailForm{box-sizing:border-box;background-color:#fff;border:3px solid #000;border-radius:16px;flex-direction:column;gap:16px;width:100%;margin-top:16px;padding:20px;display:flex}.contact-module__swMWYG__emailForm .contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-module__swMWYG__emailForm .contact-module__swMWYG__formGroup{flex-direction:column;gap:6px;display:flex}.contact-module__swMWYG__emailForm label{color:#000;font-size:.9rem;font-weight:800}.contact-module__swMWYG__emailForm input,.contact-module__swMWYG__emailForm textarea{font:inherit;color:#000;background:#fff;border:2px solid #000;border-radius:10px;width:100%;padding:10px 14px;font-size:.9rem;transition:all .2s;box-shadow:3px 3px #0000001a}.contact-module__swMWYG__emailForm input:focus,.contact-module__swMWYG__emailForm textarea:focus{box-shadow:4px 4px 0px var(--color-accent);border-color:#000;outline:none}.contact-module__swMWYG__emailForm textarea{resize:vertical;min-height:100px}.contact-module__swMWYG__emailForm .contact-module__swMWYG__submitBtn{background-color:var(--color-primary);color:#fff;cursor:pointer;border:3px solid #000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:4px 4px #000}.contact-module__swMWYG__emailForm .contact-module__swMWYG__submitBtn:hover{box-shadow:6px 6px 0px var(--color-accent);background-color:var(--color-accent);color:#000;transform:translate(-2px,-2px)}@keyframes contact-module__swMWYG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-module__swMWYG__formSection{justify-content:center;display:flex}.contact-module__swMWYG__formCard{background-color:#fff;border:3px solid #000;border-radius:24px;width:100%;max-width:100%;overflow:hidden;box-shadow:8px 8px #000}.contact-module__swMWYG__formHeader{background-color:var(--color-primary);padding:24px 28px}.contact-module__swMWYG__formHeader h2{color:#fff;font-size:1.4rem;font-weight:900;font-family:var(--font-heading), sans-serif;margin-bottom:.25rem}.contact-module__swMWYG__formHeader p{color:#fffc;margin:0;font-size:.9rem;font-weight:500}.contact-module__swMWYG__form{background-color:#f8fcfd;flex-direction:column;gap:20px;padding:32px 40px;display:flex}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-module__swMWYG__formGroup{text-align:left;flex-direction:column;gap:8px;display:flex}.contact-module__swMWYG__form label{color:#000;font-size:.95rem;font-weight:800}.contact-module__swMWYG__form input,.contact-module__swMWYG__form textarea{font:inherit;color:#000;background:#fff;border:3px solid #000;border-radius:12px;width:100%;padding:14px 18px;font-size:1rem;transition:all .2s;box-shadow:4px 4px #0000001a}.contact-module__swMWYG__form input:focus,.contact-module__swMWYG__form textarea:focus{box-shadow:6px 6px 0px var(--color-accent);border-color:#000;outline:none;transform:translate(-2px,-2px)}.contact-module__swMWYG__form textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__submitBtn{background-color:var(--color-primary);color:#fff;cursor:pointer;border:3px solid #000;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;gap:12px;padding:14px 28px;font-size:1.05rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:5px 5px #000}.contact-module__swMWYG__submitBtn:hover{box-shadow:7px 7px 0px var(--color-accent);background-color:var(--color-accent);color:#000;transform:translate(-2px,-2px)}@media (max-width:768px){.contact-module__swMWYG__page{gap:1.5rem;padding:60px 4% 50px}.contact-module__swMWYG__hero{padding:24px 20px}.contact-module__swMWYG__posterSection{padding:0 4%}.contact-module__swMWYG__hero h1{font-size:1.8rem}.contact-module__swMWYG__hero p{font-size:.95rem}.contact-module__swMWYG__posterBody{grid-template-columns:1fr}.contact-module__swMWYG__posterCard{border-radius:20px}.contact-module__swMWYG__posterHeader{padding:20px}.contact-module__swMWYG__posterHeader h2{font-size:1.2rem}.contact-module__swMWYG__qrSection{border-bottom:4px solid #000;border-right:none;padding:24px}.contact-module__swMWYG__qrWrapper{padding:8px}.contact-module__swMWYG__qrCode{width:140px;height:140px}.contact-module__swMWYG__scanText{padding:6px 16px;font-size:.85rem}.contact-module__swMWYG__contactInfo{gap:16px;padding:20px}.contact-module__swMWYG__infoGroup h3{margin-bottom:12px;font-size:.8rem}.contact-module__swMWYG__socialItem{padding:10px 14px}.contact-module__swMWYG__socialIcon{width:36px;height:36px;font-size:1rem}.contact-module__swMWYG__socialValue{font-size:.85rem}.contact-module__swMWYG__ctaWhatsApp{padding:14px 16px}.contact-module__swMWYG__ctaWhatsApp svg:first-child{font-size:1.4rem}.contact-module__swMWYG__ctaValue{font-size:.95rem}.contact-module__swMWYG__emailLink{padding:10px 14px;font-size:.85rem}.contact-module__swMWYG__formCard{border-radius:20px}.contact-module__swMWYG__formHeader{padding:20px}.contact-module__swMWYG__formHeader h2{font-size:1.4rem}.contact-module__swMWYG__formHeader p{font-size:.9rem}.contact-module__swMWYG__form{gap:16px;padding:20px}.contact-module__swMWYG__formRow{grid-template-columns:1fr}.contact-module__swMWYG__form label{font-size:.85rem}.contact-module__swMWYG__form input,.contact-module__swMWYG__form textarea{padding:12px 14px;font-size:.95rem}.contact-module__swMWYG__submitBtn{width:100%;padding:12px 24px;font-size:.95rem}}@media (max-width:480px){.contact-module__swMWYG__hero{border-radius:18px;padding:20px 16px}.contact-module__swMWYG__hero h1{font-size:1.3rem}.contact-module__swMWYG__hero p{font-size:.85rem}.contact-module__swMWYG__kicker{padding:5px 10px;font-size:.75rem}.contact-module__swMWYG__posterBody{grid-template-columns:1fr;gap:0}.contact-module__swMWYG__posterCard{border-radius:16px;box-shadow:5px 5px #000}.contact-module__swMWYG__qrSection{border-bottom:4px solid #000;border-right:none;padding:20px}.contact-module__swMWYG__qrWrapper{border-radius:14px}.contact-module__swMWYG__messageForm,.contact-module__swMWYG__emailForm{gap:10px;padding:14px}.contact-module__swMWYG__posterHeader h2{font-size:1rem}.contact-module__swMWYG__qrCode{width:120px;height:120px}.contact-module__swMWYG__scanText{padding:5px 12px;font-size:.78rem}.contact-module__swMWYG__contactInfo{gap:12px;padding:16px}.contact-module__swMWYG__socialItem{padding:10px 12px}.contact-module__swMWYG__socialIcon{width:34px;height:34px;font-size:.9rem}.contact-module__swMWYG__socialValue{font-size:.8rem}.contact-module__swMWYG__ctaWhatsApp{padding:12px 14px}.contact-module__swMWYG__ctaWhatsApp svg:first-child{font-size:1.3rem}.contact-module__swMWYG__ctaValue{font-size:.88rem}.contact-module__swMWYG__emailLink{padding:10px 12px;font-size:.82rem}}@media (max-width:380px){.contact-module__swMWYG__page{gap:1.5rem;padding:90px 3% 40px}.contact-module__swMWYG__hero{border-radius:14px;padding:18px 14px}.contact-module__swMWYG__hero h1{font-size:1.15rem}.contact-module__swMWYG__posterBody{grid-template-columns:1fr}.contact-module__swMWYG__posterCard{border-radius:14px}.contact-module__swMWYG__posterHeader{padding:14px}.contact-module__swMWYG__posterHeader h2{font-size:.85rem}.contact-module__swMWYG__qrSection{padding:14px}.contact-module__swMWYG__qrCode{width:85px;height:85px}.contact-module__swMWYG__contactInfo{padding:14px}}
