.h6d-tool {
  --h6d-ink: #171a18;
  --h6d-dark: #111713;
  --h6d-forest: #294f3b;
  --h6d-forest-deep: #1d3d2d;
  --h6d-sage: #dfe8de;
  --h6d-cream: #f4f1ea;
  --h6d-paper: #fbfaf7;
  --h6d-line: #d9ddd8;
  --h6d-muted: #697069;
  --h6d-gold: #b8935b;
  --h6d-white: #fff;
  --h6d-radius: 22px;
  width: min(1480px, calc(100vw - 32px));
  max-width: none;
  margin: 28px 0 80px 50%;
  transform: translateX(-50%);
  color: var(--h6d-ink);
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  isolation: isolate;
}

/*
 * The Home6D theme normally renders pages in a content + sticky-sidebar grid.
 * The calculator already has its own consultation panel, so its page uses one
 * full-width column. This prevents the duplicated sticky box from covering the
 * estimator while leaving every other page unchanged.
 */
body.h6d-cost-tool-page .wrap.content-grid {
  display: block !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.h6d-cost-tool-page .wrap.content-grid > .entry-content {
  width: 100% !important;
  max-width: none !important;
}

body.h6d-cost-tool-page .wrap.content-grid > aside {
  display: none !important;
}

body.h6d-cost-tool-page .sidebar-box,
.wrap.content-grid.h6d-calculator-content-grid > aside,
.wrap.content-grid.h6d-calculator-content-grid > .sidebar {
  display: none !important;
}

.wrap.content-grid.h6d-calculator-content-grid {
  display: block !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.wrap.content-grid.h6d-calculator-content-grid > .entry-content {
  width: 100% !important;
  max-width: none !important;
}

.h6d-tool *,
.h6d-tool *::before,
.h6d-tool *::after {
  box-sizing: border-box;
}

.h6d-tool h1,
.h6d-tool h2,
.h6d-tool h3,
.h6d-tool p {
  margin-top: 0;
}

.h6d-tool h1,
.h6d-tool h2,
.h6d-tool h3 {
  color: inherit;
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.h6d-tool input,
.h6d-tool select,
.h6d-tool textarea,
.h6d-tool button {
  font: inherit;
}

.h6d-tool input:focus-visible,
.h6d-tool select:focus-visible,
.h6d-tool textarea:focus-visible,
.h6d-tool button:focus-visible,
.h6d-tool a:focus-visible,
.h6d-tool summary:focus-visible {
  outline: 3px solid rgba(184, 147, 91, .45);
  outline-offset: 2px;
}

.h6d-tool__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .55fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(42px, 6vw, 92px);
  color: var(--h6d-white);
  background:
    radial-gradient(circle at 76% 26%, rgba(114, 155, 123, .28), transparent 24%),
    linear-gradient(135deg, #0d130f 0%, #14251b 56%, #213d2d 100%);
}

.h6d-tool__hero::before {
  position: absolute;
  right: -80px;
  bottom: -210px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(255, 255, 255, .025), 0 0 0 126px rgba(255, 255, 255, .018);
  content: "";
}

.h6d-tool__hero::after {
  position: absolute;
  top: 0;
  right: 28%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(255, 255, 255, .13), transparent);
  content: "";
}

.h6d-tool__hero-copy,
.h6d-tool__hero-note {
  position: relative;
  z-index: 1;
}

.h6d-tool__eyebrow {
  margin-bottom: 20px;
  color: var(--h6d-gold);
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.h6d-tool__hero h1 {
  max-width: 880px;
  margin-bottom: 26px;
  color: var(--h6d-white);
  font-size: clamp(42px, 5.25vw, 78px);
}

.h6d-tool__intro {
  max-width: 760px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(16px, 1.4vw, 20px);
}

.h6d-tool__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.h6d-tool__pills span {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 9px 16px;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
}

.h6d-tool__hero-note {
  align-self: end;
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding-left: 34px;
}

.h6d-tool__hero-index {
  display: block;
  margin-bottom: 62px;
  color: rgba(255, 255, 255, .28);
  font-family: Lora, Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.h6d-tool__hero-note p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.h6d-tool__hero-note strong {
  color: var(--h6d-white);
  font-weight: 600;
}

.h6d-tool__nav {
  position: sticky;
  z-index: 15;
  top: 12px;
  display: flex;
  gap: 6px;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: -24px auto 48px;
  overflow-x: auto;
  border: 1px solid rgba(21, 28, 23, .08);
  border-radius: 999px;
  padding: 7px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 38px rgba(18, 31, 23, .1);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.h6d-tool__nav::-webkit-scrollbar {
  display: none;
}

.h6d-tool__nav a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 10px 16px;
  color: #47504a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.h6d-tool__nav a:hover {
  color: var(--h6d-white);
  background: var(--h6d-forest);
}

.h6d-tool__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.33fr) minmax(370px, .67fr);
  align-items: start;
  gap: 28px;
}

.h6d-estimator {
  min-width: 0;
}

.h6d-card {
  scroll-margin-top: 92px;
  margin-bottom: 24px;
  border: 1px solid var(--h6d-line);
  border-radius: var(--h6d-radius);
  padding: clamp(24px, 3.2vw, 48px);
  background: var(--h6d-white);
  box-shadow: 0 10px 36px rgba(17, 23, 19, .045);
}

.h6d-card__heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
}

.h6d-card__number {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--h6d-white);
  background: var(--h6d-forest);
  font-size: 12px;
  font-weight: 700;
}

