:root {
  --content-width: 1280px;
  --content-pad: 20px;
  --color-text-main: #0a0a0a;
  --color-text-brand: #18260d;
  --color-text-muted: #525252;
  --color-green: #abd37a;
  --color-blue: #1d7ef8;
  --font-heading: "Satoshi", system-ui;
  --font-body: "Inter", system-ui;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.5;
}

.container {
  max-width: calc(var(--content-width) + var(--content-pad) * 2);
  margin: 0 auto;
  padding: 0 var(--content-pad);
}

h1, .h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -1.75px;
}

h2, .h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -1.25px;
}

h3, .h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}

h4, .h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -1px;
}

h5, .h5 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -1px;
}

h6, .h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -1px;
}

.text-xl {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.text-lg {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.text-md {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.text-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.text-xs {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.color-muted {
  color: var(--color-text-muted);
}

.btn {
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 12px;
  border: 0;
  outline: unset !important;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn--main {
  color: var(--color-text-brand) !important;
  background-color: var(--color-green);
  box-shadow: 0px 1px 0.5px 0.05px rgba(29, 41, 61, 0.0196078431);
  border: 2px solid var(--color-green);
}
.btn--main:hover {
  background-color: #e7f2d5;
  border-color: #e7f2d5;
}
.btn--main:focus, .btn--main:active {
  border-color: #cfe6b0;
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.slider-nav__btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-shadow: 0px 1px 0.5px 0.05px rgba(29, 41, 61, 0.0196078431);
  transition: 0.3s ease;
}
.slider-nav__btn:hover {
  background: #f5f5f5;
}
.slider-nav__btn:after {
  content: "";
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45MTA0IDYuMDc3MDlDMTIuMjM1OSA1Ljc1MTY1IDEyLjc2MzUgNS43NTE2NSAxMy4wODg5IDYuMDc3MDlMMTYuNDIyMyA5LjQxMDQyQzE2LjU3ODUgOS41NjY3IDE2LjY2NjMgOS43Nzg2NiAxNi42NjYzIDkuOTk5NjdDMTYuNjY2MyAxMC4yMjA3IDE2LjU3ODUgMTAuNDMyNiAxNi40MjIzIDEwLjU4ODlMMTMuMDg4OSAxMy45MjIzQzEyLjc2MzUgMTQuMjQ3NyAxMi4yMzU5IDE0LjI0NzcgMTEuOTEwNCAxMy45MjIzQzExLjU4NSAxMy41OTY4IDExLjU4NSAxMy4wNjkyIDExLjkxMDQgMTIuNzQzOEwxMy44MjEyIDEwLjgzM0g0LjE2NjM0QzMuNzA2MSAxMC44MzMgMy4zMzMwMSAxMC40NTk5IDMuMzMzMDEgOS45OTk2N0MzLjMzMzAxIDkuNTM5NDQgMy43MDYxIDkuMTY2MzQgNC4xNjYzNCA5LjE2NjM0SDEzLjgyMTJMMTEuOTEwNCA3LjI1NTZDMTEuNTg1IDYuOTMwMTYgMTEuNTg1IDYuNDAyNTIgMTEuOTEwNCA2LjA3NzA5WiIgZmlsbD0iIzUyNTI1MiIvPgo8L3N2Zz4=") no-repeat center/contain;
  background: var(--color-text-muted);
  width: 20px;
  height: 20px;
  transition: 0.3s ease;
}
.slider-nav__btn--prev:after {
  transform: scale(-1, 1);
}
.slider-nav__btn:disabled {
  pointer-events: none;
}
.slider-nav__btn:disabled:after {
  background: #a1a1a1;
}

@media (width < 1280px) {
  :root {
    --content-pad: 40px;
  }
}
@media (width < 992px) {
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 64px;
    letter-spacing: -1.25px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  .text-lg {
    font-size: 16px;
  }
  .text-md {
    font-size: 14px;
  }
}
@media (width < 600px) {
  :root {
    --content-pad: 16px;
  }
  h1, .h1 {
    font-size: 32px;
    letter-spacing: -1.75px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.header--scrolled {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.header__wrapper {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
}
.header--scrolled .header__wrapper {
  padding: 8px 0;
}
.header .menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style-type: none;
  margin: 0;
}
.header .menu .menu-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-text-main);
  display: inline-flex;
  padding: 8px;
  text-decoration: none;
}
.header .menu .menu-item a:hover {
  text-decoration: underline;
}
.header .custom-logo-link {
  display: flex;
  transform: translateY(2px);
}
.header__trigger {
  display: none;
}
.header__menu-top {
  display: none;
}
.header__menu-close {
  display: none;
}
.header__action {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (width < 992px) {
  .header__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border: 0;
    background: transparent;
    outline: 0;
  }
  .header__trigger svg {
    width: 20px;
    height: 20px;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    bottom: 0;
    width: 320px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    background: #fff;
    z-index: 21;
    padding: 16px 12px 24px;
    overflow-y: auto;
    box-shadow: -24px 0 36px rgba(0, 0, 0, 0.08);
  }
  .header__menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
  }
  .header__menu-logo {
    display: flex;
    align-items: center;
  }
  .header__menu-logo .custom-logo {
    max-height: 32px;
    width: auto;
  }
  .header__menu-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header .menu .menu-item a {
    width: 100%;
    padding: 12px 8px;
    font-size: 18px;
  }
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 20;
}

@media (width < 992px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .header__menu {
    transform: translateX(0);
  }
  body.menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
}
.footer {
  padding: 80px 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.footer__title {
  margin-bottom: 16px;
}
.footer__link {
  color: var(--color-text-muted);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link + .footer__link {
  margin-top: 12px;
}
@media (width < 992px) {
  .footer {
    padding: 40px 0;
  }
  .footer__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
@media (width < 600px) {
  .footer__menu {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
