/* Cloud Cost Room · Breeze design system · shared tokens + components
   Extracted from index.html. Inherited by every page so the site reads as one brand. */

* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --white: #FFFFFF;
  --air: #F4F9FC;
  --air-2: #E9F2F8;
  --ink: #102430;
  --ink-2: #4B5E6B;
  --ink-3: #87989F;
  --line: #E0EBF1;
  --line-2: #CBDBE4;
  --cyan: #1FA3C4;
  --cyan-d: #0E7E9E;
  --teal: #18B89C;
  --teal-d: #0E9379;
  --teal-bg: #DFF5EF;
  --breeze: #6FC9DE;
}
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.sora { font-family: 'Sora', sans-serif; }
.mono { font-family: 'Geist Mono', monospace; }
a { color: inherit; text-decoration: none; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: 1300px; margin: 0 auto; padding: 16px 34px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mk { width: 40px; height: 40px; border-radius: 12px; background: var(--air); border: 1px solid var(--line-2); position: relative; overflow: hidden; }
.brand .mk::before, .brand .mk::after { content: ''; position: absolute; left: 7px; height: 2px; border-radius: 2px; background: var(--cyan); }
.brand .mk::before { top: 15px; width: 18px; box-shadow: 0 -6px 0 -0.5px var(--breeze); }
.brand .mk::after { top: 23px; width: 13px; background: var(--teal); }
.brand .bt .t { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; display: block; line-height: 1; }
.brand .bt .s { font-family: 'Geist Mono', monospace; font-size: 9.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--cyan-d); margin-top: 3px; }
.nav-links { display: flex; gap: 4px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-2); padding: 8px 14px; border-radius: 9px; transition: all 0.15s; }
.nav-links a:hover { color: var(--ink); background: var(--air); }
.nav-cta { font-size: 13px; font-weight: 600; background: var(--cyan-d); color: #fff; padding: 11px 18px; border-radius: 11px; transition: all 0.15s; }
.nav-cta:hover { background: var(--ink); }

.wrap { max-width: 1300px; margin: 0 auto; padding: 0 34px; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 34px; }

/* HERO with flowing streamlines */
.hero { position: relative; padding: 84px 0 80px; overflow: hidden; background: linear-gradient(180deg, var(--air), #fff 80%); }
.hero.compact { padding: 60px 0 52px; }
.flow { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.flow svg { width: 100%; height: 100%; }
.stream { fill: none; stroke-linecap: round; opacity: 0.5; stroke-dasharray: 8 14; animation: drift 3s linear infinite; }
@keyframes drift { to { stroke-dashoffset: -44; } }
.hero-inner { position: relative; z-index: 1; max-width: 1300px; margin: 0 auto; padding: 0 34px; }
.hero-pill { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line-2); border-radius: 30px; padding: 7px 16px 7px 12px; font-size: 13px; font-weight: 500; color: var(--ink-2); margin-bottom: 28px; box-shadow: 0 6px 18px -10px rgba(31,163,196,0.4); }
.hero-pill .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); }
.hero h1 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(40px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -0.04em; margin-bottom: 26px; max-width: 18ch; }
.hero h1 .cyan { color: var(--cyan-d); } .hero h1 .teal { color: var(--teal-d); }
.hero-lede { font-size: 19px; line-height: 1.6; color: var(--ink-2); max-width: 620px; margin-bottom: 30px; }
.hero-lede strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.btn { font-size: 14px; font-weight: 600; padding: 15px 26px; border-radius: 13px; transition: all 0.15s; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
.btn-cyan { background: var(--cyan-d); color: #fff; box-shadow: 0 12px 30px -12px rgba(14,126,158,0.7); }
.btn-cyan:hover { background: var(--ink); }
.btn-soft { background: #fff; border: 1px solid var(--line-2); color: var(--ink); }
.btn-soft:hover { border-color: var(--ink); }
.pay-strip { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-strip span { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 7px 13px; }
.pay-strip span b { color: var(--teal-d); font-weight: 600; }

/* BREADCRUMB */
.crumb { font-family: 'Geist Mono', monospace; font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3); padding: 18px 0 0; }
.crumb a { color: var(--cyan-d); } .crumb a:hover { color: var(--ink); }
.crumb span { color: var(--line-2); margin: 0 8px; }

/* STATS */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--air); }
.stats-inner { max-width: 1300px; margin: 0 auto; padding: 0 34px; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 40px 30px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 54px; line-height: 0.9; letter-spacing: -0.03em; }
.stat-num .u { color: var(--cyan-d); }
.stat-label { font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3); line-height: 1.6; margin-top: 14px; }

.sect { padding: 72px 0; }
.sect-head { max-width: 760px; margin-bottom: 44px; }
.sect-tag { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan-d); font-weight: 500; margin-bottom: 16px; }
.sect-head h2 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(30px,3.8vw,52px); line-height: 1.04; letter-spacing: -0.035em; }
.sect-head h2 .cyan { color: var(--cyan-d); } .sect-head h2 .teal { color: var(--teal-d); }
.sect-head p { font-size: 17px; color: var(--ink-2); margin-top: 14px; line-height: 1.6; }

