:root {
  --ink: #172321;
  --muted: #667370;
  --paper: #f7f8f2;
  --card: #ffffff;
  --line: #dce4dc;
  --mint: #cae7d7;
  --mint-dark: #21614c;
  --coral: #f06f54;
  --yellow: #f8d675;
  --blue: #8ccbd0;
  --shadow: 0 22px 55px rgba(31, 66, 53, 0.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  font-family: "Trebuchet MS", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: radial-gradient(#b4c9bd 0.7px, transparent 0.7px);
  background-size: 20px 20px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}
.site-shell {
  max-width: 1240px;
  margin: auto;
  padding: 0 42px;
  position: relative;
}
.topbar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--ink);
  color: var(--yellow);
  font-size: 16px;
}
.privacy-note {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.02em;
}
.privacy-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #5ab78f;
}
main {
  padding: 72px 0 86px;
}
.intro {
  max-width: 750px;
  margin-bottom: 55px;
  animation: rise 0.6s ease both;
}
.eyebrow,
.section-kicker {
  color: var(--mint-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.eyebrow {
  margin: 0 0 19px;
}
h1,
h2 {
  font-family: Georgia, serif;
  letter-spacing: 0;
}
h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.99;
  font-weight: 600;
}
h1 em {
  color: var(--coral);
  font-style: normal;
}
.intro-copy {
  max-width: 480px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.advertisement-grid-section,
.advertisement-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.advertisement-strip {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 25px;
  align-items: center;
  margin: 0 0 38px;
  padding: 19px 0;
}
.advertisement-grid-section {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 65px;
  padding: 28px 0;
}
.advertisement-label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.advertisement-grid,
.advertisement-list {
  display: grid;
  gap: 10px;
}
.advertisement-list {
  grid-template-columns: repeat(3, 1fr);
}
.advertisement-grid {
  grid-template-columns: repeat(2, 1fr);
}
.advertisement-frame-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #edf1eb;
}
.advertisement-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.advertisement-frame-wrap {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.advertisement-frame-wrap:hover {
  z-index: 1;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(31, 66, 53, 0.16);
}
.advertisement-frame-wrap-wide {
  grid-column: 1/-1;
}
.advertisement-popup {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(23, 35, 33, 0.62);
}
.advertisement-popup-inner {
  position: relative;
  width: min(180px, 90vw);
  max-height: min(90vh, 1030px);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}
.advertisement-popup-slot {
  position: relative;
  width: 100%;
  max-height: min(90vh, 1030px);
  overflow: hidden;
}
.advertisement-popup-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.advertisement-popup-close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 35, 33, 0.82);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(360px, 0.93fr);
  gap: 25px;
  align-items: start;
}
.calculator-form,
.results-panel,
.scope-panel {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.calculator-form {
  padding: 35px 38px 31px;
  animation: rise 0.6s 0.1s ease both;
}
.form-heading,
.results-topline,
.scope-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}
h2 {
  margin: 7px 0 0;
  font-size: 28px;
  line-height: 1.1;
}
.form-heading h2 {
  font-size: 30px;
}
.required-note {
  color: var(--muted);
  font-size: 11px;
  text-align: right;
  line-height: 1.4;
  max-width: 125px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 32px 0 0;
}
legend {
  width: 100%;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 18px;
  margin-top: 19px;
}
.field-grid > .field:first-child {
  grid-column: span 2;
}
.field-grid.two-up > .field:first-child {
  grid-column: auto;
}
.field {
  display: block;
  min-width: 0;
}
.field-short {
  max-width: 50%;
  margin-top: 18px;
}
.field-label {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 18px;
  margin-bottom: 8px;
  color: #3d4d49;
  font-size: 12px;
  font-weight: 600;
}
.info {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #aebeb5;
  border-radius: 50%;
  background: 0 0;
  color: #688078;
  font-size: 10px;
  line-height: 14px;
}
.info:hover {
  border-color: var(--mint-dark);
  color: var(--mint-dark);
}
.optional {
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
}
.input-wrap {
  display: flex;
  align-items: center;
  height: 46px;
  border: 1px solid #cbd8d0;
  background: #fbfcf9;
  transition:
    border 0.2s,
    box-shadow 0.2s;
}
.input-wrap:focus-within {
  border-color: var(--mint-dark);
  box-shadow: 0 0 0 3px rgba(33, 97, 76, 0.1);
}
.input-wrap input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: 0 0;
  color: var(--ink);
  padding: 0 12px;
  font-size: 15px;
  font-weight: 600;
}
.input-prefix,
.input-suffix {
  color: #81908a;
  font-size: 13px;
  white-space: nowrap;
}
.input-prefix {
  padding-left: 13px;
}
.input-suffix {
  padding-right: 13px;
}
.primary-button,
.secondary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  font-weight: 700;
}
.primary-button {
  width: 100%;
  height: 55px;
  margin-top: 34px;
  background: var(--coral);
  color: #fff;
  font-size: 14px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.primary-button:hover {
  background: #d95840;
  transform: translateY(-2px);
}
.button-arrow,
.secondary-button span {
  font-size: 20px;
  font-weight: 400;
}
.reset-button {
  display: block;
  margin: 14px auto 0;
  border: 0;
  background: 0 0;
  color: var(--muted);
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-error {
  margin: 18px 0 -12px;
  color: #bd3d2d;
  font-size: 12px;
}
.results-column {
  display: grid;
  gap: 20px;
}
.results-panel {
  min-height: 505px;
  background: var(--ink);
  color: #fff;
  padding: 34px 37px;
  position: relative;
  overflow: hidden;
  animation: rise 0.6s 0.2s ease both;
}
.results-panel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -94px;
  right: -40px;
  border: 1px solid rgba(202, 231, 215, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 25px rgba(202, 231, 215, 0.04),
    0 0 0 50px rgba(202, 231, 215, 0.04);
}
.results-empty {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #aec0b7;
  text-align: center;
  position: relative;
  z-index: 1;
}
.empty-spark {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 20px;
  border: 1px solid #5b7468;
  border-radius: 50%;
  color: var(--yellow);
  font-size: 22px;
}
.results-empty p {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}
.results-empty span:last-child {
  font-size: 12px;
}
.results-content {
  position: relative;
  z-index: 1;
}
.calculated-badge {
  padding: 6px 8px;
  border: 1px solid #4b7462;
  color: var(--mint);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.results-label {
  margin: 64px 0 4px;
  color: #a9bcb3;
  font-size: 13px;
}
.recommended-price {
  margin: 0;
  color: var(--yellow);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(48px, 6vw, 68px);
  font-weight: 600;
  line-height: 1;
}
.results-subtext {
  margin: 10px 0 25px;
  color: #b0c0b8;
  font-size: 12px;
}
.floor-row,
.rate-row {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-top: 1px solid #3c5149;
  color: #a9bcb3;
  font-size: 12px;
}
.floor-row strong,
.rate-row strong {
  color: #fff;
  font-size: 13px;
}
.breakdown {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #3c5149;
}
.breakdown-heading {
  display: flex;
  justify-content: space-between;
  color: #dce8e1;
  font-size: 12px;
}
.breakdown-heading span:last-child {
  color: var(--yellow);
  font-weight: 700;
}
.bar {
  display: flex;
  height: 9px;
  margin: 15px 0 13px;
  overflow: hidden;
  border-radius: 10px;
  background: #364b43;
}
.bar span {
  min-width: 2px;
  transition: width 0.5s ease;
}
.bar-labor {
  background: var(--blue);
}
.bar-outsourcing {
  background: var(--coral);
}
.bar-profit {
  background: var(--yellow);
}
.bar-fees {
  background: #a9a2d4;
}
.breakdown-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #a9bcb3;
  font-size: 11px;
}
.breakdown-list li {
  display: flex;
  justify-content: space-between;
}
.breakdown-list strong {
  color: #fff;
  font-weight: 500;
}
.breakdown-list span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.legend-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
}
.legend-dot.labor {
  background: var(--blue);
}
.legend-dot.outsourcing {
  background: var(--coral);
}
.legend-dot.profit {
  background: var(--yellow);
}
.legend-dot.fees {
  background: #a9a2d4;
}
.scope-panel {
  padding: 29px 34px 31px;
  animation: rise 0.6s 0.3s ease both;
}
.scope-heading h2 {
  font-size: 22px;
}
.scope-icon {
  color: var(--coral);
  font-size: 29px;
  line-height: 1;
}
.scope-panel > p {
  margin: 15px 0 21px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.scope-form {
  display: grid;
  grid-template-columns: 1fr 145px;
  align-items: end;
  gap: 13px;
}
.scope-form .field-label {
  font-size: 11px;
}
.secondary-button {
  width: 100%;
  height: 46px;
  background: var(--mint);
  color: var(--mint-dark);
  font-size: 12px;
}
.secondary-button:hover {
  background: #b5dbca;
}
.scope-result {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
}
.scope-result > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.scope-result span {
  color: var(--muted);
  font-size: 11px;
}
.scope-result strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
}
.copy-button {
  grid-column: span 3;
  height: 39px;
  margin-top: 7px;
  border: 1px solid var(--line);
  background: 0 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}
.copy-button:hover {
  border-color: var(--mint-dark);
}
.copy-button span {
  margin-left: 8px;
  color: var(--mint-dark);
  font-size: 16px;
}
.copy-status {
  grid-column: span 3;
  margin: -3px 0 0;
  color: var(--mint-dark);
  font-size: 11px;
  text-align: center;
}
.subscription-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 70px;
  padding: 34px;
  background: var(--mint);
}
.subscription-intro {
  padding: 5px 15px 5px 5px;
}
.subscription-intro h2 {
  margin-top: 9px;
  font-size: 27px;
}
.subscription-intro > p {
  max-width: 330px;
  margin: 15px 0 24px;
  color: #41685a;
  font-size: 12px;
  line-height: 1.55;
}
.billing-toggle {
  display: inline-flex;
  padding: 3px;
  border: 1px solid #9fcbb5;
  background: rgba(255, 255, 255, 0.38);
}
.billing-option {
  border: 0;
  padding: 8px 11px;
  background: 0 0;
  color: #477664;
  font-size: 10px;
  font-weight: 700;
}
.billing-option.active {
  background: var(--ink);
  color: #fff;
}
.billing-option span {
  margin-left: 3px;
  color: var(--coral);
  font-size: 9px;
}
.billing-option.active span {
  color: var(--yellow);
}
.plan-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 23px;
  background: rgba(255, 255, 255, 0.72);
}
.pro-plan {
  background: var(--ink);
  color: #fff;
}
.plan-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.plan-name > .popular-label,
.plan-name > span:first-child {
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.plan-name > span:first-child {
  padding: 4px 6px;
  background: #dceae0;
  color: #567c6b;
}
.pro-plan .plan-name > span:first-child {
  background: #314b40;
  color: var(--mint);
}
.popular-label {
  color: var(--yellow);
}
.plan-price {
  margin: 24px 0 5px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
.plan-price small {
  color: #789087;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
.pro-plan .plan-price small {
  color: #a9bcb3;
}
.plan-description {
  min-height: 38px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.pro-plan .plan-description {
  color: #a9bcb3;
}
.plan-features {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 23px 0;
  list-style: none;
  color: #41685a;
  font-size: 11px;
}
.pro-plan .plan-features {
  color: #d6e5dd;
}
.plan-features li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--mint-dark);
  font-weight: 700;
}
.pro-plan .plan-features li::before {
  color: var(--yellow);
}
.plan-button {
  width: 100%;
  height: 41px;
  margin-top: auto;
  border: 0;
  font-size: 11px;
  font-weight: 700;
}
.muted-button {
  background: #e6eee8;
  color: #769087;
  cursor: default;
}
.pro-button {
  background: var(--coral);
  color: #fff;
}
.pro-button:hover {
  background: #d95840;
}
.subscription-status {
  min-height: 13px;
  margin: 9px 0 -4px;
  color: var(--yellow);
  font-size: 10px;
  text-align: center;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 28px;
  border-top: 1px solid var(--line);
  color: #8a9891;
  font-size: 10px;
  letter-spacing: 0.04em;
}
[hidden] {
  display: none !important;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(13px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .site-shell {
    padding: 0 24px;
  }
  .calculator-layout {
    grid-template-columns: 1fr;
  }
  .results-column {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .results-panel {
    min-height: 505px;
  }
  .scope-panel {
    min-height: 300px;
  }
  .advertisement-grid-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 620px) {
  .site-shell {
    padding: 0 16px;
  }
  .topbar {
    height: 70px;
  }
  .privacy-note {
    font-size: 0;
  }
  .privacy-dot {
    margin: 0;
  }
  .intro {
    margin-bottom: 38px;
  }
  .intro-copy {
    font-size: 15px;
  }
  .advertisement-strip {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .advertisement-grid,
  .advertisement-list {
    grid-template-columns: 1fr;
  }
  .calculator-form {
    padding: 27px 20px;
  }
  .form-heading {
    display: block;
  }
  .required-note {
    margin-top: 10px;
    text-align: left;
    max-width: none;
  }
  .field-grid,
  .field-grid.two-up {
    grid-template-columns: 1fr;
  }
  .field-grid.two-up > .field:first-child,
  .field-grid > .field:first-child {
    grid-column: auto;
  }
  .field-short {
    max-width: none;
  }
  .results-column {
    grid-template-columns: 1fr;
  }
  .results-panel {
    min-height: 470px;
    padding: 28px 23px;
  }
  .results-empty {
    min-height: 390px;
  }
  .results-label {
    margin-top: 56px;
  }
  .recommended-price {
    font-size: 57px;
  }
  .scope-panel {
    padding: 26px 22px;
  }
  .scope-form {
    grid-template-columns: 1fr;
  }
  .scope-result {
    gap: 9px;
  }
  footer {
    display: block;
    line-height: 2;
  }
  footer span {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::after,
  ::before {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.advertisement-frame-wrap {
  width: min(100%, var(--ad-max-width, 100%)) !important;
  max-width: 100%;
  max-height: 150px;
  aspect-ratio: var(--ad-ratio);
  justify-self: center;
}
.advertisement-popup-inner {
  width: fit-content;
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
}
.advertisement-popup-slot {
  max-height: 90vh;
}
.info {
  position: relative;
  flex: 0 0 auto;
}
.info::after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: calc(100% + 9px);
  width: 220px;
  padding: 10px 11px;
  border: 1px solid #315a4a;
  border-radius: 3px;
  background: var(--ink);
  color: #f4faf5;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
}
.info::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: calc(100% + 4px);
  border: 5px solid transparent;
  border-top-color: var(--ink);
  opacity: 0;
  transform: translate(-50%, 4px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
}
.info:focus-visible::after,
.info:focus-visible::before,
.info:hover::after,
.info:hover::before {
  opacity: 1;
  transform: translate(-50%, 0);
}
.info-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.info-section {
  padding: 22px 25px 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}
.info-section h2 {
  margin-top: 9px;
  font-size: 23px;
}
.info-section p {
  max-width: 480px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
footer span:last-child {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer a {
  color: var(--mint-dark);
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
input::placeholder {
  color: #91a099;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}
@media (max-width: 620px) {
  .info::after {
    left: 0;
    transform: translate(-8px, 4px);
  }
  .info::before {
    left: 8px;
  }
  .info:focus-visible::after,
  .info:hover::after {
    transform: translate(-8px, 0);
  }
  .info:focus-visible::before,
  .info:hover::before {
    transform: translate(0, 0);
  }
  .info-sections {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 42px;
  }
  .info-section {
    padding: 20px;
  }
  footer span:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
:root {
  --paper: #f4f7f1;
  --card: #ffffff;
  --line: #d4e0d6;
  --ink: #14231f;
  --muted: #60716a;
  --mint: #d8eee0;
  --mint-dark: #1c6048;
  --coral: #e6654d;
  --yellow: #f6d267;
  --shadow: 0 24px 70px rgba(24, 59, 44, 0.1);
}
body {
  background: var(--paper);
}
.site-shell {
  max-width: 1320px;
}
.topbar {
  height: 76px;
  position: relative;
  z-index: 2;
}
.topnav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.topnav a {
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}
.topnav a:hover {
  color: var(--mint-dark);
}
.free-badge {
  padding: 7px 10px;
  border: 1px solid #a8cfb6;
  color: var(--mint-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.intro {
  max-width: 860px;
  margin-bottom: 40px;
}
.intro-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 19px;
}
.intro-meta .eyebrow {
  margin: 0;
}
.intro-meta .privacy-note {
  font-size: 11px;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 11px;
}
.hero-points b {
  margin-right: 6px;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 14px;
}
.advertisement-strip {
  margin-bottom: 48px;
  border-color: #c8d8cc;
  background: rgba(255, 255, 255, 0.35);
}
.advertisement-label {
  padding-left: 4px;
}
.advertisement-frame-wrap {
  border-color: #c8d8cc;
  background: #e8efe9;
}
.calculator-layout {
  gap: 30px;
}
.calculator-form,
.results-panel,
.scope-panel {
  border-radius: 3px;
}
.calculator-form {
  padding: 40px 42px 35px;
}
.form-heading {
  padding-bottom: 3px;
}
.form-heading h2 {
  font-size: 34px;
}
fieldset {
  margin-top: 36px;
}
legend {
  color: var(--mint-dark);
  letter-spacing: 0.02em;
}
.input-wrap {
  border-radius: 2px;
  background: #fcfdfb;
}
.primary-button {
  border-radius: 2px;
  letter-spacing: 0.01em;
}
.results-panel {
  padding: 38px 40px;
}
.results-label {
  margin-top: 70px;
}
.scope-panel {
  border-left: 4px solid var(--coral);
}
footer {
  margin-top: 12px;
}
@media (max-width: 620px) {
  .topbar {
    height: 70px;
  }
  .topnav {
    gap: 10px;
  }
  .topnav a {
    display: none;
  }
  .free-badge {
    padding: 6px 8px;
  }
  .intro-meta {
    display: block;
  }
  .intro-meta .privacy-note {
    display: inline-block;
    margin-top: 12px;
  }
  .hero-points {
    display: grid;
    gap: 8px;
  }
  .calculator-form {
    padding: 28px 21px;
  }
  .results-panel {
    padding: 29px 24px;
  }
}
.faq-section {
  margin-top: 58px;
  padding: 30px 0 8px;
  border-top: 1px solid var(--line);
}
.faq-section h2 {
  margin: 9px 0 21px;
  font-size: 27px;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.faq-list details {
  padding: 18px 19px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}
.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.3;
}
.faq-list p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.faq-list details:focus-within {
  border-color: var(--mint-dark);
}
@media (max-width: 900px) {
  .faq-list {
    grid-template-columns: 1fr;
  }
}
