body.snt-home-template-v3-page {
  background: #f6f7f4;
}

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

body.snt-home-template-v3-page #cm-content,
body.snt-home-template-v3-page #main,
body.snt-home-template-v3-page .cm-content,
body.snt-home-template-v3-page .cm-container,
body.snt-home-template-v3-page .cm-row,
body.snt-home-template-v3-page #cm-primary,
body.snt-home-template-v3-page .cm-primary,
body.snt-home-template-v3-page .cm-posts,
body.snt-home-template-v3-page article.page,
body.snt-home-template-v3-page .cm-entry-summary,
body.snt-home-template-v3-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-v3 {
  --v3-ink: #11211d;
  --v3-muted: #62706c;
  --v3-line: #d8e0dc;
  --v3-paper: #f6f7f4;
  --v3-surface: #ffffff;
  --v3-green: #17483d;
  --v3-green-dark: #0f392f;
  --v3-green-soft: #e5f0eb;
  --v3-blue: #226f98;
  --v3-amber: #c65f1b;
  --v3-amber-soft: #fff1e2;
  --v3-shadow: 0 20px 52px rgba(20, 33, 31, 0.08);
  min-height: 100vh;
  background: var(--v3-paper);
  color: var(--v3-ink);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.52;
}

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

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

.snt-v3 button {
  font: inherit;
}

.snt-v3__topbar {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(32px, calc((100vw - 1288px) / 2));
  border-bottom: 1px solid var(--v3-line);
  background: #fff;
}

.snt-v3__brand {
  display: flex;
  min-width: 280px;
  align-items: center;
  gap: 14px;
}

.snt-v3__mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--v3-green);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.snt-v3__brand-copy {
  display: grid;
  gap: 3px;
}

.snt-v3__brand-copy strong {
  color: var(--v3-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.08;
}

.snt-v3__brand-copy span {
  color: var(--v3-muted);
  font-size: 14px;
  line-height: 1.25;
}

.snt-v3__nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 850;
  white-space: nowrap;
}

.snt-v3__nav a {
  border-radius: 8px;
  color: #334540;
  padding: 10px 12px;
}

.snt-v3__nav a[aria-current="page"] {
  background: var(--v3-green-soft);
  color: var(--v3-green);
}

.snt-v3__main {
  width: min(1288px, calc(100% - 56px));
  margin: 0 auto;
  padding: 32px 0 42px;
}

.snt-v3__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 20px;
}

.snt-v3__eyebrow {
  margin: 0 0 8px;
  color: var(--v3-amber);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.snt-v3 h1,
.snt-v3 h2,
.snt-v3 h3,
.snt-v3 p {
  margin-top: 0;
  letter-spacing: 0;
}

.snt-v3 h1 {
  margin-bottom: 8px;
  color: var(--v3-ink);
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.04;
}

.snt-v3__lead {
  margin-bottom: 0;
  color: #4e5f5a;
  font-size: 21px;
  line-height: 1.42;
}

.snt-v3__head-actions {
  display: flex;
  gap: 10px;
}

.snt-v3__action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  background: #fff;
  color: var(--v3-ink) !important;
  padding: 0 17px;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.snt-v3__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 440px);
  grid-template-areas:
    "current payment"
    "news payment"
    "quick quick";
  gap: 18px;
  align-items: start;
}

.snt-v3__panel,
.snt-v3__current,
.snt-v3__quick a {
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  background: var(--v3-surface);
  box-shadow: var(--v3-shadow);
}

