/* ============ KICKOFF THEME ============ */
:root{
  --bg:#ffffff; --bg-2:#eef2f9; --surface:#ffffff;
  --ink:#0a1730; --ink-2:#4a5878; --ink-3:#8a96ac;
  --blue:#0b5cff; --blue-d:#0844c4; --blue-soft:#e5edff;
  --orange:#ff5a1f; --orange-d:#e0430c;
  --line:#e2e8f2; --good:#12a150; --bad:#e23b3b;
  --r-sm:10px; --r-md:16px; --r-lg:22px;
  --sh-sm:0 2px 8px rgba(10,23,48,.06);
  --sh-md:0 8px 26px rgba(10,23,48,.1);
  --ctn:1140px; --hh:66px;
  --disp:"Barlow Condensed",Impact,sans-serif;
  --body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--body);background:var(--bg);color:var(--ink);line-height:1.6;
  overflow-x:hidden;-webkit-font-smoothing:antialiased;padding-bottom:78px}
a{text-decoration:none;color:inherit;transition:.15s}
ul,ol{list-style:none}
img{max-width:100%;height:auto;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none}
h1,h2,h3{font-family:var(--disp);font-weight:700;line-height:1.02;text-transform:uppercase;letter-spacing:.01em}
.kf-ctn{width:100%;max-width:var(--ctn);margin:0 auto;padding:0 22px}
.kf-alt{background:var(--bg-2)}

