:root {
  --bg: #fbf8fc;
  --bg-soft: #f4edf7;
  --surface: #ffffff;
  --ink: #171218;
  --muted: #6d6570;
  --plum: #65215f;
  --plum-deep: #32102f;
  --magenta: #c62d91;
  --success: #218a58;
  --success-soft: #e7f6ee;
  --warning: #c96916;
  --warning-soft: #fff0df;
  --border: #e7ddea;
  --gradient: linear-gradient(135deg, #65215f 0%, #c62d91 100%);
  --shadow-card: 0 18px 50px rgba(67, 19, 63, .10);
  --shadow-device: 0 32px 90px rgba(45, 14, 43, .24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(198, 45, 145, .45);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--plum);
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: min(1240px, calc(100% - 40px));
  height: 68px;
  padding: 0 12px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 22px;
  transition: .3s ease;
  transform: translateX(-50%);
}

.site-header--scrolled {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(88, 45, 86, .12);
  box-shadow: 0 12px 38px rgba(52, 20, 50, .09);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  letter-spacing: -.03em;
}

.brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: var(--gradient);
  box-shadow: 0 8px 20px rgba(153, 35, 119, .22);
}

.brand-mark span {
  position: absolute;
  width: 20px;
  height: 8px;
  border: 3px solid white;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
  transform: rotate(-28deg);
}

.brand-mark span:nth-child(1) {
  top: 8px;
  left: 9px;
}

.brand-mark span:nth-child(2) {
  top: 14px;
  left: 8px;
  transform: rotate(152deg);
}

.brand-mark span:nth-child(3) {
  top: 20px;
  left: 10px;
}

.brand-mark--small {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  box-shadow: none;
}

.brand-mark--small span {
  width: 13px;
  height: 5px;
  border-width: 2px;
}

.brand-mark--small span:nth-child(1) {
  top: 5px;
  left: 6px;
}

.brand-mark--small span:nth-child(2) {
  top: 9px;
  left: 5px;
}

.brand-mark--small span:nth-child(3) {
  top: 13px;
  left: 6px;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
}

nav a {
  color: #504851;
  transition: color .2s;
}

nav a:hover {
  color: var(--magenta);
}

.header-cta,
.light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s, background .2s;
}

.header-cta:hover,
.light-button:hover {
  transform: translateY(-2px);
  background: var(--plum);
}

.header-cta span,
.light-button span {
  font-size: 18px;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--ink);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 900px;
  padding: 148px max(5vw, 32px) 40px;
  display: grid;
  grid-template-columns: minmax(440px, .82fr) minmax(600px, 1.18fr);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fbf7fc 0%, #f8f2fa 72%, #fff 100%);
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 650px;
  justify-self: end;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--magenta);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow>span {
  margin-right: 8px;
  font-size: 9px;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(62px, 5.5vw, 92px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 790;
}

h1 em,
h2 em {
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 174px;
  height: 58px;
  padding: 7px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: #111;
  color: #fff;
  box-shadow: 0 12px 30px rgba(17, 17, 17, .12);
  transition: transform .2s;
}

.store-button:hover {
  transform: translateY(-3px);
}

.store-button small,
.store-button strong {
  display: block;
  line-height: 1;
}

.store-button small {
  margin-bottom: 4px;
  font-size: 9px;
  letter-spacing: .02em;
}

.store-button strong {
  font-size: 19px;
  letter-spacing: -.025em;
}

.store-icon {
  width: 27px;
  text-align: center;
  font-size: 24px;
}

.store-icon--apple {
  transform: translateY(-2px);
}

.text-link {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--plum);
  font-size: 14px;
  font-weight: 750;
}

.play-dot {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow-card);
  color: var(--magenta);
  font-size: 10px;
}

.hero-trust {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mini-avatars {
  display: flex;
}

.mini-avatars span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 3px solid var(--bg);
  border-radius: 50%;
  background: var(--gradient);
  color: white;
  font-size: 9px;
  font-weight: 800;
}

.mini-avatars span:first-child {
  margin-left: 0;
}

.hero-trust p {
  margin: 0;
}

.hero-trust b,
.hero-trust small {
  display: block;
}

.hero-trust b {
  font-size: 13px;
}

.hero-trust small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .7;
}

.hero-glow--one {
  width: 650px;
  height: 650px;
  top: -300px;
  left: -180px;
  background: radial-gradient(circle, rgba(226, 187, 235, .75), transparent 68%);
}

.hero-glow--two {
  width: 700px;
  height: 700px;
  bottom: -400px;
  right: -200px;
  background: radial-gradient(circle, rgba(236, 161, 211, .5), transparent 67%);
}

.hero-visual {
  position: relative;
  height: 660px;
  min-width: 0;
}

