/* [project]/src/features/contacts/contacts.css [app-client] (css) */
@layer components {
  :where(html:has([data-page-style="contacts"])) .contacts-hero {
    background-color: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    padding: 32px 0 24px;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="contacts"])) .contacts-hero {
      padding: 48px 0 36px;
    }
  }

  :where(html:has([data-page-style="contacts"])) .contacts-breadcrumbs {
    margin-bottom: 16px;
    font-size: 13px;
  }

  :where(html:has([data-page-style="contacts"])) .contacts-breadcrumbs a {
    color: var(--color-text-muted);
    text-decoration: none;
  }

  :where(html:has([data-page-style="contacts"])) .contacts-breadcrumbs a:hover {
    color: var(--color-primary);
  }

  :where(html:has([data-page-style="contacts"])) .contacts-breadcrumbs span {
    color: var(--color-border);
    margin: 0 8px;
  }

  :where(html:has([data-page-style="contacts"])) .contacts-breadcrumbs .current {
    color: var(--color-text-main);
    font-weight: 500;
  }

  :where(html:has([data-page-style="contacts"])) .contacts-eyebrow {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--color-accent);
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    display: block;
  }

  :where(html:has([data-page-style="contacts"])) .contacts-title {
    letter-spacing: -.025em;
    color: var(--color-primary);
    margin-bottom: 14px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="contacts"])) .contacts-title {
      font-size: 46px;
    }
  }

  :where(html:has([data-page-style="contacts"])) .contacts-lead {
    color: var(--color-text-muted);
    max-width: 780px;
    font-size: 16px;
    line-height: 1.6;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="contacts"])) .contacts-lead {
      font-size: 18px;
    }
  }

  :where(html:has([data-page-style="contacts"])) .quick-contacts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
    display: grid;
  }

  @media (min-width: 600px) {
    :where(html:has([data-page-style="contacts"])) .quick-contacts-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    :where(html:has([data-page-style="contacts"])) .quick-contacts-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  :where(html:has([data-page-style="contacts"])) .quick-contact-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    flex-direction: column;
    padding: 24px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .qc-icon-wrap {
    border-radius: var(--radius-sm);
    width: 44px;
    height: 44px;
    color: var(--color-accent);
    background: #ebf5fb;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .qc-label {
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--color-text-muted);
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
  }

  :where(html:has([data-page-style="contacts"])) .qc-val {
    color: var(--color-primary);
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
  }

  :where(html:has([data-page-style="contacts"])) .qc-val:hover {
    color: var(--color-accent);
  }

  :where(html:has([data-page-style="contacts"])) .qc-sub {
    color: var(--color-text-muted);
    font-size: 13px;
    line-height: 1.4;
  }

  :where(html:has([data-page-style="contacts"])) .contacts-main-section {
    padding: 16px 0 64px;
  }

  :where(html:has([data-page-style="contacts"])) .contacts-split-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    display: grid;
  }

  @media (min-width: 1024px) {
    :where(html:has([data-page-style="contacts"])) .contacts-split-layout {
      grid-template-columns: 1.15fr .85fr;
      gap: 48px;
    }
  }

  :where(html:has([data-page-style="contacts"])) .section-subhead {
    color: var(--color-primary);
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 800;
  }

  :where(html:has([data-page-style="contacts"])) .locations-list {
    flex-direction: column;
    gap: 20px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .location-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .loc-top {
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .loc-title {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
  }

  :where(html:has([data-page-style="contacts"])) .loc-badge {
    text-transform: uppercase;
    border-radius: var(--radius-xs);
    color: var(--color-accent);
    white-space: nowrap;
    background: #ebf5fb;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
  }

  :where(html:has([data-page-style="contacts"])) .loc-badge.navy {
    background: var(--color-primary);
    color: #fff;
  }

  :where(html:has([data-page-style="contacts"])) .loc-details-list {
    color: var(--color-text-main);
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    list-style: none;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .loc-item {
    align-items: flex-start;
    gap: 10px;
    line-height: 1.45;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .loc-item svg {
    color: var(--color-accent);
    flex-shrink: 0;
    margin-top: 2px;
  }

  :where(html:has([data-page-style="contacts"])) .loc-footer-link {
    color: var(--color-accent);
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
  }

  :where(html:has([data-page-style="contacts"])) .loc-footer-link:hover {
    text-decoration: underline;
  }

  :where(html:has([data-page-style="contacts"])) .feedback-box {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    align-self: flex-start;
    padding: 28px;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="contacts"])) .feedback-box {
      padding: 36px;
    }
  }

  :where(html:has([data-page-style="contacts"])) .feedback-form {
    flex-direction: column;
    gap: 16px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .form-group {
    flex-direction: column;
    gap: 6px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .form-label {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 700;
  }

  :where(html:has([data-page-style="contacts"])) .form-input, :where(html:has([data-page-style="contacts"])) .form-select, :where(html:has([data-page-style="contacts"])) .form-textarea {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    width: 100%;
    color: var(--color-text-main);
    background: #fff;
    padding: 10px 14px;
    font-family: inherit;
    font-size: 14px;
    transition: border-color .15s, box-shadow .15s;
  }

  :where(html:has([data-page-style="contacts"])) .form-input:focus, :where(html:has([data-page-style="contacts"])) .form-select:focus, :where(html:has([data-page-style="contacts"])) .form-textarea:focus {
    border-color: var(--color-accent);
    outline: none;
    box-shadow: 0 0 0 3px #0077b626;
  }

  :where(html:has([data-page-style="contacts"])) .form-textarea {
    resize: vertical;
    min-height: 110px;
  }

  :where(html:has([data-page-style="contacts"])) .form-agreement {
    color: var(--color-text-muted);
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    line-height: 1.45;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .form-agreement input {
    flex-shrink: 0;
    margin-top: 3px;
  }

  :where(html:has([data-page-style="contacts"])) .form-submit-btn {
    background: var(--color-accent);
    color: #fff;
    border-radius: var(--radius-md);
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    border: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    transition: background .15s;
    display: inline-flex;
  }

  :where(html:has([data-page-style="contacts"])) .form-submit-btn:hover {
    background: var(--color-accent-hover);
  }

  :where(html:has([data-page-style="contacts"])) .requisites-section {
    background-color: var(--color-bg-alt);
    border-top: 1px solid var(--color-border);
    padding: 48px 0;
  }

  :where(html:has([data-page-style="contacts"])) .requisites-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: #fff;
    padding: 28px;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="contacts"])) .requisites-card {
      padding: 36px;
    }
  }

  :where(html:has([data-page-style="contacts"])) .requisites-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
    font-size: 14px;
    display: grid;
  }

  @media (min-width: 640px) {
    :where(html:has([data-page-style="contacts"])) .requisites-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    :where(html:has([data-page-style="contacts"])) .requisites-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  :where(html:has([data-page-style="contacts"])) .req-item {
    flex-direction: column;
    gap: 4px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .req-label {
    color: var(--color-text-muted);
    font-size: 12px;
  }

  :where(html:has([data-page-style="contacts"])) .req-val {
    color: var(--color-primary);
    font-weight: 600;
  }

  :where(html:has([data-page-style="contacts"])) .officials-section {
    background: var(--color-bg-alt);
    border-top: 1px solid var(--color-border);
    padding: 64px 0;
  }

  :where(html:has([data-page-style="contacts"])) .reception-banner {
    border: 1px solid var(--color-border);
    border-left: 4px solid var(--color-accent);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    padding: 24px;
    display: flex;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="contacts"])) .reception-banner {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }

  :where(html:has([data-page-style="contacts"])) .reception-text h3 {
    color: var(--color-primary);
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 800;
  }

  :where(html:has([data-page-style="contacts"])) .reception-text p {
    color: var(--color-text-muted);
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  :where(html:has([data-page-style="contacts"])) .reception-cta {
    color: var(--color-accent);
    border-radius: var(--radius-md);
    white-space: nowrap;
    background: #ebf5fb;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
  }

  :where(html:has([data-page-style="contacts"])) .reception-cta:hover {
    background: var(--color-accent);
    color: #fff;
  }

  :where(html:has([data-page-style="contacts"])) .officials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
  }

  @media (min-width: 640px) {
    :where(html:has([data-page-style="contacts"])) .officials-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    :where(html:has([data-page-style="contacts"])) .officials-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  :where(html:has([data-page-style="contacts"])) .official-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    transition: transform .2s, box-shadow .2s;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .official-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
  }

  :where(html:has([data-page-style="contacts"])) .official-avatar {
    color: #fff;
    letter-spacing: .5px;
    background: linear-gradient(135deg, #0b2238 0%, #0077b6 100%);
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .official-info {
    flex-direction: column;
    gap: 4px;
    display: flex;
  }

  :where(html:has([data-page-style="contacts"])) .official-name {
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
  }

  :where(html:has([data-page-style="contacts"])) .official-role {
    color: var(--color-text-muted);
    font-size: 13px;
    line-height: 1.4;
  }

  :where(html:has([data-page-style="contacts"])) .official-email {
    color: var(--color-accent);
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }

  :where(html:has([data-page-style="contacts"])) .official-email:hover {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=src_features_contacts_contacts_11n1azy.css.map*/