:root {
  --ink: #10172b;
  --muted: #667085;
  --blue: #263d8f;
  --blue-deep: #17255f;
  --yellow: #ffd64a;
  --cream: #fbfaf6;
  --line: #e8e8e3;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC",
    "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(16, 23, 43, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.03em;
}

.nav-links {
  display: flex;
  gap: 38px;
  color: #566073;
  font-size: 14px;
}

.nav-links a,
.text-link {
  transition: color 0.2s ease;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--blue);
}

.header-cta {
  justify-self: end;
  padding: 10px 19px;
  border: 1px solid rgba(16, 23, 43, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 650;
  transition: transform 0.2s ease, background 0.2s ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: var(--white);
}

.hero {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 52px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 78px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px 8px 9px;
  border: 1px solid #e2e1db;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #596274;
  font-size: 12px;
  font-weight: 650;
}

.eyebrow-dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset 0 0 0 6px var(--blue);
}

h1 {
  margin: 28px 0 24px;
  font-size: clamp(58px, 5.3vw, 78px);
  line-height: 1.09;
  letter-spacing: -0.075em;
  font-weight: 790;
}

h1 span {
  position: relative;
  color: var(--blue);
  white-space: nowrap;
}

h1 span::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -9px;
  width: 88%;
  height: 9px;
  border-radius: 100%;
  border-top: 4px solid var(--yellow);
  transform: rotate(-2deg);
}

.hero-text {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 700;
}

.button--primary {
  color: white;
  background: var(--ink);
  box-shadow: 0 16px 30px rgba(16, 23, 43, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(16, 23, 43, 0.24);
}

.button-apple {
  font-size: 11px;
  color: var(--yellow);
}

.button-arrow {
  margin-left: 3px;
  font-size: 17px;
}

.text-link {
  color: #3f4a5f;
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  margin-left: 6px;
}

.trust-row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  color: #7b8495;
  font-size: 11px;
}

.trust-row > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.check-icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
}

.trust-row .check-icon {
  color: var(--blue);
}

.hero-visual {
  position: relative;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -3;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 58% 35%, rgba(255, 255, 255, 0.9) 0 17%, transparent 18%),
    linear-gradient(145deg, #f5eaa5, #ffe464 46%, #ffd13c);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.34);
}

.orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(38, 61, 143, 0.15);
  border-radius: 50%;
}

.orbit--one {
  width: 570px;
  height: 320px;
  transform: rotate(-25deg);
}

.orbit--two {
  width: 470px;
  height: 590px;
  transform: rotate(55deg);
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: 282px;
  height: 570px;
  padding: 8px;
  border: 3px solid #10172b;
  border-radius: 48px;
  background: #10172b;
  box-shadow: 0 35px 70px rgba(35, 40, 49, 0.27);
  transform: rotate(3deg);
}

.phone-shell::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 50%;
  width: 78px;
  height: 21px;
  border-radius: 20px;
  background: #0b1020;
  transform: translateX(-50%);
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  padding: 15px 15px 19px;
  border-radius: 37px;
  background: #f7f8fb;
  color: #171b27;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 1px 6px 18px;
  color: #313746;
  font-size: 9px;
  font-weight: 750;
}

.phone-user {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 2px 14px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: white;
  background: var(--blue);
  font-size: 12px;
  font-weight: 750;
}

.phone-user div:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.phone-user small,
.task-row small {
  color: #969cab;
  font-size: 8px;
}

.phone-user b {
  margin-top: 1px;
  font-size: 11px;
}

.bell {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #e8eaf0;
  border-radius: 50%;
  color: var(--blue);
  background: white;
}

.today-card {
  position: relative;
  min-height: 206px;
  padding: 17px;
  overflow: hidden;
  border-radius: 25px;
  color: white;
  background: linear-gradient(145deg, #2d479f, #192b70);
  box-shadow: 0 15px 24px rgba(38, 61, 143, 0.23);
}

.today-card::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -38px;
  width: 130px;
  height: 130px;
  border: 26px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.today-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
}

