.contact-page[data-astro-cid-2mxdoeuz]{padding:140px 0 100px;min-height:100vh}.contact-grid[data-astro-cid-2mxdoeuz]{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:start}.contact-title[data-astro-cid-2mxdoeuz]{font-size:clamp(36px,4.5vw,58px);line-height:1.05;letter-spacing:-.03em;font-weight:600;margin:20px 0 18px;text-wrap:balance}.contact-sub[data-astro-cid-2mxdoeuz]{font-size:17px;color:var(--muted);line-height:1.55;margin:0 0 36px;max-width:380px}.contact-perks[data-astro-cid-2mxdoeuz]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.contact-perks[data-astro-cid-2mxdoeuz] li[data-astro-cid-2mxdoeuz]{display:flex;align-items:center;gap:12px;font-size:14.5px;color:var(--ink-2)}.perk-ico[data-astro-cid-2mxdoeuz]{width:36px;height:36px;border-radius:10px;background:var(--green-tint);color:var(--green-deep);display:flex;align-items:center;justify-content:center;flex:none}.contact-info[data-astro-cid-2mxdoeuz]{margin-top:40px;padding-top:32px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:14px}.contact-info-item[data-astro-cid-2mxdoeuz]{display:flex;align-items:center;gap:12px;font-size:14.5px;color:var(--ink-2);text-decoration:none;transition:color .15s}.contact-info-item[data-astro-cid-2mxdoeuz]:hover{color:var(--green-deep)}.ci-ico[data-astro-cid-2mxdoeuz]{width:36px;height:36px;border-radius:10px;background:var(--cream);border:1px solid var(--line);color:var(--ink);display:flex;align-items:center;justify-content:center;flex:none}.contact-socials[data-astro-cid-2mxdoeuz]{display:flex;gap:10px;margin-top:4px}.ci-social[data-astro-cid-2mxdoeuz]{width:36px;height:36px;border-radius:10px;background:var(--cream);border:1px solid var(--line);color:var(--ink);display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s}.ci-social[data-astro-cid-2mxdoeuz]:hover{background:var(--green-tint);color:var(--green-deep);border-color:var(--green-soft)}.ci-social[data-astro-cid-2mxdoeuz] svg[data-astro-cid-2mxdoeuz]{width:16px;height:16px}.contact-right[data-astro-cid-2mxdoeuz]{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-xl);padding:40px;box-shadow:var(--shadow-md)}.contact-form[data-astro-cid-2mxdoeuz]{display:flex;flex-direction:column;gap:20px}.form-row[data-astro-cid-2mxdoeuz]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field[data-astro-cid-2mxdoeuz]{display:flex;flex-direction:column;gap:6px}label[data-astro-cid-2mxdoeuz]{font-size:13px;font-weight:600;color:var(--ink)}.req[data-astro-cid-2mxdoeuz]{color:var(--green-deep)}.opt[data-astro-cid-2mxdoeuz]{font-weight:400;color:var(--muted)}input[data-astro-cid-2mxdoeuz][type=text],input[data-astro-cid-2mxdoeuz][type=email],input[data-astro-cid-2mxdoeuz][type=tel],select[data-astro-cid-2mxdoeuz],textarea[data-astro-cid-2mxdoeuz]{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:var(--cream);font-family:var(--font-sans);font-size:14px;color:var(--ink);transition:border-color .18s ease,box-shadow .18s ease;outline:none;appearance:none}input[data-astro-cid-2mxdoeuz]::placeholder,textarea[data-astro-cid-2mxdoeuz]::placeholder{color:var(--muted)}input[data-astro-cid-2mxdoeuz]:focus,select[data-astro-cid-2mxdoeuz]:focus,textarea[data-astro-cid-2mxdoeuz]:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-tint)}select[data-astro-cid-2mxdoeuz]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='none' stroke='%236b756f' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}textarea[data-astro-cid-2mxdoeuz]{resize:vertical;min-height:120px}.form-check[data-astro-cid-2mxdoeuz]{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--muted);cursor:pointer}.form-check[data-astro-cid-2mxdoeuz] input[data-astro-cid-2mxdoeuz][type=checkbox]{width:16px;height:16px;flex:none;margin-top:1px;accent-color:var(--green-deep);cursor:pointer}.form-check[data-astro-cid-2mxdoeuz] a[data-astro-cid-2mxdoeuz]{color:var(--green-deep);text-decoration:underline}.form-footer[data-astro-cid-2mxdoeuz]{display:flex;align-items:center}.btn-submit[data-astro-cid-2mxdoeuz]{display:inline-flex;align-items:center;gap:10px;padding:15px 24px;background:var(--ink);color:var(--cream);border:none;border-radius:999px;font-family:var(--font-sans);font-size:14.5px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.btn-submit[data-astro-cid-2mxdoeuz]:hover:not(:disabled){background:var(--green-deep);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-submit[data-astro-cid-2mxdoeuz]:disabled{opacity:.65;cursor:not-allowed}.btn-arrow[data-astro-cid-2mxdoeuz]{width:22px;height:22px;border-radius:50%;background:#f5f1e833;display:inline-flex;align-items:center;justify-content:center}.btn-arrow[data-astro-cid-2mxdoeuz] svg[data-astro-cid-2mxdoeuz]{width:10px;height:10px}.form-feedback[data-astro-cid-2mxdoeuz]{padding:14px 16px;border-radius:10px;font-size:14px;font-weight:500}.form-feedback[data-astro-cid-2mxdoeuz].success{background:var(--green-tint);color:var(--green-deep);border:1px solid var(--green-soft)}.form-feedback[data-astro-cid-2mxdoeuz].error{background:var(--rojo-tint);color:var(--rojo-deep);border:1px solid #ecd4d1}@media(max-width:900px){.contact-grid[data-astro-cid-2mxdoeuz]{grid-template-columns:1fr;gap:48px}.contact-page[data-astro-cid-2mxdoeuz]{padding:120px 0 60px}}@media(max-width:600px){.form-row[data-astro-cid-2mxdoeuz]{grid-template-columns:1fr}.contact-right[data-astro-cid-2mxdoeuz]{padding:24px}}
