@font-face {
  font-family: PI;
  src: local("Segoe UI");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: #173932;
  background: #f8f8f2;
  font-family: PI, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  outline-offset: 5px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #21634e;
}
button {
  cursor: pointer;
}
.wrap {
  width: min(1180px, calc(100% - 56px));
  margin: auto;
}
.skip {
  position: absolute;
  left: 12px;
  top: -100px;
  background: white;
  padding: 10px;
  z-index: 10;
}
.skip:focus {
  top: 12px;
}
header {
  border-bottom: 1px solid #d9dfd7;
  background: #f8f8f2;
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  gap: 20px;
}
.brand {
  text-decoration: none;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand svg {
  width: 37px;
  height: 37px;
}
.brand em {
  font-style: normal;
  color: #477b60;
}
.nav {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.nav a {
  text-decoration: none;
}
.nav a:hover {
  text-decoration: underline;
}
.nav .navcta {
  padding: 11px 19px;
  border: 1px solid #173932;
  border-radius: 99px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 2px;
  color: #456f5a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow:before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #456f5a;
}
.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 68px 0 56px;
}
.hero h1 {
  font-size: clamp(38px, 4.6vw, 65px);
  letter-spacing: -2.7px;
  line-height: 1.07;
  font-weight: 650;
  margin: 24px 0;
}
.intro {
  max-width: 520px;
  color: #50625a;
  font-size: 19px;
  line-height: 1.65;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 0;
  background: #163d32;
  color: #fff;
  padding: 16px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 650;
}
.button:hover {
  background: #275b47;
}
.hero .button {
  margin-top: 18px;
}
.small {
  font-size: 13px;
  color: #586b61;
}
.hero .small {
  margin-top: 15px;
}
.visual {
  background: #e4eddd;
  min-height: 410px;
  border-radius: 28px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visual:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #c4d5bc;
  border-radius: 50%;
  right: -130px;
  top: -110px;
}
.visual-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 23px;
}
.tag {
  background: #f8fbf4;
  border-radius: 20px;
  padding: 3px 12px;
}
.vcard {
  position: relative;
  background: #fffef9;
  border: 1px solid #d5e0ce;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 16px 40px #234a3610;
}
.vcard h2 {
  font-size: 23px;
  font-weight: 650;
  line-height: 1.3;
  margin: 0 0 22px;
  letter-spacing: -0.5px;
}
.vrow {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-top: 1px solid #e5e9df;
  font-size: 15px;
}
.vnum {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  background: #edf2e8;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}
.vrow small {
  display: block;
  color: #65776c;
  font-size: 12px;
}
.vrow b {
  font-weight: 650;
}
.visual-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 23px;
}
.proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 21px 0;
  border-top: 1px solid #d9dfd7;
  border-bottom: 1px solid #d9dfd7;
  font-size: 13px;
  color: #53675b;
}
.proofline span {
  display: flex;
  gap: 9px;
}
.section {
  padding: 70px 0;
}
.section h2 {
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-weight: 650;
  margin: 15px 0 20px;
}
.sectionhead {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 25px;
}
.sectionhead p {
  max-width: 340px;
  color: #53675b;
  font-size: 15px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  border: 1px solid #dce2d5;
  border-radius: 15px;
  padding: 28px;
  background: #fffef9;
}
.card .number {
  color: #56755f;
  font-size: 13px;
  font-weight: bold;
}
.card h3 {
  font-size: 22px;
  font-weight: 650;
  margin: 20px 0 12px;
  letter-spacing: -0.6px;
}
.card p {
  font-size: 15px;
  color: #54665c;
  line-height: 1.75;
  margin: 0;
}
.check-section {
  background: #eaf0e3;
  padding: 60px 0;
}
.check-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
}
.check-layout h2 {
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: -1.2px;
  font-weight: 650;
}
.checkbox {
  padding: 32px;
  border-radius: 20px;
  background: #fffef9;
  border: 1px solid #d4dfcb;
}
.stepbar {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
}
.stepbar span {
  height: 4px;
  background: #dce4d5;
  flex: 1;
  border-radius: 4px;
}
.stepbar span.active {
  background: #33654c;
}
.check-title {
  font-size: 23px;
  font-weight: 650;
  line-height: 1.3;
  margin: 0 0 18px;
}
.choice {
  display: block;
  position: relative;
  border: 1px solid #cfdbca;
  border-radius: 10px;
  padding: 13px 15px;
  margin: 10px 0;
  cursor: pointer;
  background: #fff;
}
.choice:has(input:checked) {
  border: 2px solid #285c43;
  background: #f0f5eb;
  padding: 12px 14px;
}
.choice input {
  accent-color: #285c43;
  margin-right: 10px;
}
.check-actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
}
.secondary {
  background: none;
  border: 0;
  color: #375b47;
  text-decoration: underline;
}
.result {
  background: #f0f5eb;
  border-radius: 12px;
  padding: 22px;
}
.result h3 {
  margin-top: 0;
}
.result ul {
  padding-left: 20px;
  font-size: 15px;
}
.result p {
  font-size: 15px;
}
.formrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
label.field {
  display: block;
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 16px;
}
input[type="number"],
input[type="text"],
select {
  display: block;
  width: 100%;
  border: 1px solid #9eafa0;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  margin-top: 6px;
  color: #173932;
  min-width: 0;
}
.calc-output {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.calc-output div {
  background: #f0f5eb;
  border-radius: 10px;
  padding: 16px;
}
.calc-output strong {
  display: block;
  font-size: 24px;
}
.calc-output span {
  font-size: 12px;
}
.note {
  font-size: 13px;
  line-height: 1.7;
  color: #586b61;
}
.notice {
  padding: 15px 18px;
  background: #f0f3e9;
  border-left: 3px solid #6d8866;
  font-size: 13px;
  line-height: 1.7;
}
.contact {
  background: #173d32;
  color: #f7f9f1;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.contact h2 {
  margin-top: 0;
}
.contact p {
  color: #d7e2d6;
  font-size: 15px;
}
.contact .button {
  background: #e2ebd5;
  color: #173d32;
}
.contact small {
  color: #d7e2d6;
  display: block;
  margin-top: 16px;
  font-size: 12px;
}
.contact iframe {
  border: 0;
  width: 100%;
  min-height: 530px;
  background: white;
  border-radius: 12px;
}
details {
  padding: 22px 0;
  border-bottom: 1px solid #d5ddd0;
}
summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
details p {
  max-width: 850px;
  font-size: 15px;
  color: #53675b;
}
.source {
  font-size: 12px;
  margin-top: 24px;
  color: #54665c;
}
.topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.topics a {
  text-decoration: none;
  border: 1px solid #d6dfce;
  border-radius: 30px;
  padding: 9px 17px;
  font-size: 13px;
  background: #fffef9;
}
.topics a[aria-current="page"] {
  background: #173d32;
  color: #fff;
  border-color: #173d32;
}
footer {
  border-top: 1px solid #d4ddce;
  padding: 36px 0;
  font-size: 12px;
  color: #5c6c61;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
footer a {
  margin-left: 18px;
}
.legal {
  max-width: 760px;
  min-height: 70vh;
  padding: 55px 0;
}
.legal h1 {
  font-size: 40px;
}
.legal h2 {
  font-size: 22px;
  margin-top: 32px;
}
.legal p {
  font-size: 16px;
}
.error {
  color: #9b2929;
  font-size: 14px;
}
#check-result:empty {
  display: none;
}
[hidden] {
  display: none !important;
}
.no-print {
  display: initial;
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 36px);
  }
  header .wrap {
    min-height: 78px;
  }
  .brand {
    font-size: 22px;
  }
  .nav a:not(.navcta) {
    display: none;
  }
  .nav .navcta {
    font-size: 12px;
    padding: 9px 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 0;
  }
  .hero h1 {
    letter-spacing: -1.5px;
    margin-top: 19px;
  }
  .intro {
    font-size: 17px;
  }
  .visual {
    min-height: 330px;
    padding: 22px;
  }
  .section {
    padding: 44px 0;
  }
  .sectionhead {
    display: block;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .card {
    padding: 23px;
  }
  .card h3 {
    margin-top: 9px;
  }
  .check-layout,
  .contact {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .check-layout h2 {
    font-size: 31px;
  }
  .checkbox {
    padding: 23px;
  }
  .check-section {
    padding: 38px 0;
  }
  .contact {
    padding: 28px;
  }
  .proofline {
    gap: 13px;
    font-size: 12px;
  }
  footer .wrap {
    display: block;
  }
  footer a {
    margin: 0 18px 0 0;
  }
  .formrow {
    grid-template-columns: 1fr;
  }
  .calc-output strong {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
  header,
  footer,
  .hero,
  .cards,
  .faq,
  .topics,
  .no-print,
  .contact,
  .check-actions {
    display: none !important;
  }
  .wrap {
    width: 100%;
  }
  .check-layout {
    display: block;
  }
  .check-section,
  .checkbox {
    background: white;
    border: 0;
    padding: 0;
  }
  .check-layout > div:first-child {
    display: none;
  }
  body {
    color: #000;
    background: #fff;
  }
  .result {
    background: white;
  }
}

.footer-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.footer-topics a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
footer {
  flex-wrap: wrap;
}

.compact-points {
  padding: 24px 0;
}
.compact-points .sectionhead {
  margin-bottom: 16px;
}
.compact-points .sectionhead > p {
  display: none;
}
.compact-points .cards {
  gap: 10px;
}
.compact-points .card {
  padding: 16px;
  min-height: 0;
}
.compact-points .card h3 {
  font-size: 21px;
  margin: 6px 0;
}
.compact-points .card p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.compact-points .number {
  font-size: 12px;
}
.compact-points h2 {
  font-size: 28px;
  margin: 8px 0;
}

.compact-points .card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 8px;
  align-items: baseline;
}
.compact-points .card .number {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.compact-points .card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.compact-points .card p {
  grid-column: 1 / -1;
  margin: 0;
}
.check-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 32px);
}
.check-intro > p {
  margin: 0;
  line-height: 1.5;
}