/* METHOD */
.method { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.mcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; transition: transform 0.18s, box-shadow 0.18s; }
.mcard:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -24px rgba(31,163,196,0.4); }
.mcard .gust { width: 48px; height: 28px; margin-bottom: 18px; position: relative; }
.mcard .gust span { position: absolute; left: 0; height: 2.5px; border-radius: 2px; background: var(--cyan); }
.mcard .gust span:nth-child(1) { top: 4px; width: 30px; } .mcard .gust span:nth-child(2) { top: 12px; width: 40px; background: var(--breeze); } .mcard .gust span:nth-child(3) { top: 20px; width: 22px; background: var(--teal); }
.mcard:nth-child(4) .gust span { background: var(--teal); }
.mcard .step { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.mcard h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -0.02em; margin-bottom: 12px; }
.mcard p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }

/* SERVICES grid */
.svc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.svc { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; display: grid; grid-template-columns: 48px 1fr 28px; gap: 16px; align-items: center; transition: all 0.18s; }
.svc:hover { border-color: var(--cyan); box-shadow: 0 16px 36px -22px rgba(31,163,196,0.45); }
.svc:hover .sv-arrow { color: var(--cyan-d); transform: translateX(5px); }
.sv-ic { width: 48px; height: 48px; border-radius: 13px; background: var(--air); display: flex; align-items: center; justify-content: center; font-family: 'Geist Mono', monospace; font-weight: 500; font-size: 12px; color: var(--cyan-d); }
.sv-body h3 { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: -0.02em; margin-bottom: 4px; }
.sv-body p { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.sv-arrow { font-size: 20px; font-weight: 700; color: var(--ink-3); transition: all 0.18s; text-align: right; }

/* WHY grid */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px 30px; }
.why-card .wc-id { font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan-d); margin-bottom: 20px; }
.why-card .wc-big { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 60px; line-height: 0.85; letter-spacing: -0.03em; margin-bottom: 16px; }
.why-card .wc-big .u { color: var(--cyan-d); }
.why-card.teal .wc-big { color: var(--teal-d); }
.why-card h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 21px; letter-spacing: -0.02em; margin-bottom: 12px; }
.why-card p { font-size: 14.5px; line-height: 1.65; color: var(--ink-2); }

/* CASES */
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.case { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; transition: transform 0.18s, box-shadow 0.18s; }
.case:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -24px rgba(31,163,196,0.35); }
.case-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.case-tag { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3); }
.case-pct { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 22px; color: var(--teal-d); background: var(--teal-bg); padding: 4px 12px; border-radius: 20px; }
.case h4 { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 19px; letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 22px; }
.case-bars { display: grid; gap: 14px; }
.cb-row { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; }
.cb-track { height: 10px; background: var(--air); border-radius: 6px; overflow: hidden; }
.cb-fill { height: 100%; border-radius: 6px; }
.cb-fill.before { background: var(--breeze); width: 100%; }
.cb-fill.after { background: var(--teal); }

