body.neta-blog-ready {
  background: #fbf8f3;
  color: #2f2823;
}
body.neta-blog-ready .entry-header,
body.neta-blog-ready .page-header,
body.neta-blog-ready .page-title,
body.neta-blog-ready h1.entry-title {
  display: none !important;
}
.neta-blog {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none !important;
  margin-left: -50vw;
  overflow: clip;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.neta-blog h1,
.neta-blog h2,
.neta-blog h3,
.neta-blog p,
.neta-blog a,
.neta-blog strong { font-family: inherit; }
body.neta-blog-ready .neta-blog a,
body.neta-blog-ready .neta-blog a:visited { color: #6e432d; }
body.neta-blog-ready .neta-blog a:hover { color: #4f3425 !important; }
body.neta-blog-ready .neta-blog a:focus-visible { color: #4f3425 !important; outline: 3px solid #d7b98f; outline-offset: 3px; }
.neta-blog,
.neta-blog * {
  box-sizing: border-box;
}
.neta-blog-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.neta-blog-hero,
.neta-article-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #27211d;
}
.neta-blog-hero > img,
.neta-article-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neta-blog-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(25, 21, 18, 0.94) 0%,
    rgba(25, 21, 18, 0.78) 43%,
    rgba(25, 21, 18, 0.25) 100%
  );
}
.neta-blog-hero .neta-blog-shell,
.neta-article-hero .neta-blog-shell {
  position: relative;
  z-index: 2;
  padding: 110px 0 82px;
  color: #fff;
}
.neta-blog-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #d9b991;
}
.neta-blog-hero h1,
.neta-article-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 680;
  color: #fff;
}
.neta-blog-hero .neta-blog-shell > p:last-child,
.neta-article-hero .neta-blog-shell > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}
.neta-blog-index {
  padding: 76px 0 100px;
}
.neta-blog-index__head,
.neta-blog-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.neta-blog-index__head h2,
.neta-blog-section-head h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 36px);
  letter-spacing: -0.025em;
  font-weight: 680;
}
.neta-blog-index__head > a,
.neta-blog-section-head > a {
  color: #7b5036;
  font-weight: 800;
  text-decoration: none;
}
.neta-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.neta-blog-card {
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dbcbb9;
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.neta-blog-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.55;
  background: #e8ded2;
}
.neta-blog-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.neta-blog-card:hover .neta-blog-card__image img { transform: scale(1.035); }
.neta-blog-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 26px;
}
.neta-blog-card__body > p {
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  color: #9a6b4b;
}
.neta-blog-card h2 {
  margin: 12px 0 13px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 680;
}
.neta-blog-card h2 a {
  color: #2f2823;
  text-decoration: none;
}
.neta-blog-card__copy {
  font-size: 14px;
  line-height: 1.7;
  color: #6f6158;
}
.neta-blog-card__link {
  margin-top: auto;
  padding-top: 30px;
  color: #7b5036;
  font-weight: 850;
  text-decoration: none;
}
.neta-article-back {
  display: inline-block;
  margin-bottom: 45px;
  color: #fff;
  text-decoration: none;
  font-weight: 750;
}
body.neta-blog-ready .neta-article-hero a,
body.neta-blog-ready .neta-article-hero a:visited,
body.neta-blog-ready .neta-article-hero a:hover { color: #fff !important; }
.neta-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 270px;
  align-items: start;
  justify-content: center;
  gap: 60px;
  padding: 78px 0 110px;
}
.neta-article-body {
  width: 100%;
  max-width: 780px;
  margin: 0;
}
.neta-article-body > section {
  margin: 0 0 54px;
}
.neta-article-body h2 {
  margin: 0 0 16px;
  font-size: clamp(27px, 3vw, 35px);
  line-height: 1.16;
  letter-spacing: -0.025em;
  font-weight: 660;
}
.neta-article-body p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5e524b;
}
.neta-blog-properties {
  margin: 72px 0;
  width: 100%;
}
.neta-blog-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.neta-blog-property {
  overflow: hidden;
  border: 1px solid #dbcbb9;
  border-radius: 18px;
  background: #fff;
}
.neta-blog-property > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.neta-blog-property img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  background: #eee;
}
.neta-blog-property div {
  padding: 22px;
}
.neta-blog-property small {
  color: #8b7568;
}
.neta-blog-property h3 {
  margin: 8px 0;
  font-size: 21px;
}
.neta-blog-property p {
  font-size: 15px;
  line-height: 1.4;
  color: #7b5036;
}
.neta-blog-property span {
  display: block;
  margin-top: 16px;
  font-weight: 800;
  color: #7b5036;
}
.neta-article-next {
  padding: 42px !important;
  border-radius: 22px;
  background: #342a24;
  color: #fff;
}
.neta-article-next h2 {
  color: #fff;
}
.neta-article-next p {
  color: rgba(255, 255, 255, 0.78);
}
.neta-article-next a {
  display: inline-flex;
  margin-top: 26px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #dec39d;
  color: #241d19;
  text-decoration: none;
  font-weight: 900;
}
body.neta-blog-ready .neta-article-next a,
body.neta-blog-ready .neta-article-next a:visited,
body.neta-blog-ready .neta-article-next a:hover { background: #dec39d !important; color: #241d19 !important; }
.neta-blog-related {
  margin: 68px 0;
  padding: 30px;
  border-top: 1px solid #dbcbb9;
  border-bottom: 1px solid #dbcbb9;
}
.neta-blog-related h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
.neta-blog-related > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.neta-blog-related a {
  padding: 16px 18px;
  border: 1px solid #dbcbb9;
  border-radius: 12px;
  background: #fff;
  color: #6e432d;
  text-decoration: none;
  font-weight: 800;
}
.neta-blog-related a:hover {
  background: #f1e5d5;
}
.neta-article-toc {
  margin: 0 0 58px;
  padding: 30px 34px;
  border: 1px solid #dbcbb9;
  border-radius: 18px;
  background: #f4f1ec;
}
.neta-article-toc strong,
.neta-sidebar-index strong,
.neta-sidebar-help strong {
  display: block;
  margin-bottom: 16px;
  color: #7b5036;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.neta-article-toc ol {
  margin: 0;
  padding-left: 22px;
}
.neta-article-toc li { margin: 10px 0; color: #8a7567; }
.neta-article-toc a { color: #5f4b3d; text-decoration: none; font-weight: 700; }
.neta-article-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 22px;
}
.neta-sidebar-index,
.neta-sidebar-help {
  padding: 26px;
  border: 1px solid #dbcbb9;
  border-radius: 16px;
  background: #fff;
}
.neta-sidebar-index a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #eadfd3;
  color: #473b34;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}
.neta-sidebar-help { background: #342a24; color: #fff; }
.neta-sidebar-help strong { color: #dec39d; }
.neta-sidebar-help p { margin: 0 0 18px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.65; }
.neta-sidebar-help a { color: #fff; font-weight: 850; text-decoration: none; }
body.neta-blog-ready .neta-sidebar-help a,
body.neta-blog-ready .neta-sidebar-help a:visited,
body.neta-blog-ready .neta-sidebar-help a:hover { color: #fff !important; }
.neta-direct-answer {
  margin: 0 0 58px;
  padding: 30px 32px;
  border: 1px solid #d8c6b4;
  border-radius: 18px;
  background: #fff;
}
.neta-direct-answer > strong { display: block; margin-bottom: 10px; color: #6e432d; font-size: 19px; font-weight: 750; }
.neta-direct-answer p { font-size: 16px; line-height: 1.7; }
.neta-direct-answer ul { margin: 18px 0 0; padding-left: 21px; }
.neta-direct-answer li { margin: 9px 0; color: #51463f; font-size: 15px; line-height: 1.55; }
.neta-intent-context { margin: -18px 0 58px; }
.neta-intent-context p { margin: 0 0 16px; font-size: 17px; line-height: 1.75; color: #5e524b; }
.neta-article-figure {
  margin: -14px 0 58px;
}
.neta-article-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  border-radius: 18px;
  background: #e7ddd2;
}
.neta-article-figure figcaption {
  margin-top: 10px;
  color: #7a6c63;
  font-size: 12px;
  line-height: 1.5;
}
.neta-comparison {
  margin: 0 0 64px !important;
}
.neta-comparison h3 { margin: 0 0 16px; color: #342a24; font-size: 24px; line-height: 1.25; font-weight: 680; }
.neta-table-scroll {
  overflow-x: auto;
  border: 1px solid #d8c8b8;
  border-radius: 16px;
  background: #fff;
}
.neta-comparison table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  color: #493e37;
  font-size: 14px;
  line-height: 1.55;
}
.neta-comparison th,
.neta-comparison td {
  padding: 17px 18px;
  border-bottom: 1px solid #eadfd4;
  text-align: left;
  vertical-align: top;
}
.neta-comparison th {
  background: #342a24;
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
}
.neta-comparison tbody tr:last-child td { border-bottom: 0; }
.neta-comparison td:first-child { color: #7b5036; font-weight: 850; }
.neta-value-note {
  margin: 8px 0 64px;
  padding: 28px 30px;
  border-left: 5px solid #b28f73;
  border-radius: 0 15px 15px 0;
  background: #eee3d6;
}
.neta-value-note strong { display: block; margin-bottom: 8px; color: #6e432d; font-size: 15px; }
.neta-value-note p { font-size: 16px; line-height: 1.7; }
.neta-article-faq,
.neta-official-sources {
  margin-bottom: 64px !important;
}
.neta-article-faq details {
  border-bottom: 1px solid #dcccbc;
}
.neta-article-faq summary {
  padding: 18px 0;
  color: #3e332d;
  font-size: 17px;
  font-weight: 850;
  cursor: pointer;
}
.neta-article-faq details p { padding: 0 0 20px; font-size: 16px; }
.neta-official-sources {
  padding: 30px;
  border: 1px solid #dbcbb9;
  border-radius: 16px;
  background: #fff;
}
.neta-official-sources > p { font-size: 15px; }
.neta-sources-title { display: block; margin-bottom: 12px; color: #3d332d; font-size: 20px; line-height: 1.3; font-weight: 700; }
.neta-official-sources ul { margin: 20px 0 0; padding-left: 20px; }
.neta-official-sources li { margin: 9px 0; }
.neta-official-sources a { color: #6e432d; font-weight: 800; }
html { scroll-behavior: smooth; }
@media (min-width: 761px) and (max-width: 1050px) {
  .neta-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .neta-article-layout { grid-template-columns: minmax(0, 1fr); }
  .neta-article-body { max-width: 820px; margin-inline: auto; }
  .neta-article-sidebar { display: none; }
}
@media (max-width: 760px) {
  .neta-blog-related {
    padding: 24px 0;
  }
  .neta-blog-related > div {
    grid-template-columns: 1fr;
  }
  .neta-blog-shell {
    width: min(100% - 24px, 1180px);
  }
  .neta-blog-hero,
  .neta-article-hero {
    min-height: 520px;
  }
  .neta-blog-hero__shade {
    background: linear-gradient(
      0deg,
      rgba(25, 21, 18, 0.96),
      rgba(25, 21, 18, 0.28)
    );
  }
  .neta-blog-hero .neta-blog-shell,
  .neta-article-hero .neta-blog-shell {
    padding: 70px 0 44px;
  }
  .neta-blog-hero h1,
  .neta-article-hero h1 {
    font-size: 38px;
  }
  .neta-blog-grid,
  .neta-blog-property-grid {
    grid-template-columns: 1fr;
  }
  .neta-blog-card {
    min-height: 0;
  }
  .neta-blog-index__head,
  .neta-blog-section-head {
    display: block;
  }
  .neta-blog-index__head > a,
  .neta-blog-section-head > a {
    display: inline-block;
    margin-top: 14px;
  }
  .neta-article-layout {
    display: block;
    padding: 52px 0 80px;
  }
  .neta-article-sidebar { display: none; }
  .neta-article-toc { padding: 24px; }
  .neta-article-body p {
    font-size: 17px;
  }
  .neta-blog-properties {
    margin: 65px 0;
    width: 100%;
  }
  .neta-article-next {
    padding: 30px !important;
  }
}
