/* Worldly marketing site — static, no build step.
   Tokens mirror the app: navy ink #14213D, coral #FF6B9A, lavender #9B7CFF,
   aqua #24D1C3, sunburst #FFB84D, warm-white #FAFAFC.
   Fraunces (display) + Plus Jakarta Sans (UI). Mobile-first. */

:root {
  --navy: #14213D;
  --navy-2: #243456;
  --coral: #FF6B9A;
  --coral-soft: #FF92B5;
  --lavender: #9B7CFF;
  --aqua: #24D1C3;
  --sunburst: #FFB84D;
  --bg: #FAFAFC;
  --card: #FFFFFF;
  --ink-2: #5A607A;
  --ink-3: #8A90A6;
  --line: #EDEEF4;
  --radius: 24px;
  --shadow-card: 0 8px 28px rgba(20, 33, 61, 0.08);
  --shadow-float: 0 18px 48px rgba(20, 33, 61, 0.16);
  --grad: linear-gradient(135deg, #FF6B9A 0%, #9B7CFF 52%, #24D1C3 110%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', -apple-system, 'Segoe UI', system-ui, sans-serif;
  background: var(--bg);
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

h1, h2, h3, .display { font-family: Fraunces, Georgia, serif; font-weight: 600; letter-spacing: -0.01em; }

.grad-text {
  background-image: linear-gradient(115deg, #FF6B9A 0%, #9B7CFF 55%, #24D1C3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---- Nav ------------------------------------------------------------- */
nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(1.4) blur(18px);
  -webkit-backdrop-filter: saturate(1.4) blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo img { height: 26px; width: auto; }
.nav-links { display: none; gap: 26px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.nav-links a:hover { color: var(--navy); }
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  background-image: var(--grad);
  color: #fff; font-weight: 700; font-size: 15px;
  padding: 12px 22px; border-radius: 999px; box-shadow: var(--shadow-card);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-float); }
.btn.small { padding: 9px 16px; font-size: 13.5px; }
.btn.ghost { background: none; background-color: rgba(20, 33, 61, 0.06); color: var(--navy); box-shadow: none; }

/* ---- Hero ------------------------------------------------------------ */
header.hero { background-image: var(--grad); color: #fff; position: relative; overflow: hidden; }
.hero-in { display: flex; flex-direction: column; gap: 40px; padding: 64px 0 0; }
.hero-copy { text-align: center; max-width: 620px; margin: 0 auto; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; opacity: 0.92; }
.hero h1 { font-size: clamp(38px, 6vw, 60px); line-height: 1.06; margin-top: 12px; }
.hero .sub { font-size: clamp(15.5px, 2vw, 18px); opacity: 0.95; margin-top: 16px; line-height: 1.6; }
.hero-cta { margin-top: 26px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero .btn { background: #fff; background-image: none; color: var(--navy); }
.hero .btn.ghost { background: rgba(255, 255, 255, 0.16); color: #fff; border: 1px solid rgba(255, 255, 255, 0.35); }
.hero .soon { font-size: 12.5px; opacity: 0.85; margin-top: 14px; }

/* real screenshot in a device frame */
.phone {
  width: 290px; margin: 0 auto; border-radius: 44px 44px 0 0;
  background: #0E1322; padding: 12px 12px 0; box-shadow: var(--shadow-float);
}
.screen { border-radius: 34px 34px 0 0; overflow: hidden; }
.screen img { width: 100%; max-height: 430px; object-fit: cover; object-position: top; }

/* screenshot gallery */
.gallery-sec { padding-bottom: 48px; }
.gallery {
  display: flex; gap: 22px; margin-top: 40px;
  overflow-x: auto; padding: 8px 22px 26px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.gallery figure { flex: none; width: 218px; scroll-snap-align: center; }
.gallery img {
  width: 100%; border-radius: 26px; border: 6px solid #0E1322;
  box-shadow: var(--shadow-float);
}
.gallery figcaption { text-align: center; font-size: 13px; font-weight: 700; color: var(--ink-2); margin-top: 12px; }
@media (min-width: 1020px) {
  .gallery { justify-content: center; overflow-x: visible; flex-wrap: nowrap; }
  .gallery figure { width: 164px; }
}

/* ---- Sections --------------------------------------------------------- */
section { padding: 72px 0; }
.kicker { color: var(--coral); font-size: 12.5px; font-weight: 800; letter-spacing: 0.14em; text-align: center; }
.sec-title { text-align: center; font-size: clamp(28px, 4.5vw, 40px); margin-top: 10px; }
.sec-sub { text-align: center; color: var(--ink-2); max-width: 560px; margin: 14px auto 0; font-size: 16px; }

.grid { display: grid; gap: 18px; margin-top: 44px; grid-template-columns: 1fr; }
.feature {
  background: var(--card); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-card);
}
.f-icon {
  width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center;
  font-size: 21px; margin-bottom: 14px;
}
.feature h3 { font-size: 20px; }
.feature p { color: var(--ink-2); font-size: 14.5px; margin-top: 8px; line-height: 1.6; }

/* covers strip */
.covers { background: var(--navy); color: #fff; }
.covers .kicker { color: var(--sunburst); }
.covers .sec-sub { color: rgba(255, 255, 255, 0.75); }
.cover-strip { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.cover { width: 84px; text-align: center; }
.cover img { border-radius: 19px; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4); transition: transform 0.2s ease; }
.cover:hover img { transform: translateY(-6px) rotate(-2deg); }
.cover span { display: block; font-size: 11px; color: rgba(255, 255, 255, 0.7); margin-top: 8px; }

/* almanac quote */
.almanac blockquote {
  font-family: Fraunces, Georgia, serif; font-size: clamp(21px, 3.4vw, 30px);
  line-height: 1.45; text-align: center; max-width: 760px; margin: 0 auto; color: var(--navy);
}
.almanac blockquote::before { content: '“'; color: var(--coral); font-size: 1.6em; line-height: 0; vertical-align: -0.3em; margin-right: 2px; }
.almanac .attr { text-align: center; color: var(--ink-3); font-size: 13px; margin-top: 18px; letter-spacing: 0.08em; font-weight: 700; }

/* final cta */
.cta-band { background-image: var(--grad); border-radius: 28px; color: #fff; text-align: center; padding: 56px 26px; box-shadow: var(--shadow-float); }
.cta-band h2 { font-size: clamp(26px, 4vw, 36px); }
.cta-band p { opacity: 0.95; margin-top: 10px; }
.cta-band .btn { background: #fff; background-image: none; color: var(--navy); margin-top: 24px; }

/* ---- Footer ----------------------------------------------------------- */
footer { border-top: 1px solid var(--line); padding: 40px 0 56px; }
.foot { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.foot img { height: 22px; width: auto; }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; font-size: 13.5px; color: var(--ink-2); }
.foot-links a:hover { color: var(--navy); }
.foot small { color: var(--ink-3); font-size: 12px; }

/* ---- Legal pages ------------------------------------------------------ */
.legal { max-width: 760px; margin: 0 auto; padding: 56px 22px 80px; }
.legal h1 { font-size: 36px; }
.legal .updated { color: var(--ink-3); font-size: 13px; margin-top: 8px; }
.legal h2 { font-size: 21px; margin: 34px 0 10px; }
.legal p, .legal li { color: var(--ink-2); font-size: 15px; line-height: 1.7; }
.legal ul { padding-left: 22px; margin-top: 8px; }
.legal .rule { height: 3px; width: 64px; background-image: var(--grad); border-radius: 2px; margin-top: 22px; }

/* ---- Breakpoints ------------------------------------------------------- */
@media (min-width: 760px) {
  .nav-links { display: flex; }
  .hero-in { flex-direction: row; align-items: flex-end; gap: 20px; padding-top: 84px; }
  .hero-copy { text-align: left; margin: 0; flex: 1; padding-bottom: 84px; }
  .hero-cta { justify-content: flex-start; }
  .phone { margin: 0; }
  .grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .hero h1 { max-width: 560px; }
}