.trainer-photo {
  position: absolute;
  inset: 10px -12vw 15px 80px;
  border-radius: 42px 0 0 42px;
  background-image: linear-gradient(90deg, rgba(249, 244, 250, .18) 0%, transparent 24%), url('assets/smoothweek-hero-trainer.webp');
  background-size: cover;
  background-position: 86% center;
  box-shadow: 0 40px 100px rgba(70, 25, 64, .16);
}

.hero-phone {
  position: absolute;
  z-index: 3;
  left: -6px;
  bottom: -24px;
  transform: rotate(-4deg) scale(.93);
  transform-origin: bottom left;
}

.float-card {
  position: absolute;
  z-index: 5;
  min-width: 198px;
  padding: 13px 16px;
  display: flex;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 50px rgba(45, 15, 43, .18);
  backdrop-filter: blur(14px);
  animation: float 5s ease-in-out infinite;
}

.float-card b,
.float-card small {
  display: block;
}

.float-card b {
  font-size: 13px;
}

.float-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.float-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: white;
  font-weight: 900;
}

.float-icon.purple {
  background: var(--gradient);
}

.float-icon.green {
  background: var(--success);
}

.float-icon.black {
  background: var(--ink);
}

.float-card--sessions {
  top: 62px;
  left: 6px;
}

.float-card--reminder {
  right: 16px;
  top: 365px;
  animation-delay: -.8s;
}

.float-card--conflict {
  right: 60px;
  bottom: 62px;
  animation-delay: -1.7s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

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

.hero-proof {
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 50%;
  width: min(1240px, calc(100% - 64px));
  min-height: 92px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  transform: translateX(-50%);
  border: 1px solid var(--border);
  border-radius: 22px 22px 0 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 -16px 50px rgba(74, 29, 69, .06);
  backdrop-filter: blur(16px);
}

.hero-proof span {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  border-left: 2px solid #eedff0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.hero-proof b {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 13px;
}

.section {
  position: relative;
  padding: 140px max(5vw, 32px);
  overflow: hidden;
}

.section--tint {
  background: var(--bg-soft);
}

.section--dark {
  background: var(--plum-deep);
  color: #fff;
}

.section-heading {
  max-width: 600px;
}

.section-heading.centered {
  margin: 0 auto 70px;
  text-align: center;
}

.section-heading h2,
.profession-copy h2,
.copy-week-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(43px, 4.2vw, 66px);
  line-height: 1.03;
  letter-spacing: -.055em;
  font-weight: 760;
}

.section-heading>p:not(.eyebrow),
.profession-copy>p:not(.eyebrow),
.copy-week-copy>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.section--dark .section-heading>p:not(.eyebrow),
.section--dark .copy-week-copy>p:not(.eyebrow) {
  color: rgba(255, 255, 255, .68);
}

.section--dark h2 em {
  background: linear-gradient(135deg, #f7a9d8, #d9b4ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.problem {
  background: #fff;
}

.merge-visual {
  position: relative;
  width: min(840px, 100%);
  height: 420px;
  margin: 20px auto 0;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(211, 115, 184, .16), rgba(240, 226, 245, .5) 38%, transparent 66%);
}

.merge-visual::before,
.merge-visual::after {
  content: "";
  position: absolute;
  inset: 40px 110px;
  border: 1px dashed #dfc9e4;
  border-radius: 50%;
}

.merge-visual::after {
  inset: 105px 225px;
}

.merge-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 26px 75px rgba(105, 32, 97, .18);
  text-align: center;
}

.merge-center b {
  font-size: 17px;
  line-height: 1.2;
}

.tool-orbit {
  position: absolute;
  z-index: 3;
  width: 150px;
  height: 80px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-card);
  font-size: 13px;
}

.tool-orbit span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--bg-soft);
  color: var(--magenta);
  font-size: 18px;
}

