@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Lora;
  src: url("assets/lora-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f6f7f1;
  --ink: #1c3934;
  --muted: #63736a;
  --teal: #1e7065;
  --line: #dbe2d8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 16px/1.6 "DM Sans",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  padding: 12px 20px;
  background: white;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #075f54;
  font-size: 29px;
  letter-spacing: -0.9px;
  font-weight: 700;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
}
.nav-tour {
  padding-block: 12px;
}
.nav-tour:hover,
.site-footer a:hover {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 54px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--teal);
  color: #fff;
}
.button-primary:hover {
  background: #145c52;
}
.button-outline {
  border-color: #a8b5aa;
}
.button-outline:hover,
.button-quiet:hover {
  background: #e9eee4;
}
.nav-app {
  min-height: 44px;
  padding: 9px 18px;
  font-size: 13px;
  gap: 10px;
}
.nav-app .icon {
  width: 17px;
  height: 17px;
}
.button-quiet {
  padding-inline: 14px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 35px;
  align-items: center;
  padding-block: 49px 80px;
  min-height: 750px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
}
.eyebrow > span {
  display: block;
  width: 26px;
  height: 1px;
  background: #76917c;
}
h1,
h2,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(54px, 5.5vw, 78px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -4.2px;
  margin-bottom: 27px;
}
em {
  font:
    400 italic 1em/1.15 Lora,
    Georgia,
    serif;
  color: var(--teal);
  letter-spacing: -0.055em;
}
.hero-description {
  max-width: 470px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 27px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}
.orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-sage {
  width: 440px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1;
  background: #e2e9d9;
  transform: translate(0, 6px);
}
.orbit-peach {
  width: 175px;
  height: 175px;
  background: #f1e2d2;
  top: 15px;
  right: 2px;
}
.phone {
  overflow: hidden;
  background: #f2f7f4;
  border: 7px solid #23453c;
  border-radius: 36px;
  box-shadow:
    0 22px 34px -23px #173a366b,
    0 3px 0 #8d9b8b inset;
}
.phone img {
  width: 100%;
  height: auto;
}
.hero-phone {
  width: 278px;
  position: relative;
  transform: rotate(4deg);
}
.visual-label {
  position: absolute;
  left: -24px;
  top: 175px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #778c78;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.little-note {
  position: absolute;
  bottom: -50px;
  left: -13px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 21px 15px 14px;
  background: #fcfcf5;
  border: 1px solid #e3e6d9;
  border-radius: 15px;
  box-shadow: 0 9px 20px -15px #14342855;
}
.note-icon {
  background: #e5eedf;
  color: var(--teal);
  border-radius: 50%;
  padding: 9px;
  width: 40px;
  height: 40px;
}
.little-note strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.little-note div > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefits > span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #51675b;
}
.benefits .icon {
  color: #6f8b72;
  width: 21px;
  height: 21px;
}
.tour {
  padding-block: 98px 105px;
}
.tour-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.tour-heading .eyebrow {
  margin-bottom: 18px;
}
h2 {
  font-size: clamp(36px, 4vw, 53px);
  letter-spacing: -2.1px;
  line-height: 1.12;
  font-weight: 600;
  margin-bottom: 0;
}
.tour-heading > p {
  color: var(--muted);
  font-size: 16px;
  margin: 0 35px 6px 0;
}
.tour-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 65px;
}
.tour-controls {
  min-width: 0;
}
.tour-tabs {
  display: flex;
  flex-direction: column;
}
.tour-tab {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 18px;
  width: 100%;
  padding: 24px 12px 24px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition:
    padding 0.2s,
    background 0.2s;
}
.tour-tab:first-child {
  border-top: 1px solid var(--line);
}
.step-number {
  color: #87958a;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 1px;
  flex: 0 0 25px;
}
.tour-tab > span:nth-child(2) {
  flex: 1;
}
.tour-tab strong {
  display: block;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
}
.tour-tab span span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 5px;
}
.tour-tab > .icon {
  width: 19px;
  opacity: 0;
  transform: translateX(-5px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.tour-tab[aria-selected="true"] {
  padding-left: 15px;
  background: #e9eee2;
  border-radius: 12px;
  border-color: transparent;
}
.tour-tab[aria-selected="true"] .step-number {
  color: var(--teal);
}
.tour-tab[aria-selected="true"] > .icon,
.tour-tab:hover > .icon {
  opacity: 1;
  transform: translateX(0);
}
.tour-help {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 310px;
  margin: 13px 0 0;
}
.tour-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 26px 20px 21px;
  border-radius: 25px;
  background: #e5ecdf;
  transition: background 0.3s;
}
.tour-stage[data-scene="task"] {
  background: #e2ebe4;
}
.tour-stage[data-scene="book"] {
  background: #efe6d9;
}
.tour-stage[data-scene="plan"] {
  background: #e4e7ed;
}
.tour-stage[data-scene="support"] {
  background: #e9e4ee;
}
.scene-label {
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #6b7d6f;
  margin-bottom: 22px;
}
.tour-phone {
  width: 264px;
  border-width: 5px;
  border-radius: 31px;
}
.scene-caption {
  font-size: 12px;
  color: #52685b;
  margin: 23px 0 0;
  text-align: center;
}
.begin-section {
  background: #e9eee2;
  border-block: 1px solid #e0e5d9;
  padding-block: 70px;
  text-align: center;
}
.begin-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.begin-inner > img {
  margin-bottom: 22px;
}
.begin-inner .eyebrow {
  margin-bottom: 20px;
}
.begin-inner > p:not(.eyebrow) {
  color: var(--muted);
  margin: 24px 0;
}
.begin-inner h2 {
  font-size: clamp(38px, 4.5vw, 58px);
}
.begin-inner .pricing-note {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 0 !important;
}
.site-footer {
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.site-footer .brand {
  font-size: 23px;
}
.site-footer p {
  margin-bottom: 0;
  font-size: 11px;
  color: var(--muted);
}
.site-footer p span {
  font-size: 10px;
}
.site-footer nav {
  display: flex;
  gap: 24px;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 70px 100px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 15px;
  }
  h1 {
    font-size: 62px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-phone {
    width: 253px;
  }
  .little-note {
    left: -14px;
    padding: 12px;
  }
  .visual-label {
    display: none;
  }
  .tour-layout {
    gap: 35px;
  }
  .tour-heading > p {
    margin-right: 0;
  }
  .tour-tab {
    gap: 9px;
  }
  .tour-tab strong {
    font-size: 17px;
  }
  .tour-tab span span {
    font-size: 12px;
  }
  .benefits {
    gap: 16px;
  }
  .benefits > span {
    font-size: 12px;
    gap: 8px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 83px;
  }
  .brand {
    font-size: 25px;
    gap: 8px;
  }
  .brand > img {
    width: 31px;
    height: 31px;
  }
  .nav-tour {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 34px 51px;
    gap: 27px;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    gap: 9px;
  }
  .hero .eyebrow > span {
    width: 20px;
  }
  h1 {
    font-size: clamp(48px, 9.8vw, 68px);
    letter-spacing: -0.055em;
    margin-bottom: 22px;
  }
  .hero-description {
    max-width: 455px;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
  }
  .hero-actions {
    gap: 7px;
  }
  .hero-actions .button {
    min-height: 49px;
    font-size: 13px;
    gap: 9px;
    padding-inline: 17px;
  }
  .hero-actions .button-quiet {
    padding-inline: 7px;
  }
  .hero-actions .icon {
    width: 17px;
  }
  .hero-visual {
    min-height: 530px;
    margin-top: 12px;
  }
  .hero-phone {
    width: 235px;
    border-width: 6px;
    border-radius: 31px;
  }
  .orbit-sage {
    width: 340px;
    height: auto;
    max-width: 100%;
    transform: translate(0, 8px);
  }
  .orbit-peach {
    width: 130px;
    height: 130px;
    right: 8px;
    top: 25px;
  }
  .little-note {
    left: 0;
    padding: 10px 14px 10px 10px;
    gap: 8px;
    border-radius: 12px;
  }
  .little-note strong {
    font-size: 12px;
  }
  .little-note div > span {
    font-size: 10px;
  }
  .note-icon {
    width: 33px;
    height: 33px;
    padding: 6px;
  }
  .benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding-block: 23px;
  }
  .benefits > span {
    font-size: 13px;
    gap: 12px;
  }
  .tour {
    padding-block: 58px 60px;
  }
  .tour-heading {
    display: block;
    margin-bottom: 27px;
  }
  h2 {
    font-size: 42px;
  }
  .tour-heading > p {
    margin-top: 23px;
    font-size: 14px;
  }
  .tour-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .tour-tabs {
    gap: 7px;
  }
  .tour-tab {
    padding: 13px 8px 13px 0;
    gap: 9px;
  }
  .tour-tab strong {
    font-size: 16px;
  }
  .tour-tab span span {
    display: none;
    margin-top: 3px;
    font-size: 11px;
  }
  .tour-tab[aria-selected="true"] span span {
    display: block;
  }
  .tour-tab[aria-selected="true"] {
    padding-left: 10px;
  }
  .tour-help {
    margin-top: 10px;
  }
  .tour-stage {
    padding-inline: 12px;
  }
  .tour-phone {
    width: min(250px, 100%);
  }
  .begin-section {
    padding-block: 52px;
  }
  .begin-inner > p:not(.eyebrow) {
    font-size: 14px;
  }
  .begin-inner .pricing-note {
    font-size: 10px !important;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 27px;
  }
  .site-footer p {
    flex-basis: 100%;
    order: 3;
  }
  .site-footer nav {
    gap: 15px;
    font-size: 11px;
  }
}
@media (max-width: 359px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .little-note {
    left: -3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
