:root {
  --ink: #15121f;
  --ink-soft: #605b70;
  --surface: #fbfaf8;
  --surface-alt: #f4f0ff;
  --white: #fff;
  --purple: #5238d6;
  --purple-deep: #3820b6;
  --purple-dark: #2b187e;
  --purple-soft: #8b76ff;
  --purple-pale: #ebe5ff;
  --pink: #d791f5;
  --green: #36b873;
  --gold: #ffbd2e;
  --line: rgba(31, 22, 56, 0.1);
  --shadow: 0 24px 70px rgba(58, 37, 137, 0.14);
  --radius-lg: 34px;
  --radius-md: 24px;
  --shell: min(1160px, calc(100% - 48px));
  --justanapp-tab-height: 48px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.justanapp-tabbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  min-height: var(--justanapp-tab-height);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px max(12px, calc((100vw - 1160px) / 2));
  color: rgba(255, 255, 255, 0.86);
  background: rgba(21, 18, 31, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.justanapp-tabbrand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.justanapp-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--white);
  background: var(--purple);
  border-radius: 8px;
  font-size: 11px;
}

.justanapp-tabnav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  scrollbar-width: none;
  white-space: nowrap;
}

.justanapp-tabnav::-webkit-scrollbar {
  display: none;
}

.justanapp-tabnav a {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 8px;
}

.justanapp-tabnav a:hover,
.justanapp-tabnav a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.site-header {
  position: fixed;
  inset: var(--justanapp-tab-height) 0 auto;
  z-index: 30;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(251, 250, 248, 0.9);
  box-shadow: 0 8px 30px rgba(48, 35, 97, 0.06);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.main-nav,
.brand {
  display: flex;
  align-items: center;
}

.nav-wrap {
  min-height: 78px;
  justify-content: space-between;
}

.brand {
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 6px 14px rgba(82, 56, 214, 0.2);
}

.main-nav {
  gap: 30px;
  color: #534e60;
  font-size: 14px;
  font-weight: 650;
}

.main-nav a {
  transition: color 160ms ease;
}

.main-nav a:hover {
  color: var(--purple);
}

.main-nav .nav-cta {
  padding: 12px 18px;
  color: var(--white);
  background: var(--purple);
  border-radius: 99px;
  box-shadow: 0 8px 18px rgba(82, 56, 214, 0.22);
}

.main-nav .nav-cta:hover {
  color: var(--white);
  background: var(--purple-deep);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 850px;
  padding-top: calc(166px + var(--justanapp-tab-height));
  padding-bottom: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 25%, rgba(206, 188, 255, 0.55), transparent 23%),
    radial-gradient(circle at 46% 4%, rgba(237, 225, 255, 0.66), transparent 25%),
    var(--surface);
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  min-height: 615px;
  gap: 50px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 25px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}

.eyebrow.light {
  color: #c9beff;
}

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

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(62px, 6.2vw, 89px);
  line-height: 0.98;
  letter-spacing: -0.085em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(43px, 5.2vw, 68px);
  line-height: 0.99;
  letter-spacing: -0.075em;
}