.tool-orbit--one {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tool-orbit--two {
  top: 160px;
  left: 24px;
}

.tool-orbit--three {
  top: 160px;
  right: 24px;
}

.tool-orbit--four {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.section-grid {
  width: min(1220px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}

.profession-copy>p:not(.eyebrow) {
  max-width: 650px;
}

.profession-list {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.profession-list button {
  min-height: 58px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, .7);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: .2s;
}

.profession-list button>span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: var(--plum);
  font-size: 10px;
  font-weight: 800;
}

.profession-list button b {
  flex: 1;
  font-size: 13px;
}

.profession-list button i {
  font-style: normal;
  opacity: .4;
}

.profession-list button:hover,
.profession-list button.active {
  border-color: transparent;
  background: var(--plum);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(83, 28, 78, .18);
}

.profession-demo {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  border-radius: 40px;
  background: radial-gradient(circle at 48% 42%, #edcfe8, #e6dceb 52%, #d9c5df 100%);
}

.profession-demo .phone-shell {
  transform: rotate(3deg) scale(.96);
}

.demo-caption,
.language-card {
  position: absolute;
  z-index: 5;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(14px);
}

.demo-caption {
  top: 28px;
  left: 28px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.demo-caption>span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.demo-caption small,
.demo-caption b {
  display: block;
}

.demo-caption small,
.language-card small {
  margin-bottom: 4px;
  color: var(--magenta);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
}

.demo-caption b {
  font-size: 13px;
}

.language-card {
  right: 22px;
  bottom: 27px;
  width: 245px;
}

.language-card p {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.language-card p span {
  color: var(--muted);
}

.phone-shell {
  position: relative;
  width: 292px;
  height: 602px;
  padding: 10px;
  overflow: hidden;
  border: 2px solid #342c35;
  border-radius: 46px;
  background: #171318;
  box-shadow: var(--shadow-device);
}

.phone-island {
  position: absolute;
  z-index: 10;
  top: 17px;
  left: 50%;
  width: 86px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #131014;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 37px;
  background: #f9f5fa;
}

.phone-status {
  height: 33px;
  padding: 9px 18px 0;
  display: flex;
  justify-content: space-between;
  color: #272027;
  font-size: 8px;
}

.app-topbar {
  height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #eee4f0;
  background: rgba(255, 255, 255, .88);
}

.app-topbar>b {
  flex: 1;
  font-size: 11px;
}

.avatar {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--plum);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
}

.app-view {
  position: absolute;
  inset: 81px 0 49px;
  padding: 18px 15px;
  overflow: hidden;
}

.app-eyebrow {
  margin-bottom: 6px;
  color: var(--magenta);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
}

.app-view h4 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.app-view>p:not(.app-eyebrow) {
  color: #837a85;
  font-size: 9px;
  line-height: 1.4;
}

.app-primary {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 16px;
  height: 39px;
  border: 0;
  border-radius: 12px;
  background: var(--gradient);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.app-tabbar {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #eee5ef;
  background: rgba(255, 255, 255, .96);
  color: #918993;
  font-size: 7px;
}

.app-tabbar span {
  padding-top: 12px;
}

.app-tabbar span::before {
  content: "●";
  display: block;
  margin-bottom: 3px;
  text-align: center;
  color: #c2b9c4;
  font-size: 7px;
}

.app-tabbar .active {
  color: var(--magenta);
  font-weight: 800;
}

.app-tabbar .active::before {
  color: var(--magenta);
}

.today-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.today-heading h4 {
  font-size: 20px;
}

.today-heading button {
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 10px;
  background: var(--ink);
  color: white;
}

.day-summary {
  margin: 10px 0 16px;
  padding: 10px 12px;
  display: flex;
  gap: 22px;
  border-radius: 13px;
  background: linear-gradient(135deg, #681f60, #bd308c);
  color: white;
}

.day-summary span {
  font-size: 7px;
}

.day-summary b {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.timeline-label {
  margin: 12px 0 7px;
  color: #9f95a1;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
}

.session-card {
  margin-bottom: 8px;
  padding: 11px;
  display: flex;
  gap: 10px;
  border: 1px solid #eee4ef;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(63, 20, 60, .05);
}

.session-card>div:last-child {
  min-width: 0;
}

.session-card b,
.session-card span,
.session-card small {
  display: block;
}

.session-card b {
  margin-bottom: 4px;
  font-size: 9px;
}

.session-card span {
  margin-bottom: 4px;
  color: #675f68;
  font-size: 7px;
}

.session-card small {
  color: var(--success);
  font-size: 7px;
  font-weight: 700;
}

.session-card.orange small {
  color: var(--warning);
}

.session-card.purple {
  border-left: 3px solid var(--magenta);
}

.session-card.green {
  border-left: 3px solid var(--success);
}

.session-card.orange {
  border-left: 3px solid var(--warning);
}

.time-pill {
  width: 42px;
  height: 27px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f3e8f4;
  color: var(--plum);
  font-size: 7px;
  font-weight: 800;
}

.mini-option {
  height: 48px;
  margin-top: 9px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #e8dfea;
  border-radius: 13px;
  background: #fff;
}

.mini-option>span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f1e7f3;
  color: var(--plum);
  font-size: 7px;
  font-weight: 800;
}

.mini-option b {
  flex: 1;
  font-size: 9px;
}

.mini-option i {
  color: var(--success);
  font-style: normal;
}

.mini-option.active {
  border-color: #ba6eac;
  box-shadow: inset 0 0 0 1px #ba6eac;
}

.profile-orb {
  width: 62px;
  height: 62px;
  margin: 12px auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.client-view label {
  margin-top: 8px;
  display: block;
  color: #7d747f;
  font-size: 7px;
  font-weight: 700;
}

.client-view label span {
  margin-top: 4px;
  padding: 10px;
  display: block;
  border: 1px solid #e8dfea;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 9px;
}

.app-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.week-strip {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
}

.week-strip span {
  width: 35px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: #8c838d;
  font-size: 8px;
}

.week-strip span.active {
  background: var(--plum);
  color: white;
}

.week-strip b {
  margin-top: 4px;
  font-size: 10px;
}

.plan-view>.session-card {
  display: block;
  padding: 14px;
}

.repeat-card {
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.repeat-card>span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--bg-soft);
  color: var(--magenta);
}

.repeat-card div {
  flex: 1;
}

.repeat-card b,
.repeat-card small {
  display: block;
}

.repeat-card b {
  font-size: 9px;
}

.repeat-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 7px;
}

.repeat-card i {
  color: var(--success);
  font-style: normal;
}

.message-card {
  margin-top: 18px;
  padding: 16px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(62, 17, 58, .08);
  font-size: 9px;
  line-height: 1.5;
}

.message-card p {
  margin: 10px 0 0;
}

.channel-row {
  margin-top: 13px;
  padding: 4px;
  display: flex;
  border-radius: 10px;
  background: #eee5ef;
}

.channel-row span {
  flex: 1;
  padding: 7px 4px;
  border-radius: 8px;
  text-align: center;
  font-size: 7px;
}

.channel-row span.active {
  background: #fff;
  color: var(--plum);
  font-weight: 800;
  box-shadow: 0 3px 9px rgba(64, 20, 60, .08);
}

.close-view {
  text-align: center;
}

.complete-burst {
  width: 76px;
  height: 76px;
  margin: 28px auto 18px;
  display: grid;
  place-items: center;
  border: 8px solid #d6f0e2;
  border-radius: 50%;
  background: var(--success);
  color: white;
  font-size: 30px;
}

.close-stats {
  margin: 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.close-stats span {
  padding: 12px;
  border-radius: 12px;
  background: white;
  color: var(--muted);
  font-size: 7px;
}

.close-stats b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 17px;
}

.review-line {
  margin-top: 8px;
  padding: 10px;
  display: flex;
  gap: 9px;
  align-items: center;
  border-radius: 10px;
  background: white;
  text-align: left;
}

.review-line span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--success-soft);
  color: var(--success);
  font-size: 8px;
}

.review-line b {
  font-size: 8px;
}

.tutorial {
  background: #fff;
}

.tutorial-layout {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: center;
}

.tutorial-steps {
  border-top: 1px solid var(--border);
}

.tutorial-steps button {
  width: 100%;
  padding: 23px 8px;
  display: grid;
  grid-template-columns: 45px 1fr 30px;
  gap: 18px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  opacity: .48;
  transition: .25s;
}

.tutorial-number {
  padding-top: 4px;
  color: var(--magenta);
  font-size: 11px;
  font-weight: 800;
}

.tutorial-step-copy {
  display: block;
}

.tutorial-steps small {
  display: block;
  margin-bottom: 5px;
  color: var(--magenta);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tutorial-heading {
  display: block;
  margin-bottom: 7px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.tutorial-description {
  display: block;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  transition: .25s;
}

.tutorial-steps i {
  padding-top: 5px;
  font-style: normal;
}

.tutorial-steps button.active {
  opacity: 1;
}

.tutorial-steps button.active .tutorial-description {
  max-height: 80px;
}

.tutorial-phone {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
}

.phone-backdrop {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, #edc8e5, #e3d7ea 60%, transparent 61%);
}

.tutorial-phone .phone-shell {
  z-index: 2;
}

.step-badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 50px;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--plum);
  color: white;
  font-size: 11px;
  font-weight: 800;
  box-shadow: var(--shadow-card);
}

.copy-week {
  min-height: 760px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.copy-week-copy {
  max-width: 560px;
  justify-self: end;
}

.copy-week-copy .light-button {
  margin-top: 18px;
  background: #fff;
  color: var(--plum-deep);
}

.week-board {
  width: min(700px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.week-board-top {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
}

.week-board-top i {
  text-align: center;
}

.week-board-top b {
  color: white;
}

.week-columns {
  min-height: 340px;
  margin-top: 24px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .05);
}

.week-columns>div {
  min-width: 0;
  padding: 9px 6px;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.week-columns>div:last-child {
  border: 0;
}

.week-columns small {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .45);
  font-size: 8px;
  text-align: center;
}

.week-block {
  display: block;
  margin: 9px 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #d356ad, #8d4dd0);
}

.week-block.b2,
.week-block.b5 {
  background: linear-gradient(135deg, #4da67b, #6dc69b);
}

.week-block.b4 {
  background: linear-gradient(135deg, #e49250, #d56731);
}

.week-block.ghost {
  opacity: .38;
}

.copy-action {
  margin-top: 18px;
  padding: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.copy-check {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--success-soft);
  color: var(--success);
  font-weight: 900;
}

.copy-action div {
  flex: 1;
}

.copy-action b,
.copy-action small {
  display: block;
}

.copy-action b {
  font-size: 12px;
}

.copy-action small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.copy-action button {
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: var(--plum);
  color: white;
  font-size: 9px;
  font-weight: 800;
}

.conflict {
  width: min(1320px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  align-items: center;
  background: #fff;
}

.conflict-demo {
  min-height: 465px;
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--bg-soft);
  box-shadow: var(--shadow-card);
}

.timeline-hours {
  margin-left: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--muted);
  font-size: 9px;
}

.timeline-track {
  position: relative;
  height: 190px;
  margin: 15px 20px;
  border-radius: 18px;
  background: repeating-linear-gradient(90deg, rgba(98, 34, 91, .08) 0, rgba(98, 34, 91, .08) 1px, transparent 1px, transparent 25%);
}

.timeline-track>div {
  position: absolute;
  height: 68px;
  padding: 13px;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(69, 23, 64, .09);
}

.timeline-track b,
.timeline-track small {
  display: block;
}

.timeline-track b {
  font-size: 10px;
}

.timeline-track small {
  margin-top: 5px;
  font-size: 8px;
}

.existing-session {
  top: 28px;
  left: 0;
  width: 50%;
  background: var(--plum);
  color: white;
}

.attempt-session {
  top: 105px;
  left: 25%;
  width: 25%;
  background: #e3b0d1;
  color: var(--plum-deep);
  transition: .3s;
}

.checked .attempt-session {
  background: #f5b7a8;
  outline: 2px solid #dc6c4f;
}

.check-conflict {
  display: block;
  min-width: 160px;
  height: 44px;
  margin: 4px auto 0;
  border: 0;
  border-radius: 13px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.checked .check-conflict {
  background: #bf4c31;
}

.conflict-result {
  margin-top: 18px;
  padding: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #f2b4a4;
  border-radius: 14px;
  background: #fff5f1;
}

.conflict-result>span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #d75a3d;
  color: #fff;
  font-weight: 900;
}

.conflict-result div {
  flex: 1;
}

.conflict-result b,
.conflict-result small {
  display: block;
}

.conflict-result b {
  font-size: 11px;
}

.conflict-result small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.conflict-result button {
  padding: 9px 12px;
  border: 0;
  border-radius: 9px;
  background: var(--success);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.reminder-panel {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 70px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
  border-radius: 42px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.reminder-demo {
  max-width: 500px;
}

.channel-tabs {
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 14px;
  background: #eee6f0;
}

.channel-tabs button {
  height: 42px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.channel-tabs button.active {
  background: #fff;
  color: var(--plum);
  box-shadow: 0 5px 16px rgba(55, 16, 52, .1);
}

.message-preview {
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  background: #e8f2e8;
  transition: background .2s;
}

.message-preview.sms {
  background: #e9f2fb;
}

.message-preview.email {
  background: #f0ebf7;
}

.message-head {
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
}

.message-head>span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--plum);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.message-head div {
  flex: 1;
}

.message-head b,
.message-head small {
  display: block;
}

.message-head b {
  font-size: 12px;
}

.message-head small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.message-head i {
  font-style: normal;
  color: var(--muted);
}

.bubble {
  width: 85%;
  margin: 30px 0 24px auto;
  padding: 16px;
  border-radius: 18px 18px 4px;
  background: #fff;
  font-size: 12px;
  line-height: 1.55;
  box-shadow: 0 8px 20px rgba(47, 20, 44, .07);
}

.message-input {
  height: 42px;
  padding: 0 8px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  background: #fff;
  color: #9a929c;
  font-size: 10px;
}

.message-input span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--plum);
  color: #fff;
}

.accuracy-note {
  margin: 16px 4px 0 !important;
  display: flex;
  gap: 9px;
  color: var(--muted) !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

.accuracy-note span {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--plum);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.money {
  width: min(1320px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 100px;
  align-items: center;
  background: #fff;
}

.money-dashboard {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--bg);
  box-shadow: var(--shadow-card);
}

.money-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.money-top small,
.money-main small {
  color: var(--magenta);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.money-top h3 {
  margin: 5px 0 0;
  font-size: 21px;
}

.money-top>span {
  padding: 8px 10px;
  border-radius: 9px;
  background: #fff;
  color: var(--muted);
  font-size: 9px;
}

.money-main {
  margin-top: 22px;
  padding: 28px;
  border-radius: 20px;
  background: var(--gradient);
  color: #fff;
}

.money-main strong {
  display: block;
  margin: 7px 0 5px;
  font-size: 50px;
  letter-spacing: -.06em;
}

.money-main span {
  font-size: 9px;
  opacity: .8;
}

.money-grid {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.money-grid>div {
  padding: 20px;
  border-radius: 17px;
  background: #fff;
}

.money-grid small,
.money-grid b {
  display: block;
}

.money-grid small {
  color: var(--muted);
  font-size: 9px;
}

.money-grid b {
  margin: 6px 0 14px;
  font-size: 23px;
}

.money-grid i {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 4px;
}

.green-line {
  background: linear-gradient(90deg, var(--success) 72%, #dfe8e3 72%);
}

.orange-line {
  background: linear-gradient(90deg, var(--warning) 34%, #eee3db 34%);
}

.package-row {
  margin-top: 13px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 17px;
  background: #fff;
}

.package-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--bg-soft);
  color: var(--magenta);
}

.package-row div {
  flex: 1;
}

.package-row b,
.package-row small {
  display: block;
}

.package-row b {
  font-size: 11px;
}

.package-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.fact-note {
  margin-top: 28px;
  padding: 17px;
  display: flex;
  gap: 13px;
  border: 1px solid #d7ebdf;
  border-radius: 17px;
  background: var(--success-soft);
}

.fact-note>span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--success);
  color: #fff;
  font-weight: 900;
}

.fact-note p {
  margin: 0;
}

.fact-note b,
.fact-note small {
  display: block;
}

.fact-note b {
  font-size: 12px;
}

.fact-note small {
  margin-top: 4px;
  color: #557060;
  font-size: 10px;
  line-height: 1.4;
}

.close-day {
  min-height: 720px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 100px;
  align-items: center;
}

.close-day .section-heading {
  justify-self: end;
}

.close-card {
  position: relative;
  width: min(600px, 100%);
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .05));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .2);
  text-align: center;
}

.burst-ring {
  width: 100px;
  height: 100px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 10px solid rgba(98, 203, 150, .2);
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 14px rgba(98, 203, 150, .08);
}

.burst-ring span {
  font-size: 40px;
  font-weight: 900;
}

.close-card>p {
  margin-bottom: 8px;
  color: #eca5d5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.close-card h3 {
  margin-bottom: 28px;
  font-size: 36px;
  letter-spacing: -.045em;
}

.close-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.close-card-grid span {
  padding: 15px 7px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .65);
  font-size: 8px;
}

.close-card-grid b {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 21px;
}

.activity-line {
  margin-top: 16px;
  padding: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 15px;
  background: #fff;
  color: var(--ink);
  text-align: left;
}

.activity-line>span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--success-soft);
  color: var(--success);
}

.activity-line b,
.activity-line small {
  display: block;
}

.activity-line b {
  font-size: 11px;
}

.activity-line small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.privacy {
  width: min(1320px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  background: #fff;
}

.privacy-art {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  border-radius: 38px;
  background: radial-gradient(circle at center, #eacde8, #f2eaf4 57%, #fbf8fc 58%);
}

.privacy-phone {
  transform: rotate(-6deg) scale(.9);
}

.shield {
  position: absolute;
  z-index: 4;
  right: 70px;
  bottom: 110px;
  width: 86px;
  height: 96px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 95% 18%, 88% 72%, 50% 100%, 12% 72%, 5% 18%);
  background: var(--gradient);
  color: #fff;
  font-size: 28px;
  box-shadow: var(--shadow-card);
}

.orbit-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--magenta);
  box-shadow: 0 0 0 9px rgba(198, 45, 145, .1);
}

