/* ============================================
   ADI TOKENS
   ============================================ */
:root {
  --_typography---font-families--sf-pro: -apple-system, BlinkMacSystemFont, ui-rounded, "SF Pro Rounded", Inter, "Segoe UI", sans-serif;

  --black: #1F170A;
  --white: #FBFBFB;
  --dark-4: #79746C;
  --dark-3: #8D8982;
  --dark-2: #E9E8E6;

  --_colors---primary--dark: #1F170A;
  --_colors---primary--white: #FFFFFF;
  --_colors---primary--light: #FBFBFB;
  --_colors---primary--transparent: #fff0;
  --_colors---primary--dark-60: color-mix(in hsl, var(--_colors---primary--dark) 60%, var(--_colors---primary--dark) 0%);
  --_colors---primary--white-60: color-mix(in hsl, var(--_colors---primary--white) 60%, var(--_colors---primary--white) 0%);

  --action-primary: #1F170A;
  --action-secondary: #5A4727;
  --action-destructive: #811818;
  --accent-feature: #DEDCCE;

  --state-success: #7EA860;
  --state-error: #811818;
  --state-warning: #E6E688;

  --space-work: #659762;
  --space-health: #274D5A;
  --space-home: #59275A;
  --space-errands: #5A2728;
  --space-finance: #595A27;
  --space-personal: #5A3D27;

  --_theme---text--primary: var(--_colors---primary--dark);
  --_theme---text--secondary: var(--_colors---primary--dark-60);
  --_theme---background--primary: var(--_colors---primary--light);
  --_theme---background--invert: var(--_colors---primary--dark);
  --_theme---button-primary--background: var(--_colors---primary--dark);
  --_theme---button-primary--text: var(--_colors---primary--light);

  --_typography---heading-1--font-size-lg: clamp(3.25rem, 4.5vw + 2rem, 5.75rem);
  --_typography---heading-1--line-height: 1;
  --_typography---heading-1--font-weight: 600;
  --_typography---heading-1--letter-spacing: -0.03em;

  --_typography---heading-2--font-size-lg: clamp(2.5rem, 2.143vw + 2.071rem, 4rem);
  --_typography---heading-2--line-height: 1;
  --_typography---heading-2--font-weight: 600;
  --_typography---heading-2--letter-spacing: -0.03em;

  --_typography---heading-3--font-size-lg: clamp(2rem, 0.714vw + 1.857rem, 2.5rem);
  --_typography---heading-3--line-height: 1;
  --_typography---heading-3--font-weight: 600;
  --_typography---heading-3--letter-spacing: -0.03em;

  --_typography---paragraph--medium: clamp(1.25rem, 0.357vw + 1.179rem, 1.5rem);
  --_typography---body--font-size: 1.125rem;
  --_typography---body--line-height: 1.3;

  --_layout---columns--size: clamp(1rem, 1.429vw + 0.714rem, 2rem);
  --_layout---section--padding: clamp(5rem, 7.143vw + 3.571rem, 10rem);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--_typography---font-families--sf-pro);
  color: var(--black);
  letter-spacing: 0.01em;
  background-color: var(--white);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.is-loaded {
  opacity: 1;
}

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

/* ============ TYPOGRAPHY ============ */
.h1 {
  font-family: var(--_typography---font-families--sf-pro);
  font-size: var(--_typography---heading-1--font-size-lg);
  line-height: var(--_typography---heading-1--line-height);
  font-weight: var(--_typography---heading-1--font-weight);
  letter-spacing: var(--_typography---heading-1--letter-spacing);
  text-wrap: balance;
}

.hero-headline {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .hero-headline {
    white-space: normal;
    font-size: clamp(2.75rem, 10vw, 4rem);
  }
}

.hero-subhead {
  margin-bottom: 0.75rem;
}

.h2 {
  font-size: var(--_typography---heading-2--font-size-lg);
  line-height: var(--_typography---heading-2--line-height);
  font-weight: var(--_typography---heading-2--font-weight);
  letter-spacing: var(--_typography---heading-2--letter-spacing);
  text-wrap: balance;
}

