/* Страница «Замер» — подключается из froze.php после bundle */

body.site-v3.page-froze .froze-section {
  padding-bottom: 2.5rem;
}

body.site-v3.page-froze .froze-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  width: 100%;
  margin: 0 !important;
}

@media (min-width: 992px) {
  body.site-v3.page-froze .froze-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  }
}

@media (max-width: 991px) {
  body.site-v3.page-froze .froze-layout__aside {
    order: -1;
  }
}

body.site-v3.page-froze .froze-layout__main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

body.site-v3.page-froze .froze-layout__aside {
  min-width: 0;
}

body.site-v3.page-froze .sv-content-card {
  margin-bottom: 0 !important;
}

body.site-v3.page-froze .froze-intro p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--sv-text, #3d3d3d);
  margin: 0;
}

body.site-v3.page-froze .sv-content-card .fork-def-list {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0 !important;
}

body.site-v3.page-froze .froze-block-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--sv-dark, #1a1a1a);
  margin: 0 0 1rem;
}

body.site-v3.page-froze .froze-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.site-v3.page-froze .froze-checklist li {
  position: relative;
  padding-left: 1.65rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--sv-text, #3d3d3d);
}

body.site-v3.page-froze .froze-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(194, 0, 81, 0.12);
  border: 2px solid var(--sv-brand, #c20051);
}

body.site-v3.page-froze .froze-checklist li::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.58rem;
  width: 0.45rem;
  height: 0.25rem;
  border-left: 2px solid var(--sv-brand, #c20051);
  border-bottom: 2px solid var(--sv-brand, #c20051);
  transform: rotate(-45deg);
}

body.site-v3.page-froze .froze-form-card {
  background: var(--sv-white, #fff);
  border-radius: var(--sv-radius, 20px);
  box-shadow: var(--sv-shadow, 0 20px 50px rgba(26, 26, 26, 0.08));
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid var(--sv-line, #e8e8ea);
}

@media (min-width: 992px) {
  body.site-v3.page-froze .froze-form-card {
    position: sticky;
    top: 96px;
  }
}

body.site-v3.page-froze .froze-form-card__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

body.site-v3.page-froze .froze-form-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #c20051 0%, #9a003f 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 10px 24px rgba(194, 0, 81, 0.28);
}

body.site-v3.page-froze .froze-form-card__title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--sv-dark, #1a1a1a);
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

body.site-v3.page-froze .froze-form-card__lead {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--sv-muted, #6b7280);
  margin: 0;
}

body.site-v3.page-froze .froze-form-fields {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0.85rem !important;
  width: 100%;
}

body.site-v3.page-froze .froze-field {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.site-v3.page-froze .froze-field__label {
  display: block !important;
  width: 100% !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sv-muted, #6b7280);
  margin: 0 0 0.4rem !important;
}

body.site-v3.page-froze .froze-field__input,
body.site-v3.page-froze .froze-field__textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 0.8rem 1rem !important;
  border: 1px solid var(--sv-line, #e8e8ea) !important;
  border-radius: 12px !important;
  background: var(--sv-bg, #f5f5f7) !important;
  color: var(--sv-dark, #1a1a1a) !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  height: auto !important;
}

body.site-v3.page-froze .froze-field__input {
  border-radius: 999px !important;
}

body.site-v3.page-froze .froze-field__textarea {
  min-height: 96px !important;
  resize: vertical;
  border-radius: 12px !important;
}

body.site-v3.page-froze .froze-field__input:focus,
body.site-v3.page-froze .froze-field__textarea:focus {
  outline: none !important;
  border-color: #c20051 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(194, 0, 81, 0.12) !important;
}

body.site-v3.page-froze .froze-form-btn {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0.35rem 0 0 !important;
  padding: 0.9rem 1.5rem !important;
  border: none !important;
  border-radius: 999px !important;
  background: #c20051 !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(194, 0, 81, 0.28) !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.site-v3.page-froze .froze-form-btn:hover {
  background: #9a003f !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(194, 0, 81, 0.35) !important;
}

body.site-v3.page-froze .froze-form-btn:active {
  transform: scale(0.98);
}
