@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500..900&family=Libre+Franklin:wght@400;520;650;760;850;900&display=swap");

html:has(.landing-page) {
  scroll-behavior: smooth;
}

main:has(.landing-page) {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0;
}

body:has(.landing-page) {
  background: #f4f1ea;
  color: #17211c;
}

.landing-page {
  --font-body: "Libre Franklin", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Aptos, Roboto, "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ink: #17211c;
  --muted: #647067;
  --paper: #fffdf7;
  --bone: #f4f1ea;
  --canvas: #ebe4d6;
  --line: rgb(31 42 35 / 14%);
  --green: #194c3a;
  --green-2: #2e6a4f;
  --coral: #c9634b;
  --coral-2: #f4b19e;
  --ochre: #b8842f;
  --blue: #315c7a;
  --screen: #eef3ed;
  --shadow: 0 24px 70px rgb(23 33 28 / 22%);
  --scroll-progress: 0;

  min-width: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--bone);
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
}

.landing-page::selection {
  color: #fffdf7;
  background: var(--green);
}

.landing-shell {
  width: min(100% - 36px, 1180px);
  margin-inline: auto;
}

.landing-hero {
  position: relative;
  min-height: min(900px, 92svh);
  color: #fffdf7;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.landing-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(13 20 17 / 92%) 0%, rgb(13 20 17 / 72%) 42%, rgb(13 20 17 / 20%) 100%),
    linear-gradient(180deg, rgb(13 20 17 / 50%) 0%, rgb(13 20 17 / 6%) 46%, rgb(13 20 17 / 60%) 100%);
}

.landing-hero__inner {
  min-height: inherit;
  display: grid;
  grid-template-rows: auto 1fr;
}

.landing-nav,
.landing-brand,
.landing-nav__links,
.landing-nav__login,
.landing-actions,
.hero-assurance,
.phone-status,
.whatsapp-header,
.message--voice,
.booking-card__header,
.booking-card__steps,
.device-status-card,
.hero-product__status {
  display: flex;
  align-items: center;
}

.landing-nav {
  min-height: 76px;
  justify-content: space-between;
  gap: 24px;
}

.landing-brand {
  gap: 10px;
  color: #fffdf7;
  text-decoration: none;
}

.landing-brand__mark {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 253 247 / 34%);
  border-radius: 10px;
  color: #fffdf7;
  background: rgb(25 76 58 / 78%);
  box-shadow: 0 12px 28px rgb(0 0 0 / 18%);
  font-size: 0.88rem;
  font-weight: 880;
  overflow: hidden;
}

.landing-brand__mark::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  border-radius: 999px;
  background: var(--coral);
}

.landing-brand__word {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 820;
  line-height: 1;
}

.landing-brand__domain {
  border-left: 1px solid rgb(255 253 247 / 30%);
  padding-left: 10px;
  color: rgb(255 253 247 / 72%);
  font-size: 0.82rem;
  font-weight: 780;
}

.landing-nav__links {
  gap: 8px;
  border: 1px solid rgb(255 253 247 / 16%);
  border-radius: 999px;
  padding: 5px;
  background: rgb(255 253 247 / 12%);
  backdrop-filter: blur(16px);
}

.landing-nav__links a {
  border-radius: 999px;
  padding: 9px 13px;
  color: rgb(255 253 247 / 84%);
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: none;
}

.landing-nav__links a:hover {
  color: #fffdf7;
  background: rgb(255 253 247 / 14%);
}

.landing-nav__login {
  min-height: 40px;
  border: 1px solid rgb(255 253 247 / 26%);
  border-radius: 999px;
  padding: 9px 14px;
  color: #fffdf7;
  background: rgb(255 253 247 / 10%);
  font-size: 0.9rem;
  font-weight: 820;
  text-decoration: none;
  backdrop-filter: blur(16px);
}

.landing-nav__login:hover {
  background: rgb(255 253 247 / 18%);
}

.landing-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  gap: 52px;
  align-items: center;
  padding: 34px 0 80px;
}

.landing-hero__copy {
  max-width: 740px;
}

.landing-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-hero .landing-kicker {
  color: var(--coral-2);
}

