body.snt-home-template-v4-draft-page {
  background: #edf3f0;
}

body.snt-home-template-v4-draft-page #cm-masthead,
body.snt-home-template-v4-draft-page #cm-footer,
body.snt-home-template-v4-draft-page #scroll-up,
body.snt-home-template-v4-draft-page .cm-entry-header,
body.snt-home-template-v4-draft-page .cm-entry-title,
body.snt-home-template-v4-draft-page .cm-breadcrumb,
body.snt-home-template-v4-draft-page .default-wp-page {
  display: none !important;
}

body.snt-home-template-v4-draft-page #cm-content,
body.snt-home-template-v4-draft-page #main,
body.snt-home-template-v4-draft-page .cm-content,
body.snt-home-template-v4-draft-page .cm-container,
body.snt-home-template-v4-draft-page .cm-row,
body.snt-home-template-v4-draft-page #cm-primary,
body.snt-home-template-v4-draft-page .cm-primary,
body.snt-home-template-v4-draft-page .cm-posts,
body.snt-home-template-v4-draft-page article.page,
body.snt-home-template-v4-draft-page .cm-entry-summary,
body.snt-home-template-v4-draft-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.snt-v4d {
  --v4d-ink: #14231f;
  --v4d-muted: #5c6a65;
  --v4d-surface: #ffffff;
  --v4d-surface-soft: #f4f8f6;
  --v4d-line: #d9e2de;
  --v4d-green: #155445;
  --v4d-green-dark: #0d3c31;
  --v4d-amber: #c65f1a;
  --v4d-blue: #0e6c83;
  --v4d-warn: #fff4e5;
  --v4d-shadow: 0 16px 40px rgba(21, 42, 35, 0.09);
  min-height: 100vh;
  padding: 16px 0 48px;
  background: #edf3f0;
  color: var(--v4d-ink);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0;
}

.snt-v4d *,
.snt-v4d *::before,
.snt-v4d *::after {
  box-sizing: border-box;
}

.snt-v4d a {
  color: inherit;
  text-decoration: none;
}

.snt-v4d button {
  font: inherit;
}

.snt-v4d__topbar,
.snt-v4d__main {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.snt-v4d__topbar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--v4d-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 11px 16px;
  box-shadow: 0 8px 24px rgba(20, 35, 31, 0.06);
}

.snt-v4d__brand {
  display: inline-flex;
  align-items: center;
  min-width: 250px;
  gap: 12px;
}

.snt-v4d__mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 7px;
  background: var(--v4d-green);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.snt-v4d__brand-copy strong {
  display: block;
  font-size: 19px;
  line-height: 1.15;
}

.snt-v4d__brand-copy span {
  display: block;
  margin-top: 2px;
  color: var(--v4d-muted);
  font-size: 14px;
}

.snt-v4d__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.snt-v4d__nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 13px;
  color: #23352f;
  font-size: 15px;
  font-weight: 800;
}

.snt-v4d__nav a:first-child {
  background: #dfece7;
  color: var(--v4d-green-dark);
}

.snt-v4d__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 16px;
}

.snt-v4d__eyebrow {
  margin: 0 0 6px;
  color: var(--v4d-amber);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.snt-v4d h1 {
  margin: 0;
  color: var(--v4d-ink);
  font-size: 42px;
  line-height: 1.08;
}

.snt-v4d__lead {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--v4d-muted);
  font-size: 18px;
}

.snt-v4d__intro-actions {
  min-width: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.snt-v4d__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v4d-line);
  border-radius: 6px;
  background: var(--v4d-surface);
  color: var(--v4d-green-dark);
  padding: 0 16px;
  font-size: 15px;
  font-weight: 900;
}

.snt-v4d__button--primary {
  border-color: var(--v4d-green);
  background: var(--v4d-green);
  color: #fff !important;
}

.snt-v4d__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 388px;
  align-items: start;
  gap: 18px;
}

.snt-v4d__news-panel,
.snt-v4d__payment,
.snt-v4d__lower-section {
  overflow: hidden;
  border: 1px solid var(--v4d-line);
  border-radius: 8px;
  background: var(--v4d-surface);
  box-shadow: var(--v4d-shadow);
}

.snt-v4d__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--v4d-line);
  background: #f8fbfa;
  padding: 15px 19px;
}

.snt-v4d__panel-head h2 {
  margin: 0;
  color: var(--v4d-ink);
  font-size: 25px;
  line-height: 1.2;
}

.snt-v4d__panel-head span {
  color: var(--v4d-muted);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.snt-v4d__news-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 17px;
  border-top: 1px solid var(--v4d-line);
  padding: 17px 19px;
}

.snt-v4d__news-row:first-of-type {
  border-top: 0;
}

.snt-v4d__news-row--current {
  grid-template-columns: 125px minmax(0, 1fr);
  border-left: 5px solid var(--v4d-amber);
  background: var(--v4d-warn);
  padding-left: 14px;
}