.h2-h3 {
  font-size: var(--_typography---heading-3--font-size-lg);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.h3 {
  font-size: var(--_typography---heading-3--font-size-lg);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.h6 { font-size: 0.75rem; line-height: 1.1; font-weight: 600; }

.p { font-size: var(--_typography---body--font-size); line-height: var(--_typography---body--line-height); font-weight: 400; }

.p-md {
  font-size: var(--_typography---paragraph--medium);
  line-height: var(--_typography---body--line-height);
  font-weight: 400;
}

.u-color-secondary { color: var(--_theme---text--secondary); }
.u-weight-semibold { font-weight: 600; }
.u-weight-regular { font-weight: 400; }
.u-align-center { text-align: center; }
.u-w-100 { width: 100%; }
.u-h-100 { height: 100%; }
.u-p-relative { position: relative; }
.u-z-index-1 { z-index: 1; position: relative; }
.u-z-index-2 { z-index: 2; }
.u-pt-0 { padding-top: 0; }
.u-pb-0 { padding-bottom: 0; }
.u-overflow-hidden { overflow: hidden; }

.u-vflex-center-top { display: flex; flex-flow: column; justify-content: flex-start; align-items: center; }
.u-vflex-left-top { display: flex; flex-flow: column; justify-content: flex-start; align-items: flex-start; }
.u-vflex-left-between { display: flex; flex-flow: column; justify-content: space-between; align-items: flex-start; }
.u-vflex-stretch-top { display: flex; flex-flow: column; justify-content: flex-start; align-items: stretch; }
.u-hflex-center-center { display: flex; flex-flow: row; justify-content: center; align-items: center; }

.u-vgap-8 { row-gap: 0.5rem; }
.u-vgap-16 { row-gap: 1rem; }
.u-vgap-24 { row-gap: 2rem; }
.u-vgap-80-40 { row-gap: clamp(2.5rem, 3.571vw + 1.786rem, 5rem); }
.u-vgap-16-8 { row-gap: clamp(0.5rem, 0.714vw + 0.357rem, 1rem); flex-flow: column; }

/* ============ CONTAINERS ============ */
.container {
  width: 100%;
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: calc(100% - 2 * var(--_layout---columns--size));
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding-top: var(--_layout---section--padding);
  padding-bottom: var(--_layout---section--padding);
}

.section-3 { padding-top: 0.5rem; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--_layout---columns--size) / -2);
  margin-right: calc(var(--_layout---columns--size) / -2);
}

.row.row-center-horizontal { justify-content: center; }
.row.row-center-vertical { align-items: center; }
.row.row-between { justify-content: space-between; }
.row.row-equal-height { align-items: stretch; }

.u-vgap { row-gap: clamp(1.5rem, 2vw + 1rem, 2.5rem); }

.col {
  flex: 1;
  padding-left: calc(var(--_layout---columns--size) / 2);
  padding-right: calc(var(--_layout---columns--size) / 2);
}

.col-lg-4 { flex-basis: 33.33%; max-width: 33.3333%; }
.col-lg-6 { flex-basis: 50%; max-width: 50%; }
.col-lg-7 { flex-basis: 58.33%; max-width: 58.3333%; }
.col-lg-8 { flex-basis: 66.67%; max-width: 66.6667%; }
.col-lg-12 { flex-basis: 100%; max-width: 100%; }
.col-shrink { flex: 0 auto; }

@media (min-width: 992px) {
  .col-md-5 { flex-basis: 41.67%; max-width: 41.6667%; }
  .col-md-7 { flex-basis: 58.33%; max-width: 58.3333%; }
}

/* ============ NAV ============ */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav_layout-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(0.75rem);
  border-radius: 2rem;
  position: relative;
}

.nav_home {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  color: var(--black);
  padding: 0.5rem 1rem;
  transition: color 0.15s;
}

.nav_home:hover { color: rgba(31, 23, 10, 0.6); }

.logo-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo-text { font-size: 1.15rem; font-weight: 700; }

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav_main-wrapper { display: flex; }

.nav_hamburger { display: none; }