.snt-v3__current {
  grid-area: current;
  display: grid;
  min-height: 126px;
  grid-template-columns: 124px minmax(0, 1fr) 118px;
  gap: 18px;
  align-items: center;
  border-left: 7px solid var(--v3-amber);
  background: linear-gradient(90deg, var(--v3-amber-soft), #fff 50%);
  padding: 18px 20px;
}

.snt-v3__current-date {
  color: var(--v3-amber);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.snt-v3__current-date strong {
  display: block;
  color: var(--v3-ink);
  font-size: 18px;
  text-transform: none;
}

.snt-v3__current h2 {
  margin: 0 0 5px;
  color: var(--v3-ink);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.12;
}

.snt-v3__current p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #4b5a56;
  font-size: 18px;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.snt-v3__open {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 8px;
  background: var(--v3-green);
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
}

.snt-v3__news {
  grid-area: news;
}

.snt-v3__panel-head {
  display: flex;
  min-height: 102px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--v3-line);
  padding: 20px 24px 17px;
}

.snt-v3__panel-head h2 {
  margin: 0;
  color: var(--v3-ink);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
}

.snt-v3__panel-head p {
  margin: 5px 0 0;
  color: var(--v3-muted);
  font-size: 16px;
  line-height: 1.35;
}

.snt-v3__panel-head a {
  color: var(--v3-blue) !important;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.snt-v3__news-row {
  display: grid;
  min-height: 133px;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--v3-line);
  padding: 18px 24px;
}

.snt-v3__news-row:last-child {
  border-bottom: 0;
}

.snt-v3__date {
  color: var(--v3-muted);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.snt-v3__date span {
  display: block;
  margin-top: 6px;
  color: var(--v3-amber);
  font-size: 13px;
  text-transform: uppercase;
}

.snt-v3__news-row h3 {
  margin: 0 0 6px;
  color: var(--v3-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.snt-v3__news-row p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #50605c;
  font-size: 17px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.snt-v3__payment {
  position: sticky;
  top: 18px;
  grid-area: payment;
}

.snt-v3__payment-head {
  min-height: 104px;
  background: var(--v3-green);
  color: #fff;
  padding: 22px 24px 18px;
}

.snt-v3__payment-head span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.snt-v3__payment-head h2 {
  margin: 0;
  color: #fff !important;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.12;
}

.snt-v3__req-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--v3-line);
  padding: 13px 18px;
}

.snt-v3__req-name {
  color: var(--v3-muted);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.snt-v3__copy {
  display: flex;
  width: 100%;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f3f6f4;
  color: var(--v3-ink);
  cursor: pointer;
  padding: 0 12px;
  text-align: left;
}

.snt-v3__copy strong {
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.snt-v3__copy span {
  flex: 0 0 auto;
  color: var(--v3-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.snt-v3__copy.is-copied {
  border-color: #9bc6b6;
  background: var(--v3-green-soft);
}

.snt-v3__note {
  margin: 12px 18px 18px;
  border-radius: 8px;
  background: #f3f6f4;
  color: #4a5a56;
  padding: 16px;
  font-size: 17px;
  line-height: 1.42;
}

.snt-v3__quick {
  grid-area: quick;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 4px;
}

.snt-v3__quick a {
  min-height: 108px;
  padding: 18px;
}

.snt-v3__quick strong {
  display: block;
  margin-bottom: 5px;
  color: var(--v3-green-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.snt-v3__quick span {
  color: var(--v3-muted);
  font-size: 15px;
  line-height: 1.42;
}

@media (max-width: 1100px) {
  .snt-v3__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 420px);
  }

  .snt-v3__copy strong {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .snt-v3__topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 20px 10px;
  }

  .snt-v3__nav {
    width: 100%;
    overflow-x: auto;
  }

  .snt-v3__main {
    width: min(100% - 40px, 760px);
    padding-top: 24px;
  }

  .snt-v3__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .snt-v3__head-actions {
    display: none;
  }

  .snt-v3__grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .snt-v3__current {
    order: 1;
  }

  .snt-v3__payment {
    position: static;
    order: 2;
    width: 100%;
  }

  .snt-v3__news {
    order: 3;
    width: 100%;
  }

  .snt-v3__quick {
    order: 4;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .snt-v3 {
    font-size: 17px;
  }

  .snt-v3__topbar {
    padding: 16px 18px 8px;
  }

  .snt-v3__mark {
    display: none;
  }

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

  .snt-v3__brand-copy strong {
    max-width: 300px;
    font-size: 27px;
    line-height: 1.08;
  }

  .snt-v3__brand-copy span {
    font-size: 14px;
  }

  .snt-v3__nav {
    gap: 8px;
    font-size: 14px;
  }

  .snt-v3__nav a {
    padding: 6px 0;
  }

  .snt-v3__main {
    width: calc(100% - 24px);
    padding: 18px 0 32px;
  }

  .snt-v3__eyebrow {
    font-size: 15px;
  }

  .snt-v3 h1 {
    font-size: 31px;
    line-height: 1.1;
  }

  .snt-v3__lead {
    font-size: 17px;
  }

  .snt-v3__current {
    display: block;
    min-height: 0;
    padding: 14px;
  }

  .snt-v3__current-date {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
  }

  .snt-v3__current h2 {
    font-size: 23px;
  }

  .snt-v3__current p {
    max-height: 49px;
    font-size: 16px;
  }

  .snt-v3__open {
    width: 100%;
    margin-top: 12px;
  }

  .snt-v3__payment-head {
    min-height: 92px;
    padding: 18px 18px 16px;
  }

  .snt-v3__payment-head h2 {
    font-size: 28px;
  }

  .snt-v3__req-row {
    display: block;
    padding: 12px 14px;
  }

  .snt-v3__req-name {
    display: block;
    margin-bottom: 6px;
  }

  .snt-v3__copy strong {
    font-size: 14px;
  }

  .snt-v3__note {
    margin: 10px 14px 16px;
  }

  .snt-v3__panel-head {
    display: block;
    min-height: 104px;
    padding: 17px 16px 14px;
  }

  .snt-v3__panel-head h2 {
    font-size: 26px;
  }

  .snt-v3__panel-head a {
    display: block;
    margin-top: 11px;
  }

  .snt-v3__news-row {
    display: block;
    min-height: 142px;
    padding: 16px;
  }

  .snt-v3__date {
    margin-bottom: 8px;
  }

  .snt-v3__date span {
    display: inline;
    margin-left: 8px;
  }

  .snt-v3__news-row h3 {
    font-size: 21px;
  }

  .snt-v3__news-row p {
    max-height: 45px;
    font-size: 15px;
  }

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

  .snt-v3__quick a {
    min-height: 92px;
  }
}
