:root {
  color-scheme: light;
  --paper: #f6f3ec;
  --paper-2: #fffdfa;
  --ink: #151515;
  --muted: #69655f;
  --soft: rgba(21, 21, 21, 0.08);
  --card: rgba(255, 255, 255, 0.72);
  --card-strong: rgba(255, 255, 255, 0.9);
  --accent: #c7ff5d;
  --blue: #3267e8;
  --radius: 34px;
  --shadow: 0 34px 110px rgba(42, 36, 28, 0.13);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 8%, rgba(199, 255, 93, 0.28), transparent 24rem),
    radial-gradient(circle at 78% 10%, rgba(50, 103, 232, 0.12), transparent 24rem),
    linear-gradient(180deg, #fbfaf6 0%, var(--paper) 44%, #eee9dd 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.58;
  pointer-events: none;
}
.ambient-one { width: 34vw; height: 34vw; left: -12vw; top: 24vh; background: rgba(199, 255, 93, 0.18); }
.ambient-two { width: 28vw; height: 28vw; right: -8vw; top: 12vh; background: rgba(50, 103, 232, 0.12); }

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.7);
  box-shadow: 0 16px 42px rgba(42, 36, 28, 0.08);
  backdrop-filter: blur(24px) saturate(150%);
}

.brand, .site-header nav, .site-footer nav, .hero-actions, .dash-topline, .price-card {
  display: flex;
  align-items: center;
}

.brand { gap: 10px; font-weight: 800; letter-spacing: -0.03em; }
.brand img { border-radius: 10px; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12); }

.site-header nav {
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}
.site-header nav a:hover, .site-footer a:hover { color: var(--ink); }

.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.header-cta, .button-primary {
  color: white;
  background: #151515;
  box-shadow: 0 18px 42px rgba(21, 21, 21, 0.18);
}
.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(21, 21, 21, 0.1);
}
.header-cta:hover, .button:hover { transform: translateY(-1px); }
.button-primary:hover { box-shadow: 0 22px 52px rgba(21, 21, 21, 0.22); }

.hero {
  min-height: 74vh;
  padding: clamp(88px, 12vw, 150px) 0 54px;
  text-align: center;
}
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: #4d4a45;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  width: min(980px, 100%);
  margin: 0 auto 24px;
  font-size: clamp(58px, 9.6vw, 132px);
  line-height: 0.86;
  letter-spacing: -0.085em;
  text-wrap: balance;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  text-wrap: balance;
}
h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.hero-lede, .problem p, .pricing p, .final-cta p, .faq p, .feature-grid p, .steps p, .before-after li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.018em;
}
.hero-lede {
  width: min(760px, 100%);
  margin: 0 auto;
  font-size: clamp(20px, 2vw, 25px);
}
.hero-actions {
  justify-content: center;
  gap: 12px;
  margin: 34px 0 18px;
}
.hero-note {
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
}

.showcase { margin-top: 10px; }
.browser-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(900px, calc(100% - 30px));
  min-height: 56px;
  margin: 0 auto -26px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.74);
  box-shadow: 0 18px 52px rgba(42, 36, 28, 0.1);
  backdrop-filter: blur(20px);
}
.browser-bar span { width: 12px; height: 12px; border-radius: 999px; background: rgba(21, 21, 21, 0.18); }
.browser-bar p { margin: 0 auto; color: var(--muted); font-size: 13px; font-weight: 720; }