.today-top small {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--yellow);
  font-size: 8px;
  font-weight: 800;
}

.progress-ring {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 14px auto 6px;
  border-radius: 50%;
  background: conic-gradient(var(--yellow) 0 50%, rgba(255, 255, 255, 0.17) 50% 100%);
}

.progress-ring::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #263d8f;
}

.progress-ring div {
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  text-align: center;
}

.progress-ring b {
  font-size: 28px;
}

.progress-ring span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.progress-ring small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.65);
  font-size: 7px;
}

.today-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 8px;
}

.task-title {
  display: flex;
  justify-content: space-between;
  margin: 17px 2px 10px;
  font-size: 11px;
}

.task-title span {
  color: #9ba0ac;
  font-size: 8px;
}

.task-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  margin-bottom: 7px;
  border: 1px solid #eceef2;
  border-radius: 14px;
  background: white;
}

.task-row > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.task-row b {
  font-size: 9px;
}

.task-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 9px;
  color: var(--blue);
  background: #eef1ff;
  font-size: 10px;
  font-weight: 900;
}

.task-row--done .task-icon {
  color: #1d7d65;
  background: #e8f7f2;
}

.task-icon--play {
  padding-left: 2px;
}

.record-button {
  width: 100%;
  height: 37px;
  border: 0;
  border-radius: 13px;
  color: white;
  background: var(--ink);
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.record-button span {
  margin-right: 5px;
  color: var(--yellow);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 15px 34px rgba(31, 43, 73, 0.13);
  backdrop-filter: blur(12px);
}

.floating-card > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.floating-card b {
  font-size: 11px;
}

.floating-card small {
  color: #9096a4;
  font-size: 8px;
}

.floating-card--streak {
  top: 105px;
  left: 12px;
}

.floating-card--success {
  right: 8px;
  bottom: 120px;
}

.mini-icon,
.success-check {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: var(--blue-deep);
  background: var(--yellow);
  font-size: 12px;
  font-weight: 850;
}

.success-check {
  color: white;
  background: var(--blue);
}

.app-icon-stage {
  position: absolute;
  z-index: 3;
  right: 7px;
  top: 83px;
  transform: rotate(7deg);
}

.app-mark {
  position: relative;
  display: inline-block;
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 23px;
  color: white;
  background: linear-gradient(145deg, #2f4ba7, #182761);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 17px 30px rgba(23, 37, 95, 0.22);
}

.app-mark--compact {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 7px 14px rgba(23, 37, 95, 0.18);
}

.app-mark__sun {
  position: absolute;
  right: -18%;
  top: -18%;
  width: 68%;
  height: 68%;
  border-radius: 50%;
  background: var(--yellow);
}

.app-mark__play {
  position: absolute;
  left: 31%;
  top: 35%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid white;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.08));
}

.app-mark__check {
  position: absolute;
  right: 11%;
  bottom: 11%;
  display: grid;
  place-items: center;
  width: 27%;
  height: 27%;
  border-radius: 50%;
  color: var(--blue);
  background: white;
}

.app-mark--compact .app-mark__play {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 9px;
}

.features-section {
  padding: 112px max(24px, calc((100% - 1180px) / 2));
  background: white;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.section-kicker,
.download-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.section-heading h2,
.download-content h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.14;
  letter-spacing: -0.055em;
}

.section-heading p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 350px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #ebecf0;
  border-radius: 32px;
  background: #f8f9fb;
}

.feature-card--large {
  grid-column: 1 / -1;
  min-height: 470px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 40px;
  padding: 54px;
  background: #f4f5f8;
}

