  :root {
    --ink:      #0d1f3d;
    --navy:     #0a1733;
    --navy2:    #0c1d40;
    --navy3:    #16357e;
    --steel:    #51637a;
    --mist:     #e4ebea;
    --cloud:    #f4f9f8;
    --cloud2:   #ecf5f3;
    --brand:    #0fae9e;
    --brand-d:  #0c8c80;
    --brand2:   #5eead4;
    --gold:     #d8b46a;
    --line:     #dde7e5;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    font-family: 'Manrope', system-ui, sans-serif;
    background: #ffffff;
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.011em;
    line-height: 1.6;
  }

  h1, h2, h3, h4, h5 { font-family: 'Archivo', sans-serif; font-weight: 500; letter-spacing: -0.02em; line-height: 1.12; margin: 0; }
  .mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }

  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }

  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }

  /* ---------- Buttons ---------- */
  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1.3rem; border-radius: 9px; font-weight: 600; font-size: 0.9rem; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; font-family: 'Manrope', sans-serif; cursor: pointer; border: 0; }
  .btn-primary { background: linear-gradient(135deg, #12b9a8 0%, #0c8c80 100%); color: #fff; box-shadow: 0 8px 22px -8px rgba(15,174,158,0.55), inset 0 1px 0 rgba(255,255,255,0.18); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(15,174,158,0.7), inset 0 1px 0 rgba(255,255,255,0.25); }
  .btn-ghost { background: rgba(255,255,255,0.04); color: #fff; border: 1px solid rgba(255,255,255,0.22); }
  .btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); }
  .btn-dark { background: var(--navy); color: #fff; }
  .btn-dark:hover { background: var(--navy3); transform: translateY(-1px); }

  /* ---------- Top bar ---------- */
  .topbar { background: var(--navy); color: rgba(255,255,255,0.75); font-size: 0.74rem; }
  .topbar a { color: rgba(255,255,255,0.85); }
  .topbar a:hover { color: var(--brand2); }
  .topbar .row { display: flex; justify-content: flex-end; align-items: center; gap: 1.1rem; padding: 0.5rem 0; }

  /* ---------- Nav ---------- */
  nav.main { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.82); backdrop-filter: saturate(170%) blur(14px); border-bottom: 1px solid var(--line); }
  nav.main .row { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; }
  .logo { display: flex; align-items: center; gap: 0.7rem; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.3rem; color: var(--navy); letter-spacing: -0.04em; }
  .logo .bar { color: var(--line); font-weight: 200; font-size: 1.4rem; }
  .navlinks { display: none; gap: 1.7rem; align-items: center; }
  .navlinks a { font-size: 0.88rem; font-weight: 500; color: var(--steel); position: relative; padding: 0.3rem 0; }
  .navlinks a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--brand); transition: width 0.22s ease; border-radius: 2px; }
  .navlinks a:hover { color: var(--navy); }
  .navlinks a:hover::after { width: 100%; }
  .navcta { display: flex; align-items: center; gap: 0.7rem; }
  .signin { font-size: 0.88rem; font-weight: 600; color: var(--navy); display: none; }
  .signin:hover { color: var(--brand-d); }
  .burger { background: none; border: 0; padding: 0.4rem; color: var(--navy); cursor: pointer; }
  @media (min-width: 1024px) { .navlinks { display: flex; } .signin { display: inline; } .burger { display: none; } }
  /* show Sign in on phones/tablets (independent of the full nav-links breakpoint) + trim the nav Free-trial button */
  @media (min-width: 360px) { .signin { display: inline; } }
  .navcta .btn-primary { padding: 0.5rem 1.05rem; font-size: 0.85rem; }
  .ftshort { display: none; }
  @media (max-width: 480px) {
    nav.main .wrap { padding: 0 1rem; }
    nav.main .row { gap: 0.55rem; }
    .navcta { gap: 0.5rem; }
    .signin { font-size: 0.82rem; }
    .navcta .btn-primary { padding: 0.45rem 0.85rem; font-size: 0.82rem; white-space: nowrap; }
    .logo .brand-name { display: none; }
    .navcta .btn-primary .ftfull { display: none; }
    .navcta .btn-primary .ftshort { display: inline; }
  }
  #mnav { display: none; border-top: 1px solid var(--line); background: #fff; }
  #mnav.open { display: block; }
  #mnav a { display: block; padding: 0.55rem 0; font-weight: 500; color: var(--navy); }

  /* ---------- Hero ---------- */
  .hero { position: relative; overflow: hidden; color: #fff;
    background:
      radial-gradient(ellipse 90% 70% at 75% -10%, rgba(56,103,214,0.30) 0%, transparent 58%),
      radial-gradient(ellipse 80% 80% at 10% 115%, rgba(37,99,235,0.18) 0%, transparent 55%),
      linear-gradient(150deg, #0a1733 0%, #0f2454 48%, #16357e 100%);
  }
  .hero::before { content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 26px 26px; mask-image: radial-gradient(ellipse 70% 60% at 70% 10%, #000 0%, transparent 70%); opacity: 0.6; }
  .hero .grid { position: relative; display: grid; gap: 1.2rem 2.5rem; align-items: start; padding: 3.5rem 0 2.5rem; }
  @media (min-width: 1024px) { .hero .grid { grid-template-columns: 1.05fr 0.95fr; padding: 4.5rem 0 4rem; } }

  .eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.32rem 0.7rem; border: 1px solid rgba(94,234,212,0.3); background: rgba(15,174,158,0.1); border-radius: 99px; margin-bottom: 1.3rem; }
  .eyebrow .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--brand2); box-shadow: 0 0 8px var(--brand2); animation: pulse 2.4s ease-in-out infinite; }
  .eyebrow span { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--brand2); }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

  .hero h1 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 300; line-height: 1.2; margin-bottom: 1.4rem; max-width: 26ch; letter-spacing: -0.02em; color: #fff; }
  .hero h1 .accent { font-weight: 300; color: #fff; -webkit-text-fill-color: #fff; }
  .hero p.lead { font-size: 1.02rem; color: rgba(228,240,238,0.78); line-height: 1.62; margin-bottom: 1.8rem; max-width: 46ch; }
  .hero .cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2rem; }

  .trust { padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.1); }
  .trust .by { font-size: 0.88rem; color: #fff; font-weight: 600; margin-bottom: 0.7rem; }
  .trust ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem 1.4rem; }
  @media (min-width: 560px) { .trust ul { grid-template-columns: 1fr 1fr; } }
  .trust li { font-size: 0.8rem; color: rgba(228,240,238,0.72); display: flex; align-items: flex-start; gap: 0.45rem; line-height: 1.45; }
  .trust li svg { flex-shrink: 0; margin-top: 2px; color: var(--brand2); }
  .trust li strong { color: #fff; font-weight: 600; }
  .trust .pay { font-size: 0.78rem; color: rgba(228,240,238,0.6); margin: 0.9rem 0 0; }

  /* ---------- Hero included heading ---------- */
  .hero-included-head { position: relative; margin-top: 0.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.1); }
  .hero-included-head h2 { font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 500; color: #fff; letter-spacing: -0.01em; margin: 0 0 0.3rem; }
  .hero-included-head p { font-size: 0.9rem; color: rgba(228,240,238,0.7); margin: 0 0 0.4rem; }
  .hero-features { border-top: none !important; }
  /* ---------- Hero feature columns (blended) ---------- */
  .hero-features { position: relative; margin-top: 0; padding-top: 0.55rem; padding-bottom: 0.5rem; border-top: 1px solid rgba(255,255,255,0.1); display: grid; gap: 1.6rem 2rem; }
  @media (min-width: 600px) { .hero-features { grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1000px) { .hero-features { grid-template-columns: repeat(4,1fr); gap: 1.4rem 1.8rem; } }
  .hfcol h3 { display: flex; align-items: center; gap: 0.55rem; font-family: 'Archivo',sans-serif; font-weight: 500; font-size: 0.95rem; color: #fff; margin: 0 0 0.85rem; letter-spacing: -0.01em; }
  .hfi { width: 30px; height: 30px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(15,174,158,0.2), rgba(56,103,214,0.2)); color: var(--brand2); flex-shrink: 0; }
  .hfcol ul { list-style: none; margin: 0; padding: 0; }
  .hfcol li { font-size: 0.8rem; color: rgba(228,240,238,0.72); line-height: 1.45; padding: 0.26rem 0 0.26rem 1.05rem; position: relative; }
  .hfcol li::before { content: '+'; position: absolute; left: 0; color: var(--brand2); font-weight: 700; }
  .hfonly { display: inline-block; margin-top: 0.7rem; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #fbcf6b; background: rgba(216,180,106,0.12); border: 1px solid rgba(216,180,106,0.32); padding: 0.14rem 0.55rem; border-radius: 5px; }
  .hero-trustline { margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; gap: 0.4rem 1rem; }
  .hero-trustline .by { font-size: 0.85rem; color: #fff; font-weight: 600; }
  .hero-trustline .pay { font-size: 0.78rem; color: rgba(228,240,238,0.6); }

  /* ---------- Dashboard mock ---------- */
  .dash { background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 50px 90px -30px rgba(0,0,0,0.55), 0 24px 50px -30px rgba(15,174,158,0.35), 0 0 0 1px rgba(255,255,255,0.07);
    transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); transition: transform 0.5s ease; }
  .dash:hover { transform: perspective(1400px) rotateY(0deg) rotateX(0deg); }
  .dash .bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1rem; border-bottom: 1px solid var(--line); background: var(--cloud); }
  .dash .bar .d { width: 10px; height: 10px; border-radius: 99px; }
  .dash .bar .title { margin-left: 0.6rem; font-size: 0.72rem; color: var(--steel); }
  .dash .bar .live { margin-left: auto; display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.66rem; font-weight: 600; color: #0c8c80; }
  .dash .bar .live i { width: 6px; height: 6px; border-radius: 99px; background: #12b9a8; animation: pulse 2s ease-in-out infinite; display: inline-block; }
  .dash .body { padding: 1.1rem; }
  .dash .stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.5rem; margin-bottom: 0.9rem; }
  .dash .stat { background: var(--cloud); border-radius: 8px; padding: 0.6rem; text-align: center; }
  .dash .stat b { display: block; font-family: 'Sora',sans-serif; font-size: 1.15rem; color: var(--navy); font-weight: 700; }
  .dash .stat span { font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--steel); }
  .dash table { width: 100%; border-collapse: collapse; font-size: 0.72rem; }
  .dash th { text-align: left; font-weight: 600; color: var(--steel); padding: 0.4rem 0; border-bottom: 1px solid var(--line); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.04em; }
  .dash td { padding: 0.45rem 0; border-bottom: 1px solid #eef4f3; font-family: 'JetBrains Mono',monospace; }
  .dash tr:last-child td { border-bottom: 0; }
  .ok { color: #0c8c80; } .warn { color: #c2870b; } .muted { color: var(--steel); }
  .ta-r { text-align: right; }

  /* ---------- Panel screenshot collage ---------- */
  .collage { position: relative; padding-bottom: 3.5rem; padding-right: 0.5rem; }
  .shot { background: #fff; border-radius: 11px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); }
  .shot-bar { display: flex; align-items: center; gap: 0.45rem; padding: 0.55rem 0.8rem; background: #f4f7fa; border-bottom: 1px solid #e6ebf1; }
  .shot-bar .d { width: 9px; height: 9px; border-radius: 99px; }
  .shot-bar .shot-url { margin-left: 0.5rem; font-size: 0.68rem; color: #64748b; }
  .shot-bar .shot-live { margin-left: auto; display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.62rem; font-weight: 600; color: #0c8c80; }
  .shot-bar .shot-live i { width: 6px; height: 6px; border-radius: 99px; background: #12b9a8; display: inline-block; animation: pulse 2s ease-in-out infinite; }
  .shot img { display: block; width: 100%; height: auto; }
  .shot-main { box-shadow: 0 40px 80px -30px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06); transform: perspective(1600px) rotateY(-5deg) rotateX(2deg); transition: transform 0.5s ease; }
  .collage:hover .shot-main { transform: perspective(1600px) rotateY(0) rotateX(0); }
  .shot-float { position: absolute; right: -0.5rem; bottom: 0; width: 62%; box-shadow: 0 30px 60px -22px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.08); transform: perspective(1600px) rotateY(-5deg) rotateX(2deg) translateZ(40px); transition: transform 0.5s ease; }
  .collage:hover .shot-float { transform: perspective(1600px) rotateY(0) rotateX(0) translateZ(0); }
  @media (max-width: 1023px) { .shot-main { transform: none; } .shot-float { transform: none; right: 0; } .collage:hover .shot-main, .collage:hover .shot-float { transform: none; } }

  /* ---------- Sections ---------- */
  section { scroll-margin-top: 80px; }
  .sec { padding: 5rem 0; }
  .sec-cloud { background: linear-gradient(180deg, var(--cloud) 0%, var(--cloud2) 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .sec-white { background: linear-gradient(180deg,#ffffff 0%,#f8fcfb 100%); }

  .kicker { font-family: 'JetBrains Mono',monospace; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; background: linear-gradient(90deg,#0fae9e,#12b9a8); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .h2 { font-family: 'Archivo', sans-serif; font-size: clamp(1.3rem, 2.2vw, 1.7rem); color: var(--navy); margin: 0.6rem 0 0.8rem; font-weight: 300; letter-spacing: -0.02em; line-height: 1.2; }
  .sub { color: var(--steel); font-size: 1.02rem; line-height: 1.6; }
  .center { text-align: center; } .mx { margin-left: auto; margin-right: auto; }
  .maxw { max-width: 640px; }

  /* ---------- Stat band ---------- */
  .band { background: linear-gradient(180deg, var(--cloud) 0%, #fff 100%); border-bottom: 1px solid var(--line); }
  .band .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 2.2rem 0; }
  @media (min-width: 768px) { .band .row { grid-template-columns: repeat(4,1fr); } }
  .band .item { text-align: center; }
  .band .item + .item { border-left: 1px solid var(--line); }
  @media (max-width: 767px) { .band .item:nth-child(odd) { border-left: 0; } }
  .band .num { font-family: 'Sora',sans-serif; font-size: clamp(1.7rem,3vw,2.3rem); font-weight: 800; background: linear-gradient(135deg, var(--navy), #12b9a8); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.04em; }
  .band .num s { text-decoration: none; font-size: 0.55em; color: var(--steel); -webkit-text-fill-color: var(--steel); }
  .band .lbl { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--steel); font-weight: 600; margin-top: 0.3rem; }

  /* ---------- Cards ---------- */
  .cards { display: grid; gap: 1.3rem; }
  .cards.c2 { grid-template-columns: 1fr; }
  .cards.c3 { grid-template-columns: 1fr; }
  @media (min-width: 720px) { .cards.c2 { grid-template-columns: 1fr 1fr; } .cards.c3 { grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1000px) { .cards.c3 { grid-template-columns: 1fr 1fr 1fr; } }

  .card { position: relative; background: linear-gradient(180deg,#fff 0%,#fbfdfd 100%); border: 1px solid var(--line); border-radius: 13px; padding: 1.6rem; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
  .card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#0fae9e,#5eead4); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
  .card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -22px rgba(8,49,47,0.28); border-color: transparent; }
  .card:hover::before { transform: scaleX(1); }
  .card .ic { width: 42px; height: 42px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(15,174,158,0.14), rgba(94,234,212,0.14)); color: var(--brand-d); margin-bottom: 1rem; }
  .card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 0.5rem; }
  .card p { font-size: 0.9rem; color: var(--steel); line-height: 1.58; margin: 0; }
  .card .tag { font-size: 0.6rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.18rem 0.5rem; border-radius: 5px; background: rgba(15,174,158,0.12); color: var(--brand-d); }
  .card ul { list-style: none; margin: 0.9rem 0 0; padding: 0; }
  .card ul li { font-family: 'JetBrains Mono',monospace; font-size: 0.76rem; color: var(--steel); padding: 0.22rem 0 0.22rem 1.2rem; position: relative; line-height: 1.45; }
  .card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--brand); font-weight: 700; }
  .card .name { font-family: 'JetBrains Mono',monospace; font-weight: 700; font-size: 0.95rem; color: var(--navy); }
  .link-arrow { color: var(--brand-d); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.35rem; }
  .link-arrow:hover { gap: 0.6rem; transition: gap 0.2s ease; }

  /* ---------- Pricing ---------- */
  .ptable { max-width: 720px; margin: 0 auto; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; box-shadow: 0 18px 40px -28px rgba(8,49,47,0.3); }
  .ptable table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
  .ptable thead { background: linear-gradient(135deg, var(--navy), #16357e); color: #fff; }
  .ptable th { text-align: left; font-weight: 600; padding: 0.85rem 1.3rem; font-family: 'Manrope',sans-serif; font-size: 0.82rem; }
  .ptable th.r, .ptable td.r { text-align: right; }
  .ptable td { padding: 0.8rem 1.3rem; border-bottom: 1px solid var(--line); font-family: 'JetBrains Mono',monospace; }
  .ptable tbody tr:last-child td { border-bottom: 0; }
  .ptable tbody tr { transition: background 0.15s ease; }
  .ptable tbody tr:hover { background: var(--cloud); }
  .ptable .plan { font-family: 'Sora',sans-serif; font-weight: 600; color: var(--navy); }
  .ptable .yr { color: var(--steel); }

  /* ---------- CTA ---------- */
  .cta-band { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 4.5rem 0;
    background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(56,103,214,0.32) 0%, transparent 60%), linear-gradient(150deg,#0a1733,#16357e); }
  .cta-band h2 { font-family: 'Archivo', sans-serif; font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 300; letter-spacing: -0.02em; margin-bottom: 0.8rem; }
  .cta-band p { color: rgba(228,240,238,0.75); max-width: 52ch; margin: 0 auto 1.6rem; line-height: 1.6; }
  .cta-band .row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem; }

  /* ---------- Footer ---------- */
  footer { background: var(--navy2); color: rgba(228,240,238,0.7); padding: 3.5rem 0 1.8rem; }
  footer .top { display: grid; gap: 2rem; margin-bottom: 2.5rem; }
  @media (min-width: 860px) { footer .top { grid-template-columns: 2fr 1fr 1fr 1fr; } }
  footer .logo { color: #fff; margin-bottom: 0.8rem; }
  footer .logo .bar { color: rgba(255,255,255,0.2); }
  footer p.desc { font-size: 0.88rem; line-height: 1.6; max-width: 34ch; margin: 0 0 1rem; }
  footer .legal { font-size: 0.72rem; color: rgba(228,240,238,0.55); line-height: 1.7; }
  footer .legal a:hover { color: var(--brand2); }
  footer h4 { font-family: 'JetBrains Mono',monospace; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(228,240,238,0.4); margin: 0 0 0.9rem; font-weight: 600; }
  footer ul { list-style: none; margin: 0; padding: 0; }
  footer ul li { margin-bottom: 0.5rem; }
  footer ul a { font-size: 0.88rem; }
  footer ul a:hover { color: var(--brand2); }
  footer .bottom { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.8rem; font-size: 0.74rem; color: rgba(228,240,238,0.5); }
  footer .bottom .flags { display: flex; gap: 1.2rem; }

  /* ---------- Feature grid (4-col) ---------- */
  .fgrid { background: linear-gradient(180deg,#0c1d40 0%, #0a1733 100%); border-bottom: 1px solid rgba(255,255,255,0.06); }
  .fgrid .inner { padding: 3rem 0 3.4rem; }
  .fgrid .head { text-align: center; max-width: 60ch; margin: 0 auto 2.2rem; }
  .fgrid .head .k { font-family: 'JetBrains Mono',monospace; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand2); }
  .fgrid .head h2 { color: #fff; font-size: clamp(1.4rem,2.6vw,2rem); font-weight: 400; margin: 0.5rem 0 0.6rem; letter-spacing: -0.025em; }
  .fgrid .head p { color: rgba(228,240,238,0.62); font-size: 0.95rem; margin: 0; }
  .fcols { display: grid; gap: 1px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; overflow: hidden; }
  @media (min-width: 600px) { .fcols { grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1000px) { .fcols { grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .fcol { background: linear-gradient(180deg,#0d2148 0%,#0b1a3a 100%); padding: 1.5rem 1.4rem; transition: background 0.25s ease; }
  .fcol:hover { background: linear-gradient(180deg,#102a5c 0%,#0d2148 100%); }
  .fcol .fi { width: 38px; height: 38px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(15,174,158,0.18), rgba(56,103,214,0.18)); color: var(--brand2); margin-bottom: 0.9rem; }
  .fcol h3 { color: #fff; font-size: 0.98rem; font-weight: 600; margin: 0 0 0.7rem; letter-spacing: -0.01em; }
  .fcol ul { list-style: none; margin: 0; padding: 0; }
  .fcol li { font-size: 0.8rem; color: rgba(228,240,238,0.72); line-height: 1.4; padding: 0.3rem 0 0.3rem 1.1rem; position: relative; }
  .fcol li::before { content: '+'; position: absolute; left: 0; color: var(--brand2); font-weight: 700; }
  .fcol li.no::before { content: '\2715'; color: #ef9a9a; }
  .fcol .only { display: inline-block; margin-top: 0.3rem; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #fbcf6b; background: rgba(216,180,106,0.12); border: 1px solid rgba(216,180,106,0.3); padding: 0.12rem 0.5rem; border-radius: 5px; }

  /* ---------- Reveal animation ---------- */
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.in { opacity: 1; transform: translateY(0); }