.h6d-card__heading p {
  margin-bottom: 3px;
  color: var(--h6d-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.h6d-card__heading h2 {
  margin: 0;
  font-size: clamp(27px, 2.5vw, 38px);
}

.h6d-fieldset {
  min-width: 0;
  margin: 0 0 30px;
  border: 0;
  padding: 0;
}

.h6d-fieldset legend {
  width: 100%;
  margin-bottom: 12px;
  padding: 0;
  color: var(--h6d-ink);
  font-size: 13px;
  font-weight: 700;
}

.h6d-choice-grid {
  display: grid;
  gap: 10px;
}

.h6d-choice-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.h6d-choice,
.h6d-package {
  position: relative;
  cursor: pointer;
}

.h6d-choice input,
.h6d-package input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.h6d-choice > span {
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--h6d-line);
  border-radius: 14px;
  padding: 16px;
  background: var(--h6d-paper);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}

.h6d-choice > span::before {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 17px;
  height: 17px;
  border: 1px solid #bfc5bf;
  border-radius: 50%;
  background: var(--h6d-white);
  content: "";
}

.h6d-choice > span::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--h6d-white);
  content: "";
  opacity: 0;
}

.h6d-choice strong {
  padding-right: 20px;
  color: var(--h6d-ink);
  font-size: 14px;
  font-weight: 700;
}

.h6d-choice small {
  display: block;
  margin-top: 4px;
  color: var(--h6d-muted);
  font-size: 11px;
  line-height: 1.45;
}

.h6d-choice:hover > span {
  border-color: #aebbb1;
  transform: translateY(-1px);
}

.h6d-choice input:checked + span {
  border-color: var(--h6d-forest);
  background: #f0f5f0;
  box-shadow: 0 0 0 1px var(--h6d-forest);
}

.h6d-choice input:checked + span::before {
  border-color: var(--h6d-forest);
  background: var(--h6d-forest);
}

.h6d-choice input:checked + span::after {
  opacity: 1;
}

.h6d-choice input:focus-visible + span,
.h6d-package input:focus-visible + span {
  outline: 3px solid rgba(184, 147, 91, .45);
  outline-offset: 2px;
}

.h6d-input-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.h6d-input-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.h6d-input-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.h6d-field {
  display: block;
  min-width: 0;
}

.h6d-field > span,
.h6d-consult__fields label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--h6d-ink);
  font-size: 12px;
  font-weight: 700;
}

.h6d-field > span em {
  color: var(--h6d-muted);
  font-style: normal;
  font-weight: 500;
}

.h6d-field input,
.h6d-field select,
.h6d-consult input,
.h6d-consult textarea {
  width: 100%;
  min-height: 51px;
  border: 1px solid var(--h6d-line);
  border-radius: 11px;
  padding: 12px 14px;
  color: var(--h6d-ink);
  background: var(--h6d-white);
  box-shadow: none;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.h6d-field select {
  padding-right: 38px;
}

.h6d-field input:hover,
.h6d-field select:hover,
.h6d-consult input:hover,
.h6d-consult textarea:hover {
  border-color: #acb6ad;
}

.h6d-field input:focus,
.h6d-field select:focus,
.h6d-consult input:focus,
.h6d-consult textarea:focus {
  border-color: var(--h6d-forest);
  box-shadow: 0 0 0 3px rgba(41, 79, 59, .1);
}

.h6d-field > small {
  display: block;
  margin-top: 6px;
  color: #878d88;
  font-size: 10px;
}

.h6d-package-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.h6d-package > span {
  position: relative;
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--h6d-line);
  border-radius: 14px;
  padding: 18px 14px;
  background: var(--h6d-paper);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.h6d-package > span::before {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  border: 1px solid #bfc5bf;
  border-radius: 50%;
  background: var(--h6d-white);
  content: "";
}

.h6d-package > span::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--h6d-white);
  content: "";
  opacity: 0;
}