.snt-v4d__date {
  color: var(--v4d-green-dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.snt-v4d__date small {
  display: block;
  margin-top: 5px;
  color: var(--v4d-amber);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.snt-v4d__news-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.snt-v4d__news-title h3 {
  margin: 0;
  color: var(--v4d-ink);
  font-size: 22px;
  line-height: 1.18;
}

.snt-v4d__tag {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: #e8f1ee;
  color: var(--v4d-green-dark);
  padding: 0 9px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.snt-v4d__summary,
.snt-v4d__detail {
  margin: 0;
  color: #394943;
  font-size: 17px;
  line-height: 1.52;
}

.snt-v4d__detail {
  display: none;
  margin-top: 8px;
}

.snt-v4d__news-row.is-expanded .snt-v4d__summary {
  display: none;
}

.snt-v4d__news-row.is-expanded .snt-v4d__detail {
  display: block;
  margin-top: 0;
}

.snt-v4d__toggle {
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: var(--v4d-blue);
  padding: 0;
  font-weight: 900;
  cursor: pointer;
}

.snt-v4d__payment {
  position: sticky;
  top: 16px;
}

.snt-v4d__payment-head {
  background: var(--v4d-green);
  color: #fff;
  padding: 18px 18px 15px;
}

.snt-v4d__payment-head span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  opacity: 0.82;
  text-transform: uppercase;
}

.snt-v4d__payment-head h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.snt-v4d__reqs {
  margin: 0;
}

.snt-v4d__req-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--v4d-line);
  padding: 10px 14px;
}

.snt-v4d__req-row dt {
  color: var(--v4d-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.snt-v4d__req-row dd {
  margin: 0;
}

.snt-v4d__copy {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  background: var(--v4d-surface-soft);
  color: var(--v4d-ink);
  padding: 9px 10px;
  text-align: left;
  cursor: pointer;
}

.snt-v4d__copy strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.snt-v4d__copy span {
  color: var(--v4d-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.snt-v4d__copy.is-copied {
  background: #e1f2e9;
}

.snt-v4d__payment-note {
  margin: 0;
  background: #f4f6f5;
  color: #485852;
  padding: 14px;
  font-size: 16px;
  line-height: 1.45;
}

.snt-v4d__payment-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--v4d-ink);
}

.snt-v4d__side-actions {
  display: grid;
  gap: 8px;
  padding: 12px 14px 14px;
}

.snt-v4d__side-actions a {
  border: 1px solid var(--v4d-line);
  border-radius: 6px;
  background: #fff;
  color: var(--v4d-green-dark);
  padding: 11px 12px;
  font-weight: 900;
}

.snt-v4d__below {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.snt-v4d__lower-section {
  scroll-margin-top: 18px;
  padding: 17px 18px;
}

.snt-v4d__below .snt-v4d__lower-section:only-child {
  grid-column: 1 / -1;
}

.snt-v4d__lower-section h2 {
  margin: 0 0 7px;
  color: var(--v4d-ink);
  font-size: 22px;
}

.snt-v4d__lower-section p {
  margin: 0;
  color: var(--v4d-muted);
  font-size: 16px;
}

.snt-v4d__contacts-section {
  grid-column: 1 / -1;
}

.snt-v4d__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.snt-v4d__contact-card {
  border: 1px solid var(--v4d-line);
  border-radius: 7px;
  background: #f8fbfa;
  padding: 14px;
}

.snt-v4d__contact-card h3 {
  margin: 0 0 10px;
  color: var(--v4d-green-dark);
  font-size: 18px;
  line-height: 1.25;
}

.snt-v4d__contact-card ol {
  margin: 0;
  padding-left: 22px;
}

.snt-v4d__contact-card li {
  margin: 6px 0;
  color: var(--v4d-ink);
  font-size: 16px;
  font-weight: 700;
}

.snt-v4d__contact-card dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.snt-v4d__contact-card dt {
  color: var(--v4d-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.snt-v4d__contact-card dd {
  margin: 2px 0 0;
  color: var(--v4d-ink);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .snt-v4d__intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .snt-v4d__intro-actions {
    min-width: 0;
    justify-content: flex-start;
  }

  .snt-v4d__layout {
    grid-template-columns: 1fr;
  }

  .snt-v4d__payment {
    position: static;
  }
}

@media (max-width: 720px) {
  .snt-v4d {
    padding-top: 9px;
    font-size: 16px;
  }

  .snt-v4d__topbar,
  .snt-v4d__main {
    width: min(100% - 18px, 520px);
  }

  .snt-v4d__topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px;
  }

  .snt-v4d__brand {
    min-width: 0;
  }

  .snt-v4d__brand-copy strong {
    font-size: 17px;
  }

  .snt-v4d__nav {
    width: 100%;
    justify-content: flex-start;
    gap: 4px;
  }

  .snt-v4d__nav a {
    min-height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }

  .snt-v4d__intro {
    gap: 14px;
    padding: 18px 0 13px;
  }

  .snt-v4d h1 {
    font-size: 31px;
  }

  .snt-v4d__lead {
    font-size: 16px;
  }

  .snt-v4d__intro-actions {
    width: 100%;
  }

  .snt-v4d__button {
    flex: 1 1 146px;
    min-height: 40px;
    padding: 0 12px;
  }

  .snt-v4d__panel-head {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .snt-v4d__panel-head h2 {
    font-size: 22px;
  }

  .snt-v4d__news-row,
  .snt-v4d__news-row--current {
    display: block;
    padding: 15px 14px;
  }

  .snt-v4d__date {
    margin-bottom: 9px;
  }

  .snt-v4d__news-title {
    display: block;
  }

  .snt-v4d__news-title h3 {
    font-size: 20px;
  }

  .snt-v4d__tag {
    margin-top: 8px;
  }

  .snt-v4d__summary,
  .snt-v4d__detail {
    font-size: 16px;
  }

  .snt-v4d__req-row {
    display: block;
    padding: 9px 11px;
  }

  .snt-v4d__req-row dt {
    margin: 0 0 5px;
  }

  .snt-v4d__copy {
    padding: 8px 9px;
  }

  .snt-v4d__below {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .snt-v4d__contact-grid {
    grid-template-columns: 1fr;
  }
}
