.contact-page{background:var(--page-bg)}.contact-page__highlights{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0 0 1.35rem;padding:0;list-style:none;display:flex}.contact-page__chip{border-radius:var(--radius-full);background:var(--landing-surface);border:1px solid var(--landing-border);max-width:100%;box-shadow:var(--shadow-soft);animation:contact-highlight-in var(--motion-duration-slow) var(--motion-ease-out) both;align-items:center;gap:.45rem;padding:.4rem .75rem .4rem .55rem;display:inline-flex}.contact-page__chip:first-child{animation-delay:60ms}.contact-page__chip:nth-child(2){animation-delay:.11s}.contact-page__chip:nth-child(3){animation-delay:.16s}.contact-page__chip-dot{background:var(--landing-accent);width:.4rem;height:.4rem;box-shadow:0 0 0 3px rgb(var(--color-brand-rgb) / .14);border-radius:50%;flex-shrink:0}.contact-page__chip-text{color:var(--landing-text-muted);flex-wrap:wrap;align-items:baseline;gap:.35rem;font-size:.75rem;line-height:1.35;display:inline-flex}.contact-page__chip-text strong{color:var(--landing-text);font-weight:800}.contact-page__grid{grid-template-columns:1fr;align-items:start;gap:1.15rem;display:grid}@media (min-width:1024px){.contact-page__grid{grid-template-columns:1.05fr .95fr;gap:1.25rem}}.contact-panel{background:var(--landing-surface);border:1px solid var(--landing-border);box-shadow:var(--shadow-soft);border-radius:1.15rem;padding:1.1rem;position:relative}.contact-panel:after{content:"";inset-inline:1.1rem;border-radius:0 0 var(--radius-full) var(--radius-full);background:var(--brand-gradient);opacity:.85;height:.14rem;position:absolute;top:0}@media (min-width:640px){.contact-panel{padding:1.25rem}.contact-panel:after{inset-inline:1.25rem}}.contact-map-skeleton{border:1px solid var(--landing-border);background:var(--page-bg);height:200px;color:var(--landing-text-muted);border-radius:1rem;justify-content:center;align-items:center;font-size:.875rem;display:flex}@media (min-width:640px){.contact-map-skeleton{height:220px}}@media (min-width:1024px){.contact-map-skeleton{height:240px}}.contact-branch-tabs{flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem;display:flex}.contact-branch-tab{color:var(--landing-text-muted);background:var(--landing-surface-muted);border:1.5px solid var(--landing-border);cursor:pointer;transition:color var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out), border-color var(--motion-duration-fast) var(--motion-ease-out), box-shadow var(--motion-duration-fast) var(--motion-ease-out);border-radius:9999px;padding:.4rem .85rem;font-size:.75rem;font-weight:700}.contact-branch-tab:hover{color:var(--landing-accent);border-color:rgb(var(--color-brand-rgb) / .45)}.contact-branch-tab--active{color:#fff;background:var(--brand-gradient);box-shadow:var(--brand-shadow-soft);border-color:#0000}.contact-info-split{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (min-width:640px){.contact-info-split{grid-template-columns:1fr 1fr;align-items:start;gap:1.15rem}}.contact-info-block{min-width:0}.contact-info-block--social{border-top:1px solid var(--landing-border);margin-top:1rem;padding-top:.9rem}.contact-info-block__title{color:var(--landing-text);margin:0 0 .55rem;font-size:.8125rem;font-weight:800}.contact-info-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.contact-info-link{color:var(--landing-text-muted);transition:color var(--motion-duration-fast) var(--motion-ease-out);align-items:center;gap:.4rem;font-size:.8125rem;text-decoration:none;display:inline-flex}.contact-info-link:hover{color:var(--landing-accent)}.contact-info-link__tag{color:var(--landing-text-muted);opacity:.85;font-size:.6875rem}.contact-info-meta{color:var(--landing-text-muted);margin:.45rem 0 0;font-size:.6875rem;line-height:1.55}.contact-address-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.contact-address-row{background:var(--landing-surface-muted);border:1px solid var(--landing-border);border-radius:.75rem;grid-template-columns:auto 1fr;align-items:start;gap:.5rem .65rem;padding:.55rem .65rem;display:grid}.contact-address-row__branch{white-space:nowrap;color:var(--landing-accent);align-items:center;gap:.28rem;font-size:.75rem;font-weight:800;display:inline-flex}.contact-address-row__text{color:var(--landing-text-muted);font-size:.75rem;line-height:1.55}.contact-social-row{align-items:center;gap:.5rem;display:flex}.contact-social-btn{width:2.25rem;height:2.25rem;color:var(--landing-accent);background:var(--landing-surface-muted);border:1px solid var(--landing-border);box-shadow:var(--shadow-soft);transition:color var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out), border-color var(--motion-duration-fast) var(--motion-ease-out), transform var(--motion-duration-fast) var(--motion-ease-spring);border-radius:9999px;justify-content:center;align-items:center;padding:0;line-height:0;display:inline-flex}.contact-social-btn svg{flex-shrink:0;display:block}.contact-social-btn:hover{color:#fff;background:var(--landing-accent);border-color:var(--landing-accent);transform:translateY(-1px)}.contact-form__title{color:var(--landing-text);margin:0 0 .25rem;font-size:1rem;font-weight:800}@media (min-width:640px){.contact-form__title{font-size:1.0625rem}}.contact-form__subtitle{color:var(--landing-text-muted);margin:0 0 1rem;font-size:.75rem;line-height:1.6}@media (min-width:640px){.contact-form__subtitle{font-size:.8125rem}}.contact-form__label{color:var(--landing-text-muted);margin-bottom:.375rem;font-size:.75rem;font-weight:600;display:block}.contact-form__input{width:100%;color:var(--landing-text);background:var(--landing-surface-muted);border:1.5px solid var(--landing-border);transition:border-color var(--motion-duration-fast) var(--motion-ease-out), box-shadow var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out);border-radius:.875rem;outline:none;padding:.7rem .9rem;font-size:.875rem}.contact-form__input::placeholder{color:var(--landing-text-muted);opacity:.7}.contact-form__input:focus{background:var(--landing-surface);border-color:var(--landing-accent);box-shadow:0 0 0 3px rgb(var(--color-brand-rgb) / .16)}.contact-form__textarea{resize:vertical;min-height:7.5rem}.contact-form__status{margin:0;font-size:.875rem}.contact-form__status--ok{color:var(--landing-accent-dark)}.contact-form__status--err{color:#dc2626}.contact-form__submit{color:#fff;background:var(--brand-gradient);width:100%;box-shadow:var(--brand-shadow);cursor:pointer;transition:transform var(--motion-duration-fast) var(--motion-ease-spring), box-shadow var(--motion-duration-fast) var(--motion-ease-out), opacity var(--motion-duration-fast) var(--motion-ease-out);border:none;border-radius:9999px;padding:.8rem 1.25rem;font-size:.875rem;font-weight:800}.contact-form__submit:hover:not(:disabled){box-shadow:0 10px 26px rgb(var(--color-brand-rgb) / .34);transform:translateY(-1px)}.contact-form__submit:disabled{opacity:.6;cursor:not-allowed}@keyframes contact-highlight-in{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.contact-page__chip,.contact-panel{transition:none;animation:none}}