.feature-card--blue {
  color: white;
  background: linear-gradient(145deg, #2b459f, #15245f);
  border-color: transparent;
}

.feature-number {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 26px;
  margin-bottom: 26px;
  border-radius: 999px;
  color: var(--blue);
  background: #e8ecff;
  font-size: 10px;
  font-weight: 850;
}

.feature-card--blue .feature-number {
  color: var(--blue-deep);
  background: var(--yellow);
}

.feature-card h3 {
  max-width: 430px;
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.feature-card p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.feature-card--blue p {
  color: rgba(255, 255, 255, 0.7);
}

.feature-tags {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.feature-tags span {
  padding: 8px 12px;
  border: 1px solid #e1e3e9;
  border-radius: 999px;
  color: #747d8d;
  background: white;
  font-size: 10px;
  font-weight: 650;
}

.feature-demo {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  height: 355px;
}

.demo-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  height: 310px;
  overflow: hidden;
  border: 9px solid #151c30;
  border-radius: 30px;
  background: linear-gradient(150deg, #ffd94d 0 42%, #f2ecce 42%);
  box-shadow: 0 28px 50px rgba(22, 30, 52, 0.18);
  transform: rotate(2deg);
}

.demo-camera {
  position: absolute;
  inset: 25px;
  overflow: hidden;
  border-radius: 20px;
  background: #304ba5;
}

.camera-face {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 44% 44% 50% 50%;
  color: var(--blue-deep);
  background: var(--yellow);
  font-size: 32px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.camera-face::before {
  content: "•  •";
  position: absolute;
  top: 24px;
  font-size: 16px;
  letter-spacing: 9px;
  transform: translateX(4px);
}

.camera-wave {
  position: absolute;
  border: 30px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.camera-wave--one {
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: -155px;
}

.camera-wave--two {
  width: 210px;
  height: 210px;
  right: -95px;
  top: -110px;
}

.demo-timer {
  position: absolute;
  top: 37px;
  left: 40px;
  padding: 6px 9px;
  border-radius: 999px;
  color: white;
  background: rgba(16, 23, 43, 0.7);
  font-size: 9px;
  font-weight: 700;
}

.demo-record {
  position: absolute;
  left: 50%;
  bottom: 13px;
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border: 3px solid white;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  transform: translateX(-50%);
}

.demo-record span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff554f;
}

.demo-done {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  padding: 14px 17px;
  border: 1px solid white;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 17px 34px rgba(31, 43, 73, 0.14);
  backdrop-filter: blur(10px);
}

.demo-done > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.demo-done b {
  font-size: 11px;
}

.demo-done small {
  color: #969cab;
  font-size: 8px;
}

.calendar-demo {
  position: absolute;
  right: 28px;
  bottom: -4px;
  left: 28px;
  padding: 22px;
  border: 1px solid #eceef2;
  border-radius: 24px 24px 0 0;
  background: white;
  box-shadow: 0 16px 32px rgba(31, 43, 73, 0.08);
}

.calendar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.calendar-top b {
  font-size: 13px;
}

.calendar-top span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #a16900;
  background: #fff5cf;
  font-size: 8px;
  font-weight: 750;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  text-align: center;
}

.calendar-days span {
  color: #a1a6b0;
  font-size: 8px;
}

.calendar-days i {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #677083;
  font-size: 9px;
  font-style: normal;
}

.calendar-days .day-done {
  color: #277760;
  background: #e6f6f1;
}

.calendar-days .day-today {
  color: white;
  background: var(--blue);
  box-shadow: 0 5px 10px rgba(38, 61, 143, 0.25);
}

.growth-demo {
  position: absolute;
  right: 34px;
  bottom: 27px;
  left: 34px;
}

.growth-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
}

.growth-label b {
  color: var(--yellow);
  font-size: 25px;
}

.bars {
  height: 75px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 10px;
}

.bars i {
  width: 100%;
  border-radius: 6px 6px 2px 2px;
  background: rgba(255, 255, 255, 0.2);
}

.bars .bar-active {
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 214, 74, 0.25);
}

.bar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
  font-size: 7px;
}

.download-section {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background: #111831;
  text-align: center;
}

