:root {
  --bg: #f7f6ff;
  --bg-soft: #fcfbff;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --surface-border: rgba(76, 52, 164, 0.14);
  --ink: #1d1739;
  --ink-soft: #615a88;
  --accent: #7a3cff;
  --accent-strong: #5326c9;
  --accent-pale: #efe6ff;
  --highlight: #35b8ff;
  --shadow: 0 24px 80px rgba(63, 33, 143, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(122, 60, 255, 0.18), transparent 34%),
    radial-gradient(circle at top right, rgba(53, 184, 255, 0.16), transparent 26%),
    radial-gradient(circle at 50% 15%, rgba(181, 87, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f4ff 46%, #f3f0ff 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 85%);
  pointer-events: none;
  opacity: 0.35;
}

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

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

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.skip-link,
.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;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 16px;
  clip: auto;
  white-space: normal;
  padding: 12px 18px;
  background: var(--accent);
  color: white;
  border-radius: 999px;
  z-index: 100;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid rgba(76, 52, 164, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: url("assets/branding/app-logo.png") center/cover no-repeat;
  box-shadow: 0 10px 26px rgba(78, 47, 179, 0.24);
  flex: none;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.brand-text span {
  font-size: 0.78rem;
  color: var(--ink-soft);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.96rem;
  color: var(--ink-soft);
}

.site-nav a {
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  transform: translateY(-1px);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(46, 111, 95, 0.1);
  color: var(--accent-strong);
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(24, 53, 46, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 99px;
}

.hero {
  padding: 82px 0 56px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto 18px;
  height: 520px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 18% 30%, rgba(122, 60, 255, 0.16), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(53, 184, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(131, 76, 255, 0.08);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #733cff;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.15rem, 7vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.section-intro h2,
.spotlight-panel h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.hero-lead,
.section-intro p,
.spotlight-panel p,
.cta-panel p,
.faq-item p,
.card p,
.feature-card p,
.mini-card p,
.spotlight-list p,
.value-grid p {
  color: var(--ink-soft);
  line-height: 1.75;
  font-size: 1.02rem;
}

.hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 28px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 28px;
}

.stat-pill {
  min-width: 140px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(122, 60, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 236, 255, 0.75));
  box-shadow: 0 12px 28px rgba(90, 56, 201, 0.1);
}

.stat-pill strong,
.stat-pill span {
  display: block;
}

.stat-pill strong {
  font-size: 1.05rem;
  color: var(--ink);
}

.stat-pill span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  position: relative;
  overflow: hidden;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 48%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.button:hover::after,
.button:focus-visible::after {
  transform: translateX(120%);
}

.button-primary {
  background: linear-gradient(135deg, #8d4eff 0%, #4b2bff 55%, #27b4ff 100%);
  color: white;
  box-shadow: 0 18px 34px rgba(95, 60, 214, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(76, 52, 164, 0.14);
  color: var(--ink);
}

.hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink-soft);
}

.hero-points li::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--highlight), var(--accent));
  box-shadow: 0 0 0 7px rgba(122, 60, 255, 0.08);
  flex: none;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 680px;
  z-index: 1;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
}

.hero-visual::before {
  width: 420px;
  height: 420px;
  background: rgba(131, 76, 255, 0.22);
}

.hero-visual::after {
  width: 560px;
  height: 560px;
  background: rgba(53, 184, 255, 0.16);
}

.phone-frame {
  position: relative;
  width: min(390px, 90%);
  border-radius: 42px;
  padding: 16px;
  background: linear-gradient(160deg, #161035 0%, #251855 45%, #120a31 100%);
  box-shadow: 0 40px 120px rgba(38, 18, 94, 0.38);
  z-index: 1;
  transform: perspective(1200px) rotateY(-10deg) rotateX(6deg);
}

.phone-glow {
  position: absolute;
  inset: 14px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(116, 233, 255, 0.24), rgba(169, 106, 255, 0.08) 36%, transparent 60%);
  pointer-events: none;
}

.phone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 10px;
  min-height: 700px;
  background:
    radial-gradient(circle at 50% 18%, rgba(102, 236, 255, 0.6) 0 10%, rgba(102, 236, 255, 0.18) 11%, transparent 26%),
    radial-gradient(circle at 50% 18%, rgba(155, 90, 255, 0.45) 0 23%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(13, 8, 44, 0.3)),
    linear-gradient(180deg, #4f1be0 0%, #6d31f5 28%, #33126f 62%, #14092f 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-screen-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 36px rgba(7, 4, 29, 0.38);
}

.phone-screen::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 28px;
  border-radius: 999px;
  background: rgba(11, 22, 19, 0.85);
}

.screen-top {
  margin-top: 18px;
  text-align: center;
}

