/* Public site: an independent visual system from the application dashboard. */
:root {
  --paper: #f8f7f3;
  --ink: #252720;
  --muted: #67685f;
  --line: #ddded4;
  --orange: #e45b30;
  --orange-dark: #ae3715;
  --peach: #f0dfce;
  --green: #e5ead9;
  --radius: 8px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
svg {
  display: block;
}
button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
p {
  color: var(--muted);
}
h2 {
  font-size: clamp(34px, 3.6vw, 49px);
  line-height: 1.08;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
  line-height: 1.25;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--orange-dark);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.055em;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 22px;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
  margin-right: 9px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 5px;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button span {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.button:hover {
  background: #44483a;
  transform: translateY(-2px);
}
.button-small {
  padding: 12px 18px;
  gap: 20px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
  text-underline-offset: 5px;
}
.text-link:hover {
  text-decoration: underline;
}
.fine-print {
  font-size: 12px;
  letter-spacing: 0.1px;
}
.fine-print > span {
  margin-right: 5px;
  color: #4b6044;
}
.fine-print > span + span {
  margin-left: 16px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 10px 18px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.1px;
  line-height: 1;
}
.brand-dot {
  color: var(--orange);
}
.brand-mark {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  object-fit: contain;
  flex-shrink: 0;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: 70px;
}
.desktop-nav a,
.login {
  font-size: 13px;
}
.desktop-nav a:hover,
.login:hover {
  color: var(--orange-dark);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-top: 79px;
  padding-bottom: 66px;
  align-items: center;
}
.hero-copy {
  padding-bottom: 12px;
}
.hero h1 {
  position: relative;
  font-size: clamp(52px, 5.55vw, 78px);
  letter-spacing: -4.5px;
  line-height: 1.03;
  margin: 0 0 28px;
}
.hero h1 .serif {
  color: var(--orange-dark);
  font-size: 1.08em;
}
.headline-arrow {
  display: inline-block;
  width: 75px;
  height: 62px;
  margin-left: 24px;
  color: var(--orange);
  vertical-align: middle;
}
.hero-description {
  max-width: 445px;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 27px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 17px;
}
.hero-actions .button {
  gap: 18px;
  padding-inline: 19px;
}
.hero-demo {
  position: relative;
  min-height: 543px;
  padding-top: 43px;
  scroll-margin-top: 24px;
  min-width: 0;
}
.demo-label {
  position: absolute;
  top: 0;
  left: 27px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  letter-spacing: 1.2px;
  transform: rotate(-3deg);
}
.small-cross {
  color: var(--orange);
  font-size: 26px;
}
.sample-app {
  border: 1px solid #cccdc4;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  margin-right: 24px;
  box-shadow: 0 7px 0 -4px #e0e0d7;
  transform: rotate(-2deg);
}
.browser-bar {
  height: 36px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e0;
  color: #85867f;
  font-size: 10px;
  background: #f0f1ec;
}
.browser-dots {
  display: flex;
  gap: 4px;
}
.browser-dots i {
  display: block;
  width: 5px;
  height: 5px;
  background: #c2c5bb;
  border-radius: 100%;
}
.sample-app-body {
  height: 320px;
  padding: 20px 22px;
}
.sample-app-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  border-bottom: 1px solid #ededeb;
  padding-bottom: 15px;
}
.sample-app-nav strong {
  font-size: 19px;
  letter-spacing: -0.8px;
}
.sample-logo {
  color: #62735c;
}
.sample-app-nav > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #77796e;
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e8eadf;
  color: #5c644b;
  font-size: 10px;
  flex-shrink: 0;
}
.sample-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 17px;
}
.sample-breadcrumb {
  font-size: 8px;
  letter-spacing: 1px;
  color: #8c8f83;
}
.sample-heading h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 5px 0 0;
}
.sample-add {
  font-size: 10px;
  padding: 5px 8px;
  border: 1px solid #dedfd7;
  border-radius: 4px;
}
.sample-project {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
  padding: 12px 0;
  font-size: 10px;
}
.project-icon {
  display: flex;
  width: 30px;
  height: 30px;
  background: #efe5d9;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #a98144;
  font-size: 17px;
}
.project-icon.lilac {
  background: #ece8f0;
  color: #8e80aa;
}
.project-icon.green {
  background: #e3eadb;
  color: #849567;
}
.sample-project > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sample-project strong {
  font-weight: 500;
}
.sample-project div > span {
  font-size: 8px;
  color: #8c8e83;
}
.project-pill {
  margin-left: auto;
  border-radius: 3px;
  background: #f8f0de;
  color: #8a7040;
  padding: 2px 6px;
  font-size: 8px;
}
.project-pill.muted {
  background: #eeefea;
  color: #777;
}
.demo-widget {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #d7d6cb;
  border-radius: 9px;
  width: 340px;
  margin: -230px 0 0 auto;
  padding: 22px 22px 12px;
  box-shadow:
    0 15px 36px #33351f15,
    0 2px 5px #33351f05;
}
.widget-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.widget-heading .eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #7d7e73;
}
.widget-heading h3 {
  font-size: 20px;
  margin: 5px 0 0;
  letter-spacing: -0.7px;
}
.widget-wave {
  font-size: 34px;
  color: var(--orange);
  font-weight: 400;
  line-height: 1;
}
.feedback-types {
  border: 0;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  gap: 7px;
}
.feedback-types label {
  flex: 1;
  position: relative;
  cursor: pointer;
}
.feedback-types input {
  position: absolute;
  opacity: 0;
}
.feedback-types label > span {
  border: 1px solid #e4e4dd;
  border-radius: 4px;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 7px 8px;
  color: #686a60;
  font-size: 12px;
}
.feedback-types input:checked + span {
  border-color: #c77b56;
  background: #fbede4;
  color: #943c17;
}
.feedback-types input:focus-visible + span {
  outline: 3px solid var(--orange-dark);
  outline-offset: 3px;
}
.feedback-types label > span > span {
  font-size: 16px;
  line-height: 1;
}
textarea {
  display: block;
  width: 100%;
  resize: vertical;
  min-height: 92px;
  max-height: 200px;
  border: 1px solid #dfdfd5;
  border-radius: 4px;
  padding: 12px;
  color: #55584f;
  font-size: 12px;
  line-height: 1.7;
  background: #fcfcfa;
}
.context-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #787b6b;
  margin: 10px 0 14px;
}
.context-note svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.2;
}
.demo-send {
  width: 100%;
  justify-content: space-between;
  background: #bf4826;
  border-color: #bf4826;
  padding: 12px;
  font-size: 12px;
}
.demo-send:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}
.demo-disclaimer {
  font-size: 9px;
  text-align: center;
  color: #75776e;
  margin: 10px 0 0;
}
.demo-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 16px 0 0 13px;
}
.hand-note {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.3;
  color: #73756a;
  max-width: 210px;
  transform: rotate(-4deg);
}
.feedback-trigger {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: var(--orange);
  color: #fff;
  padding: 10px 17px;
  border-radius: 30px;
  font-size: 12px;
  box-shadow: 0 3px 0 #b8421d;
}
.feedback-trigger:hover {
  background: var(--orange-dark);
}
.demo-success {
  min-height: 225px;
  text-align: center;
  padding: 4px 0 0;
}
.success-icon {
  display: inline-flex;
  background: #e8efdf;
  color: #536b36;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
}
.demo-success h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.demo-success p {
  font-size: 12px;
  margin-bottom: 12px;
}
.demo-success .text-link {
  font-size: 12px;
}
.reset-demo {
  display: block;
  border: 0;
  background: none;
  text-decoration: underline;
  color: var(--muted);
  font-size: 11px;
  margin: 14px auto 0;
}
.no-script {
  font-size: 12px;
}
.no-script a {
  text-decoration: underline;
}
.promise-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.promise-strip p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.promise-strip strong {
  font-weight: 500;
  color: var(--ink);
}
.promise-strip > span {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.promise-icon {
  color: #717661;
  font-size: 23px;
  font-family: Georgia, serif;
}
.section {
  padding-top: 100px;
  padding-bottom: 90px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: end;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p:last-child {
  max-width: 400px;
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.75;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin: 56px 0 44px;
}
.steps article {
  border-top: 1px solid #caccbf;
  padding-top: 15px;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #626859;
  font-family: monospace;
  font-size: 12px;
}
.step-top span:last-child {
  font-size: 24px;
  line-height: 1;
  color: var(--orange-dark);
}
.steps h3 {
  margin-bottom: 12px;
}
.steps p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 25px;
  max-width: 320px;
}
.swatch-demo,
.mini-code,
.status-demo {
  height: 47px;
  display: flex;
  align-items: center;
  font-size: 10px;
  background: #efefe8;
  border-radius: 4px;
  padding: 10px 13px;
}
.swatch-demo {
  gap: 6px;
}
.swatch-demo i {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--orange);
}
.swatch-demo i:nth-child(2) {
  background: #8b9b74;
}
.swatch-demo i:nth-child(3) {
  background: #7d83a5;
}
.swatch-demo span {
  margin-left: 8px;
  color: #656a5c;
}
.mini-code {
  display: block;
  align-content: center;
  font-family: monospace;
  font-size: 12px;
  white-space: nowrap;
}
.mini-code span {
  color: var(--orange-dark);
}
.status-demo {
  gap: 10px;
}
.status-demo span {
  padding: 3px 7px;
  border: 1px solid #d6d7c8;
  background: var(--paper);
  border-radius: 4px;
}
.status-demo span:last-child {
  background: #e0e9d3;
  border-color: #c8d6b6;
  color: #476036;
}
.status-demo i {
  font-style: normal;
  color: #838573;
}
.install-line {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  padding: 17px 20px;
  border-radius: 5px;
  background: #fff9;
}
.install-line > span {
  font-size: 12px;
  color: var(--muted);
  flex-shrink: 0;
}
.install-line code {
  font-size: 12px;
  overflow-wrap: anywhere;
  min-width: 0;
  color: #687257;
}
.install-line button {
  margin-left: auto;
  border: 0;
  background: transparent;
  white-space: nowrap;
  font-size: 12px;
  color: var(--ink);
  padding: 6px;
}
.install-line button:hover {
  color: var(--orange-dark);
}
.install-line button span {
  margin-left: 12px;
}
.install-hint {
  font-size: 11px;
  margin: 9px 0 0;
}
.inbox-section {
  background: #282d25;
  color: #f5f4e9;
  padding: 85px 0;
}
.inbox-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 88px;
  align-items: center;
}
.inbox-section .eyebrow {
  color: #c5c8b3;
  font-size: 10px;
}
.inbox-copy h2 {
  font-size: 41px;
  line-height: 1.15;
  letter-spacing: -1.8px;
}
.inbox-copy h2 .serif {
  color: #d2ddb8;
}
.inbox-copy > p:not(.eyebrow) {
  color: #b9bfad;
  font-size: 14px;
  line-height: 1.85;
  max-width: 410px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 31px 0 0;
  display: grid;
  gap: 22px;
}
.feature-list li {
  display: flex;
  align-items: start;
  gap: 15px;
}
.feature-list li > span {
  color: #c7d4af;
  font-size: 24px;
  line-height: 1;
}
.feature-list h3 {
  font-size: 15px;
  letter-spacing: 0;
  margin: 0 0 6px;
}
.feature-list p {
  font-size: 13px;
  color: #b9bfad;
  line-height: 1.7;
  margin: 0;
  max-width: 355px;
}
.inbox-preview {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid #68705c;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 15px 15px 0 #373e31;
  transform: rotate(1deg);
  min-width: 0;
}
.inbox-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 21px;
  border-bottom: 1px solid #ddded4;
  font-size: 13px;
}
.brand-mini {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.example-label {
  margin-left: auto;
  color: #757969;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.inbox-tabs {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid var(--line);
  padding: 0 20px;
  font-size: 10px;
  color: #7a7c70;
}
.inbox-tabs > span {
  padding: 15px 0;
}
.inbox-tabs > span:first-child {
  border-bottom: 2px solid var(--orange);
  color: var(--ink);
}
.inbox-tabs b {
  padding: 1px 5px;
  background: #e9eade;
  border-radius: 3px;
  font-weight: 400;
  margin-left: 5px;
}
.inbox-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.inbox-row.selected {
  background: #eeeee4;
  border-left: 3px solid var(--orange);
  padding-left: 17px;
}
.row-icon {
  width: 27px;
  height: 27px;
  background: #f6e3d4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5552c;
  font-size: 17px;
  flex-shrink: 0;
}
.row-icon.idea {
  background: #e4e8d5;
  color: #6b7c40;
}
.inbox-row > div {
  min-width: 0;
}
.inbox-row strong {
  display: block;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox-row div > span {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  color: #797d6b;
}
.new-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  margin-left: auto;
  flex-shrink: 0;
}
.inbox-detail {
  margin: 18px;
  background: #fff;
  border: 1px solid #dedfd4;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 16px;
}
.detail-top {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 9px;
}
.detail-type {
  color: #a15a33;
  background: #f9eee3;
  padding: 2px 6px;
  border-radius: 3px;
}
.detail-status {
  color: #6b6e5a;
  background: #eff0e8;
  padding: 2px 7px;
  border-radius: 3px;
}
.inbox-detail > p {
  margin: 15px 16px;
  font-size: 12px;
  line-height: 1.75;
  color: #4f5546;
  overflow-wrap: anywhere;
}
.inbox-detail dl {
  display: flex;
  gap: 32px;
  border-top: 1px solid #eeeee7;
  margin: 15px 16px 0;
  padding-top: 13px;
  padding-bottom: 17px;
  font-size: 9px;
}
.inbox-detail dt {
  color: #7c8071;
  margin-bottom: 4px;
}
.inbox-detail dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.internal-note {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f2f3ed;
  border-top: 1px solid #e6e7de;
  padding: 12px;
  font-size: 9px;
}
.internal-note small {
  margin-left: auto;
  font-size: 8px;
  color: #7c8270;
  white-space: nowrap;
}
.internal-note .avatar {
  width: 20px;
  height: 20px;
  background: #dde3cd;
}
.inbox-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  color: #777e69;
  padding: 0 20px 17px;
}
.privacy-icon {
  font-size: 13px;
}
.story-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 85px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.story-section h2 {
  font-size: 36px;
}
.story-body blockquote {
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.6px;
  line-height: 1.5;
  margin: 0 0 22px;
}
.story-body > p {
  font-size: 14px;
  line-height: 1.8;
}
.story-credit {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  margin-top: 26px;
}
.story-credit .brand-mini {
  width: 24px;
  height: 24px;
}
.pricing-section {
  padding: 90px 0;
  background: #eeeee5;
}
.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.pricing-copy h2 {
  font-size: 53px;
  line-height: 1.13;
}
.pricing-copy h2 .serif {
  color: var(--orange-dark);
}
.pricing-copy > p:not(.eyebrow) {
  font-size: 16px;
  max-width: 360px;
  line-height: 1.8;
}
.pricing-copy .text-link {
  font-size: 12px;
  margin-top: 18px;
  font-weight: 400;
}
.pricing-card {
  background: var(--paper);
  border: 1px solid #d3d6c5;
  border-radius: 8px;
  padding: 32px;
}
.free-plan-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.free-plan-heading .eyebrow {
  font-size: 10px;
  margin-bottom: 13px;
}
.free-plan-heading h3 {
  font-size: 52px;
  letter-spacing: -2px;
  margin: 0;
}
.free-plan-heading h3 span {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--muted);
}
.free-stamp {
  background: #e3e9d3;
  color: #63704d;
  border: 1px solid #c7d0b4;
  font-size: 8px;
  letter-spacing: 0.6px;
  line-height: 1.7;
  text-align: center;
  padding: 10px 12px;
  transform: rotate(7deg);
  border-radius: 50%;
  width: 87px;
  height: 87px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.free-stamp > span {
  font-size: 24px;
  line-height: 1.2;
}
.plan-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  padding: 24px 0;
  margin: 18px 0 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.plan-features li:before {
  content: "✓";
  color: #607348;
  margin-right: 9px;
}
.pricing-card > .button {
  width: 100%;
  justify-content: space-between;
}
.pricing-card > .fine-print {
  text-align: center;
  margin: 11px 0 24px;
  font-size: 10px;
}
.plan-upgrades {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  font-size: 11px;
}
.plan-upgrades > strong {
  font-weight: 500;
}
.plan-upgrades p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink);
  margin: 8px 0 7px;
}
.plan-upgrades p > span {
  color: #757a68;
}
.plan-upgrades small {
  font-size: 10px;
  color: var(--muted);
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}
.faq-section h2 {
  font-size: 38px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  padding: 22px 0;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.18s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  padding: 0 28px 22px 0;
}
.faq-list code {
  font-size: 12px;
}
.final-cta {
  background: var(--peach);
  padding: 67px 0 64px;
  overflow: hidden;
}
.final-cta .wrap {
  position: relative;
}
.final-cta .eyebrow {
  font-size: 10px;
  margin-bottom: 16px;
}
.final-cta h2 {
  font-size: clamp(46px, 5.5vw, 76px);
  letter-spacing: -3.5px;
  line-height: 1.1;
  margin-bottom: 19px;
}
.final-cta .serif {
  color: var(--orange-dark);
}
.final-cta p {
  font-size: 15px;
  color: #665f51;
  margin-bottom: 26px;
}
.final-cta .button {
  font-size: 13px;
}
.cta-spark {
  position: absolute;
  font-size: 185px;
  font-weight: 400;
  color: var(--orange);
  right: 85px;
  top: 1px;
  line-height: 1;
  transform: rotate(10deg);
}
.cta-note {
  font-size: 11px;
  color: #746450;
  margin-left: 20px;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 38px;
  padding-bottom: 34px;
  gap: 35px;
}
.site-footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.site-footer-badges a {
  display: inline-flex;
  line-height: 0;
}
.site-footer-badges img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 100%;
}
.site-footer .brand {
  font-size: 21px;
}
.site-footer .brand-mark {
  width: 27px;
  height: 29px;
}
.site-footer p {
  font-size: 11px;
  margin: 13px 0 0;
}
.site-footer nav {
  display: flex;
  gap: 28px;
  font-size: 12px;
}
.site-footer nav a:hover {
  color: var(--orange-dark);
}
@media (min-width: 1500px) {
  .hero {
    gap: 65px;
    padding-top: 94px;
    padding-bottom: 80px;
  }
  .hero h1 {
    font-size: 80px;
  }
  .hero-demo {
    padding-top: 45px;
  }
  .sample-app-body {
    height: 338px;
  }
  .demo-widget {
    margin-top: -240px;
  }
  .hero-description {
    font-size: 17px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    margin-left: 0;
    gap: 24px;
  }
  .hero {
    gap: 20px;
    padding-top: 64px;
  }
  .hero h1 {
    font-size: 61px;
    letter-spacing: -3.5px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 18px;
  }
  .hero-description {
    max-width: 370px;
    font-size: 15px;
  }
  .headline-arrow {
    width: 57px;
    margin-left: 10px;
  }
  .hero-demo {
    min-height: 500px;
  }
  .demo-widget {
    width: 310px;
    padding: 20px 18px 12px;
  }
  .sample-app-body {
    padding-inline: 17px;
  }
  .sample-add,
  .project-pill {
    display: none;
  }
  .demo-bottom {
    margin-left: 0;
    gap: 8px;
  }
  .hand-note {
    font-size: 12px;
    max-width: 165px;
  }
  .inbox-layout {
    gap: 42px;
    grid-template-columns: 1fr 1.1fr;
  }
  .inbox-copy h2 {
    font-size: 34px;
  }
  .steps {
    gap: 27px;
  }
  .pricing-layout {
    gap: 65px;
  }
  .faq-section {
    gap: 70px;
  }
  .cta-spark {
    right: 25px;
  }
  .story-section {
    gap: 50px;
  }
  .internal-note {
    flex-wrap: wrap;
  }
  .internal-note small {
    margin-left: 28px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .desktop-nav {
    gap: 19px;
  }
  .header-inner {
    height: 78px;
    gap: 18px;
  }
  .header-actions {
    gap: 18px;
  }
  .brand {
    font-size: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 56px;
    padding-bottom: 45px;
  }
  .hero-copy {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .hero h1 {
    font-size: 76px;
    letter-spacing: -4px;
  }
  .hero-description {
    max-width: 490px;
    margin-inline: auto;
    font-size: 16px;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-demo {
    width: min(580px, 100%);
    margin: 0 auto;
    min-height: 530px;
  }
  .demo-widget {
    width: 340px;
    margin-top: -240px;
  }
  .sample-app {
    margin-right: 40px;
  }
  .sample-app-body {
    height: 320px;
  }
  .sample-add,
  .project-pill {
    display: block;
  }
  .demo-bottom {
    margin-left: 30px;
  }
  .hand-note {
    max-width: 260px;
    font-size: 14px;
  }
  .promise-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
    padding-block: 25px;
  }
  .promise-strip > p br {
    display: none;
  }
  .promise-strip > span {
    font-size: 12px;
    gap: 10px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .section-heading {
    column-gap: 35px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
  }
  .steps {
    gap: 24px;
    margin-top: 38px;
  }
  .steps p {
    font-size: 13px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .swatch-demo {
    padding: 8px;
    flex-wrap: wrap;
    height: auto;
    min-height: 55px;
  }
  .swatch-demo span {
    margin-left: 0;
    flex-basis: 100%;
  }
  .mini-code,
  .status-demo {
    padding: 8px;
    font-size: 9px;
    height: 55px;
  }
  .status-demo {
    gap: 4px;
  }
  .status-demo span {
    padding: 2px 4px;
  }
  .install-line {
    gap: 15px;
  }
  .install-line > span {
    display: none;
  }
  .inbox-section {
    padding: 65px 0;
  }
  .inbox-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .inbox-copy {
    max-width: 590px;
  }
  .inbox-copy h2 {
    font-size: 43px;
  }
  .inbox-copy > p:not(.eyebrow) {
    max-width: 550px;
  }
  .feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .feature-list li {
    display: block;
  }
  .feature-list li > span {
    display: block;
    margin-bottom: 13px;
  }
  .feature-list p {
    font-size: 12px;
  }
  .feature-list h3 {
    font-size: 14px;
  }
  .inbox-preview {
    width: min(600px, calc(100% - 15px));
    margin: auto;
  }
  .inbox-row {
    padding-block: 19px;
  }
  .inbox-row strong {
    font-size: 12px;
  }
  .inbox-detail > p {
    font-size: 14px;
  }
  .inbox-detail dl {
    font-size: 11px;
  }
  .internal-note {
    font-size: 10px;
  }
  .internal-note small {
    margin-left: auto;
  }
  .story-section {
    gap: 35px;
    padding-block: 65px;
  }
  .story-section h2 {
    font-size: 31px;
  }
  .story-body blockquote {
    font-size: 21px;
  }
  .pricing-section {
    padding: 65px 0;
  }
  .pricing-layout {
    gap: 35px;
  }
  .pricing-copy h2 {
    font-size: 42px;
  }
  .pricing-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .pricing-card {
    padding: 23px;
  }
  .free-plan-heading h3 {
    font-size: 42px;
  }
  .free-plan-heading h3 span {
    font-size: 10px;
  }
  .free-stamp {
    width: 64px;
    height: 64px;
    font-size: 6px;
    padding: 7px;
  }
  .free-stamp > span {
    font-size: 20px;
  }
  .plan-features {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .faq-section {
    gap: 35px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .faq-section h2 {
    font-size: 33px;
  }
  .cta-spark {
    font-size: 130px;
    right: 0;
    top: 30px;
  }
  .final-cta h2 {
    max-width: 75%;
    font-size: 57px;
  }
  .site-footer nav {
    gap: 19px;
  }
}
@media (max-width: 600px) {
  textarea {
    font-size: 16px;
    min-height: 125px;
  }
  html {
    scroll-padding-top: 24px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 76px;
  }
  .desktop-nav {
    display: none;
  }
  .brand {
    font-size: 21px;
  }
  .brand-mark {
    width: 27px;
    height: 29px;
    margin-right: 7px;
  }
  .header-actions {
    gap: 15px;
  }
  .login {
    font-size: 12px;
  }
  .button-small {
    padding: 10px 12px;
    font-size: 12px;
    gap: 11px;
  }
  .hero {
    padding-top: 44px;
    gap: 28px;
  }
  .hero-copy {
    text-align: left;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(47px, 11.5vw, 65px);
    line-height: 1.04;
    letter-spacing: -2.9px;
    margin-bottom: 23px;
  }
  .headline-arrow {
    width: 62px;
    height: 45px;
    margin-left: 20px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .hero-actions {
    justify-content: start;
    gap: 20px;
  }
  .hero-actions .button {
    padding: 15px 17px;
    font-size: 13px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .fine-print {
    font-size: 11px;
  }
  .hero-demo {
    padding-top: 38px;
    min-height: 510px;
  }
  .demo-label {
    left: 12px;
    font-size: 8px;
    letter-spacing: 1px;
  }
  .small-cross {
    font-size: 23px;
  }
  .sample-app {
    margin-right: 16px;
    transform: rotate(-1.5deg);
  }
  .sample-app-body {
    height: 255px;
    padding: 16px 12px;
  }
  .browser-bar {
    font-size: 8px;
    padding-inline: 10px;
    height: 30px;
  }
  .sample-app-nav {
    font-size: 9px;
  }
  .sample-heading {
    margin-top: 14px;
  }
  .sample-heading h2 {
    font-size: 17px;
  }
  .sample-breadcrumb {
    font-size: 7px;
  }
  .sample-add {
    font-size: 8px;
  }
  .sample-project {
    padding-block: 8px;
  }
  .demo-widget {
    width: min(305px, calc(100% - 25px));
    margin-top: -165px;
    padding: 19px 17px 11px;
  }
  .widget-heading {
    margin-bottom: 16px;
  }
  .widget-heading h3 {
    font-size: 19px;
  }
  .demo-disclaimer {
    font-size: 8px;
  }
  .demo-bottom {
    margin-left: 7px;
    gap: 10px;
    margin-top: 15px;
  }
  .hand-note {
    max-width: 170px;
    font-size: 12px;
  }
  .feedback-trigger {
    font-size: 11px;
    padding: 9px 13px;
    gap: 6px;
  }
  .feedback-trigger svg {
    width: 16px;
  }
  .promise-strip {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 0;
  }
  .promise-strip > p {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .promise-strip > p strong {
    margin-left: 3px;
  }
  .promise-strip > span {
    font-size: 13px;
    gap: 14px;
  }
  .promise-icon {
    width: 25px;
    text-align: center;
    font-size: 20px;
  }
  .section {
    padding-block: 56px;
  }
  .section-heading {
    display: block;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .section-heading h2 {
    font-size: 37px;
    margin-bottom: 21px;
  }
  .section-heading > p:last-child {
    font-size: 15px;
    line-height: 1.8;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .step-top {
    margin-bottom: 13px;
  }
  .steps h3 {
    font-size: 22px;
  }
  .steps p {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .swatch-demo,
  .mini-code,
  .status-demo {
    height: 45px;
    min-height: 45px;
    font-size: 11px;
    padding: 10px 13px;
  }
  .swatch-demo {
    flex-wrap: nowrap;
  }
  .swatch-demo span {
    flex-basis: auto;
    margin-left: 8px;
  }
  .status-demo {
    gap: 13px;
  }
  .status-demo span {
    padding: 2px 7px;
  }
  .install-line {
    padding: 13px;
    gap: 10px;
    align-items: start;
  }
  .install-line code {
    font-size: 10px;
    line-height: 1.7;
  }
  .install-line button {
    font-size: 11px;
    padding: 0;
  }
  .install-line button span {
    display: none;
  }
  .install-hint {
    font-size: 10px;
    line-height: 1.7;
  }
  .inbox-section {
    padding: 54px 0;
  }
  .inbox-layout {
    gap: 30px;
  }
  .inbox-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .inbox-copy h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }
  .inbox-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .feature-list {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 25px;
  }
  .feature-list li {
    display: flex;
    gap: 15px;
  }
  .feature-list h3 {
    font-size: 15px;
  }
  .feature-list p {
    font-size: 13px;
  }
  .inbox-preview {
    width: calc(100% - 6px);
    box-shadow: 6px 7px 0 #373e31;
    transform: rotate(0.5deg);
  }
  .inbox-toolbar {
    padding: 15px 13px;
    font-size: 12px;
  }
  .inbox-tabs {
    padding-inline: 12px;
    gap: 20px;
    font-size: 9px;
  }
  .inbox-row {
    padding: 14px 12px;
    gap: 9px;
  }
  .inbox-row.selected {
    padding-left: 9px;
  }
  .inbox-row strong {
    font-size: 10px;
  }
  .inbox-row div > span {
    font-size: 8px;
  }
  .row-icon {
    width: 24px;
    height: 24px;
  }
  .inbox-detail {
    margin: 12px;
  }
  .inbox-detail > p {
    font-size: 12px;
  }
  .inbox-detail dl {
    gap: 19px;
    font-size: 9px;
  }
  .internal-note {
    gap: 7px;
    font-size: 9px;
  }
  .internal-note small {
    margin-left: 27px;
  }
  .inbox-footer {
    font-size: 8px;
    padding-inline: 13px;
  }
  .story-section {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-block: 54px;
  }
  .story-section .eyebrow {
    font-size: 9px;
  }
  .story-section h2 {
    font-size: 35px;
  }
  .story-body blockquote {
    font-size: 22px;
  }
  .story-body > p {
    font-size: 14px;
  }
  .pricing-section {
    padding: 55px 0;
  }
  .pricing-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .pricing-copy .eyebrow {
    font-size: 9px;
  }
  .pricing-copy h2 {
    font-size: 46px;
  }
  .pricing-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .pricing-copy .text-link {
    margin-top: 3px;
  }
  .pricing-card {
    padding: 24px;
  }
  .free-plan-heading h3 {
    font-size: 48px;
  }
  .free-plan-heading h3 span {
    font-size: 11px;
  }
  .free-stamp {
    width: 78px;
    height: 78px;
    font-size: 7px;
  }
  .plan-features {
    grid-template-columns: 1fr 1fr;
    gap: 13px 9px;
    font-size: 11px;
  }
  .plan-features li:before {
    margin-right: 6px;
  }
  .pricing-card > .button {
    font-size: 12px;
    padding: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .faq-section h2 {
    font-size: 35px;
  }
  .faq-section .eyebrow {
    font-size: 9px;
  }
  .faq-list summary {
    padding-block: 19px;
    font-size: 14px;
  }
  .final-cta {
    padding: 47px 0;
  }
  .final-cta .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .final-cta h2 {
    font-size: 47px;
    letter-spacing: -2.3px;
    max-width: 280px;
  }
  .cta-spark {
    font-size: 79px;
    right: 0;
    top: 56px;
  }
  .final-cta p {
    font-size: 14px;
    max-width: 245px;
  }
  .final-cta .button {
    font-size: 12px;
    padding: 15px 18px;
    gap: 20px;
  }
  .cta-note {
    display: block;
    margin: 13px 0 0;
    font-size: 10px;
  }
  .site-footer {
    align-items: start;
    flex-direction: column;
    gap: 25px;
    padding-block: 32px;
  }
  .site-footer nav {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
    font-size: 11px;
  }
  .site-footer p {
    font-size: 10px;
  }
  .site-footer-badges {
    gap: 10px;
  }
  .site-footer-badges img {
    height: 32px;
  }
}
@media (max-width: 370px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .header-actions {
    gap: 11px;
  }
  .brand {
    font-size: 19px;
  }
  .header-actions .login {
    font-size: 11px;
  }
  .button-small {
    font-size: 11px;
    padding: 9px 10px;
  }
  .button-small span {
    display: none;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding-inline: 12px;
    gap: 12px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .headline-arrow {
    width: 49px;
    margin-left: 9px;
  }
  .plan-features {
    grid-template-columns: 1fr;
  }
  .free-plan-heading h3 span {
    font-size: 10px;
  }
  .cta-spark {
    font-size: 60px;
    top: 65px;
  }
}
.guide-hero {
  max-width: 760px;
  padding-top: 64px;
  padding-bottom: 8px;
}
.guide-hero h1 {
  font-size: clamp(36px, 4.4vw, 56px);
  letter-spacing: -2.2px;
  line-height: 1.08;
  margin: 0 0 12px;
}
.guide-hero h1 .serif {
  color: var(--orange-dark);
}
.guide-lede,
.guide-crumb {
  max-width: 640px;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.guide-crumb {
  font-size: 13px;
  margin-bottom: 22px;
}
.guide-crumb a {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.guide-article .guide-body {
  max-width: 760px;
  padding-bottom: 80px;
}
.guide-article h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  letter-spacing: -1.2px;
  line-height: 1.15;
  margin: 48px 0 16px;
}
.guide-article h3 {
  font-size: 20px;
  letter-spacing: -0.4px;
  margin: 28px 0 12px;
}
.guide-article p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.guide-article a {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.guide-article ul,
.guide-article ol {
  color: var(--muted);
  padding-left: 22px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.65;
}
.guide-article li {
  margin-bottom: 10px;
}
.guide-article li strong,
.guide-article p strong {
  color: var(--ink);
  font-weight: 600;
}
.guide-table-wrap {
  overflow-x: auto;
  margin: 24px 0 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.guide-article table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}
.guide-article th,
.guide-article td {
  text-align: left;
  padding: 12px 14px;
  vertical-align: top;
}
.guide-article thead th {
  background: var(--green);
  color: var(--ink);
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.guide-article tbody th {
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.guide-article tbody td {
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.guide-article tbody th {
  border-top: 1px solid var(--line);
}
.guide-article tbody tr:first-child th,
.guide-article tbody tr:first-child td {
  border-top: 0;
}
.guide-soft-cta {
  margin-top: 48px;
  padding: 28px 32px;
  background: var(--peach);
  border-radius: var(--radius);
}
.guide-soft-cta p {
  color: var(--ink);
  margin-bottom: 18px;
}
.guide-soft-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.guide-article a.button {
  color: #fff;
  text-decoration: none;
}
.guide-article a.text-link {
  color: var(--ink);
  text-decoration: none;
}
.guide-article a.text-link:hover {
  text-decoration: underline;
}
.guide-index {
  max-width: 760px;
  padding-bottom: 80px;
}
.guide-card {
  display: block;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 7px 0 -4px #e0e0d7;
}
.guide-card .eyebrow {
  margin-bottom: 14px;
}
.guide-card h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  letter-spacing: -1.1px;
  line-height: 1.15;
  margin-bottom: 14px;
}
.guide-card p {
  margin-bottom: 18px;
}
.guide-card:hover {
  border-color: #c9cabf;
}
.guide-index-cta {
  margin-top: 28px;
  font-size: 15px;
}
.guide-index-cta a {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 600px) {
  .guide-hero {
    padding-top: 40px;
  }
  .guide-hero h1 {
    font-size: 34px;
    letter-spacing: -1.4px;
  }
  .guide-article h2 {
    font-size: 26px;
    margin-top: 36px;
  }
  .guide-article p,
  .guide-article ul,
  .guide-article ol,
  .guide-lede {
    font-size: 16px;
  }
  .guide-soft-cta {
    padding: 22px 18px;
  }
  .guide-article tbody th {
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover {
    transform: none;
  }
}