h3 {
  margin-bottom: 16px;
  font-size: clamp(31px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: -0.065em;
}

em {
  color: var(--purple);
  font-family: Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 31px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions,
.text-link,
.hero-proof,
.avatar-stack,
.floating-card,
.phone-status,
.phone-status div,
.phone-toolbar,
.upcoming-title,
.event-card,
.tab-bar,
.trust-row,
.trust-row div,
.privacy-points div {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 23px;
  border: 0;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, #7045f0, var(--purple));
  box-shadow: 0 16px 32px rgba(82, 56, 214, 0.28);
}

.button-primary:hover {
  box-shadow: 0 20px 36px rgba(82, 56, 214, 0.35);
}

.text-link {
  gap: 10px;
  color: #4f4962;
  font-size: 15px;
  font-weight: 750;
}

.play-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(82, 56, 214, 0.18);
  color: var(--purple);
  background: var(--white);
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 6px 14px rgba(42, 24, 123, 0.09);
}

.play-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero-proof {
  gap: 14px;
  margin-top: 45px;
}

.avatar-stack span,
.mini-avatars span {
  display: grid;
  color: var(--white);
  background: linear-gradient(135deg, #b182f7, var(--purple));
  border: 3px solid var(--surface);
  border-radius: 50%;
  place-items: center;
  font-weight: 800;
}

.avatar-stack span {
  width: 42px;
  height: 42px;
  font-size: 10px;
}

.avatar-stack span + span {
  margin-left: -11px;
  background: linear-gradient(135deg, #74d594, #168a55);
}

.hero-proof p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.hero-proof strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 628px;
}

.orbit,
.spark,
.hero-glow {
  position: absolute;
  border-radius: 50%;
}

.orbit {
  border: 1px solid rgba(91, 62, 206, 0.12);
}

.orbit-one {
  inset: 8% 3% 0 0;
}

.orbit-two {
  inset: 20% 14% 12% 12%;
}

.spark {
  width: 12px;
  height: 12px;
  background: var(--purple-soft);
  box-shadow: 0 0 0 8px rgba(139, 118, 255, 0.12);
}

.spark-one {
  top: 15%;
  right: 15%;
}

.spark-two {
  right: 6%;
  bottom: 25%;
  width: 8px;
  height: 8px;
  background: var(--gold);
}

.phone {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 324px;
  height: 650px;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: #191427;
  border-radius: 45px;
  box-shadow: 0 32px 60px rgba(46, 25, 132, 0.24), inset 0 0 0 1px rgba(0, 0, 0, 0.9);
  transform: translateX(-50%) rotate(4deg);
}

.phone::before {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 4;
  width: 91px;
  height: 23px;
  background: #171320;
  border-radius: 99px;
  content: "";
  transform: translateX(-50%);
}

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

.phone-status {
  justify-content: space-between;
  padding: 16px 23px 11px;
  color: #1e182b;
  font-size: 11px;
  font-weight: 750;
}

.phone-status div {
  gap: 4px;
}

.phone-status svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
}

.battery {
  width: 17px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 2px;
  box-shadow: inset -3px 0 #1e182b;
}

.phone-toolbar {
  justify-content: space-between;
  padding: 14px 18px;
}

.phone-toolbar strong {
  font-size: 25px;
  letter-spacing: -0.06em;
}

.phone-toolbar button {
  display: grid;
  width: 35px;
  height: 35px;
  border: 0;
  color: #34294a;
  background: transparent;
  place-items: center;
}

.phone-toolbar button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.phone-toolbar .add-button {
  color: var(--white);
  background: linear-gradient(135deg, #7855f0, var(--purple));
  border-radius: 50%;
  font-size: 24px;
  font-weight: 350;
  box-shadow: 0 8px 12px rgba(82, 56, 214, 0.21);
}

.calendar-header,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-inline: 13px;
  text-align: center;
}

.calendar-header {
  color: #9a95a3;
  font-size: 9px;
  font-weight: 750;
}

.calendar-grid {
  margin-top: 4px;
  row-gap: 2px;
}

.calendar-grid span {
  position: relative;
  display: grid;
  height: 34px;
  color: #3e3947;
  font-size: 11px;
  place-items: center;
}

.calendar-grid .muted {
  color: #d0ccd4;
}

.calendar-grid .today {
  width: 29px;
  height: 29px;
  margin: auto;
  color: var(--white);
  background: var(--purple);
  border-radius: 50%;
}

.event-dot::after {
  position: absolute;
  right: 7px;
  bottom: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
}

.purple::after,
.event-line.purple {
  background: var(--purple);
}

.green::after,
.event-line.green {
  background: var(--green);
}

.gold::after {
  background: var(--gold);
}

.upcoming {
  padding: 10px 16px 70px;
}

.upcoming-title {
  justify-content: space-between;
  margin-bottom: 8px;
}

.upcoming-title strong {
  font-size: 15px;
}

.upcoming-title span {
  color: var(--purple);
  font-size: 10px;
  font-weight: 750;
}

.event-card {
  position: relative;
  gap: 9px;
  margin-top: 7px;
  padding: 11px 10px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(51, 41, 75, 0.07);
}

.event-line {
  width: 4px;
  height: 31px;
  border-radius: 99px;
}

.event-card strong {
  display: block;
  font-size: 11px;
  letter-spacing: -0.02em;
}

.event-card p {
  margin: 4px 0 0;
  color: #96909f;
  font-size: 9px;
}

.tiny-avatar {
  display: grid;
  width: 22px;
  height: 22px;
  margin-left: auto;
  color: var(--purple);
  background: var(--purple-pale);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 850;
  place-items: center;
}

.tiny-avatar.green-bg {
  color: #168a55;
  background: #ddf6e7;
}

.tab-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: space-around;
  padding: 10px 8px 16px;
  background: rgba(255, 255, 255, 0.93);
  border-top: 1px solid rgba(34, 23, 60, 0.06);
  backdrop-filter: blur(12px);
}

