.welcome-site {
  --welcome-ink: #263f34;
  --welcome-muted: #687367;
  --welcome-paper: #faf9f3;
  background: var(--welcome-paper);
  color: var(--welcome-ink);
  min-height: 100vh;
  font-size: 16px;
}
.welcome-site a {
  text-decoration: none;
}
.welcome-header,
.welcome-main,
.welcome-footer {
  max-width: 1440px;
  margin: 0 auto;
}
.welcome-header {
  height: 104px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.welcome-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 550;
}
.welcome-header nav > a:not(.welcome-button):hover,
.account-home:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.welcome-main {
  padding: 0 6%;
}
.welcome-eyebrow {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  background: #76945d;
}
.welcome-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 17px 23px;
  min-height: 54px;
  border: 1px solid var(--welcome-ink);
  border-radius: 5px;
  background: var(--welcome-ink);
  color: #fffef7;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
  cursor: pointer;
}
.welcome-button:hover {
  background: #3d5d48;
  transform: translateY(-1px);
}
.welcome-button.compact {
  min-height: 44px;
  padding: 11px 18px;
}
.welcome-button.outline {
  background: transparent;
  color: var(--welcome-ink);
  border-color: #cbd1c0;
}
.welcome-button.outline:hover {
  background: #eceee3;
}
.landing-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  padding: 66px 0 76px;
  align-items: center;
}
.hero-copy h1 {
  font:
    500 clamp(48px, 5.3vw, 76px)/1.06 Manrope,
    var(--font);
  letter-spacing: -3.7px;
  margin: 0 0 28px;
}
.hero-copy h1 em,
.account-story h1 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: #66825a;
}
.hero-description {
  max-width: 450px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--welcome-muted);
  margin: 0 0 31px;
}
.welcome-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-note {
  font-size: 12px;
  color: var(--welcome-muted);
  line-height: 1.6;
  margin: 19px 0 0;
}
.hero-visual {
  position: relative;
  background: #edf0e5;
  border: 1px solid #dce1d1;
  border-radius: 9px;
  min-width: 0;
  padding: 25px 23px 0;
}
.plan-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #687963;
}
.plan-caption > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan-caption > span:last-child {
  font-size: 9px;
  opacity: 0.8;
}
.plan-stage {
  display: grid;
  place-items: center;
  height: 380px;
  background-image:
    linear-gradient(#dbe1cf80 1px, transparent 1px),
    linear-gradient(90deg, #dbe1cf80 1px, transparent 1px);
  background-size: 25px 25px;
  margin: 22px -5px 0;
  perspective: 900px;
}
.home-plan {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.plan-stage .home-plan {
  transform: rotateX(25deg) rotateZ(-16deg) scale(0.95);
  filter: drop-shadow(-9px 19px 0 #c4cdb7) drop-shadow(0 20px 16px #5363461c);
}
.plan-floating-note {
  position: relative;
  width: fit-content;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fffef8;
  padding: 15px 18px;
  border: 1px solid #e3e5da;
  border-radius: 5px;
  box-shadow: 0 8px 24px #364d3010;
  margin: -10px 0 22px -42px;
}
.note-icon {
  background: #edf1df;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 28px;
  border-radius: 50%;
}
.plan-floating-note strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.plan-floating-note div > span {
  display: block;
  color: var(--welcome-muted);
  font-size: 11px;
  margin-top: 4px;
}
.plan-footer {
  border-top: 1px solid #d4dcc8;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.plan-footer > span {
  font-size: 9px;
  letter-spacing: 1px;
  color: #77836d;
}
.plan-footer a {
  font-size: 12px;
  font-weight: 600;
}
.product-strip {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-block: 1px solid #dedfd3;
}
.product-strip > span {
  font-size: 10px;
  letter-spacing: 1.3px;
  max-width: 155px;
  line-height: 1.8;
  color: var(--welcome-muted);
}
.product-strip p {
  font-family: Georgia, serif;
  font-size: 22px;
  margin: 0;
}
.how-section {
  padding: 91px 0 73px;
  scroll-margin-top: 30px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px 80px;
  align-items: end;
}
.section-intro .welcome-eyebrow {
  grid-column: 1/-1;
  margin-bottom: 8px;
}
.welcome-site h2 {
  font:
    500 clamp(30px, 3.1vw, 43px)/1.2 Manrope,
    var(--font);
  letter-spacing: -1.7px;
  margin: 0;
}
.section-intro > p:last-child {
  color: var(--welcome-muted);
  line-height: 1.8;
  max-width: 360px;
  margin: 0;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}
.steps-grid article {
  border-top: 1px solid #cbd3bf;
  padding-top: 22px;
}
.step-number {
  color: #718468;
  font-size: 11px;
  letter-spacing: 1.2px;
}
.steps-grid h3 {
  font-size: 21px;
  font-weight: 550;
  letter-spacing: -0.6px;
  margin: 24px 0 12px;
}
.steps-grid p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--welcome-muted);
  margin: 0 0 22px;
}
.step-detail {
  font-size: 11px;
  color: #718468;
}
.accuracy-note {
  color: #6f786b;
  font-size: 12px;
  line-height: 1.7;
  margin: 42px 0 0;
}
.landing-cta {
  background: #2c4437;
  color: #fbfbef;
  padding: 48px 52px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}
.landing-cta .welcome-eyebrow {
  color: #c5d6af;
  margin-bottom: 18px;
}
.welcome-button.light {
  background: #dfebc8;
  color: #2c4437;
  border-color: #dfebc8;
  min-width: 190px;
}
.cta-example {
  display: block;
  margin-top: 20px;
  color: #d1dbc6;
  font-size: 12px;
}
.welcome-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 6%;
  gap: 24px;
}
.welcome-footer .brand {
  font-size: 21px;
}
.welcome-footer p,
.welcome-footer > a:last-child {
  font-size: 12px;
  color: var(--welcome-muted);
}
.account-home {
  font-size: 14px;
}
.account-main {
  max-width: 1440px;
  padding: 14px 6% 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.account-story {
  background: #eaf0de;
  border: 1px solid #dfe6d2;
  border-radius: 9px;
  padding: 44px 38px 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.account-story .welcome-eyebrow {
  color: #69815b;
  font-size: 11px;
}
.account-story h1 {
  font-size: clamp(36px, 3.5vw, 49px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -2px;
  margin: 0 0 21px;
}
.account-story > p:not(.welcome-eyebrow) {
  font-size: 15px;
  line-height: 1.8;
  color: var(--welcome-muted);
  margin: 0;
}
.account-plan {
  margin: 18px -12px 6px;
  flex: 1;
  display: grid;
  align-items: center;
  min-height: 260px;
}
.account-plan .home-plan {
  transform: rotate(-10deg) scale(0.92);
  filter: drop-shadow(-6px 11px 0 #c5d0b5) drop-shadow(0 20px 20px #64784b15);
}
.account-story-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #cfdac0;
  padding-top: 24px;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.account-form-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  min-width: 0;
}
.account-form-content {
  width: 100%;
  max-width: 400px;
}
.account-form-content > .welcome-eyebrow {
  font-size: 11px;
  color: #77856c;
  margin-bottom: 14px;
}
.account-form-content h2 {
  font-size: 32px;
  letter-spacing: -1.3px;
}
.account-description {
  color: var(--welcome-muted);
  line-height: 1.75;
  font-size: 15px;
  margin: 14px 0 25px;
}
/* Google's pre-approved artwork owns the logo, text, border and spacing. */
.google-button {
  display: block;
  width: 180px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  background: transparent;
  overflow: hidden;
  transition: none;
}
.google-button img {
  display: block;
  width: 180px;
  height: 40px;
}
.google-button:hover,
.google-button:active {
  filter: none;
  transform: none;
}
.google-button:disabled {
  opacity: 1;
  cursor: wait;
}
.account-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: #788273;
  margin: 23px 0;
}
.account-divider::before,
.account-divider::after {
  content: '';
  height: 1px;
  background: #dce1d4;
  flex: 1;
}
#account-form label {
  display: block;
  font-size: 14px;
  font-weight: 550;
  margin: 0 0 8px;
}
#account-form input {
  display: block;
  width: 100%;
  border: 1px solid #d2d9c9;
  border-radius: 5px;
  background: #fffef9;
  padding: 14px;
  font-size: 16px;
  color: var(--welcome-ink);
  outline-offset: 3px;
  min-height: 50px;
  margin: 0;
}
#account-form input:focus-visible {
  outline: 2px solid #718c5f;
}
#account-form input::placeholder {
  color: #939a8b;
}
#account-email {
  margin-bottom: 20px !important;
}
.password-field {
  position: relative;
}
#account-form .password-field input {
  padding-right: 68px;
}
.password-field button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: calc(100% - 10px);
  min-width: 55px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #59704a;
}
.password-hint {
  color: #75816c;
  font-size: 12px;
  margin: 9px 0 20px;
  line-height: 1.5;
}
.account-submit {
  width: 100%;
}
.account-status {
  min-height: 17px;
  font-size: 12px;
  color: #73816a;
  text-align: center;
  margin: 10px 0 0;
}
.account-error {
  background: #fff0e9;
  color: #93492f;
  border: 1px solid #ebcfc0;
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}
.account-switch {
  text-align: center;
  font-size: 14px;
  margin: 17px 0 26px;
  color: var(--welcome-muted);
}
.account-switch a {
  color: #3e633e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.account-example {
  border-top: 1px solid #dfe3d6;
  padding-top: 21px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 9px;
}
.account-example > span {
  color: var(--welcome-muted);
}
.account-example > a {
  font-weight: 550;
}
.account-example p {
  font-size: 11px;
  line-height: 1.6;
  color: #7c8576;
  margin: 0;
  width: 100%;
}
@media (min-width: 1440px) {
  .welcome-header,
  .welcome-main,
  .welcome-footer {
    padding-left: 86px;
    padding-right: 86px;
  }
}
@media (max-width: 1050px) {
  .landing-hero {
    gap: 30px;
    padding-top: 40px;
  }
  .hero-copy h1 {
    font-size: 55px;
    letter-spacing: -2.5px;
  }
  .plan-stage {
    height: 310px;
  }
  .plan-caption {
    font-size: 8px;
  }
  .plan-caption > span:last-child {
    display: none;
  }
  .plan-footer > span {
    display: none;
  }
  .plan-floating-note {
    margin-left: -25px;
  }
  .product-strip p {
    font-size: 19px;
  }
  .account-main {
    gap: 35px;
    padding-inline: 4%;
  }
  .account-story {
    padding: 34px 27px 25px;
  }
}
@media (max-width: 760px) {
  .welcome-header {
    height: 84px;
    padding-inline: 6%;
  }
  .welcome-header nav {
    gap: 16px;
  }
  .welcome-header .nav-detail {
    display: none;
  }
  .welcome-header .brand {
    font-size: 22px;
  }
  .welcome-button {
    padding-inline: 19px;
    gap: 14px;
  }
  .landing-hero {
    grid-template-columns: 1fr;
    padding: 34px 0 45px;
    gap: 40px;
  }
  .hero-copy h1 {
    font-size: clamp(48px, 9.5vw, 68px);
  }
  .hero-description {
    max-width: 540px;
    font-size: 16px;
  }
  .hero-visual {
    margin-left: 9px;
  }
  .plan-stage {
    height: auto;
    min-height: 260px;
  }
  .plan-stage .home-plan {
    max-width: 500px;
  }
  .plan-floating-note {
    margin: -6px 0 18px -32px;
  }
  .plan-caption {
    font-size: 9px;
  }
  .product-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 26px;
  }
  .product-strip > span {
    max-width: none;
    width: 100%;
  }
  .product-strip p {
    font-size: 17px;
  }
  .how-section {
    padding: 54px 0;
  }
  .section-intro {
    display: block;
  }
  .section-intro > p:last-child {
    margin-top: 20px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }
  .steps-grid h3 {
    margin-top: 15px;
  }
  .steps-grid p {
    margin-bottom: 10px;
  }
  .landing-cta {
    padding: 32px 27px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .welcome-footer {
    flex-wrap: wrap;
    padding-block: 32px;
    gap: 16px;
  }
  .welcome-footer p {
    order: 3;
    width: 100%;
    margin: 0;
  }
  .account-main {
    grid-template-columns: 1fr;
    padding: 22px 7% 40px;
    gap: 0;
  }
  .account-story {
    display: none;
  }
  .account-form-panel {
    padding-top: 8px;
  }
  .account-form-content {
    max-width: 430px;
  }
  .account-form-content h2 {
    font-size: 32px;
  }
  .account-home {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .welcome-button {
    transition: none;
  }
}
