:root {
  --forest: #184d3a;
  --forest-dark: #0e3528;
  --ink: #17261f;
  --cream: #fbf7ed;
  --mint: #ddf3e8;
  --amber: #e7a83e;
  --coral: #d86f52;
  --line: #d9e0db;
  --white: #ffffff;
  --muted: #68736e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 38, 31, 0.14);
}

.wordmark {
  display: inline-flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.wordmark span {
  color: var(--forest);
}

.navLinks {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
}

.navLinks > a:not(.button):hover,
.textLink:hover,
.proofGrid a:hover {
  color: var(--forest);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forest);
  border-radius: 3px;
  background: var(--forest);
  color: var(--white);
  padding: 0 23px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.015em;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.button:hover {
  background: var(--forest-dark);
  transform: translateY(-1px);
}

.buttonDisabled,
.buttonDisabled:hover {
  border-color: #78857e;
  background: #78857e;
  cursor: not-allowed;
  transform: none;
}

.button:focus-visible,
.copyButton:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(231, 168, 62, 0.7);
  outline-offset: 3px;
}

.buttonSmall {
  min-height: 42px;
  padding-inline: 18px;
}

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 70px;
  padding-block: 64px 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(50px, 6.1vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

h1 em {
  color: var(--forest);
  font-weight: 400;
}

.heroLead {
  max-width: 580px;
  margin-bottom: 33px;
  color: #425048;
  font-size: 19px;
  line-height: 1.6;
}

.heroActions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.textLink {
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(24, 77, 58, 0.3);
  text-underline-offset: 5px;
}

.paperStack {
  position: relative;
  min-height: 500px;
}

.paper {
  position: absolute;
  border: 1px solid var(--line);
  background: #fffdf8;
  box-shadow: 0 26px 70px rgba(14, 53, 40, 0.13);
}

.paperBack {
  inset: 24px 0 75px 70px;
  transform: rotate(4deg);
  padding: 33px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.trackerRows {
  margin-top: 28px;
  border: 1px solid #aac3b7;
}

.trackerRows i {
  display: block;
  height: 46px;
  border-bottom: 1px solid #cbd9d2;
  background: linear-gradient(
    90deg,
    transparent 0 52%,
    #cbd9d2 52% 52.3%,
    transparent 52.3% 76%,
    #cbd9d2 76% 76.3%,
    transparent 76.3%
  );
}

.trackerRows i:first-child {
  background-color: var(--mint);
}

.trackerRows i:last-child {
  border-bottom: 0;
}

.paperFront {
  inset: 92px 75px 0 0;
  transform: rotate(-3deg);
  padding: 40px 42px;
}

.paperTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 2px solid var(--forest);
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.paperTop strong {
  padding: 6px 9px;
  background: var(--mint);
  font-size: 10px;
}

.paperFront > p {
  margin: 45px 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}

.fakeLine {
  width: 78%;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #e4e8e4;
}

.fakeLine.long {
  width: 93%;
}

.fakeLine.short {
  width: 58%;
}

.statusDot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.statusDot b {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--amber);
}

.proofBar {
  border-block: 1px solid rgba(23, 38, 31, 0.12);
  background: var(--white);
}

.proofGrid {
  min-height: 142px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.78fr;
  align-items: center;
}

.proofGrid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding-right: 42px;
  border-right: 1px solid var(--line);
}

.proofGrid > div:nth-child(2) {
  padding-left: 42px;
}

.proofGrid strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
}

.proofGrid span {
  color: #536058;
  font-size: 13px;
  line-height: 1.45;
}

