/*
  Tolstoy Compose base stylesheet.
  The baseline uses plain CSS and a single-column layout.
  Larger screens receive small progressive improvements below.
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #1f2328;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.64;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: #1f2328;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #244bd0;
}

a:focus {
  outline: 2px solid #4b55e6;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 20;
  padding: 8px 12px;
  border: 1px solid #4b55e6;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2328;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-80px);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
.site-footer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e8ec;
}

.logo {
  display: inline-block;
  margin-right: 18px;
  color: #1f2328;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.logo-accent {
  color: #4b55e6;
}

.header-actions {
  display: inline-block;
  margin-top: 10px;
}

.nav-link,
.footer-links a {
  display: inline-block;
  min-height: 24px;
  margin-right: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #626c76;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus,
.footer-links a:hover,
.footer-links a:focus,
.nav-link[aria-current="page"] {
  color: #1f2328;
  text-decoration: underline;
}

.header-button,
.button {
  display: inline-block;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #4b55e6;
  border-radius: 6px;
  background: #4b55e6;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.button {
  min-height: 42px;
  padding: 10px 18px;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #244bd0;
  background: #244bd0;
  color: #ffffff;
}

.button-row {
  margin-top: 28px;
}

.button-row .button,
.button-row .inline-link {
  margin-right: 16px;
  margin-bottom: 10px;
}

.inline-link {
  color: #1f2328;
  font-weight: 600;
}

.section {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section.wide {
  max-width: 1180px;
}

.first-section {
  padding-top: 50px;
}

.section + .section {
  margin-top: 68px;
  padding-top: 42px;
  border-top: 1px solid #e6e8ec;
}

.measure,
.narrow {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  padding-top: 72px;
  padding-bottom: 56px;
}

h1,
h2,
h3 {
  margin: 0;
  color: #1f2328;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

h1 {
  margin-bottom: 22px;
  font-size: 32px;
}

h2 {
  margin-bottom: 18px;
  font-size: 26px;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.section ol + h3,
.section ul + h3,
.section p + h3 {
  margin-top: 32px;
}

.section h2 + h3 {
  margin-top: 0;
}


p,
li,
dd {
  color: #454b52;
}

p {
  margin: 0;
}

p + p {
  margin-top: 15px;
}

ul,
ol {
  margin: 15px 0 0;
  padding-left: 22px;
}

li + li {
  margin-top: 10px;
}

strong,
dt {
  color: #1f2328;
}

.kicker {
  margin: 0 0 16px;
  color: #626c76;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lede {
  color: #454b52;
  font-size: 17px;
  line-height: 1.56;
}

.section-lede {
  color: #454b52;
  font-size: 16px;
  line-height: 1.6;
}

.section h2 + .section-lede {
  margin-top: 0;
}


.plan-fit,
.feature-cue {
  margin: 0 0 18px;
  padding: 10px 12px;
  border-left: 3px solid #4b55e6;
  border-radius: 0 8px 8px 0;
  background: #f7f8ff;
  color: #1f2328;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.media-frame {
  margin: 36px 0 0;
}

.carousel-slide {
  margin: 0 0 18px;
}

.carousel-slide img {
  width: 100%;
  margin: 0;
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  background: #ffffff;
}

.carousel-caption {
  margin-top: 10px;
  color: #626c76;
  font-size: 14px;
}

.carousel-controls {
  margin: 14px 0 0;
}

.carousel-button {
  display: block;
  min-height: 48px;
  margin: 0 0 8px;
  padding: 10px 12px;
  border: 1px solid #dfe3fb;
  border-radius: 9px;
  background: #fbfbff;
  color: #4c5494;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
}

.carousel-button:hover,
.carousel-button:focus {
  border-color: #aeb5f4;
  background: #f4f5ff;
  color: #1f2328;
}

.carousel-button.is-active,
.carousel-button[aria-current="true"] {
  border-color: #4b55e6;
  background: #eef0ff;
  color: #1f2328;
}

.card-grid {
  margin: 36px auto 0;
}

.card {
  width: 100%;
  margin: 0 0 18px;
  padding: 24px;
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  background: #ffffff;
  vertical-align: top;
}

.card h3 {
  margin-bottom: 8px;
}

.card ul {
  margin: 15px 0 0;
  padding-left: 22px;
}

.card li {
  margin-top: 8px;
}

.card-footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e6e8ec;
  font-size: 15px;
}

.plan-detail p {
  margin: 0;
  color: #626c76;
}

.detail-label {
  color: #1f2328;
  font-weight: 600;
}

.plan-detail strong {
  color: #1f2328;
  font-size: 18px;
  font-weight: 600;
}

.fineprint {
  margin-top: 16px;
  font-size: 15px;
}

.fineprint p {
  color: #626c76;
}

.fineprint p + p {
  margin-top: 8px;
}

.quote {
  margin: 36px 0 0;
  padding: 0;
  border: 0;
}

.quote-photo {
  width: 140px;
  height: 140px;
  margin-bottom: 24px;
  border-radius: 70px;
}

.quote p {
  color: #1f2328;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.quote footer {
  margin-top: 22px;
  color: #626c76;
  font-size: 16px;
}

.spaced-list {
  margin: 36px 0 0;
  padding-left: 24px;
}

.spaced-list li {
  padding-left: 4px;
}

.spaced-list li + li {
  margin-top: 30px;
}

.narrow h2 {
  margin-top: 64px;
}




.page-contents {
  margin: 40px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e6e8ec;
}

.page-contents h2 {
  margin: 0;
  color: #626c76;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-contents p {
  margin: 6px 0 0;
  color: #8b949e;
  font-size: 14px;
  line-height: 1.45;
}

.page-contents ol {
  margin: 18px 0 0;
  padding-left: 2.35em;
  list-style: decimal-leading-zero;
}

.page-contents li {
  margin: 0 0 12px;
  padding-left: 0.25em;
  color: #7a848f;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.page-contents li:last-child {
  margin-bottom: 0;
}

.page-contents li::marker {
  color: #7a848f;
  font-size: 13px;
}

.page-contents a {
  display: block;
  color: #1f2328;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.page-contents a:hover,
.page-contents a:focus {
  color: #244bd0;
}


.legal-section {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid #e6e8ec;
}

.legal-section h2 {
  margin-top: 0;
}

code {
  font-family: Consolas, Monaco, monospace;
  font-size: 0.95em;
  word-wrap: break-word;
}

.feature-list {
  margin: 36px 0 0;
}

.feature-list dt {
  padding-top: 14px;
  border-top: 1px solid #e6e8ec;
  font-weight: 600;
}

.feature-list dd {
  margin: 6px 0 16px;
}

.site-footer {
  padding-top: 28px;
  padding-bottom: 36px;
  margin-top: 32px;
  border-top: 1px solid #e6e8ec;
  color: #626c76;
  font-size: 15px;
}

.site-footer span {
  display: block;
  margin-bottom: 10px;
  color: #626c76;
}

.footer-links a {
  margin-bottom: 8px;
}

/* Progressive layout improvements for browsers that understand media queries. */
@media screen and (min-width: 560px) {
  .site-header,
  .site-footer,
  .page {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 720px) {
  .site-header {
    overflow: hidden;
  }

  .logo {
    float: left;
    margin-top: 7px;
  }

  .header-actions {
    display: block;
    margin-top: 0;
    text-align: right;
  }

  .first-section {
    padding-top: 60px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  .lede {
    font-size: 19px;
  }

  .section-lede {
    font-size: 17px;
  }

  .quote p {
    font-size: 36px;
  }

  .carousel-button {
    display: inline-block;
    width: 23%;
    height: 74px;
    margin-right: 1%;
    vertical-align: top;
  }

  .card-grid {
    overflow: hidden;
  }

  .card {
    float: left;
    width: 31.3%;
    margin: 0 2% 18px 0;
  }

  .card.last-card {
    margin-right: 0;
  }

  .site-footer {
    overflow: hidden;
  }

  .site-footer span {
    float: left;
    margin-bottom: 0;
  }

  .footer-links {
    text-align: right;
  }
}

@media screen and (min-width: 900px) {
  .site-header,
  .site-footer,
  .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 560px) {
  .quote-photo {
    width: 112px;
    height: 112px;
    border-radius: 56px;
  }

  .button-row .button,
  .button-row .inline-link {
    display: block;
    margin-right: 0;
  }
}

.section.measure h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.section.measure h2 + h3,
.section.measure .section-lede + h3 {
  margin-top: 26px;
}

.faq-list .faq-item {
  margin-top: 22px;
}

.faq-list .faq-item h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.faq-list .faq-item-separated {
  padding-top: 22px;
  border-top: 1px solid #e6e8ec;
}

.content-card {
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  background: #f8f9fc;
}

.content-card + .content-card {
  margin-top: 16px;
}

.content-card h3 {
  margin: 0 0 4px;
}

.content-note {
  margin: 0;
  color: #626c76;
  font-size: 14px;
}

.step-list {
  margin-top: 16px;
}

.step-list li {
  margin-top: 10px;
}

.benefit-list {
  margin-top: 17px;
}

.benefit-list li {
  margin-top: 8px;
}

code { overflow-wrap: anywhere; }


/* Homepage launch layout. */
.home-hero {
  max-width: 920px;
}

.home-hero-image {
  width: 100%;
  margin: 0 0 34px;
  border: 1px solid #e6e1d7;
  border-radius: 18px;
  background: #f7f4ee;
}

.home-hero .kicker,
.home-hero h1,
.home-hero .lede,
.home-hero .button-row,
.home-hero .content-note {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.home-strengths .measure {
  max-width: 660px;
}

.strength-columns {
  max-width: 940px;
  margin: 34px auto 0;
}

.strength-point {
  padding: 24px 0;
  border-top: 1px solid #e6e8ec;
}

.strength-point h3 {
  margin: 0 0 8px;
}

.strength-point p {
  margin: 0;
}

@media screen and (min-width: 720px) {
  .home-hero-image {
    margin-bottom: 40px;
  }

  .strength-columns {
    overflow: hidden;
  }

  .strength-column {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }

  .last-strength-column {
    margin-right: 0;
  }
}

/* Homepage refinement: direct proof after the hero. */
.home-strengths {
  max-width: 980px;
}

.home-strengths .strength-columns {
  margin-top: 0;
}

@media screen and (min-width: 720px) {
  .strength-point {
    min-height: 190px;
  }
}

/* Homepage copywriter pass: direct proof after hero without a dividing rule. */
.home-hero + .home-strengths {
  margin-top: 52px;
  padding-top: 0;
  border-top: 0;
}

@media screen and (min-width: 720px) {
  .home-hero + .home-strengths {
    margin-top: 64px;
  }

  .strength-point {
    min-height: 205px;
  }
}


/* Homepage quote balance: keep the founder quote optically centred between the proof points and footer. */
.home-quote {
  padding-top: 56px;
  padding-bottom: 24px;
}

.home-quote .quote {
  margin-top: 0;
}

@media screen and (min-width: 720px) {
  .home-quote {
    padding-top: 72px;
    padding-bottom: 40px;
  }
}

/* Header and footer brand pass: simple, modern, and still low-tech. */
.site-header {
  min-height: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-color: #edf0f3;
}

.site-brand {
  display: inline-block;
  min-height: 32px;
  color: #1f2328;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 32px;
  text-decoration: none;
  vertical-align: middle;
}

.site-brand:hover,
.site-brand:focus {
  color: #1f2328;
  text-decoration: none;
}

.site-brand-mark {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 2px 9px 0 0;
  border: 1px solid #e6e1d7;
  border-radius: 8px;
  background: #f7f4ee;
  vertical-align: top;
}

.site-brand-name {
  display: inline-block;
  vertical-align: top;
}

.header-actions {
  display: block;
  margin-top: 14px;
}

.site-header .nav-link {
  min-height: 34px;
  margin: 0 4px 8px 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: #626c76;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #f3f5f8;
  color: #1f2328;
  text-decoration: none;
}

.header-button {
  min-height: 36px;
  margin: 0 0 8px 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.25;
}

.site-footer {
  margin-top: 44px;
  padding-top: 32px;
  padding-bottom: 40px;
  border-top-color: #edf0f3;
  color: #626c76;
}

.footer-brand {
  margin-bottom: 22px;
}

.footer-logo {
  display: inline-block;
  min-height: 30px;
  color: #1f2328;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 30px;
  text-decoration: none;
}

.footer-logo:hover,
.footer-logo:focus {
  color: #1f2328;
  text-decoration: none;
}

.footer-mark {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 2px 8px 0 0;
  border: 1px solid #e6e1d7;
  border-radius: 8px;
  background: #f7f4ee;
  vertical-align: top;
}

.site-footer .footer-logo span {
  display: inline;
  float: none;
  margin: 0;
  color: #1f2328;
}

.footer-brand p {
  max-width: 300px;
  margin-top: 10px;
  color: #626c76;
  font-size: 15px;
  line-height: 1.5;
}

.site-footer .footer-copy {
  display: block;
  float: none;
  margin-top: 12px;
  margin-bottom: 0;
  color: #8b949e;
  font-size: 14px;
}

.footer-links {
  margin-top: 0;
}

.site-footer .footer-links a {
  margin: 0 14px 10px 0;
  color: #626c76;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus {
  color: #1f2328;
  text-decoration: none;
}

@media screen and (min-width: 720px) {
  .site-header {
    min-height: 74px;
    padding-top: 18px;
    padding-bottom: 18px;
    overflow: hidden;
  }

  .site-brand {
    float: left;
    margin-top: 1px;
  }

  .header-actions {
    display: block;
    margin-top: 0;
    text-align: right;
  }

  .site-header .nav-link {
    margin-top: 1px;
    margin-bottom: 0;
  }

  .header-button {
    margin-bottom: 0;
  }

  .site-footer {
    overflow: hidden;
  }

  .site-footer span {
    float: none;
  }

  .footer-brand {
    float: left;
    width: 36%;
    margin-bottom: 0;
  }

  .footer-links {
    float: right;
    width: 60%;
    text-align: right;
  }

  .site-footer .footer-links a {
    margin-right: 0;
    margin-left: 18px;
  }
}

@media screen and (max-width: 420px) {
  .site-header .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-button {
    margin-left: 0;
  }
}

/* Header and footer mobile polish: same brand system, better small-screen behaviour. */
.site-header {
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-brand {
  display: block;
  margin-bottom: 12px;
}

.header-actions {
  margin-top: 0;
}

.site-header .nav-link {
  min-height: 40px;
  margin: 0 6px 8px 0;
  padding: 9px 12px;
  line-height: 1.35;
}

.header-button {
  display: block;
  width: 100%;
  max-width: 340px;
  min-height: 44px;
  margin: 4px 0 0;
  padding: 11px 16px;
  line-height: 1.35;
}

.site-footer {
  padding-top: 34px;
  padding-bottom: 38px;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-links {
  max-width: 420px;
  margin-top: 20px;
}

.site-footer .footer-links a {
  display: inline-block;
  width: 48%;
  min-height: 38px;
  margin: 0 1% 6px 0;
  padding: 7px 0;
  line-height: 1.35;
  vertical-align: top;
}

@media screen and (min-width: 440px) {
  .header-button {
    display: inline-block;
    width: auto;
    margin: 0 0 8px 4px;
  }
}

@media screen and (max-width: 360px) {
  .site-header .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-footer .footer-links a {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 720px) {
  .site-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .site-brand {
    display: inline-block;
    margin-bottom: 0;
  }

  .header-button {
    max-width: none;
    margin-left: 6px;
  }

  .footer-links {
    max-width: none;
    margin-top: 0;
  }

  .site-footer .footer-links a {
    width: auto;
    min-height: 30px;
    margin: 0 0 8px 18px;
    padding: 3px 0;
  }
}

/* Homepage product carousel: real app screenshots, no JavaScript, graceful old-browser fallback. */
.home-carousel {
  max-width: 920px;
  margin: 0 0 34px;
}

.home-carousel-toggle {
  position: absolute;
  left: -9999px;
}

.home-carousel-stage {
  margin: 0;
}

.home-carousel-panel {
  display: block;
  margin: 0 0 18px;
}

.home-carousel-toggle:checked ~ .home-carousel-stage .home-carousel-panel {
  display: none;
}

#home-screen-editor:checked ~ .home-carousel-stage .home-carousel-panel-editor,
#home-screen-appearance:checked ~ .home-carousel-stage .home-carousel-panel-appearance,
#home-screen-find:checked ~ .home-carousel-stage .home-carousel-panel-find,
#home-screen-export:checked ~ .home-carousel-stage .home-carousel-panel-export {
  display: block;
}

.home-carousel-panel img {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #e6e1d7;
  border-radius: 18px;
  background: #f7f4ee;
}

.home-carousel-panel figcaption {
  margin: 12px 0 0;
  color: #626c76;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.home-carousel-nav {
  margin: 14px 0 0;
  text-align: center;
}

.home-carousel-nav label {
  display: inline-block;
  min-height: 36px;
  margin: 0 4px 8px;
  padding: 8px 13px;
  border: 1px solid #e1e4ea;
  border-radius: 999px;
  background: #ffffff;
  color: #626c76;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  vertical-align: top;
}

#home-screen-editor:checked ~ .home-carousel-nav label[for="home-screen-editor"],
#home-screen-appearance:checked ~ .home-carousel-nav label[for="home-screen-appearance"],
#home-screen-find:checked ~ .home-carousel-nav label[for="home-screen-find"],
#home-screen-export:checked ~ .home-carousel-nav label[for="home-screen-export"] {
  border-color: #4b55e6;
  background: #eef0ff;
  color: #1f2328;
}

@media screen and (max-width: 520px) {
  .home-carousel-nav label {
    min-width: 44%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (min-width: 720px) {
  .home-carousel {
    margin-bottom: 40px;
  }
}

/* Homepage hero spacing pass: lead with the value proposition, then use screenshots as proof. */
.home-hero {
  max-width: 980px;
  text-align: center;
}

.home-hero h1,
.home-hero .lede,
.home-hero .button-row {
  max-width: 680px;
}

.home-hero .button-row {
  margin-top: 24px;
}

.home-carousel {
  max-width: 900px;
  margin: 38px auto 0;
}

.home-carousel-panel figcaption {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero + .home-strengths {
  margin-top: 56px;
}

@media screen and (min-width: 720px) {
  .home-carousel {
    margin-top: 44px;
  }

  .home-hero + .home-strengths {
    margin-top: 68px;
  }
}

@media screen and (max-width: 560px) {
  .home-carousel {
    margin-top: 32px;
  }
}


/* Editorial product companion pass: warm app-like surfaces and seasonal page support. */
html {
  background: #f7f3ec;
}

body {
  background: #f7f3ec;
  color: #20231f;
}

a:hover,
a:focus {
  color: #58643b;
}

a:focus {
  outline-color: #687344;
}

.skip-link {
  border-color: #687344;
  background: #fffdf8;
}

.site-header,
.site-footer {
  border-color: #e6ddd0;
}

.site-brand-mark,
.footer-mark {
  border-color: #ded4c3;
  background: #fffaf0;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #ede7d9;
  color: #20231f;
}

.header-button,
.button {
  border-color: #59613a;
  background: #59613a;
  color: #ffffff;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #42492c;
  background: #42492c;
  color: #ffffff;
}

.button-secondary {
  border-color: #d7c8b5;
  background: #fffdf8;
  color: #20231f;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #b79a64;
  background: #f2eadc;
  color: #20231f;
}

.section + .section,
.page-contents,
.legal-section,
.feature-list dt,
.card-footer,
.faq-list .faq-item-separated,
.strength-point {
  border-color: #e6ddd0;
}

.content-card,
.card,
.plan-fit,
.feature-cue {
  border-color: #e2d8c8;
  background: #fffdf8;
}

.plan-fit,
.feature-cue {
  border-left-color: #59613a;
}

.home-carousel {
  padding: 14px;
  border: 1px solid #e4dac9;
  border-radius: 24px;
  background: #fbf7ef;
}

.home-carousel-panel img {
  border-color: #ded4c3;
  background: #fffdf8;
}

.home-carousel-nav label {
  border-color: #ddd4c5;
  background: #fffdf8;
}

#home-screen-editor:checked ~ .home-carousel-nav label[for="home-screen-editor"],
#home-screen-appearance:checked ~ .home-carousel-nav label[for="home-screen-appearance"],
#home-screen-find:checked ~ .home-carousel-nav label[for="home-screen-find"],
#home-screen-export:checked ~ .home-carousel-nav label[for="home-screen-export"] {
  border-color: #59613a;
  background: #ede7d9;
  color: #20231f;
}

.quote-photo {
  border: 1px solid #e6ddd0;
}

.season-media {
  margin: 34px 0 0;
}

.season-media img {
  width: 100%;
  border: 1px solid #e1d6c4;
  border-radius: 22px;
  background: #fffdf8;
}

.season-focus-list {
  margin-top: 24px;
}

.season-focus-item h3 {
  margin-top: 0;
}

.site-footer .footer-links a[aria-current="page"] {
  color: #20231f;
}

@media screen and (min-width: 720px) {
  .season-focus-list {
    overflow: hidden;
  }

  .season-focus-item {
    float: left;
    width: 48%;
    min-height: 180px;
    margin-right: 4%;
  }

  .season-focus-item:nth-child(2n) {
    margin-right: 0;
  }
}

/* App palette correction: mirror the launched Compose UI tokens more closely. */
html,
body {
  background: #F1F0ED;
}

body {
  color: #141412;
}

a {
  color: #141412;
}

a:hover,
a:focus {
  color: #667D35;
}

a:focus {
  outline-color: #667D35;
}

p,
li,
dd,
.lede,
.section-lede {
  color: #353431;
}

.fineprint p,
.content-note,
.carousel-caption,
.home-carousel-panel figcaption,
.footer-brand p,
.site-footer,
.site-footer .footer-copy,
.site-footer .footer-links a,
.site-header .nav-link,
.kicker,
.page-contents p,
.page-contents li,
.page-contents li::marker {
  color: #67645F;
}

h1,
h2,
h3,
strong,
dt,
.site-brand,
.site-brand:hover,
.site-brand:focus,
.footer-logo,
.footer-logo:hover,
.footer-logo:focus,
.site-footer .footer-logo span,
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus,
.site-footer .footer-links a[aria-current="page"],
.page-contents a {
  color: #141412;
}

.site-header,
.site-footer,
.section + .section,
.page-contents,
.legal-section,
.feature-list dt,
.card-footer,
.faq-list .faq-item-separated,
.strength-point {
  border-color: #E3E1DC;
}

.skip-link,
.content-card,
.card,
.plan-fit,
.feature-cue,
.carousel-button,
.home-carousel-nav label {
  border-color: #E3E1DC;
  background: #FEFDFB;
}

.plan-fit,
.feature-cue {
  border-left-color: #667D35;
  background: #F7F6F3;
}

.site-brand-mark,
.footer-mark {
  border-color: #E3E1DC;
  background: #FEFDFB;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #E9EDE0;
  color: #141412;
}

.header-button,
.button {
  border-color: #667D35;
  background: #667D35;
  color: #FEFDFB;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #50622A;
  background: #50622A;
  color: #FEFDFB;
}

.button-secondary {
  border-color: #D7D5CF;
  background: #FEFDFB;
  color: #141412;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #AAB990;
  background: #E9EDE0;
  color: #141412;
}

.home-carousel,
.media-frame {
  border-color: #E3E1DC;
  background: #F7F6F3;
}

.home-carousel-panel img,
.carousel-slide img,
.home-hero-image,
.season-compact-media img,
.season-media img {
  border-color: #D7D5CF;
  background: #FAFAF7;
}

#home-screen-editor:checked ~ .home-carousel-nav label[for="home-screen-editor"],
#home-screen-appearance:checked ~ .home-carousel-nav label[for="home-screen-appearance"],
#home-screen-find:checked ~ .home-carousel-nav label[for="home-screen-find"],
#home-screen-export:checked ~ .home-carousel-nav label[for="home-screen-export"],
.carousel-button.is-active,
.carousel-button[aria-current="true"] {
  border-color: #B7C5A0;
  background: #E9EDE0;
  color: #141412;
}

.quote-photo {
  border-color: #E3E1DC;
}

/* Tighter Season page, using the same language as the app. */
.season-page {
  max-width: 980px;
}

.season-compact-hero {
  display: block;
}

.season-version {
  margin: -8px 0 18px;
  color: #67645F;
  font-size: 15px;
  font-weight: 600;
}

.season-compact-media {
  margin: 30px 0 0;
}

.season-compact-media img {
  width: 100%;
  border: 1px solid #D7D5CF;
  border-radius: 18px;
}

.season-tight-section {
  margin-top: 58px;
}

.season-focus-list-tight {
  margin-top: 24px;
}

.season-focus-list-tight .content-card {
  padding: 20px 22px;
}

.season-animal-card h2 {
  font-size: 24px;
  line-height: 1.25;
}

@media screen and (min-width: 720px) {
  .season-compact-hero {
    overflow: hidden;
  }

  .season-compact-copy {
    float: left;
    width: 43%;
    padding-top: 16px;
  }

  .season-compact-media {
    float: right;
    width: 51%;
    margin-top: 0;
  }

  .season-focus-list-tight .season-focus-item {
    min-height: 0;
  }
}

/* White canvas and brand accent correction: keep the app-like restraint without tinting the whole website. */
html,
body {
  background: #ffffff;
}

body {
  color: #1f2328;
}

a {
  color: #1f2328;
}

a:hover,
a:focus {
  color: #4b55e6;
}

a:focus,
.skip-link {
  outline-color: #4b55e6;
}

.skip-link {
  border-color: #4b55e6;
  background: #ffffff;
}

p,
li,
dd,
.lede,
.section-lede {
  color: #454b52;
}

.fineprint p,
.content-note,
.carousel-caption,
.home-carousel-panel figcaption,
.footer-brand p,
.site-footer,
.site-footer .footer-copy,
.site-footer .footer-links a,
.site-header .nav-link,
.kicker,
.page-contents p,
.page-contents li,
.page-contents li::marker {
  color: #626c76;
}

h1,
h2,
h3,
strong,
dt,
.site-brand,
.site-brand:hover,
.site-brand:focus,
.footer-logo,
.footer-logo:hover,
.footer-logo:focus,
.site-footer .footer-logo span,
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus,
.site-footer .footer-links a[aria-current="page"],
.page-contents a {
  color: #1f2328;
}

.site-header,
.site-footer,
.section + .section,
.page-contents,
.legal-section,
.feature-list dt,
.card-footer,
.faq-list .faq-item-separated,
.strength-point {
  border-color: #e6e8ec;
}

.site-brand-mark,
.footer-mark,
.home-carousel-panel img,
.carousel-slide img,
.home-hero-image,
.season-compact-media img,
.season-media img,
.quote-photo {
  border-color: #e6e8ec;
  background: #ffffff;
}

.content-card,
.card,
.carousel-button,
.home-carousel-nav label {
  border-color: #e6e8ec;
  background: #ffffff;
}

.plan-fit,
.feature-cue {
  border-color: #e6e8ec;
  border-left-color: #4b55e6;
  background: #f7f8ff;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #f4f5ff;
  color: #1f2328;
}

.header-button,
.button {
  border-color: #4b55e6;
  background: #4b55e6;
  color: #ffffff;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #244bd0;
  background: #244bd0;
  color: #ffffff;
}

.button-secondary {
  border-color: #dfe3fb;
  background: #ffffff;
  color: #1f2328;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #aeb5f4;
  background: #f4f5ff;
  color: #1f2328;
}

.home-carousel,
.media-frame {
  border-color: #e6e8ec;
  background: #fbfbfd;
}

#home-screen-editor:checked ~ .home-carousel-nav label[for="home-screen-editor"],
#home-screen-appearance:checked ~ .home-carousel-nav label[for="home-screen-appearance"],
#home-screen-find:checked ~ .home-carousel-nav label[for="home-screen-find"],
#home-screen-export:checked ~ .home-carousel-nav label[for="home-screen-export"],
.carousel-button.is-active,
.carousel-button[aria-current="true"] {
  border-color: #4b55e6;
  background: #eef0ff;
  color: #1f2328;
}

/* Season page: use the same prose rhythm as Features and Plans instead of a separate card grid. */
.season-tight-section .section-lede {
  margin-bottom: 26px;
}

.season-tight-section h3 {
  padding-top: 22px;
  border-top: 1px solid #e6e8ec;
}

.season-tight-section h2 + .section-lede + h3 {
  margin-top: 26px;
}

@media screen and (min-width: 720px) {
  .season-focus-list,
  .season-focus-list-tight {
    overflow: visible;
  }

  .season-focus-item,
  .season-focus-item:nth-child(2n),
  .season-focus-list-tight .season-focus-item {
    float: none;
    width: auto;
    min-height: 0;
    margin-right: 0;
  }
}


/* Homepage split hero: value proposition beside the product carousel, matching the Season page layout. */
.home-hero-split {
  max-width: 1040px;
  text-align: left;
}

.home-hero-split:after {
  display: block;
  clear: both;
  content: "";
}

.home-hero-copy,
.home-hero-media {
  display: block;
}

.home-hero-copy h1,
.home-hero-copy .lede,
.home-hero-copy .button-row {
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
}

.home-hero-copy .button-row {
  margin-top: 24px;
}

.home-hero-media {
  margin-top: 36px;
}

.home-hero-split .home-carousel {
  max-width: none;
  margin: 0;
}

.home-hero-split .home-carousel-panel figcaption {
  max-width: 520px;
}

.home-hero-split + .home-strengths {
  margin-top: 54px;
}

@media screen and (min-width: 900px) {
  .home-hero-copy {
    float: left;
    width: 38%;
    padding-top: 34px;
  }

  .home-hero-media {
    float: right;
    width: 56%;
    margin-top: 0;
  }

  .home-hero-copy h1 {
    margin-top: 0;
  }

  .home-hero-copy .button-row {
    text-align: left;
  }

  .home-hero-split + .home-strengths {
    margin-top: 76px;
  }
}

@media screen and (min-width: 1100px) {
  .home-hero-copy {
    width: 37%;
  }

  .home-hero-media {
    width: 57%;
  }
}

@media screen and (max-width: 899px) {
  .home-hero-split {
    max-width: 720px;
  }

  .home-hero-copy h1,
  .home-hero-copy .lede,
  .home-hero-copy .button-row {
    max-width: 660px;
  }
}

@media screen and (max-width: 560px) {
  .home-hero-media {
    margin-top: 30px;
  }

  .home-hero-split + .home-strengths {
    margin-top: 46px;
  }
}


/* Homepage: return to the centred hero with product carousel below the message. */
.home-hero-centered {
  max-width: 980px;
  text-align: center;
}

.home-hero-centered:after {
  display: none;
  content: "";
}

.home-hero-centered .home-hero-copy,
.home-hero-centered .home-hero-media {
  float: none;
  width: auto;
  padding-top: 0;
}

.home-hero-centered .home-hero-media {
  margin-top: 40px;
}

.home-hero-centered .home-hero-copy h1,
.home-hero-centered .home-hero-copy .lede,
.home-hero-centered .home-hero-copy .button-row {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-centered .home-hero-copy .button-row {
  text-align: center;
}

.home-hero-centered .home-carousel {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-centered .home-carousel-panel figcaption {
  max-width: 640px;
}

.home-hero-centered + .home-strengths {
  margin-top: 68px;
}

@media screen and (max-width: 560px) {
  .home-hero-centered .home-hero-media {
    margin-top: 32px;
  }

  .home-hero-centered + .home-strengths {
    margin-top: 48px;
  }
}

/* Season page: use the same single-column guide rhythm as Features, Plans and Install. */
.season-media {
  margin: 24px 0 22px;
}

.season-media img {
  display: block;
  width: 100%;
  border: 1px solid #e6e8ec;
  border-radius: 18px;
  background: #ffffff;
}

.season-animal-card {
  padding: 24px 26px;
}

.season-animal-card h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.25;
}

@media screen and (max-width: 560px) {
  .season-animal-card {
    padding: 22px 20px;
  }
}

/* Season page refinement: image sits directly below the season lede. */
.season-hero-image {
  margin-top: 28px;
}

/* Season page: compact improvement rhythm and paired note cards. */
.season-tight-section h2 + p {
  margin-top: 0;
}

.season-tight-section p + h2 {
  margin-top: 38px;
}

.season-card-section .content-card:first-child {
  margin-top: 0;
}

/* Season page: planned items sit one level below the section heading. */
.season-tight-section .section-lede + h3 {
  margin-top: 28px;
}

.season-tight-section p + h3 {
  margin-top: 36px;
}

/* Button shape and olive accent pass: align controls with the app's rounded-rectangle language. */
a:hover,
a:focus,
.page-contents a:hover,
.page-contents a:focus {
  color: #5f6f31;
}

a:focus,
.skip-link {
  outline-color: #5f6f31;
}

.skip-link {
  border-color: #5f6f31;
}

.header-button,
.button {
  border-color: #5f6f31;
  border-radius: 10px;
  background: #5f6f31;
  color: #ffffff;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #4d5a28;
  background: #4d5a28;
  color: #ffffff;
}

.button-secondary {
  border-color: #c8d0b2;
  border-radius: 10px;
  background: #ffffff;
  color: #1f2328;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #aab88e;
  background: #f3f6ed;
  color: #1f2328;
}

.site-header .nav-link {
  border-radius: 8px;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #f3f6ed;
  color: #1f2328;
}

.plan-fit,
.feature-cue {
  border-left-color: #5f6f31;
  background: #f8faf5;
}

.carousel-button.is-active,
.carousel-button[aria-current="true"],
#home-screen-editor:checked ~ .home-carousel-nav label[for="home-screen-editor"],
#home-screen-appearance:checked ~ .home-carousel-nav label[for="home-screen-appearance"],
#home-screen-find:checked ~ .home-carousel-nav label[for="home-screen-find"],
#home-screen-export:checked ~ .home-carousel-nav label[for="home-screen-export"] {
  border-color: #5f6f31;
  background: #edf2e4;
  color: #1f2328;
}

.carousel-button,
.home-carousel-nav label {
  border-radius: 10px;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus,
.site-footer .footer-links a[aria-current="page"] {
  color: #5f6f31;
}

/* Homepage strengths rhythm: keep proof points evenly balanced between their separators. */
.strength-point {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 720px) {
  .strength-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 196px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 719px) {
  .strength-point {
    min-height: 0;
  }
}


/* Final structural cleanup: single hero image, lean footer, and prose-style feature proof. */
.home-carousel-panel {
  margin-bottom: 0;
}
.home-carousel-panel figcaption,
.home-carousel-nav {
  display: none;
}
#why-compose h3 {
  margin-top: 30px;
}
#why-compose h3 + p {
  margin-top: 8px;
}

/* Hero capture device-frame refinements.
   The real app capture is the product proof, so the frame should support it, not compete with it. */
.home-hero-centered .home-hero-media {
  margin-top: 44px;
}

.home-hero-centered .home-carousel {
  max-width: 980px;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-device {
  position: relative;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  isolation: isolate;
}

.home-device:before {
  position: absolute;
  inset: -7% -5% auto;
  height: 42%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(98, 118, 55, 0.10), rgba(98, 118, 55, 0));
  content: "";
  filter: blur(18px);
  opacity: 0.55;
  z-index: -1;
}

.home-device img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #ffffff;
}

.home-device-tablet {
  padding: 12px;
  border: 1px solid #dfdbd1;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f5ef 100%);
  box-shadow: 0 30px 72px rgba(27, 31, 35, 0.095), 0 8px 22px rgba(27, 31, 35, 0.045);
}

.home-device-tablet img {
  border: 1px solid #ece8df;
  border-radius: 17px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.home-device-tablet:after {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 52px;
  height: 3px;
  border-radius: 99px;
  background: #d5d0c6;
  content: "";
  transform: translateX(-50%);
}

.home-device-laptop {
  padding: 10px 10px 0;
  border: 1px solid #dfdbd1;
  border-radius: 22px 22px 11px 11px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f5ef 100%);
  box-shadow: 0 32px 76px rgba(27, 31, 35, 0.095), 0 8px 22px rgba(27, 31, 35, 0.045);
  margin-bottom: 32px;
}

.home-device-laptop img {
  border: 1px solid #ece8df;
  border-radius: 14px 14px 5px 5px;
}

.home-device-laptop:before {
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 104%;
  height: 16px;
  border: 1px solid #ded9cf;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, #f2f0ea 0%, #e3ded4 100%);
  box-shadow: 0 16px 30px rgba(27, 31, 35, 0.075);
  content: "";
  transform: translateX(-50%);
  z-index: 1;
}

.home-device-laptop:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 70px;
  height: 3px;
  border-radius: 99px;
  background: #c8c2b7;
  content: "";
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 760px) {
  .home-hero-centered .home-carousel {
    max-width: min(980px, calc(100vw - 28px));
  }

  .home-device-tablet {
    padding: 8px;
    border-radius: 18px;
  }

  .home-device-tablet img {
    border-radius: 11px;
  }

  .home-device-tablet:after {
    bottom: 3px;
    width: 38px;
    height: 2px;
  }

  .home-device-laptop {
    padding: 7px 7px 0;
    border-radius: 16px 16px 8px 8px;
    margin-bottom: 22px;
  }

  .home-device-laptop img {
    border-radius: 10px 10px 4px 4px;
  }

  .home-device-laptop:before {
    bottom: -12px;
    height: 11px;
    width: 103%;
  }

  .home-device-laptop:after {
    bottom: -5px;
    width: 44px;
    height: 2px;
  }
}


.table-wrap {
  margin: 28px 0;
  overflow-x: auto;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}

.table-wrap th,
.table-wrap td {
  padding: 14px 16px;
  border: 1px solid #e6e8ec;
  text-align: left;
  vertical-align: top;
}

.table-wrap th {
  color: #1f2328;
  background: #f8f7f3;
  font-weight: 650;
}

.plan-summary {
  max-width: 980px;
}

.first-section + .plan-summary {
  position: relative;
  padding-top: 0;
  border-top: 0;
}

.first-section + .plan-summary:before {
  display: block;
  max-width: 660px;
  margin: 0 auto 42px;
  border-top: 1px solid #e6e8ec;
  content: "";
}

.plan-summary + .contents-section {
  margin-top: 48px;
  padding-top: 0;
  border-top: 0;
}

.contents-section .page-contents {
  margin-top: 0;
}

.plan-overview {
  max-width: 980px;
  margin-top: 28px;
}

.plan-card {
  background: #ffffff;
}

.plan-card h3 {
  margin-bottom: 7px;
}

.plan-card-head {
  margin: 0;
}

.plan-card-fit {
  color: #626c76;
  font-size: 15px;
  line-height: 1.5;
}

.plan-card-benefits {
  margin-top: 20px;
}

.plan-card-benefits li {
  margin-top: 10px;
}

.plan-card-price-area {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e6e8ec;
}

.plan-card-price {
  margin: 0;
}

.plan-card-price strong {
  display: block;
  color: #1f2328;
  font-size: 30px;
  font-weight: 650;
  line-height: 1.1;
}

.plan-card-price span {
  display: block;
  margin-top: 5px;
  color: #626c76;
  font-size: 14px;
  line-height: 1.4;
}

.plan-card .button-row {
  margin-top: 22px;
}

.plan-card .button {
  display: block;
}

.seat-estimator {
  margin-top: 0;
}

.seat-row {
  margin-top: 12px;
}

.seat-estimator label {
  display: inline-block;
  margin: 8px 8px 0 0;
  color: #1f2328;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
}

.seat-estimator input {
  width: 58px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #cfd6df;
  border-radius: 0;
  background: #ffffff;
  color: #1f2328;
  font: inherit;
  line-height: 1.35;
  text-align: center;
  vertical-align: top;
}

.seat-estimator input:focus {
  outline: 2px solid #4b55e6;
  outline-offset: 3px;
}

.seat-stepper {
  display: inline-block;
  width: 40px;
  min-height: 40px;
  padding: 8px 0;
  border: 1px solid #cfd6df;
  background: #ffffff;
  color: #1f2328;
  font: inherit;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  vertical-align: top;
}

.seat-stepper:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: 0;
}

.seat-stepper:last-of-type {
  border-left: 0;
  border-radius: 0 6px 6px 0;
}

.seat-stepper:hover,
.seat-stepper:focus {
  background: #f3f5f8;
}

.seat-stepper:focus {
  outline: 2px solid #4b55e6;
  outline-offset: 3px;
}

.plan-pricing-note {
  margin-top: 16px;
}

@media screen and (max-width: 560px) {
  .seat-estimator input {
    width: 74px;
  }
}

@media screen and (min-width: 720px) {
  .plan-overview {
    display: table;
    width: 100%;
    border-spacing: 24px 0;
  }

  .plan-overview .plan-card {
    display: table-cell;
    float: none;
    width: 33.33%;
    margin: 0;
    vertical-align: top;
  }

  .plan-card-head {
    min-height: 72px;
  }

  .plan-card-benefits {
    min-height: 224px;
  }

  .plan-card-price-area {
    position: relative;
    min-height: 204px;
    padding-bottom: 64px;
  }

  .plan-card .button-row {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
}

.legal-section h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: #1f2328;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.legal-list {
  margin: 18px 0 0;
  padding-left: 24px;
}

.legal-list li + li {
  margin-top: 8px;
}

.legal-section blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid #b7c6a3;
  background: #fbfaf7;
}

.legal-section blockquote p {
  margin: 0;
}


/* Shared pre-footer CTA for marketing pages.
   Keep this as a quiet closing section, using the site's standard section rhythm. */
.pre-footer-cta + .site-footer {
  margin-top: 32px;
}