.landing-hero h1,
.section-heading h2,
.operator-panel h2,
.payment-card h2,
.pricing-copy h2,
.fit-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 830;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.landing-hero h1 {
  max-width: 12ch;
  color: #fffdf7;
  font-size: clamp(3rem, 6.1vw, 5.8rem);
}

.landing-lede {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgb(255 253 247 / 88%);
  font-size: 1.16rem;
  line-height: 1.58;
}

.landing-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.landing-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 18px;
  font-weight: 870;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.landing-button:hover {
  transform: translateY(-1px);
}

.landing-button--primary {
  color: #fffdf7;
  background: var(--green);
}

.landing-button--primary:hover {
  background: var(--green-2);
}

.landing-button--secondary {
  color: #fffdf7;
  border-color: rgb(255 253 247 / 38%);
  background: rgb(255 253 247 / 11%);
  backdrop-filter: blur(14px);
}

.landing-button--secondary:hover {
  background: rgb(255 253 247 / 18%);
}

.landing-button--secondary-dark {
  color: var(--green);
  border-color: rgb(25 76 58 / 22%);
  background: #fffdf7;
}

.landing-button--secondary-dark:hover {
  border-color: rgb(25 76 58 / 40%);
  background: #f2efe7;
}

.hero-assurance {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-assurance span {
  border: 1px solid rgb(255 253 247 / 22%);
  border-radius: 999px;
  padding: 8px 10px;
  color: rgb(255 253 247 / 82%);
  background: rgb(255 253 247 / 10%);
  font-size: 0.82rem;
  font-weight: 790;
}

.device-showcase {
  position: relative;
  width: min(100%, 440px);
  justify-self: end;
  display: grid;
  justify-items: center;
  padding: 18px 0;
  transform:
    translateY(calc(var(--scroll-progress) * -18px))
    rotateX(calc(var(--scroll-progress) * 1deg));
  transform-style: preserve-3d;
}

.device-link-card,
.device-status-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgb(255 253 247 / 34%);
  border-radius: 14px;
  color: var(--ink);
  background: rgb(255 253 247 / 92%);
  box-shadow: 0 18px 44px rgb(0 0 0 / 20%);
  backdrop-filter: blur(18px);
}

.device-link-card {
  top: 34px;
  left: 0;
  padding: 12px 14px;
}

.device-link-card span,
.device-link-card strong {
  display: block;
}

.device-link-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.device-link-card strong {
  margin-top: 4px;
  color: var(--green);
  font-size: 0.96rem;
}

.device-status-card {
  right: 0;
  bottom: 54px;
  gap: 8px;
  padding: 11px 13px;
  color: #0f4a34;
  font-size: 0.86rem;
  font-weight: 850;
}

.device-status-card__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1f8a5b;
  box-shadow: 0 0 0 6px rgb(31 138 91 / 14%);
}

.iphone-17-pro {
  position: relative;
  width: min(100%, 338px);
  aspect-ratio: 390 / 812;
  border-radius: 58px;
  padding: 9px;
  background:
    linear-gradient(135deg, #f3f1eb, #827d76 18%, #f5f2e9 35%, #57524f 64%, #e4dfd6 100%);
  box-shadow:
    0 28px 90px rgb(0 0 0 / 42%),
    inset 0 0 0 1px rgb(255 255 255 / 38%);
}

.iphone-17-pro__button {
  position: absolute;
  z-index: -1;
  width: 4px;
  border-radius: 999px;
  background: #78736d;
}

.iphone-17-pro__button--left {
  height: 84px;
  top: 118px;
  left: -3px;
}

.iphone-17-pro__button--right {
  height: 116px;
  top: 196px;
  right: -3px;
}

.iphone-17-pro__glass {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 8px solid #101312;
  border-radius: 50px;
  background: #101312;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 8%);
}

.iphone-17-pro__island {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 5;
  width: 94px;
  height: 28px;
  border-radius: 999px;
  background: #050606;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 4%);
}

.phone-screen {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 12%, rgb(255 255 255 / 70%), transparent 22%),
    linear-gradient(180deg, #e6f0e9 0%, #f7f4eb 100%);
}

.phone-status {
  justify-content: space-between;
  min-height: 46px;
  padding: 11px 22px 0;
  color: #16241e;
  font-size: 0.72rem;
  font-weight: 880;
}

.whatsapp-header {
  gap: 10px;
  min-height: 62px;
  padding: 10px 16px 12px;
  color: #fffdf7;
  background: #0f5f46;
}

.whatsapp-header__avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #0f5f46;
  background: #dcefe4;
  font-size: 0.78rem;
  font-weight: 900;
}

