:root {
  --ink: #18382e;
  --muted: #63736b;
  --green: #164b3b;
  --lime: #d9eab3;
  --paper: #f8f9f4;
  --line: #dfe5db;
  --white: #fff;
  --radius: 24px;
  font-family: Inter,"PingFang SC","Microsoft YaHei",sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px
}
body {
  margin: 0
}
a {
  color: inherit;
  text-decoration: none
}
button {
  font: inherit
}
img {
  max-width: 100%;
  display: block
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}
.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}
.wrap {
  width: min(1440px,calc(100% - 112px));
  margin-inline: auto
}
a,button,summary {
  -webkit-tap-highlight-color: transparent
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline: 3px solid #648f43;
  outline-offset: 6px
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  padding: 12px 20px;
  background: white;
  z-index: 50
}
.skip-link:focus {
  top: 12px
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper)
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 36px
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -1px;
  white-space: nowrap
}
.brand-light {
  font-weight: 400
}
.header-inner nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px
}
.header-inner nav>a:hover,.footer-links a:hover {
  color: #618241
}
.account-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: 26px
}
.login-link {
  padding: 12px 0
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 56px;
  padding: 16px 25px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--green);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s,transform .2s;
  white-space: nowrap
}
.button:hover {
  background: #236249;
  transform: translateY(-2px)
}
.button-small {
  min-height: 43px;
  padding: 10px 17px;
  gap: 15px;
  font-size: 14px
}
.button-small .icon {
  width: 18px;
  height: 18px
}
.menu-toggle {
  display: none
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 76px;
  padding-top: 48px;
  padding-bottom: 52px;
  align-items: stretch
}
.hero-copy {
  padding-top: 46px;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.eyebrow {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 2px;
  font-weight: 650;
  color: #55725e;
  margin: 0 0 25px
}
.hero .eyebrow {
  font-size: 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 9px
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #578b59;
  box-shadow: 0 0 0 4px #eaf0e1
}
.hero h1 {
  font-size: clamp(38px,3.8vw,62px);
  letter-spacing: -2.5px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600
}
.hero h1 em {
  font-style: normal;
  color: #477856
}
.hero-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
  margin: 27px 0 33px;
  max-width: 520px
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.8
}
.text-link:hover {
  color: #5c8243
}
.hero-formats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 29px;
  font-size: 11px;
  color: #6f7c70
}
.hero-formats .icon {
  width: 16px;
  height: 16px;
  margin-right: 1px
}
.hero-formats span {
  margin-right: 4px
}
.hero-formats b {
  font-size: 10px;
  font-weight: 500;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 4px 6px;
  letter-spacing: .6px
}
.hero-bottom {
  width: 100%;
  margin-top: auto;
  padding-top: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #7c8779;
  font-size: 11px
}
.micro-label {
  font-size: 8px;
  letter-spacing: 1.4px
}
.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: var(--radius);
  isolation: isolate;
  background: #17392b
}
.hero-photo {
  width: 100%;
  height: 100%;
  max-height: 620px;
  min-height: 560px;
  object-fit: cover;
  border-radius: inherit
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(7,29,16,.3),transparent 30%,transparent 55%,rgba(7,29,16,.62));
  border-radius: inherit;
  z-index: 0
}
.photo-topline {
  position: absolute;
  top: 29px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  color: #d2dfc7;
  font-size: 8px;
  letter-spacing: 2px
}
.photo-caption {
  position: absolute;
  left: 30px;
  bottom: 102px;
  z-index: 1;
  color: #fff
}
.photo-number {
  font-size: 9px;
  letter-spacing: 2px;
  color: #c9d8ba
}
.photo-caption p {
  font-size: 25px;
  line-height: 1.6;
  font-weight: 450;
  letter-spacing: 2px;
  margin: 14px 0 0
}
.evidence-note {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 21px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 19px;
  background: #fffef4ee;
  border: 1px solid #ffffff77;
  border-radius: 13px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px #122e2020
}
.note-icon {
  display: grid;
  place-items: center;
  background: #e0ead3;
  border-radius: 50%;
  width: 36px;
  height: 36px
}
.evidence-note strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6
}
.evidence-note div>span {
  display: block;
  font-size: 10px;
  color: #798074;
  margin-top: 3px;
  letter-spacing: .7px
}
.principles {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 29px;
  gap: 12px
}
.principles>span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px
}
.principles>span+span {
  border-left: 1px solid var(--line)
}
.principles .icon {
  color: #658069
}
.section {
  padding-top: 103px;
  padding-bottom: 104px
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 43px
}
.section-heading .eyebrow {
  margin-bottom: 17px
}
h2 {
  font-size: clamp(29px,2.6vw,41px);
  font-weight: 550;
  letter-spacing: -1.2px;
  line-height: 1.5;
  margin: 0
}
h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 14px;
  line-height: 1.5
}
.section-heading>p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 14px;
  margin: 0 0 5px
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 20px
}
.feature {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column
}
.feature-icon {
  width: 44px;
  height: 44px;
  background: #eef3e9;
  border: 1px solid #dfe9d9;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  color: #507953
}
.feature p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0
}
.feature-main {
  background: #edf1e5
}
.feature-main .feature-icon {
  background: #fff9
}
.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 48px
}
.feature-tags span {
  padding: 7px 10px;
  border: 1px solid #e4e9e2;
  border-radius: 6px;
  font-size: 10px;
  color: #6d7e6e
}
.catalogue-demo {
  background: #fff;
  border-radius: 12px;
  padding: 17px;
  margin-top: 28px;
  box-shadow: 0 8px 18px #2c452b06
}
.demo-topline {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #778173;
  margin-bottom: 14px
}
.demo-topline span {
  font-size: 9px;
  color: #8d978b
}
.catalogue-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid transparent;
  border-radius: 8px
}
.catalogue-option.selected {
  background: #f3f7ed;
  border-color: #cbdcba;
  margin-bottom: 5px
}
.catalogue-option strong {
  display: block;
  font-size: 11px;
  line-height: 1.5
}
.catalogue-option small {
  display: block;
  font-size: 9px;
  color: #798572;
  margin-top: 4px;
  line-height: 1.5
}
.catalogue-option .icon {
  width: 14px;
  height: 14px;
  margin-left: auto;
  color: #729748
}
.radio-dot {
  border: 1px solid #cbd1c5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  flex-shrink: 0
}
.selected .radio-dot {
  border: 3px solid #63894c
}
.workflow-section {
  padding: 87px 0 38px;
  background: #173e31;
  color: #f3f6e9
}
.workflow-section .eyebrow {
  color: #b7cc9f
}
.workflow-section .text-link {
  color: #d3e6b2
}
.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 44px;
  list-style: none;
  padding: 0;
  margin: 55px 0 45px
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #426050;
  padding-top: 24px;
  margin-bottom: 27px;
  color: #b7cc9f
}
.step-top>span {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px
}
.steps h3 {
  font-size: 18px;
  margin-bottom: 13px
}
.steps p {
  font-size: 13px;
  line-height: 1.9;
  color: #b5c8b8;
  margin: 0
}
.workflow-foot {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid #426050;
  color: #b5c8b8;
  font-size: 12px
}
.workflow-foot p {
  margin: 0;
  line-height: 1.8
}
.workflow-foot .icon {
  width: 17px;
  height: 17px;
  color: #d0e4b3
}
.scenarios {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 100px
}
.scenario-intro>p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.95;
  max-width: 330px;
  margin: 23px 0
}
.botanical-seal {
  display: flex;
  align-items: center;
  gap: 21px;
  color: #84957a;
  margin-top: 40px
}
.botanical-seal svg {
  width: 76px;
  height: 76px;
  stroke-width: .6;
  transform: rotate(-8deg)
}
.botanical-seal span {
  font-size: 8px;
  line-height: 2;
  letter-spacing: 2px
}
.scenario-list article {
  display: flex;
  gap: 23px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line)
}
.scenario-list article:first-child {
  padding-top: 0
}
.scenario-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.scenario-index {
  font-size: 10px;
  padding-top: 7px;
  color: #8c9985
}
.scenario-list h3 {
  font-size: 20px;
  margin-bottom: 9px
}
.scenario-list p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0
}
.scenario-list article>.icon {
  margin-left: 8px;
  color: #7f9875
}
.scenario-list .text-link {
  margin-top: 17px;
  font-size: 12px
}
.faq-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  border-top: 1px solid var(--line);
  padding-top: 70px;
  padding-bottom: 85px
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0 0 20px;
  margin-bottom: 20px
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.6
}
.faq-list summary::-webkit-details-marker {
  display: none
}
.faq-list summary::after {
  content: "+";
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1;
  color: #738a68
}
.faq-list details[open] summary::after {
  content: "−"
}
.faq-list p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin: 15px 26px 0 0
}
.closing {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  background: #dce8c6;
  border-radius: 24px;
  padding: 56px 64px
}
.closing>div,.closing>a {
  position: relative;
  z-index: 1
}
.closing h2 {
  font-size: 36px;
  line-height: 1.5
}
.closing .eyebrow {
  font-size: 9px;
  letter-spacing: 2px;
  margin-bottom: 15px
}
.closing p:not(.eyebrow) {
  font-size: 13px;
  color: #58704e;
  margin: 17px 0 0
}
.button-light {
  background: #fff;
  color: var(--green);
  gap: 40px;
  box-shadow: 0 5px 18px #34512808
}
.button-light:hover {
  background: #f8fbeF
}
.closing-leaf {
  position: absolute;
  width: 410px;
  height: 410px;
  right: 150px;
  top: -36px;
  color: #bdcfaa;
  stroke-width: .5;
  transform: rotate(32deg);
  pointer-events: none
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 55px;
  padding-bottom: 37px
}
.site-footer .brand {
  font-size: 23px
}
.site-footer p {
  font-size: 10px;
  color: #7f8c78;
  margin: 12px 0 0
}
.footer-links {
  display: flex;
  gap: 27px;
  font-size: 12px
}
.footer-note {
  font-size: 10px;
  color: #8b957f
}
.noscript-note {
  text-align: center;
  padding: 12px;
  color: var(--muted);
  font-size: 13px
}
@media(min-width:1700px) {
  .hero {
    gap: 110px
  }
  .hero-copy {
    padding-top: 68px
  }
  .hero-description {
    font-size: 18px
  }
  .hero-visual,.hero-photo {
    min-height: 640px
  }
  .hero-photo {
    max-height: 680px
  }
  .hero h1 {
    font-size: 64px
  }
}
@media(max-width:1190px) {
  .wrap {
    width: calc(100% - 64px)
  }
  .header-inner nav {
    gap: 24px
  }
  .account-links {
    margin-left: 10px;
    gap: 19px
  }
  .hero {
    gap: 35px
  }
  .hero-copy {
    padding-top: 25px
  }
  .hero h1 {
    font-size: 39px;
    letter-spacing: -1.7px
  }
  .hero-description {
    font-size: 14px
  }
  .hero-actions {
    gap: 19px
  }
  .hero-actions .button {
    padding-inline: 18px;
    font-size: 14px
  }
  .hero-visual,.hero-photo {
    min-height: 510px
  }
  .hero-bottom .micro-label {
    display: none
  }
  .feature {
    padding: 25px
  }
  .feature-grid {
    gap: 16px;
    grid-template-columns: 1.2fr 1fr 1fr
  }
  .scenarios {
    gap: 60px
  }
  .footer-note {
    display: none
  }
  .section-heading {
    gap: 25px
  }
  .steps {
    gap: 28px
  }
}
@media(max-width:900px) {
  .header-inner {
    min-height: 80px;
    gap: 18px
  }
  .header-inner nav {
    gap: 18px
  }
  .header-inner nav>a {
    font-size: 12px
  }
  .brand {
    font-size: 25px
  }
  .brand img {
    width: 34px;
    height: 34px
  }
  .account-links {
    gap: 15px;
    margin-left: 0
  }
  .hero {
    gap: 27px
  }
  .hero h1 {
    font-size: 34px
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 18px
  }
  .hero-visual,.hero-photo {
    min-height: 480px
  }
  .hero-formats {
    gap: 6px
  }
  .hero-formats span {
    width: calc(100% - 24px)
  }
  .hero-formats b {
    margin-top: 1px
  }
  .photo-caption p {
    font-size: 21px
  }
  .evidence-note {
    padding: 14px 12px;
    left: 15px;
    right: 15px;
    gap: 9px
  }
  .evidence-note strong {
    font-size: 11px
  }
  .evidence-note div>span {
    font-size: 9px
  }
  .note-icon {
    width: 30px;
    height: 30px
  }
  .principles>span {
    font-size: 11px;
    gap: 8px
  }
  .principles .icon {
    width: 19px;
    height: 19px
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr
  }
  .feature-main {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }
  .catalogue-demo {
    margin-top: 0;
    align-self: center
  }
  .feature-tags {
    padding-top: 25px
  }
  .section {
    padding-block: 75px
  }
  .section-heading>p br {
    display: none
  }
  .section-heading>p {
    max-width: 290px
  }
  .workflow-section {
    padding-top: 60px
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 35px 55px;
    margin-top: 35px
  }
  .scenarios {
    gap: 45px
  }
  .faq-section {
    gap: 45px
  }
  .closing {
    padding: 45px
  }
  .closing-leaf {
    right: 20px;
    opacity: .5
  }
}
@media(max-width:680px) {
  html {
    scroll-padding-top: 25px
  }
  .wrap {
    width: calc(100% - 40px)
  }
  .header-inner {
    min-height: 76px;
    position: relative
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
    background: none;
    border: 1px solid var(--line);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer
  }
  .menu-toggle span {
    width: 17px;
    height: 1px;
    background: var(--ink);
    transition: transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform: translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg)
  }
  .header-inner nav {
    display: none;
    position: absolute;
    z-index: 10;
    top: 75px;
    left: -20px;
    right: -20px;
    padding: 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 24px #173e3112
  }
  .header-inner nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0
  }
  .header-inner nav>a {
    font-size: 14px;
    padding: 14px 5px
  }
  .account-links {
    border-top: 1px solid var(--line);
    padding-top: 18px;
    margin-top: 8px;
    justify-content: space-between
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding-top: 30px;
    padding-bottom: 32px
  }
  .hero-copy {
    padding-top: 0
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
    letter-spacing: .5px
  }
  .hero h1 {
    font-size: clamp(32px,8.2vw,49px);
    line-height: 1.45;
    letter-spacing: -1.5px
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.95;
    margin: 20px 0 25px
  }
  .desktop-break {
    display: none
  }
  .hero-actions {
    gap: 23px
  }
  .hero-actions .button {
    font-size: 13px;
    min-height: 51px;
    padding: 14px 17px;
    gap: 14px
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 7px
  }
  .hero-formats {
    margin-top: 23px;
    font-size: 10px;
    gap: 7px
  }
  .hero-formats span {
    width: auto
  }
  .hero-bottom {
    display: none
  }
  .hero-visual,.hero-photo {
    min-height: 420px;
    height: 420px
  }
  .hero-photo {
    object-position: center 44%
  }
  .photo-topline {
    top: 23px;
    left: 23px;
    right: 23px;
    font-size: 7px
  }
  .photo-caption {
    left: 25px;
    bottom: 101px
  }
  .photo-caption p {
    font-size: 23px
  }
  .evidence-note {
    bottom: 17px;
    left: 17px;
    right: 17px;
    padding: 15px;
    gap: 12px
  }
  .evidence-note strong {
    font-size: 12px
  }
  .evidence-note div>span {
    font-size: 10px
  }
  .principles {
    grid-template-columns: 1fr 1fr;
    gap: 23px 12px;
    padding-block: 24px
  }
  .principles>span {
    justify-content: flex-start;
    font-size: 11px
  }
  .principles>span+span {
    border: 0
  }
  .principles .icon {
    width: 17px;
    height: 17px
  }
  .section {
    padding-block: 60px
  }
  .section-heading {
    display: block;
    margin-bottom: 30px
  }
  .section-heading>p {
    max-width: none;
    margin-top: 19px;
    font-size: 13px
  }
  .section-heading .text-link {
    margin-top: 18px
  }
  h2 {
    font-size: 29px;
    letter-spacing: -1px
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 16px
  }
  .feature-grid {
    display: flex;
    flex-direction: column;
    gap: 15px
  }
  .feature {
    padding: 25px;
    border-radius: 16px
  }
  .feature-main {
    display: block
  }
  .catalogue-demo {
    margin-top: 25px
  }
  .feature-icon {
    margin-bottom: 22px
  }
  .feature h3 {
    font-size: 19px
  }
  .feature p {
    font-size: 13px
  }
  .feature-tags {
    padding-top: 24px
  }
  .workflow-section {
    padding-top: 53px;
    padding-bottom: 30px
  }
  .steps {
    gap: 31px 25px;
    margin-top: 27px;
    margin-bottom: 28px
  }
  .step-top {
    padding-top: 17px;
    margin-bottom: 18px
  }
  .steps h3 {
    font-size: 16px
  }
  .steps p {
    font-size: 12px
  }
  .step-top>span {
    font-size: 24px
  }
  .step-top .icon {
    width: 20px;
    height: 20px
  }
  .workflow-foot {
    align-items: flex-start;
    font-size: 11px
  }
  .workflow-foot .icon {
    margin-top: 2px
  }
  .scenarios {
    display: block
  }
  .scenario-intro>p:not(.eyebrow) {
    max-width: none;
    font-size: 13px
  }
  .botanical-seal {
    display: none
  }
  .scenario-list {
    margin-top: 33px
  }
  .scenario-list article {
    gap: 14px;
    padding-block: 24px
  }
  .scenario-list h3 {
    font-size: 18px
  }
  .scenario-list p {
    font-size: 13px
  }
  .scenario-list article>.icon {
    width: 20px;
    height: 20px
  }
  .faq-section {
    display: block;
    padding-top: 50px;
    padding-bottom: 45px
  }
  .faq-list {
    margin-top: 32px
  }
  .faq-list summary {
    font-size: 14px
  }
  .faq-list p {
    font-size: 12px
  }
  .closing {
    display: block;
    padding: 34px 27px;
    border-radius: 18px
  }
  .closing h2 {
    font-size: 29px
  }
  .closing .eyebrow {
    font-size: 8px;
    letter-spacing: 1px
  }
  .closing p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.8
  }
  .closing .button {
    margin-top: 28px;
    min-height: 48px;
    font-size: 13px;
    gap: 27px;
    padding: 12px 18px
  }
  .closing-leaf {
    width: 300px;
    height: 300px;
    right: -130px;
    top: 25px;
    opacity: .65
  }
  .site-footer {
    padding-top: 35px;
    padding-bottom: 30px;
    align-items: flex-start;
    gap: 25px;
    flex-direction: column
  }
  .footer-links {
    font-size: 11px;
    gap: 27px
  }
  .site-footer p {
    font-size: 10px
  }
  .site-footer .brand {
    font-size: 23px
  }
}
h2 {
  text-wrap: balance
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  *,*::before,*::after {
    transition: none!important;
    animation: none!important
  }
}