/* LIBRARY */
.lib-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 16px; }
.lib-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; transition: transform 0.18s, box-shadow 0.18s; }
.lib-card:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -24px rgba(31,163,196,0.35); }
.lib-card.feat { grid-row: span 2; background: linear-gradient(160deg, var(--cyan), var(--cyan-d)); color: #fff; border: none; }
.lib-tag { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cyan-d); font-weight: 500; margin-bottom: 16px; }
.lib-card.feat .lib-tag { color: #C4ECF5; }
.lib-card h3 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 30px; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 14px; }
.lib-card h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 10px; }
.lib-card p { font-size: 13.5px; line-height: 1.6; color: var(--ink-2); flex: 1; margin-bottom: 16px; }
.lib-card.feat p { color: rgba(255,255,255,0.85); }
.read { font-size: 13px; font-weight: 600; color: var(--cyan-d); align-self: flex-start; }
.lib-card.feat .read { color: #fff; }

/* SUBSCRIBE */
.sub-card { background: var(--air); border: 1px solid var(--line); border-radius: 28px; padding: 56px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.sub-card .swoosh { position: absolute; inset: 0; pointer-events: none; opacity: 0.4; }
.sub-tag { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan-d); font-weight: 500; margin-bottom: 18px; position: relative; }
.sub-card h2 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(28px,3.2vw,42px); line-height: 1.05; letter-spacing: -0.035em; margin-bottom: 16px; position: relative; }
.sub-card p { font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 460px; position: relative; }
.sub-form { position: relative; }
.sub-form .sf-label { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.sub-form input { width: 100%; background: #fff; border: 1px solid var(--line-2); border-radius: 13px; padding: 15px; font-family: inherit; font-size: 14px; color: var(--ink); outline: none; margin-bottom: 12px; }
.sub-form input:focus { border-color: var(--cyan); }
.sub-form button { width: 100%; background: var(--cyan-d); color: #fff; border: none; border-radius: 13px; padding: 16px; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.sub-form button:hover { background: var(--ink); }

/* FOOTER */
footer { padding: 64px 0 28px; background: var(--air); border-top: 1px solid var(--line); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid var(--line-2); margin-bottom: 24px; }
.foot-brand .brand { margin-bottom: 18px; }
.foot-brand p { font-size: 14px; line-height: 1.6; color: var(--ink-2); max-width: 360px; margin-bottom: 16px; }
.foot-locs { font-family: 'Geist Mono', monospace; font-size: 12px; color: var(--cyan-d); font-weight: 500; }
.foot-col h5 { font-size: 13px; font-weight: 700; margin-bottom: 16px; }
.foot-col ul { list-style: none; } .foot-col li { margin-bottom: 9px; }
.foot-col a { font-size: 14px; color: var(--ink-2); } .foot-col a:hover { color: var(--cyan-d); }
.foot-bar { display: flex; justify-content: space-between; font-family: 'Geist Mono', monospace; font-size: 11px; color: var(--ink-3); gap: 20px; flex-wrap: wrap; }

/* ===== ARTICLE / PROSE (pillars, subs, papers, core) ===== */
.article { padding: 8px 0 56px; }
.prose { max-width: 760px; }
.prose p { font-size: 17px; line-height: 1.72; color: var(--ink-2); margin-bottom: 20px; }
.prose p strong, .prose li strong { color: var(--ink); font-weight: 600; }
.prose h2 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(26px,3vw,38px); letter-spacing: -0.03em; line-height: 1.1; color: var(--ink); margin: 48px 0 18px; scroll-margin-top: 90px; }
.prose h3 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -0.02em; color: var(--ink); margin: 32px 0 12px; }
.prose ul, .prose ol { margin: 0 0 22px 22px; }
.prose li { font-size: 17px; line-height: 1.7; color: var(--ink-2); margin-bottom: 10px; }
.prose a { color: var(--cyan-d); font-weight: 600; border-bottom: 1px solid var(--line-2); }
.prose a:hover { color: var(--ink); border-color: var(--ink); }
.lede { font-size: 21px !important; line-height: 1.6 !important; color: var(--ink) !important; font-weight: 500; }

/* data tables in prose */
.tbl-wrap { overflow-x: auto; margin: 0 0 28px; border: 1px solid var(--line); border-radius: 14px; }
table.data { border-collapse: collapse; width: 100%; font-size: 14.5px; }
table.data th, table.data td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.data th { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3); background: var(--air); }
table.data tr:last-child td { border-bottom: none; }
table.data td { color: var(--ink-2); line-height: 1.5; }
table.data td strong { color: var(--ink); }

/* callout / key-takeaway box */
.callout { background: var(--air); border: 1px solid var(--line); border-left: 3px solid var(--cyan); border-radius: 12px; padding: 22px 26px; margin: 0 0 28px; }
.callout .k { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cyan-d); margin-bottom: 8px; }
.callout p { font-size: 16px; margin: 0; color: var(--ink-2); }
.callout.teal { border-left-color: var(--teal); }
.callout.teal .k { color: var(--teal-d); }