.nav_main {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.nav_main-inner { display: flex; gap: 1.5rem; }

.navigation_link {
  color: rgba(31, 23, 10, 0.6);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.15s;
}

.navigation_link:hover { color: var(--black); }

/* ============ BUTTON ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: #ebf0f8;
  background-color: var(--action-primary);
  background-image: linear-gradient(to right, var(--action-primary) 0%, var(--action-primary) 55%, var(--action-secondary) 100%);
  border-radius: 8rem;
  padding: 0.75rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  overflow: clip;
  cursor: pointer;
  margin-top: 0.75rem;
}

.btn.cc-navigation { padding: 0.5rem 1rem; margin-top: 0; }

.apple-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ============ HERO ============ */
.hero_section.section-3 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  overflow: clip;
  position: relative;
}

.hero_container.container {
  width: calc(100% - 1rem);
  max-width: none;
  border-radius: 1.5rem;
  padding-top: 8rem;
  overflow: hidden;
  position: relative;
}

.hero-centered {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}

.hero_bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
  -webkit-mask-image: linear-gradient(#000 76%, transparent 100%);
  mask-image: linear-gradient(#000 76%, transparent 100%);
}

.hero_phone-section {
  aspect-ratio: 1440 / 613;
  width: 100%;
  max-width: 90rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  -webkit-mask-image: linear-gradient(#000 63%, transparent 100%);
  mask-image: linear-gradient(#000 63%, transparent 100%);
}

.hero_phone-container {
  width: 30%;
  max-width: 28rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.hero_phone {
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(0.5em);
}

/* ============ HERO GHOST CARDS ============ */
.hero_bottom-bg {
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.hero_bottom-clip {
  width: 100%;
  max-width: 56rem;
  height: 100%;
  position: relative;
}

.hero_card-container {
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  will-change: transform;
}

.hero_card-container.cc-1 { top: 14%; left: -4%; }
.hero_card-container.cc-4 { top: 42%; right: -2%; }
.hero_card-container.cc-7 { bottom: 6%; left: 2%; }

.ghost-card {
  background: var(--white);
  border-radius: 1.1em;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.08);
  font-family: var(--_typography---font-families--sf-pro);
}

.ghost-float-1 { animation: floatPath1 8s ease-in-out infinite; }
.ghost-float-2 { animation: floatPath2 9.5s ease-in-out infinite; animation-delay: 0.6s; }
.ghost-float-3 { animation: floatPath3 10.5s ease-in-out infinite; animation-delay: 1.2s; }

@keyframes floatPath1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(6px, -14px) rotate(1.5deg); }
  50% { transform: translate(-4px, -6px) rotate(-1deg); }
  75% { transform: translate(-8px, -18px) rotate(-1.5deg); }
}

@keyframes floatPath2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  30% { transform: translate(-10px, -12px) rotate(-2deg); }
  60% { transform: translate(8px, -20px) rotate(1.5deg); }
  85% { transform: translate(4px, -8px) rotate(1deg); }
}

@keyframes floatPath3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(8px, -10px) rotate(1deg); }
  50% { transform: translate(-6px, -22px) rotate(-1.5deg); }
  80% { transform: translate(-10px, -10px) rotate(-1deg); }
}


.ghost-card--task {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 0.9rem;
  width: 290px;
}

.ghost-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ghost-task-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  text-align: left;
}

.ghost-task-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--black);
}

.ghost-task-duration {
  font-size: 0.68rem;
  color: var(--dark-3);
}

.ghost-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--dark-2);
  flex-shrink: 0;
}

.ghost-card--focus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.9rem 1rem;
  width: 170px;
  text-align: left;
}

.ghost-focus-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--black);
}

.ghost-space-tag {
  font-size: 0.68rem;
  font-weight: 500;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}

.ghost-focus-duration {
  font-size: 0.7rem;
  color: var(--dark-4);
}

/* ============ HERO GHOST — SPACES CARD ============ */
.ghost-card--spaces {
  display: flex;
  flex-direction: column;
  width: 250px;
  padding: 0.5rem 0.7rem;
}

