/*typo-v1*/
/* ============ READYT BLOG — Ada-style layout, Readyt palette ============ */

/* ---- Fonts ---- */
@font-face { font-family: 'Geist'; src: url('/assets/fonts/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('/assets/fonts/b6Y37FthZeALduNqHicBT6FutY.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('/assets/fonts/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('/assets/fonts/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('/assets/fonts/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Geist', 'Geist Variable', Inter, -apple-system, sans-serif; color: #171717; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- Tokens ---- */
:root {
  --orange: rgb(247, 113, 2);
  --orange-light: rgb(255, 152, 56);
  --ink: #171717;
  --dark: #0a0a0a;
  --gray: rgb(115, 115, 115);
  --text-2: rgb(99, 99, 99);
  --paper: #fff;
  --hairline: #ececec;
  --band: #FFE3C7;            /* Ada blue band -> Readyt peach */
  --card-r: 14px;
  --chip-shadow: rgba(23, 23, 23, 0.04) 0px 4px 4px 0px;
  --shadow-btn: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 2px 4px 0 rgba(247,113,2,0.2), 0 8px 18px -4px rgba(247,113,2,0.35);
  /* category pill palette (Ada pastels, Readyt hues) */
  --pill-playbook-bg: #FFE3C7;   --pill-playbook-tx: #8F4A00;
  --pill-geo-bg: #DCE7FB;        --pill-geo-tx: #1D4FD7;
  --pill-comparison-bg: #F9E8A0; --pill-comparison-tx: #6B5200;
  --pill-usecase-bg: #DCF2E4;    --pill-usecase-tx: #157A45;
  --pill-default-bg: #EFEFEC;    --pill-default-tx: #55554F;
}

/* ---- Top banner (site chrome) ---- */
.top-banner { background: linear-gradient(90deg, var(--orange), var(--orange-light)); color: #fff; text-align: center; padding: 8px 16px; font-size: 13px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 10px; }
.top-banner .dot { width: 8px; height: 8px; background: #34d399; border-radius: 50%; box-shadow: 0 0 6px 0 rgb(34,197,94); }
.top-banner .badge { background: rgba(255,255,255,0.2); padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.top-banner .see-how { background: rgba(0,0,0,0.15); padding: 4px 12px; border-radius: 999px; font-size: 12px; color: #fff; transition: background .2s; }
.top-banner .see-how:hover { background: rgba(0,0,0,0.25); }

/* ============ SHARED PRIMITIVES ============ */

.band { background: #fff; }

/* generic eyebrow chip (category-page hero) */
.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink); background: #fff; border: 1px solid #ececec; border-radius: 999px; padding: 4px 11px; box-shadow: var(--chip-shadow); }
.chip .spark { color: var(--orange); font-size: 12px; }
.chip.sm { font-size: 12.5px; padding: 3px 10px; }

/* Ada category pill */
.cat-pill { display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: 0; border-radius: 999px; padding: 5px 13px; background: var(--pill-default-bg); color: var(--pill-default-tx); white-space: nowrap; }
.cat-pill.cat-playbook { background: var(--pill-playbook-bg); color: var(--pill-playbook-tx); }
.cat-pill.cat-geo { background: var(--pill-geo-bg); color: var(--pill-geo-tx); }
.cat-pill.cat-comparison { background: var(--pill-comparison-bg); color: var(--pill-comparison-tx); }
.cat-pill.cat-usecase { background: var(--pill-usecase-bg); color: var(--pill-usecase-tx); }
.read-time { font-size: 13.5px; font-weight: 500; color: var(--gray); }
.pc-meta { display: flex; align-items: center; gap: 12px; }

/* avatar */
.avatar { width: 24px; height: 24px; border-radius: 100%; object-fit: cover; overflow: hidden; background: linear-gradient(135deg, var(--orange-light), var(--orange)); color: #fff; font-size: 9.5px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }

.vsep { width: 1px; height: 16px; background: #e2e2e2; display: inline-block; flex: 0 0 auto; }

/* dark cover art (kept: Readyt gradient tiles act as the article "photos") */
.cover { position: relative; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #1a1a1c, #0c0c0d 70%); }
.cover::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 44px 44px; }
.cover::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(255,255,255,0.07), transparent 70%); }
.cover .glyph { position: relative; z-index: 1; font-weight: 500; letter-spacing: -0.02em; color: #fff; font-size: clamp(16px, 2.4vw,26px); text-align: center; padding: 0 28px; line-height: 1.2; }
.cover.theme-orange::after { background: radial-gradient(ellipse 60% 55% at 50% 45%, rgba(247,113,2,0.30), transparent 70%); }
.cover.theme-blue::after { background: radial-gradient(ellipse 60% 55% at 50% 45%, rgba(79,139,255,0.28), transparent 70%); }
.cover.theme-green::after { background: radial-gradient(ellipse 60% 55% at 50% 45%, rgba(52,211,153,0.22), transparent 70%); }
.cover.theme-dark::after { background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(255,255,255,0.09), transparent 70%); }
.cover .cover-chip { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); z-index: 2; background: rgba(18,18,18,0.65); border: 1px solid rgba(255,255,255,0.16); color: #fff; font-size: 12.5px; font-weight: 500; border-radius: 999px; padding: 4px 12px; backdrop-filter: blur(4px); box-shadow: none; }

/* black pill button with accent disc (Ada "Read ->") */
.btn-read { display: inline-flex; align-items: center; gap: 14px; background: #111; color: #fff; border-radius: 999px; padding: 7px 7px 7px 22px; font-size: 15px; font-weight: 600; transition: transform .15s ease; }
.btn-read:hover { transform: translateY(-1px); }
.disc { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(180deg, var(--orange-light), var(--orange)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; flex: 0 0 auto; }

/* ============ BLOG LISTING (Ada layout) ============ */

/* colored band peeking behind the white sheet */
.ada-wrap { background: linear-gradient(180deg, var(--band) 0, var(--band) 300px, #fff 300px); padding: 44px 26px 0; }
.sheet { background: #fff; border: 1px solid var(--hairline); border-bottom: none; border-radius: 22px 22px 0 0; padding: 52px 52px 0; }

.sheet-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-bottom: 36px; }
.sheet-head h1 { font-size: 15px; font-weight: 600; letter-spacing: .01em; color: var(--ink); }
.sheet-head h1 .dot-o { color: var(--orange); }
.sheet-head .sh-sub { font-size: 13.5px; color: var(--gray); }

.sheet-rule { border-top: 1px solid var(--hairline); }

/* featured split */
.feat { display: grid; grid-template-columns: 1.06fr 1fr; gap: 56px; padding: 0 0 52px; align-items: start; }
.feat-cover { display: block; }
.feat .cover { aspect-ratio: 4 / 3; border-radius: 2px; }
.feat .cover .glyph { font-size: clamp(21px, 3vw,37px); }
.feat-body { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding-top: 4px; }
.feat-body h2 { font-size: clamp(24px, 3.4vw,35px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.12; color: var(--ink); }
.feat-body h2 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.feat-body .excerpt { font-size: 16px; line-height: 1.5; color: var(--gray); max-width: 44ch; }
.feat-body .btn-read { margin-top: 18px; }

/* hairline-separated 3-col grid (Ada) */
.grid-clip { overflow: hidden; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 0; row-gap: 56px; margin-left: -1px; padding: 44px 0; }
.post-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 0 30px; background: none; border: none; border-radius: 0; box-shadow: none; }
.post-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--hairline); }
.post-card .cover { aspect-ratio: 4 / 3; border-radius: 2px; margin-bottom: 8px; }
.post-card h3 { font-size: 21px; font-weight: 500; line-height: 1.25; letter-spacing: -0.01em; color: var(--ink); }
.post-card:hover h3 { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.post-card .excerpt { font-size: 15px; line-height: 1.5; color: var(--gray); font-weight: 400; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

/* hub row: search + categories | newsletter | lead magnet */
.hub { display: grid; grid-template-columns: 285px minmax(0, 1fr) 330px; padding: 56px 0; align-items: start; }
.hub-col { padding: 0 40px; min-width: 0; }
.hub-col:first-child { padding-left: 0; }
.hub-col:last-child { padding-right: 0; }
.hub-col + .hub-col { border-left: 1px solid var(--hairline); }
.hub-search { display: flex; align-items: center; gap: 10px; border: 1px solid var(--hairline); border-radius: 999px; padding: 12px 18px; background: #fff; }
.hub-search svg { flex: 0 0 auto; color: var(--gray); }
.hub-search input { border: 0; outline: 0; width: 100%; font-size: 14px; color: var(--ink); background: transparent; font-family: inherit; }
.hub-search input::placeholder { color: #a3a3a3; }
.hub-cats-h { font-size: 14.5px; font-weight: 600; color: var(--ink); margin: 30px 0 14px; padding-top: 26px; border-top: 1px solid var(--hairline); }
.hub-cats { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.hub-cat { display: inline-flex; align-items: center; font-size: 13.5px; font-weight: 500; color: var(--ink); background: #F4F4F1; border: 1px solid transparent; border-radius: 999px; padding: 7px 15px; transition: background .15s ease, color .15s ease; }
.hub-cat:hover { background: #ebebe6; }
.hub-cat.is-active { background: var(--ink); color: #fff; }

.hub-nl { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding-top: 26px; padding-bottom: 10px; }
.hub-nl h2 { font-size: clamp(30px, 4.4vw,45px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.02; color: var(--ink); text-transform: lowercase; }
.hub-nl p { font-size: 15px; line-height: 1.5; color: var(--gray); max-width: 34ch; }
.hub-nl form { margin-top: 14px; display: flex; align-items: center; gap: 8px; width: 100%; max-width: 430px; border: 1px solid #dcdcd7; border-radius: 999px; padding: 6px 6px 6px 20px; background: #fff; }
.hub-nl input { flex: 1; border: 0; outline: 0; background: transparent; font-family: inherit; font-size: 14px; color: var(--ink); min-width: 0; }
.hub-nl input::placeholder { color: #a3a3a3; }
.hub-nl button.disc { width: 40px; height: 40px; background: #111; transition: transform .15s ease; }
.hub-nl button.disc:hover { transform: translateY(-1px); }

.magnet-card { background: var(--band); border-radius: var(--card-r); overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-bottom: 24px; }
.magnet-card .magnet-cover { aspect-ratio: 16 / 10; border-radius: 0; width: 100%; }
.magnet-card h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; color: #3a2410; padding: 10px 22px 0; }
.magnet-card p { font-size: 14px; line-height: 1.5; color: #6d4a26; padding: 0 22px; }
.btn-learn { display: inline-flex; align-items: center; gap: 12px; margin: 8px 22px 0; background: #fff; color: var(--ink); border-radius: 999px; padding: 6px 6px 6px 18px; font-size: 14px; font-weight: 600; transition: transform .15s ease; }
.btn-learn:hover { transform: translateY(-1px); }
.btn-learn .disc { width: 32px; height: 32px; background: #111; font-size: 14px; }

/* archive */
.archive { padding-bottom: 40px; }
.arch-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 44px 0 0; }
.arch-head h2 { font-size: 16px; font-weight: 600; color: var(--ink); }
.arch-tools { display: flex; align-items: center; gap: 16px; }
.result-count { font-size: 13px; color: var(--gray); }
.result-count b { color: var(--ink); font-weight: 600; }
.reset-filters { font-size: 13px; color: var(--gray); background: none; border: none; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; transition: color .14s ease; padding: 0; }
.reset-filters:hover { color: var(--ink); }
.load-more-wrap { display: flex; justify-content: center; padding: 6px 0 56px; }
.load-more { font-size: 14px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--hairline); border-radius: 999px; padding: 11px 26px; cursor: pointer; box-shadow: var(--chip-shadow); transition: transform .16s ease, border-color .16s ease; }
.load-more:hover { transform: translateY(-1px); border-color: var(--ink); }
.no-results { text-align: center; color: var(--gray); padding: 40px 0; font-size: 15px; }

/* ============ CATEGORY PAGES ============ */
.blog-hero { padding: 64px 40px 56px; background: #fff; border-bottom: 1px solid var(--hairline); }
.blog-hero .crumbs { font-size: 14px; color: var(--gray); margin-bottom: 18px; }
.blog-hero .crumbs a:hover { color: var(--ink); }
.blog-hero .crumbs .sep { margin: 0 7px; opacity: .5; }
.blog-hero h1 { font-size: clamp(30px, 3.8vw,42px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.0; color: var(--ink); max-width: 700px; margin-top: 24px; }
.blog-hero .crumbs + h1 { margin-top: 0; }
.blog-hero p { margin-top: 20px; font-size: 15px; line-height: 1.45; color: var(--gray); max-width: 460px; font-weight: 400; }
.blog-all { padding: 8px 40px 56px; overflow: hidden; }

/* ============ ARTICLE PAGE ============ */
.post-hero { padding: 72px 40px 0; background: #fff; }
.post-hero .crumbs { font-size: 14px; color: var(--gray); margin-bottom: 22px; }
.post-hero .crumbs a:hover { color: var(--ink); }
.post-hero .crumbs .sep { margin: 0 7px; opacity: .5; }
.post-hero h1 { font-size: clamp(28px, 3.8vw,42px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.05; color: var(--ink); max-width: 980px; }
.post-hero .byline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 40px; padding: 20px 0; border-top: 1px solid var(--hairline); }
.post-hero .byline .who { display: flex; align-items: center; gap: 12px; }
.post-hero .byline .avatar { width: 34px; height: 34px; font-size: 12.5px; }
.post-hero .byline .who b { display: block; font-size: 14.5px; font-weight: 500; color: var(--ink); }
.post-hero .byline .who span { display: block; font-size: 14px; color: var(--gray); }
.post-hero .byline .right { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--gray); }

.post-cover-band { padding: 24px 12px 0; background: #fff; }
.post-cover-band .cover { border-radius: 2px; aspect-ratio: 1180 / 596; }
.post-cover-band .cover .glyph { font-size: clamp(23px, 3.4vw,40px); }

.post-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 44px; padding: 40px 40px 72px; background: #fff; }
.post-side { display: flex; flex-direction: column; gap: 16px; align-self: start; position: sticky; top: 24px; }
.side-card { background: #fff; border: 1px solid var(--hairline); border-radius: var(--card-r); padding: 20px; }
.side-card .sc-h { font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 14px; }
.side-card.toc a { display: block; font-size: 13px; line-height: 1.45; color: var(--gray); padding: 6px 0 6px 12px; border-left: 2px solid transparent; transition: color .15s, border-color .15s; }
.side-card.toc a:hover { color: var(--ink); border-color: var(--ink); }
.side-card.nl p { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
.side-card.nl input { width: 100%; padding: 10px 14px; font-size: 13px; font-family: inherit; border: 1px solid #e4e4e4; border-radius: 999px; outline: none; background: #fff; margin-bottom: 8px; color: var(--ink); }
.side-card.nl input::placeholder { color: #a3a3a3; }
.side-card.nl .btn-dark, .side-card.nl .btn-light { width: 100%; font-size: 13px; padding: 10px 12px; border-radius: 999px; }
.side-card.share .icons { display: flex; gap: 8px; flex-wrap: wrap; }
.side-card.share .icons a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--hairline); border-radius: 50%; color: var(--ink); transition: background .15s; }
.side-card.share .icons a:hover { background: #f4f4f4; }
.ai-chips { display: flex; flex-direction: column; gap: 8px; }
.ai-chip { display: flex; align-items: center; gap: 9px; border: 1px solid var(--hairline); border-radius: 999px; padding: 9px 14px; font-size: 13px; font-weight: 500; color: var(--ink); transition: background .15s; }
.ai-chip:hover { background: #f6f6f6; }
.ai-chip span { flex: 1; }
.ai-chip svg:last-child { color: #b0b0b0; }

.post-content { max-width: 644px; font-size: 16px; line-height: 1.5; color: var(--gray); font-weight: 400; padding-top: 8px; }
.post-content h2 { font-size: 22px; font-weight: 500; letter-spacing: -0.04em; line-height: 1.2; color: var(--ink); margin: 44px 0 16px; scroll-margin-top: 28px; }
.post-content h2:first-child { margin-top: 0; }
.post-content h3 { font-size: 17px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); margin: 30px 0 12px; scroll-margin-top: 28px; }
.post-content p { margin: 0 0 16px; }
.post-content ul, .post-content ol { margin: 0 0 16px; padding-left: 22px; }
.post-content li { margin-bottom: 8px; }
.post-content a { color: var(--ink); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.post-content a:hover { color: var(--orange); }
.post-content blockquote { border-left: 2px solid var(--ink); padding: 4px 0 4px 18px; margin: 0 0 16px; color: var(--ink); font-size: 16px; }
.post-content code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13.5px; background: #efefef; border-radius: 5px; padding: 1px 6px; color: var(--ink); }
.post-content pre { background: #171717; color: #e8e8ea; border-radius: 10px; padding: 18px 22px; overflow-x: auto; margin: 0 0 16px; }
.post-content pre code { background: none; color: inherit; padding: 0; }
.post-content hr { border: none; border-top: 1px solid #e4e4e4; margin: 32px 0; }
.post-content img { border-radius: 6px; }
.post-content strong { font-weight: 600; color: var(--ink); }
.post-content .table-wrap { overflow-x: auto; margin: 0 0 16px; border: 1px solid var(--hairline); border-radius: 10px; background: #fff; }
.post-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.post-content th, .post-content td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--hairline); }
.post-content th { color: var(--ink); font-weight: 600; background: #fafafa; }
.post-content tr:last-child td { border-bottom: none; }

/* Key takeaways */
.takeaways { background: #FFF7EF; border: 1px solid #F5E3CF; border-radius: var(--card-r); padding: 22px 24px; margin: 0 0 32px; }
.takeaways .th { font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--ink); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.takeaways .th::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.takeaways ul { margin: 0; padding-left: 20px; }
.takeaways li { margin-bottom: 8px; font-size: 14.5px; line-height: 1.45; color: #5d4a35; }
.takeaways li strong { color: var(--ink); }
.takeaways li:last-child { margin-bottom: 0; }

/* FAQ */
.post-content .faq-item { background: #fff; border: 1px solid var(--hairline); border-radius: var(--card-r); padding: 18px 22px; margin-bottom: 12px; }
.post-content .faq-item h3 { margin: 0 0 8px; font-size: 16px; }
.post-content .faq-item p { margin: 0; font-size: 14.5px; }

/* Author box */
.author-box { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--hairline); border-radius: var(--card-r); padding: 22px 24px; margin-top: 44px; }
.author-box .avatar { width: 48px; height: 48px; font-size: 17px; }
.author-box .ab-name { font-weight: 500; font-size: 15px; color: var(--ink); }
.author-box .ab-role { font-size: 13px; color: var(--gray); margin-top: 2px; }
.author-box .ab-bio { font-size: 14px; line-height: 1.5; color: var(--gray); margin-top: 10px; }

/* Related */
.related { padding: 8px 40px 56px; background: var(--paper); overflow: hidden; }
.related h2 { font-size: 22px; font-weight: 500; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 4px; }

/* CTA band */
.post-cta { margin: 0; padding: 72px 40px; background: #fff; border-top: 1px solid var(--hairline); display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.post-cta h3 { font-size: clamp(21px, 2.8vw,30px); font-weight: 500; letter-spacing: -0.02em; color: var(--ink); max-width: 520px; }
.post-cta p { margin-top: 10px; font-size: 16px; color: var(--gray); max-width: 460px; line-height: 1.4; }

/* ============ GLOSSARY (unchanged layout, Ada touches) ============ */
.gl-wrap { max-width: 1480px; margin: 0 auto; padding: 56px 40px 80px; background: #fff; }
.gl-hero { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; padding-bottom: 44px; }
.gl-hero h1 { font-size: clamp(26px, 3.4vw,37px); font-weight: 500; letter-spacing: -0.02em; color: #14142b; }
.gl-hero p { font-size: 15px; line-height: 1.55; color: #4b4b5c; max-width: 640px; }
.gl-search { position: relative; display: flex; align-items: center; width: 100%; max-width: 600px; color: #a3a3a3; }
.gl-search svg { position: absolute; left: 16px; }
.gl-search input { width: 100%; padding: 12px 18px 12px 44px; font-size: 14px; font-family: inherit; border: 1px solid #e4e4e4; border-radius: 999px; background: #fff; color: #14142b; outline: none; transition: border-color .15s; }
.gl-search input::placeholder { color: #a3a3a3; }
.gl-search input:focus { border-color: var(--orange-light); }
.gl-alpha { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 0; max-width: 820px; margin-top: 6px; }
.gl-letter { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 30px; font-size: 14px; font-weight: 400; color: #14142b; background: none; border: none; border-radius: 6px; transition: color .15s, background .15s; }
a.gl-letter:hover { color: var(--orange); background: #fff7f0; }
.gl-letter.off { color: #c9c9d1; cursor: not-allowed; }
.gl-section { padding: 30px 0 8px; scroll-margin-top: 24px; }
.gl-h2 { font-size: 17px; font-weight: 500; color: var(--orange); border-bottom: 1px solid #e8e8ec; padding-bottom: 10px; margin-bottom: 8px; }
.gl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 40px; }
.gl-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: none; border-radius: 6px; padding: 13px 14px; transition: box-shadow .18s; }
.gl-row:hover { box-shadow: 0 2px 12px -2px rgba(247,113,2,0.18); }
.gl-row h3 { font-size: 15.5px; font-weight: 500; color: #14142b; line-height: 1.35; transition: color .15s; margin: 0; }
.gl-row:hover h3 { color: var(--orange); }
.gl-row .gl-arrow { color: var(--orange); opacity: 0; flex: 0 0 auto; transition: opacity .18s; }
.gl-row:hover .gl-arrow { opacity: 1; }
.post-content .gl-grid.rel { grid-template-columns: 1fr 1fr; margin: 0 0 16px; gap: 4px 24px; }
.post-content .gl-grid.rel h3 { margin: 0; font-size: 14.5px; font-weight: 500; }
.post-content a.gl-row { text-decoration: none; padding: 12px 12px; }
@media (max-width: 900px) { .gl-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .gl-grid, .post-content .gl-grid.rel { grid-template-columns: 1fr; }
  .gl-wrap { padding: 36px 20px 56px; }
  .gl-letter { width: 34px; height: 30px; font-size: 14px; }
}

/* ---- Responsive ---- */
@media (max-width: 1000px) {
  .ada-wrap { padding: 32px 16px 0; }
  .sheet { padding: 32px 28px 0; }
  .feat { grid-template-columns: 1fr; gap: 28px; }
  .blog-grid { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .post-card { padding: 0 22px; }
  .hub { grid-template-columns: 1fr; gap: 0; }
  .hub-col { padding: 32px 0 !important; }
  .hub-col + .hub-col { border-left: none; border-top: 1px solid var(--hairline); }
  .magnet-card { max-width: 420px; }
  .post-layout { grid-template-columns: 1fr; gap: 24px; }
  .post-side { position: static; }
  .side-card.toc, .side-card.share { display: none; }
}
@media (max-width: 640px) {
  .navbar-links { display: none; }
  .blog-hero, .related, .post-hero, .post-cta, .blog-all { padding-left: 20px; padding-right: 20px; }
  .post-layout { padding: 28px 20px 48px; }
  .sheet { padding: 26px 18px 0; }
  .sheet-head { flex-direction: column; gap: 6px; align-items: flex-start; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-card { padding: 0 0 0 0; }
  .post-card::before { display: none; }
  .feat-body h2 { font-size: 26px; }
  .hub-nl h2 { font-size: 30px; }
  .hub-nl form { max-width: 100%; }
  .post-hero .byline { flex-direction: column; align-items: flex-start; }
  .arch-head { flex-direction: column; align-items: flex-start; gap: 8px; }
}




/* ============ RESTORE ancienne DA blog (Peec simple) — override DA "Ada" ============ */
.blog-hero h1 { font-size: clamp(33px, 4.2vw,49px); font-weight: 600; }

.blog-featured { padding: 32px 40px 12px; }
.featured-card { display: block; background: #fff; border-radius: var(--card-r); padding: 8px; box-shadow: var(--chip-shadow); border: 1px solid var(--hairline); transition: transform .18s ease; }
.featured-card:hover { transform: translateY(-2px); }
.featured-card .cover { aspect-ratio: 1162 / 571; border-radius: 8px; }
.featured-card .cover .glyph { font-size: clamp(24px, 3.6vw,45px); }
.featured-card .cover .glyph .sub { display: block; font-size: 0.55em; color: rgba(255,255,255,0.72); font-weight: 400; margin-top: 6px; }
.featured-card .ft-body { padding: 24px 20px 8px; }
.featured-card .ft-body h2 { font-size: clamp(23px, 3vw,35px); font-weight: 500; letter-spacing: -0.02em; color: var(--ink); }
.featured-card .ft-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--hairline); margin-top: 22px; padding: 16px 20px 12px; }
.featured-card .ft-meta .who { display: flex; align-items: center; gap: 12px; }
.featured-card .ft-meta .avatar { width: 34px; height: 34px; font-size: 12.5px; }
.featured-card .ft-meta .who b { display: block; font-size: 18px; font-weight: 600; color: var(--ink); }
.featured-card .ft-meta .who span { display: block; font-size: 16px; color: var(--gray); }
.featured-card .ft-meta .right { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--gray); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 14px; row-gap: 14px; gap: 14px; padding: 24px 40px 8px; margin-left: 0; }
.post-card { position: static; display: flex; flex-direction: column; align-items: stretch; gap: 20px; background: #fff; border: 1px solid var(--hairline); border-radius: var(--card-r); padding: 8px 8px 24px; box-shadow: var(--chip-shadow); transition: transform .16s ease; }
.post-card::before { content: none; display: none; }
.post-card:hover { transform: translateY(-2px); }
.post-card:hover h3 { text-decoration: none; }
.post-card .cover { aspect-ratio: 376 / 194; border-radius: 8px; margin-bottom: 0; }
.post-card .body { display: flex; flex-direction: column; gap: 10px; padding: 0 12px; flex: 1; }
.post-card h3 { font-size: 18px; font-weight: 600; line-height: 1.2; color: var(--ink); letter-spacing: -0.005em; }
.post-card .excerpt { font-size: 16px; line-height: 1.4; color: var(--gray); font-weight: 400; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card .meta { margin-top: auto; display: flex; flex-direction: column; gap: 12px; padding-top: 14px; }
.post-card .meta .who { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 500; color: var(--ink); }
.post-card .meta .row2 { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--gray); }

.blog-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin: 8px 40px 56px; padding: 30px 36px; background: #fff; border: 1px solid var(--hairline); border-radius: var(--card-r); box-shadow: var(--chip-shadow); }
.blog-newsletter h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
.blog-newsletter p { margin-top: 6px; font-size: 15px; line-height: 1.45; color: var(--gray); }
.nl-form { display: flex; gap: 10px; flex: 0 0 auto; }
.nl-form input { border: 1px solid var(--hairline); border-radius: 8px; padding: 10px 14px; font-size: 14px; font-family: inherit; min-width: 240px; color: var(--ink); }

/* ============ Blog TrendTrack layout : Featured + Spotlight + grille filtrable ============ */
.blog-top { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; padding: 32px 40px 8px; align-items: stretch; }
.blog-top .featured-card { padding: 8px; margin: 0; display: flex; flex-direction: column; }
.blog-top .featured-card .cover { aspect-ratio: 16 / 10; }
.blog-top .featured-card .ft-meta { margin-top: auto; }

.spotlight { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--hairline); border-radius: var(--card-r); box-shadow: var(--chip-shadow); padding: 6px 6px 10px; }
.sp-head { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); padding: 12px 12px 6px; }
.sp-card { display: grid; grid-template-columns: 104px 1fr; gap: 14px; align-items: center; padding: 11px 12px; border-radius: 10px; transition: background .15s ease; }
.sp-card:hover { background: #f6f6f7; }
.sp-card + .sp-card { border-top: 1px solid var(--hairline); }
.sp-cover.cover { aspect-ratio: 16 / 10; border-radius: 8px; }
.sp-cover .glyph { font-size: 11px; padding: 0 8px; }
.sp-body { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.sp-cat { align-self: flex-start; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #157a45; background: #e7f6ee; padding: 3px 8px; border-radius: 5px; }
.sp-body h3 { font-size: 15px; font-weight: 600; line-height: 1.25; color: var(--ink); letter-spacing: -0.005em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.blog-explore { display: grid; grid-template-columns: 232px 1fr; gap: 32px; padding: 36px 40px 8px; align-items: start; }
.blog-filters { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 14px; }
.search-wrap { display: flex; align-items: center; gap: 8px; border: 1px solid var(--hairline); border-radius: 999px; padding: 9px 14px; background: #fff; box-shadow: var(--chip-shadow); }
.search-wrap svg { flex: 0 0 auto; color: var(--gray); }
.search-wrap input { border: 0; outline: 0; width: 100%; font-size: 14px; color: var(--ink); background: transparent; font-family: inherit; }
.filters-head { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); margin-top: 6px; }
.topic-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-chip { font-size: 13px; font-weight: 500; color: var(--ink); background: #fff; border: 1px solid var(--hairline); border-radius: 8px; padding: 6px 11px; cursor: pointer; transition: border-color .14s ease, background .14s ease, color .14s ease; }
.topic-chip:hover { border-color: var(--ink); }
.topic-chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.reset-filters { align-self: flex-start; margin-top: 2px; font-size: 13px; color: var(--gray); background: #fff; border: 1px solid var(--hairline); border-radius: 8px; padding: 8px 12px; text-decoration: none; cursor: pointer; transition: border-color .14s ease, color .14s ease; }
.reset-filters:hover { color: var(--ink); border-color: var(--ink); }
.result-count { font-size: 13px; color: var(--gray); margin-top: 2px; }
.result-count b { color: var(--ink); font-weight: 600; }

.blog-main .blog-grid { padding: 0; margin-left: 0; }
.load-more-wrap { display: flex; justify-content: center; padding: 30px 0 8px; }
.load-more { font-size: 14px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--hairline); border-radius: 999px; padding: 11px 26px; cursor: pointer; box-shadow: var(--chip-shadow); transition: transform .16s ease, border-color .16s ease; }
.load-more:hover { transform: translateY(-1px); border-color: var(--ink); }
.no-results { text-align: center; color: var(--gray); padding: 40px 0; font-size: 15px; }

@media (max-width: 900px) {
  .blog-top { grid-template-columns: 1fr; padding: 24px 20px 8px; }
  .blog-explore { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px 8px; }
  .blog-filters { position: static; }
  .blog-main .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .blog-main .blog-grid { grid-template-columns: 1fr; }
  .sp-card { grid-template-columns: 88px 1fr; }
}

/* ============ Cover orange : fond de la présentation de chaque article SEO ============ */
.cover { background: url('/assets/images/cover-orange.svg') center / cover no-repeat, linear-gradient(135deg, #ffa941, #a63500); }
.cover::before { opacity: 0; }
.cover::after,
.cover.theme-orange::after,
.cover.theme-blue::after,
.cover.theme-green::after,
.cover.theme-dark::after { background: radial-gradient(ellipse 78% 62% at 50% 52%, rgba(48,15,0,0.32), rgba(48,15,0,0) 74%); }
.cover .glyph { text-shadow: 0 2px 16px rgba(55,18,0,0.55); }
.cover .glyph .sub { color: rgba(255,255,255,0.92); }
.cover .cover-chip { background: rgba(38,14,0,0.52); border-color: rgba(255,255,255,0.22); }

/* ============ Cover : couleur de fond par topic + label Inter minimaliste ============ */
.cover { background: linear-gradient(150deg, #363b45 0%, #21252d 100%); }
.cover.cov-playbook   { background: linear-gradient(150deg, #ff9a3c 0%, #ef6a0c 100%); }
.cover.cov-geo        { background: linear-gradient(150deg, #5b8def 0%, #2f5fd0 100%); }
.cover.cov-comparison { background: linear-gradient(150deg, #9b7cf0 0%, #6a3fd4 100%); }
.cover.cov-usecase    { background: linear-gradient(150deg, #35c78a 0%, #10996a 100%); }

.cover::before { opacity: 0; }
.cover::after,
.cover.theme-orange::after,
.cover.theme-blue::after,
.cover.theme-green::after,
.cover.theme-dark::after { background: linear-gradient(180deg, rgba(0,0,0,0) 48%, rgba(0,0,0,0.16) 100%); }

.cover .glyph {
  font-family: 'Inter', 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 16px);
  letter-spacing: -0.005em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.22);
}
.featured-card .cover .glyph { font-size: clamp(15px, 1.7vw, 22px); }
.featured-card .cover .glyph .sub { font-size: 0.62em; font-weight: 400; }
.cover .cover-chip { background: rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.28); }

/* ============ Cover : dégradés riches (glow) + grain/noise, par topic ============ */
.cover, .cover.cov-default {
  background:
    radial-gradient(ellipse 92% 82% at 22% 12%, #4d5463 0%, rgba(77,84,99,0) 60%),
    linear-gradient(150deg, #363b45 0%, #181c23 100%);
}
.cover.cov-playbook {
  background:
    radial-gradient(ellipse 92% 82% at 22% 12%, #ffc879 0%, rgba(255,200,121,0) 60%),
    linear-gradient(150deg, #ff9a3c 0%, #db5806 100%);
}
.cover.cov-geo {
  background:
    radial-gradient(ellipse 92% 82% at 22% 12%, #8fb4fd 0%, rgba(143,180,253,0) 60%),
    linear-gradient(150deg, #4f7fe6 0%, #2549b8 100%);
}
.cover.cov-comparison {
  background:
    radial-gradient(ellipse 92% 82% at 22% 12%, #c9b6f9 0%, rgba(201,182,249,0) 60%),
    linear-gradient(150deg, #8f6ee9 0%, #572fc0 100%);
}
.cover.cov-usecase {
  background:
    radial-gradient(ellipse 92% 82% at 22% 12%, #83e4ba 0%, rgba(131,228,186,0) 60%),
    linear-gradient(150deg, #2fbf83 0%, #0a8659 100%);
}

/* grain / noise overlay */
.cover::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 150px 150px;
}

/* ============ Cover : grain renforcé + glow haut-centre (réf hero) ============ */
.cover.cov-playbook {
  background:
    radial-gradient(ellipse 100% 78% at 50% 4%, #ffce86 0%, rgba(255,206,134,0) 62%),
    linear-gradient(160deg, #ff9a3c 0%, #db5806 100%);
}
.cover.cov-geo {
  background:
    radial-gradient(ellipse 100% 78% at 50% 4%, #9cbdfe 0%, rgba(156,189,254,0) 62%),
    linear-gradient(160deg, #4f7fe6 0%, #2549b8 100%);
}
.cover.cov-comparison {
  background:
    radial-gradient(ellipse 100% 78% at 50% 4%, #d0c1fb 0%, rgba(208,193,251,0) 62%),
    linear-gradient(160deg, #8f6ee9 0%, #572fc0 100%);
}
.cover.cov-usecase {
  background:
    radial-gradient(ellipse 100% 78% at 50% 4%, #93ebc6 0%, rgba(147,235,198,0) 62%),
    linear-gradient(160deg, #2fbf83 0%, #0a8659 100%);
}
.cover, .cover.cov-default {
  background:
    radial-gradient(ellipse 100% 78% at 50% 4%, #565d6d 0%, rgba(86,93,109,0) 62%),
    linear-gradient(160deg, #363b45 0%, #181c23 100%);
}

/* grain renforcé */
.cover::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.8;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.62' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* ============ MOBILE NAV FIX ============ */
@media (max-width: 640px) {
  .navbar-links { display: none; }
  .top-banner .badge { display: none; }
  .nl-form { flex-wrap: wrap; width: 100%; }
  .nl-form input { width: 100%; }
  .nl-form .btn-dark, .nl-form button { width: 100%; justify-content: center; }
}



/* related grid: restore mobile collapse (a late .blog-grid rule was overriding the media queries) */
@media (max-width: 900px) {
  .related .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* ============ MOBILE FIXES — MUST STAY LAST IN FILE ============ */
@media (max-width: 640px) {
  .navbar-links { display: none; }
  .top-banner .badge { display: none; }
  .nl-form { flex-wrap: wrap; width: 100%; }
  .nl-form input { width: 100%; }
  .nl-form .btn-dark, .nl-form button { width: 100%; justify-content: center; }
  .related .blog-grid { grid-template-columns: 1fr; }
}

/* ==== SYNCED NAV+FOOTER (auto, from index.html) START ==== */
/* ============ TOKENS ============ */
:root {
  --orange: rgb(247, 113, 2);
  --orange-light: rgb(255, 152, 56);
  --dark: #0a0a0a;
  --text-2: rgb(99, 99, 99);
  --text-3: rgb(107, 107, 107);
  --hairline: #ececec;
  --card-border: #21212117;
  --shadow-btn: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 2px 4px 0 rgba(247,113,2,0.2), 0 8px 18px -4px rgba(247,113,2,0.35);
  --shadow-card: 0 .602187px .602187px -1.25px #0000002e, 0 2.28853px 2.28853px -2.5px #00000029, 0 10px 10px -3.75px #0000000f;
}


/* ============ PAGE FRAME (side hairlines like live site) ============ */
.frame {
  max-width: 1080px;
  margin: 0 auto;
  border-left: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
}
.hairline-b { border-bottom: 1px solid var(--hairline); }


/* ============ NAVBAR ============ */
.navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
}
.navbar-logo { display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 20px; }
.navbar-logo img { width: 38px; height: 38px; border-radius: 8px; }
.navbar-links { display: flex; align-items: center; gap: 2px; }
.nav-item { position: static; }
.nav-item.nav-mini { position: relative; }
.nav-item > a {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 15px; font-weight: 500; color: var(--text-2);
  padding: 8px 14px; border-radius: 10px;
  transition: color .18s, background .18s;
}
.nav-item:hover > a { color: var(--dark); background: #f1f1f1; }
.nav-item > a.dd::after {
  content: ''; width: 0; height: 0;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid currentColor; opacity: .5;
  margin-left: 3px; transition: transform .2s;
}
.nav-item:hover > a.dd::after { transform: rotate(180deg); }

/* ---- Mega menu shell (Peec-style, compact) ---- */
.mega {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(4px);
  margin-top: -26px; padding-top: 36px; /* invisible hover bridge that covers the navbar gap */
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
  z-index: 200;
}
.nav-item:hover .mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mega-inner {
  background: #f6f6f7; border: 1px solid #ececec;
  border-radius: 20px; overflow: hidden; padding: 3px;
  box-shadow: 0 18px 44px -20px rgba(0,0,0,.18), 0 6px 16px -8px rgba(0,0,0,.07);
}
.mega-cols { display: grid; background: #fff; border: 1px solid #eee; border-radius: 16px; }
.mega-col { padding: 18px 22px; }
.mega-h { font-size: 12.5px; font-weight: 500; color: #a0a0a0; margin-bottom: 12px; }
.mega-link { display: block; padding: 7px 10px; margin: 1px -10px; border-radius: 10px; transition: background .15s; }
.mega-link:hover { background: #f6f6f6; }
.mega-link .t { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 500; color: #171717; }
.mega-link .d { font-size: 12px; color: var(--text-2); margin-top: 1px; }
.badge-soft { font-size: 10px; font-weight: 600; padding: 1px 7px; border-radius: 999px; background: #e6f7ec; color: #17a04e; }
.dot-blue { width: 7px; height: 7px; border-radius: 50%; background: #2f6fed; flex: 0 0 auto; }
.mega-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 20px; background: transparent; border-top: none;
}
.mega-foot .msg { font-size: 12.5px; color: #9a9a9a; }
.mega-foot .act { font-size: 12.5px; font-weight: 600; color: #141414; transition: color .18s; }
.mega-foot .act:hover { color: var(--orange); }

/* ---- Product menu ---- */
.mega-product .mega-inner { width: 780px; }
.mega-product .mega-cols { grid-template-columns: 0.82fr 1.18fr; }
.mega-col-nav .mega-link.active { background: #f5f5f5; }
.mega-col-preview { padding: 14px 14px 14px 8px; display: flex; align-items: center; }
.mega-preview { width: 100%; border: 1px solid #ececec; border-radius: 12px; overflow: hidden; background: #f4f4f5; aspect-ratio: 16 / 10; box-shadow: 0 8px 22px -12px rgba(0,0,0,.16); }
.mega-preview-img { width: 100%; height: 100%; object-fit: cover; object-position: left top; display: block; transition: opacity .12s ease; }
.mega-preview-img.missing { opacity: 0; }

.feat-card {
  position: relative; height: 232px; margin-top: 14px;
  background: #f7f7f7; border: 1px solid var(--hairline); border-radius: 16px;
  overflow: hidden;
}
.feat-card .arc { position: absolute; inset: 0; width: 100%; height: 100%; }
/* node = white circle wrapper + inner colored tile (Peec-style) */
.fc-chip {
  position: absolute; width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #ececec;
  box-shadow: 0 5px 14px -4px rgba(0,0,0,.14); z-index: 2;
  transform: translate(-50%, -50%);
}
.fc-ico {
  width: 40px; height: 40px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 500; font-size: 17px; color: #171717;
}
.fc-ico svg { width: 22px; height: 22px; }
.fc-chip.sm { width: 46px; height: 46px; }
.fc-chip.sm .fc-ico { width: 32px; height: 32px; border-radius: 10px; }
.fc-chip.hi { box-shadow: 0 0 0 3px rgba(247,113,2,.12), 0 6px 16px -4px rgba(0,0,0,.16); }
.fc-copy {
  position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px; z-index: 3;
  background: #fff; border: 1px solid #e6e6e6; border-radius: 10px;
  padding: 10px 12px 10px 16px; box-shadow: 0 6px 18px -6px rgba(0,0,0,.18);
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px; color: #232323; white-space: nowrap;
}
.fc-copy button { display: flex; color: #a2a2a2; transition: color .15s; }
.fc-copy button:hover { color: #333; }

/* ---- Resources menu ---- */
.mega-resources .mega-inner { width: 900px; }
.mega-resources .mega-cols { grid-template-columns: repeat(4, 1fr); }

/* ---- Pricing menu (small) ---- */
.mega-pricing .mega-inner { width: 300px; }
.mega-pricing .mega-cols { grid-template-columns: 1fr; }

/* ---- Free tools menu (Trendtrack-style grid) ---- */
.mega-tools .mega-inner { width: 780px; }
.mega-tools .mega-cols { grid-template-columns: 1fr 1fr; padding: 10px; }
.tool-link { display: flex; align-items: flex-start; gap: 12px; padding: 11px 12px; border-radius: 12px; transition: background .15s; min-width: 0; }
.tool-link:hover { background: #f6f6f6; }
.tool-ico { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(158deg, #fffaf5 0%, #ffe7d1 100%); border: 1px solid rgba(247,113,2,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -7px 12px -7px rgba(247,113,2,.16), 0 4px 11px -5px rgba(247,113,2,.30); color: var(--orange); display: flex; align-items: center; justify-content: center; transition: transform .18s ease, box-shadow .18s ease; }
.tool-ico svg { width: 22px; height: 22px; filter: drop-shadow(0 1px 1px rgba(247,113,2,.18)); }
.tool-link:hover .tool-ico { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 0 -7px 12px -7px rgba(247,113,2,.18), 0 9px 20px -6px rgba(247,113,2,.40); }
.tool-txt { min-width: 0; }
.tool-txt .t { display: flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 500; color: #171717; }
.tool-txt .d { font-size: 12.5px; color: var(--text-3); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.navbar-actions { display: flex; align-items: center; gap: 10px; }
.btn-outline {
  font-size: 15px; font-weight: 500; color: var(--dark);
  padding: 9px 18px; border: 1px solid var(--hairline); border-radius: 10px;
  background: #fff; transition: background .18s, border-color .18s;
}
.btn-outline:hover { background: #f6f6f6; border-color: #dcdcdc; }
.btn-login { font-size: 14px; font-weight: 500; }
.btn-primary {
  background: linear-gradient(0deg, rgba(70,26,0,.08), rgba(70,26,0,.08)), linear-gradient(135deg, var(--orange-light), var(--orange));
  color: #fff; font-size: 14px; font-weight: 600;
  padding: 9px 10px 9px 18px; border-radius: 11px;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.38), inset 0 0 8px 0 rgba(255,255,255,.30), 0 16px 32px 0 rgba(214,88,0,.16), 0 8px 16px 0 rgba(214,88,0,.16), 0 4px 8px 0 rgba(214,88,0,.16), 0 0 10px 0 rgba(247,113,2,.20), 0 0 50px 0 rgba(247,113,2,.26);
  transition: transform .45s cubic-bezier(.32,.72,0,1), box-shadow .45s cubic-bezier(.32,.72,0,1);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 0 rgba(255,255,255,.46), inset 0 0 10px 0 rgba(255,255,255,.34), 0 20px 40px 0 rgba(214,88,0,.20), 0 10px 20px 0 rgba(214,88,0,.20), 0 5px 10px 0 rgba(214,88,0,.18), 0 0 14px 0 rgba(247,113,2,.26), 0 0 64px 0 rgba(247,113,2,.34); }
/* Trendtrack-style arrow chip (frosted) + micro-slide on hover */
.cta-chip { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,.26); border: 1px solid rgba(255,255,255,.32); flex: 0 0 auto; transition: transform .45s cubic-bezier(.32,.72,0,1); }
.cta-chip svg { width: 12px; height: 12px; display: block; }
.btn-primary:hover .cta-chip, .hero-form .btn-cta:hover .cta-chip, .mnav-start:hover .cta-chip { transform: translateX(2px); }
.btn-dark {
  background: linear-gradient(180deg, #333333, #171717); color: #fff; font-size: 14px; font-weight: 600;
  padding: 10px 20px; border-radius: 10px;
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.22);
  transition: background .2s, transform .15s;
}
.btn-dark:hover { background: linear-gradient(180deg, #3d3d3d, #222222); transform: translateY(-1px); }


/* ---- Mobile nav (Peec-style) ---- */
.nav-burger { display: none; background: transparent; border: 0; padding: 10px; cursor: pointer; }
.nav-burger span { display: block; width: 22px; height: 2px; background: #1a1a1a; border-radius: 2px; margin: 4.5px 0; }
.mnav { display: none; position: fixed; inset: 0; z-index: 2000; background: #f6f6f4; overflow-y: auto; padding: 14px 20px 40px; }
body.mnav-open { overflow: hidden; }
body.mnav-open .mnav { display: block; }
.mnav-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mnav-close { background: transparent; border: 0; padding: 10px; cursor: pointer; color: #1a1a1a; }
.mnav-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; background: transparent; border: 0; font-family: inherit; font-size: 19px; font-weight: 600; letter-spacing: -.02em; color: #0a0a0a; padding: 16px 14px; border-radius: 12px; cursor: pointer; text-align: left; }
.mnav-item.open > button { background: #ececea; }
.mnav-item .chev { transition: transform .2s; color: #6b6b6b; }
.mnav-item.open .chev { transform: rotate(180deg); }
.mnav-sub { display: none; padding: 4px 14px 10px; }
.mnav-item.open .mnav-sub { display: block; }
.mnav-sub a { display: flex; align-items: center; gap: 8px; padding: 13px 0; font-size: 17px; color: #555; }
.mnav-badge { font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 6px; background: #e6f7ec; color: #17a04e; }
.mnav-flat { display: block; font-size: 19px; font-weight: 600; letter-spacing: -.02em; color: #0a0a0a; padding: 16px 14px; }
.mnav-ctas { display: grid; gap: 12px; margin-top: 24px; }
.mnav-login { display: block; text-align: center; padding: 15px; border-radius: 12px; background: #fff; border: 1px solid #e2e2e0; font-size: 16px; font-weight: 600; color: #0a0a0a; }
.mnav-start { display: block; text-align: center; padding: 15px; border-radius: 12px; background: linear-gradient(180deg, var(--orange-light), var(--orange)); box-shadow: var(--shadow-btn); font-size: 16px; font-weight: 600; color: #fff; }
@media (max-width: 1000px) {
  .navbar .navbar-links, .navbar .navbar-actions { display: none; }
  .nav-burger { display: block; margin-left: auto; }
}


/* ============ FOOTER (Ramp-style, light) ============ */
footer.rfoot { background: #F5F5F2; color: #1B1B1B; font-size: 14px; }
.rf-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.rf-nav { display: flex; flex-wrap: wrap; gap: 12px 36px; padding: 56px 0 0; }
.rf-nav a { font-size: 13.5px; font-weight: 200; color: #1B1B1B; }
.rf-nav a:hover { opacity: .65; }
.rf-cols { display: grid; grid-template-columns: repeat(5, 1fr); gap: 48px 32px; padding: 54px 0 88px; }
.rf-col h4 { font-size: 14px; font-weight: 600; margin: 0 0 20px; }
.rf-col h4.rf-later { margin-top: 46px; }
.rf-col h4.rf-underline { text-decoration: underline; text-underline-offset: 3px; }
.rf-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.rf-col li { line-height: 20px; }
.rf-col a { color: #4B4B47; transition: color .15s; }
.rf-col a:hover { color: #1B1B1B; }
.rf-badge { display: inline-block; margin-left: 7px; padding: 2px 6px 1px; font-size: 10px; font-weight: 600; letter-spacing: .05em; background: #FFE3C7; color: #8F4A00; border-radius: 3px; vertical-align: 1px; white-space: nowrap; }
.rf-band { border-top: 1px solid #E5E5E0; }
.rf-band-in { display: grid; grid-template-columns: .95fr 1.1fr 1.4fr; gap: 44px; align-items: center; padding-top: 52px; padding-bottom: 52px; }
.rf-logo { display: flex; align-items: center; gap: 9px; font-weight: 500; font-size: 21px; letter-spacing: -.04em; }
.rf-logo img { width: 30px; height: 30px; border-radius: 8px; }
.rf-logo .ai { font-weight: 300; color: #8A8A85; letter-spacing: -.02em; }
.rf-addr { font-style: normal; margin-top: 16px; color: #6E6E68; line-height: 1.65; font-size: 14px; }
.rf-join { font-size: 28px; line-height: 1.3; font-weight: 500; letter-spacing: -.02em; max-width: 520px; }
.rf-form { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #ECECE6; border-radius: 12px; padding: 6px 6px 6px 22px; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.rf-form input { flex: 1; border: 0; outline: 0; background: transparent; font-family: inherit; font-size: 15px; color: #1B1B1B; min-width: 0; }
.rf-form input::placeholder { color: #8A8A85; }
.rf-form button { flex: 0 0 auto; height: 48px; padding: 0 22px; border: 0; border-radius: 9px; background: linear-gradient(0deg, rgba(70,26,0,.06), rgba(70,26,0,.06)), linear-gradient(135deg, var(--orange-light), var(--orange)); color: #fff; font-family: inherit; font-size: 15px; font-weight: 600; box-shadow: inset 0 1px 0 0 rgba(255,255,255,.42), inset 0 0 8px 0 rgba(255,255,255,.26), 0 4px 12px -2px rgba(214,88,0,.22), 0 12px 28px -8px rgba(247,113,2,.34), 0 0 40px 0 rgba(247,113,2,.18); cursor: pointer; transition: transform .3s cubic-bezier(.32,.72,0,1), box-shadow .3s cubic-bezier(.32,.72,0,1); }
.rf-form button:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 0 rgba(255,255,255,.48), inset 0 0 10px 0 rgba(255,255,255,.3), 0 6px 16px -2px rgba(214,88,0,.26), 0 16px 34px -8px rgba(247,113,2,.44), 0 0 54px 0 rgba(247,113,2,.26); }
.rf-legal { border-top: 1px solid #E5E5E0; }
.rf-legal-in { display: grid; grid-template-columns: 1fr 330px; gap: 48px; padding-top: 44px; padding-bottom: 84px; }
.rf-legal-left p { font-size: 13.5px; color: #6E6E68; line-height: 1.6; margin: 0 0 13px; max-width: 780px; }
.rf-legal-left a { text-decoration: underline; text-underline-offset: 2px; color: #55554F; }
.rf-legal-left a:hover { color: #1B1B1B; }
.rf-privacy { display: inline-flex; align-items: center; gap: 7px; }
.rf-right { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.rf-right-row { display: flex; align-items: center; gap: 20px; }
.rf-store { display: inline-flex; align-items: center; gap: 10px; background: #000; color: #fff; border-radius: 8px; padding: 8px 16px 8px 13px; }
.rf-store svg { width: 22px; height: 22px; flex: 0 0 auto; }
.rf-store .s1 { display: block; font-size: 9px; line-height: 1.2; opacity: .85; letter-spacing: .02em; }
.rf-store .s2 { display: block; font-size: 15px; font-weight: 600; line-height: 1.2; letter-spacing: -.01em; }
.rf-soc { display: flex; gap: 14px; }
.rf-soc a { color: #3A3A36; opacity: .8; transition: opacity .15s; }
.rf-soc a:hover { opacity: 1; }
.rf-soc svg { width: 19px; height: 19px; display: block; }
@media (max-width: 1000px) {
  .rf-cols { grid-template-columns: repeat(2, 1fr); padding-bottom: 56px; }
  .rf-band-in { grid-template-columns: 1fr; gap: 30px; }
  .rf-join { max-width: none; }
  .rf-legal-in { grid-template-columns: 1fr; }
  .rf-right { align-items: flex-start; }
}


/* ============ WORDMARK (Plus Jakarta Sans) ============ */
@font-face { font-family: 'Plus Jakarta Sans'; src: url('/assets/fonts/plus-jakarta-sans-var.woff2') format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; }
.navbar-logo { font-family: 'Plus Jakarta Sans', 'Geist', sans-serif; font-weight: 500; font-size: 22px; letter-spacing: -0.05em; gap: 9px; align-items: center; }
.navbar-logo .lg-ai { font-weight: 300; letter-spacing: -0.03em; margin-left: 3px; }
.footer-brand .name { font-family: 'Plus Jakarta Sans', 'Geist', sans-serif; font-weight: 500; font-size: 18px; letter-spacing: -0.05em; }
.footer-brand .ai { font-family: 'Plus Jakarta Sans', 'Geist', sans-serif; font-weight: 300; font-size: 18px; letter-spacing: -0.03em; margin-left: 3px; }


/* ============ FULL-BLEED HORIZONTAL BARS ============ */
html { overflow-x: clip; }
body { overflow-x: clip; }
.fullbar { position: absolute; left: 50%; transform: translateX(-50%); width: 100vw; border-top: 1px solid var(--hairline); pointer-events: none; z-index: 0; }
.fullbar.top { top: 0; } .fullbar.bot { bottom: 0; }
.hairline-b { border-bottom: none; }
.navbar { position: sticky; top: 0; z-index: 200; background: transparent; }
/* full-bleed white behind the navbar: hides the frame side hairlines at the navbar band */
.navbar::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: #fff; z-index: -1; transition: box-shadow .22s ease; }
.navbar.scrolled::before { box-shadow: 0 6px 22px -12px rgba(0,0,0,0.22), 0 1px 0 rgba(0,0,0,0.03); }
.logo-grid { border-top: none; position: relative; }
.logo-cell { border-bottom: none; }
.hero-form-band { border-top: none; border-bottom: none; position: relative; }
.net-band { border-top: none; border-bottom: none; overflow: visible; }
.mcpchat { position: relative; }
.faq { overflow: visible; border-top: none; position: relative; }
.faq-item::after { left: 0; right: 0; transform: none; width: auto; }



/* ============ BOTTOM CTA ============ */
/* ============ FEATURED CASE STUDY ============ */
.cases { padding: 24px 0 44px; }
.cases-in { max-width: 1200px; margin: 0 auto; }
.cases h2 { font-family: 'Plus Jakarta Sans','Geist',sans-serif; font-size: clamp(21px, 2.4vw, 27px); font-weight: 600; letter-spacing: -0.035em; color: #171717; margin-bottom: 22px; }
/* double conteneur : coque grise > carte blanche, radius réduit */
.case-shell { display: block; text-decoration: none; color: inherit; background: #f1f1ef; border: 1px solid #eaeae7; border-radius: 11px; padding: 4px; transition: box-shadow .2s ease, transform .2s ease; }
.case-shell:hover { box-shadow: 0 18px 44px -30px rgba(0,0,0,.26); transform: translateY(-1px); }
.case-shell:hover .case-cta span { transform: translateX(3px); }
.case-card { position: relative; border-radius: 8px; background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%); border: 1px solid #eeeeec; overflow: hidden; }
.case-grid { display: grid; grid-template-columns: 1.55fr 1fr; }
.case-main { display: flex; flex-direction: column; justify-content: space-between; gap: 38px; padding: 40px 44px; min-height: 394px; }
.case-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.case-logo { display: inline-flex; align-items: center; gap: 10px; }
.case-logo img { width: 30px; height: 30px; border-radius: 8px; }
.case-logo b { font-family: 'Plus Jakarta Sans','Geist',sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -.07em; color: #111; }
.case-from { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: #9a9a97; white-space: nowrap; padding-top: 7px; }
.case-from img { width: 17px; height: 17px; border-radius: 5px; }
.case-from b { color: #3a3a37; font-weight: 600; }
.case-title { font-family: 'Plus Jakarta Sans','Geist',sans-serif; font-size: clamp(19px, 2vw, 23px); font-weight: 500; letter-spacing: -.035em; line-height: 1.28; color: #292927; max-width: 460px; }
.case-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--orange); }
.case-cta span { transition: transform .2s ease; }
.case-author { display: flex; align-items: center; gap: 12px; }
.case-ava { width: 42px; height: 42px; border-radius: 50%; background: #171717; color: #fff; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; letter-spacing: .02em; flex: 0 0 auto; }
.case-author .who b { display: block; font-size: 14.5px; font-weight: 600; color: #1f1f1d; }
.case-author .who span { display: block; font-size: 14px; color: #8a8a86; }
.case-stats { border-left: 1px dashed #e0e0dd; display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 40px 44px; }
.case-stat b { font-family: 'Plus Jakarta Sans','Geist',sans-serif; display: block; font-size: 27px; font-weight: 500; letter-spacing: -.04em; color: #141414; margin-bottom: 6px; }
.case-stat span { display: block; font-size: 13.5px; color: #7a7a76; line-height: 1.5; max-width: 250px; }
.case-strip { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 11px; letter-spacing: 2.4px; color: #efefec; white-space: nowrap; overflow: hidden; padding: 10px 44px 4px; user-select: none; pointer-events: none; }
@media (max-width: 900px) {
  .cases { padding: 12px 12px 30px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-main { min-height: 0; padding: 28px 24px; gap: 26px; }
  .case-stats { border-left: none; border-top: 1px dashed #e0e0dd; padding: 26px 24px; gap: 24px; }
  .case-top { flex-direction: column; align-items: flex-start; gap: 9px; }
  .case-from { padding-top: 0; }
  .case-strip { display: none; }
}

.bottom-cta { padding: 40px; }
.bottom-cta-card {
  border: 1px solid var(--hairline);
  border-radius: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F9 100%);
  display: flex; align-items: center; gap: 24px;
  overflow: hidden;
  min-height: 380px;
  position: relative;
}
.bottom-cta-card .txt { flex: 0 0 46%; padding: 56px 0 56px 56px; position: relative; z-index: 2; }
.bottom-cta-card h2 { font-size: clamp(23px, 3vw,31px); font-weight: 500; letter-spacing: -0.04em; margin-bottom: 26px; }
.bottom-cta-card h2 span { color: var(--orange); }
.bottom-cta-card .btns { display: flex; gap: 12px; }
/* layered blurred app windows fading into the card (Figma-style bg) */
.bottom-cta-card .shots {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  -webkit-mask-image: linear-gradient(100deg, transparent 34%, #000 62%);
  mask-image: linear-gradient(100deg, transparent 34%, #000 62%);
}
.bottom-cta-card .shot {
  position: absolute; border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.18);
  overflow: hidden; aspect-ratio: 16/10; background: #fff;
}
.bottom-cta-card .shot img {
  width: 116%; max-width: none; height: auto;
  transform: translate(-13.5%, -15.5%);
}
.bottom-cta-card .shot.back {
  right: 34%; top: 12%; width: 34%;
  transform: perspective(1200px) rotateX(8deg) rotateY(-9deg) rotate(-4deg);
  filter: blur(3px); opacity: .45;
}
.bottom-cta-card .shot.mid {
  right: 15%; top: 4%; width: 40%;
  transform: perspective(1200px) rotateX(7deg) rotateY(-8deg) rotate(-3deg);
  filter: blur(1.6px); opacity: .8;
}
.bottom-cta-card .shot.front {
  right: -7%; top: 16%; width: 48%;
  transform: perspective(1200px) rotateX(5deg) rotateY(-7deg) rotate(-2deg);
  filter: blur(.4px);
}


/* ============ TYPE HARMONY (titres Geist 500 partout) ============ */
.hero h1, .audit-gate h3, .audit-success h3,
.metrics-head h2, .discover h2, .pfeat-head h2,
.network h2, .net-left h3, .cta-head h2, .mcpchat-title,
h1, h2, h3 {
  font-weight: 500 !important;
}
.brand-wordmark .wm-letter { font-weight: 600 !important; }
.pfeat-txt h3 { font-weight: 600 !important; }
.mcpchat-title { font-size: clamp(30px, 4vw,42px) !important; }
.hero h1 { font-size: clamp(32px, 4.8vw,50px) !important; }
.mcpchat-eyebrow, .mcpchat-tip .tc, .faq-eyebrow,
.tab-panel.warmup .soon .l2, .tt-prompt-text, .tt-chip, .fc-copy {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-variant-numeric: tabular-nums;
}

/* ============ COMPOUNDING (AutoSend-style) ============ */
.cmp { position: relative; }
.cmp-dots { position: relative; height: 44px; overflow: hidden; background-color: #fbfbfa; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Crect x='2.5' y='2.5' width='4' height='4' fill='%23d5d5cf'/%3E%3C/svg%3E"); background-size: 9px 9px; background-repeat: repeat; -webkit-mask-image: linear-gradient(to right, #000 0%, #000 40%, transparent 96%); mask-image: linear-gradient(to right, #000 0%, #000 40%, transparent 96%); }
.cmp-dots.top { border-bottom: 1px solid var(--hairline); }
.cmp-dots.bot { border-top: 1px solid var(--hairline); }
.cmp-dots canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.cmp-dots.has-twinkle { background-image: none; }
.cmp-head { text-align: center; padding: 84px 24px 66px; }
.cmp-eyebrow { display: block; font-family: 'Geist Mono', ui-monospace, monospace; font-size: 13px; font-weight: 600; letter-spacing: .12em; color: var(--orange); margin-bottom: 24px; }
.cmp-head h2 { font-size: clamp(26px, 3.4vw,37px); font-weight: 600; letter-spacing: -0.04em; line-height: 1.15; color: #1a1a1a; margin: 0 0 24px; }
.cmp-head p { font-size: 17px; color: #4b4b4b; line-height: 1.6; max-width: 640px; margin: 0 auto; }
.cmp-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--hairline); }
.cmp-col + .cmp-col { border-left: 1px solid var(--hairline); }
.cmp-art { position: relative; height: 320px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cmp-txt { border-top: 1px solid #f0f0f0; padding: 28px 32px 46px; }
.cmp-txt h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.3px; color: #1a1a1a; margin: 0 0 10px; }
.cmp-txt h3 span { color: #9a9a9a; font-weight: 500; }
.cmp-txt p { font-size: 15px; color: #555; line-height: 1.65; max-width: 400px; margin: 0; }
/* col 1: fanned cards */
.cmp-fan { position: relative; width: 320px; height: 240px; }
.cmp-fan .fcard { position: absolute; left: 50%; top: 50%; width: 142px; height: 168px; margin: -84px 0 0 -71px; background: #fff; border: 1px solid #ececec; border-radius: 14px; box-shadow: 0 12px 26px -14px rgba(0,0,0,.18); padding: 14px; }
.cmp-fan .fcard.l { transform: translate(-76px, 12px) rotate(-13deg); }
.cmp-fan .fcard.m { z-index: 2; transform: translateY(-4px); }
.cmp-fan .fcard.r { transform: translate(76px, 12px) rotate(13deg); }
.cmp-fan .fc-ic { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; border: 1px solid #ececec; color: #6b6b6b; margin-bottom: 9px; }
.cmp-fan .fc-ic svg { width: 15px; height: 15px; }
.cmp-fan .fc-l { display: block; font-family: 'Geist Mono', ui-monospace, monospace; font-size: 10.5px; font-weight: 600; letter-spacing: .06em; color: #3a3a3a; margin-bottom: 12px; white-space: nowrap; }
.cmp-fan .fcard i { display: block; height: 6px; border-radius: 3px; background: #f1f1ef; margin-top: 9px; }
.cmp-fan .fcard i:last-child { width: 65%; }
/* col 2: chips converging */
.cmp-merge { display: flex; flex-direction: column; align-items: center; }
.cmp-chips { display: flex; gap: 16px; }
.cmp-chip { width: 104px; height: 96px; background: #fff; border: 1px solid #ececec; border-radius: 14px; box-shadow: 0 10px 22px -14px rgba(0,0,0,.16); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; color: #6b6b6b; }
.cmp-chip svg { width: 19px; height: 19px; }
.cmp-chip span { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 10.5px; font-weight: 600; letter-spacing: .05em; color: #3a3a3a; }
.cmp-lines { display: block; margin: -2px 0; }
.cmp-hub { width: 88px; height: 88px; background: #fff; border: 1px solid #ececec; border-radius: 20px; box-shadow: 0 12px 26px -14px rgba(0,0,0,.18); display: flex; align-items: center; justify-content: center; color: #2b2b2b; }
.cmp-hub svg { width: 30px; height: 30px; }
/* col 3: waveform */
.cmp-wave { position: relative; width: 100%; max-width: 340px; height: 240px; display: flex; align-items: center; justify-content: center; }
.cmp-bars { display: flex; align-items: center; gap: 4px; position: absolute; inset: 0; justify-content: space-between; padding: 0 6px; }
.cmp-bars i { width: 2px; border-radius: 2px; background: #e3e3e0; flex: 0 0 auto; }
.cmp-wave .cmp-hub { position: relative; z-index: 2; width: 96px; height: 96px; border-radius: 22px; }
@media (max-width: 900px) {
  .cmp-grid { grid-template-columns: 1fr; }
  .cmp-col + .cmp-col { border-left: none; border-top: 1px solid var(--hairline); }
}


/* ==== HERO GRADIENT EXPERIMENT (Lovable-style) START ==== */
.hero {
  padding: 132px 24px 128px;
  isolation: isolate;
  background: linear-gradient(180deg, #f5983a 0%, #fa8c28 32%, #ffcf96 66%, #ffffff 100%);
}
.hero > .hero-glows { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-glows span { position: absolute; will-change: transform; }
.hero-glows .g1 { left: -14%; top: -28%; width: 62%; height: 82%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,228,120,.9) 0%, rgba(255,228,120,0) 70%);
  animation: heroDrift1 14s ease-in-out infinite alternate; }
.hero-glows .g2 { right: -14%; top: -30%; width: 62%; height: 82%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,214,90,.85) 0%, rgba(255,214,90,0) 70%);
  animation: heroDrift2 17s ease-in-out infinite alternate; }
.hero-glows .g3 { left: 5%; top: 0; width: 90%; height: 100%;
  background: radial-gradient(50% 48% at 50% 50%, rgba(255,150,50,.9) 0%, rgba(250,120,15,.75) 48%, rgba(250,120,15,0) 80%);
  animation: heroDrift3 11s ease-in-out infinite alternate; }
.hero-glows .bloom { left: -5%; right: -5%; bottom: -12%; height: 70%; width: auto;
  background: radial-gradient(60% 60% at 50% 78%, #ffffff 0%, rgba(255,255,255,.97) 38%, rgba(255,255,255,0) 75%); }
@keyframes heroDrift1 { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(9%, 10%, 0) scale(1.16); } }
@keyframes heroDrift2 { from { transform: translate3d(0,0,0) scale(1.1); } to { transform: translate3d(-9%, 12%, 0) scale(.94); } }
@keyframes heroDrift3 { from { transform: translate3d(-5%, -3%, 0) scale(1); } to { transform: translate3d(5%, 4%, 0) scale(1.1); } }
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
  opacity: .3; mix-blend-mode: overlay;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='m'><feTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23m)'/></svg>");
  background-size: 420px 420px;
  opacity: .2; mix-blend-mode: soft-light;
}
.hero .hero-grid { display: none; }
.hero h1 { color: #fff !important; text-shadow: 0 1px 10px rgba(0,0,0,.14); }
/* Reddit icon inside the headline + petite rotation (wobble) */
.reddit-ico { display: inline-block; width: .82em; height: .82em; vertical-align: -.02em; filter: drop-shadow(0 2px 6px rgba(0,0,0,.20)); animation: redditWobble 3.4s ease-in-out infinite; transform-origin: 50% 55%; will-change: transform; }
.reddit-ico svg { width: 100%; height: 100%; display: block; }
@keyframes redditWobble { 0%, 100% { transform: rotate(-9deg); } 50% { transform: rotate(9deg); } }
/* ChatGPT logo badge in the headline (static, like the Reddit one) */
.chatgpt-ico { display: inline-flex; align-items: center; justify-content: center; width: .82em; height: .82em; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.2); vertical-align: -.02em; margin-right: .16em; flex: 0 0 auto; }
.chatgpt-ico svg { width: 60%; height: 60%; display: block; }
@media (prefers-reduced-motion: reduce) { .reddit-ico { animation: none; } }
.hero .sub { color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.20); }
/* ==== HERO GRADIENT EXPERIMENT END ==== */

/* ==== CMP ANIMATIONS (V1 x3) ==== */
.cmp-fan .fcard.l { animation: cmpFanL 6s ease-in-out infinite alternate; }
.cmp-fan .fcard.m { animation: cmpFanM 6s ease-in-out infinite alternate; }
.cmp-fan .fcard.r { animation: cmpFanR 6s ease-in-out infinite alternate; }
@keyframes cmpFanL { to { transform: translate(-85px, 17px) rotate(-17.5deg); } }
@keyframes cmpFanM { to { transform: translateY(-13px); } }
@keyframes cmpFanR { to { transform: translate(85px, 17px) rotate(17.5deg); } }
.cmp-flow { position: relative; margin: -2px 0; }
.cmp-flow .cmp-lines { display: block; margin: 0; }
.cmp-dotp { position: absolute; left: -2.5px; top: -2.5px; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); opacity: 0; offset-rotate: 0deg; }
.cmp-dotp.p1 { offset-path: path('M22 0v10c0 20 44 26 100 40'); animation: cmpFlow 2.8s linear infinite; }
.cmp-dotp.p2 { offset-path: path('M130 0v50'); animation: cmpFlow 2.8s linear infinite; animation-delay: -.9s; }
.cmp-dotp.p3 { offset-path: path('M238 0v10c0 20-44 26-100 40'); animation: cmpFlow 2.8s linear infinite; animation-delay: -1.8s; }
@keyframes cmpFlow { 0% { offset-distance: 0%; opacity: 0; } 12% { opacity: .85; } 88% { opacity: .85; } 100% { offset-distance: 100%; opacity: 0; } }
.cmp-bars i { animation: cmpEq 1.9s ease-in-out infinite alternate; transform-origin: center; }
@keyframes cmpEq { from { transform: scaleY(.45); } to { transform: scaleY(1.2); } }
.cmp-wave .cmp-hub { animation: cmpBreathe 4s ease-in-out infinite alternate; }
@keyframes cmpBreathe { to { transform: scale(1.07); } }
/* ==== CMP ANIMATIONS END ==== */

/* ============ MOBILE FIXES (responsive audit) ============ */
@media (max-width: 760px) {
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-cell { min-height: 78px; padding: 18px 8px; }
  .logo-cell img { max-height: 20px; max-width: 92px; }
  .logo-wordmark { font-size: 15px; }
}
@media (max-width: 560px) {
  .pgen, .pgen-card, .rdm { min-width: 0; }
  .pgen-top { flex-wrap: wrap; }
  .bottom-cta-card { flex-direction: column; min-height: 0; }
  .bottom-cta-card .txt { flex: none; padding: 32px 20px 0; }
  .bottom-cta-card .shots { position: static; width: 100%; margin-top: 16px; -webkit-mask-image: none; mask-image: none; }
  .bottom-cta-card .shot { position: static; display: block; width: 88%; margin: 0 auto -30px; transform: rotate(4deg); }
}

/* ==== CMP COL3: ChatGPT window (pixel-perfect, bleeding) ==== */
.cmp-gpt { position: relative; flex: 0 0 auto; width: 332px; height: 292px; padding: 14px 6px; text-align: left; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; }
.cg-head { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; color: #0d0d0d; margin-bottom: 12px; }
.cg-user { margin-left: auto; width: fit-content; max-width: 78%; background: #f1f1f1; border-radius: 18px; padding: 8px 14px; font-size: 12.5px; color: #0d0d0d; line-height: 1.45; margin-bottom: 14px; }
.cg-ans { font-size: 12.5px; color: #0d0d0d; line-height: 1.55; margin-bottom: 10px; }
.cg-ans b { font-weight: 600; }
.cg-src { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e5e5e5; border-radius: 999px; padding: 3px 10px 3px 4px; font-size: 11px; color: #5d5d5d; margin-bottom: 8px; }
.cg-fav { width: 16px; height: 16px; border-radius: 50%; background: #FF4500; color: #fff; font-size: 9px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; }
.cg-icons { display: flex; gap: 12px; color: #9b9b9b; }
.cg-comp { position: absolute; left: 6px; right: 6px; bottom: 14px; background: #fff; display: flex; align-items: center; gap: 8px; border: 1px solid #e5e5e5; border-radius: 999px; padding: 8px 6px 8px 12px; color: #8f8f8f; font-size: 12.5px; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
.cg-comp .ph { flex: 1; }
.cg-comp .send { width: 26px; height: 26px; border-radius: 50%; background: #0d0d0d; color: #fff; display: inline-flex; align-items: center; justify-content: center; }

/* ==== CMP COL3: conversation base (sequenced) ==== */
.cg-line { flex: 1; display: flex; align-items: center; min-width: 0; }
.cg-type { display: inline-block; overflow: hidden; white-space: nowrap; max-width: 0; color: #0d0d0d; border-right: 1.5px solid #0d0d0d; }
.cg-comp .ph { opacity: 0; }
.cg-user, .cg-ans, .cg-icons, .cg-src { opacity: 0; }
.cg-src { transform-origin: left center; background: #fff; }
/* ==== CMP COL2: Google SERP (sequenced) ==== */
.cmp-serp { position: relative; flex: 0 0 auto; width: 330px; height: 280px; padding: 14px 2px; text-align: left; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; }
.sq-top { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.sq-bar { flex: 1; display: flex; align-items: center; gap: 8px; border: 1px solid #e5e5e5; border-radius: 999px; padding: 9px 12px; box-shadow: 0 2px 8px rgba(0,0,0,.05); min-width: 0; background: #fff; }
.sq-line { display: flex; align-items: center; min-width: 0; }
.sq-type { display: inline-block; overflow: hidden; white-space: nowrap; max-width: 0; font-size: 12.5px; color: #0d0d0d; border-right: 1.5px solid #0d0d0d; }
.sq-results { position: relative; height: 190px; }
.sr { position: absolute; left: 0; right: 0; opacity: 0; border-radius: 10px; }
.sr-p1, .sr-p2 { display: flex; align-items: center; gap: 10px; height: 34px; }
.sr-p2 { transform: translateY(48px); }
.sk-fav { flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; background: #ececec; object-fit: contain; }
.sk-l { flex: 1; }
.sk-l i { display: block; height: 6px; border-radius: 3px; background: #ececec; margin: 5px 0; }
.sr-red { display: flex; align-items: flex-start; gap: 10px; padding: 8px 10px; margin: 0 -10px; transform: translateY(96px); }
.sr-red .sr-snoo { flex: 0 0 20px; margin-top: 2px; }
.sr-t { min-width: 0; flex: 1; }
.sr-title { display: block; font-size: 13px; font-weight: 500; color: #1558d6; line-height: 1.35; }
.sr-desc { display: block; font-size: 11.5px; color: #4d5156; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sr-desc b { font-weight: 600; color: #202124; }
.sr-rank { flex: 0 0 auto; font-size: 10.5px; font-weight: 500; color: #17a04e; background: #e6f7ec; border-radius: 999px; padding: 2px 8px; margin-top: 2px; opacity: 0; }
/* ==== CMP COL1: Reddit post (sequenced) ==== */
.cmp-rpost { position: relative; flex: 0 0 auto; width: 322px; text-align: left; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; }
.rp-head { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #7c7c7c; }
.rp-head b { color: #1a1a1b; font-weight: 600; }
.rp-head, .rp-title, .rp-sep, .rc-main, .rc-skel { opacity: 0; }
.rp-title { font-size: 14px; font-weight: 600; color: #1a1a1b; line-height: 1.4; margin: 10px 0 14px; }
.rp-sep { height: 1px; background: #f0f0f0; margin-bottom: 16px; }
.rc { display: flex; gap: 10px; margin-bottom: 16px; }
.rc-ava { flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(180deg, var(--orange-light), var(--orange)); color: #fff; font-size: 11px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; }
.rc-ava.sk { background: #ececec; }
.rc-b { flex: 1; min-width: 0; }
.rc-meta { display: block; font-size: 10.5px; color: #7c7c7c; margin-bottom: 4px; }
.rc-txt { display: block; font-size: 12px; color: #1a1a1b; line-height: 1.5; }
.rc-txt b { font-weight: 600; }
.rc-actions { display: flex; align-items: center; gap: 14px; margin-top: 9px; color: #878a8c; }
.rc-vote { display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; font-weight: 500; }
.rc-vote .up, .rc-vote .down { display: block; }
.rc-act { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; }
.rc-roll { display: inline-block; height: 14px; line-height: 14px; overflow: hidden; }
.rc-roll b { display: block; height: 14px; font-weight: 500; }

/* ==== CMP SEQUENCER (4.2s per column, chained) ==== */
.cmp-txt { position: relative; }
.cmp-prog { position: absolute; top: -1px; left: 0; right: 0; height: 2px; overflow: hidden; }
.cmp-prog i { display: block; width: 0; height: 100%; background: var(--orange); }
.cmp-col.is-active .cmp-prog i { animation: seqProg 4.2s linear forwards; }
.cmp-col.is-done .cmp-prog i { width: 100%; }
@keyframes seqProg { to { width: 100%; } }
@keyframes seqIn { to { opacity: 1; } }
@keyframes seqOutIn { from { opacity: 0; } to { opacity: 1; } }
/* --- col 1 active --- */
.is-active .rp-head, .is-active .rp-title, .is-active .rp-sep { animation: seqIn .45s ease forwards; }
.is-active .rc-main { animation: seqIn .5s ease .7s forwards; }
.is-active .rc-skel { animation: seqIn .5s ease 1.5s forwards; }
.is-active .rc-vote { animation: seqVote .3s ease 2.1s forwards; }
.is-active .rc-roll b { animation: seqRoll 1.8s cubic-bezier(.2,.7,.2,1) 2.1s forwards; }
@keyframes seqVote { to { color: #FF4500; } }
@keyframes seqRoll { 0% { transform: translateY(0); } 30%, 45% { transform: translateY(-14px); } 65%, 78% { transform: translateY(-28px); } 100% { transform: translateY(-42px); } }
/* --- col 1 done --- */
.is-done .rp-head, .is-done .rp-title, .is-done .rp-sep, .is-done .rc-main, .is-done .rc-skel { opacity: 1; }
.is-done .rc-vote { color: #FF4500; }
.is-done .rc-roll b { transform: translateY(-42px); }
/* --- col 2 active --- */
.is-active .sq-type { animation: seqTypeS 1.3s steps(31) forwards; }
@keyframes seqTypeS { 0% { max-width: 0; } 90% { max-width: 208px; } 100% { max-width: 208px; border-color: transparent; } }
.is-active .sr-p1 { animation: seqIn .4s ease 1.5s forwards, seqP1 .7s ease 2.6s forwards; }
.is-active .sr-p2 { animation: seqIn .4s ease 1.7s forwards, seqP2 .7s ease 2.6s forwards; }
.is-active .sr-red { animation: seqIn .4s ease 1.9s forwards, seqRed .7s ease 2.6s forwards; }
.is-active .sr-rank { animation: seqRank .5s ease 3.5s forwards; }
@keyframes seqP1 { to { transform: translateY(102px); } }
@keyframes seqP2 { to { transform: translateY(150px); } }
@keyframes seqRed { to { transform: translateY(0); background: #fff6ee; } }
@keyframes seqRank { 0% { opacity: 0; transform: scale(.6); } 60% { opacity: 1; transform: scale(1.15); } 100% { opacity: 1; transform: scale(1); } }
/* --- col 2 done --- */
.is-done .sq-type { max-width: 208px; border-color: transparent; }
.is-done .sr-p1 { opacity: 1; transform: translateY(102px); }
.is-done .sr-p2 { opacity: 1; transform: translateY(150px); }
.is-done .sr-red { opacity: 1; transform: translateY(0); background: #fff6ee; }
.is-done .sr-rank { opacity: 1; }
/* --- col 3 active --- */
.is-active .cg-type { animation: seqTypeC 1.2s steps(34) forwards, seqHide .25s ease 1.35s forwards; }
@keyframes seqTypeC { 0% { max-width: 0; opacity: 1; } 95% { max-width: 250px; opacity: 1; } 100% { max-width: 250px; opacity: 1; } }
@keyframes seqHide { to { opacity: 0; max-width: 0; border-color: transparent; } }
.is-active .cg-comp .ph { animation: seqIn .3s ease 1.6s forwards; }
.is-active .cg-user { animation: seqIn .4s ease 1.4s forwards; }
.is-active .cg-ans { animation: seqIn .5s ease 2s forwards; }
.is-active .cg-icons { animation: seqIn .4s ease 2.5s forwards; }
.is-active .cg-src { animation: seqZoom 1.5s ease 2.6s forwards; }
@keyframes seqZoom { 0% { opacity: 0; transform: scale(.9); box-shadow: none; } 20% { opacity: 1; transform: scale(1); } 45%, 65% { opacity: 1; transform: scale(1.5); box-shadow: 0 12px 28px rgba(0,0,0,.14); } 100% { opacity: 1; transform: scale(1); box-shadow: none; } }
/* --- col 3 done --- */
.is-done .cg-type { opacity: 0; max-width: 0; border-color: transparent; }
.is-done .cg-comp .ph, .is-done .cg-user, .is-done .cg-ans, .is-done .cg-icons, .is-done .cg-src { opacity: 1; }


/* ==== CMP: dim inactive columns + ETA labels ==== */
.cmp-col > .cmp-art, .cmp-col > .cmp-txt { opacity: .4; transition: opacity .5s ease; }
.cmp-col.is-active > .cmp-art, .cmp-col.is-active > .cmp-txt { opacity: 1; }
.cmp-eta { position: absolute; left: 12px; bottom: 8px; z-index: 2; font-family: 'Geist', -apple-system, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .05em; color: #a3a3a3; }

/* ==== PFEAT: headings match site weight (500) ==== */
.pfeat-head h2 { font-weight: 500 !important; }
.pfeat-txt h3 { font-weight: 500 !important; }

/* ==== SYNCED NAV+FOOTER END ==== */