/* inline CTA band inside articles */
.cta-band { background: linear-gradient(160deg, var(--cyan), var(--cyan-d)); color: #fff; border-radius: 20px; padding: 36px 40px; margin: 40px 0; }
.cta-band h3 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 26px; letter-spacing: -0.025em; margin-bottom: 10px; color: #fff; }
.cta-band p { font-size: 16px; color: rgba(255,255,255,0.9); margin-bottom: 20px; max-width: 560px; }
.cta-band .btn-white { background: #fff; color: var(--cyan-d); font-weight: 700; }
.cta-band .btn-white:hover { background: var(--ink); color: #fff; }

/* table of contents */
.toc { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 30px; margin: 0 0 36px; }
.toc .k { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cyan-d); margin-bottom: 14px; }
.toc ol { columns: 2; column-gap: 36px; margin: 0 0 0 18px; }
.toc li { font-size: 14.5px; margin-bottom: 9px; color: var(--ink-2); }
.toc a { color: var(--ink-2); font-weight: 500; }
.toc a:hover { color: var(--cyan-d); }

/* down-link list (pillar to subs) */
.linklist { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 0 0 28px; }
.linklist a { display: block; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; font-size: 14.5px; font-weight: 600; color: var(--ink); transition: all 0.16s; border-bottom: 1px solid var(--line); }
.linklist a:hover { border-color: var(--cyan); color: var(--cyan-d); transform: translateX(3px); }

/* SERVICE page bits */
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.feature-list .fi { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; }
.feature-list .fi h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -0.02em; margin-bottom: 8px; }
.feature-list .fi p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }

/* PRICING cards */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px 30px; display: flex; flex-direction: column; }
.price-card.feat { border-color: var(--cyan); box-shadow: 0 24px 50px -30px rgba(31,163,196,0.5); }
.price-card .pc-tag { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cyan-d); margin-bottom: 14px; }
.price-card h3 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 26px; letter-spacing: -0.025em; margin-bottom: 10px; }
.price-card .pc-line { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; color: var(--teal-d); margin-bottom: 16px; }
.price-card p { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.price-card ul { list-style: none; margin-bottom: 22px; }
.price-card li { font-size: 14px; color: var(--ink-2); padding: 8px 0 8px 24px; position: relative; border-top: 1px solid var(--line); }
.price-card li::before { content: '·'; position: absolute; left: 6px; color: var(--teal-d); font-weight: 700; font-size: 20px; line-height: 1; top: 8px; }

/* GATED white paper layout */
.gate { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: start; }
.gate-form { background: #fff; border: 1px solid var(--line-2); border-radius: 22px; padding: 34px; position: sticky; top: 96px; box-shadow: 0 24px 50px -34px rgba(31,163,196,0.4); }
.gate-form .gf-k { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cyan-d); margin-bottom: 8px; }
.gate-form h3 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; margin-bottom: 8px; line-height: 1.15; }
.gate-form p.gf-sub { font-size: 14px; color: var(--ink-2); margin-bottom: 20px; line-height: 1.55; }
.gate-form label { display: block; font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.gate-form input, .gate-form select { width: 100%; background: #fff; border: 1px solid var(--line-2); border-radius: 11px; padding: 13px; font-family: inherit; font-size: 14px; color: var(--ink); outline: none; margin-bottom: 14px; }
.gate-form input:focus, .gate-form select:focus { border-color: var(--cyan); }
.gate-form button { width: 100%; background: var(--cyan-d); color: #fff; border: none; border-radius: 12px; padding: 15px; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.gate-form button:hover { background: var(--ink); }
.gate-form .gf-fine { font-size: 11.5px; color: var(--ink-3); margin-top: 12px; line-height: 1.5; }
.contents-list { list-style: none; }
.contents-list li { font-size: 15.5px; color: var(--ink-2); padding: 13px 0 13px 30px; position: relative; border-bottom: 1px solid var(--line); }
.contents-list li::before { content: counter(ci,decimal-leading-zero); counter-increment: ci; position: absolute; left: 0; top: 13px; font-family: 'Geist Mono', monospace; font-size: 12px; color: var(--cyan-d); }
.contents-list { counter-reset: ci; }

@media (max-width: 1024px) {
  .wrap, .nav-inner, .hero-inner, .stats-inner, .wrap-narrow { padding-left: 18px; padding-right: 18px; }
  .nav-links { display: none; }
  .stats-inner, .method, .svc-grid, .why-grid, .case-grid, .lib-grid, .linklist, .feature-list, .price-grid, .gate { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .lib-card.feat { grid-row: auto; }
  .sub-card { grid-template-columns: 1fr; gap: 28px; padding: 36px; }
  .hero h1 { font-size: clamp(34px,8vw,54px); }
  .toc ol { columns: 1; }
  .gate-form { position: static; }
}
