﻿
  :root{
    --ink:#1C1B22;
    --ink-soft:#2A2933;
    --paper:#FAF8F4;
    --paper-2:#F1EEE7;
    --paper-3:#EAE6DC;
    --line: rgba(28,27,34,0.10);
    --line-strong: rgba(28,27,34,0.16);
    --muted: rgba(28,27,34,0.60);
    --muted-on-dark: rgba(250,248,244,0.62);

    --feed:#F0913A;
    --sleep:#8C7CEE;
    --diaper:#22BFA0;
    --hygiene:#1FB0C4;
    --growth:#EA5C93;
    --health:#E8415F;
    --mom:#E8AC3D;
    --activity:#7A6CE5;
    --moments:#EC66A3;
  }

  *{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; overflow-x:hidden; }
  @media (prefers-reduced-motion: reduce){
    html{ scroll-behavior:auto; }
    *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; }
  }
  body{
    margin:0;
    overflow-x:hidden;
    max-width:100%;
    font-family:'Manrope', sans-serif;
    background:var(--paper);
    color:var(--ink);
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4{ font-family:'Unbounded', sans-serif; margin:0; letter-spacing:-0.01em; }
  p{ margin:0; }
  a{ color:inherit; text-decoration:none; }
  ul{ margin:0; padding:0; list-style:none; }
  img,svg{ display:block; }
  button{ font-family:inherit; cursor:pointer; }
  :focus-visible{ outline:3px solid var(--ink); outline-offset:2px; border-radius:4px; }

  .wrap{ max-width:1180px; margin:0 auto; padding:0 28px; }
  @media (max-width:640px){ .wrap{ padding:0 20px; } }

  header.site{
    position:sticky; top:0; z-index:50;
    background:rgba(250,248,244,0.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav-row{ display:flex; align-items:center; justify-content:space-between; height:72px; }
  .logo{ display:flex; align-items:center; gap:10px; font-family:'Unbounded', sans-serif; font-weight:700; font-size:18px; white-space:nowrap; }
  .logo .mark{ width:30px; height:30px; border-radius:9px; background:linear-gradient(135deg, var(--feed), var(--mom)); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .logo .mark svg{ width:16px; height:16px; }
  nav.links{ display:flex; gap:24px; }
  nav.links a{ font-size:14px; font-weight:600; color:var(--muted); padding:6px 2px; border-bottom:2px solid transparent; transition:color .15s ease, border-color .15s ease; }
  nav.links a:hover{ color:var(--ink); }
  nav.links a.active{ color:var(--ink); border-color:var(--feed); }
  .nav-cta{ display:flex; align-items:center; gap:10px; }
  .btn-mini{ font-size:13px; font-weight:700; padding:9px 16px; border-radius:100px; background:var(--ink); color:var(--paper); transition:transform .15s ease, opacity .15s ease; white-space:nowrap; }
  .btn-mini:hover{ opacity:.85; }
  @media (max-width:860px){ nav.links{ display:none; } }

  .hero{ background:var(--ink); color:var(--paper); position:relative; overflow:hidden; padding:88px 0 0; }
  .hero::before{ content:""; position:absolute; inset:0; background: radial-gradient(circle at 82% 8%, rgba(240,145,58,0.20), transparent 45%), radial-gradient(circle at 8% 92%, rgba(140,124,238,0.22), transparent 45%); pointer-events:none; }
  .hero-grid{ position:relative; z-index:1; display:grid; grid-template-columns:1.05fr 0.95fr; gap:40px; align-items:center; padding-bottom:70px; }
  @media (max-width:900px){ .hero-grid{ grid-template-columns:1fr; padding-bottom:40px; } }
  .eyebrow{ display:inline-flex; align-items:center; gap:10px; font-size:12px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:#F5B87A; margin-bottom:22px; }
  .eyebrow::before{ content:""; width:22px; height:2px; background:#F5B87A; display:inline-block; }
  .hero h1{ font-size:44px; font-weight:700; line-height:1.16; max-width:15ch; }
  .hero h1 .accent{ color:#B7ADFF; }
  .hero .sub{ margin-top:20px; font-size:17px; line-height:1.6; color:var(--muted-on-dark); max-width:44ch; }

  .store-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
  .store-btn{ display:flex; align-items:center; gap:11px; background:rgba(250,248,244,0.06); border:1px solid rgba(250,248,244,0.18); border-radius:14px; padding:11px 18px 11px 14px; transition:background .15s ease, border-color .15s ease, transform .15s ease; }
  .store-btn:hover{ background:rgba(250,248,244,0.12); border-color:rgba(250,248,244,0.32); transform:translateY(-1px); }
  .store-btn .icon{ width:30px; height:30px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .store-btn .txt{ display:flex; flex-direction:column; line-height:1.25; }
  .store-btn .txt .k{ font-size:10.5px; color:var(--muted-on-dark); }
  .store-btn .txt .v{ font-size:14.5px; font-weight:700; color:var(--paper); }

  .phone-stage{ position:relative; z-index:1; display:flex; justify-content:center; }
  .phone{ width:300px; border-radius:38px; background:var(--ink-soft); border:8px solid #33323D; padding:18px 15px; box-shadow:0 50px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.03) inset; }
  .phone-top{ display:flex; justify-content:space-between; align-items:center; font-size:11px; color:rgba(250,248,244,0.5); padding:2px 4px 14px; }
  .phone-app-title{ font-family:'Unbounded'; font-size:19px; font-weight:700; padding:0 4px 2px; background:linear-gradient(90deg, #B7ADFF, #F2F0EA); -webkit-background-clip:text; background-clip:text; color:transparent; }
  .phone-app-date{ font-size:11px; color:rgba(250,248,244,0.45); padding:0 4px 14px; }

  .rec-card{ background:rgba(250,248,244,0.04); border:1px solid rgba(250,248,244,0.08); border-top:3px solid var(--accent, var(--sleep)); border-radius:14px; padding:12px 14px; margin-bottom:10px; display:flex; align-items:center; justify-content:space-between; }
  .rec-card .l{ font-size:9.5px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--accent, var(--sleep)); margin-bottom:5px; }
  .rec-card .v{ font-family:'Unbounded'; font-size:19px; font-weight:700; color:var(--paper); }
  .rec-card .s{ font-size:9.5px; color:rgba(250,248,244,0.4); margin-top:3px; }
  .rec-card .ic{ width:34px; height:34px; border-radius:10px; background:rgba(250,248,244,0.06); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .rec-card .ic svg{ width:17px; height:17px; }

  .phone-modules-label{ display:flex; justify-content:space-between; align-items:center; padding:6px 4px 10px; font-family:'Unbounded'; font-size:13px; font-weight:700; color:var(--paper); }
  .phone-modules-label span.cfg{ font-size:10px; font-weight:600; color:#B7ADFF; }
  .phone-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:8px; }
  .phone-tile{ aspect-ratio:1; border-radius:13px; display:flex; align-items:center; justify-content:center; position:relative; box-shadow:0 8px 18px rgba(0,0,0,0.25); }
  .phone-tile svg{ width:20px; height:20px; }
  .phone-tile .lbl{ position:absolute; bottom:5px; left:0; right:0; text-align:center; font-size:7.5px; font-weight:700; color:rgba(255,255,255,0.92); }

  .spectrum-wrap{ position:relative; z-index:1; border-top:1px solid rgba(250,248,244,0.12); overflow:hidden; }
  .spectrum{ display:flex; overflow-x:auto; scrollbar-width:none; max-width:100%; -webkit-overflow-scrolling:touch; }
  .spectrum::-webkit-scrollbar{ display:none; }
  .spectrum a{ flex:1 0 auto; display:flex; align-items:center; gap:8px; padding:16px 18px; font-size:12.5px; font-weight:700; color:var(--muted-on-dark); border-bottom:3px solid transparent; white-space:nowrap; transition:color .15s ease, border-color .15s ease; }
  .spectrum a:hover{ color:var(--paper); }
  .spectrum a .sw{ width:9px; height:9px; border-radius:50%; flex-shrink:0; }

  .section{ padding:96px 0; }
  .section.tight{ padding:64px 0; }
  .section-head{ max-width:56ch; margin-bottom:48px; }
  .section-head .k{ display:inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--muted); margin-bottom:14px; }
  .section-head h2{ font-size:32px; font-weight:700; line-height:1.2; }
  .section-head .d{ margin-top:14px; font-size:16px; color:var(--muted); line-height:1.6; }

  .records-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:16px; }
  @media (max-width:900px){ .records-grid{ grid-template-columns:repeat(2, 1fr); } }
  @media (max-width:480px){ .records-grid{ grid-template-columns:1fr; } }
  .record-card{ background:var(--ink); border-top:4px solid var(--accent); border-radius:18px; padding:20px 20px 18px; opacity:0; transform:translateY(16px); transition:opacity .5s ease, transform .5s ease; }
  .record-card.in{ opacity:1; transform:translateY(0); }
  .record-card .rl{ font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--accent); }
  .record-card .rv{ font-family:'Unbounded'; font-size:26px; font-weight:700; color:var(--paper); margin-top:10px; }
  .record-card .rs{ font-size:12.5px; color:var(--muted-on-dark); margin-top:6px; }
  .record-card .ric{ width:38px; height:38px; border-radius:11px; background:rgba(250,248,244,0.07); display:flex; align-items:center; justify-content:center; margin-top:16px; }
  .record-card .ric svg{ width:19px; height:19px; }

  .modules-grid{ display:grid; grid-template-columns:repeat(2, 1fr); gap:20px; }
  @media (max-width:760px){ .modules-grid{ grid-template-columns:1fr; } }
  .mcard{ scroll-margin-top:150px; background:#fff; border:1px solid var(--line-strong); border-radius:22px; padding:28px 26px; position:relative; overflow:hidden; opacity:0; transform:translateY(16px); transition:opacity .5s ease, transform .5s ease; }
  .mcard.in{ opacity:1; transform:translateY(0); }
  .mcard::before{ content:""; position:absolute; top:0; left:0; right:0; height:4px; background:var(--accent); }
  .mcard .icon-badge{ width:46px; height:46px; border-radius:13px; display:flex; align-items:center; justify-content:center; background:var(--accent-soft); margin-bottom:18px; }
  .mcard .icon-badge svg{ width:24px; height:24px; }
  .mcard h3{ font-size:19px; font-weight:700; margin-bottom:14px; }
  .mcard .chips{ display:flex; flex-wrap:wrap; gap:8px; }
  .chip{ font-size:12.5px; font-weight:600; color:var(--ink); background:var(--paper-2); border:1px solid var(--line-strong); padding:6px 12px; border-radius:100px; }

  .mcard.moments{ grid-column:1 / -1; display:flex; gap:26px; align-items:center; }
  @media (max-width:700px){ .mcard.moments{ flex-direction:column; align-items:flex-start; } }
  .mcard.moments .txt{ flex:1; }
  .photo-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:6px; width:220px; flex-shrink:0; }
  @media (max-width:700px){ .photo-grid{ width:100%; } }
  .photo-grid .ph{ aspect-ratio:1; border-radius:8px; }

  .extras{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
  @media (max-width:820px){ .extras{ grid-template-columns:1fr; } }
  .extra-card{ background:var(--ink); color:var(--paper); border-radius:22px; padding:30px 26px; }
  .extra-card .icon-badge{ width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; background:rgba(250,248,244,0.10); margin-bottom:18px; }
  .extra-card .icon-badge svg{ width:22px; height:22px; }
  .extra-card h3{ font-size:18px; font-weight:700; margin-bottom:10px; }
  .extra-card p{ font-size:14px; color:var(--muted-on-dark); line-height:1.6; }

  .final-cta{ background:var(--paper-2); border-radius:28px; padding:60px 48px; text-align:center; }
  @media (max-width:640px){ .final-cta{ padding:44px 24px; } }
  .final-cta h2{ font-size:30px; font-weight:700; max-width:20ch; margin:0 auto; }
  .final-cta .d{ margin-top:14px; font-size:15.5px; color:var(--muted); max-width:48ch; margin-left:auto; margin-right:auto; }
  .store-row.dark{ justify-content:center; margin-top:30px; }
  .store-row.dark .store-btn{ background:var(--ink); border-color:var(--ink); }
  .store-row.dark .store-btn .txt .k{ color:rgba(250,248,244,0.5); }
  .store-row.dark .store-btn .txt .v{ color:var(--paper); }
  .store-row.dark .store-btn:hover{ transform:translateY(-1px); opacity:.9; }

  footer.site{ padding:40px 0 50px; border-top:1px solid var(--line); }
  .foot-row{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; }
  .foot-row .logo{ opacity:0.8; }
  .foot-links{ display:flex; flex-wrap:wrap; gap:22px; }
  .foot-links a{ font-size:13px; color:var(--muted); font-weight:600; }
  .foot-links a:hover{ color:var(--ink); }
  .foot-note{ margin-top:22px; font-size:12px; color:var(--muted); }

  .pro-banner{
    background:linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 100%);
    color:var(--paper);
    border-radius:22px;
    padding:36px 32px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
  }
  .pro-banner h3{ font-size:22px; font-weight:700; margin-bottom:8px; }
  .pro-banner p{ font-size:15px; color:var(--muted-on-dark); line-height:1.55; max-width:52ch; }
  .btn-pro{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:700;
    padding:12px 22px;
    border-radius:100px;
    background:var(--feed);
    color:var(--paper);
    white-space:nowrap;
    transition:opacity .15s ease, transform .15s ease;
  }
  .btn-pro:hover{ opacity:.9; transform:translateY(-1px); }

  @media (max-width:640px){
    .wrap{ padding:0 16px; }
    .hero{ padding-top:56px; }
    .hero h1{ font-size:clamp(26px, 7.5vw, 44px); max-width:none; line-height:1.2; }
    .hero .sub{ font-size:15px; max-width:none; }
    .eyebrow{ font-size:11px; letter-spacing:0.1em; }
    .phone-stage{ overflow:hidden; padding:0 4px; }
    .phone{
      width:min(100%, 280px);
      max-width:100%;
      box-shadow:0 30px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.03) inset;
    }
    .store-row{ margin-top:24px; }
    .store-btn{ max-width:100%; }
    .section{ padding:72px 0; }
    .section.tight{ padding:48px 0; }
    .section-head{ margin-bottom:32px; }
    .section-head h2{ font-size:clamp(22px, 6vw, 32px); }
    .section-head .d{ font-size:15px; }
    .mcard{ padding:22px 18px; scroll-margin-top:88px; }
    .chip{ font-size:12px; max-width:100%; }
    .final-cta h2{ font-size:clamp(22px, 6vw, 30px); max-width:none; }
    .pro-banner{ padding:24px 18px; }
    .pro-banner h3{ font-size:19px; }
    .btn-pro{ width:100%; justify-content:center; white-space:normal; text-align:center; }
    .foot-links{ gap:12px 18px; }
    .foot-note{ font-size:11px; line-height:1.5; }
    .nav-row{ height:64px; }
    .logo{ font-size:16px; }
    .btn-mini{ font-size:12px; padding:8px 14px; }
  }