.download-section::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 30px;
}

.download-content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 48px));
  padding: 90px 0;
}

.download-content > .app-mark {
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
  border-radius: 28px;
  box-shadow: 0 23px 44px rgba(0, 0, 0, 0.28);
}

.download-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--yellow);
}

.download-content h2 {
  font-size: clamp(46px, 5.7vw, 72px);
}

.download-content > p {
  max-width: 540px;
  margin: 24px auto 30px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.85;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.store-button {
  min-width: 220px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.07);
  font-family: inherit;
  text-align: left;
}

.store-button.is-disabled {
  cursor: default;
}

.store-symbol {
  color: var(--yellow);
  font-size: 15px;
}

.store-button > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.store-buttons small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
}

.store-buttons b {
  font-size: 11px;
}

.download-note {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 9px;
}

.download-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.download-glow--one {
  width: 450px;
  height: 450px;
  left: -220px;
  top: -220px;
  background: radial-gradient(circle, rgba(38, 61, 143, 0.8), transparent 68%);
}

.download-glow--two {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: -250px;
  background: radial-gradient(circle, rgba(255, 214, 74, 0.14), transparent 68%);
}

footer {
  min-height: 100px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #8b92a1;
  font-size: 10px;
}

footer .brand {
  color: var(--ink);
  font-size: 15px;
}

footer p {
  margin: 0;
}

footer > span {
  justify-self: end;
}

@media (prefers-reduced-motion: no-preference) {
  .phone-shell {
    animation: phone-float 5s ease-in-out infinite;
  }

  .floating-card--streak {
    animation: card-float 4.5s ease-in-out infinite 0.5s;
  }

  .floating-card--success {
    animation: card-float 4.2s ease-in-out infinite;
  }

  @keyframes phone-float {
    0%, 100% { transform: rotate(3deg) translateY(0); }
    50% { transform: rotate(2deg) translateY(-10px); }
  }

  @keyframes card-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
  }
}

@media (max-width: 900px) {
  .site-header {
    width: min(100% - 34px, 680px);
  }

  .nav-links {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero {
    width: min(100% - 34px, 680px);
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .hero-copy {
    padding: 66px 0 16px;
  }

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

  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .hero-visual {
    height: 650px;
  }

  .hero-visual::before {
    width: 520px;
    height: 520px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading p {
    max-width: 540px;
  }

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

  .feature-copy {
    position: relative;
    z-index: 2;
  }

  .feature-demo {
    justify-self: center;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 72px;
  }

  .header-cta {
    padding: 9px 15px;
  }

  .hero-copy {
    padding-top: 52px;
  }

  h1 {
    margin-top: 24px;
    font-size: clamp(43px, 13vw, 60px);
  }

  .desktop-break {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    gap: 19px;
  }

  .trust-row {
    gap: 10px;
    flex-wrap: wrap;
  }

  .hero-visual {
    height: 570px;
    transform: scale(0.88);
    margin: -22px -30px 0;
  }

  .hero-visual::before {
    width: 470px;
    height: 470px;
  }

  .floating-card--streak {
    left: 0;
  }

  .floating-card--success {
    right: 0;
  }

  .app-icon-stage {
    right: 0;
  }

  .features-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

  .feature-card,
  .feature-card--large {
    grid-column: auto;
    min-height: 380px;
    padding: 30px;
    border-radius: 26px;
  }

  .feature-card--large {
    gap: 28px;
    min-height: 720px;
  }

  .feature-demo {
    height: 360px;
  }

  .demo-video {
    width: 94%;
  }

  .calendar-demo {
    right: 20px;
    left: 20px;
  }

  .store-buttons {
    flex-direction: column;
    align-items: center;
  }

  .store-button {
    width: min(100%, 270px);
  }

  .download-section::before {
    inset: 12px;
    border-radius: 22px;
  }

  footer {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 22px 0;
  }

  footer p {
    display: none;
  }
}