.whatsapp-header strong,
.whatsapp-header span {
  display: block;
}

.whatsapp-header strong {
  font-size: 0.92rem;
}

.whatsapp-header span {
  margin-top: 2px;
  color: rgb(255 253 247 / 72%);
  font-size: 0.72rem;
}

.whatsapp-thread {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 16px 12px 18px;
}

.message {
  max-width: 84%;
  border-radius: 12px;
  padding: 10px 11px;
  font-size: 0.82rem;
  line-height: 1.38;
  box-shadow: 0 6px 16px rgb(23 33 28 / 8%);
}

.message--client {
  justify-self: start;
  color: var(--ink);
  background: #ffffff;
}

.service-flip {
  position: relative;
  width: 6.2em;
  height: 1.25em;
  display: inline-grid;
  vertical-align: -0.18em;
  overflow: hidden;
  color: var(--green);
  font-weight: 900;
  perspective: 280px;
}

.service-flip__word {
  grid-area: 1 / 1;
  opacity: 0;
  transform: rotateX(90deg) translateY(0.14em);
  transform-origin: 50% 70%;
}

.service-flip__word:first-child {
  opacity: 1;
  transform: rotateX(0) translateY(0);
}

.message--agendar {
  justify-self: end;
  color: #103a2d;
  background: #dcefe4;
}

.message--compact {
  padding-block: 8px;
}

.message--voice {
  gap: 9px;
  justify-self: start;
  width: min(100%, 236px);
  border: 1px solid rgb(49 92 122 / 18%);
  background: #eef4f8;
}

.voice-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 45%, #fff 45% 55%, transparent 55%),
    var(--blue);
}

.message--voice strong,
.message--voice small {
  display: block;
}

.message--voice strong {
  color: var(--blue);
  font-size: 0.7rem;
}

.message--voice small {
  margin-top: 2px;
  color: #4f6270;
  font-size: 0.76rem;
}

.booking-card {
  justify-self: stretch;
  border: 1px solid rgb(25 76 58 / 16%);
  border-radius: 16px;
  padding: 12px;
  background: #fffdf7;
  box-shadow: 0 16px 30px rgb(23 33 28 / 14%);
}

.booking-card__header {
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.booking-card__header span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 780;
}

.booking-card__header strong {
  color: var(--green);
}

.booking-card__steps {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.booking-card__steps span {
  border-radius: 999px;
  padding: 5px 7px;
  color: #24513e;
  background: #e6f2eb;
  font-size: 0.66rem;
  font-weight: 850;
}

.booking-card button {
  width: 100%;
  min-height: 38px;
  margin-top: 12px;
  border: 0;
  border-radius: 10px;
  color: #fffdf7;
  background: var(--green);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 880;
}

.landing-proofbar {
  background: var(--green);
  color: #fffdf7;
}

.landing-proofbar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-proofbar__grid div {
  min-height: 124px;
  padding: 24px 22px;
  border-left: 1px solid rgb(255 253 247 / 16%);
}

.landing-proofbar__grid div:last-child {
  border-right: 1px solid rgb(255 253 247 / 16%);
}

.landing-proofbar span,
.landing-proofbar strong {
  display: block;
}

.landing-proofbar span {
  color: rgb(255 253 247 / 66%);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.landing-proofbar strong {
  max-width: 280px;
  margin-top: 9px;
  font-size: 1.04rem;
  line-height: 1.28;
}

.landing-section {
  padding: 96px 0;
}

.landing-section--journey,
.landing-section--fit {
  background:
    linear-gradient(90deg, rgb(25 76 58 / 6%) 1px, transparent 1px) left top / 74px 100%,
    var(--paper);
}

.landing-section--operator {
  background: #e7ddcc;
}

.landing-section--payments {
  background:
    linear-gradient(135deg, rgb(25 76 58 / 9%), transparent 52%),
    #f7f3ea;
}

.landing-section--pricing {
  background: #17211c;
  color: #fffdf7;
}

.landing-section--cta {
  background: var(--green);
  color: #fffdf7;
}

.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 60px;
  align-items: start;
}

.section-heading {
  max-width: 590px;
  position: sticky;
  top: 28px;
}

.section-heading h2,
.operator-panel h2,
.payment-card h2,
.pricing-copy h2,
.fit-copy h2,
.final-cta h2 {
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.section-heading p:not(.landing-kicker),
.payment-card p,
.pricing-copy p,
.pricing-card p,
.fit-list p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-heading p:not(.landing-kicker),
.payment-card p,
.pricing-copy p,
.pricing-card p,
.final-cta p {
  margin: 18px 0 0;
}

.flow-board {
  display: grid;
  gap: 14px;
}

.flow-card {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  background: #fffdf7;
  box-shadow: 0 16px 42px rgb(23 33 28 / 8%);
}

.flow-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 16px 0 0 16px;
  background: var(--coral);
  opacity: 0.18;
}

.flow-card--active::before {
  opacity: 1;
}

.flow-card > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fffdf7;
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.flow-card h3,
.fit-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.2;
}