.od1 {
  top: 115px;
  left: 90px;
}

.od2 {
  top: 170px;
  right: 70px;
  background: var(--success);
  box-shadow: 0 0 0 9px rgba(33, 138, 88, .1);
}

.od3 {
  bottom: 110px;
  left: 80px;
  background: var(--warning);
  box-shadow: 0 0 0 9px rgba(201, 105, 22, .1);
}

.check-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  margin: 12px 0;
  padding: 13px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  font-weight: 650;
}

.check-list span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--success-soft);
  color: var(--success);
  font-weight: 900;
}

.gallery {
  padding-left: 0;
  padding-right: 0;
}

.gallery .section-heading {
  padding: 0 30px;
}

.phone-gallery {
  padding: 15px max(5vw, 35px) 25px;
  display: flex;
  gap: 42px;
  align-items: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.phone-gallery::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  flex: 0 0 292px;
  scroll-snap-align: center;
  transform: scale(.91);
  opacity: .78;
}

.gallery-item.featured {
  transform: translateY(-10px) scale(1);
  opacity: 1;
}

.gallery-item>p {
  margin: 26px 0 0;
  text-align: center;
}

.gallery-item>p b,
.gallery-item>p span {
  display: block;
}

.gallery-item>p b {
  font-size: 15px;
}