.h6d-package:hover > span {
  border-color: #aebbb1;
  transform: translateY(-2px);
}

.h6d-package input:checked + span {
  border-color: var(--h6d-forest);
  color: var(--h6d-white);
  background: var(--h6d-forest);
  box-shadow: 0 12px 24px rgba(41, 79, 59, .18);
}

.h6d-package input:checked + span::before {
  border-color: var(--h6d-white);
  background: var(--h6d-white);
}

.h6d-package input:checked + span::after {
  background: var(--h6d-forest);
  opacity: 1;
}

.h6d-package small {
  display: block;
  min-height: 39px;
  margin-bottom: 6px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.h6d-package strong {
  display: block;
  color: inherit;
  font-family: Lora, Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.h6d-package em {
  color: inherit;
  font-size: 9px;
  font-style: normal;
  opacity: .62;
}

.h6d-package i {
  position: absolute;
  top: 15px;
  left: 12px;
  border-radius: 999px;
  padding: 3px 7px;
  color: var(--h6d-forest);
  background: var(--h6d-sage);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.h6d-inline-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 0 0;
  color: var(--h6d-muted);
  font-size: 11px;
}

.h6d-inline-note span {
  display: grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--h6d-white);
  background: var(--h6d-forest);
  font-family: Georgia, serif;
  font-size: 11px;
}

.h6d-addon-list {
  display: grid;
  gap: 10px;
}

.h6d-addon {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  border: 1px solid var(--h6d-line);
  border-radius: 14px;
  padding: 17px 18px;
  cursor: pointer;
}

.h6d-addon > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.h6d-switch {
  position: relative;
  width: 44px;
  height: 25px;
  border-radius: 999px;
  background: #d5d9d5;
  transition: background .2s ease;
}

.h6d-switch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--h6d-white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
  content: "";
  transition: transform .2s ease;
}

.h6d-addon input:checked + .h6d-switch {
  background: var(--h6d-forest);
}

.h6d-addon input:checked + .h6d-switch::after {
  transform: translateX(19px);
}

.h6d-addon input:focus-visible + .h6d-switch {
  outline: 3px solid rgba(184, 147, 91, .45);
  outline-offset: 2px;
}

.h6d-addon strong,
.h6d-addon small {
  display: block;
}

.h6d-addon strong {
  color: var(--h6d-ink);
  font-size: 14px;
}

.h6d-addon small {
  margin-top: 2px;
  color: var(--h6d-muted);
  font-size: 11px;
}

.h6d-addon b {
  color: var(--h6d-forest);
  font-size: 12px;
  font-weight: 700;
}

.h6d-results {
  scroll-margin-top: 92px;
  min-width: 0;
}

.h6d-results__inner {
  position: sticky;
  top: 84px;
  overflow: hidden;
  border-radius: var(--h6d-radius);
  padding: clamp(25px, 3vw, 40px);
  color: var(--h6d-white);
  background:
    radial-gradient(circle at 105% 0, rgba(92, 133, 103, .25), transparent 29%),
    var(--h6d-dark);
  box-shadow: 0 24px 60px rgba(15, 26, 18, .2);
}

