:root {
  --ink: #172118;
  --muted: #667069;
  --cream: #fff9ef;
  --paper: #ffffff;
  --lime: #d9ff63;
  --lime-dark: #b8e840;
  --blue: #9fc8ff;
  --coral: #ff927a;
  --yellow: #ffd76b;
  --line: rgba(23, 33, 24, 0.13);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 80px rgba(37, 50, 38, 0.12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.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 { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 20px 0; transition: .25s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(255,249,239,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(23,33,24,.08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 17px; letter-spacing: -.02em; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; background: var(--lime); display: grid; place-items: center; transform: rotate(-3deg); }
.brand-mark svg { width: 29px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark circle { fill: var(--ink); stroke: none; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; inset: auto 0 -5px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: .2s; }
.site-nav > a:hover::after { transform: scaleX(1); }
.menu-button { display: none; padding: 8px; background: transparent; border: 0; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 700; font-size: 15px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 10px 24px rgba(132, 175, 34, .2); }
.button-primary:hover { background: var(--lime-dark); box-shadow: 0 14px 30px rgba(132, 175, 34, .28); }
.button-wide { width: 100%; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }

.hero { min-height: 780px; position: relative; overflow: hidden; padding: 160px 0 100px; background: var(--cream); }
.hero::after { content: ""; position: absolute; inset: auto -3% -90px; height: 180px; border-radius: 50% 50% 0 0; background: white; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: var(--coral); }
.hero h1, h2 { margin: 20px 0; font-family: Manrope, sans-serif; line-height: 1.04; letter-spacing: -.055em; }
.hero h1 { max-width: 720px; font-size: clamp(52px, 6.2vw, 86px); }
.hero h1 em { font-style: normal; position: relative; z-index: 1; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -3px; right: -7px; bottom: 3px; height: 19px; background: var(--lime); transform: rotate(-1deg); }
.hero-lede { max-width: 570px; margin: 0 0 30px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.trust-line { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.trust-line p { margin: 0; color: var(--muted); font-size: 14px; }
.mini-avatars { display: flex; }
.mini-avatars span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -7px; border: 3px solid var(--cream); border-radius: 50%; background: var(--blue); font-size: 10px; font-weight: 800; }
.mini-avatars span:first-child { margin-left: 0; background: var(--coral); }
.mini-avatars span:nth-child(3) { background: var(--yellow); }
.mini-avatars span:last-child { background: var(--ink); color: white; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 360px; height: 360px; right: -130px; top: 60px; background: rgba(159,200,255,.32); }
.hero-glow-two { width: 280px; height: 280px; left: -160px; bottom: 50px; background: rgba(217,255,99,.3); }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(23,33,24,.12); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 400px; height: 400px; }
.chat-window { width: min(440px, 88%); position: relative; z-index: 2; overflow: hidden; background: white; border: 1px solid rgba(23,33,24,.1); border-radius: 28px; box-shadow: var(--shadow); transform: rotate(2deg); }
.chat-topbar { display: flex; align-items: center; gap: 12px; padding: 18px; border-bottom: 1px solid var(--line); }
.chat-topbar strong, .chat-topbar small { display: block; }
.chat-topbar strong { font-size: 14px; }
.chat-topbar small { color: var(--muted); font-size: 11px; }
.chat-topbar button { margin-left: auto; border: 0; background: transparent; font-weight: bold; }
.room-symbol { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--yellow); }
.chat-body { padding: 22px; background: #fbfcf7; }
.message-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.message-row small { color: #879089; font-size: 10px; font-weight: 700; }
.message-row p { max-width: 265px; margin: 3px 0 0; padding: 10px 13px; border-radius: 6px 16px 16px 16px; background: white; box-shadow: 0 5px 15px rgba(23,33,24,.06); font-size: 13px; line-height: 1.45; }
.avatar { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-size: 12px; font-weight: 800; }
.avatar-coral { background: var(--coral); }.avatar-blue { background: var(--blue); }
.own-message { justify-content: flex-end; text-align: right; }
.own-message p { background: var(--ink); color: white; border-radius: 16px 6px 16px 16px; text-align: left; }
.chat-input { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; color: #a4aaa5; font-size: 12px; }
.chat-input button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--lime); font-size: 19px; }
.float-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 10px 14px; background: white; border: 1px solid rgba(23,33,24,.1); border-radius: 999px; box-shadow: 0 10px 30px rgba(23,33,24,.1); font-size: 12px; font-weight: 700; }
.float-chip span { color: var(--coral); }
.chip-one { top: 55px; left: 5px; transform: rotate(-7deg); }.chip-two { right: 4px; bottom: 85px; transform: rotate(5deg); }.chip-two span { color: #69bb55; }

.statement { position: relative; z-index: 3; background: white; }
.statement-inner { padding: 84px 0 104px; text-align: center; }
.statement p { max-width: 890px; margin: 0 auto; font-family: Manrope, sans-serif; font-size: clamp(32px, 4.5vw, 56px); font-weight: 700; line-height: 1.2; letter-spacing: -.045em; }
.statement span { position: relative; white-space: nowrap; }
.statement span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 7px; background: var(--coral); border-radius: 100%; transform: rotate(-1deg); }

.section { padding: 110px 0; }
.section-soft { background: #f3f3e9; }
.section-heading.centered { max-width: 730px; margin: 0 auto 58px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { font-size: clamp(38px, 5vw, 62px); }
.section-heading p, .community-copy > p { color: var(--muted); font-size: 18px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; background: white; border: 1px solid rgba(23,33,24,.08); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s; }
.step-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(23,33,24,.08); }
.step-number { color: #a2aaa3; font-family: Manrope; font-weight: 800; font-size: 12px; }
.step-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 35px 0 28px; border-radius: 26px; transform: rotate(-6deg); font-size: 30px; }
.step-icon-yellow { background: var(--yellow); }.step-icon-blue { background: var(--blue); transform: rotate(5deg); }.step-icon-coral { background: var(--coral); }
.step-card h3 { margin: 0 0 10px; font: 800 22px Manrope, sans-serif; letter-spacing: -.03em; }
.step-card p { margin: 0; color: var(--muted); font-size: 15px; }

.community-section { background: white; }
.community-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.community-art { min-height: 560px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius-lg); background: #eef1ff; }
.sun-shape { width: 310px; height: 310px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 50px rgba(255,255,255,.25), 0 0 0 100px rgba(255,255,255,.15); }
.profile-card { position: absolute; width: 170px; padding: 20px; background: white; border: 1px solid rgba(23,33,24,.1); border-radius: 20px; box-shadow: 0 15px 35px rgba(23,33,24,.1); text-align: center; }
.profile-card strong, .profile-card small { display: block; }
.profile-card strong { margin-top: 8px; font: 800 15px Manrope; }.profile-card small { color: var(--muted); font-size: 11px; }
.profile-card i { display: block; width: 9px; height: 9px; position: absolute; top: 12px; right: 12px; background: #68c75c; border: 2px solid white; border-radius: 50%; }
.profile-avatar { width: 64px; height: 64px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: var(--coral); font: 800 20px Manrope; }
.profile-a { top: 60px; left: 50%; transform: translateX(-50%) rotate(2deg); }.profile-b { bottom: 54px; left: 38px; transform: rotate(-5deg); }.profile-c { bottom: 55px; right: 34px; transform: rotate(5deg); }
.profile-b .profile-avatar { background: var(--blue); }.profile-c .profile-avatar { background: var(--lime); }
.spark { position: absolute; font-size: 38px; }.spark-a { top: 110px; left: 70px; color: var(--coral); }.spark-b { right: 70px; top: 190px; color: #6b83df; }
.community-copy h2 { max-width: 580px; }
.feature-list { display: grid; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 14px; }
.feature-list li > span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 800; }
.feature-list strong { font: 800 17px Manrope; }.feature-list p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }

.pricing-section { color: white; background: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: 1fr 480px; gap: 90px; align-items: center; }
.eyebrow-light span { background: var(--lime); }
.pricing-copy p { max-width: 540px; color: #bdc6be; font-size: 18px; }
.secure-note { display: inline-flex; gap: 9px; align-items: center; margin-top: 25px; color: #dbe2db; font-size: 14px; }
.secure-note span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(217,255,99,.15); color: var(--lime); }
.price-card { padding: 42px; color: var(--ink); background: var(--cream); border-radius: 28px; transform: rotate(1deg); box-shadow: 18px 18px 0 rgba(217,255,99,.15); }
.price-label { font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.price { margin-top: 12px; font: 800 72px Manrope; line-height: 1; letter-spacing: -.06em; }
.price sup { font-size: 28px; vertical-align: top; position: relative; top: 9px; }.price span { font: 700 13px "DM Sans"; letter-spacing: 0; }
.price-subtitle { margin: 8px 0 25px; color: var(--muted); }
.price-card hr { border: 0; border-top: 1px solid var(--line); }
.price-card ul { display: grid; gap: 13px; margin: 25px 0; padding: 0; list-style: none; font-weight: 600; font-size: 14px; }
.price-card li { display: flex; gap: 9px; }.price-card li span { color: #669900; }
.price-card > small { display: block; margin-top: 14px; color: var(--muted); text-align: center; font-size: 11px; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: 360px 1fr; gap: 100px; }
.section-heading a { font-weight: 700; border-bottom: 1px solid; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; text-align: left; font: 800 18px Manrope; }
.faq-item button i { flex: 0 0 auto; width: 28px; height: 28px; position: relative; border: 1px solid var(--line); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; width: 10px; height: 1.5px; position: absolute; top: 13px; left: 8px; background: var(--ink); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { padding: 0 45px 23px 0; color: var(--muted); }.faq-answer p { margin: 0; }

.site-footer { padding: 55px 0 28px; color: white; background: #0d120e; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top { padding-bottom: 50px; }.footer-top p { color: #9da79f; }
.brand-light .brand-mark { color: var(--ink); }.brand-light { color: white; }
.footer-bottom { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: #889189; font-size: 12px; }
.footer-bottom nav { display: flex; gap: 24px; }.footer-bottom a:hover { color: white; }

.legal-page { min-height: 100vh; background: white; }
.legal-page .site-header { position: static; background: var(--cream); }
.legal-main { padding: 80px 0 110px; }
.legal-wrap { max-width: 780px; margin: auto; }
.legal-wrap h1 { margin: 0 0 12px; font: 800 clamp(42px,6vw,68px)/1 Manrope; letter-spacing: -.055em; }
.legal-updated { margin-bottom: 48px; color: var(--muted); }
.legal-wrap h2 { margin: 38px 0 10px; font-size: 25px; letter-spacing: -.03em; }
.legal-wrap p, .legal-wrap li { color: #4f5951; }
.legal-wrap a { font-weight: 700; text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 680px); }
  .menu-button { display: block; z-index: 3; }
  .site-nav { display: none; position: fixed; inset: 0; flex-direction: column; justify-content: center; background: var(--cream); font-size: 22px; }
  .site-nav.open { display: flex; }
  .hero { padding-top: 130px; }
  .hero-grid, .community-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 20px; }.hero-copy { text-align: center; }.hero-lede { margin-inline: auto; }.hero-actions, .trust-line { justify-content: center; }
  .hero-visual { min-height: 520px; }.steps-grid { grid-template-columns: 1fr; max-width: 560px; margin: auto; }.step-card { min-height: auto; }
  .community-grid { gap: 60px; }.community-art { min-height: 500px; }.pricing-grid { gap: 55px; }.price-card { max-width: 500px; width: 100%; margin: auto; }
  .faq-grid { gap: 30px; }.faq-section .section-heading h2 br { display: none; }
}
@media (max-width: 560px) {
  .section { padding: 80px 0; }.brand > span:last-child { font-size: 14px; }.hero { min-height: auto; padding-bottom: 70px; }.hero h1 { font-size: 48px; }
  .hero-actions { flex-direction: column; gap: 18px; }.hero-visual { min-height: 430px; }.orbit-one { width: 390px; height: 390px; }.orbit-two { width: 300px; height: 300px; }.chat-window { width: 92%; }.chip-one { top: 20px; }.chip-two { bottom: 25px; }
  .statement-inner { padding: 60px 0 80px; }.community-art { min-height: 440px; }.sun-shape { width: 240px; height: 240px; }.profile-card { width: 145px; padding: 16px; }.profile-a { top: 35px; }.profile-b { left: 10px; bottom: 35px; }.profile-c { right: 10px; bottom: 35px; }.spark { display: none; }
  .price-card { padding: 30px 24px; transform: none; }.price { font-size: 62px; }.footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-bottom nav { flex-wrap: wrap; gap: 14px 20px; }
}
