/* ===== Contacts page ===== */
.st-contacts-hero{
  padding: 18px 0 6px;
}
.st-contacts-title{
  font-weight: 900;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.12;
  margin: 0 0 10px;
}
.st-contacts-subtitle{
  color: rgba(0,0,0,.65);
  line-height: 1.75;
  font-size: 16px;
}

.st-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:20px;
  box-shadow:0 14px 40px rgba(0,0,0,.06);
}

.st-h2{
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 14px;
}

.st-divider{
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 14px 0;
}

.st-contact-row{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  align-items: start;
}
@media (max-width: 575.98px){
  .st-contact-row{ grid-template-columns: 1fr; }
}

.st-contact-label{
  color: rgba(0,0,0,.55);
  font-weight: 700;
  font-size: 13px;
}
.st-contact-value{
  min-width: 0;
}
.st-link{
  font-weight: 800;
  text-decoration: none !important;
  color: rgba(0,0,0,.82);
}
.st-link:hover{ color:#2f8f5b; }

.st-contact-actions{
  margin-top: 8px;
  display:flex;
  gap:10px;
  flex-wrap: wrap;
}

.st-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(208,132,112,.10);
  border: 1px solid rgba(208,132,112,.24);
  color: rgba(0,0,0,.78);
  font-weight: 800;
  text-decoration: none !important;
}
.st-pill:hover{
  background: rgba(47,143,91,.12);
  border-color: rgba(47,143,91,.28);
}

.st-muted{ color: rgba(0,0,0,.62); }

.st-grid-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
@media (max-width: 575.98px){
  .st-grid-2{ grid-template-columns: 1fr; }
}

.st-btn{ /* если уже есть — ок, просто будет совпадать */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 18px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none !important;
}
.st-btn-block{ width:100%; }

.st-btn-primary{
  background:#d08470;
  color:#fff !important;
  box-shadow:0 14px 28px rgba(208,132,112,.28);
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.st-btn-primary:hover{
  background:#2f8f5b;
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(47,143,91,.28);
}
.st-btn-outline{
  background:#fff;
  color:#d08470 !important;
  border:1px solid #d08470;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.st-btn-outline:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.08);
  border-color: rgba(47,143,91,.35);
}

.st-help{
  color: rgba(0,0,0,.58);
  font-size: 13px;
  line-height: 1.6;
}

.st-social{
  display:flex;
  gap:10px;
  flex-wrap: wrap;
}
.st-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(0,0,0,.02);
  border:1px solid rgba(0,0,0,.08);
  color: rgba(0,0,0,.78);
  font-weight: 800;
  text-decoration:none !important;
}
.st-social-link:hover{
  border-color: rgba(208,132,112,.35);
  box-shadow: 0 10px 22px rgba(208,132,112,.12);
}

/* ===== CF7 styling ===== */
.st-contacts .wpcf7 form{
  margin: 0;
}
.st-contacts .wpcf7-form-control-wrap{
  display:block;
}
.st-contacts .wpcf7 input[type="text"],
.st-contacts .wpcf7 input[type="email"],
.st-contacts .wpcf7 input[type="tel"],
.st-contacts .wpcf7 select,
.st-contacts .wpcf7 textarea{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.14);
  padding: 12px 14px;
  background: #fff;
  outline: none;
}
.st-contacts .wpcf7 textarea{ min-height: 140px; }

.st-contacts .wpcf7 input:focus,
.st-contacts .wpcf7 select:focus,
.st-contacts .wpcf7 textarea:focus{
  border-color: rgba(208,132,112,.75);
  box-shadow: 0 0 0 0.25rem rgba(208,132,112,.22);
}

.st-contacts .wpcf7-submit{
  width: 100%;
  height: 48px;
  border-radius: 14px;
  border: 0;
  font-weight: 900;
  background: #d08470;
  color: #fff;
  box-shadow: 0 14px 28px rgba(208,132,112,.28);
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.st-contacts .wpcf7-submit:hover{
  background:#2f8f5b;
  transform: translateY(-1px);
  box-shadow:0 18px 34px rgba(47,143,91,.28);
}

.st-contacts .wpcf7-response-output{
  margin: 14px 0 0 !important;
  border-radius: 14px;
}
.st-contacts .st-cf7-consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  line-height: 1.6;
}
.st-contacts .wpcf7-acceptance input{
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #d08470;
}