.screen-pill {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.screen-orb {
  width: 146px;
  height: 146px;
  margin: 18px auto 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.98) 0 7%, rgba(120, 240, 255, 0.86) 8%, rgba(120, 240, 255, 0.15) 21%, transparent 22%),
    radial-gradient(circle at center, rgba(144, 84, 255, 0.92) 0 46%, rgba(38, 14, 96, 1) 100%);
  box-shadow:
    0 0 0 8px rgba(81, 223, 255, 0.16),
    0 0 34px rgba(88, 193, 255, 0.62),
    0 0 70px rgba(138, 80, 255, 0.45);
  position: relative;
}

.screen-orb::before {
  content: "";
  position: absolute;
  inset: 29px;
  clip-path: polygon(50% 0%, 8% 88%, 92% 88%);
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 10px;
}

.screen-orb::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 3px solid rgba(64, 225, 255, 0.48);
  box-shadow: 0 0 22px rgba(64, 225, 255, 0.38);
}

.screen-top h2 {
  margin: 18px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 600;
}

.screen-top p,
.screen-card small,
.screen-footer small {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.screen-card {
  position: relative;
  margin-top: 22px;
  padding: 22px;
  border-radius: 22px;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(159, 190, 255, 0.18);
  box-shadow: 0 12px 30px rgba(14, 8, 42, 0.24);
}

.screen-card span,
.screen-footer strong {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.7);
}

.screen-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.2rem;
}

.screen-card-a {
  margin-left: 24px;
}

.screen-card-b {
  margin-right: 24px;
}

.screen-footer {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(159, 190, 255, 0.18);
}

.screen-footer button {
  border: 0;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #73f0ff 0%, #8d57ff 100%);
  color: #140d33;
  font-weight: 800;
}

.floating-note {
  position: absolute;
  z-index: 2;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(76, 52, 164, 0.1);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-weight: 700;
}

.floating-note-left {
  top: 110px;
  left: 10px;
  animation: drift 6s ease-in-out infinite;
}

.floating-note-right {
  right: 0;
  bottom: 110px;
  animation: drift 6s ease-in-out infinite reverse;
}

.value-strip {
  padding: 10px 0 24px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-grid article,
.card,
.feature-card,
.spotlight-panel,
.spotlight-list article,
.mini-card,
.faq-item,
.cta-panel {
  border: 1px solid var(--surface-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 239, 255, 0.9));
  box-shadow: var(--shadow);
}

.card,
.feature-card,
.mini-card,
.spotlight-list article,
.testimonial-card,
.shot-frame {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card:hover,
.feature-card:hover,
.mini-card:hover,
.spotlight-list article:hover,
.testimonial-card:hover,
.shot-frame:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 60, 255, 0.22);
  box-shadow: 0 28px 70px rgba(70, 38, 170, 0.18);
}

.value-grid article {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.value-grid span,
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(122, 60, 255, 0.12), rgba(53, 184, 255, 0.12));
  color: var(--accent-strong);
  font-weight: 800;
}

.screenshots {
  padding-top: 28px;
}

.screenshot-carousel {
  position: relative;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.carousel-button,
.carousel-dots {
  display: none;
}

.shot-frame {
  margin: 0;
  padding: 14px;
  border-radius: 28px;
  border: 1px solid rgba(103, 73, 201, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 236, 255, 0.88));
  box-shadow: var(--shadow);
}

.shot-frame:nth-child(2),
.shot-frame:nth-child(5) {
  transform: translateY(18px);
}

.shot-frame:nth-child(3),
.shot-frame:nth-child(6) {
  transform: translateY(36px);
}

.shot-frame img {
  width: 100%;
  border-radius: 20px;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(29, 23, 57, 0.74);
  color: white;
  z-index: 3;
  box-shadow: 0 14px 28px rgba(29, 23, 57, 0.22);
  cursor: pointer;
}

.carousel-button:disabled {
  opacity: 0.38;
  cursor: default;
}

.carousel-button-prev {
  left: -8px;
}

.carousel-button-next {
  right: -8px;
}

.carousel-button span {
  font-size: 1.8rem;
  line-height: 1;
}

.carousel-dots {
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(122, 60, 255, 0.22);
  padding: 0;
  cursor: pointer;
}

.carousel-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8d4eff, #27b4ff);
}

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

.testimonial-card {
  padding: 30px;
  border-radius: 28px;
  border: 1px solid var(--surface-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 239, 255, 0.9));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 10px;
  right: 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(122, 60, 255, 0.12);
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.testimonial-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #8d4eff 0%, #27b4ff 100%);
  color: white;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 24px rgba(95, 60, 214, 0.22);
}

.testimonial-head h3 {
  margin: 0 0 6px;
}

.testimonial-stars {
  margin: 0;
  color: #f0b633;
  letter-spacing: 0.12em;
}

.testimonial-card p:last-child {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.value-grid h2,
.card h3,
.feature-card h3,
.spotlight-list h3,
.mini-card h3,
.faq-item summary,
.cta-panel h2 {
  margin: 18px 0 10px;
}

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

.section::before {
  content: "";
  position: absolute;
  inset: 16px 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(122, 60, 255, 0.12), transparent);
}

