/* ===================================================================
   LIVVU — "Calm care" design system
   Cream canvas · deep forest green · red as a rare accent · no gradients
=================================================================== */
:root {
  /* surfaces */
  --cream: #F4F0E6;        /* warm page canvas */
  --cream-2: #FAF7EF;      /* lighter panels */
  --paper: #FFFFFF;
  --beige: #ECE5D5;        /* bands / soft cards */
  --sage: #E2EADF;         /* soft green tint */

  /* greens */
  --green: #0E3A29;        /* deep forest — dark sections */
  --green-700: #16553C;
  --green-600: #1E6B4C;
  --green-500: #2E8C63;    /* bright accent green */

  /* ink + red */
  --ink: #14241D;          /* near-black green text */
  --ink-soft: #5E6E64;     /* muted */
  --red: #C8362A;          /* rare accent */
  --red-soft: #E0584A;

  /* lines */
  --line: #E2D9C6;         /* warm border on cream */
  --line-soft: #EDE7DA;
  --line-dark: rgba(255,255,255,.14);

  --r: 16px;
  --r-lg: 24px;
  --r-xl: 34px;
  --r-card: 6px;   /* content cards — crisp, not sharp; image cards stay rounded */
  --shadow-sm: 0 6px 22px rgba(20,36,29,.06);
  --shadow-md: 0 22px 60px rgba(20,36,29,.10);
  --shadow-green: 0 18px 40px rgba(14,58,41,.22);
  --ease: cubic-bezier(.22,1,.36,1);
  --maxw: 1340px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink); background: var(--cream); line-height: 1.62;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { font-family: 'Sora', sans-serif; line-height: 1.1; letter-spacing: -.02em; font-weight: 700; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.ink-soft { color: var(--ink-soft); }
.ico { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ---------- decorative: square-depth blocks ---------- */
.deco-squares {
  position: absolute; width: 120px; height: 120px; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 24px 24px; opacity: .55;
  -webkit-mask-image: radial-gradient(circle at 0 0, #000, transparent 75%);
  mask-image: radial-gradient(circle at 0 0, #000, transparent 75%);
}
.deco-squares--card { right: 14px; top: 14px; width: 76px; height: 76px; opacity: .5; }
.deco-squares--hero { top: 90px; right: 4%; width: 180px; height: 180px; }
.deco-squares--powers { right: 0; bottom: 0; width: 160px; height: 160px;
  background-image: linear-gradient(var(--line-dark) 1px,transparent 1px),linear-gradient(90deg,var(--line-dark) 1px,transparent 1px);
  -webkit-mask-image: radial-gradient(circle at 100% 100%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 100% 100%, #000, transparent 72%); }
.deco-squares--app { left: -24px; bottom: 30px; width: 150px; height: 150px; }
.deco-squares--story { right: 6%; top: 70px; width: 170px; height: 170px;
  background-image: linear-gradient(var(--line-dark) 1px,transparent 1px),linear-gradient(90deg,var(--line-dark) 1px,transparent 1px); }
.deco-squares--voices { left: 0; top: -20px; width: 140px; height: 140px; }
.deco-squares--cta { left: 5%; bottom: 10%; width: 160px; height: 160px;
  background-image: linear-gradient(var(--line-dark) 1px,transparent 1px),linear-gradient(90deg,var(--line-dark) 1px,transparent 1px); }

/* ---------- decorative: sparkles ---------- */
.spark { position: absolute; color: var(--red); opacity: .5; z-index: 0; font-size: 22px; }
.spark .ico { width: 1em; height: 1em; stroke-width: 1.6; }
.spark--a { top: 120px; left: 46%; font-size: 16px; color: var(--green-500); animation: twinkle 4s ease-in-out infinite; }
.spark--b { bottom: 140px; left: 30px; font-size: 26px; animation: twinkle 5s ease-in-out infinite 1s; }
.spark--c { top: 60px; right: 8%; font-size: 20px; color: var(--green-500); animation: twinkle 4.5s ease-in-out infinite .5s; }
.spark--d { bottom: 80px; left: 8%; color: var(--green-500); opacity: .6; animation: twinkle 5s ease-in-out infinite; }
.spark--e { top: 70px; right: 12%; opacity: .6; animation: twinkle 4s ease-in-out infinite .8s; }
@keyframes twinkle { 0%,100%{transform:scale(.8) rotate(0);opacity:.35} 50%{transform:scale(1.15) rotate(45deg);opacity:.7} }

/* ---------- scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--green); z-index: 1000; transition: width .1s linear; }

/* ---------- interactive background pattern: faint square grid on light areas only ----------
   Sits behind all content (z-index:-1) so the solid green sections naturally cover it.
   Always barely-there; the cursor lifts the local opacity just slightly. */
.fx {
  position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image:
    linear-gradient(to right, rgba(16,60,43,.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(16,60,43,.07) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: radial-gradient(circle 280px at var(--mx,-500px) var(--my,-500px), #000 0%, rgba(0,0,0,.78) 38%, rgba(0,0,0,.5) 80%);
          mask-image: radial-gradient(circle 280px at var(--mx,-500px) var(--my,-500px), #000 0%, rgba(0,0,0,.78) 38%, rgba(0,0,0,.5) 80%);
}

/* =================== NAV =================== */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 900; padding: 18px 0; transition: all .4s var(--ease); }
.nav.scrolled { background: rgba(244,240,230,.82); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); padding: 10px 0; }
.nav__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { height: 44px; transition: height .4s var(--ease); }
.nav.scrolled .nav__logo { height: 36px; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-size: .94rem; font-weight: 500; color: var(--green); position: relative; }
.nav__links a:not(.nav__cta)::after { content: ''; position: absolute; left: 0; bottom: -5px; height: 2px; width: 0; background: var(--red); transition: width .3s var(--ease); }
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta { display: inline-flex; align-items: center; gap: 7px; background: var(--green); color: var(--cream) !important; padding: 11px 20px; border-radius: 100px; font-weight: 600; transition: transform .25s var(--ease), background .25s; }
.nav__cta .ico { font-size: 1rem; }
.nav__cta:hover { transform: translateY(-2px); background: var(--green-700); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 26px; height: 2.5px; background: var(--green); border-radius: 4px; transition: .3s var(--ease); }
.nav__toggle.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav__toggle.open span:nth-child(2){opacity:0}
.nav__toggle.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* =================== BUTTONS =================== */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: 100px; font-weight: 600; font-size: .98rem; font-family: 'Inter'; cursor: pointer; border: none; transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.btn .ico { font-size: 1.1rem; }
.btn--solid { background: var(--green); color: var(--cream); box-shadow: var(--shadow-green); }
.btn--solid:hover { transform: translateY(-3px); background: var(--green-700); box-shadow: 0 24px 50px rgba(14,58,41,.30); }
.btn--solid:hover .ico { transform: translateX(3px); }
.btn--solid .ico { transition: transform .25s var(--ease); }
.btn--outline { background: transparent; color: var(--green); border: 1.5px solid var(--line); }
.btn--outline:hover { transform: translateY(-3px); border-color: var(--green); background: var(--paper); }

/* =================== HERO =================== */
.hero { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 138px 16px 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; min-height: 100vh; }
.pill { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .85rem; color: var(--green-700); background: var(--cream-2); border: 1px solid var(--line); padding: 8px 15px; border-radius: 100px; margin-bottom: 24px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); position: relative; }
.pulse-dot::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--red); animation: ping 1.8s ease-out infinite; }
@keyframes ping { 0%{transform:scale(.5);opacity:.9} 100%{transform:scale(1.9);opacity:0} }

.hero__title { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; color: var(--green); margin-bottom: 22px; letter-spacing: -.03em; }
.mark { position: relative; white-space: nowrap; color: var(--red); }
.scribble { position: absolute; left: -4px; right: -4px; bottom: -10px; width: calc(100% + 8px); height: 16px; }
.scribble path { fill: none; stroke: var(--red); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 260; stroke-dashoffset: 260; }
.scribble.draw path { animation: draw 1s var(--ease) forwards .5s; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero__sub { font-size: 1.1rem; color: var(--ink-soft); max-width: 500px; margin-bottom: 32px; }
.hero__sub strong { color: var(--green-600); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero__trust { display: flex; align-items: center; gap: 16px; }
.hero__trust p { font-size: .9rem; color: var(--ink-soft); line-height: 1.4; }
.hero__trust strong { color: var(--ink); }

.avatars { display: flex; }
.avatars .ava { margin-left: -10px; border: 2.5px solid var(--cream); }
.avatars .ava:first-child { margin-left: 0; }
.ava { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-family: 'Sora'; font-weight: 700; font-size: .85rem; color: #fff; }
.ava--1 { background: #1E6B4C; } .ava--2 { background: #C8362A; } .ava--3 { background: #2E8C63; } .ava--4 { background: #16553C; }
.avatars--sm .ava { width: 26px; height: 26px; }

/* phone device */
.hero__device { position: relative; display: flex; justify-content: center; }
.device { position: relative; width: 290px; perspective: 1400px; }
.device__frame { position: relative; background: #0c2a1f; border-radius: 44px; padding: 12px; box-shadow: var(--shadow-md), inset 0 0 0 2px rgba(255,255,255,.06); transform: rotateY(-12deg) rotateX(4deg) rotate(1deg); transition: transform .5s var(--ease); }
.device:hover .device__frame { transform: rotateY(-6deg) rotateX(2deg); }
.device__notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 110px; height: 24px; background: #0c2a1f; border-radius: 0 0 16px 16px; z-index: 5; }
.app { background: var(--cream-2); border-radius: 34px; padding: 16px 16px 18px; height: 560px; overflow: hidden; position: relative; }

.app__status { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; font-weight: 700; color: var(--ink); padding: 4px 6px 12px; }
.app__status-r { width: 38px; height: 10px; border-radius: 3px; background: var(--ink); opacity: .25; }
.app__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.app__hi { display: block; font-size: .72rem; color: var(--ink-soft); }
.app__head strong { font-family: 'Sora'; font-size: 1.05rem; color: var(--ink); }
.app__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--green-600); color: #fff; display: grid; place-items: center; font-family: 'Sora'; font-weight: 700; }

.app__wallet { background: var(--green); color: #fff; border-radius: 20px; padding: 16px; position: relative; overflow: hidden; margin-bottom: 12px; }
.app__wallet::after { content: ''; position: absolute; right: -30px; top: -30px; width: 110px; height: 110px; border-radius: 50%; background: rgba(46,140,99,.35); }
.app__wallet-label { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; color: #bcd6c8; position: relative; }
.app__wallet-label .ico { font-size: .9rem; }
.app__balance { display: block; font-family: 'Sora'; font-weight: 800; font-size: 2rem; margin: 4px 0 6px; letter-spacing: -.02em; }
.app__balance small { font-size: 1rem; opacity: .6; font-weight: 600; }
.app__wallet-foot { display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; color: #9ec6ad; background: rgba(255,255,255,.08); padding: 4px 10px; border-radius: 100px; position: relative; }
.app__wallet-foot .ico { font-size: .85rem; }

.app__quick { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 16px; }
.app__q { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: .68rem; font-weight: 600; color: var(--green); background: var(--paper); border: 1px solid var(--line-soft); border-radius: 14px; padding: 11px 4px; }
.app__q .ico { font-size: 1.1rem; }
.app__q--alt { background: var(--green); color: #fff; border-color: var(--green); }

.app__section { font-size: .74rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.app__section--lg { font-size: 1.1rem; text-transform: none; letter-spacing: -.01em; color: var(--ink); font-family: 'Sora'; margin: 6px 0 14px; }
.app__list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.app__list li { display: flex; align-items: center; gap: 10px; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 14px; padding: 9px 11px; }
.app__ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; }
.app__ic .ico { font-size: 1rem; }
.app__ic--green { background: var(--sage); color: var(--green-600); }
.app__ic--bolt { background: #fbe6df; color: var(--red); }
.app__ic--coin { background: var(--beige); color: var(--green-700); }
.app__ic--lg { width: 44px; height: 44px; border-radius: 13px; margin-bottom: 8px; }
.app__ic--lg .ico { font-size: 1.4rem; }
.app__txt { flex: 1; font-size: .78rem; font-weight: 600; color: var(--ink); display: flex; flex-direction: column; line-height: 1.25; }
.app__txt small { font-size: .66rem; font-weight: 500; color: var(--ink-soft); }
.app__list b { font-family: 'Sora'; font-size: .82rem; color: var(--ink); }
.app__list b.pos { color: var(--green-500); }
.app__cta { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--green); color: #fff; border: none; border-radius: 14px; padding: 13px; font-family: 'Inter'; font-weight: 600; font-size: .9rem; cursor: pointer; }
.app__cta .ico { font-size: 1.05rem; }

/* app-show variants */
.app__carecard { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 18px; padding: 16px; margin-bottom: 12px; display: flex; flex-direction: column; }
.app__carecard strong { font-family: 'Sora'; font-size: .95rem; color: var(--ink); }
.app__carecard small { font-size: .74rem; color: var(--ink-soft); margin-top: 3px; }
.app__chips { list-style: none; display: flex; gap: 7px; margin-bottom: 12px; }
.app__chips li { font-size: .74rem; font-weight: 600; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line-soft); padding: 7px 13px; border-radius: 100px; }
.app__chips li.on { background: var(--green); color: #fff; border-color: var(--green); }
.app__provider { display: flex; align-items: center; gap: 10px; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 14px; padding: 10px 12px; margin-bottom: 14px; }
.app__chev { font-size: 1rem; color: var(--ink-soft); }

/* floating glass cards */
.float { position: absolute; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.72); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; padding: 11px 14px; box-shadow: var(--shadow-md); z-index: 6; }
.float strong { display: block; font-family: 'Sora'; font-size: .8rem; color: var(--ink); line-height: 1.1; }
.float small { font-size: .68rem; color: var(--ink-soft); }
.float__ic { width: 30px; height: 30px; border-radius: 9px; background: var(--sage); color: var(--green-600); display: grid; place-items: center; }
.float__ic .ico { font-size: 1rem; }
.float__ic--red { background: #fbe6df; color: var(--red); }
.float--1 { top: 64px; left: -42px; animation: bobf 5s ease-in-out infinite; }
.float--2 { top: 250px; right: -54px; animation: bobf 6s ease-in-out infinite 1s; }
.float--3 { bottom: 40px; left: -36px; animation: bobf 5.5s ease-in-out infinite .5s; }
.float--app { bottom: 90px; right: -46px; animation: bobf 6s ease-in-out infinite; }
@keyframes bobf { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }

.hero__scroll { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 24px; height: 40px; border: 2px solid var(--green-600); border-radius: 14px; display: flex; justify-content: center; padding-top: 7px; }
.hero__scroll span { width: 4px; height: 8px; background: var(--red); border-radius: 4px; animation: scrolldot 1.6s ease-in-out infinite; }
@keyframes scrolldot { 0%{opacity:0;transform:translateY(-4px)} 50%{opacity:1} 100%{opacity:0;transform:translateY(12px)} }

/* =================== TRUST STRIP =================== */
.trust { max-width: var(--maxw); margin: 0 auto; padding: 30px 16px 10px; text-align: center; }
.trust__label { font-size: .82rem; font-weight: 600; color: var(--ink-soft); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 20px; }
.trust__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.trust__row span { display: inline-flex; align-items: center; gap: 8px; font-family: 'Sora'; font-weight: 600; font-size: .9rem; color: var(--green-700); background: var(--cream-2); border: 1px solid var(--line); padding: 10px 18px; border-radius: 100px; }
.trust__row .ico { font-size: 1.05rem; color: var(--green-500); }

/* =================== STATS BAND =================== */
.band { background: var(--green); margin: 70px 0 0; padding: 60px 16px; }
.band__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.bstat { text-align: center; color: #fff; }
.bstat strong { font-family: 'Sora'; font-weight: 800; font-size: clamp(2.2rem,4vw,3rem); display: block; letter-spacing: -.02em; }
.bstat sup { color: var(--red-soft); font-size: .6em; }
.bstat p { color: #9ec6ad; font-size: .92rem; margin-top: 6px; max-width: 230px; margin-inline: auto; }

/* =================== GENERIC SECTION / HEAD =================== */
.section { max-width: var(--maxw); margin: 0 auto; padding: 100px 16px; position: relative; }
.head { margin-bottom: 56px; }
.head--left { max-width: 720px; }
.head--center { text-align: center; max-width: 660px; margin-inline: auto; }
.kicker { display: inline-flex; align-items: center; gap: 9px; font-family: 'Sora'; font-weight: 600; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }
.kicker i { width: 22px; height: 2px; background: var(--red); display: inline-block; }
.kicker--light { color: var(--red-soft); } .kicker--light i { background: var(--red-soft); }
.head--center .kicker { justify-content: center; }
.head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); color: var(--green); font-weight: 800; }
.lead { font-size: 1.08rem; color: var(--ink-soft); margin-top: 16px; max-width: 560px; }
.head--center .lead { margin-inline: auto; }

/* =================== CARD GRID (problem) =================== */
.grid-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.card { position: relative; overflow: hidden; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: transparent; }
.card__ic { position: relative; z-index: 1; width: 50px; height: 50px; border-radius: 14px; background: var(--sage); color: var(--green-600); display: grid; place-items: center; margin-bottom: 18px; transition: background .35s, color .35s; }
.card__ic .ico { font-size: 1.4rem; }
.card:hover .card__ic { background: var(--green); color: #fff; }
.card h3 { font-size: 1.18rem; color: var(--green); margin-bottom: 7px; position: relative; z-index: 1; }
.card p { color: var(--ink-soft); font-size: .96rem; position: relative; z-index: 1; }

/* =================== HOW IT WORKS =================== */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 30px; }
.step { position: relative; overflow: hidden; isolation: isolate; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 34px 28px; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; cursor: pointer; }
.step:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: transparent; }
.step__bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; opacity: 0; transform: scale(1.08); transition: opacity .5s var(--ease), transform .7s var(--ease); }
.step__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(165deg, rgba(11,46,33,.72) 0%, rgba(11,46,33,.90) 100%); }
.step:hover .step__bg { opacity: 1; transform: scale(1); }
.step__no { font-family: 'Sora'; font-weight: 800; font-size: 1rem; color: var(--red); letter-spacing: .1em; transition: color .35s; }
.step__ic { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--green); color: #fff; margin: 14px 0 18px; box-shadow: var(--shadow-green); transition: background .35s, color .35s; }
.step__ic .ico { font-size: 1.5rem; }
.step h3 { font-size: 1.3rem; color: var(--green); margin-bottom: 9px; transition: color .35s; }
.step p { color: var(--ink-soft); transition: color .35s; }
.step:hover .step__no { color: var(--red-soft); }
.step:hover .step__ic { background: #fff; color: var(--green); }
.step:hover h3 { color: #fff; }
.step:hover p { color: #dce7e0; }

.powers { position: relative; overflow: hidden; margin-top: 36px; background: var(--green); border-radius: var(--r-card); padding: 46px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; box-shadow: var(--shadow-green); }
.powers__text h3 { color: #fff; font-size: 1.7rem; margin-bottom: 12px; }
.powers__text p { color: #9ec6ad; }
.powers__list { list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; position: relative; z-index: 1; }
.powers__list li { display: flex; align-items: center; gap: 11px; color: #fff; font-family: 'Sora'; font-weight: 600; font-size: .98rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-card); padding: 13px 16px; transition: background .25s, transform .25s; }
.powers__list li:hover { background: rgba(255,255,255,.14); transform: translateX(4px); }
.powers__list .ico { font-size: 1.15rem; color: var(--green-500); }

/* =================== THE APP =================== */
.app-show { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.app-show__media { position: relative; display: flex; justify-content: center; }
.device--mini { width: 270px; }
.device--mini .app { height: 470px; }
.device--mini .device__frame { transform: rotateY(10deg) rotateX(3deg) rotate(-1deg); }
.device--mini:hover .device__frame { transform: rotateY(5deg); }
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 18px; margin: 8px 0 30px; }
.feat-list li { display: flex; gap: 16px; align-items: flex-start; }
.feat__ic { width: 48px; height: 48px; border-radius: 14px; background: var(--sage); color: var(--green-600); display: grid; place-items: center; flex-shrink: 0; }
.feat__ic .ico { font-size: 1.3rem; }
.feat-list strong { font-family: 'Sora'; font-size: 1.1rem; color: var(--green); display: block; margin-bottom: 3px; }
.feat-list p { color: var(--ink-soft); font-size: .96rem; }

/* =================== STORY =================== */
.story { position: relative; overflow: hidden; background: var(--green); color: #fff; padding: 100px 16px; }
.story__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.story__text h2 { color: #fff; font-size: clamp(1.9rem,3.4vw,2.6rem); margin-bottom: 20px; }
.story__text p { color: #c2d6cb; margin-bottom: 16px; }
.story__text strong { color: #fff; }
.story__text blockquote { display: flex; gap: 12px; align-items: flex-start; margin-top: 24px; font-family: 'Sora'; font-weight: 600; font-size: 1.3rem; color: #fff; padding: 20px 22px; background: rgba(255,255,255,.06); border-left: 3px solid var(--red-soft); border-radius: 0 var(--r-card) var(--r-card) 0; }
.story__text blockquote .ico { font-size: 1.4rem; color: var(--red-soft); flex-shrink: 0; margin-top: 3px; }
.timeline { position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 5px; top: 6px; bottom: 6px; width: 2px; background: rgba(255,255,255,.16); }
.tl { position: relative; padding-bottom: 30px; }
.tl:last-child { padding-bottom: 0; }
.tl__dot { position: absolute; left: -30px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #fff; }
.tl__dot--live { background: var(--red-soft); box-shadow: 0 0 0 0 rgba(224,88,74,.6); animation: live 2s ease-out infinite; }
@keyframes live { 0%{box-shadow:0 0 0 0 rgba(224,88,74,.55)} 100%{box-shadow:0 0 0 14px rgba(224,88,74,0)} }
.tl h4 { font-size: 1.12rem; margin-bottom: 3px; }
.tl p { color: #a7c2b3; font-size: .94rem; }

/* =================== IMPACT =================== */
.impact__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ipill { display: flex; align-items: center; gap: 14px; font-family: 'Sora'; font-weight: 600; font-size: 1rem; color: var(--green); background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px 24px; transition: transform .3s var(--ease), box-shadow .3s; }
.ipill:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.ipill .ico { font-size: 1.4rem; color: var(--green-500); width: 40px; height: 40px; padding: 9px; background: var(--sage); border-radius: 11px; }

/* =================== VOICES (mosaic) =================== */
.voices { position: relative; }
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tq { position: relative; display: flex; flex-direction: column; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.tq:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.tq__mark { font-size: 1.4rem; color: var(--red); opacity: .35; margin-bottom: 12px; }
.tq blockquote { font-family: 'Sora'; font-weight: 600; font-size: 1.02rem; line-height: 1.5; color: var(--green); margin-bottom: 20px; }
.tq figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tq figcaption .col { display: flex; flex-direction: column; }
.tq figcaption strong { font-family: 'Sora'; color: var(--green); font-size: .94rem; }
.tq figcaption small { color: var(--ink-soft); font-size: .82rem; }
.ava--md { width: 46px; height: 46px; border-radius: 50%; }
/* accent cards break up the grid */
.tq--green { background: var(--green); border-color: var(--green); }
.tq--green blockquote { color: #fff; font-size: 1.1rem; }
.tq--green figcaption strong { color: #fff; }
.tq--green figcaption small { color: #9ec6ad; }
.tq--green .tq__mark { color: var(--red-soft); opacity: .7; }
.tq--green .ava--md { border: 2px solid rgba(255,255,255,.3); }
.tq--sage { background: var(--sage); border-color: transparent; }

/* =================== TEAM (horizontal scroller) =================== */
.head--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; max-width: none; }
.team__ctrl { display: flex; gap: 10px; flex-shrink: 0; }
.team__btn { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--cream-2); color: var(--green); font-size: 1.5rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: .25s var(--ease); }
.team__btn:hover { background: var(--green); color: #fff; border-color: var(--green); transform: scale(1.06); }
.team__btn:disabled { opacity: .35; cursor: default; transform: none; background: var(--cream-2); color: var(--green); border-color: var(--line); }

.team__scroller { margin: 0 -16px; padding: 6px 16px 4px; }
.team__track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scrollbar-width: none; cursor: grab; -ms-overflow-style: none; }
.team__track::-webkit-scrollbar { display: none; }
.tcard { flex: 0 0 clamp(262px, 76vw, 300px); scroll-snap-align: start; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.tcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.tcard__cover { position: relative; height: 196px; background-size: cover; background-position: center; display: grid; place-items: center; }
.tcard__cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(158deg, rgba(14,58,41,.52) 0%, rgba(11,46,33,.9) 100%); }
.tcard__mono { position: relative; z-index: 1; width: 86px; height: 86px; border-radius: 24px; display: grid; place-items: center; font-family: 'Sora'; font-weight: 800; font-size: 2.1rem; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(4px); transition: transform .4s var(--ease); }
.tcard:hover .tcard__mono { transform: scale(1.06); }
.tcard__body { padding: 22px 24px 26px; }
.tcard__body h3 { font-size: 1.2rem; color: var(--green); }
.tcard .member__role { display: block; color: var(--red); font-weight: 600; font-size: .86rem; margin: 4px 0 12px; }
.tcard__body p { color: var(--ink-soft); font-size: .92rem; }
.tcard__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-family: 'Sora'; font-weight: 600; font-size: .86rem; color: var(--green-600); transition: color .25s, gap .25s; }
.tcard__link .ico { font-size: 1.15rem; }
.tcard__link:hover { color: var(--red); gap: 10px; }
.team__hint { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--ink-soft); font-size: .86rem; }
.team__hint .ico { font-size: 1.1rem; color: var(--green-500); }

/* =================== CTA =================== */
.cta { position: relative; overflow: hidden; background: var(--green); padding: 100px 16px; }
.cta__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; text-align: center; color: #fff; }
.cta__inner h2 { color: #fff; font-size: clamp(1.9rem,3.6vw,2.7rem); margin-bottom: 16px; }
.cta__inner > p { color: #bcd6c8; font-size: 1.08rem; margin-bottom: 32px; }
.cta__form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.cta__form input { flex: 1; min-width: 230px; padding: 15px 22px; border-radius: 100px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: #fff; font-size: 1rem; font-family: 'Inter'; outline: none; }
.cta__form input::placeholder { color: #9ec6ad; }
.cta__form input:focus { border-color: var(--green-500); background: rgba(255,255,255,.12); }
.cta__form .btn--solid { background: var(--red); box-shadow: 0 16px 34px rgba(200,54,42,.34); }
.cta__form .btn--solid:hover { background: var(--red-soft); }
.cta__note { min-height: 22px; margin-top: 16px; font-weight: 600; color: #fff; }
.cta__motto { margin-top: 34px; font-family: 'Sora'; font-weight: 600; letter-spacing: .04em; color: #9ec6ad; }

/* =================== FOOTER =================== */
.footer { background: #0a2c1f; color: #a7c2b3; padding: 64px 16px 0; }
.footer__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 46px; }
.footer__brand img { height: 50px; background: #fff; border-radius: 12px; padding: 8px; margin-bottom: 16px; }
.footer__brand p { font-size: .94rem; max-width: 320px; }
.footer__col h4 { color: #fff; margin-bottom: 14px; font-size: 1.02rem; font-family: 'Sora'; }
.footer__col a { display: block; margin-bottom: 9px; color: #a7c2b3; font-size: .94rem; transition: color .2s, padding-left .2s; }
.footer__col a:hover { color: #fff; padding-left: 5px; }
.footer__mission { font-size: .9rem; color: #a7c2b3; }
.footer__bar { max-width: var(--maxw); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: #7da18d; }

/* =================== AVATAR PHOTOS =================== */
.ava--photo { background-size: cover; background-position: center; background-color: var(--beige); color: transparent; font-size: 0; }
.ava--lg { width: 52px; height: 52px; border-radius: 50%; }

/* =================== BENTO (problem) =================== */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 196px; gap: 16px; }
.bento__img { position: relative; overflow: hidden; border-radius: var(--r-lg); background-size: cover; background-position: center; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease); }
.bento__img:hover { transform: scale(1.012); }
.bento__img--lg { grid-column: span 2; grid-row: span 2; }
.bento__img:not(.bento__img--lg) { grid-column: span 2; }
.bento__veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,28,20,.88) 0%, rgba(8,28,20,.30) 48%, rgba(8,28,20,.05) 100%); }
.bento__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; color: #fff; z-index: 1; }
.bento__tag { align-self: flex-start; font-family: 'Sora'; font-weight: 600; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--red); padding: 6px 12px; border-radius: 100px; margin-bottom: 12px; }
.bento__overlay h3 { font-size: clamp(1.3rem,2.4vw,1.6rem); color: #fff; line-height: 1.14; margin-bottom: 8px; }
.bento__overlay p { color: #e7eee9; font-size: .95rem; }
.bento__overlay--sm strong { font-family: 'Sora'; font-weight: 800; font-size: 2rem; color: #fff; line-height: 1; }
.bento__overlay--sm strong sup { color: var(--red-soft); }
.bento__overlay--sm p { font-size: .9rem; margin-top: 4px; }

.cell { position: relative; overflow: hidden; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.cell:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.cell__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--sage); color: var(--green-600); display: grid; place-items: center; margin-bottom: 14px; flex-shrink: 0; transition: background .35s, color .35s; }
.cell__ic .ico { font-size: 1.25rem; }
.cell:hover .cell__ic { background: var(--green); color: #fff; }
.cell h3 { font-size: 1.1rem; color: var(--green); margin-bottom: 5px; }
.cell p { color: var(--ink-soft); font-size: .9rem; }
.cell--wide { grid-column: span 2; flex-direction: row; align-items: center; gap: 18px; }
.cell--wide .cell__ic { margin-bottom: 0; }

/* =================== PHOTO FLOATS (app section) =================== */
.photo-float { position: absolute; width: 174px; background: #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); border: 4px solid #fff; z-index: 7; }
.photo-float img { width: 100%; height: 116px; object-fit: cover; display: block; }
.photo-float figcaption { font-size: .74rem; color: var(--ink); padding: 8px 11px; line-height: 1.3; }
.photo-float figcaption strong { color: var(--green); }
.photo-float--tl { top: -12px; left: -38px; animation: bobf 6s ease-in-out infinite; }
.photo-float--br { bottom: -18px; right: -38px; animation: bobf 5.5s ease-in-out infinite 1s; }

/* =================== STORY MEDIA + HORIZONTAL TIMELINE =================== */
.story__media { position: relative; }
.story__media img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--shadow-md); }
.story__badge { position: absolute; left: -22px; bottom: 26px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-radius: 16px; padding: 11px 15px; box-shadow: var(--shadow-md); }
.story__badge strong { display: block; font-family: 'Sora'; font-size: .9rem; color: var(--ink); }
.story__badge small { font-size: .74rem; color: var(--ink-soft); }
.tlrow { position: relative; z-index: 1; max-width: var(--maxw); margin: 64px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.tlrow::before { content: ''; position: absolute; top: 6px; left: 3%; right: 3%; height: 2px; background: rgba(255,255,255,.16); }
.tl2 { position: relative; padding-top: 28px; }
.tl2__dot { position: absolute; top: 0; left: 0; width: 14px; height: 14px; border-radius: 50%; background: #fff; }
.tl2__dot--live { background: var(--red-soft); animation: live 2s ease-out infinite; }
.tl2 h4 { font-size: 1.06rem; color: #fff; margin-bottom: 4px; }
.tl2 p { color: #a7c2b3; font-size: .9rem; }

/* =================== REVEAL =================== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *{animation:none!important;transition:none!important} .reveal{opacity:1;transform:none} }

/* =================== RESPONSIVE =================== */
@media (max-width: 980px) {
  .nav__links { position: fixed; inset: 0 -100% 0 auto; width: 80%; max-width: 340px; height: 100vh; flex-direction: column; justify-content: center; gap: 26px; background: var(--cream-2); box-shadow: -10px 0 40px rgba(0,0,0,.12); transition: right .4s var(--ease); padding: 40px; }
  .nav__links.open { right: 0; }
  .nav__toggle { display: flex; z-index: 901; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 116px; gap: 40px; min-height: auto; }
  .pill, .hero__actions, .hero__trust { justify-content: center; }
  .hero__sub { margin-inline: auto; }
  .hero__trust { flex-direction: column; }
  .hero__device { order: -1; margin-top: 10px; }
  .float--1 { left: 0; } .float--2 { right: 0; } .float--3 { left: 0; } .float--app { right: 0; }
  .band__inner, .steps, .impact__grid { grid-template-columns: repeat(2,1fr); }
  .bento { grid-template-columns: repeat(2,1fr); grid-auto-rows: 178px; }
  .mosaic { grid-template-columns: repeat(2,1fr); }
  .powers, .app-show, .story__inner { grid-template-columns: 1fr; gap: 36px; }
  .powers__list { grid-template-columns: repeat(2,1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .app-show__media { flex-direction: column; }
  .photo-float--tl { left: 0; top: 0; } .photo-float--br { right: 0; }
  .story__badge { left: 12px; }
  .tlrow { grid-template-columns: repeat(2,1fr); gap: 34px 24px; }
  .tlrow::before { display: none; }
}
@media (max-width: 600px) {
  .section { padding: 70px 16px; }
  .band__inner, .steps, .impact__grid, .powers__list, .footer__inner { grid-template-columns: 1fr; }
  .head--row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .team__ctrl { align-self: flex-end; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .mosaic { grid-template-columns: 1fr; }
  .bento__img--lg { grid-column: span 1; grid-row: span 1; min-height: 320px; }
  .bento__img:not(.bento__img--lg), .cell--wide { grid-column: span 1; }
  .cell--wide { flex-direction: column; align-items: flex-start; }
  .tlrow { grid-template-columns: 1fr; }
  .photo-float { position: static; width: 74%; margin: 16px auto 0; display: block; }
  .quote blockquote { padding: 32px 24px; font-size: 1.12rem; }
  .powers { padding: 32px 24px; }
  .footer__bar { justify-content: center; text-align: center; }
  .device { width: 270px; }
}