.ghost-space-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.1rem;
  border-bottom: 1px solid rgba(31, 23, 10, 0.06);
}

.ghost-space-row:last-child {
  border-bottom: none;
}

.ghost-space-icon {
  width: 28px;
  height: 28px;
  border-radius: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ghost-space-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  text-align: left;
}

.ghost-space-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--black);
}

.ghost-space-sub {
  font-size: 0.6rem;
  color: var(--dark-3);
}

.ghost-space-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex-shrink: 0;
}

.ghost-space-pct {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--black);
}

.ghost-space-bar {
  width: 44px;
  height: 2.5px;
  border-radius: 999px;
  background: rgba(31, 23, 10, 0.08);
  overflow: hidden;
}

.ghost-space-fill {
  height: 100%;
  border-radius: 999px;
}

.ghost-card--upnext {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.9rem;
  width: 220px;
  text-align: left;
}

.ghost-eyebrow {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(31, 23, 10, 0.3);
}

.ghost-upnext-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--black);
  margin-top: -0.3rem;
}

.ghost-meta-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.ghost-meta {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(121, 116, 108, 0.6);
}

.ghost-meta--due {
  color: var(--action-secondary);
}

.ghost-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--black);
  opacity: 0.3;
}

.ghost-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ghost-start-btn {
  font-family: inherit;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, var(--action-primary) 0%, var(--action-primary) 55%, var(--action-secondary) 100%);
  border: none;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  flex: 1;
  cursor: default;
}

.ghost-ellipsis {
  font-size: 0.6rem;
  color: var(--black);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero_bg-2 {
  position: absolute;
  inset: 0;
  background-color: var(--action-secondary);
  opacity: 0.2;
  filter: blur(140px);
  border-radius: 1.5rem;
  width: calc(100% - 1rem);
  min-height: calc(100svh - 1rem);
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  z-index: 0;
}

/* ============================================
   DEVICE FRAME
   ============================================ */
.device-frame {
  position: relative;
  width: 100%;
}

.device-frame-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
}

.device-screen {
  position: absolute;
  top: 2.5%;
  bottom: 2.5%;
  left: 5.3%;
  right: 5.3%;
  overflow: hidden;
  z-index: 1;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9%;
  margin: 0;
  padding: 0;
}

.device-screen img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  margin: 0;
  padding: 0;
}

.device-frame--hero {
  width: 340px;
  aspect-ratio: 450 / 920;
}

.device-frame--card {
  width: 65%;
  aspect-ratio: 450 / 920;
}

.device-frame--row {
  width: 55%;
  aspect-ratio: 450 / 920;
  align-self: flex-start;
  margin-top: 5%;
  margin-left: auto;
  margin-right: 5%;
}

.device-frame--dropped {
  transform: translateY(12%);
}

.u-theme-dark .device-screen {
  background: rgba(255, 255, 255, 0.05);
}

.phone-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.phone-slide.is-active { opacity: 1; }

/* ============ FEATURE CARDS ============ */
.feature_card {
  border-radius: 1.5rem;
  background-color: var(--white);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.feature_card.cc-work { background-image: linear-gradient(180deg, transparent 40%, rgba(101, 151, 98, 0.15) 90%); }
.feature_card.cc-health { background-image: linear-gradient(180deg, transparent 40%, rgba(39, 77, 90, 0.15) 90%); }
.feature_card.cc-personal { background-image: linear-gradient(180deg, transparent 40%, rgba(90, 61, 39, 0.15) 90%); }

.feature_card-top {
  padding: clamp(2.5rem, 0.714vw + 2.357rem, 3rem);
  padding-bottom: 1rem;
  min-height: 11.5rem;
  flex: 0 0 auto;
}

.feature_card-content {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.feature-floating-widget {
  position: absolute;
  bottom: 6%;
  left: 6%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--white);
  border-radius: 1em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 0.6rem 0.8rem;
  animation: floatY 6s ease-in-out infinite;
}

.feature-floating-widget--spaces {
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 82%;
  padding: 0.5rem 0.65rem;
  animation: floatY 7s ease-in-out infinite;
}

.space-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.15rem;
  border-bottom: 1px solid rgba(31, 23, 10, 0.06);
}