.tab-bar span {
  display: grid;
  gap: 3px;
  color: #9c96a7;
  font-size: 8px;
  font-weight: 700;
  text-align: center;
  place-items: center;
}

.tab-bar .active {
  color: var(--purple);
}

.tab-bar svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.floating-card {
  position: absolute;
  z-index: 5;
  gap: 10px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(45, 28, 114, 0.15);
  backdrop-filter: blur(15px);
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  font-size: 12px;
}

.floating-card small {
  margin-top: 2px;
  color: #8a8493;
  font-size: 10px;
}

.alarm-float {
  top: 17%;
  left: -3%;
}

.invite-float {
  right: -1%;
  bottom: 19%;
}

.float-icon {
  display: grid;
  width: 35px;
  height: 35px;
  color: var(--purple);
  background: var(--purple-pale);
  border-radius: 11px;
  place-items: center;
}

.float-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.float-check {
  display: grid;
  width: 19px;
  height: 19px;
  margin-left: 4px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 10px;
  place-items: center;
}

.mini-avatars {
  display: flex;
}

.mini-avatars span {
  width: 30px;
  height: 30px;
  font-size: 8px;
}

.mini-avatars span + span {
  margin-left: -8px;
  background: linear-gradient(135deg, #66cd8d, #168a55);
}

.trust-row {
  justify-content: space-between;
  min-height: 90px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.trust-row p {
  margin: 0;
  color: #787282;
  font-size: 13px;
  font-weight: 650;
}

.trust-row div {
  gap: 24px;
}

.trust-row span {
  color: #524b61;
  font-size: 12px;
  font-weight: 750;
}

.trust-row span::before {
  margin-right: 8px;
  color: var(--purple);
  content: "✓";
}

.features-section {
  background: var(--white);
}

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

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

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
}

.feature-band {
  display: grid;
  min-height: 510px;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f0ff, #ece4ff);
  border-radius: var(--radius-lg);
}

.feature-copy {
  padding: 64px 0 54px 64px;
}

.feature-copy p:not(.feature-number),
.card-copy p:not(.feature-number) {
  color: #665e76;
  font-size: 17px;
  line-height: 1.6;
}

.feature-copy p:not(.feature-number) {
  max-width: 480px;
}

.feature-number {
  margin-bottom: 30px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

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

.check-list li {
  margin-top: 13px;
  color: #51495f;
  font-size: 14px;
  font-weight: 700;
}

.check-list li::before {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: var(--white);
  background: var(--purple);
  border-radius: 50%;
  content: "✓";
  font-size: 11px;
  place-items: center;
}

.feature-art {
  position: relative;
}

.feature-art .art-disc {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 480px;
  height: 480px;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.feature-art img {
  position: relative;
  z-index: 2;
  width: 575px;
  max-width: none;
  margin: -7px 0 0 -18px;
}

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

.feature-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.feature-card-alarm {
  color: var(--white);
  background: linear-gradient(145deg, #332181, #5132bd);
}

.feature-card .card-copy {
  position: relative;
  z-index: 2;
  padding: 48px 48px 0;
}

.feature-card-alarm .feature-number,
.feature-card-alarm .card-copy p {
  color: #c9bcff;
}

.feature-card-alarm img {
  position: absolute;
  right: -35px;
  bottom: -63px;
  width: 570px;
}

.feature-card-notes {
  background: #f5f3f0;
}

.notes-preview {
  position: absolute;
  right: -18px;
  bottom: -34px;
  left: 58px;
  min-height: 284px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 25px 25px 0 0;
  box-shadow: 0 -10px 40px rgba(75, 67, 92, 0.11);
}

.preview-top,
.reminder-row {
  display: flex;
  align-items: center;
}

.preview-top {
  justify-content: space-between;
  margin-bottom: 19px;
}

.preview-top strong {
  font-size: 23px;
  letter-spacing: -0.05em;
}

.preview-top span {
  display: grid;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: linear-gradient(135deg, #7650ef, var(--purple));
  border-radius: 50%;
  font-size: 23px;
  place-items: center;
}

.reminder-row {
  gap: 11px;
  min-height: 52px;
  border-top: 1px solid var(--line);
}

.reminder-row span {
  width: 17px;
  height: 17px;
  border: 2px solid #b9b3c4;
  border-radius: 50%;
}

.reminder-row p {
  margin: 0;
  color: #45404c;
  font-size: 14px;
  font-weight: 650;
}

.reminder-row.done span {
  display: grid;
  color: var(--white);
  background: var(--purple);
  border-color: var(--purple);
  font-size: 10px;
  place-items: center;
}

.reminder-row.done span::after {
  content: "✓";
}

.reminder-row.done p {
  color: #aaa4ae;
  text-decoration: line-through;
}

.steps-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0, rgba(110, 80, 228, 0.45), transparent 24%),
    radial-gradient(circle at 95% 100%, rgba(93, 52, 212, 0.45), transparent 25%),
    #221359;
}

.steps-section h2 em {
  color: #c1adff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.step-card {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 23px;
}

.step-number {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #9b8adf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.step-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 47px;
  color: #ded7ff;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  place-items: center;
}

.step-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.step-card h3 {
  margin-bottom: 13px;
  font-size: 26px;
  letter-spacing: -0.05em;
}

.step-card p {
  margin: 0;
  color: #b6acd7;
  font-size: 15px;
  line-height: 1.65;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 80px;
}

.privacy-art {
  position: relative;
  min-height: 540px;
}

.privacy-orb {
  position: absolute;
  inset: 4% 4% 3% 4%;
  background: linear-gradient(145deg, #f0e9ff, #e7deff);
  border-radius: 50%;
}

.privacy-art img {
  position: relative;
  width: 520px;
  transform: rotate(-7deg);
}

.permission-card {
  position: absolute;
  right: -10px;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(57, 39, 131, 0.16);
}

.permission-icon {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--purple);
  background: var(--purple-pale);
  border-radius: 12px;
  place-items: center;
}

.permission-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.permission-card strong,
.permission-card small {
  display: block;
}

.permission-card strong {
  font-size: 13px;
}

.permission-card small {
  margin-top: 3px;
  color: #898391;
  font-size: 11px;
}

.privacy-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.65;
}

.privacy-points {
  margin-top: 31px;
}

.privacy-points div {
  gap: 13px;
  margin-top: 16px;
}

.privacy-points span {
  display: grid;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--white);
  background: var(--purple);
  border-radius: 50%;
  font-size: 12px;
  place-items: center;
}

.privacy-points p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.privacy-points strong {
  color: var(--ink);
}

.privacy-policy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
}