.flow-card p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.operator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 34px;
  align-items: stretch;
}

.operator-photo {
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #d7c8b3;
}

.operator-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.operator-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 28px;
  background: var(--paper);
  box-shadow: 0 16px 48px rgb(23 33 28 / 12%);
}

.operator-panel .landing-kicker,
.dashboard-preview .landing-kicker {
  margin-bottom: 12px;
}

.operator-panel h2 {
  max-width: 540px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
}

.dashboard-preview {
  gap: 18px;
}

.dashboard-preview__top,
.dashboard-metrics,
.dashboard-widget__header,
.dashboard-row,
.dashboard-waitlist {
  display: flex;
  align-items: center;
}

.dashboard-preview__top {
  justify-content: space-between;
  gap: 18px;
}

.dashboard-preview__top > span {
  flex: 0 0 auto;
  border: 1px solid rgb(25 76 58 / 18%);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--green);
  background: #eef5ef;
  font-size: 0.78rem;
  font-weight: 850;
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}

.dashboard-metrics div {
  min-height: 96px;
  padding: 16px;
  background: #fffdf7;
}

.dashboard-metrics span,
.dashboard-row span,
.dashboard-widget dt,
.dashboard-waitlist span {
  color: var(--muted);
}

.dashboard-metrics span,
.dashboard-widget dt {
  display: block;
  font-size: 0.78rem;
  font-weight: 760;
}

.dashboard-metrics strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1;
}

.dashboard-preview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(210px, 0.95fr);
  gap: 12px;
}

.dashboard-widget {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fffdf7;
}

.dashboard-widget__header {
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #f2efe7;
}

.dashboard-widget__header strong,
.dashboard-row strong,
.dashboard-waitlist strong {
  color: var(--ink);
}

.dashboard-widget__header span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
}

.dashboard-row {
  justify-content: space-between;
  gap: 12px;
  min-height: 68px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
}

.dashboard-row:first-of-type {
  border-top: 0;
}

.dashboard-row strong,
.dashboard-row span,
.dashboard-waitlist strong,
.dashboard-waitlist span {
  display: block;
}

.dashboard-row span {
  margin-top: 4px;
  font-size: 0.82rem;
}

.dashboard-row em,
.dashboard-waitlist em {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 9px;
  color: #12563d;
  background: #e4f2ea;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 850;
}

.dashboard-row .dashboard-row__warn {
  color: #83591a;
  background: #fbefd8;
}

.dashboard-widget--weekly dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.dashboard-widget--weekly dl div {
  min-height: 76px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.dashboard-widget--weekly dl div:nth-child(2n) {
  border-left: 1px solid var(--line);
}

.dashboard-widget--weekly dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.dashboard-waitlist {
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgb(201 99 75 / 26%);
  border-radius: 12px;
  padding: 14px;
  background: #fff4ee;
}

.dashboard-waitlist span {
  margin-top: 4px;
  font-size: 0.84rem;
}

.dashboard-waitlist em {
  color: #87452f;
  background: #fde4d8;
}

.operator-table {
  display: grid;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.operator-table__row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.15fr) 0.65fr 0.8fr;
  align-items: center;
  min-height: 58px;
  padding: 0 14px;
  border-top: 1px solid var(--line);
  background: #fffdf7;
}