.space-row:last-child {
  border-bottom: none;
}

.space-row-icon {
  width: 30px;
  height: 30px;
  border-radius: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.space-row-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  text-align: left;
}

.space-row-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--black);
}

.space-row-sub {
  font-size: 0.58rem;
  color: var(--dark-3);
}

.space-row-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex-shrink: 0;
}

.space-row-pct {
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--black);
}

.space-row-bar {
  width: 46px;
  height: 2.5px;
  border-radius: 999px;
  background: rgba(31, 23, 10, 0.08);
  overflow: hidden;
}

.space-row-fill {
  height: 100%;
  border-radius: 999px;
}

.feature-floating-widget--switchfocus {
  position: absolute;
  top: 8%;
  left: 6%;
  bottom: auto;
  transform: scale(0.85);
  transform-origin: top left;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  width: 78%;
  padding: 0.85rem 0.85rem;
  animation: floatY 7.5s ease-in-out infinite;
}

.switchfocus-header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: left;
}

.switchfocus-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--black);
}

.switchfocus-sub {
  font-size: 0.62rem;
  color: var(--dark-3);
}

.switchfocus-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: var(--white);
  border: 1px solid rgba(31, 23, 10, 0.06);
  border-radius: 0.8em;
  padding: 0.55rem 0.7rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.switchfocus-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: left;
}

.switchfocus-task-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--black);
}

.switchfocus-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.switchfocus-tag {
  font-size: 0.56rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}

.switchfocus-duration {
  font-size: 0.58rem;
  color: var(--dark-4);
}

.switchfocus-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid var(--dark-2);
  flex-shrink: 0;
}

.feature-floating-widget--habits {
  position: absolute;
  top: 48%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: 82%;
  padding: 0;
  background: transparent;
  box-shadow: none;
  animation: floatY 7s ease-in-out infinite;
}

.habit-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--white);
  border-radius: 1em;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
  padding: 0.65rem 0.75rem;
}

.habit-row-icon {
  width: 32px;
  height: 32px;
  border-radius: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.habit-row-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  text-align: left;
}

.habit-row-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--black);
}

.habit-row-duration {
  font-size: 0.6rem;
  color: var(--dark-3);
}

.habit-row-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--dark-2);
  flex-shrink: 0;
}

/* ============ FEATURE HORIZONTAL ============ */
.feature_horizontal-layout {
  aspect-ratio: 1360 / 650;
  background-color: var(--white);
  border-radius: 1.5rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.feature_horizontal-layout.cc-home { background-image: linear-gradient(transparent, rgba(89, 39, 90, 0.12) 90%, rgba(89, 39, 90, 0.2)); }
.feature_horizontal-layout.cc-finance { background-image: linear-gradient(transparent, rgba(89, 90, 39, 0.12) 90%, rgba(89, 90, 39, 0.2)); }

.feature_horizontal-content {
  width: clamp(23.125rem, 15.536vw + 20.018rem, 34rem);
  padding: 2.5rem 5rem;
  display: flex;
  align-items: center;
}

.feature_horizontal-content.cc-left { width: clamp(23.125rem, 18.214vw + 19.482rem, 35.875rem); }

.feature_horizontal-images {
  width: 59.6324%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

.tasklist-widget {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  background: var(--white);
  border-radius: 1.2em;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 1.1rem 1.25rem;
  width: 75%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  animation: floatY 7s ease-in-out infinite;
  z-index: 5;
}

.tasklist-widget--left {
  right: auto;
  left: 4%;
}

.tasklist-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(31, 23, 10, 0.06);
}

.tasklist-row:last-child {
  border-bottom: none;
}

.tasklist-num {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--dark-3);
  flex-shrink: 0;
  width: 12px;
}

.tasklist-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}

.tasklist-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--black);
}