.gallery-item>p span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.faq {
  width: min(1260px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 100px;
  background: #fff;
}

.faq-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-intro h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.faq-intro>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.faq-intro a {
  color: var(--magenta);
  font-weight: 700;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  padding: 25px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  font-size: 16px;
  font-weight: 720;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bg-soft);
  color: var(--plum);
  transition: .2s;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
  background: var(--plum);
  color: #fff;
}

.faq-list details p {
  max-width: 700px;
  margin: 0;
  padding: 0 50px 26px 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.download {
  min-height: 650px;
  margin: 0 max(3vw, 20px) 28px;
  padding: 90px max(6vw, 50px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  border-radius: 44px;
  background: var(--gradient);
  color: #fff;
}

.download-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -300px;
  left: -200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .24), transparent 68%);
}

.download-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  justify-self: end;
}

.download .eyebrow {
  color: #ffd3eb;
}

.download h2 {
  margin-bottom: 22px;
  font-size: clamp(48px, 4.6vw, 72px);
  line-height: 1;
  letter-spacing: -.06em;
}

.download-copy>p:not(.eyebrow) {
  max-width: 590px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.7;
}

.download-copy>small {
  display: block;
  margin-top: 15px;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
}

.download-phones {
  position: relative;
  min-height: 520px;
}