.section-grid,
.spotlight-grid,
.audience-grid {
  display: grid;
  gap: 34px;
  align-items: start;
}

.section-grid {
  grid-template-columns: 0.92fr 1.08fr;
}

.benefit-cards,
.audience-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.card,
.mini-card,
.feature-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.feature-icon {
  border-radius: 16px;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, rgba(202, 167, 116, 0.2), rgba(46, 111, 95, 0.16));
}

.spotlight-grid {
  grid-template-columns: 1fr 0.88fr;
}

.spotlight-panel,
.cta-panel {
  padding: 38px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 184, 255, 0.28), transparent 65%);
  pointer-events: none;
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: -90px auto auto -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 60, 255, 0.2), transparent 68%);
  pointer-events: none;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tag-cloud span {
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(46, 111, 95, 0.08);
  color: var(--accent-strong);
  font-weight: 700;
}

.spotlight-list {
  display: grid;
  gap: 18px;
}

.spotlight-list article {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.faq-list {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 20px;
  padding: 0 24px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

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

.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--accent);
  flex: none;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 0 22px;
}

.cta-section {
  padding-top: 18px;
}

.cta-panel {
  text-align: center;
}

.cta-glow-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.cta-glow-badges span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8d4eff, #27b4ff);
  box-shadow: 0 0 18px rgba(95, 60, 214, 0.35);
}

.micro-copy {
  margin-top: 16px;
  font-size: 0.92rem;
}

.site-footer {
  padding: 32px 0 50px;
}

.footer-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 28px;
  align-items: start;
  color: var(--ink-soft);
  border-top: 1px solid rgba(24, 53, 46, 0.08);
  padding-top: 24px;
}

.footer-brand .brand-mark {
  width: 34px;
  height: 34px;
}

.footer-branding p {
  margin: 16px 0 0;
  max-width: 420px;
  line-height: 1.7;
}

.footer-links h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1rem;
}

.footer-link-list {
  display: grid;
  gap: 10px;
}

.footer-link-list a {
  color: var(--ink-soft);
  transition: color 180ms ease, transform 180ms ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible {
  color: var(--accent-strong);
  transform: translateX(2px);
}

.footer-bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(122, 60, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

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

.reveal-delay {
  transition-delay: 120ms;
}

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

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .section-grid,
  .spotlight-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .section-intro {
    max-width: none;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 16px;
  }

  .phone-frame {
    transform: none;
  }

  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .shot-frame:nth-child(2),
  .shot-frame:nth-child(5),
  .shot-frame:nth-child(3),
  .shot-frame:nth-child(6) {
    transform: none;
  }
}

@media (max-width: 860px) {
  .hero::before {
    inset: 10px 10px auto 10px;
    height: 420px;
    border-radius: 28px;
  }

  .hero-grid {
    gap: 28px;
  }

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

  .hero-visual {
    order: 1;
    padding-top: 0;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-points {
    text-align: left;
  }

  .floating-note {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(24, 53, 46, 0.08);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(46, 111, 95, 0.04);
  }

  .nav-cta {
    text-align: center;
  }

  .value-grid,
  .benefit-cards,
  .audience-cards,
  .practice-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-grid {
    display: flex;
    overflow-x: auto;
    gap: 0;
    padding: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    border-radius: 28px;
  }

  .screenshot-grid::-webkit-scrollbar {
    display: none;
  }

  .carousel-button,
  .carousel-dots {
    display: flex;
  }

  .shot-frame {
    flex: 0 0 100%;
    scroll-snap-align: start;
    transform: none;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .stat-pill {
    min-width: 0;
    padding: 12px 10px;
  }

  .stat-pill strong {
    font-size: 0.92rem;
  }

  .stat-pill span {
    font-size: 0.74rem;
  }

  .phone-frame {
    width: min(88vw, 390px);
  }

  .floating-note-left {
    left: 16px;
  }

  .floating-note-right {
    right: 16px;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 34px 0 34px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.5rem);
    line-height: 0.98;
  }

  .section-intro h2,
  .spotlight-panel h2,
  .cta-panel h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .section {
    padding: 72px 0;
  }

  .hero-lead,
  .section-intro p,
  .spotlight-panel p,
  .cta-panel p,
  .faq-item p,
  .card p,
  .feature-card p,
  .mini-card p,
  .spotlight-list p,
  .value-grid p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .phone-screen {
    padding: 8px;
    min-height: auto;
  }

  .screen-footer {
    left: 22px;
    right: 22px;
    bottom: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .spotlight-panel,
  .cta-panel,
  .card,
  .feature-card,
  .mini-card,
  .value-grid article,
  .spotlight-list article {
    padding: 20px;
  }

  .testimonial-card,
  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .shot-frame {
    flex-basis: 100%;
  }

  .site-header {
    backdrop-filter: blur(12px);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