.tasklist-meta {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.tasklist-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tasklist-meta-item {
  font-size: 0.58rem;
  color: var(--dark-4);
}

.tasklist-sep {
  font-size: 0.58rem;
  color: var(--dark-2);
}

.intelligence_floating-message {
  position: absolute;
  z-index: 5;
  top: 10%;
  left: 59%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: var(--action-secondary);
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding: 1rem 1.3rem;
  border-radius: 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.intelligence_floating-message.cc-bottom {
  top: 75%;
  border-radius: 2rem;
}

.intelligence_floating-tasklist {
  position: absolute;
  z-index: 5;
  top: 75%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  background: var(--white);
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 1.5rem;
  pointer-events: none;
}

.intelligence_tasklist-row {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(31, 23, 10, 0.08);
}

.intelligence_tasklist-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.intelligence_tasklist-row:first-child {
  padding-top: 0;
}

.intelligence_tasklist-row-header {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.intelligence_tasklist-number {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-3);
  flex-shrink: 0;
}

.intelligence_tasklist-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--black);
}

.intelligence_tasklist-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.35rem;
  margin-left: 1.6rem;
  font-size: 0.85rem;
  color: var(--dark-3);
}

.intelligence_tasklist-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.intelligence_tasklist-sep {
  color: var(--dark-2);
}

/* ============ PRICING ============ */
.pricing_card {
  background-color: var(--white);
  border-radius: 1.5rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  padding: clamp(2rem, 2vw + 1.6rem, 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

.pricing_toggle {
  position: relative;
  display: inline-flex;
  background: var(--dark-2);
  border-radius: 999px;
  padding: 4px;
  width: 100%;
  max-width: 260px;
}

.pricing_toggle-pill {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.pricing_toggle.is-yearly .pricing_toggle-pill {
  transform: translateX(calc(100% + 4px));
}

.pricing_toggle-option {
  position: relative;
  z-index: 1;
  flex: 1;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dark-4);
  padding: 0.6rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s;
}

.pricing_toggle-option.is-active {
  color: var(--black);
}

.pricing_price-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.pricing_price-amount {
  font-size: clamp(2.5rem, 2vw + 2rem, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--black);
}

.pricing_price-period {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--dark-3);
}

.pricing_price-sub {
  font-size: 0.85rem;
  color: var(--dark-3);
  margin-top: -1rem;
}

.pricing_savings-badge {
  background: rgba(126, 168, 96, 0.15);
  color: var(--state-success);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-top: -0.5rem;
}

.pricing_features {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
  text-align: left;
  padding-top: 0.5rem;
}

.pricing_feature-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.92rem;
  color: var(--black);
}

.pricing_feature-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--action-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.pricing_cta {
  width: 100%;
  margin-top: 0.5rem;
}

.pricing_disclaimer {
  font-size: 0.78rem;
  color: var(--dark-3);
  margin-top: -0.5rem;
}

/* ============================================
   AI SHOWCASE — clip-path + position:fixed
   phone-pin effect (CSS-only, no JS/GSAP)
   ============================================ */
.u-theme-dark {
  background-color: var(--_colors---primary--dark);
  color: var(--_colors---primary--light);
}

.u-theme-dark .u-color-secondary { color: rgba(255, 255, 255, 0.6); }

.intelligence_card {
  width: 100%;
  height: 32rem;
  position: relative;
  clip-path: inset(0);
  border-radius: 1.5rem;
  overflow: hidden;
}

.intelligence_card.cc-work {
  background-color: var(--accent-feature);
  background-image: radial-gradient(circle at 75% 100%, rgba(101, 151, 98, 0.35), rgba(101, 151, 98, 0.15) 10%, transparent 64%);
}

.intelligence_card.cc-errands {
  background-color: var(--accent-feature);
  background-image: radial-gradient(circle at 75% 100%, rgba(90, 39, 40, 0.35), rgba(90, 39, 40, 0.15) 10%, transparent 64%);
}

.intelligence_card.cc-health {
  background-color: var(--accent-feature);
  background-image: radial-gradient(circle at 75% 100%, rgba(39, 77, 90, 0.35), rgba(39, 77, 90, 0.15) 10%, transparent 64%);
}