.privacy-policy-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  transition: transform 160ms ease;
}

.privacy-policy-link:hover svg {
  transform: translateX(3px);
}

.signup-section {
  padding-top: 0;
}

.signup-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  padding: 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 0 0, rgba(167, 125, 255, 0.58), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(133, 95, 255, 0.34), transparent 35%),
    #3d24ad;
  border-radius: var(--radius-lg);
}

.signup-copy h2 {
  font-size: clamp(45px, 5vw, 66px);
}

.signup-copy h2 em {
  color: #d0c5ff;
}

.signup-copy p:not(.eyebrow) {
  max-width: 490px;
  color: #d4cdf2;
  font-size: 17px;
  line-height: 1.65;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 25px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 25px;
  box-shadow: 0 20px 45px rgba(32, 17, 91, 0.18);
}

.signup-form label {
  display: grid;
  gap: 7px;
}

.signup-form label,
.signup-form .button,
.form-note {
  grid-column: 1 / -1;
}

.signup-form label span {
  color: #554f60;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 51px;
  padding: 0 14px;
  color: var(--ink);
  background: #f8f6fa;
  border: 1px solid rgba(52, 40, 82, 0.1);
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.signup-form input:focus,
.signup-form select:focus {
  border-color: rgba(82, 56, 214, 0.8);
  box-shadow: 0 0 0 3px rgba(82, 56, 214, 0.11);
}

.button-light {
  margin-top: 4px;
  color: var(--white);
  background: linear-gradient(135deg, #7045f0, var(--purple));
  box-shadow: 0 12px 22px rgba(82, 56, 214, 0.22);
}

.form-note {
  margin: 0;
  color: #908998;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--purple);
  font-size: 26px;
  font-weight: 350;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 690px;
  margin-bottom: 23px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.site-footer {
  padding: 34px 0 20px;
  color: #bcb3db;
  background: #211352;
}

.footer-grid,
.footer-bottom,
.footer-links {
  display: flex;
  align-items: center;
}

.footer-grid {
  gap: 30px;
  padding-bottom: 30px;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand img {
  width: 37px;
  height: 37px;
  border-radius: 11px;
}

.footer-grid p {
  margin: 0;
  font-size: 13px;
}

.footer-links {
  gap: 20px;
  margin-left: auto;
  color: #d3ccef;
  font-size: 13px;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  font-size: 11px;
}

.policy-page {
  background: var(--white);
}

.policy-page .main-nav .active {
  color: var(--purple);
}

.policy-hero {
  position: relative;
  padding: calc(182px + var(--justanapp-tab-height)) 0 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(206, 188, 255, 0.58), transparent 23%),
    radial-gradient(circle at 34% 3%, rgba(237, 225, 255, 0.72), transparent 28%),
    var(--surface);
}

.policy-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.policy-glow-one {
  right: -110px;
  bottom: -145px;
  width: 430px;
  height: 430px;
  background: rgba(187, 164, 255, 0.22);
}

.policy-glow-two {
  top: 122px;
  right: 30%;
  width: 12px;
  height: 12px;
  background: var(--purple-soft);
  box-shadow: 0 0 0 8px rgba(139, 118, 255, 0.12);
}

.policy-hero-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 84px;
}

.policy-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(69px, 8vw, 102px);
}

.policy-intro {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.7;
}

.policy-effective {
  margin: 0;
  color: #6a6475;
  font-size: 14px;
}

.policy-effective strong {
  color: var(--ink);
}

.policy-hero-card {
  position: relative;
  padding: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.policy-hero-card img {
  width: 64px;
  height: 64px;
  border-radius: 19px;
  box-shadow: 0 12px 22px rgba(82, 56, 214, 0.22);
}

.policy-hero-card p {
  margin: 22px 0 14px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.policy-hero-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.policy-hero-card li {
  margin-top: 10px;
  color: #625b70;
  font-size: 13px;
  font-weight: 700;
}

.policy-hero-card li::before {
  margin-right: 8px;
  color: var(--purple);
  content: "✓";
}

.policy-content {
  padding: 80px 0 104px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 780px);
  justify-content: space-between;
  gap: 80px;
}

.policy-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
  padding: 18px 0;
}

.policy-sidebar p {
  margin-bottom: 14px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.policy-sidebar nav {
  display: grid;
  gap: 5px;
}

.policy-sidebar a {
  padding: 7px 0;
  color: #746e7d;
  font-size: 13px;
  font-weight: 700;
  transition: color 160ms ease, transform 160ms ease;
}

.policy-sidebar a:hover {
  color: var(--purple);
  transform: translateX(3px);
}

.policy-article {
  min-width: 0;
}

.policy-section {
  padding: 0 0 46px;
  margin-bottom: 46px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 112px;
}

.policy-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.policy-kicker {
  margin-bottom: 12px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.policy-section h2 {
  margin-bottom: 18px;
  font-size: clamp(35px, 4vw, 47px);
}

.policy-section h3 {
  margin: 30px 0 10px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.policy-section p,
.policy-section li {
  color: #625d6c;
  font-size: 16px;
  line-height: 1.78;
}

.policy-section a {
  color: var(--purple);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(82, 56, 214, 0.26);
  text-underline-offset: 3px;
}

.policy-section ul {
  padding-left: 21px;
  margin: 16px 0 0;
}

.policy-section li {
  padding-left: 4px;
  margin-top: 10px;
}

.policy-section li::marker {
  color: var(--purple);
}

.policy-callout {
  padding: 23px 25px;
  margin-top: 26px;
  background: linear-gradient(135deg, #f4f0ff, #faf8ff);
  border: 1px solid rgba(82, 56, 214, 0.1);
  border-radius: 18px;
}

.policy-callout strong {
  color: var(--purple);
  font-size: 14px;
}

.policy-callout p {
  margin: 7px 0 0;
  color: #5d5670;
  font-size: 15px;
}

.policy-links {
  list-style: none;
  padding-left: 0 !important;
}

.policy-links li {
  padding-left: 0;
}

.policy-links a::after {
  margin-left: 6px;
  content: "↗";
  text-decoration: none;
}

.policy-contact-card {
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 100%, rgba(133, 95, 255, 0.5), transparent 40%),
    #3d24ad;
  border-radius: 23px;
}

.policy-contact-card .policy-kicker {
  color: #d3c7ff;
}

.policy-contact-card h2 {
  color: var(--white);
}

.policy-contact-card p {
  max-width: 590px;
  color: #d4cdf2;
}

.policy-contact-card a {
  display: inline-flex;
  margin-top: 4px;
  color: var(--white);
  font-size: 18px;
  text-decoration-color: rgba(255, 255, 255, 0.45);
}

.support-page .policy-effective a {
  color: var(--purple);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(82, 56, 214, 0.24);
  text-underline-offset: 3px;
}

.support-hero-card li::before {
  content: "•";
}

.support-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
  background: linear-gradient(135deg, #f6f2ff, #fff);
  border: 1px solid rgba(82, 56, 214, 0.1);
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(52, 36, 120, 0.08);
}

.support-contact-panel h2 {
  margin-bottom: 12px;
}

.support-contact-panel p:last-child {
  margin-bottom: 0;
}

.support-contact-panel .button {
  white-space: nowrap;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.support-card {
  padding: 23px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(52, 36, 120, 0.06);
}

.support-card h3 {
  margin-top: 0;
}

.support-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.support-steps {
  padding-left: 22px;
  margin: 18px 0 0;
}

.support-steps li {
  padding-left: 8px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 1020px) {
  .hero-grid {
    grid-template-columns: 1fr 0.92fr;
    gap: 10px;
  }

  .alarm-float {
    left: -11%;
  }

  .invite-float {
    right: -11%;
  }

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

  .feature-copy {
    padding-left: 48px;
  }

  .feature-art img {
    width: 520px;
    margin-top: 18px;
    margin-left: -35px;
  }

  .privacy-grid {
    gap: 40px;
  }

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

  .signup-panel {
    gap: 35px;
    padding: 55px;
  }

  .policy-hero-grid {
    gap: 50px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .section {
    padding: 84px 0;
  }

  .menu-toggle {
    display: grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    place-content: center;
  }

  .menu-toggle span:not(.sr-only) {
    width: 21px;
    height: 2px;
    background: var(--ink);
    border-radius: 99px;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: calc(var(--justanapp-tab-height) + 78px) 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 250, 248, 0.98);
    box-shadow: 0 14px 35px rgba(48, 35, 97, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 0;
  }

  .main-nav .nav-cta {
    margin-top: 8px;
    padding: 14px 17px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: calc(145px + var(--justanapp-tab-height));
  }

  .hero-grid {
    display: block;
  }

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

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-proof {
    justify-content: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-proof {
    margin-top: 30px;
    text-align: left;
  }

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

  .phone {
    width: 294px;
    height: 590px;
  }

  .calendar-grid span {
    height: 30px;
  }

  .upcoming {
    padding-top: 6px;
  }

  .alarm-float {
    top: 15%;
    left: 0;
  }

  .invite-float {
    right: 0;
    bottom: 18%;
  }

  .trust-row {
    display: block;
    padding: 25px 0 18px;
    text-align: center;
  }

  .trust-row div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 14px;
  }

  .feature-band,
  .feature-grid,
  .privacy-grid,
  .signup-panel,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .feature-band {
    min-height: 850px;
  }

  .feature-copy {
    padding: 46px 36px 0;
  }

  .feature-art img {
    width: 600px;
    max-width: 120%;
    margin: -45px 0 0 50%;
    transform: translateX(-50%);
  }

  .feature-art .art-disc {
    width: 420px;
    height: 420px;
  }

  .feature-grid {
    gap: 16px;
    margin-top: 16px;
  }

  .feature-card {
    min-height: 550px;
  }

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

  .step-icon {
    margin-bottom: 35px;
  }

  .privacy-grid {
    gap: 20px;
  }

  .privacy-art {
    min-height: 460px;
    order: 2;
  }

  .privacy-art img {
    margin: auto;
  }

  .privacy-copy {
    order: 1;
  }

  .signup-panel {
    gap: 22px;
    padding: 40px;
  }

  .faq-grid {
    gap: 22px;
  }

  .policy-hero {
    padding: calc(148px + var(--justanapp-tab-height)) 0 73px;
  }

  .policy-hero-grid,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-hero-grid {
    gap: 28px;
  }

  .policy-hero-card {
    max-width: 390px;
  }

  .policy-content {
    padding: 60px 0 78px;
  }

  .policy-layout {
    gap: 20px;
  }

  .policy-sidebar {
    position: static;
    padding: 0 0 27px;
    border-bottom: 1px solid var(--line);
  }

  .policy-sidebar nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 14px;
  }

  .policy-sidebar a {
    padding: 3px 0;
  }

  .support-contact-panel,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-contact-panel .button {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .hero {
    padding-top: calc(128px + var(--justanapp-tab-height));
  }

  h1 {
    font-size: 62px;
  }

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

  .hero-actions {
    display: grid;
    gap: 18px;
    justify-content: stretch;
  }

  .text-link {
    justify-content: center;
  }

  .hero-visual {
    min-height: 560px;
    margin-top: 39px;
  }

  .phone {
    width: 270px;
    height: 542px;
  }

  .phone-toolbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .calendar-grid span {
    height: 27px;
  }

  .alarm-float {
    top: 21%;
    left: -12px;
  }

  .invite-float {
    right: -13px;
    bottom: 19%;
  }

  .floating-card {
    padding: 9px 10px;
  }

  .floating-card strong {
    font-size: 10px;
  }

  .floating-card small {
    font-size: 9px;
  }

  .float-icon {
    width: 30px;
    height: 30px;
  }

  .float-icon svg {
    width: 17px;
    height: 17px;
  }

  .trust-row div {
    display: grid;
  }

  .section {
    padding: 72px 0;
  }

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

  .feature-band {
    min-height: 715px;
  }

  .feature-copy,
  .feature-card .card-copy {
    padding: 35px 27px 0;
  }

  .feature-copy p:not(.feature-number),
  .card-copy p:not(.feature-number) {
    font-size: 15px;
  }

  .feature-number {
    margin-bottom: 23px;
  }

  .check-list li {
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .check-list li::before {
    flex: 0 0 auto;
  }

  .feature-art img {
    width: 470px;
    margin-top: -24px;
  }

  .feature-art .art-disc {
    width: 340px;
    height: 340px;
  }

  .feature-card {
    min-height: 500px;
  }

  .feature-card-alarm img {
    right: -25px;
    bottom: -30px;
    width: 460px;
  }

  .notes-preview {
    right: -13px;
    left: 28px;
  }

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

  .privacy-art img {
    width: 90%;
  }

  .permission-card {
    right: -6px;
    bottom: 36px;
    padding: 12px;
  }

  .signup-panel {
    padding: 29px 22px;
    border-radius: 25px;
  }

  .signup-form {
    padding: 18px;
  }

  .footer-grid {
    display: grid;
    gap: 16px;
  }

  .footer-links {
    margin-left: 0;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
  }

  .policy-hero {
    padding-top: calc(132px + var(--justanapp-tab-height));
  }

  .policy-hero h1 {
    font-size: 72px;
  }

  .policy-intro {
    font-size: 16px;
  }

  .policy-hero-card {
    padding: 22px;
  }

  .policy-content {
    padding-top: 48px;
  }

  .policy-section {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .policy-section h2 {
    font-size: 36px;
  }

  .policy-section p,
  .policy-section li {
    font-size: 15px;
  }

  .policy-contact-card {
    padding: 25px;
  }

  .support-contact-panel,
  .support-card {
    padding: 24px;
  }

  .support-contact-panel .button {
    width: 100%;
    white-space: normal;
  }
}