.h6d-results__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  color: var(--h6d-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.h6d-results__topline i {
  border-radius: 999px;
  padding: 5px 9px;
  color: #a8c5ad;
  background: rgba(122, 174, 134, .1);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0;
  transition: color .2s ease, background .2s ease;
}

.h6d-results__topline i.is-fresh {
  color: var(--h6d-white);
  background: rgba(122, 174, 134, .28);
}

.h6d-results__caption {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.h6d-results__range {
  margin-bottom: 5px;
  color: var(--h6d-white);
  font-family: Lora, Georgia, serif;
  font-size: clamp(31px, 3.2vw, 47px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.h6d-results__mid {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.h6d-results__mid strong {
  color: rgba(255, 255, 255, .85);
}

.h6d-results__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
}

.h6d-results__metrics div {
  min-width: 0;
  padding: 14px 12px;
  background: rgba(255, 255, 255, .035);
}

.h6d-results__metrics span,
.h6d-results__metrics strong {
  display: block;
}

.h6d-results__metrics span {
  min-height: 30px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  line-height: 1.35;
}

.h6d-results__metrics strong {
  margin-top: 5px;
  color: var(--h6d-white);
  font-size: 12px;
  line-height: 1.3;
}

.h6d-breakdown {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 22px;
}

.h6d-breakdown__title,
.h6d-breakdown__item > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.h6d-breakdown__title {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 700;
}

.h6d-breakdown__title strong {
  color: rgba(255, 255, 255, .4);
  font-size: 9px;
  font-weight: 600;
}

.h6d-breakdown__item {
  margin-bottom: 12px;
}

.h6d-breakdown__item > div {
  align-items: baseline;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
}

.h6d-breakdown__item strong {
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
}

.h6d-breakdown__item > i {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.h6d-breakdown__item > i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #698971, #b8935b);
}

.h6d-budget {
  margin-top: 23px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 15px;
  background: rgba(255, 255, 255, .045);
}

.h6d-budget::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #a7b1aa;
  content: "";
}

.h6d-budget.is-good::before { background: #7ccc94; }
.h6d-budget.is-close::before { background: #dfba6f; }
.h6d-budget.is-warning::before { background: #e18474; }

.h6d-budget strong {
  color: var(--h6d-white);
  font-size: 11px;
}

.h6d-budget span {
  display: block;
  margin: 4px 0 0 14px;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  line-height: 1.5;
}

.h6d-formula {
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 0 14px;
}

.h6d-formula summary {
  padding: 13px 0;
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.h6d-formula__rows {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 10px;
}

.h6d-formula__rows p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
}

.h6d-formula__rows strong {
  color: rgba(255, 255, 255, .8);
}

.h6d-formula__rows .h6d-formula__total {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 8px;
  color: rgba(255, 255, 255, .78);
}

.h6d-formula > div > small {
  display: block;
  padding: 3px 0 14px;
  color: rgba(255, 255, 255, .38);
  font-size: 8px;
  line-height: 1.55;
}

.h6d-result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 15px;
}

.h6d-btn {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 17px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.h6d-btn:hover {
  transform: translateY(-1px);
}

.h6d-btn:disabled {
  cursor: wait;
  opacity: .65;
}

.h6d-btn--light {
  color: var(--h6d-ink);
  background: var(--h6d-white);
}

.h6d-btn--ghost {
  border-color: rgba(255, 255, 255, .18);
  color: var(--h6d-white);
  background: transparent;
}

.h6d-btn--ghost:hover {
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .06);
}

.h6d-consult {
  margin: 26px -18px -18px;
  border-radius: 17px;
  padding: 24px 18px;
  color: var(--h6d-ink);
  background: var(--h6d-cream);
}

.h6d-consult__eyebrow {
  margin-bottom: 6px;
  color: var(--h6d-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.h6d-consult h3 {
  margin-bottom: 9px;
  color: var(--h6d-ink);
  font-size: 23px;
}

.h6d-consult > p:not(.h6d-consult__eyebrow):not(.h6d-submit-message) {
  margin-bottom: 17px;
  color: var(--h6d-muted);
  font-size: 10px;
  line-height: 1.55;
}

.h6d-consult__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.h6d-consult__wide {
  grid-column: 1 / -1;
}

.h6d-consult__fields label > span {
  margin-bottom: 4px;
  font-size: 9px;
}

.h6d-consult input,
.h6d-consult textarea {
  min-height: 43px;
  padding: 10px 11px;
  font-size: 11px;
}

.h6d-consult textarea {
  min-height: 70px;
  resize: vertical;
}

.h6d-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.h6d-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0;
  color: var(--h6d-muted);
  cursor: pointer;
  font-size: 9px;
  line-height: 1.45;
}

.h6d-consent input {
  flex: 0 0 auto;
  width: 15px;
  min-height: 15px;
  margin-top: 0;
  accent-color: var(--h6d-forest);
}

.h6d-btn--primary {
  width: 100%;
  color: var(--h6d-white);
  background: var(--h6d-forest);
}

.h6d-btn--primary:hover {
  background: var(--h6d-forest-deep);
}

.h6d-submit-message {
  display: none;
  margin: 10px 0 0;
  border-radius: 9px;
  padding: 9px 10px;
  font-size: 9px;
  line-height: 1.5;
}

.h6d-submit-message:not(:empty) {
  display: block;
}

.h6d-submit-message.is-success {
  color: #1d5630;
  background: #dff2e5;
}

.h6d-submit-message.is-error {
  color: #7a3025;
  background: #f7dfda;
}

.h6d-quick-contact {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 13px;
}

.h6d-quick-contact a {
  color: var(--h6d-forest);
  font-size: 9px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.h6d-disclaimer {
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .38);
  font-size: 8px;
  line-height: 1.55;
}

.h6d-disclaimer strong {
  color: rgba(255, 255, 255, .6);
}

.h6d-how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 56px;
  border: 1px solid var(--h6d-line);
  border-radius: var(--h6d-radius);
  background: var(--h6d-line);
}

.h6d-how > div {
  min-height: 210px;
  padding: 34px;
  background: var(--h6d-paper);
}

.h6d-how span {
  display: block;
  margin-bottom: 35px;
  color: var(--h6d-gold);
  font-family: Lora, Georgia, serif;
  font-size: 28px;
}

.h6d-how h3 {
  margin-bottom: 9px;
  font-size: 24px;
}

.h6d-how p {
  margin: 0;
  color: var(--h6d-muted);
  font-size: 12px;
}

.h6d-faq {
  max-width: 1060px;
  margin: 90px auto 0;
}

.h6d-faq > .h6d-tool__eyebrow,
.h6d-faq > h2 {
  text-align: center;
}

.h6d-faq > h2 {
  margin-bottom: 38px;
  font-size: clamp(34px, 4vw, 52px);
}

.h6d-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.h6d-faq details {
  border: 1px solid var(--h6d-line);
  border-radius: 14px;
  padding: 0 20px;
  background: var(--h6d-white);
}

.h6d-faq summary {
  padding: 19px 0;
  color: var(--h6d-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.h6d-faq details p {
  margin: -2px 0 19px;
  color: var(--h6d-muted);
  font-size: 12px;
}

@media (max-width: 1180px) {
  .h6d-tool__layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  }

  .h6d-choice-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h6d-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .h6d-tool {
    margin-top: 10px;
  }

  .h6d-tool__hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .h6d-tool__hero::after {
    display: none;
  }

  .h6d-tool__hero-note {
    display: none;
  }

  .h6d-tool__layout {
    grid-template-columns: 1fr;
  }

  .h6d-results__inner {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
  .h6d-tool {
    width: min(100% - 20px, 1480px);
    margin-bottom: 55px;
  }

  .h6d-tool__hero {
    border-radius: 20px;
    padding: 42px 24px 55px;
  }

  .h6d-tool__hero h1 {
    font-size: clamp(37px, 11vw, 52px);
  }

  .h6d-tool__nav {
    justify-content: flex-start;
    max-width: calc(100% - 20px);
    margin-bottom: 30px;
  }

  .h6d-tool__nav a {
    padding: 9px 12px;
    font-size: 11px;
  }

  .h6d-card {
    border-radius: 17px;
    padding: 24px 18px;
  }

  .h6d-card__heading {
    margin-bottom: 25px;
  }

  .h6d-card__number {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .h6d-choice-grid--3,
  .h6d-input-grid--2,
  .h6d-input-grid--3 {
    grid-template-columns: 1fr 1fr;
  }

  .h6d-choice > span {
    min-height: 100px;
    padding: 14px;
  }

  .h6d-package-grid {
    grid-template-columns: 1fr 1fr;
  }

  .h6d-addon {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .h6d-addon b {
    grid-column: 2;
  }

  .h6d-results__inner {
    border-radius: 17px;
  }

  .h6d-how,
  .h6d-faq__grid {
    grid-template-columns: 1fr;
  }

  .h6d-how > div {
    min-height: 0;
  }

  .h6d-how span {
    margin-bottom: 18px;
  }
}

@media (max-width: 480px) {
  .h6d-tool__intro {
    font-size: 15px;
  }

  .h6d-choice-grid--3,
  .h6d-input-grid--2,
  .h6d-input-grid--3 {
    grid-template-columns: 1fr;
  }

  .h6d-package > span {
    min-height: 132px;
  }

  .h6d-results__metrics {
    grid-template-columns: 1fr;
  }

  .h6d-results__metrics span {
    min-height: 0;
  }

  .h6d-result-actions,
  .h6d-consult__fields {
    grid-template-columns: 1fr;
  }

  .h6d-consult__wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .h6d-tool *,
  .h6d-tool *::before,
  .h6d-tool *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  body * {
    visibility: hidden !important;
  }

  .h6d-tool,
  .h6d-tool .h6d-results,
  .h6d-tool .h6d-results * {
    visibility: visible !important;
  }

  .h6d-tool {
    position: static;
    width: 100%;
    margin: 0;
    transform: none;
  }

  .h6d-tool .h6d-results {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .h6d-results__inner {
    position: static;
    color: #111;
    background: #fff;
    box-shadow: none;
  }

  .h6d-results__inner * {
    color: #111 !important;
    border-color: #ddd !important;
  }

  .h6d-result-actions,
  .h6d-consult,
  .h6d-disclaimer {
    display: none !important;
  }
}
