/* Shared styles for the Kipp comparison / alternative pages (/compare/*).
   "Training Day" system - brutalist-athletic ink / bone / hot-orange / volt, matching the landing page. No build step. */
:root {
  --ink: #131209;
  --ink2: #1D1B12;
  --bone: #F1ECE2;
  --paper: #FBF9F4;
  --volt: #C7F13F;
  --orange: #F0330F;
  --text: #F1ECE2;
  --muted: #a9a597;
  --muted2: #8f8b7d;
  --line: rgba(241, 236, 226, .12);
  --card: #1A1810;
  --volt-tint: rgba(199, 241, 63, .12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Hanken Grotesk", -apple-system, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(60% 60% at 92% 0%, rgba(199, 241, 63, .10), transparent 50%),
    radial-gradient(60% 60% at 4% 100%, rgba(240, 51, 15, .08), transparent 50%),
    linear-gradient(180deg, #14130C 0%, #0E0D07 60%, #0C0B06 100%);
  background-attachment: fixed;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
.disp { font-family: "Anton", "Hanken Grotesk", sans-serif; text-transform: uppercase; letter-spacing: .004em; font-weight: 400; }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 24px; }
.volt { color: var(--volt); }

/* nav */
.nav { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px);
  background: rgba(19, 18, 9, .82); border-bottom: 2px solid #24221a; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 22px; letter-spacing: -.03em; }
.brand .mk { width: 36px; height: 36px; border-radius: 10px; background: var(--volt);
  display: flex; align-items: center; justify-content: center; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px;
  text-transform: uppercase; letter-spacing: .04em; padding: 11px 20px; border-radius: 11px;
  background: var(--volt); color: #15140E; transition: transform .16s cubic-bezier(.2,.8,.2,1), box-shadow .16s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(199, 241, 63, .3); }
.btn-ghost { background: transparent; color: var(--text); border: 2px solid var(--line); }
.btn-ghost:hover { border-color: rgba(199, 241, 63, .5); box-shadow: none; }
.brand .word b { color: var(--orange); }
.nav-r { display: flex; align-items: center; gap: 18px; }
.nrate { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #a9a597; white-space: nowrap; }
.nrate .s { color: var(--orange); letter-spacing: 1px; }
/* App Store button (matches the landing page) */
.appstore { display: inline-flex; align-items: center; gap: 11px; background: var(--bone); color: #15140E;
  border-radius: 13px; padding: 12px 22px; box-shadow: 5px 5px 0 var(--orange);
  transition: transform .16s cubic-bezier(.2,.8,.2,1); }
.appstore:hover { transform: translate(-2px, -3px); }
.appstore small { font-size: 11px; opacity: .6; line-height: 1; display: block; }
.appstore .b { font-size: 20px; font-weight: 800; line-height: 1.15; }

/* header */
header.hd { padding: 54px 0 8px; }
.crumb { font-size: 14px; color: var(--muted2); margin-bottom: 20px; font-weight: 600; }
.crumb a:hover { color: var(--volt); }
h1 { font-family: "Anton", sans-serif; font-weight: 400; font-size: clamp(44px, 8vw, 82px); line-height: .92;
  text-transform: uppercase; letter-spacing: .004em; }
.lede { margin-top: 20px; font-size: clamp(17px, 2.2vw, 20px); color: var(--muted); max-width: 740px; font-weight: 500; }
.kicker { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--volt); background: transparent;
  border: 2px solid var(--volt); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }

/* ===== V3 verdict-first hero ===== */
.big { font-family: "Anton", sans-serif; font-weight: 400; font-size: clamp(48px, 8.5vw, 104px); line-height: .92;
  text-transform: uppercase; letter-spacing: .004em; }
.big .o { color: var(--orange); } .big .v { color: var(--volt); }
.sub { margin-top: 22px; font-size: clamp(17px, 2vw, 21px); color: var(--muted); max-width: 740px; font-weight: 500; }
.sub b { color: var(--text); font-weight: 700; }
.metaline { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill { font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; padding: 9px 15px;
  border-radius: 999px; border: 2px solid #2a2820; color: var(--muted); }
.pill.k { border-color: #0F0E08; background: var(--volt); color: #15140E; }
/* ===== V4 category matrix ===== */
.mxsec { padding: 40px 0 12px; }
.mxlab { font-family: "Anton", sans-serif; font-weight: 400; font-size: 26px; text-transform: uppercase; margin-bottom: 18px; }
.mxwrap { overflow-x: auto; }
.mx { min-width: 620px; border: 3px solid #0F0E08; border-radius: 20px; overflow: hidden; box-shadow: 9px 9px 0 var(--orange); }
.mxhead { display: grid; grid-template-columns: 1.5fr 1.12fr 1.12fr; background: #100F09; }
.mxhead > div { padding: 15px 20px; font-weight: 800; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted2); }
.mxhead .kc { background: var(--volt); color: #15140E; display: flex; align-items: center; gap: 8px; }
.cat { background: var(--ink); padding: 11px 20px; font-family: "Anton", sans-serif; font-size: 15px; letter-spacing: .07em; text-transform: uppercase; color: var(--orange); border-top: 2px solid #24221a; }
.row { display: grid; grid-template-columns: 1.5fr 1.12fr 1.12fr; }
.row > div { padding: 13px 20px; border-top: 2px solid #1e1c14; border-right: 2px solid #1e1c14; font-size: 14.5px; }
.row > div:last-child { border-right: none; }
.row .f { font-weight: 700; color: var(--text); }
.row .kc { background: rgba(199, 241, 63, .07); color: #e5e1d3; }
.row .cc { color: var(--muted); }
.row .y { color: var(--volt); font-weight: 800; margin-right: 5px; }
.row .n { color: var(--muted2); font-weight: 800; margin-right: 5px; }
.row .p { color: #ff7a4d; font-weight: 800; margin-right: 5px; }
.row.price > div { border-top: 3px solid #0F0E08; }
.row.price .f { font-family: "Anton", sans-serif; text-transform: uppercase; color: var(--muted2); }
.row.price .kc { background: var(--volt); color: #15140E; font-weight: 800; }
.row.price .cc { font-weight: 700; }

section { padding: 32px 0; }
h2 { font-family: "Anton", sans-serif; font-weight: 400; font-size: clamp(26px, 4vw, 40px); line-height: .96;
  text-transform: uppercase; letter-spacing: .004em; margin-bottom: 18px; }
h2 .sm { color: var(--muted2); }
p.body { color: var(--muted); font-size: 17px; margin-bottom: 12px; font-weight: 500; }
p.body b { color: var(--text); font-weight: 700; }

/* two-up who-for + choose */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card { background: var(--card); border: 2px solid #2a2820; border-radius: 18px; padding: 24px 26px; }
.card.kipp { background: var(--card); border: 2.5px solid #0F0E08; box-shadow: 7px 7px 0 var(--orange); }
.card h3 { font-size: 18px; font-weight: 800; margin-bottom: 9px; display: flex; align-items: center; gap: 8px; }
.card.kipp h3 { color: var(--volt); }
.card p { color: var(--muted); font-size: 15.5px; }

/* verdict + together */
.verdict { background: var(--card); border: 2.5px solid #0F0E08; box-shadow: 8px 8px 0 var(--orange);
  border-radius: 18px; padding: 26px 28px; }
.verdict .lab { font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--orange); }
.verdict p { margin-top: 10px; font-size: 19px; color: var(--text); font-weight: 600; }
.together { background: var(--card); border: 2px solid #2a2820; border-left: 5px solid var(--volt);
  border-radius: 12px; padding: 16px 20px; color: var(--muted); font-size: 16px; }
.together b { color: var(--text); }

/* comparison table */
.tablewrap { overflow-x: auto; border-radius: 18px; border: 2px solid #2a2820; }
table.cmp { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 15.5px; }
table.cmp th, table.cmp td { text-align: left; padding: 16px 18px; vertical-align: top; border-bottom: 2px solid #24221a; }
table.cmp thead th { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted2); background: rgba(255, 255, 255, .02); }
table.cmp thead th.kcol { color: #15140E; background: var(--volt); }
table.cmp td.feat { color: var(--text); font-weight: 700; width: 26%; }
table.cmp td.kcol { background: var(--volt-tint); color: var(--text); }
table.cmp td.ccol { color: var(--muted); }
table.cmp tbody tr:last-child td { border-bottom: none; }

/* pros lists */
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.plist { list-style: none; }
.plist li { position: relative; padding: 10px 0 10px 28px; color: var(--muted); font-size: 15.5px; border-bottom: 2px solid #24221a; }
.plist li:last-child { border-bottom: none; }
.plist li::before { position: absolute; left: 0; top: 9px; font-weight: 800; }
.plist.k li::before { content: "\25B2"; color: var(--volt); font-size: 12px; top: 11px; }
.plist.c li::before { content: "\2022"; color: var(--muted2); }

/* faq */
.faq details { border-bottom: 2px solid #24221a; padding: 6px 0; }
.faq summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 17px; padding: 15px 0; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--volt); font-weight: 800; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { color: var(--muted); font-size: 16px; padding: 0 0 16px; }

/* cta */
.cta { text-align: center; background: var(--orange); border-radius: 22px; padding: 48px 26px; margin: 22px 0 10px; }
.cta h2 { margin-bottom: 12px; color: #fff; }
.cta p { color: #ffe4dc; margin-bottom: 24px; font-weight: 600; font-size: 17px; }
.cta .appstore { box-shadow: 5px 5px 0 #15140E; }
.trial { margin-top: 16px; font-size: 13px; color: #3a0d03; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

/* hub cards */
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
a.hubcard { display: block; background: var(--card); border: 2px solid #2a2820; border-radius: 18px; padding: 24px 26px; transition: transform .16s, border-color .16s, box-shadow .16s; }
a.hubcard:hover { transform: translateY(-3px); border-color: #0F0E08; box-shadow: 6px 6px 0 var(--orange); }
a.hubcard h3 { font-size: 19px; font-weight: 800; margin-bottom: 6px; }
a.hubcard p { color: var(--muted); font-size: 15px; }
a.hubcard .go { margin-top: 12px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--orange); }

/* footer - matches the landing page */
.foot { border-top: 2px solid #26241a; background: #0C0B06; margin-top: 48px; }
.foot-in { max-width: 1000px; margin: 0 auto; padding: 36px 24px; display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between; }
.foot .brand .word { color: var(--bone); }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.foot-links a { font-size: 14px; font-weight: 600; color: #8f8b7d; }
.foot-links a:hover { color: var(--volt); }
.foot-x { display: inline-flex; align-items: center; color: #8f8b7d; transition: color .15s ease; }
.foot-x svg { display: block; }
.foot-x:hover { color: var(--volt); }
.foot-copy { font-size: 13px; color: #6b6759; font-weight: 600; width: 100%; border-top: 1px solid #201e15; padding-top: 20px; }
.disclaim { display: block; margin-top: 10px; font-size: 12.5px; color: #56554e; font-weight: 500; max-width: 760px; line-height: 1.5; }

@media (max-width: 680px) {
  .two, .cols, .grid { grid-template-columns: 1fr; }
  .nav .btn span.hide { display: none; }
  .nrate { display: none; }
}