.proofGrid > p {
  margin: 0;
  padding-left: 42px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.proofGrid a {
  color: var(--forest);
  text-decoration: underline;
}

.generatorSection {
  padding-block: 116px 125px;
}

.sectionIntro {
  max-width: 700px;
  margin-bottom: 48px;
}

.sectionIntro.narrow {
  max-width: 620px;
}

.sectionIntro h2,
.kitCopy h2 {
  margin-bottom: 22px;
  font-size: clamp(40px, 5vw, 61px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.sectionIntro > p:last-child,
.kitLead {
  color: #526057;
  font-size: 17px;
  line-height: 1.6;
}

.generatorCard {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  overflow: hidden;
  border: 1px solid #cdd6d0;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(14, 53, 40, 0.08);
}

.generatorForm {
  padding: 42px;
  border-right: 1px solid var(--line);
}

.fieldRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.generatorForm label,
.generatorForm legend {
  display: block;
  color: #35443c;
  font-size: 12px;
  font-weight: 800;
}

.generatorForm label {
  margin-bottom: 19px;
}

.generatorForm input,
.generatorForm select {
  width: 100%;
  height: 49px;
  margin-top: 8px;
  border: 1px solid #bbc7c0;
  border-radius: 2px;
  background: #fffefa;
  color: var(--ink);
  padding: 0 13px;
  font-size: 14px;
}

.generatorForm fieldset {
  margin: 4px 0 25px;
  padding: 0;
  border: 0;
}

.toneOptions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 9px;
}

.toneOptions label {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #c2ccc6;
  border-radius: 2px;
  cursor: pointer;
  text-transform: capitalize;
}

.toneOptions label.selected {
  border-color: var(--forest);
  background: var(--mint);
  color: var(--forest);
}

.toneOptions input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.buttonFull {
  width: 100%;
}

.formNote {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.messagePreview {
  min-width: 0;
  padding: 38px 44px 42px;
  background:
    linear-gradient(rgba(24, 77, 58, 0.035) 1px, transparent 1px) 0 0 /
      100% 31px,
    #fffdfa;
}

.previewHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.previewHead b {
  padding: 6px 9px;
  border-radius: 20px;
  background: var(--mint);
  font-size: 10px;
  letter-spacing: 0;
}

.subjectLine {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.subjectLine small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.subjectLine strong {
  font-size: 16px;
  line-height: 1.4;
}

.messagePreview pre {
  min-height: 305px;
  margin: 27px 0 26px;
  overflow: visible;
  white-space: pre-wrap;
  color: #334138;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.copyButton {
  width: 100%;
  height: 46px;
  border: 1px solid var(--forest);
  border-radius: 2px;
  background: transparent;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.copyButton:hover {
  background: var(--mint);
}

.workflow {
  padding-block: 108px 116px;
  background: var(--forest-dark);
  color: var(--white);
}

.seoGuide {
  padding: 25px 0 118px;
}

.guideGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.guideGrid article {
  min-height: 225px;
  padding: 28px 30px 30px;
  border-right: 1px solid #cbd4ce;
}

.guideGrid article:first-child {
  padding-left: 0;
}

.guideGrid article:last-child {
  border-right: 0;
}

.guideGrid span {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.guideGrid h3 {
  margin: 45px 0 13px;
  font-size: 17px;
}

.guideGrid p {
  color: #5b665f;
  font-size: 14px;
  line-height: 1.6;
}

.guideCta {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 22px 0 0;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
}

.guideCta a {
  text-decoration: underline;
  text-decoration-color: rgba(24, 77, 58, 0.3);
  text-underline-offset: 5px;
}

.templateLibrary {
  padding-bottom: 125px;
}

.libraryGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--ink);
}

.libraryGrid > a {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 31px 32px;
  border-right: 1px solid #cbd4ce;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.libraryGrid > a:first-child {
  padding-left: 0;
}

.libraryGrid > a:last-child {
  border-right: 0;
}

.libraryGrid > a:hover {
  background: rgba(221, 243, 232, 0.5);
  transform: translateY(-2px);
}

.libraryGrid span,
.templateLabel {
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.libraryGrid h3 {
  max-width: 280px;
  margin: 43px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.08;
}

.libraryGrid p {
  color: #5b665f;
  font-size: 14px;
  line-height: 1.55;
}

.libraryGrid b {
  margin-top: auto;
  color: var(--forest);
  font-size: 12px;
}

.workflow .eyebrow {
  color: #a9d6c3;
}

.workflow h2 {
  color: var(--white);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 65px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.steps li {
  min-height: 230px;
  padding: 30px 28px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
}

.steps li:first-child {
  padding-left: 0;
}

.steps li:last-child {
  border-right: 0;
}

.steps span {
  color: #9dc9b7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.steps h3 {
  margin: 58px 0 15px;
  font-size: 17px;
}

.steps p {
  color: #c7d4ce;
  font-size: 14px;
  line-height: 1.55;
}

.kitSection {
  display: grid;
  grid-template-columns: 1.12fr 0.72fr;
  gap: 100px;
  align-items: center;
  padding-block: 125px;
}

.kitCopy h2 {
  max-width: 700px;
}

.kitLead {
  max-width: 650px;
}

.featureList {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}

.featureList li {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 25px;
  padding-block: 19px;
  border-top: 1px solid #cfd7d2;
}

.featureList li:last-child {
  border-bottom: 1px solid #cfd7d2;
}

.featureList b {
  color: var(--forest);
  font-size: 14px;
}

.featureList span {
  color: #5e6962;
  font-size: 14px;
  line-height: 1.5;
}

.priceCard {
  border: 1px solid #b8c6be;
  background: var(--white);
  padding: 34px;
  box-shadow: 15px 15px 0 var(--mint);
}

.priceTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.priceTop b {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0;
}

.price {
  display: flex;
  align-items: end;
  gap: 13px;
  margin: 37px 0 18px;
}

.price strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
}

.price span {
  padding-bottom: 9px;
  color: var(--muted);
  font-size: 12px;
}

.priceCard > p {
  margin-bottom: 29px;
  color: #4f5c55;
  font-size: 14px;
  line-height: 1.55;
}

.productDetailsLink {
  display: block;
  margin: -13px 0 24px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(24, 77, 58, 0.3);
  text-underline-offset: 5px;
}

.priceCard > small {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.contentPage {
  background: var(--cream);
}

.contentHero {
  max-width: 980px;
  padding-block: 92px 100px;
}

.contentHero h1,
.productHero h1 {
  max-width: 930px;
  margin-bottom: 25px;
  font-size: clamp(48px, 6.5vw, 78px);
  line-height: 1;
}

.contentHero > p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 31px;
  color: #48564e;
  font-size: 19px;
  line-height: 1.65;
}

.quickAnswer {
  border-block: 1px solid var(--ink);
  padding-block: 42px 46px;
}

.quickAnswer h2 {
  max-width: 820px;
  margin-bottom: 15px;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.05;
}

.quickAnswer > p:last-child {
  max-width: 860px;
  margin: 0;
  color: #4d5a53;
  font-size: 16px;
  line-height: 1.7;
}

.contentGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 95px;
  padding-block: 105px 125px;
}

.contentMain {
  min-width: 0;
}

.contentMain > section {
  padding-bottom: 95px;
}

.contentMain > section:last-child {
  padding-bottom: 0;
}

.contentMain h2,
.contentAside h2,
.insideSection h2,
.fitSection h2,
.sampleSection h2,
.productBuy h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4.5vw, 53px);
  line-height: 1.05;
}

.checkList,
.plainList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkList li,
.plainList li {
  position: relative;
  padding: 17px 0 17px 33px;
  border-top: 1px solid #cbd4ce;
  color: #4f5c55;
  font-size: 15px;
  line-height: 1.55;
}

.checkList li:last-child,
.plainList li:last-child {
  border-bottom: 1px solid #cbd4ce;
}

.checkList li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  content: "✓";
  color: var(--forest);
  font-weight: 800;
}

.plainList li::before {
  position: absolute;
  top: 17px;
  left: 4px;
  content: "—";
  color: var(--coral);
  font-weight: 800;
}

.templateExamples {
  display: grid;
  gap: 22px;
}

.templateExample {
  border: 1px solid #c7d1cb;
  background: var(--white);
  padding: 30px;
  box-shadow: 8px 8px 0 rgba(221, 243, 232, 0.7);
}

.templateSubject {
  display: grid;
  gap: 6px;
  margin: 25px 0 21px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.templateSubject span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.templateBody {
  margin: 0;
  white-space: pre-line;
  color: #3f4c45;
  font-size: 14px;
  line-height: 1.68;
}

.numberList {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.numberList li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding-block: 24px;
  border-bottom: 1px solid #cbd4ce;
}

.numberList span {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.numberList p {
  margin: 0;
  color: #4f5c55;
  font-size: 15px;
  line-height: 1.6;
}

.contentAside {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.asideCard {
  position: sticky;
  top: 28px;
  border: 1px solid #b8c6be;
  background: var(--white);
  padding: 29px;
  box-shadow: 12px 12px 0 var(--mint);
}

.asideCard h2,
.asideLinks h2 {
  font-size: 30px;
}

.asideCard > p:not(.eyebrow) {
  color: #526057;
  font-size: 14px;
  line-height: 1.6;
}

.asideLinks {
  padding-top: 4px;
}

.asideLinks a,
.footerLinkGrid a,
.footerQuickLinks a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-block: 14px;
  border-top: 1px solid currentColor;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.asideLinks a:last-child,
.footerLinkGrid a:last-child,
.footerQuickLinks a:last-child {
  border-bottom: 1px solid currentColor;
}

.contentCta,
.productBuy {
  background: var(--forest-dark);
  color: var(--white);
}

.contentCtaInner,
.productBuyInner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
  padding-block: 78px;
}

.contentCta .eyebrow,
.productBuy .eyebrow {
  color: #a9d6c3;
}

.contentCta h2,
.productBuy h2 {
  max-width: 730px;
  color: var(--white);
}

.contentCta p:last-child,
.productBuy p:last-child {
  max-width: 690px;
  color: #c5d2cc;
  line-height: 1.6;
}

.contentCtaInner > div:last-child,
.productBuyAction {
  min-width: 220px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 12px;
}

.contentCta strong,
.productBuyAction strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.contentCtaInner > div:last-child > span,
.productBuyAction > span {
  padding-bottom: 8px;
  color: #b9c8c1;
  font-size: 11px;
}

.contentCta .button,
.productBuyAction .button {
  grid-column: 1 / -1;
  margin-top: 18px;
  border-color: var(--white);
  background: var(--white);
  color: var(--forest-dark);
}

.productHero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 75px;
  padding-block: 75px 90px;
}

.productHeroLead {
  max-width: 690px;
  color: #48564e;
  font-size: 19px;
  line-height: 1.62;
}

.purchaseNote {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.productStack {
  position: relative;
  min-height: 500px;
}

.productSheet {
  position: absolute;
  border: 1px solid #b9c7bf;
  background: var(--white);
  box-shadow: 0 25px 65px rgba(14, 53, 40, 0.13);
}

.productSheet > span {
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.productSheetBack {
  inset: 18px 0 72px 70px;
  display: grid;
  align-content: start;
  gap: 0;
  transform: rotate(4deg);
  padding: 30px;
}

.productSheetBack strong {
  padding: 23px 8px;
  border-bottom: 1px solid var(--line);
  color: #526057;
  font-size: 13px;
}

.productSheetBack strong:first-of-type {
  margin-top: 25px;
  background: var(--mint);
}

.productSheetFront {
  inset: 82px 65px 0 0;
  transform: rotate(-3deg);
  padding: 38px;
}

.productSheetFront h2 {
  margin: 48px 0 27px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}

.productSheetFront ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.productSheetFront li {
  padding-block: 13px;
  border-top: 1px solid var(--line);
  color: #4c5952;
  font-size: 13px;
}

.insideSection,
.sampleSection {
  padding-block: 115px 125px;
}

.insideGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-block: 1px solid var(--ink);
}

.insideGrid article {
  min-height: 250px;
  padding: 30px 34px;
  border-right: 1px solid #cbd4ce;
  border-bottom: 1px solid #cbd4ce;
}

.insideGrid article:nth-child(2n) {
  border-right: 0;
}

.insideGrid article:nth-child(n + 3) {
  border-bottom: 0;
}

.insideGrid span {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.insideGrid h3 {
  margin: 48px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.insideGrid p {
  color: #5b665f;
  font-size: 14px;
  line-height: 1.6;
}

.fitSection {
  padding-block: 105px;
  border-block: 1px solid #cbd4ce;
  background: var(--white);
}

.fitGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.horizontalList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.horizontalList li {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 48px;
  min-height: 205px;
  padding: 27px;
  border-right: 1px solid #cbd4ce;
}

.horizontalList li:first-child {
  padding-left: 0;
}

.horizontalList li:last-child {
  border-right: 0;
}

.productBuyAction small {
  grid-column: 1 / -1;
  margin-top: 12px;
  color: #aebdb6;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.faq {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
  padding-block: 105px 120px;
  border-top: 1px solid #ccd5cf;
}

.faqList {
  border-top: 1px solid var(--ink);
}

.faqList details {
  border-bottom: 1px solid #cbd4ce;
}

.faqList summary {
  position: relative;
  padding: 24px 38px 24px 0;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faqList summary::after {
  position: absolute;
  right: 3px;
  content: "+";
  color: var(--forest);
  font-size: 22px;
  font-weight: 400;
}

.faqList details[open] summary::after {
  content: "−";
}

.faqList details p {
  max-width: 680px;
  padding: 0 42px 24px 0;
  color: #5b665f;
  font-size: 14px;
  line-height: 1.6;
}

.faqList details p a,
.completeCard small a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

footer {
  padding-block: 66px 30px;
  background: var(--ink);
  color: var(--white);
}

.footerGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-bottom: 58px;
}

.footerMark span {
  color: #a4d8c2;
}

.footerGrid > div:first-child > p {
  max-width: 300px;
  margin-top: 19px;
  color: #aeb9b3;
  font-size: 14px;
  line-height: 1.55;
}

.footerDetails details {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footerDetails details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footerDetails summary {
  padding-block: 15px;
  color: #e7ece9;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.footerDetails p {
  max-width: 560px;
  padding-bottom: 16px;
  color: #aeb9b3;
  font-size: 12px;
  line-height: 1.55;
}

.footerQuickLinks {
  margin-bottom: 25px;
}

.footerQuickLinks a,
.footerLinkGrid a {
  border-color: rgba(255, 255, 255, 0.2);
  color: #d8e3de;
}

.footerLinkGrid {
  display: grid;
  align-content: start;
}

.copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #85918b;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.completePage {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px;
  background:
    linear-gradient(rgba(24, 77, 58, 0.035) 1px, transparent 1px) 0 0 /
      100% 31px,
    var(--cream);
}

.completeCard {
  width: min(700px, 100%);
  border: 1px solid #b9c6bf;
  background: var(--white);
  padding: clamp(35px, 7vw, 68px);
  box-shadow: 18px 18px 0 var(--mint);
}

.completeCard h1 {
  margin-block: 20px 22px;
  font-size: clamp(45px, 7vw, 70px);
}

.completeCard > p {
  color: #526057;
  font-size: 16px;
  line-height: 1.65;
}

.completeCard .button {
  margin-top: 16px;
}

.completeCard small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 70px;
  }

  .paperStack {
    min-height: 430px;
  }

  .proofGrid {
    grid-template-columns: 1fr 1fr;
  }

  .proofGrid > p {
    grid-column: 1 / -1;
    padding: 0 0 22px;
  }

  .generatorCard,
  .kitSection,
  .faq {
    grid-template-columns: 1fr;
  }

  .generatorForm {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .guideGrid {
    grid-template-columns: 1fr;
  }

  .libraryGrid {
    grid-template-columns: 1fr;
  }

  .libraryGrid > a,
  .libraryGrid > a:first-child {
    min-height: auto;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid #cbd4ce;
  }

  .libraryGrid > a:last-child {
    border-bottom: 0;
  }

  .libraryGrid h3 {
    margin-top: 26px;
  }

  .guideGrid article,
  .guideGrid article:first-child {
    min-height: auto;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid #cbd4ce;
  }

  .guideGrid article:last-child {
    border-bottom: 0;
  }

  .guideGrid h3 {
    margin-top: 22px;
  }

  .steps li:nth-child(2) {
    border-right: 0;
  }

  .kitSection,
  .faq {
    gap: 55px;
  }

  .contentGrid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .asideCard {
    position: static;
  }

  .contentCtaInner,
  .productBuyInner {
    grid-template-columns: 1fr;
  }

  .productHero {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .fitGrid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .horizontalList {
    grid-template-columns: repeat(2, 1fr);
  }

  .horizontalList li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 26px, 1180px);
  }

  .nav {
    min-height: 68px;
  }

  .navLinks > a:not(.button) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-block: 52px 70px;
  }

  .heroLead {
    font-size: 17px;
  }

  .heroActions {
    align-items: flex-start;
    flex-direction: column;
  }

  .paperStack {
    min-height: 360px;
  }

  .paperBack {
    inset: 15px 0 62px 40px;
    padding: 22px;
  }

  .paperFront {
    inset: 70px 32px 0 0;
    padding: 28px 27px;
  }

  .paperFront > p {
    margin-top: 35px;
    font-size: 22px;
  }

  .statusDot {
    margin-top: 33px;
  }

  .proofGrid {
    grid-template-columns: 1fr;
    padding-block: 18px;
  }

  .proofGrid > div,
  .proofGrid > div:nth-child(2) {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proofGrid > p {
    padding: 18px 0 0;
  }

  .generatorSection,
  .kitSection,
  .seoGuide,
  .templateLibrary {
    padding-block: 85px;
  }

  .contentHero {
    padding-block: 65px 75px;
  }

  .contentGrid {
    padding-block: 75px 90px;
  }

  .templateExample {
    padding: 23px 20px;
    box-shadow: 5px 5px 0 rgba(221, 243, 232, 0.7);
  }

  .contentCtaInner,
  .productBuyInner {
    gap: 42px;
    padding-block: 65px;
  }

  .productHero {
    padding-block: 55px 75px;
  }

  .productStack {
    min-height: 410px;
  }

  .productSheetBack {
    inset: 10px 0 55px 35px;
    padding: 23px;
  }

  .productSheetFront {
    inset: 65px 25px 0 0;
    padding: 28px 25px;
  }

  .productSheetFront h2 {
    margin-top: 35px;
    font-size: 31px;
  }

  .insideSection,
  .sampleSection,
  .fitSection {
    padding-block: 80px;
  }

  .insideGrid {
    grid-template-columns: 1fr;
  }

  .insideGrid article,
  .insideGrid article:nth-child(2n),
  .insideGrid article:nth-child(n + 3) {
    min-height: auto;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid #cbd4ce;
  }

  .insideGrid article:last-child {
    border-bottom: 0;
  }

  .insideGrid h3 {
    margin-top: 25px;
  }

  .horizontalList {
    grid-template-columns: 1fr;
  }

  .horizontalList li,
  .horizontalList li:first-child {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
  }

  .contentCtaInner > div:last-child,
  .productBuyAction {
    min-width: 0;
  }

  .generatorForm,
  .messagePreview {
    padding: 29px 22px;
  }

  .fieldRow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .messagePreview pre {
    min-height: 350px;
    font-size: 13px;
  }

  .workflow {
    padding-block: 80px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li,
  .steps li:first-child {
    min-height: auto;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .steps h3 {
    margin: 22px 0 11px;
  }

  .featureList li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .priceCard {
    padding: 27px 22px;
    box-shadow: 9px 9px 0 var(--mint);
  }

  .faq {
    padding-block: 80px;
  }

  .footerGrid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .copyright {
    gap: 20px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
