/* Functimer — functimer.com
   Static port of the Claude Design "GRID" direction (landing-grid.jsx).
   Tight editorial/Swiss treatment: flat ink (no glow), hairline grid rules,
   strict column alignment, numbered sections, data as aligned tables. */

:root {
  --bg: #08080C;
  --panel: #0D0D12;
  --line: #22232B;      /* structural hairline (visible) */
  --faint: #16161C;     /* faintest fill */
  --ink: #FFFFFF;
  --dim: #8E93AC;
  --mute: #565B72;
  --accent: #39FF14;    /* flat — used as ink and fills, never as light */

  /* Neon Tokyo phone-embed palette (theme-neon.jsx) */
  --n-card: #101018;
  --n-stroke: #27272F;
  --n-hair: rgba(255,255,255,0.06);
  --n-dim: #9298B5;
  --n-mute: #5A5F7A;
  --n-work: #39FF14;
  --n-rest: #00E5FF;
  --n-free: #FFE600;
  --n-count: #FF1B6B;

  --gd: "Helvetica Neue", "Inter", "Arial Black", system-ui, sans-serif;
  --gm: "SF Mono", ui-monospace, "JetBrains Mono", "Menlo", monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { background: #08080C; scroll-behavior: smooth; color-scheme: dark; }
body { background: var(--bg); color: var(--ink); font-family: var(--gd);
       -webkit-font-smoothing: antialiased; }
button { font-family: inherit; }
::selection { background: #39FF14; color: #08080C; }

a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.gwrap { max-width: 1160px; margin: 0 auto; padding: 0 32px; }

/* ── shared type ─────────────────────────────────────────── */

.meta {
  font-family: var(--gm); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute);
}
.meta.accent { color: var(--accent); }

.ghead { display: grid; grid-template-columns: 160px 1fr; gap: 28px; align-items: start; }
.ghead .idx { font-family: var(--gm); font-size: 12px; font-weight: 700;
              letter-spacing: 0.14em; color: var(--accent); padding-top: 6px; }
.ghead .idx .meta { display: block; margin-top: 6px; }
.ghead h2 {
  font-family: var(--gd); font-size: 46px; font-weight: 900;
  letter-spacing: -0.04em; line-height: 0.94;
  text-transform: uppercase; color: var(--ink); white-space: pre-line;
}
.ghead h2.t40 { font-size: 40px; }

.rule { height: 1px; width: 100%; background: var(--line); }

/* ── nav ─────────────────────────────────────────────────── */

nav.gnav { position: sticky; top: 0; z-index: 50; background: var(--bg);
           border-bottom: 1px solid var(--line); }
nav.gnav .gwrap { height: 60px; display: flex; align-items: center;
                  justify-content: space-between; }
.brandmark { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brandmark .f {
  width: 26px; height: 26px; background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--gd); font-size: 18px; font-weight: 900;
  color: var(--bg); line-height: 1;
}
.brandmark b { font-family: var(--gd); font-size: 16px; font-weight: 900;
               letter-spacing: 0.08em; color: var(--ink); }

.gnav-links { display: flex; align-items: center; gap: 28px; }
.gnav-links a.navlink {
  font-family: var(--gm); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; color: var(--dim); text-decoration: none;
}
.gnav-links a.navlink:hover { color: var(--ink); }
.btn-solid {
  display: inline-block; padding: 7px 15px; background: var(--accent); color: var(--bg);
  font-family: var(--gd); font-size: 11px; font-weight: 900;
  letter-spacing: 0.14em; cursor: pointer; text-decoration: none;
}
.btn-outline {
  display: inline-block; padding: 7px 15px; background: transparent; color: var(--accent);
  border: 1px solid var(--accent);
  font-family: var(--gd); font-size: 11px; font-weight: 900;
  letter-spacing: 0.14em; cursor: pointer; text-decoration: none;
}
.gnav-links .or { font-family: var(--gm); font-size: 11px; font-weight: 600;
                  letter-spacing: 0.12em; color: var(--mute); }

/* ── store badges + CTA cluster ──────────────────────────── */

.badge {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 11px 18px; background: var(--ink); color: var(--bg);
  border: 1px solid var(--ink); cursor: pointer; text-decoration: none;
}
.badge .bsm { font-family: var(--gm); font-size: 8.5px; font-weight: 600;
              letter-spacing: 0.12em; opacity: 0.7; text-transform: uppercase; }
.badge .blg { font-family: var(--gd); font-size: 17px; font-weight: 900; }
.badge > div { text-align: left; line-height: 1.1; }

.cta-cluster { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.cta-cluster.center { align-items: center; }
.cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
.cta-cluster.center .cta-row { justify-content: center; }
.webapp-link {
  font-family: var(--gm); font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; color: var(--accent); text-decoration: none;
  text-transform: uppercase;
}
.webapp-link:hover { color: var(--ink); }

/* ── spec strip ──────────────────────────────────────────── */

.specstrip { border-bottom: 1px solid var(--line); background: var(--bg); }
.specstrip .gwrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.specstrip .cell { padding: 12px 0; }
.specstrip .cell + .cell { border-left: 1px solid var(--line); padding-left: 20px; }
.specstrip .cell b { display: block; font-family: var(--gd); font-size: 15px;
                     font-weight: 800; letter-spacing: -0.01em; color: var(--ink);
                     margin-top: 3px; }

/* ── hero ────────────────────────────────────────────────── */

.ghero { border-bottom: 1px solid var(--line); }
.ghero .gwrap { display: grid; grid-template-columns: 1fr 360px; gap: 0; }
.ghero-left { padding: 64px 40px 56px 0; border-right: 1px solid var(--line); }
.ghero-left h1 {
  margin: 22px 0 0; font-family: var(--gd); font-size: 92px; font-weight: 900;
  letter-spacing: -0.05em; line-height: 0.86; text-transform: uppercase;
  color: var(--ink);
}
.ghero-left h1 .a { color: var(--accent); }
.ghero-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0;
              margin-top: 44px; border-top: 1px solid var(--line); }
.ghero-cols .copy { padding: 20px 20px 0 0; border-right: 1px solid var(--line); }
.ghero-cols .copy p { font-family: var(--gm); font-size: 13.5px; font-weight: 500;
                      line-height: 1.65; color: var(--dim); }
.ghero-cols .actions { padding: 20px 0 0 20px; display: flex;
                       flex-direction: column; gap: 16px; }
.ghero-phone { padding: 40px 0 40px 40px; display: flex;
               justify-content: center; align-items: center; }

/* ── features ────────────────────────────────────────────── */

.gsection { border-bottom: 1px solid var(--line); }
.gsection .headpad { padding: 64px 0 24px; }

.gfeat-cols { display: grid; grid-template-columns: repeat(3, 1fr);
              border-top: 1px solid var(--line); }
.gfeat { padding: 32px 28px 40px; }
.gfeat + .gfeat { border-left: 1px solid var(--line); }
.gfeat .top { display: flex; justify-content: space-between; align-items: center; }
.gfeat .top .n { font-family: var(--gm); font-size: 11px; font-weight: 600;
                 letter-spacing: 0.16em; color: var(--accent); }
.gfeat h3 { font-family: var(--gd); font-size: 34px; font-weight: 900;
            letter-spacing: -0.03em; color: var(--ink); margin-top: 40px;
            text-transform: uppercase; }
.gfeat p { margin-top: 12px; font-family: var(--gm); font-size: 13px;
           font-weight: 500; line-height: 1.6; color: var(--dim); }

/* ── timer showcase ──────────────────────────────────────── */

.gtimer .gwrap { display: grid; grid-template-columns: 340px 1fr; gap: 0; }
.gtimer-phone { padding: 56px 40px 56px 0; border-right: 1px solid var(--line);
                display: flex; justify-content: center; align-items: center; }
.gtimer-copy { padding: 56px 0 56px 40px; }
.gtimer-rows { margin-top: 36px; border-top: 1px solid var(--line); }
.gtimer-row { display: grid; grid-template-columns: 40px 220px 1fr; gap: 20px;
              padding: 20px 0; border-bottom: 1px solid var(--line);
              align-items: baseline; }
.gtimer-row .k { font-family: var(--gm); font-size: 13px; font-weight: 700;
                 color: var(--accent); }
.gtimer-row .t { font-family: var(--gd); font-size: 16px; font-weight: 900;
                 letter-spacing: -0.01em; color: var(--ink); text-transform: uppercase; }
.gtimer-row .c { font-family: var(--gm); font-size: 12.5px; font-weight: 500;
                 line-height: 1.55; color: var(--dim); }

/* ── AI engine stats ─────────────────────────────────────── */

.gai-copy { display: grid; grid-template-columns: 160px 1fr; gap: 28px; margin-top: 22px; }
.gai-copy p { max-width: 560px; font-family: var(--gm); font-size: 14px;
              font-weight: 500; line-height: 1.65; color: var(--dim); }
.gstats { display: grid; grid-template-columns: repeat(4, 1fr);
          border-top: 1px solid var(--line); margin-top: 48px; }
.gstat { padding: 32px 0 36px; }
.gstat + .gstat { border-left: 1px solid var(--line); padding-left: 24px; }
.gstat .big { font-family: var(--gd); font-size: 60px; font-weight: 900;
              letter-spacing: -0.05em; color: var(--ink); line-height: 0.9; }
.gstat:first-child .big { color: var(--accent); }
.gstat .meta { display: block; margin-top: 12px; }

/* ── preset table ────────────────────────────────────────── */

.gtable-head, .gtable-row {
  display: grid; grid-template-columns: 56px 1fr 120px 120px 40px; gap: 16px;
}
.gtable-head { padding: 12px 0; border-top: 1px solid var(--line);
               border-bottom: 1px solid var(--line); }
.gtable-row { padding: 16px 0; border-bottom: 1px solid var(--line);
              align-items: center; cursor: pointer; text-decoration: none; }
.gtable-row:hover { background: var(--faint); }
.gtable-row .no { font-family: var(--gm); font-size: 12px; font-weight: 700; color: var(--mute); }
.gtable-row .name { font-family: var(--gd); font-size: 22px; font-weight: 900;
                    letter-spacing: -0.02em; color: var(--ink); text-transform: uppercase; }
.gtable-row .kind { font-family: var(--gm); font-size: 12px; font-weight: 700;
                    letter-spacing: 0.10em; color: var(--accent); }
.gtable-row .fmt { font-family: var(--gm); font-size: 12px; font-weight: 500;
                   letter-spacing: 0.06em; color: var(--dim); text-transform: uppercase; }
.gtable-row .arr { display: flex; justify-content: flex-end; color: var(--mute); }

/* ── pricing ─────────────────────────────────────────────── */

.gplans { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.gplan-free { padding: 32px 40px 40px 0; border-right: 1px solid var(--line); }
.gplan-pro { padding: 32px 0 40px 40px; position: relative; }
.gprice { font-family: var(--gd); font-size: 58px; font-weight: 900;
          letter-spacing: -0.04em; color: var(--ink); margin-top: 12px; line-height: 1; }
.gprice-row { display: flex; align-items: center; gap: 12px; padding: 9px 0;
              border-top: 1px solid var(--line); }
.gprice-row span { font-family: var(--gm); font-size: 13px; font-weight: 500;
                   color: var(--dim); }
.gprice-row.on span { color: var(--ink); }
.gprice-row svg { flex-shrink: 0; }
.gsave { padding: 3px 7px; background: var(--accent); color: var(--bg);
         font-family: var(--gm); font-size: 9px; font-weight: 800;
         letter-spacing: 0.10em; }
.gper { font-family: var(--gm); font-size: 13px; font-weight: 700; color: var(--dim); }
.gplan-rows { margin-top: 28px; }
.gplan-cta { margin-top: 24px; }

/* ── footer ──────────────────────────────────────────────── */

.gfooter-cta { padding: 80px 0; text-align: center; }
.gfooter-cta h2 { font-family: var(--gd); font-size: 84px; font-weight: 900;
                  letter-spacing: -0.05em; line-height: 0.88;
                  text-transform: uppercase; color: var(--ink); }
.gfooter-cta h2 .a { color: var(--accent); }
.gfooter-cta .cta-wrap { display: flex; justify-content: center; margin-top: 40px; }

.gfooter-bar { border-top: 1px solid var(--line); }
.gfooter-bar .gwrap { height: 64px; display: flex; align-items: center;
                      justify-content: space-between; }
.gfooter-bar nav { display: flex; gap: 24px; }
.gfooter-bar nav a { font-family: var(--gm); font-size: 11px; font-weight: 600;
                     letter-spacing: 0.12em; color: var(--mute); text-decoration: none;
                     text-transform: uppercase; }
.gfooter-bar nav a:hover { color: var(--ink); }

/* ── de-glowed phone embeds (FlatPhone + IOSDevice, flattened) ── */

.flatphone { position: relative; flex-shrink: 0; border: 1px solid var(--line); }
.flatphone * { text-shadow: none !important; box-shadow: none !important; }
.fp-hero  { width: 241.2px; height: 524.4px; }
.fp-timer { width: 225.12px; height: 489.44px; }
.fp-scale { width: 402px; height: 874px; position: absolute; top: 0; left: 0;
            transform-origin: top left; }
.fp-hero  .fp-scale { transform: scale(0.6); }
.fp-timer .fp-scale { transform: scale(0.56); }

.iosdev { width: 402px; height: 874px; border-radius: 48px; overflow: hidden;
          position: relative; background: #000;
          font-family: -apple-system, system-ui, sans-serif; }
.iosdev .di { position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
              width: 126px; height: 37px; border-radius: 24px; background: #000;
              z-index: 50; }
.iosdev .statusbar { position: absolute; top: 0; left: 0; right: 0; z-index: 20;
                     display: flex; gap: 154px; align-items: center;
                     justify-content: center; padding: 21px 24px 19px; }
.iosdev .statusbar > div { flex: 1; height: 22px; display: flex;
                           align-items: center; justify-content: center; }
.iosdev .sb-time { font-weight: 590; font-size: 17px; line-height: 22px;
                   color: #fff; padding-top: 1.5px; }
.iosdev .sb-icons { gap: 7px; padding-top: 1px; padding-right: 1px; }
.iosdev .homebar { position: absolute; bottom: 0; left: 0; right: 0; z-index: 60;
                   height: 34px; display: flex; justify-content: center;
                   align-items: flex-end; padding-bottom: 8px; pointer-events: none; }
.iosdev .homebar i { width: 139px; height: 5px; border-radius: 100px;
                     background: rgba(255,255,255,0.7); }
.iosdev .screen { position: relative; height: 100%; overflow: hidden; background: #000; }

/* Neon Tokyo home screen (hero embed) */
.nhome { min-height: 100%; background: var(--bg); color: var(--ink);
         font-family: var(--gd); padding: 64px 0; position: relative; }
.nhome .topline { position: absolute; top: 56px; left: 22px; right: 22px;
                  height: 2px; background: var(--n-work); }
.nhome .logo { padding: 24px 22px 0; font-size: 56px; font-weight: 900;
               letter-spacing: -0.04em; line-height: 0.92; text-transform: uppercase; }
.nhome .tag { padding: 28px 22px; font-size: 32px; font-weight: 800;
              letter-spacing: -0.025em; line-height: 1.02; text-transform: uppercase; }
.nhome .tag .a { color: var(--n-work); }
.nhome .lblrow { padding: 0 22px 14px; display: flex; align-items: center;
                 justify-content: space-between; }
.nhome .lblrow.presets { padding: 36px 22px 14px; }
.hashlbl { font-family: var(--gm); font-size: 12px; font-weight: 600;
           letter-spacing: 0.10em; color: var(--ink); text-transform: uppercase; }
.hashlbl.mute { color: var(--n-mute); }
.nhome .tiles { padding: 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ntile { height: 96px; background: var(--n-card); border: 1px solid var(--tc);
         padding: 10px 12px; display: flex; flex-direction: column;
         justify-content: space-between; text-align: left; }
.ntile .ic { display: flex; justify-content: flex-end; color: var(--tc); }
.ntile .en { font-size: 22px; font-weight: 900; letter-spacing: -0.02em; color: var(--tc); }
.ntile .sub { font-family: var(--gm); font-size: 11px; font-weight: 500;
              letter-spacing: 0.04em; color: var(--n-dim); margin-top: 3px; }
.nhome .rows { padding: 0 22px; }
.nrow { display: flex; align-items: center; gap: 14px; padding: 14px 4px;
        border-top: 1px solid var(--n-hair); }
.nstamp { display: inline-flex; align-items: center; justify-content: center;
          min-width: 44px; padding: 4px 8px; background: var(--sc); color: #000;
          font-family: var(--gm); font-size: 11px; font-weight: 800;
          letter-spacing: 0.10em; text-transform: uppercase; }
.nrow .tt { flex: 1; min-width: 0; }
.nrow .tt br { display: none; }
.nrow .t1, .nrow .t2 { display: block; }
.nrow .t1 { font-size: 19px; font-weight: 800; letter-spacing: -0.015em;
            color: var(--ink); text-transform: uppercase; white-space: nowrap;
            overflow: hidden; text-overflow: ellipsis; }
.nrow .t2 { font-family: var(--gm); font-size: 11px; font-weight: 500;
            letter-spacing: 0.10em; color: var(--n-dim); margin-top: 1px;
            text-transform: uppercase; }
.nrow .ch { color: var(--sc); padding-right: 2px; display: flex; }

/* Neon Tokyo timer screen (Fran embed) */
.ntimer { position: relative; height: 100%; width: 100%; background: #000;
          color: var(--ink); font-family: var(--gd); overflow: hidden;
          user-select: none; }
.ntimer .perim { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.ntimer .chrome { position: absolute; top: 0; left: 0; right: 0;
                  padding: 56px 20px 0; display: flex; align-items: flex-start;
                  justify-content: space-between; z-index: 3; }
.ntimer .closebtn { width: 38px; height: 38px; border: 1px solid var(--n-stroke);
                    background: #000; color: var(--ink); display: flex;
                    align-items: center; justify-content: center; }
.ntimer .wodtitle { text-align: right; }
.ntimer .wodtitle br { display: none; }
.ntimer .wodtitle .k, .ntimer .wodtitle .t { display: block; }
.ntimer .wodtitle .k { font-family: var(--gm); font-size: 10px; font-weight: 700;
                       letter-spacing: 0.22em; color: var(--n-dim); }
.ntimer .wodtitle .t { font-size: 18px; font-weight: 900; letter-spacing: -0.02em;
                       color: var(--ink); margin-top: 3px; text-transform: uppercase; }
.ntimer .mid { position: absolute; inset: 0; display: flex; flex-direction: column;
               align-items: center; justify-content: center; gap: 18px; z-index: 2; }
.ntimer .phase { font-size: 20px; font-weight: 900; letter-spacing: 0.14em;
                 color: var(--n-work); text-transform: uppercase; }
.ntimer .digits { display: flex; align-items: baseline; justify-content: center;
                  font-family: var(--gm); font-weight: 800; font-size: 138px;
                  line-height: 1; color: var(--ink);
                  font-variant-numeric: tabular-nums; }
.ntimer .digits span { display: inline-block; text-align: center; width: 0.57em; }
.ntimer .digits span.colon { width: 0.28em; }
.ntimer .mv { font-size: 22px; font-weight: 800; letter-spacing: -0.01em;
              color: var(--ink); text-transform: uppercase; padding: 0 24px;
              text-align: center; }
.ntimer .bottom { position: absolute; bottom: 0; left: 0; right: 0;
                  padding: 0 16px 40px; z-index: 3; }
.ntimer .seg { height: 4px; background: var(--n-stroke); position: relative;
               margin-bottom: 16px; }
.ntimer .seg i { position: absolute; top: 0; left: 0; bottom: 0; width: 21%;
                 background: var(--n-dim); }
.ntimer .ctrls { display: flex; gap: 6px; align-items: stretch; }
.ntimer .sec { width: 78px; height: 64px; border: 1px solid var(--n-stroke);
               background: var(--n-card); color: var(--ink); display: flex;
               flex-direction: column; align-items: center; justify-content: center;
               gap: 3px; }
.ntimer .sec b { font-family: var(--gm); font-size: 8.5px; font-weight: 700;
                 letter-spacing: 0.16em; color: var(--n-dim); }
.ntimer .pri { flex: 1; height: 64px; background: var(--n-work); color: #000;
               border: 1px solid var(--n-work); display: flex; align-items: center;
               justify-content: center; gap: 10px; font-size: 16px;
               font-weight: 900; letter-spacing: 0.22em; }

/* ── legal pages ─────────────────────────────────────────── */

.legal { max-width: 720px; padding: 48px 0 96px; }
.legal h1 { font-family: var(--gd); font-size: 46px; font-weight: 900;
            letter-spacing: -0.04em; line-height: 0.94; text-transform: uppercase; }
.legal .updated { font-family: var(--gm); font-size: 12px; font-weight: 600;
                  letter-spacing: 0.16em; text-transform: uppercase;
                  color: var(--mute); margin: 14px 0 40px; }
.legal h2 { font-family: var(--gd); font-size: 20px; font-weight: 800;
            letter-spacing: -0.01em; margin: 36px 0 10px; }
.legal p, .legal li { color: var(--dim); font-size: 15px; line-height: 1.65; }
.legal ul, .legal ol { padding-left: 22px; display: grid; gap: 8px; margin: 12px 0; }
.legal a { color: var(--accent); }

/* ── responsive (mobile) — collapses columns, keeps the system ── */

@media (max-width: 960px) {
  .gwrap { padding: 0 20px; }
  .gnav-links a.navlink, .gnav-links .or { display: none; }
  .gnav-links { gap: 10px; }

  .specstrip .gwrap { grid-template-columns: 1fr 1fr; }
  .specstrip .cell { padding: 12px 0; border-top: 1px solid var(--line); }
  .specstrip .cell:nth-child(-n+2) { border-top: none; }
  .specstrip .cell:nth-child(3) { border-left: none; padding-left: 0; }

  .ghero .gwrap { grid-template-columns: 1fr; }
  .ghero-left { padding: 44px 0 40px; border-right: none; }
  .ghero-left h1 { font-size: clamp(52px, 15vw, 92px); }
  .ghero-cols { grid-template-columns: 1fr; }
  .ghero-cols .copy { padding: 20px 0 0; border-right: none; }
  .ghero-cols .actions { padding: 24px 0 0; }
  .ghero-phone { padding: 0 0 44px; border-top: 1px solid var(--line);
                 padding-top: 40px; }

  .ghead { grid-template-columns: 1fr; gap: 14px; }
  .ghead h2, .ghead h2.t40 { font-size: clamp(30px, 8.5vw, 46px); }
  .gsection .headpad { padding: 48px 0 20px; }

  .gfeat-cols { grid-template-columns: 1fr; }
  .gfeat { padding: 24px 0 32px; }
  .gfeat + .gfeat { border-left: none; border-top: 1px solid var(--line); }
  .gfeat h3 { margin-top: 24px; }

  .gtimer .gwrap { grid-template-columns: 1fr; }
  .gtimer-phone { padding: 44px 0; border-right: none;
                  border-bottom: 1px solid var(--line); }
  .gtimer-copy { padding: 44px 0; }
  .gtimer-row { grid-template-columns: 32px 1fr; }
  .gtimer-row .c { grid-column: 2; }

  .gstats { grid-template-columns: 1fr 1fr; }
  .gstat { padding: 24px 0 28px; }
  .gstat:nth-child(3) { border-left: none; padding-left: 0; }
  .gstat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .gstat .big { font-size: 48px; }

  .gtable-head, .gtable-row { grid-template-columns: 40px 1fr 24px; }
  .gtable-head .meta:nth-child(3), .gtable-head .meta:nth-child(4),
  .gtable-row .kind, .gtable-row .fmt { display: none; }
  .gtable-row .name { font-size: 19px; }

  .gplans { grid-template-columns: 1fr; }
  .gplan-free { padding: 28px 0 36px; border-right: none; }
  .gplan-pro { padding: 28px 0 36px; border-top: 1px solid var(--line); }

  .gfooter-cta { padding: 56px 0; }
  .gfooter-cta h2 { font-size: clamp(44px, 12vw, 84px); }
  .gfooter-bar .gwrap { height: auto; flex-direction: column; gap: 12px;
                        padding-top: 18px; padding-bottom: 22px; }

  .legal h1 { font-size: clamp(30px, 8.5vw, 46px); }
}