.wallpaper-preview {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 44px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.34), transparent 16rem),
    radial-gradient(circle at 76% 22%, rgba(199, 255, 93, 0.28), transparent 18rem),
    linear-gradient(135deg, #1667ed 0%, #2158cb 46%, #5798ff 100%);
  box-shadow: var(--shadow);
}
.wallpaper-noise {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}
.dash-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  padding: 86px 70px 64px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.24), 0 18px 46px rgba(0, 0, 0, 0.14);
}
.dash-block { min-width: 0; }
.date-block strong {
  display: block;
  margin: 18px 0 22px;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.86;
  letter-spacing: -0.07em;
}
.dash-block span, .dash-block small, .dash-topline, .focus-block b, .event-row em {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}
.event-block { padding-top: 6px; }
.dash-topline { justify-content: space-between; margin-bottom: 28px; font-size: 26px; }
.event-row, .meeting-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 34px;
}
.event-row strong, .meeting-row strong, .focus-block p, .reminder-block p {
  display: block;
  color: white;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.045em;
}
.meeting-row { grid-template-columns: 54px 1fr; }
.meeting-row > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  color: white;
  font-size: 24px;
}
.meeting-row p { margin: 10px 0 0; max-width: 540px; color: rgba(255, 255, 255, 0.72); font-weight: 720; }
.focus-block { align-self: end; }
.focus-block > span { display: block; margin-bottom: 18px; font-size: 30px; color: white; }
.focus-block div { display: flex; align-items: center; gap: 14px; }
.focus-block strong { color: white; font-size: 38px; font-variant-numeric: tabular-nums; letter-spacing: -0.04em; }
.reminder-block { align-self: end; }
.reminder-block p { margin-bottom: 14px; }

.problem {
  padding: 116px 0 70px;
  text-align: center;
}
.problem h2, .problem p { margin-left: auto; margin-right: auto; }
.problem p { width: min(680px, 100%); }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 94px;
}
.steps article, .feature-grid article, .card-soft, .price-card, details {
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: var(--card);
  box-shadow: 0 18px 60px rgba(42, 36, 28, 0.07);
  backdrop-filter: blur(20px);
}
.steps article, .feature-grid article, .card-soft { border-radius: 28px; padding: 28px; }
.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--accent);
  font-weight: 900;
}

.feature-section { padding: 30px 0 96px; }
.feature-section > h2 { width: min(820px, 100%); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.feature-grid article { min-height: 210px; background: rgba(255, 253, 250, 0.68); }

.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding-bottom: 104px;
}
.card-soft { min-height: 420px; background: var(--card-strong); }
.card-soft ul { display: grid; gap: 12px; margin: 26px 0 0; padding-left: 20px; }
.after { background: #161616; color: white; }
.after .eyebrow, .after li { color: rgba(255, 255, 255, 0.7); }

.pricing {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 60px;
  align-items: center;
  padding: 94px 0;
  border-top: 1px solid var(--soft);
  border-bottom: 1px solid var(--soft);
}
.pricing > div p { width: min(650px, 100%); }
.price-card {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 253, 250, 0.86);
}
.price-card span { color: var(--muted); font-weight: 820; }
.price-card strong { font-size: 76px; line-height: 0.95; letter-spacing: -0.07em; }
.price-card p { margin-bottom: 10px; font-size: 16px; }

.faq { padding: 100px 0 70px; }
.faq h2 { width: min(760px, 100%); }
details {
  margin-top: 12px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.7);
}
summary { cursor: pointer; font-size: 19px; font-weight: 820; letter-spacing: -0.03em; }
details p { margin: 14px 0 0; }

.final-cta {
  padding: 90px 0 116px;
  text-align: center;
}
.final-cta h2, .final-cta p { margin-left: auto; margin-right: auto; }
.final-cta p { width: min(560px, 100%); }

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 40px;
  border-top: 1px solid var(--soft);
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
}
.site-footer nav { display: flex; gap: 18px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  h1 { font-size: clamp(54px, 15vw, 86px); }
  .wallpaper-preview { min-height: 760px; }
  .dash-layout, .steps, .feature-grid, .before-after, .pricing { grid-template-columns: 1fr; }
  .dash-layout { gap: 34px; padding: 76px 28px 38px; }
  .event-row { grid-template-columns: 76px 1fr; }
  .pricing { gap: 24px; }
}

@media (max-width: 560px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { width: calc(100% - 20px); top: 10px; }
  .header-cta { min-height: 40px; padding: 0 14px; }
  .hero { padding-top: 76px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .wallpaper-preview { border-radius: 28px; }
  .dash-layout { padding: 62px 20px 28px; }
  .date-block strong { font-size: 54px; }
  .event-row, .meeting-row { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}