.download-phones>div {
  position: absolute;
}

.download-phones>div:first-child {
  z-index: 2;
  left: 60px;
  top: -20px;
  transform: rotate(-7deg) scale(.85);
}

.download-phones>div:last-child {
  left: 250px;
  top: 35px;
  transform: rotate(8deg) scale(.78);
  opacity: .8;
}

footer {
  padding: 70px max(5vw, 32px) 30px;
  background: #170d16;
  color: #fff;
}

.footer-main {
  width: min(1240px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
}

.footer-brand>p {
  max-width: 340px;
  margin: 22px 0;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  line-height: 1.6;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-row a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.social-row span {
  margin-left: 8px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-links>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer-links b {
  margin-bottom: 4px;
  font-size: 12px;
}

.footer-links a:not(.store-button) {
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.store-button--compact {
  min-width: 154px;
  height: 49px;
  padding: 6px 12px;
  border-color: rgba(255, 255, 255, .2);
  box-shadow: none;
}

.store-button--compact strong {
  font-size: 15px;
}

.store-button--compact small {
  font-size: 7px;
}

.store-button--compact .store-icon {
  font-size: 18px;
}

.footer-bottom {
  width: min(1240px, 100%);
  margin: 60px auto 0;
  padding-top: 24px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: .92fr 1.08fr;
  }

  .hero-phone {
    left: -25px;
    transform: rotate(-4deg) scale(.82);
  }

  .float-card--reminder {
    right: -12px;
  }

  .section-grid,
  .tutorial-layout {
    gap: 45px;
  }

  .copy-week,
  .close-day {
    gap: 50px;
  }

  .download-phones>div:first-child {
    left: 0;
  }

  .download-phones>div:last-child {
    left: 150px;
  }
}

@media (max-width: 960px) {
  nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-card);
  }

  .site-header nav.nav-open {
    display: flex;
  }

  .site-header nav a {
    padding: 13px 10px;
  }

  .menu-button {
    display: block;
  }

  .header-cta {
    margin-left: auto;
    margin-right: 10px;
  }

  .hero {
    min-height: auto;
    padding-top: 140px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    justify-self: center;
    text-align: center;
  }

  .hero-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .store-row {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-visual {
    width: min(760px, 100%);
    height: 700px;
    margin: 0 auto;
  }

  .trainer-photo {
    inset: 20px -10vw 20px 15%;
  }

  .hero-phone {
    left: 2%;
  }

  .float-card--sessions {
    left: 0;
  }

  .hero-proof {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    grid-column: 1;
    transform: none;
  }

  .section-grid,
  .tutorial-layout,
  .copy-week,
  .conflict,
  .reminder-panel,
  .money,
  .close-day,
  .privacy,
  .faq,
  .download {
    grid-template-columns: 1fr;
  }

  .section-grid,
  .tutorial-layout,
  .copy-week,
  .conflict,
  .money,
  .close-day,
  .privacy,
  .faq {
    gap: 65px;
  }

  .copy-week-copy,
  .close-day .section-heading,
  .download-copy {
    justify-self: start;
  }

  .profession-demo {
    width: min(650px, 100%);
    margin: auto;
  }

  .tutorial-phone {
    grid-row: 1;
    min-height: 630px;
  }

  .conflict {
    width: 100%;
  }

  .reminder-panel {
    padding: 55px;
  }

  .reminder-demo {
    max-width: none;
  }

  .money-dashboard {
    max-width: 650px;
    margin: auto;
    width: 100%;
  }

  .close-card {
    margin: auto;
  }

  .privacy-art {
    width: min(650px, 100%);
    margin: auto;
  }

  .faq-intro {
    position: static;
  }

  .download {
    text-align: center;
  }

  .download-copy {
    margin: auto;
  }

  .download-copy .store-row {
    justify-content: center;
  }

  .download-phones {
    width: min(600px, 100%);
    margin: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 60px;
    padding-left: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    border-color: rgba(88, 45, 86, .10);
    backdrop-filter: blur(16px);
  }

  .brand {
    gap: 8px;
    font-size: 17px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    margin-left: auto;
  }

  .hero {
    padding: 110px 18px 0;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 67px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .store-row {
    gap: 8px;
  }

  .store-button {
    min-width: 155px;
    height: 53px;
    padding: 6px 10px;
    gap: 7px;
  }

  .store-button strong {
    font-size: 16px;
  }

  .store-icon {
    width: 22px;
    font-size: 20px;
  }

  .hero-trust {
    margin-top: 30px;
  }

  .hero-visual {
    height: 650px;
    margin-top: 15px;
  }

  .trainer-photo {
    inset: 30px 0 30px 6vw;
    border-radius: 30px;
    background-position: 72% center;
  }

  .hero-phone {
    left: -42px;
    bottom: -5px;
    transform: rotate(-4deg) scale(.7);
  }

  .float-card {
    min-width: 165px;
    padding: 10px 12px;
  }

  .float-card--sessions {
    top: 40px;
    left: 5px;
  }

  .float-card--reminder {
    top: 315px;
    right: -20px;
  }

  .float-card--conflict {
    right: -10px;
    bottom: 40px;
  }

  .hero-proof {
    margin: 0 -18px;
    width: calc(100% + 36px);
    padding: 22px;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .hero-proof span {
    min-height: 45px;
  }

  .section {
    padding: 88px 20px;
  }

  .section-heading.centered {
    margin-bottom: 45px;
  }

  .section-heading h2,
  .profession-copy h2,
  .copy-week-copy h2 {
    font-size: 42px;
  }

  .section-heading>p:not(.eyebrow),
  .profession-copy>p:not(.eyebrow),
  .copy-week-copy>p:not(.eyebrow) {
    font-size: 15px;
  }

  .merge-visual {
    height: 430px;
  }

  .merge-visual::before {
    inset: 45px 10px;
  }

  .merge-visual::after {
    inset: 120px 70px;
  }

  .tool-orbit {
    width: 130px;
    height: 67px;
  }

  .tool-orbit--two {
    left: -5px;
  }

  .tool-orbit--three {
    right: -5px;
  }

  .merge-center {
    width: 145px;
    height: 145px;
  }

  .profession-list {
    grid-template-columns: 1fr;
  }

  .profession-demo {
    min-height: 650px;
    margin-top: 0;
  }

  .profession-demo .phone-shell {
    transform: rotate(3deg) scale(.83);
  }

  .demo-caption {
    top: 18px;
    left: 10px;
  }

  .language-card {
    right: 8px;
    bottom: 18px;
    width: 220px;
  }

  .tutorial-phone {
    min-height: 570px;
  }

  .phone-backdrop {
    width: 380px;
    height: 380px;
  }

  .tutorial-phone .phone-shell {
    transform: scale(.82);
  }

  .step-badge {
    right: 5px;
    bottom: 60px;
  }

  .tutorial-steps button {
    grid-template-columns: 35px 1fr 20px;
    gap: 10px;
    padding: 20px 2px;
  }

  .tutorial-heading {
    font-size: 18px;
  }

  .copy-week {
    padding-left: 20px;
    padding-right: 20px;
  }

  .week-board {
    padding: 15px;
  }

  .week-columns {
    min-height: 300px;
    padding: 10px;
    gap: 4px;
  }

  .copy-action button {
    display: none;
  }

  .conflict-demo {
    padding: 20px 8px;
  }

  .timeline-hours {
    margin-left: 12px;
  }

  .timeline-track {
    margin-left: 10px;
    margin-right: 10px;
  }

  .existing-session {
    width: 50%;
  }

  .attempt-session {
    width: 25%;
  }

  .conflict-result button {
    display: none;
  }

  .reminders {
    padding-left: 12px;
    padding-right: 12px;
  }

  .reminder-panel {
    padding: 38px 18px;
    border-radius: 28px;
  }

  .bubble {
    width: 92%;
  }

  .money-main strong {
    font-size: 42px;
  }

  .money-grid {
    grid-template-columns: 1fr;
  }

  .close-card {
    padding: 35px 17px;
  }

  .close-card-grid {
    grid-template-columns: 1fr;
  }

  .privacy-art {
    min-height: 590px;
  }

  .privacy-phone {
    transform: rotate(-6deg) scale(.76);
  }

  .shield {
    right: 24px;
    bottom: 95px;
  }

  .od1 {
    left: 35px;
  }

  .od2 {
    right: 35px;
  }

  .od3 {
    left: 35px;
  }

  .phone-gallery {
    padding-left: 35px;
    padding-right: 35px;
    gap: 18px;
  }

  .gallery-item {
    flex-basis: 270px;
  }

  .gallery-item .phone-shell {
    transform: scale(.92);
    transform-origin: top center;
  }

  .faq-list summary {
    font-size: 14px;
  }

  .download {
    margin: 0 10px 10px;
    padding: 72px 18px 30px;
    border-radius: 30px;
  }

  .download h2 {
    font-size: 45px;
  }

  .download-phones {
    min-height: 430px;
  }

  .download-phones>div:first-child {
    left: -50px;
    transform: rotate(-7deg) scale(.67);
  }

  .download-phones>div:last-child {
    left: 100px;
    transform: rotate(8deg) scale(.62);
  }

  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links>div:last-child {
    grid-column: 1/-1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


[hidden] {
  display: none !important;
}

.noscript-message {
  margin: 0;
  padding: 16px;
  background: #fff0df;
  color: #32102f;
  text-align: center;
  font: 600 14px/1.5 Inter, ui-sans-serif, sans-serif;
}