/* TicTicBoom: granola calm, warm paper + sage */

:root {
  --bg: #f6f3ec;
  --paper: #fffcf7;
  --text: #3a342c;
  --text-muted: #6f675c;
  --sage: #5c7a6e;
  --sage-soft: rgba(92, 122, 110, 0.14);
  --clay: #b86f52;
  --clay-soft: rgba(184, 111, 82, 0.12);
  --border: rgba(58, 52, 44, 0.1);
  --border-strong: rgba(58, 52, 44, 0.14);
  --radius-lg: 20px;
  --radius-xl: 28px;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --shadow-soft: 0 2px 24px rgba(58, 52, 44, 0.06);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--bg);
  background-image: radial-gradient(
      ellipse 100% 60% at 50% -15%,
      #fff9f2 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 70% 45% at 100% 30%,
      var(--sage-soft) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse 55% 40% at 0% 80%,
      var(--clay-soft) 0%,
      transparent 50%
    );
  overflow-x: hidden;
}

.bg-blobs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.45;
  animation: drift 28s ease-in-out infinite;
}

.blob-a {
  width: min(420px, 75vw);
  height: min(420px, 75vw);
  background: radial-gradient(
    circle,
    rgba(184, 111, 82, 0.22) 0%,
    transparent 72%
  );
  top: -8%;
  right: -12%;
  animation-delay: 0s;
}

.blob-b {
  width: min(380px, 70vw);
  height: min(380px, 70vw);
  background: radial-gradient(
    circle,
    rgba(92, 122, 110, 0.2) 0%,
    transparent 72%
  );
  bottom: 0;
  left: -18%;
  animation-delay: -10s;
}

.blob-c {
  width: min(280px, 55vw);
  height: min(280px, 55vw);
  background: radial-gradient(
    circle,
    rgba(212, 196, 168, 0.35) 0%,
    transparent 72%
  );
  top: 48%;
  left: 40%;
  animation-delay: -18s;
}

@keyframes drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(2%, -3%) scale(1.02);
  }
  70% {
    transform: translate(-3%, 2%) scale(0.99);
  }
}

.site-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.35rem 1.5rem;
}

.logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: var(--text);
  text-decoration: none;
}

.logo-boom {
  color: var(--clay);
}

.nav {
  display: flex;
  gap: 1.5rem;
}

.nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.94rem;
  transition: color 0.2s ease;
}

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

main {
  position: relative;
  z-index: 1;
}

.hero {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.25rem 1.5rem 3.75rem;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.4rem 0.95rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage);
  background: var(--paper);
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.hero-title {
  margin: 0 0 1.2rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5.5vw, 3.15rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text);
}

.hero-title-accent {
  color: var(--sage);
  font-style: italic;
}

.hero-lede {
  margin: 0 auto 2rem;
  max-width: 34rem;
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.btn {
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  transition: box-shadow 0.15s ease;
}

.btn-download {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-width: 220px;
  padding: 0.85rem 1.65rem;
  background: #ebe6df;
  color: #8a8278;
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: not-allowed;
  opacity: 0.88;
}

.btn-download:disabled {
  pointer-events: none;
}

.btn-download-label {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.btn-download-sub {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9c948a;
}

.hero-platform-hint {
  margin: 0;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.section {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 2.75rem 1.5rem;
}

.section-title {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.8vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 720px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.step {
  padding: 1.45rem 1.35rem;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.65rem;
  font-weight: 700;
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  color: var(--paper);
  background: var(--sage);
  border-radius: 9px;
}

.step-title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.step-text {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.58;
}

.habits {
  text-align: center;
}

.habit-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
}

.habit-pills li {
  padding: 0.45rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 1px 8px rgba(58, 52, 44, 0.04);
}

.habits-note {
  margin: 0 auto;
  max-width: 28rem;
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.cta-band {
  padding-bottom: 3.5rem;
}

.cta-inner {
  padding: 2.35rem 1.65rem;
  text-align: center;
  background: linear-gradient(
    160deg,
    rgba(255, 252, 247, 0.95) 0%,
    #f0ebe3 100%
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.cta-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3.2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cta-text {
  margin: 0 auto 1.35rem;
  max-width: 26rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.btn-download-lg {
  min-width: 240px;
  padding: 0.95rem 1.85rem;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem 2.75rem;
  text-align: center;
  border-top: 1px solid var(--border);
  background: rgba(255, 252, 247, 0.5);
}

.footer-brand {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.footer-copy {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-muted);
}

@media (prefers-reduced-motion: reduce) {
  .blob {
    animation: none;
  }
}
