.hv-content-page { position: relative; overflow: hidden; padding: 95px 0 125px; color: #18372f; background: #f7f3e9; isolation: isolate; }
.hv-content-page__pattern { position: absolute; z-index: -1; inset: 0; opacity: .25; background-image: radial-gradient(rgba(142,168,41,.45) 1px, transparent 1px); background-size: 16px 16px; mask-image: linear-gradient(90deg,#000,transparent 34%,transparent 72%,#000); }
.hv-content-page__shell { display: grid; grid-template-columns: minmax(220px,.34fr) minmax(0,1fr); gap: clamp(45px,7vw,105px); align-items: start; width: min(1180px,calc(100% - 48px)); margin-inline: auto; }
.hv-content-page__rail { position: sticky; top: 125px; display: flex; flex-direction: column; align-items: flex-start; min-height: 340px; padding: 30px; border: 1px solid rgba(13,64,53,.12); border-radius: 28px; background: #0d4035; box-shadow: 0 25px 65px rgba(6,45,37,.15); }
.hv-content-page__rail::after { position: absolute; right: -27px; bottom: 20px; width: 105px; height: 105px; border: 1px solid rgba(215,244,80,.25); border-radius: 50%; box-shadow: 0 0 0 22px rgba(215,244,80,.035),0 0 0 44px rgba(215,244,80,.02); content: ''; }
.hv-content-page__rail-icon { display: grid; width: 72px; height: 72px; place-items: center; margin-bottom: 35px; border-radius: 22px; color: #062d25; background: #d7f450; transform: rotate(-4deg); }
.hv-content-page__rail-icon svg { width: 45px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.hv-content-page__rail > p { margin: 0 0 9px; color: #d7f450; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hv-content-page__rail > strong { max-width: 240px; color: #fff; font-family: Newsreader,Georgia,serif; font-size: 31px; font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.hv-content-page__rail > small { margin-top: 14px; color: rgba(255,255,255,.58); font-size: 10px; }
.hv-content-page__rail-line { width: 100%; height: 1px; margin: auto 0 19px; background: rgba(255,255,255,.14); }
.hv-content-page__rail > a { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; color: #fff; font-size: 11px; font-weight: 800; }
.hv-content-page__rail > a b { color: #d7f450; font-size: 19px; }
.hv-content-page__article { padding: clamp(34px,5vw,65px); border: 1px solid rgba(13,64,53,.12); border-radius: 34px; background: #fffdf8; box-shadow: 0 30px 85px rgba(6,45,37,.08); }
.hv-content-page__article .hv-content-intro { margin: calc(clamp(34px,5vw,65px) * -1) calc(clamp(34px,5vw,65px) * -1) 45px; padding: 42px clamp(34px,5vw,65px); border-radius: 34px 34px 0 0; color: #fff; background: linear-gradient(130deg,#0d4035,#176252); }
.hv-content-page__article .hv-content-intro p { margin: 0; color: rgba(255,255,255,.79); font-size: 18px; line-height: 1.75; }
.hv-content-page__article h2 { margin: 48px 0 17px; color: #0d4035; font-family: Newsreader,Georgia,serif; font-size: clamp(31px,3.5vw,45px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.hv-content-page__article h2:first-child { margin-top: 0; }
.hv-content-page__article p,
.hv-content-page__article li { color: #62756d; font-size: 15px; line-height: 1.8; }
.hv-content-page__article ul { margin: 20px 0; padding-left: 22px; }
.hv-content-page__article a { color: #597416; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.hv-content-accordion { border-top: 1px solid rgba(13,64,53,.15); }
.hv-content-accordion details { border-bottom: 1px solid rgba(13,64,53,.15); }
.hv-content-accordion summary { position: relative; display: flex; min-height: 91px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 3px; color: #0d4035; font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.hv-content-accordion summary::-webkit-details-marker { display: none; }
.hv-content-accordion summary > span { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; border-radius: 14px; background: #d7f450; font-size: 23px; font-weight: 500; }
.hv-content-accordion summary > span::before { content: '+'; }
.hv-content-accordion details[open] summary > span::before { content: '−'; }
.hv-content-accordion details > p { max-width: 760px; margin: -4px 58px 29px 3px; }
[data-hv-content-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1); }
[data-hv-content-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .hv-content-page { padding: 70px 0 90px; }
  .hv-content-page__shell { grid-template-columns: 1fr; width: min(720px,calc(100% - 34px)); }
  .hv-content-page__rail { position: relative; top: auto; min-height: auto; }
  .hv-content-page__rail-line { margin-top: 30px; }
}

@media (max-width: 600px) {
  .hv-content-page { padding: 55px 0 70px; }
  .hv-content-page__shell { width: calc(100% - 24px); gap: 24px; }
  .hv-content-page__rail { padding: 23px; border-radius: 23px; }
  .hv-content-page__rail-icon { width: 61px; height: 61px; margin-bottom: 24px; }
  .hv-content-page__rail-icon svg { width: 38px; }
  .hv-content-page__article { padding: 26px 20px; border-radius: 24px; }
  .hv-content-page__article .hv-content-intro { margin: -26px -20px 34px; padding: 30px 20px; border-radius: 24px 24px 0 0; }
  .hv-content-page__article .hv-content-intro p { font-size: 16px; }
  .hv-content-page__article h2 { margin-top: 38px; font-size: 33px; }
  .hv-content-page__article p,
  .hv-content-page__article li { font-size: 14px; }
  .hv-content-accordion summary { min-height: 82px; font-size: 15px; }
  .hv-content-accordion summary > span { width: 39px; height: 39px; }
  .hv-content-accordion details > p { margin-right: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-hv-content-reveal] { opacity: 1; transform: none; transition: none; }
}