/* header */
.kf-hdr{position:sticky;top:0;height:var(--hh);z-index:900;background:#fff;border-bottom:2px solid var(--ink)}
.kf-hdr .kf-ctn{display:flex;align-items:center;justify-content:space-between;height:100%}
.kf-logo{display:flex;align-items:center;gap:9px;font-family:var(--disp);font-size:1.55rem;font-weight:700;text-transform:uppercase}
.kf-logo b{color:var(--blue)}
.kf-mark{width:34px;height:34px;background:var(--blue);color:#fff;display:grid;place-items:center;
  font-family:var(--disp);font-size:1.3rem;font-weight:700;transform:skewX(-8deg)}
.kf-nav ul{display:flex;gap:24px}
.kf-nav a{font-family:var(--disp);font-size:1.02rem;font-weight:600;text-transform:uppercase;color:var(--ink-2);letter-spacing:.02em}
.kf-nav a:hover{color:var(--blue)}
.kf-burg{display:none;flex-direction:column;gap:5px;padding:8px}
.kf-burg span{width:24px;height:3px;background:var(--ink)}

/* buttons */
.kf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 26px;font-family:var(--disp);font-size:1.05rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.03em;border-radius:100px;transition:transform .12s,box-shadow .18s,background .18s;white-space:nowrap}
.kf-btn:active{transform:translateY(2px)}
.kf-o{background:var(--orange);color:#fff;box-shadow:0 5px 0 var(--orange-d)}
.kf-o:hover{box-shadow:0 6px 14px rgba(255,90,31,.4)}
.kf-b{background:var(--blue);color:#fff;box-shadow:0 5px 0 var(--blue-d)}
.kf-b:hover{box-shadow:0 6px 14px rgba(11,92,255,.4)}
.kf-gh{background:#fff;color:var(--blue);border:2.5px solid var(--blue)}
.kf-gh:hover{background:var(--blue-soft)}

/* hero with diagonal stripe signature */
.kf-hero{position:relative;color:#fff;overflow:hidden;
  background:linear-gradient(120deg,var(--blue) 0%,var(--blue-d) 100%);padding:56px 0 50px}
.kf-hero::after{content:"";position:absolute;top:0;right:-10%;width:55%;height:100%;
  background:repeating-linear-gradient(115deg,rgba(255,255,255,.06) 0 22px,transparent 22px 44px);z-index:0}
.kf-hero .kf-ctn{position:relative;z-index:1}
.kf-badge{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;
  font-family:var(--disp);font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;
  padding:6px 14px;border-radius:100px;margin-bottom:18px}
.kf-hero h1{font-size:clamp(2.6rem,6.4vw,4.6rem);margin-bottom:14px;max-width:15ch}
.kf-hero h1 span{color:#ffd23f}
.kf-hero p{font-size:1.14rem;color:rgba(255,255,255,.9);max-width:56ch;margin-bottom:26px;font-weight:500}
.kf-cta{display:flex;gap:14px;flex-wrap:wrap}
.kf-testblock{max-width:66ch;margin-top:28px;color:rgba(255,255,255,.86)}
.kf-testblock p{margin-bottom:12px}

/* scoreboard stats signature */
.kf-board{margin-top:-30px;position:relative;z-index:5}
.kf-board .kf-ctn{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.kf-tile{background:var(--ink);color:#fff;border-radius:var(--r-md);padding:20px 16px;text-align:center;
  box-shadow:var(--sh-md);border-bottom:4px solid var(--orange)}
.kf-tile b{display:block;font-family:var(--disp);font-size:2.3rem;font-weight:700;color:#ffd23f;line-height:1}
.kf-tile span{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:#aeb8cc}

/* sections */
.kf-sec{padding:56px 0}
.kf-sh{margin-bottom:28px}
.kf-sh h2{font-size:clamp(1.9rem,4vw,2.9rem);margin-bottom:8px}
.kf-sh h2 .u{color:var(--blue)}
.kf-sh p{color:var(--ink-2);max-width:64ch;font-size:1.02rem}

/* comparison rows */
.kf-list{display:flex;flex-direction:column;gap:14px}
.kf-row{display:grid;grid-template-columns:50px 1.3fr 1.1fr 130px 150px;gap:16px;align-items:center;
  background:#fff;border:2px solid var(--line);border-radius:var(--r-md);padding:16px 20px;transition:.18s}
.kf-row:hover{border-color:var(--blue);box-shadow:var(--sh-md)}
.kf-row.top{border-color:var(--orange)}
.kf-seed{width:38px;height:38px;background:var(--blue);color:#fff;font-family:var(--disp);font-size:1.3rem;font-weight:700;
  display:grid;place-items:center;transform:skewX(-8deg)}
.kf-row.top .kf-seed{background:var(--orange)}
.kf-team{display:flex;align-items:center;gap:12px}
.kf-thumb{width:60px;height:40px;background:#fff;border:1px solid var(--line);border-radius:6px;display:grid;place-items:center;overflow:hidden;flex-shrink:0}
.kf-thumb img{width:100%;height:100%;object-fit:contain}
.kf-tname{font-family:var(--disp);font-size:1.25rem;font-weight:700}
.kf-tsub{font-size:.76rem;color:var(--ink-3)}
.kf-offer b{display:block;font-weight:800;font-size:.96rem}
.kf-offer span{font-size:.76rem;color:var(--ink-3)}
.kf-odds{font-family:var(--disp);font-size:1.5rem;font-weight:700;color:var(--good);text-align:center}
.kf-odds small{display:block;font-family:var(--body);font-size:.66rem;color:var(--ink-3);text-transform:uppercase;letter-spacing:.05em}

/* review cards */
.kf-rev{display:flex;flex-direction:column;gap:18px}
.kf-card{background:#fff;border:2px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.kf-chead{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 24px;
  background:var(--ink);color:#fff}
.kf-chead .kf-l{display:flex;align-items:center;gap:14px}
.kf-clogo{width:74px;height:48px;background:#fff;border-radius:8px;display:grid;place-items:center;overflow:hidden;flex-shrink:0}
.kf-clogo img{width:100%;height:100%;object-fit:contain}
.kf-chead h3{font-size:1.5rem}
.kf-chead .kf-tag{font-size:.82rem;color:#ffd23f;font-weight:600}
.kf-rating{background:var(--orange);color:#fff;font-family:var(--disp);font-size:1.5rem;font-weight:700;
  padding:6px 14px;border-radius:10px;white-space:nowrap}
.kf-cbody{padding:24px}
.kf-spec{width:100%;border-collapse:collapse;margin-bottom:16px}
.kf-spec th,.kf-spec td{text-align:left;padding:10px 12px;font-size:.88rem;border-bottom:1px solid var(--line)}
.kf-spec th{color:var(--ink-3);font-weight:600;width:42%;text-transform:uppercase;font-size:.78rem;letter-spacing:.03em}
.kf-cbody>p{color:var(--ink-2);margin-bottom:16px}
.kf-pc{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:6px}
.kf-pc>div{padding:14px 16px;border-radius:var(--r-sm);background:var(--bg-2)}
.kf-pc h4{font-family:var(--disp);font-size:1.05rem;margin-bottom:8px}
.kf-pros h4{color:var(--good)} .kf-cons h4{color:var(--bad)}
.kf-pc li{font-size:.86rem;color:var(--ink-2);padding-left:22px;position:relative;margin-bottom:6px}
.kf-pros li::before{content:"\2714";position:absolute;left:0;color:var(--good);font-weight:700}
.kf-cons li::before{content:"\2716";position:absolute;left:0;color:var(--bad);font-size:.8rem;top:2px}
.kf-cfoot{padding:0 24px 24px}

/* prose */
.kf-prose{max-width:800px}
.kf-prose h2{font-size:clamp(1.7rem,3.2vw,2.3rem);margin-bottom:14px}
.kf-prose p{color:var(--ink-2);margin-bottom:14px}
.kf-prose a{color:var(--blue);text-decoration:underline}

/* faq */
.kf-faq{display:flex;flex-direction:column;gap:10px;max-width:820px}
.kf-q{background:#fff;border:2px solid var(--line);border-radius:var(--r-sm);overflow:hidden}
.kf-q>button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;
  padding:16px 18px;text-align:left;font-family:var(--disp);font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.01em;color:var(--ink)}
.kf-q>button i{color:var(--orange);font-size:1.5rem;font-style:normal;transition:transform .2s}
.kf-q.on{border-color:var(--blue)}
.kf-q.on>button i{transform:rotate(45deg)}
.kf-ans{max-height:0;overflow:hidden;transition:max-height .28s ease}
.kf-ans p{padding:0 18px 16px;color:var(--ink-2);font-size:.92rem}
.kf-q.on .kf-ans{max-height:340px}

/* footer */
.kf-ft{background:var(--ink);color:#aeb8cc;padding:40px 0 22px}
.kf-ft .kf-top{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.12)}
.kf-ft .kf-logo{color:#fff}
.kf-ft .kf-logo b{color:#ffd23f}
.kf-ft .kf-links{display:flex;gap:22px;flex-wrap:wrap}
.kf-ft .kf-links a{font-family:var(--disp);font-size:1.02rem;text-transform:uppercase;color:#aeb8cc}
.kf-ft .kf-links a:hover{color:#fff}
.kf-disc{padding-top:18px;font-size:.8rem;color:#8a96ac;max-width:90ch}
.kf-disc a{color:#7aa4ff}
.kf-cpy{margin-top:12px;font-size:.8rem;color:#6b7690}

/* responsive */
@media(max-width:880px){
  .kf-nav{position:fixed;top:var(--hh);left:0;right:0;background:#fff;border-bottom:2px solid var(--ink);
    padding:20px;transform:translateY(-130%);opacity:0;visibility:hidden;transition:.25s;z-index:850}
  .kf-nav.open{transform:translateY(0);opacity:1;visibility:visible}
  .kf-nav ul{flex-direction:column;gap:14px}
  .kf-burg{display:flex}
  .kf-board .kf-ctn{grid-template-columns:1fr 1fr}
  .kf-row{grid-template-columns:1fr;text-align:center;gap:12px;justify-items:center}
  .kf-team{flex-direction:column} .kf-thumb{width:100px;height:64px}
  .kf-pc{grid-template-columns:1fr}
  .kf-chead{flex-direction:column;text-align:center}
}
@media(max-width:520px){.kf-board .kf-ctn{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* CONTENT EXTENSIONS */
.kf-dtable{width:100%;border-collapse:collapse;margin:0;font-size:.87rem}
.kf-dtable thead th{background:var(--ink);color:#fff;padding:10px 14px;text-align:left;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-family:var(--disp)}
.kf-dtable td{padding:10px 14px;color:var(--ink-2);border-bottom:1px solid var(--line);vertical-align:top}
.kf-dtable tr:hover td{background:var(--bg-2)}
.kf-dtable td:first-child{color:var(--ink);font-weight:700}
.kf-dtable-wrap{border:2px solid var(--line);border-radius:var(--r-md);overflow:hidden;margin:20px 0}
.kf-body{max-width:800px;margin:0 auto}
.kf-body h3{font-size:1.05rem;font-weight:700;color:var(--blue);margin:22px 0 8px;font-family:var(--disp)}
.kf-body p{color:var(--ink-2);margin-bottom:12px;font-size:.92rem;line-height:1.72}
.kf-fast{color:var(--good);font-weight:700}
.kf-slow{color:var(--ink-3)}
.kf-sec-inner{max-width:860px;margin:0 auto}

/* ADHOCLOGICA EXTENSIONS */
.kf-nda{background:var(--ink);color:#ffd23f;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:5px;margin-left:8px;vertical-align:middle}
.kf-nd{color:var(--ink-3);font-size:.9rem;font-weight:700}
.kf-topbar{background:var(--ink);color:#aeb8cc;font-size:.78rem;padding:7px 0}
.kf-topbar .kf-ctn{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}
.kf-topbar b{color:#ffd23f}
.kf-author{max-width:760px;margin:0 auto;background:#fff;border:2px solid var(--line);border-radius:var(--r-lg);padding:28px 26px;display:flex;gap:22px;align-items:flex-start}
.kf-author-avatar{width:76px;height:76px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-family:var(--disp);font-size:1.8rem;font-weight:700;flex-shrink:0;transform:skewX(-4deg)}
.kf-author-body h3{font-size:1.2rem;margin-bottom:2px}
.kf-author-role{font-size:.8rem;color:var(--ink-3);text-transform:uppercase;letter-spacing:.04em;font-weight:700;margin-bottom:10px;display:block}
.kf-author-body p{color:var(--ink-2);font-size:.9rem;margin-bottom:10px}
.kf-author-note{font-size:.74rem;color:var(--ink-3);font-style:italic}
@media(max-width:767px){
  .kf-author{flex-direction:column;align-items:center;text-align:center;padding:22px 18px}
  .kf-topbar .kf-ctn{justify-content:center;text-align:center}
}

/* MOBILE-FIRST OVERRIDES (table above the fold) */
@media (min-width: 768px) {
  .kf-hero { box-sizing: border-box; display: flex; align-items: center; }
  .kf-hero > .kf-ctn { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; max-width: 860px; margin: 0 auto; padding: 52px 40px 44px; width: 100%; }
  .kf-hero .kf-badge { display: flex; align-items: center; gap: 14px; width: 100%; background: transparent; border: none; box-shadow: none; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 0; border-radius: 0; }
  .kf-hero .kf-badge::before, .kf-hero .kf-badge::after { content: ''; display: block; flex: 1; height: 1px; background: rgba(255,255,255,.28); }
  .kf-hero h1 { width: 100%; font-size: clamp(28px, 3.6vw, 48px); line-height: 1.08; text-align: center; letter-spacing: -0.3px; margin: 0; }
  .kf-hero > .kf-ctn > p { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .kf-hero .kf-cta { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0; }
  .kf-hero .kf-cta .kf-btn { flex: 0 0 auto; padding: 13px 30px; font-size: 14px; }
  .kf-hero .kf-testblock { display: none; }
}
@media (max-width: 767px) {
  .kf-ctn { padding-left: 14px !important; padding-right: 14px !important; }
  .kf-nav { display: none !important; }
  .kf-hero { box-sizing: border-box !important; display: flex !important; align-items: center !important; padding: 20px 0 !important; }
  .kf-hero > .kf-ctn { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 16px !important; width: 100% !important; justify-content: center !important; }
  .kf-badge { display: flex !important; width: 100% !important; align-items: center !important; justify-content: center !important; gap: 12px !important; background: transparent !important; border: none !important; box-shadow: none !important; color: rgba(255,255,255,.55) !important; font-size: 9px !important; font-weight: 700 !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; padding: 0 !important; margin: 0 !important; border-radius: 0 !important; }
  .kf-badge::before, .kf-badge::after { content: '' !important; display: block !important; flex: 1 !important; height: 1px !important; background: rgba(255,255,255,.28) !important; }
  .kf-hero h1 { flex: 0 0 100% !important; width: 100% !important; font-size: 27px !important; line-height: 1.06 !important; letter-spacing: -0.3px !important; text-align: center !important; margin: 0 !important; padding: 0 !important; }
  .kf-hero > .kf-ctn > p { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
  .kf-testblock { display: none !important; }
  .kf-cta { width: 100% !important; display: flex !important; flex-direction: column !important; gap: 8px !important; margin: 0 !important; padding-bottom: env(safe-area-inset-bottom, 0px) !important; }
  .kf-cta .kf-btn { display: block !important; width: 100% !important; text-align: center !important; box-sizing: border-box !important; padding: 13px 16px !important; font-size: 14px !important; border-radius: 8px !important; }
  .kf-board { display: none !important; }
  .kf-sh h2 { font-size: 20px !important; line-height: 1.3 !important; }
  .kf-sh p { font-size: 14px !important; }
  .kf-list { display: flex !important; flex-direction: column !important; gap: 10px !important; }
  .kf-row { display: flex !important; flex-wrap: wrap !important; align-items: center !important; gap: 6px 8px !important; padding: 12px 10px !important; box-sizing: border-box !important; }
  .kf-seed { flex: 0 0 26px !important; font-size: 15px !important; font-weight: 700 !important; align-self: center !important; }
  .kf-team { flex: 1 1 0 !important; min-width: 0 !important; align-self: center !important; }
  .kf-thumb { flex-shrink: 0 !important; }
  .kf-thumb img { width: 38px !important; height: 38px !important; object-fit: contain !important; }
  .kf-tname { font-size: 14px !important; font-weight: 700 !important; display: block !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .kf-tsub { font-size: 11px !important; display: block !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .kf-odds { flex: 0 0 auto !important; font-size: 22px !important; font-weight: 800 !important; text-align: right !important; align-self: center !important; line-height: 1 !important; }
  .kf-odds small { display: block !important; font-size: 10px !important; font-weight: 400 !important; text-align: right !important; }
  .kf-offer { flex: 0 0 100% !important; order: 3 !important; font-size: 13px !important; line-height: 1.4 !important; }
  .kf-offer b { display: block !important; font-size: 13px !important; margin-bottom: 2px !important; }
  .kf-offer span { font-size: 11px !important; opacity: .8 !important; }
  .kf-row > div:last-child { flex: 0 0 100% !important; order: 4 !important; }
  .kf-row > div:last-child .kf-btn { display: block !important; width: 100% !important; text-align: center !important; box-sizing: border-box !important; padding: 12px 16px !important; font-size: 15px !important; }
  .kf-rev { display: flex !important; flex-direction: column !important; gap: 16px !important; }
  .kf-chead { flex-wrap: wrap !important; gap: 8px !important; }
  .kf-chead .kf-l { flex: 1 1 0 !important; min-width: 0 !important; }
  .kf-chead .kf-rating { flex: 0 0 auto !important; align-self: center !important; }
  .kf-clogo img { width: 40px !important; height: 40px !important; object-fit: contain !important; }
  .kf-spec { width: 100% !important; font-size: 12px !important; border-collapse: collapse !important; table-layout: fixed !important; }
  .kf-spec th { width: 42% !important; padding: 6px 8px !important; word-break: break-word !important; vertical-align: top !important; font-weight: 600 !important; }
  .kf-spec td { width: 58% !important; padding: 6px 8px !important; word-break: break-word !important; vertical-align: top !important; }
  .kf-pc { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .kf-pros li, .kf-cons li { font-size: 12px !important; line-height: 1.4 !important; }
  .kf-cfoot .kf-btn { display: block !important; width: 100% !important; text-align: center !important; box-sizing: border-box !important; padding: 12px 16px !important; font-size: 15px !important; }
  .kf-dtable-wrap { overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; margin-right: -14px !important; padding-right: 14px !important; border-radius: 8px !important; }
  .kf-dtable { min-width: 440px !important; font-size: 12px !important; border-collapse: collapse !important; }
  .kf-dtable th, .kf-dtable td { padding: 8px 10px !important; white-space: nowrap !important; }
  .kf-sec-inner { display: flex !important; flex-direction: column !important; gap: 16px !important; }
  .kf-body h3 { font-size: 17px !important; margin-top: 16px !important; margin-bottom: 8px !important; }
  .kf-body p { font-size: 14px !important; line-height: 1.6 !important; }
  .kf-prose h2 { font-size: 20px !important; line-height: 1.3 !important; }
  .kf-prose h3 { font-size: 17px !important; margin-top: 16px !important; }
  .kf-prose p { font-size: 14px !important; line-height: 1.6 !important; }
  .kf-faq { display: flex !important; flex-direction: column !important; gap: 6px !important; }
  .kf-q button { font-size: 14px !important; padding: 12px 14px !important; text-align: left !important; width: 100% !important; display: flex !important; justify-content: space-between !important; align-items: flex-start !important; gap: 8px !important; box-sizing: border-box !important; }
  .kf-ans { padding: 10px 14px 14px !important; }
  .kf-ans p { font-size: 13px !important; line-height: 1.6 !important; margin: 0 !important; }
  .kf-ft .kf-top { display: flex !important; flex-direction: column !important; gap: 12px !important; align-items: flex-start !important; }
  .kf-links { display: flex !important; flex-wrap: wrap !important; gap: 10px 16px !important; }
  .kf-links a { font-size: 13px !important; }
  .kf-disc { font-size: 11px !important; line-height: 1.6 !important; }
  .kf-cpy { font-size: 11px !important; }
}