.operator-table__row:first-child {
  border-top: 0;
}

.operator-table__row--head {
  min-height: 44px;
  background: #f2efe7;
}

.operator-table__row--head span,
.activation-form__header span,
.device-link-card span {
  color: var(--muted);
}

.operator-table strong {
  color: var(--green);
}

.operator-table em {
  color: var(--muted);
  font-style: normal;
}

.payments-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.payment-card,
.payment-stack div {
  border: 1px solid rgb(23 33 28 / 18%);
  border-radius: 16px;
  background: rgb(255 253 247 / 68%);
}

.payment-card {
  padding: 34px;
}

.payment-card .landing-kicker {
  color: #83591a;
}

.payment-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.payment-stack div {
  min-height: 150px;
  padding: 22px;
}

.payment-stack strong,
.payment-stack span {
  display: block;
}

.payment-stack strong {
  color: var(--green);
  font-size: 1.4rem;
}

.payment-stack span {
  margin-top: 12px;
  color: #4e442e;
  line-height: 1.55;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.62fr) minmax(240px, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.pricing-copy {
  max-width: 640px;
}

.pricing-copy .landing-kicker {
  color: var(--coral-2);
}

.pricing-copy h2,
.pricing-copy p {
  color: #fffdf7;
}

.pricing-copy p {
  color: rgb(255 253 247 / 76%);
}

.pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgb(255 253 247 / 20%);
  border-radius: 16px;
  padding: 24px;
  background: rgb(255 253 247 / 9%);
  box-shadow: 0 18px 52px rgb(0 0 0 / 18%);
}

.pricing-card--paid {
  background: #fffdf7;
  color: var(--ink);
}

.pricing-card > span {
  color: var(--coral-2);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-card strong {
  display: block;
  margin-top: 14px;
  color: #fffdf7;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 0.95;
}

.pricing-card--paid strong {
  color: var(--green);
}

.pricing-card p {
  color: rgb(255 253 247 / 72%);
}

.pricing-card--paid p {
  color: var(--muted);
}

.pricing-card .landing-button {
  width: 100%;
  margin-top: 24px;
}

.fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  align-items: start;
}

.fit-copy {
  max-width: 450px;
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-list article {
  border-left: 5px solid var(--coral);
  padding: 8px 0 8px 22px;
}

.fit-list p {
  margin: 8px 0 0;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 34px;
  align-items: start;
}

.final-cta h2 {
  color: #fffdf7;
}

.final-cta .landing-kicker {
  color: var(--coral-2);
}

.final-cta p {
  color: rgb(255 253 247 / 76%);
}

.activation-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgb(255 253 247 / 22%);
  border-radius: 16px;
  padding: 20px;
  background: #fffdf7;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.activation-form__header {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.activation-form__header strong {
  font-size: 1.08rem;
}

.activation-form__header span,
.operator-table__row--head span {
  font-size: 0.82rem;
}

.activation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.activation-form label {
  display: block;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.activation-form input,
.activation-form select,
.activation-form textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 11px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.activation-form textarea {
  min-height: 96px;
  resize: vertical;
}

.activation-form input[type="submit"].landing-button--primary {
  border-color: transparent;
  background: var(--green);
  color: #fffdf7;
  cursor: pointer;
}

.activation-form input[type="submit"].landing-button--primary:hover {
  background: var(--green-2);
}

.activation-form input:focus,
.activation-form select:focus,
.activation-form textarea:focus {
  outline: 2px solid rgb(46 106 79 / 30%);
  outline-offset: 1px;
}

.activation-form .landing-button {
  width: 100%;
}

.activation-form__trust {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.activation-form__trust a {
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
}

.activation-form__trust a:hover {
  text-decoration: underline;
}

.activation-form__trap {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .landing-page.is-enhanced [data-landing-target~="reveal"] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 680ms ease, transform 680ms ease;
  }

  .landing-page.is-enhanced [data-landing-target~="reveal"].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .iphone-17-pro {
    animation: phone-float 7s ease-in-out infinite;
  }

  .message,
  .booking-card {
    animation: message-in 620ms ease both;
  }

  .service-flip__word {
    animation: service-flip 10s ease-in-out infinite;
  }

  .service-flip__word:nth-child(2) {
    animation-delay: 2s;
  }

  .service-flip__word:nth-child(3) {
    animation-delay: 4s;
  }

  .service-flip__word:nth-child(4) {
    animation-delay: 6s;
  }

  .service-flip__word:nth-child(5) {
    animation-delay: 8s;
  }

  .message--client {
    animation-delay: 180ms;
  }

  .message--agendar {
    animation-delay: 480ms;
  }

  .message--voice {
    animation-delay: 820ms;
  }

  .message--compact {
    animation-delay: 1120ms;
  }

  .booking-card {
    animation-delay: 1400ms;
  }
}

@keyframes phone-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes message-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes service-flip {
  0%,
  16% {
    opacity: 1;
    transform: rotateX(0) translateY(0);
  }

  20%,
  100% {
    opacity: 0;
    transform: rotateX(-90deg) translateY(-0.14em);
  }
}

@media (max-width: 1100px) {
  .landing-hero__content {
    grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.65fr);
    gap: 34px;
  }

  .device-link-card {
    left: -4px;
  }

  .device-status-card {
    right: -4px;
  }
}