.intelligence_card .h2-h3 { color: var(--black); }
.intelligence_card .u-color-secondary { color: var(--_theme---text--secondary); }

.intelligence_text h3.h2-h3 {
  font-size: clamp(2.25rem, 1vw + 2rem, 3rem);
}

.intelligence_text p.p-md {
  font-size: clamp(1.35rem, 0.5vw + 1.2rem, 1.65rem);
}

.intelligence_text { padding: clamp(2.5rem, 3.82vw + 1.562rem, 5rem); }

/* THE CORE TRICK — fixed positioning that's contained
   by .intelligence_card because clip-path establishes
   a new containing block for position:fixed descendants */
.intelligence_fixed {
  position: fixed;
  inset: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6%;
  pointer-events: none;
}

.intelligence_content {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intelligence_content .device-frame--card {
  width: 100%;
  max-width: 380px;
}

/* ============ LEGAL/SUPPORT PAGE PADDING ============ */
.section-legal {
  padding-top: 9rem;
  padding-bottom: 4rem;
}

/* ============ FOOTER ============ */
.footer-2 {
  padding-top: var(--_layout---section--padding);
  padding-bottom: var(--_layout---section--padding);
  border-top: 1px solid var(--dark-2);
}

.footer-logo { color: var(--black); }

.footer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.text-link { color: var(--_theme---text--secondary); position: relative; }
.text-link:hover { color: var(--black); }

.placeholder-label { color: var(--dark-3); font-style: italic; font-size: 0.9rem; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .col-lg-4, .col-lg-6, .col-lg-7, .col-lg-8 { flex-basis: 100%; max-width: 100%; }
  .feature_horizontal-layout { aspect-ratio: auto; flex-direction: column; }
  .feature_horizontal-content, .feature_horizontal-content.cc-left { width: 100%; padding: 2.5rem; }
  .feature_horizontal-images { width: 100%; aspect-ratio: 370/398; padding: 2rem 0; }
  .hero_phone-container { width: 40%; }
  .intelligence_card { height: 28rem; }
}

@media (max-width: 767px) {
  .navigation { width: calc(100% - 2rem); }
  .row.row-between { flex-direction: column; }
  .hero_phone-container { width: 60%; }
  .hero_bottom-bg { display: none; }

  .hero_section.section-3 {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .hero_container.container {
    padding-top: 6rem;
  }

  .hero-centered {
    gap: 1.25rem;
  }

  .hero_phone-section {
    aspect-ratio: 1 / 1.1;
    -webkit-mask-image: linear-gradient(#000 88%, transparent 100%);
    mask-image: linear-gradient(#000 88%, transparent 100%);
  }

  .hero_bottom {
    margin-top: 2rem;
    -webkit-mask-image: linear-gradient(#000 92%, transparent 100%);
    mask-image: linear-gradient(#000 92%, transparent 100%);
  }

  .section-legal {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  /* ============ MOBILE NAV ============ */
  .nav_layout-2 {
    flex-wrap: wrap;
    row-gap: 0;
    width: 100%;
    border-radius: 1.25rem;
    padding: 0.4rem 0.4rem 0;
    justify-content: space-between;
  }

  .nav_home { padding: 0.5rem 0.75rem; order: 1; }

  .nav_hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    width: 2.75rem;
    height: 2.75rem;
    padding-right: 0.5rem;
    cursor: pointer;
    order: 2;
  }

  .nav_hamburger-line {
    display: block;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease, width 0.25s ease;
  }

  .nav_hamburger-line.cc-top { width: 22px; }
  .nav_hamburger-line.cc-bottom { width: 22px; }

  .nav_layout-2.is-open .nav_hamburger-line.cc-top { transform: translateY(4px) rotate(45deg); }
  .nav_layout-2.is-open .nav_hamburger-line.cc-bottom { transform: translateY(-4px) rotate(-45deg); }

  .nav_main-wrapper {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    order: 3;
  }

  .nav_layout-2.is-open .nav_main-wrapper { height: 13rem; }

  .nav_main {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1rem;
    padding: 0.5rem 1rem 1.25rem;
  }

  .nav_main-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    width: 100%;
  }

  .btn.cc-navigation { width: 100%; justify-content: center; }

  /* ============ FEATURE HORIZONTAL — tasklist fits on screen ============ */
  .tasklist-widget {
    width: 88%;
    max-width: 300px;
    right: auto;
    left: 0;
    top: 55%;
    padding: 0.75rem 0.9rem;
  }



  /* ============ AI SHOWCASE — stack, title first, phone+widget keep overlap ============ */
  .intelligence_card { height: auto; }

  .intelligence_card .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .intelligence_fixed {
    position: static;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 420px;
  }

  .intelligence_content {
    width: 340px;
    max-width: 100%;
    flex: 0 0 auto;
    margin: 0 auto;
  }

  .intelligence_content .device-frame--card {
    max-width: 560px;
  }

  .intelligence_floating-message {
    max-width: 340px;
    font-size: 0.8rem;
    padding: 0.75rem 1rem;
    left: 66%;
    top: 15%;
  }

  .intelligence_floating-message.cc-bottom {
    top: 75%;
    width: fit-content;
  white-space: nowrap;
  }

  .intelligence_floating-tasklist {
    max-width: 380px;
    padding: 1rem;
    left: 42%;
    top: 68%;
  }

  .intelligence_tasklist-title { font-size: 0.85rem; }
  .intelligence_tasklist-number { font-size: 0.85rem; }
  .intelligence_tasklist-meta { font-size: 0.7rem; margin-left: 1.4rem; }
  .intelligence_tasklist-row { padding: 0.6rem 0; }

  .intelligence_text { padding: 2rem 1.5rem; }
}

@media (max-width: 479px) {
  .nav_layout-2 { border-radius: 1rem; }
  .footer-list { align-items: center; }
}

/* ============================================
   SUPPORT / CONTACT PAGES
   ============================================ */
.support_section {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.support_header {
  margin-bottom: 3rem;
}

.contact_section {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.contact_header {
  margin-bottom: 3rem;
}

/* ============ FAQ ============ */
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq_item {
  background: var(--white);
  border-radius: 1.25rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.75rem;
}

.faq_question {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--black);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_question::-webkit-details-marker { display: none; }

.faq_question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--dark-3);
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.2s;
}

.faq_item[open] .faq_question::after {
  transform: rotate(45deg);
}

.faq_answer {
  padding-top: 0.85rem;
}

/* ============ SUPPORT CTA CARD ============ */
.support_cta-card {
  background: var(--accent-feature);
  border-radius: 1.5rem;
  padding: clamp(2rem, 2vw + 1.5rem, 3rem);
  width: 100%;
}

/* ============ CONTACT ============ */
.contact_card {
  background: var(--white);
  border-radius: 1.5rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  padding: clamp(2rem, 2vw + 1.5rem, 3rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact_direct {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}

.contact_email {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--black);
}

.contact_divider {
  height: 1px;
  background: var(--dark-2);
}

.contact_form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact_field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact_label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark-4);
}

.contact_input {
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--dark-2);
  border-radius: 0.9rem;
  padding: 0.85rem 1rem;
}

.contact_input:focus {
  outline: none;
  border-color: var(--action-secondary);
}

.contact_textarea {
  resize: vertical;
}

.contact_submit {
  margin-top: 0.5rem;
  align-self: flex-start;
}

/* ============================================
   LEGAL PAGES (Privacy Policy / Terms of Use)
   ============================================ */
.legal_content {
  max-width: 46rem;
  margin: 0 auto;
}

.legal_updated {
  color: var(--dark-3);
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}

.legal_section {
  margin-bottom: 2.5rem;
}

.legal_section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.legal_section h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal_section p {
  margin-bottom: 1rem;
  color: var(--dark-4);
}

.legal_section ul,
.legal_section ol {
  margin: 0 0 1rem 1.25rem;
  color: var(--dark-4);
}

.legal_section li {
  margin-bottom: 0.5rem;
}

.legal_section a {
  color: var(--black);
  text-decoration: underline;
}