  :root {
    --coral: #fc8c66;
    --pink: #f5546f;
    --ink: #1d1d1f;
    --muted: #6b6b73;
    --line: #ececf0;
    --bg: #ffffff;
    --soft: #fbf7f6;
    --radius: 18px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  .wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

  /* Nav */
  nav {
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: saturate(180%) blur(16px);
    background: rgba(255,255,255,0.72);
    border-bottom: 1px solid var(--line);
  }
  nav .wrap { display: flex; align-items: center; gap: 16px; height: 60px; }
  .brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; }
  .brand img { width: 30px; height: 30px; border-radius: 8px; }
  nav .links { margin-left: auto; display: flex; gap: 26px; align-items: center; }
  nav .links a { color: var(--muted); font-size: 15px; font-weight: 500; }
  nav .links a:hover { color: var(--ink); }
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--coral), var(--pink));
    color: #fff; font-weight: 600; font-size: 15px;
    padding: 10px 18px; border-radius: 999px; border: none; cursor: pointer;
    box-shadow: 0 6px 18px rgba(245,84,111,0.28);
    transition: transform .12s ease, box-shadow .12s ease;
  }
  .btn:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(245,84,111,0.36); }
  .btn.ghost {
    background: #fff; color: var(--ink);
    border: 1px solid var(--line); box-shadow: none;
  }
  .btn.ghost:hover { border-color: #d9d9e0; }

  /* Hero */
  .hero { padding: 84px 0 40px; text-align: center; position: relative; overflow: hidden; }
  .hero::before {
    content: ""; position: absolute; inset: -40% 0 auto 0; height: 560px;
    background: radial-gradient(60% 70% at 50% 0%, rgba(252,140,102,0.16), rgba(245,84,111,0.06) 45%, transparent 70%);
    z-index: -1;
  }
  .badge {
    display: inline-block; font-size: 13px; font-weight: 600; color: var(--pink);
    background: rgba(245,84,111,0.10); padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
  }
  .hero h1 { font-size: clamp(34px, 6vw, 58px); line-height: 1.04; letter-spacing: -0.02em; font-weight: 800; }
  .hero h1 .grad { background: linear-gradient(135deg, var(--coral), var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .hero p.sub { font-size: clamp(17px, 2.4vw, 21px); color: var(--muted); max-width: 620px; margin: 20px auto 0; }
  .cta { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
  .cta .meta { font-size: 13px; color: var(--muted); margin-top: 14px; width: 100%; }

  /* App window mockup */
  .shot { margin: 56px auto 0; max-width: 880px; }
  .window {
    border-radius: 16px; overflow: hidden; background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 40px 80px -28px rgba(30,30,40,0.35), 0 0 0 1px rgba(0,0,0,0.02);
  }
  .titlebar { height: 38px; display: flex; align-items: center; gap: 8px; padding: 0 14px; background: #fafafa; border-bottom: 1px solid var(--line); }
  .dot { width: 12px; height: 12px; border-radius: 50%; }
  .dot.r { background: #ff5f57; } .dot.y { background: #febc2e; } .dot.g { background: #28c840; }
  .titlebar .t { margin-left: 10px; font-size: 13px; font-weight: 600; color: #444; }
  .app { display: flex; height: 420px; }
  .sidebar { width: 72px; background: #f6f6f8; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; padding: 16px 0; gap: 12px; }
  .av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 17px; }
  .av.sel { box-shadow: 0 0 0 2.5px #fff, 0 0 0 5px var(--pink); }
  .av.plus { background: #e6e6ea; color: #9a9aa2; font-size: 22px; }
  .main { flex: 1; background: #fff; position: relative; }
  .gbar { height: 56px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; padding: 0 18px; }
  .gm { font-weight: 700; color: #5f6368; font-size: 17px; }
  .gm b { color: #ea4335; }
  .search { flex: 1; max-width: 360px; height: 32px; background: #f1f3f4; border-radius: 8px; }
  .rows { padding: 8px 0; }
  .row { display: flex; align-items: center; gap: 12px; padding: 10px 18px; border-bottom: 1px solid #f3f3f5; font-size: 13px; }
  .row .from { width: 116px; flex: none; color: #3c4043; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .row.unread .from { font-weight: 700; color: #202124; }
  .row .subj { flex: 1; color: #5f6368; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .row.unread .subj { color: #202124; }
  .row .tag { flex: none; font-size: 11px; color: #5f4636; padding: 2px 8px; border-radius: 5px; background: #ffe1c2; white-space: nowrap; }
  .row .time { flex: none; color: #9aa0a6; font-size: 12px; }
  .acct { margin-left: auto; font-size: 12px; color: #5f6368; background: #f1f3f4; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
  .rows { transition: opacity .3s ease; }
  .rows.fading { opacity: 0; }
  .av { transition: box-shadow .35s ease, transform .35s ease; }
  .sidebar .av { position: relative; }
  .av .ub { position: absolute; top: -3px; right: -3px; min-width: 18px; height: 18px; padding: 0 5px;
            border-radius: 9px; background: #ff3b30; color: #fff; font-size: 10px; font-weight: 700;
            display: flex; align-items: center; justify-content: center; border: 2px solid #f6f6f8; box-sizing: border-box; }

  /* Sections */
  section { padding: 72px 0; }
  .eyebrow { text-align: center; color: var(--pink); font-weight: 700; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
  h2 { text-align: center; font-size: clamp(28px, 4vw, 40px); letter-spacing: -0.02em; font-weight: 800; margin: 10px 0 8px; }
  .lead { text-align: center; color: var(--muted); max-width: 600px; margin: 0 auto; font-size: 18px; }

  .compare { overflow-x: auto; margin: 40px auto 0; max-width: 760px; }
  .compare table { width: 100%; border-collapse: collapse; font-size: 15px; }
  .compare th, .compare td { padding: 13px 14px; text-align: center; border-bottom: 1px solid var(--line); }
  .compare th:first-child, .compare td:first-child { text-align: left; font-weight: 600; color: var(--ink); }
  .compare thead th { font-weight: 700; font-size: 14px; }
  .compare thead th.me { color: var(--pink); }
  .compare .me { background: rgba(245,84,111,0.06); }
  .compare .y { color: #1f9d57; font-weight: 700; }
  .compare .n { color: #c44; }
  .compare td small { color: var(--muted); font-weight: 400; }

  .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
  .card { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
  .card .ico { font-size: 26px; }
  .card h3 { font-size: 18px; margin: 14px 0 6px; }
  .card p { color: var(--muted); font-size: 15px; }

  /* Pricing */
  #pricing { background: var(--soft); }
  .prices { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 720px; margin: 44px auto 0; }
  .price { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
  .price.pro { border: 2px solid var(--pink); position: relative; box-shadow: 0 20px 50px -24px rgba(245,84,111,0.4); }
  .price.pro .pill { position: absolute; top: -13px; left: 32px; background: linear-gradient(135deg, var(--coral), var(--pink)); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
  .price .name { font-weight: 700; font-size: 17px; }
  .price .amt { font-size: 42px; font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 2px; }
  .price .amt small { font-size: 16px; font-weight: 600; color: var(--muted); }
  .price ul { list-style: none; margin: 18px 0 24px; }
  .price li { padding: 7px 0; color: #3a3a42; font-size: 15px; display: flex; gap: 10px; }
  .price li::before { content: "✓"; color: var(--pink); font-weight: 800; }
  .price .btn, .price .flat { width: 100%; justify-content: center; }
  .flat { display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border-radius: 999px; border: 1px solid var(--line); font-weight: 600; color: var(--muted); }

  /* FAQ */
  .faq { max-width: 720px; margin: 44px auto 0; }
  details { border-bottom: 1px solid var(--line); padding: 18px 4px; }
  details summary { font-weight: 600; font-size: 17px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
  details summary::-webkit-details-marker { display: none; }
  details summary::after { content: "+"; color: var(--pink); font-weight: 700; font-size: 22px; line-height: 1; }
  details[open] summary::after { content: "–"; }
  details p { color: var(--muted); margin-top: 12px; font-size: 16px; }

  /* CTA band */
  .band { text-align: center; }
  .band .box { background: linear-gradient(135deg, var(--coral), var(--pink)); border-radius: 28px; padding: 56px 24px; color: #fff; }
  .band img { width: 64px; height: 64px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
  .band h2 { color: #fff; margin-top: 18px; }
  .band p { color: rgba(255,255,255,0.9); max-width: 520px; margin: 8px auto 24px; }
  .band .btn { background: #fff; color: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,0.18); }

  footer { padding: 48px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
  footer .wrap { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
  footer .links { margin-left: auto; display: flex; gap: 20px; }
  footer .fine { width: 100%; font-size: 13px; color: #9a9aa2; margin-top: 8px; }

  @media (max-width: 760px) {
    .grid { grid-template-columns: 1fr; }
    .prices { grid-template-columns: 1fr; }
    nav .links a:not(.btn) { display: none; }
    .app { height: 360px; }
    .sidebar { width: 60px; }
  }

/* Article / content pages */
.prose { max-width: 720px; margin: 0 auto; }
.prose p { color: #3a3a42; font-size: 17px; margin: 0 0 16px; line-height: 1.7; }
.prose h2 { text-align: left; font-size: 26px; margin: 38px 0 12px; }
.prose h3 { font-size: 19px; margin: 24px 0 8px; }
.prose ul { margin: 0 0 16px 22px; color: #3a3a42; font-size: 17px; line-height: 1.7; }
.prose li { margin: 6px 0; }
.prose strong { color: var(--ink); }
.prose a { color: var(--pink); font-weight: 600; }
.subhero { padding: 72px 0 8px; text-align: center; }
.subhero h1 { font-size: clamp(30px, 5vw, 46px); letter-spacing: -0.02em; font-weight: 800; line-height: 1.08; max-width: 760px; margin: 0 auto; }
.subhero p.sub { font-size: clamp(17px, 2.2vw, 20px); color: var(--muted); max-width: 620px; margin: 18px auto 0; }