@media (max-width: 980px) {
  .landing-hero {
    min-height: auto;
  }

  .landing-hero__content,
  .journey-layout,
  .operator-layout,
  .payments-layout,
  .pricing-layout,
  .fit-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .landing-hero__content {
    padding: 46px 0 64px;
  }

  .device-showcase {
    justify-self: center;
  }

  .section-heading {
    position: static;
  }

  .operator-photo {
    min-height: 420px;
  }

  .pricing-layout {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .landing-shell {
    width: min(100% - 24px, 1180px);
  }

  .landing-nav {
    min-height: 66px;
  }

  .landing-brand__domain,
  .landing-nav__links {
    display: none;
  }

  .landing-nav__login {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.84rem;
  }

  .landing-hero {
    background-position: 62% center;
  }

  .landing-hero__shade {
    background:
      linear-gradient(90deg, rgb(13 20 17 / 92%) 0%, rgb(13 20 17 / 72%) 62%, rgb(13 20 17 / 42%) 100%),
      linear-gradient(180deg, rgb(13 20 17 / 48%) 0%, rgb(13 20 17 / 16%) 45%, rgb(13 20 17 / 68%) 100%);
  }

  .landing-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 12vw, 4.05rem);
  }

  .landing-lede {
    font-size: 1.02rem;
  }

  .landing-button {
    flex: 1 1 170px;
  }

  .hero-assurance span {
    flex: 1 1 150px;
    text-align: center;
  }

  .device-showcase {
    width: 100%;
    padding-top: 28px;
  }

  .iphone-17-pro {
    width: min(100%, 304px);
  }

  .device-link-card,
  .device-status-card {
    position: relative;
    inset: auto;
    width: min(100%, 310px);
    justify-self: center;
  }

  .device-link-card {
    order: -1;
    margin-bottom: -4px;
  }

  .device-status-card {
    margin-top: -4px;
  }

  .message {
    font-size: 0.78rem;
  }

  .landing-proofbar__grid,
  .payment-stack,
  .activation-form__grid {
    grid-template-columns: 1fr;
  }

  .landing-proofbar__grid div,
  .landing-proofbar__grid div:last-child {
    min-height: auto;
    border-inline: 0;
    border-top: 1px solid rgb(255 253 247 / 16%);
    padding: 20px 0;
  }

  .landing-proofbar__grid div:first-child {
    border-top: 0;
  }

  .landing-section {
    padding: 64px 0;
  }

  .flow-card {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 16px;
  }

  .flow-card > span {
    width: 40px;
    height: 40px;
  }

  .operator-photo {
    min-height: 320px;
  }

  .operator-panel,
  .payment-card,
  .pricing-card {
    padding: 22px;
  }

  .operator-table__row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 4px;
    padding-block: 12px;
  }

  .dashboard-preview__top,
  .dashboard-waitlist {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-metrics,
  .dashboard-preview__grid {
    grid-template-columns: 1fr;
  }

  .dashboard-metrics div {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .landing-hero h1 {
    font-size: 2.62rem;
  }

  .landing-button {
    flex: 1 1 150px;
    min-width: 0;
  }

  .iphone-17-pro {
    width: min(100%, 284px);
  }

  .phone-status {
    padding-inline: 18px;
  }
}
