/* ECO protection: спокойная природная палитра и коммерческие акценты. */
:root {
  --eco-ink: #153c32;
  --eco-dark: #102e26;
  --eco-lime: #d5ee9c;
  --eco-paper: #f6f7f1;
  --eco-line: #dbe3d8;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
.eco-skip {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 10001;
  background: var(--eco-lime);
  color: var(--eco-dark);
  padding: 12px 20px;
}
.eco-skip:focus {
  top: 12px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #87ad48;
  outline-offset: 5px;
}
.site-header,
.site-footer {
  font-family: "Trebuchet MS", sans-serif;
}
.site-header {
  background: var(--eco-dark);
  box-shadow: none;
}
.site-header .container,
.site-footer .container,
.home .container {
  max-width: 1320px;
  padding-left: 36px;
  padding-right: 36px;
}
.site-header .header-top {
  background: #0b261e;
  padding: 7px 0;
}
.site-header .header-contact .contact-item {
  padding: 0 !important;
  background: none !important;
  font-size: 13px;
  gap: 7px !important;
}
.header-contact a {
  color: #eef3e8;
  text-decoration: none;
}
.site-header .header-contact {
  gap: 24px;
}
.site-header .header-contact i {
  color: var(--eco-lime) !important;
}
.eco-header-note {
  color: #c5d4c8;
  font-size: 12px;
}
.site-header .header-social {
  gap: 8px;
}
.site-header .social-link {
  width: 28px;
  height: 28px;
  background: transparent;
  color: #d5ee9c;
}
.site-header .header-main {
  padding: 22px 0;
}
.site-header .header-content {
  gap: 24px;
}
.site-header .logo-icon {
  background: var(--eco-lime);
  color: var(--eco-dark);
  width: 48px;
  height: 48px;
  border-radius: 50% 50% 12px 50%;
  font-size: 26px;
  box-shadow: none;
}
.site-header .site-name {
  color: #fff;
  font-size: 25px;
  letter-spacing: -1px;
}
.site-header .logo-tagline {
  color: #bbcdbf;
  font-size: 11px;
  letter-spacing: 0.6px;
}
.site-header .nav-menu {
  gap: 9px;
}
.site-header .nav-menu > li > a {
  font-size: 14px;
  padding: 10px 12px;
  color: #f3f5ed;
}
.site-header .nav-menu > li > a:hover {
  background: #24483a;
  color: var(--eco-lime);
}
.site-header .nav-menu .menu-item-has-children > a {
  padding-right: 22px;
}
.site-header .nav-menu .menu-item-has-children > a:after {
  color: var(--eco-lime);
  right: 6px;
}
.site-header .nav-menu .sub-menu {
  margin-top: 0;
  border-radius: 6px;
  border-top: 3px solid #d5ee9c;
}
.site-header .nav-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-header .btn,
.site-footer .btn,
.home .btn {
  border-radius: 6px;
  padding: 15px 23px;
  font-weight: 700;
  font-size: 14px;
  gap: 14px;
  box-shadow: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.site-header .btn-primary,
.site-footer .btn-primary,
.home .btn-primary {
  background: var(--eco-lime);
  color: var(--eco-dark);
  border: 1px solid var(--eco-lime);
}
.site-header .btn-primary:hover,
.site-footer .btn-primary:hover,
.home .btn-primary:hover {
  background: #e6f7bc;
  transform: translateY(-2px);
  color: #102e26;
}
.site-header .header-actions .btn {
  white-space: nowrap;
  padding: 12px 17px;
  font-size: 13px;
}
.home {
  background: var(--eco-paper);
  color: var(--eco-ink);
  font-family: "Trebuchet MS", sans-serif;
}
.home .site-content {
  overflow: clip;
}
.home .hero-section {
  background: var(--eco-dark);
  padding: 38px 0 62px;
}
.home .hero-section:before {
  display: none;
}
.home .hero-content {
  grid-template-columns: 1.12fr 1fr;
  gap: 46px;
  align-items: center;
}
.eco-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 24px;
  color: #c9e69d;
}
.home .hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.05vw, 59px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -1.8px;
  color: #fff;
  margin: 0 0 23px;
}
.home .hero-title span {
  color: var(--eco-lime);
}
.home .hero-subtitle {
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 16px;
}
.home .hero-description {
  font-size: 15px;
  line-height: 1.75;
  color: #c3d1c8;
  max-width: 530px;
  margin-bottom: 26px;
}
.home .hero-actions {
  gap: 12px;
}
.home .hero-actions .btn-secondary {
  border: 1px solid #6c8375;
  color: #fff;
  background: transparent;
}
.home .hero-actions .btn-secondary:hover {
  background: #24483a;
}
.eco-hero-notes {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  color: #b7cbbd;
  font-size: 11px;
}
.eco-hero-notes span:before {
  content: "✓";
  color: #d5ee9c;
  margin-right: 7px;
}
.home .hero-image {
  position: relative;
  display: block;
  align-self: stretch;
  margin: 0;
  min-width: 0;
  min-height: 520px;
  border-radius: 100px 8px 8px 8px;
  overflow: hidden;
}
.home .hero-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 65% center;
}
.eco-image-caption {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(248,250,239, 0.96);
  color: #163b2d;
  padding: 18px;
  border-radius: 6px;
  font-size: 18px;
}
.eco-caption-mark {
  font-size: 38px;
  line-height: 1;
}
.eco-image-caption small {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  color: #526657;
}
.eco-image-label {
  position: absolute;
  top: 22px;
  right: 18px;
  font-size: 10px;
  color: #fff;
  background: #163b2dcc;
  padding: 5px 10px;
  border-radius: 20px;
}
.eco-page-nav {
  background: #e6eddd;
  border-bottom: 1px solid #d8e1d0;
}
.eco-page-nav .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.eco-page-nav a {
  color: #254737;
  font-size: 12px;
  text-decoration: none;
}
.eco-page-nav a:last-child {
  font-weight: 700;
}
.eco-page-nav a:hover {
  text-decoration: underline;
}
.home section:not(.hero-section) {
  padding: 82px 0;
}
.home .section-header {
  max-width: 850px;
  margin: 0 0 36px;
  text-align: left;
}
.home .section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(29px, 3vw, 43px);
  line-height: 1.2;
  letter-spacing: -0.8px;
  text-align: left;
  color: var(--eco-ink);
  max-width: 950px;
  margin: 0 0 26px;
}
.home .section-title:after {
  display: none;
}
.home .section-subtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #56665b;
  max-width: 780px;
}
.home .why-registration-section {
  background: #f6f7f1;
}
.home .why-registration-section > .container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  align-items: center;
}
.home .why-registration-section .section-header {
  margin: 0;
}
.home .warning-box {
  background: #eef0e3;
  border: 1px solid #d6ddc9;
  border-left: 4px solid #9ea94e;
  padding: 28px;
  border-radius: 6px;
  margin: 0;
  box-shadow: none;
}
.home .warning-icon {
  background: #e0e6c9;
  color: #6c7031;
}
.home .warning-content h3 {
  color: #344a32;
  font-size: 19px;
}
.home .warning-content p {
  color: #5c644d;
  font-size: 15px;
}
.home .who-must-register-section {
  background: #edf1e8;
}
.home .categories-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.home .category-card {
  background: #fff;
  border: 1px solid #dce4d5;
  padding: 29px 23px;
  border-radius: 8px;
  text-align: left;
  box-shadow: none;
}
.home .category-card:hover {
  border-color: #8ea57b;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px #1836240b;
}
.home .category-icon {
  margin: 0 0 28px;
  width: 52px;
  height: 52px;
  background: #eaf0df;
  color: #346040;
  border-radius: 50%;
}
.home .category-icon i {
  font-size: 23px;
}
.home .category-card h3 {
  font-size: 19px;
  color: #214831;
  line-height: 1.35;
  margin-bottom: 15px;
}
.home .category-card p {
  font-size: 14px;
  color: #5a695c;
  line-height: 1.7;
}
.home .services-section {
  background: #fff;
}
.home .process-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.home .step-item {
  grid-column: span 2;
  display: block;
  background: #f4f6ef;
  border: 1px solid #dde4d6;
  border-radius: 7px;
  margin: 0;
  padding: 26px;
  box-shadow: none;
}
.home .step-item:nth-child(n + 4) {
  grid-column: span 3;
}
.home .step-item:after,
.home .step-item:before {
  display: none;
}
.home .step-number {
  position: static;
  background: none;
  color: #698750;
  font-family: Georgia, serif;
  font-size: 39px;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  margin-bottom: 28px;
  border-radius: 0;
  box-shadow: none;
}
.home .step-content h3 {
  color: #234331;
  font-size: 20px;
  line-height: 1.35;
}
.home .step-content p {
  font-size: 14px;
  color: #5a675c;
  line-height: 1.7;
}
.home .documents-section {
  background: #edf1e7;
}
.home .documents-section:before {
  display: none;
}
.home .documents-infographic {
  border: 1px solid #d9e1d2;
  box-shadow: none;
  border-radius: 9px;
  overflow: hidden;
}
.home .documents-header {
  background:
    linear-gradient(90deg, #183528 0%, #183528ed 35%, #18352800 80%),
    url("../images/home-2026/documents.webp") center/cover;
  text-align: left;
  padding: 38px;
  min-height: 240px;
}
.home .documents-header:before {
  display: none;
}
.home .documents-header h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  max-width: 400px;
  color: #fff;
}
.home .documents-header p {
  color: #d6e6ce;
  max-width: 350px;
}
.home .documents-icon {
  display: none;
}
.home .documents-grid {
  background: #fff;
  padding: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.home .document-item {
  border: 1px solid #e5eadf;
  box-shadow: none;
  border-radius: 5px;
  padding: 17px;
  background: #fbfcf8;
}
.home .document-icon {
  background: #e9efdf;
  color: #4c6c39;
  border-radius: 5px;
}
.home .document-content h4 {
  color: #28492f;
}
.home .documents-footer {
  background: #fff;
  padding: 0 28px 28px;
}
.home .documents-note {
  background: #edf2e5;
  color: #415f32;
  border: none;
}
.home .documents-note i {
  color: #557b35;
}
.home .advantages-section {
  background: #f7f8f1;
}
.home .advantages-grid {
  gap: 28px;
}
.home .advantage-item {
  background: none;
  border: 0;
  border-top: 1px solid #d1dcc7;
  border-radius: 0;
  padding: 28px 0;
  text-align: left;
  box-shadow: none;
}
.home .advantage-icon {
  margin: 0 0 18px;
  background: none;
  color: #65864a;
  width: 40px;
  height: 40px;
}
.home .advantage-item h3 {
  color: #244630;
  font-size: 19px;
}
.home .advantage-item p {
  color: #5a6a5c;
  font-size: 14px;
}
.home .pricing-section {
  background: #fff;
}
.home .pricing-content {
  gap: 45px;
  align-items: stretch;
}
.home .pricing-main {
  background:
    linear-gradient(180deg, #f0f3e9f5 0%, #f0f3e9cc 52%, #f0f3e900 100%),
    url("../images/home-2026/materials.webp") center/cover;
  min-height: 390px;
  border: 1px solid #dce4d5;
  border-radius: 9px;
  padding: 35px;
  justify-content: flex-start;
  align-items: flex-start;
}
.home .price-box {
  background: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  text-align: left;
}
.home .price-label {
  color: #46613c;
}
.home .price-amount {
  color: #193e2a;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.2;
  white-space: nowrap;
  margin: 16px 0;
}
.home .price-note {
  color: #52674b;
}
.eco-price-cta {
  margin-top: 25px;
}
.home .pricing-factors h3 {
  color: #24482f;
}
.home .factors-list li {
  color: #566653;
  font-size: 15px;
  border-bottom: 1px solid #e3e8df;
  padding: 10px 0;
}
.home .factors-list i {
  color: #6b8b43;
}
.home .pricing-note {
  background: #f0f3e8;
  border-left: 3px solid #799b50;
  color: #3d5b35;
  font-size: 13px;
}
.home .cta-section {
  background:
    linear-gradient(90deg, #102e26fa, #102e26ed 55%, #102e26a0),
    url("../images/home-2026/recycling.webp") center 65% / cover;
}
.home .cta-section:before {
  display: none;
}
.home .cta-content {
  max-width: 900px;
  margin: 0;
  text-align: left;
}
.home .cta-title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 49px);
  line-height: 1.15;
  text-align: left;
  color: #fff;
  max-width: 640px;
}
.home .cta-description {
  color: #c4d5c8;
  max-width: 650px;
}
.home .cta-features {
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.home .cta-feature {
  background: none;
  padding: 0;
  text-align: left;
  max-width: 260px;
}
.home .cta-feature i {
  color: #cce7a1;
}
.home .cta-feature span {
  font-size: 13px;
  color: #dbe6d7;
}
.home .cta-actions {
  justify-content: flex-start;
}
.home .cta-actions .btn-secondary {
  color: #fff;
  border: 1px solid #789280;
}
.site-footer {
  background: #0b241d;
  color: #b9cbbd;
  padding: 0;
}
.eco-footer-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 55px 0;
  border-bottom: 1px solid #355042;
}
.eco-footer-intro .eco-eyebrow {
  margin-bottom: 17px;
}
.eco-footer-intro h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 1.15;
  color: #fff;
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: 1.15fr 1.2fr 0.85fr 1.25fr;
  gap: 35px;
  padding: 48px 0;
  margin: 0;
}
.site-footer .footer-section h3 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-footer .footer-section ul {
  padding: 0;
  list-style: none;
}
.site-footer .footer-section li,
.site-footer .footer-section p {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.site-footer .footer-section a {
  color: #c7d6c9;
  text-decoration: none;
}
.site-footer .footer-section a:hover {
  color: #d5ee9c;
  text-decoration: underline;
}
.site-footer .eco-footer-wordmark {
  font-size: 32px;
  font-weight: 700;
  color: #d5ee9c;
  line-height: 1;
  display: block;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.eco-footer-wordmark span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}
.eco-footer-region {
  display: block;
  color: #88a28a;
  font-size: 11px;
  margin-top: 20px;
}
.site-footer .footer-social .social-link {
  background: #1d3b2e;
  color: #d5ee9c;
}
.site-footer .footer-bottom {
  border-top: 1px solid #304b3c;
  padding: 22px 0;
  text-align: left;
  font-size: 11px;
  color: #a8bfae;
}
@media (min-width: 769px) and (max-width: 1120px) {
  .site-header .header-content {
    flex-wrap: wrap;
  }
  .site-header .main-navigation {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .site-header .header-actions {
    margin-left: auto;
  }
  .eco-header-note {
    display: none;
  }
  .home .hero-content {
    gap: 25px;
  }
  .home .hero-image {
    min-height: 570px;
  }
  .home .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .site-header .container,
  .site-footer .container,
  .home .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eco-header-note,
  .site-header .header-social,
  .site-header .header-actions {
    display: none;
  }
  .site-header .header-top-content {
    justify-content: center;
  }
  .site-header .header-contact {
    gap: 16px;
    flex-direction: row;
  }
  .site-header .header-contact .contact-item {
    font-size: 11px;
  }
  .site-header .header-main {
    padding: 17px 0;
  }
  .site-header .header-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .site-header .site-name {
    font-size: 23px;
  }
  .site-header .logo-tagline {
    font-size: 10px;
  }
  .site-header .main-navigation {
    margin-left: auto;
  }
  .site-header .menu-toggle {
    width: 44px;
    height: 44px;
    background: #d5ee9c;
    border-radius: 5px;
  }
  .site-header .hamburger {
    background: #173c2b;
  }
  .site-header .mobile-menu-overlay {
    background: #f6f7f1;
  }
  .site-header .mobile-menu-header {
    background: #edf1e5;
  }
  .site-header .mobile-nav {
    padding: 16px;
  }
  .site-header .mobile-nav > li > a {
    color: #203e2c;
    padding: 15px;
    font-size: 17px;
  }
  .site-header .mobile-nav .sub-menu {
    border: 0;
    background: #edf1e5;
  }
  .site-header .mobile-logo .site-name {
    color: #173c2b;
  }
  .home .hero-section {
    padding: 25px 0 30px;
  }
  .home .hero-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .eco-eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 21px;
  }
  .home .hero-title {
    font-size: 42px;
    letter-spacing: -1.3px;
  }
  .home .hero-subtitle {
    font-size: 17px;
  }
  .home .hero-description {
    font-size: 14px;
  }
  .home .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .home .hero-actions .btn {
    width: 100%;
    justify-content: space-between;
    padding: 16px 18px;
  }
  .eco-hero-notes {
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
  }
  .home .hero-image {
    min-height: 330px;
    height: 330px;
    border-radius: 55px 6px 6px 6px;
  }
  .eco-image-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 15px;
    font-size: 17px;
  }
  .eco-image-caption small {
    font-size: 10px;
  }
  .eco-page-nav .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .eco-page-nav a {
    font-size: 11px;
  }
  .home section:not(.hero-section) {
    padding: 50px 0;
  }
  .home .section-title {
    font-size: 31px;
    letter-spacing: -0.5px;
  }
  .home .section-subtitle {
    font-size: 15px;
  }
  .home .why-registration-section > .container {
    display: block;
  }
  .home .warning-box {
    margin-top: 25px;
    padding: 20px;
  }
  .home .categories-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .home .category-card {
    padding: 23px;
  }
  .home .category-icon {
    margin-bottom: 18px;
  }
  .home .process-steps {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .home .step-item,
  .home .step-item:nth-child(n + 4) {
    grid-column: auto;
    padding: 24px;
  }
  .home .step-number {
    margin-bottom: 14px;
  }
  .home .documents-header {
    padding: 28px 23px;
    background-position: 65% center;
  }
  .home .documents-header h3 {
    font-size: 29px;
    max-width: 260px;
  }
  .home .documents-header p {
    max-width: 220px;
    font-size: 13px;
  }
  .home .documents-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .home .document-item {
    padding: 15px;
  }
  .home .documents-footer {
    padding: 0 16px 16px;
  }
  .home .advantages-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home .advantage-item {
    padding: 23px 0;
  }
  .home .pricing-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home .pricing-main {
    padding: 25px;
    min-height: 330px;
  }
  .home .price-amount {
    font-size: 36px;
  }
  .home .cta-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .home .cta-feature {
    max-width: none;
  }
  .home .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .home .cta-actions .btn {
    width: 100%;
  }
  .eco-footer-intro {
    padding: 38px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .eco-footer-intro h2 {
    font-size: 37px;
  }
  .site-footer .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    padding: 35px 0;
  }
  .site-footer .eco-footer-brand {
    grid-column: 1/-1;
  }
  .site-footer .footer-section:last-child {
    grid-column: 1/-1;
  }
  .site-footer .footer-section li {
    font-size: 12px;
    overflow-wrap: anywhere;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .home *,
  .site-header *,
  .site-footer * {
    animation: none !important;
    transition: none !important;
  }
}
/* Переопределения старых принудительных цветов и мобильной геометрии темы. */
.site-header .header-actions .btn-primary {
  background: #d5ee9c !important;
  color: #102e26 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}
.site-header .header-actions .btn-primary:hover {
  background: #e6f7bc !important;
  box-shadow: none !important;
}
.site-header .logo-icon i {
  color: #173c2b;
}
.home .document-icon i,
.home .advantage-icon i {
  color: #54793b;
}
.home .process-steps {
  max-width: none;
}
.home .step-item:hover {
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .site-header .site-logo {
    flex: 1 1 auto;
  }
  .site-header .main-navigation {
    flex: 0 0 44px;
    width: 44px;
  }
  .site-header .logo-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }
  .site-header .site-name {
    white-space: nowrap;
    font-size: 21px;
  }
  .site-header .logo-tagline {
    white-space: nowrap;
    font-size: 9px;
  }
  .site-header .logo-link {
    gap: 10px;
  }
  .home .hero-text {
    text-align: left;
  }
  .home .hero-title {
    font-size: 38px;
  }
  .home .hero-subtitle {
    font-size: 16px;
  }
  .home .hero-description {
    line-height: 1.65;
  }
  .home .hero-image {
    min-height: 290px;
    height: 290px;
  }
}
.site-header .nav-menu .menu-item-has-children > a::before {
  content: "⌄";
  right: 6px;
  color: #d5ee9c;
  font-size: 14px;
}
.site-header .header-social .social-link {
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid #536d5b;
  color: #d5ee9c;
  font-size: 14px;
}
a:focus-visible, button:focus-visible {
  outline: 3px solid #87ad48 !important;
  outline-offset: 5px;
}
@media (max-width: 768px) {
  .site-header .mobile-nav .menu-item-has-children > a::before { color: #315c39; }
}
