/*
Theme Name: AppProof Lab
Author: AppProof
Description: A conversion-focused Rummy and Yono app review and comparison theme.
Version: 3.7.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: appproof-lab
*/

:root {
  --ap-navy: #102a43;
  --ap-navy-2: #173f5f;
  --ap-blue: #176b87;
  --ap-teal: #0d9488;
	--ap-teal-dark: #0f766e;
	--ap-mint: #2dd4bf;
	--ap-lime: #ffb627;
  --ap-cyan-soft: #e8f7f6;
  --ap-blue-soft: #eaf2f8;
  --ap-amber: #b45309;
  --ap-amber-soft: #fff7e6;
  --ap-green: #17825b;
  --ap-green-soft: #eaf8f1;
  --ap-red: #b42318;
  --ap-red-soft: #fff0ee;
  --ap-ink: #182331;
  --ap-muted: #617184;
  --ap-faint: #8593a3;
  --ap-line: #dfe6ed;
  --ap-line-strong: #cbd6e1;
  --ap-bg: #f6f8fb;
  --ap-white: #ffffff;
  --ap-dark: #0b1f33;
  --ap-radius-sm: 8px;
  --ap-radius: 14px;
  --ap-radius-lg: 22px;
  --ap-shadow: 0 14px 35px rgba(16, 42, 67, .08);
  --ap-shell: 1200px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; overflow-x: clip; margin: 0; background: var(--ap-white); color: var(--ap-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(15, 139, 141, .38); outline-offset: 3px; }
.screen-reader-text, .ap-skip-link { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ap-skip-link:focus { z-index: 1000; top: 8px; left: 8px; width: auto; height: auto; margin: 0; padding: 8px 12px; clip: auto; background: var(--ap-white); color: var(--ap-navy); border: 1px solid var(--ap-line); border-radius: var(--ap-radius-sm); }
.ap-shell { width: min(calc(100% - 32px), var(--ap-shell)); margin-inline: auto; }
.ap-main { min-height: 58vh; padding-top: var(--ap-header-space, 107px); }
.ap-eyebrow { display: inline-block; color: var(--ap-teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Header */
.ap-header { position: fixed; inset: 0 0 auto; top: 0; z-index: 90; width: 100%; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--ap-line); box-shadow: 0 3px 18px rgba(16,42,67,.045); backdrop-filter: blur(14px); }
.ap-header-row { min-height: 68px; display: flex; align-items: center; gap: 24px; }
.ap-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: var(--ap-navy); }
.ap-brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ap-teal); background: var(--ap-cyan-soft); border: 1px solid #c7ebe8; border-radius: 12px; }
.ap-brand-mark svg { width: 29px; height: 29px; }
.ap-brand > span:last-child { display: flex; align-items: baseline; gap: 5px; }
.ap-brand b { font-size: 18px; letter-spacing: -.04em; }
.ap-brand small { color: var(--ap-teal-dark); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.ap-desktop-search { flex: 1; max-width: 470px; margin-left: auto; }
.ap-primary-nav { display: none; margin-left: auto; }
.ap-primary-nav .menu { display: flex; align-items: center; gap: 22px; padding: 0; margin: 0; list-style: none; }
.ap-primary-nav .menu a { color: var(--ap-muted); font-size: 13px; font-weight: 700; }
.ap-primary-nav .menu a:hover { color: var(--ap-teal-dark); }
.ap-nav-head, .ap-menu-toggle, .ap-nav-scrim, .ap-mobile-search { display: none; }
.ap-search-form { min-height: 40px; display: flex; align-items: center; gap: 8px; padding: 4px 5px 4px 13px; background: var(--ap-bg); border: 1px solid var(--ap-line); border-radius: 12px; }
.ap-search-form svg { width: 18px; color: var(--ap-muted); flex: 0 0 auto; }
.ap-search-form input[type="search"] { width: 100%; min-width: 0; padding: 5px 2px; background: transparent; color: var(--ap-ink); border: 0; outline: 0; }
.ap-search-form button { padding: 7px 13px; border: 0; border-radius: 8px; background: var(--ap-navy); color: var(--ap-white); font-size: 12px; font-weight: 800; cursor: pointer; transition: background .15s ease, transform .15s ease; }
.ap-search-form button:hover { background: var(--ap-teal-dark); transform: translateY(-1px); }
.ap-topic-rail { border-top: 1px solid #eef2f5; background: var(--ap-white); }
.ap-topic-scroll { min-height: 38px; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.ap-topic-scroll::-webkit-scrollbar { display: none; }
.ap-topic-scroll a { flex: 0 0 auto; padding: 6px 11px; color: var(--ap-muted); border-radius: 999px; font-size: 12px; font-weight: 750; }
.ap-topic-scroll a:hover, .ap-topic-scroll a.is-active { background: var(--ap-navy); color: var(--ap-white); }

/* Hero */
.ap-hero { position: relative; overflow: hidden; padding: 48px 0 43px; background: radial-gradient(circle at 12% 8%, rgba(45,212,191,.25), transparent 31%), radial-gradient(circle at 92% 90%, rgba(255,182,39,.13), transparent 30%), linear-gradient(125deg, #071c2d 0%, #0b3147 55%, #0a3f46 100%); border-bottom: 0; }
.ap-hero::before { content: ""; position: absolute; width: 540px; height: 540px; top: -270px; right: -140px; border: 82px solid rgba(88,230,207,.11); border-radius: 50%; }
.ap-hero::after { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, #000 46%, #000); pointer-events: none; }
.ap-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); gap: 40px; align-items: center; }
.ap-hero .ap-eyebrow { color: var(--ap-lime); }
.ap-hero .ap-eyebrow i { width: 7px; height: 7px; display: inline-block; margin-right: 8px; background: var(--ap-lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,182,39,.14); animation: ap-pulse 2.2s ease-in-out infinite; }
@keyframes ap-pulse { 50% { box-shadow: 0 0 0 8px rgba(255,182,39,0); } }
.ap-hero-copy h1 { max-width: 730px; margin: 13px 0 15px; color: var(--ap-white); font-size: clamp(42px, 5.2vw, 68px); line-height: .98; letter-spacing: -.052em; }
.ap-hero-copy h1 em { color: var(--ap-lime); font-style: normal; }
.ap-hero-copy > p { max-width: 670px; margin: 0; color: #c0d3df; font-size: 16px; line-height: 1.58; }
.ap-hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.ap-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 16px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.ap-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16,42,67,.13); }
.ap-button-primary { background: var(--ap-teal); color: var(--ap-white); }
.ap-button-primary:hover { background: var(--ap-teal-dark); }
.ap-button-quiet { background: var(--ap-white); color: var(--ap-navy); border-color: var(--ap-line-strong); }
.ap-button-dark { background: var(--ap-navy); color: var(--ap-white); }
.ap-hero .ap-button-primary { background: linear-gradient(135deg, #14b8a6, var(--ap-teal-dark)); color: var(--ap-white); box-shadow: 0 10px 27px rgba(13,148,136,.27); }
.ap-hero .ap-button-primary:hover { background: linear-gradient(135deg, #19c7b4, #0d6b65); box-shadow: 0 12px 30px rgba(13,148,136,.34); }
.ap-hero .ap-button-quiet { background: rgba(255,255,255,.08); color: var(--ap-white); border-color: rgba(255,255,255,.24); }
.ap-hero .ap-button-quiet:hover { background: rgba(255,255,255,.14); }
.ap-hero-fit { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.ap-hero-fit span { display: grid; gap: 1px; min-width: 122px; padding: 8px 10px; color: #bdd1dc; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; font-size: 10px; }
.ap-hero-fit b { color: var(--ap-white); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.ap-hero-popular { display: flex; align-items: center; gap: 7px; margin-top: 15px; color: #a9c0cc; font-size: 10px; overflow-x: auto; scrollbar-width: none; }
.ap-hero-popular::-webkit-scrollbar { display: none; }
.ap-hero-popular b, .ap-hero-popular a { flex: 0 0 auto; }
.ap-hero-popular b { color: var(--ap-mint); font-size: 9px; letter-spacing: .1em; }
.ap-hero-popular a { padding: 4px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
.ap-hero-popular a:hover { color: var(--ap-lime); border-color: rgba(255,182,39,.46); }
.ap-proof-panel { position: relative; z-index: 1; padding: 18px; background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.7); border-radius: var(--ap-radius-lg); box-shadow: 0 28px 70px rgba(0,0,0,.26); transform: rotate(1deg); }
.ap-proof-panel::before { content: ""; position: absolute; inset: 8px -8px -8px 8px; z-index: -1; border: 1px solid rgba(88,230,207,.24); border-radius: var(--ap-radius-lg); }
.ap-proof-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid var(--ap-line); color: var(--ap-faint); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.ap-proof-head b { color: var(--ap-teal-dark); letter-spacing: 0; }
.ap-proof-app { display: flex; align-items: center; gap: 11px; padding: 13px 0 11px; }
.ap-proof-icon { width: 46px; height: 46px; display: grid; place-items: center; background: linear-gradient(145deg, var(--ap-navy), var(--ap-teal)); color: var(--ap-white); border-radius: 13px; box-shadow: 0 7px 17px rgba(15,139,141,.2); font-weight: 900; }
.ap-proof-app div, .ap-proof-list div { display: grid; }
.ap-proof-app small, .ap-proof-list small { color: var(--ap-muted); font-size: 11px; }
.ap-proof-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border: 1px solid var(--ap-line); border-radius: 12px; overflow: hidden; }
.ap-proof-list li { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-bottom: 1px solid var(--ap-line); }
.ap-proof-list li:last-child { border: 0; }
.ap-proof-list li > span { width: 26px; height: 26px; display: grid; place-items: center; background: var(--ap-bg); color: var(--ap-muted); border-radius: 50%; font-size: 9px; font-weight: 850; }
.ap-proof-list li.is-known > span { background: var(--ap-cyan-soft); color: var(--ap-teal-dark); }
.ap-proof-list li > strong { margin-left: auto; color: var(--ap-green); font-size: 8px; letter-spacing: .06em; }
.ap-proof-result { display: flex; justify-content: space-between; margin-top: 10px; padding: 10px 11px; background: var(--ap-navy); border-radius: 9px; color: var(--ap-white); font-size: 11px; transition: background .15s ease, transform .15s ease; }
.ap-proof-result strong { color: var(--ap-lime); }
.ap-proof-result:hover { background: var(--ap-teal-dark); transform: translateY(-1px); }
.ap-stat-band { background: linear-gradient(90deg, #0d716f, #0b4d63); color: var(--ap-white); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.ap-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ap-stat-grid > div { display: grid; padding: 12px 18px; border-right: 1px solid rgba(255,255,255,.12); }
.ap-stat-grid > div:last-child { border: 0; }
.ap-stat-grid strong { font-size: 24px; line-height: 1.1; }
.ap-stat-grid span { margin-top: 4px; color: #b9c9d8; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

/* Sections and cards */
.ap-section { padding-top: 40px; padding-bottom: 40px; }
.ap-section-tint { background: var(--ap-bg); border-top: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); }
.ap-section-dark { background: var(--ap-dark); color: var(--ap-white); }
.ap-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.ap-section-heading h2 { margin: 5px 0 3px; color: var(--ap-navy); font-size: clamp(27px, 3.2vw, 38px); line-height: 1.08; letter-spacing: -.04em; }
.ap-section-heading p { max-width: 700px; margin: 0; color: var(--ap-muted); font-size: 14px; }
.ap-text-link { color: var(--ap-teal-dark); font-size: 13px; font-weight: 800; white-space: nowrap; }
.ap-text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.ap-app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ap-app-card { position: relative; min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; background: var(--ap-white); border: 1px solid var(--ap-line); border-radius: 14px; box-shadow: 0 6px 18px rgba(16,42,67,.055); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.ap-app-card::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 2; height: 3px; background: linear-gradient(90deg, var(--ap-lime), var(--ap-mint), var(--ap-teal)); }
.ap-app-card:hover { transform: translateY(-4px); border-color: #84ccc7; box-shadow: 0 16px 34px rgba(16,42,67,.13); }
.ap-app-card-top { position: relative; display: flex; align-items: center; gap: 13px; min-width: 0; padding: 14px 13px 12px; overflow: hidden; background: radial-gradient(circle at 12% 14%, rgba(45,212,191,.22), transparent 39%), linear-gradient(135deg, #f4fbfb 0%, #fff 76%); border-bottom: 1px solid #e9f0f2; }
.ap-app-card-top::after { content: ""; position: absolute; width: 96px; height: 96px; top: -58px; right: -34px; border: 18px solid rgba(255,182,39,.12); border-radius: 50%; pointer-events: none; }
.ap-app-card-icon { position: relative; z-index: 1; flex: 0 0 88px; width: 88px; height: 88px; display: grid; place-items: center; padding: 6px; background: rgba(255,255,255,.92); border: 1px solid rgba(13,148,136,.22); border-radius: 22px; box-shadow: 0 9px 22px rgba(15,118,110,.16), inset 0 0 0 2px rgba(255,255,255,.8); }
.ap-app-card-icon img, .ap-app-card-icon > span { width: 74px; height: 74px; object-fit: cover; border-radius: 17px; }
.ap-app-card-icon > span { display: grid; place-items: center; background: linear-gradient(145deg, var(--ap-navy), var(--ap-teal)); color: var(--ap-white); font-size: 22px; font-weight: 900; }
.ap-app-card-heading { position: relative; z-index: 1; min-width: 0; }
.ap-card-kicker { display: block; margin-bottom: 3px; color: #a85e06; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ap-status { display: inline-flex; align-items: center; width: fit-content; padding: 3px 7px; border-radius: 999px; font-size: 8px; line-height: 1.2; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.ap-status-green { background: var(--ap-green-soft); color: var(--ap-green); }
.ap-status-blue { background: var(--ap-blue-soft); color: var(--ap-blue); }
.ap-status-teal { background: var(--ap-cyan-soft); color: var(--ap-teal-dark); }
.ap-status-amber { background: var(--ap-amber-soft); color: var(--ap-amber); }
.ap-status-gray { background: #eef1f4; color: var(--ap-muted); }
.ap-app-card h3 { margin: 0 0 7px; color: var(--ap-navy); font-size: 19px; line-height: 1.08; letter-spacing: -.035em; }
.ap-app-card h3 a:hover { color: var(--ap-teal-dark); }
.ap-card-popularity { display: flex; flex-wrap: wrap; gap: 5px; }
.ap-card-popularity span { min-width: 0; padding: 5px 7px; background: rgba(255,255,255,.9); color: #52687a; border: 1px solid #dce8eb; border-radius: 999px; font-size: 9.2px; font-weight: 850; line-height: 1; white-space: nowrap; }
.ap-card-popularity .is-rating { color: #8a4b08; background: #fff8e7; border-color: #f3dfad; }
.ap-card-popularity .is-rating b { color: var(--ap-lime); text-shadow: 0 1px #9a5b00; }
.ap-card-money { display: grid; grid-template-columns: 1.06fr .94fr; margin: 9px 11px 0; overflow: hidden; background: linear-gradient(135deg, #fff8e8, #fffdf7); border: 1px solid #f0dfb7; border-radius: 10px; }
.ap-card-money > span { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 8px 10px; }
.ap-card-money > span + span { border-left: 1px solid #f0dfb7; }
.ap-card-money small { color: #93631f; font-size: 8px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.ap-card-money strong { margin-top: 2px; color: #a75906; font-size: 19px; line-height: 1.08; letter-spacing: -.035em; }
.ap-card-money b { margin-top: 3px; color: var(--ap-navy); font-size: 14px; line-height: 1.08; }
.ap-card-speed { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 7px 11px; padding: 6px 8px; background: var(--ap-cyan-soft); color: var(--ap-teal-dark); border-radius: 8px; font-size: 9px; }
.ap-card-speed span { font-weight: 750; }
.ap-card-speed i { width: 17px; height: 17px; display: inline-grid; place-items: center; margin-right: 3px; background: var(--ap-teal); color: var(--ap-white); border-radius: 50%; font-style: normal; font-weight: 900; }
.ap-card-speed b { color: var(--ap-navy); font-size: 10px; text-align: right; }
.ap-card-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 11px 11px; padding: 8px 8px 8px 11px; overflow: hidden; background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%); color: var(--ap-white); border: 1px solid #0b6c65; border-radius: 9px; box-shadow: 0 6px 16px rgba(13,148,136,.22); font-size: 10px; font-weight: 900; line-height: 1.2; transition: box-shadow .18s ease, transform .18s ease, filter .18s ease; }
.ap-card-cta b { flex: 0 0 23px; width: 23px; height: 23px; display: grid; place-items: center; background: rgba(255,255,255,.16); color: var(--ap-white); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 13px; }
.ap-app-card:hover .ap-card-cta { filter: saturate(1.08); box-shadow: 0 8px 18px rgba(13,148,136,.3); transform: translateY(-2px); }
.ap-app-card-icon img { transition: transform .2s ease; }
.ap-app-card:hover .ap-app-card-icon img { transform: scale(1.055); }
.ap-topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.ap-topic-card { min-height: 168px; display: flex; flex-direction: column; padding: 15px; background: var(--ap-white); border: 1px solid var(--ap-line); border-radius: var(--ap-radius); }
.ap-topic-card > span { color: var(--ap-teal); font-size: 12px; font-weight: 900; }
.ap-topic-card h3 { margin: 12px 0 6px; color: var(--ap-navy); font-size: 19px; line-height: 1.15; letter-spacing: -.03em; }
.ap-topic-card p { margin: 0; color: var(--ap-muted); font-size: 13px; }
.ap-topic-card b { margin-top: auto; padding-top: 11px; color: var(--ap-teal-dark); font-size: 12px; }
.ap-topic-card.is-money-topic { border-top: 3px solid var(--ap-lime); background: linear-gradient(180deg, #fffaf0, var(--ap-white) 38%); }
.ap-topic-card { transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.ap-topic-card:hover { transform: translateY(-3px); border-color: #acd7d5; box-shadow: 0 12px 28px rgba(16,42,67,.08); }
.ap-method-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: 48px; align-items: center; }
.ap-method-grid h2 { margin: 8px 0 12px; color: var(--ap-navy); font-size: 36px; line-height: 1.08; letter-spacing: -.04em; }
.ap-method-grid > div:first-child > p { margin-bottom: 24px; color: var(--ap-muted); font-size: 16px; }
.ap-method-steps { border-top: 1px solid var(--ap-line); }
.ap-method-steps > div { display: grid; grid-template-columns: 42px 1fr; gap: 11px; padding: 13px 0; border-bottom: 1px solid var(--ap-line); }
.ap-method-steps > div > span { width: 32px; height: 32px; display: grid; place-items: center; background: var(--ap-cyan-soft); color: var(--ap-teal-dark); border-radius: 50%; font-size: 10px; font-weight: 900; }
.ap-method-steps h3, .ap-method-steps p { margin: 0; }
.ap-method-steps h3 { color: var(--ap-navy); }
.ap-method-steps p { color: var(--ap-muted); font-size: 13px; }
.ap-search-cta { display: grid; grid-template-columns: 1fr minmax(340px, .72fr); gap: 70px; align-items: center; }
.ap-search-cta .ap-eyebrow { color: #6ee7df; }
.ap-search-cta h2 { margin: 8px 0 6px; font-size: 38px; letter-spacing: -.04em; }
.ap-search-cta p { margin: 0; color: #afc0d0; }
.ap-search-cta .ap-search-form { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); }
.ap-search-cta .ap-search-form svg, .ap-search-cta input { color: var(--ap-white); }
.ap-search-cta input::placeholder { color: #9eb0c0; }
.ap-search-cta .ap-search-form button { background: var(--ap-teal); }
.ap-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
.ap-faq-grid details { padding: 0 17px; border: 1px solid var(--ap-line); border-radius: 11px; background: var(--ap-white); }
.ap-faq-grid summary { position: relative; padding: 15px 26px 15px 0; color: var(--ap-navy); font-weight: 800; cursor: pointer; list-style: none; }
.ap-faq-grid summary::-webkit-details-marker { display: none; }
.ap-faq-grid summary::after { content: "+"; position: absolute; right: 0; top: 13px; color: var(--ap-teal); font-size: 20px; }
.ap-faq-grid details[open] summary::after { content: "–"; }
.ap-faq-grid details p { margin: 0; padding: 0 0 16px; color: var(--ap-muted); font-size: 13px; }

/* Footer */
.ap-footer { padding: 34px 0 18px; background: var(--ap-bg); border-top: 1px solid var(--ap-line); }
.ap-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 40px; }
.ap-footer-grid section { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.ap-footer-grid section > p { max-width: 330px; color: var(--ap-muted); font-size: 13px; }
.ap-footer-grid h2 { margin: 7px 0 8px; color: var(--ap-navy); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.ap-footer-grid section > a:not(.ap-brand) { color: var(--ap-muted); font-size: 12px; }
.ap-footer-contact { overflow-wrap: anywhere; }
.ap-footer-grid section > a:hover { color: var(--ap-teal-dark); }
.ap-footer-label { display: flex; align-items: center; gap: 8px; color: var(--ap-muted); font-size: 11px; }
.ap-dot { width: 7px; height: 7px; border-radius: 50%; }
.ap-dot-green { background: var(--ap-green); }.ap-dot-blue { background: var(--ap-blue); }.ap-dot-teal { background: var(--ap-teal); }.ap-dot-amber { background: var(--ap-amber); }
.ap-footer-note { margin-top: 28px; padding: 12px 15px; background: var(--ap-white); border: 1px solid var(--ap-line); border-radius: 10px; color: var(--ap-muted); font-size: 11px; }
.ap-footer-note strong { color: var(--ap-navy); }
.ap-footer-age-note { display: grid; gap: 5px; }
.ap-copyright { margin-top: 18px; color: var(--ap-faint); font-size: 10px; text-align: center; }

/* Archive and library */
.ap-archive-hero { position: relative; overflow: hidden; padding: 38px 0 34px; background: radial-gradient(circle at 85% 20%, rgba(88,230,207,.18), transparent 25%), linear-gradient(120deg, #071c2d, #0b4050); color: var(--ap-white); }
.ap-archive-hero::after { content: ""; position: absolute; width: 330px; height: 330px; right: -120px; bottom: -250px; border: 54px solid rgba(255,182,39,.1); border-radius: 50%; pointer-events: none; }
.ap-archive-hero .ap-shell { position: relative; z-index: 1; }
.ap-archive-hero .ap-eyebrow { color: #65ddd4; }
.ap-archive-hero h1 { max-width: 780px; margin: 7px 0 8px; font-size: clamp(36px, 4.5vw, 54px); line-height: 1; letter-spacing: -.05em; }
.ap-archive-hero p { max-width: 760px; margin: 0; color: #b8c8d7; font-size: 16px; }
.ap-archive-search { max-width: 550px; margin-top: 14px; }
.ap-archive-search .ap-search-form { background: var(--ap-white); }
.ap-archive-benefits { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 11px; color: #d1e5e9; font-size: 11px; font-weight: 750; }
.ap-archive-benefits span::first-letter { color: var(--ap-lime); }
.ap-library { padding-top: 20px; padding-bottom: 42px; }
.ap-filter-bar { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 10px; }
.ap-filter-bar button { flex: 0 0 auto; padding: 8px 11px; background: var(--ap-white); color: var(--ap-muted); border: 1px solid var(--ap-line); border-radius: 999px; font-size: 11px; font-weight: 800; cursor: pointer; }
.ap-filter-bar button span { margin-left: 5px; color: var(--ap-faint); }
.ap-filter-bar button.is-active { background: var(--ap-navy); color: var(--ap-white); border-color: var(--ap-navy); }
.ap-library-note { display: flex; gap: 8px; margin: 5px 0 15px; padding: 9px 11px; background: var(--ap-blue-soft); color: var(--ap-muted); border-radius: 9px; font-size: 10px; }
.ap-library-note strong { color: var(--ap-blue); }
.ap-filter-empty, .ap-empty-state { padding: 35px; border: 1px dashed var(--ap-line-strong); border-radius: var(--ap-radius); color: var(--ap-muted); text-align: center; }
.ap-empty-state { grid-column: 1 / -1; }
.ap-note-list { display: grid; gap: 14px; }
.ap-note-list article { padding: 22px; border: 1px solid var(--ap-line); border-radius: var(--ap-radius); }
.ap-note-list span { color: var(--ap-faint); font-size: 11px; }
.ap-note-list h2 { margin: 4px 0; color: var(--ap-navy); }
.ap-note-list p { margin: 0; color: var(--ap-muted); }

/* Single record */
.ap-breadcrumbs { display: flex; gap: 8px; padding-top: 17px; padding-bottom: 17px; color: var(--ap-faint); font-size: 11px; overflow: hidden; white-space: nowrap; }
.ap-breadcrumbs a { color: var(--ap-teal-dark); }
.ap-record-hero { padding: 31px 0; background: radial-gradient(circle at 88% 20%, rgba(88,230,207,.16), transparent 24%), linear-gradient(115deg, #f8fbfd, #eef8f7); border-top: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); }
.ap-record-hero-grid { display: grid; grid-template-columns: 134px 1fr; gap: 24px; align-items: center; }
.ap-record-icon { width: 128px; height: 128px; display: grid; place-items: center; background: var(--ap-white); border: 1px solid #bce3df; border-radius: 28px; box-shadow: 0 13px 28px rgba(16,42,67,.1); overflow: hidden; }
.ap-record-icon img, .ap-record-icon > span { width: 100%; height: 100%; object-fit: cover; }
.ap-record-icon > span { display: grid; place-items: center; background: var(--ap-navy); color: var(--ap-white); font-size: 28px; font-weight: 900; }
.ap-record-labels { display: flex; flex-wrap: wrap; gap: 7px; }
.ap-category-label { padding: 4px 8px; background: var(--ap-white); color: var(--ap-muted); border: 1px solid var(--ap-line); border-radius: 999px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.ap-record-heading h1 { max-width: 930px; margin: 7px 0 6px; color: var(--ap-navy); font-size: clamp(28px, 3.7vw, 44px); line-height: 1.05; letter-spacing: -.043em; }
.ap-record-heading > p { max-width: 820px; margin: 0; color: var(--ap-muted); font-size: 15px; }
.ap-record-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 15px; color: var(--ap-faint); font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.ap-record-meta b { color: var(--ap-navy); }
.ap-record-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.ap-record-layout { display: grid; grid-template-columns: minmax(0, 1fr) 275px; gap: 27px; padding-top: 31px; padding-bottom: 54px; }
.ap-record-main { min-width: 0; display: grid; gap: 15px; }
.ap-verdict { padding: 21px; border: 1px solid var(--ap-line); border-left: 4px solid var(--ap-teal); border-radius: var(--ap-radius); }
.ap-status-panel-amber { border-left-color: var(--ap-amber); }.ap-status-panel-gray { border-left-color: var(--ap-faint); }.ap-status-panel-green { border-left-color: var(--ap-green); }.ap-status-panel-blue { border-left-color: var(--ap-blue); }
.ap-verdict h2 { margin: 8px 0; color: var(--ap-navy); font-size: 26px; letter-spacing: -.03em; }
.ap-verdict > p { margin: 0; color: var(--ap-muted); }
.ap-limit-note, .ap-legacy-note { margin-top: 17px; padding: 13px 15px; background: var(--ap-amber-soft); color: #7c4a13; border-radius: 9px; font-size: 12px; }
.ap-legacy-note p { margin: 4px 0 0; }
.ap-record-section { padding: 22px; border: 1px solid var(--ap-line); border-radius: var(--ap-radius); }
.ap-record-section-head { display: grid; grid-template-columns: 34px 1fr; gap: 10px; margin-bottom: 15px; }
.ap-section-number { width: 32px; height: 32px; display: grid; place-items: center; background: var(--ap-cyan-soft); color: var(--ap-teal-dark); border-radius: 50%; font-size: 9px; font-weight: 900; }
.ap-record-section-head h2 { margin: 0; color: var(--ap-navy); font-size: 22px; letter-spacing: -.03em; }
.ap-record-section-head p { margin: 2px 0 0; color: var(--ap-muted); font-size: 12px; }
.ap-fact-table { margin: 0; border: 1px solid var(--ap-line); border-radius: 10px; overflow: hidden; }
.ap-fact-table > div { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--ap-line); }
.ap-fact-table > div:last-child { border: 0; }
.ap-fact-table dt, .ap-fact-table dd { margin: 0; padding: 10px 13px; }
.ap-fact-table dt { background: var(--ap-bg); color: var(--ap-muted); font-size: 11px; font-weight: 800; }
.ap-fact-table dd { color: var(--ap-ink); font-size: 12px; overflow-wrap: anywhere; }
.ap-fact-table > div.is-confirm dt::after { content: "CHECK"; display: inline-flex; margin-left: 7px; padding: 2px 5px; border-radius: 999px; background: var(--ap-amber-soft); color: var(--ap-amber); font-size: 7px; line-height: 1; letter-spacing: .06em; vertical-align: middle; }
.ap-fact-table > div.is-confirm dd { color: #80501c; }
.ap-source-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; padding: 13px; background: var(--ap-bg); border-radius: 10px; }
.ap-source-row > div { display: grid; }
.ap-source-row span { color: var(--ap-muted); font-size: 10px; }
.ap-measure-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.ap-measure-grid > div { min-height: 98px; display: flex; flex-direction: column; padding: 12px; background: var(--ap-bg); border-radius: 9px; }
.ap-measure-grid span { color: var(--ap-faint); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.ap-measure-grid strong { margin: 6px 0 3px; color: var(--ap-navy); font-size: 18px; line-height: 1.2; }
.ap-measure-grid small { margin-top: auto; color: var(--ap-muted); font-size: 10px; }
.ap-money-section { background: linear-gradient(145deg, #ffffff, #f6fbe9); border-color: #dceab7; }
.ap-money-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ap-money-grid > div { min-height: 112px; background: rgba(255,255,255,.9); box-shadow: inset 0 0 0 1px #e2ecc8; }
.ap-network-planning { margin-top: 14px; overflow: hidden; border: 1px solid var(--ap-line); border-radius: 10px; }
.ap-network-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; background: var(--ap-blue-soft); }
.ap-network-head > div { display: grid; }.ap-network-head strong { color: var(--ap-navy); font-size: 13px; }.ap-network-head span { color: var(--ap-muted); font-size: 10px; }
.ap-network-head > b { padding: 3px 7px; color: var(--ap-amber); background: var(--ap-white); border-radius: 999px; font-size: 8px; letter-spacing: .07em; }
.ap-network-rows > div { display: grid; grid-template-columns: 120px 145px 72px minmax(0, 1fr); align-items: center; gap: 9px; padding: 10px 13px; border-top: 1px solid var(--ap-line); }
.ap-network-rows strong { color: var(--ap-navy); font-size: 11px; }.ap-network-rows span { color: var(--ap-muted); font-size: 10px; }.ap-network-rows b { color: var(--ap-teal-dark); font-size: 11px; }.ap-network-rows small { color: var(--ap-faint); font-size: 9px; }
.ap-workflow-limits { margin-top: 10px; border: 1px solid var(--ap-line); border-radius: 10px; background: var(--ap-white); }
.ap-workflow-limits summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; cursor: pointer; list-style: none; }.ap-workflow-limits summary::-webkit-details-marker { display: none; }
.ap-workflow-limits summary > span { display: grid; }.ap-workflow-limits summary strong { color: var(--ap-navy); font-size: 12px; }.ap-workflow-limits summary small { color: var(--ap-muted); font-size: 9px; }
.ap-workflow-limits summary > b { color: var(--ap-teal-dark); font-size: 8px; letter-spacing: .08em; }.ap-workflow-limits[open] summary > b { font-size: 0; }.ap-workflow-limits[open] summary > b::after { content: "CLOSE"; font-size: 8px; }
.ap-workflow-rows > div { display: grid; grid-template-columns: 130px 190px minmax(0, 1fr); gap: 10px; padding: 9px 13px; border-top: 1px solid var(--ap-line); }.ap-workflow-rows strong { color: var(--ap-navy); font-size: 10px; }.ap-workflow-rows span { color: var(--ap-muted); font-size: 10px; }.ap-workflow-rows small { color: var(--ap-faint); font-size: 9px; }
.ap-fit-summary { margin-top: 14px; padding: 17px; overflow: hidden; background: radial-gradient(circle at 95% 0, rgba(88,230,207,.18), transparent 26%), linear-gradient(125deg, #071c2d, #0b4050); border-radius: 12px; color: var(--ap-white); }
.ap-fit-summary-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.ap-fit-summary-head .ap-eyebrow { color: var(--ap-lime); flex: 0 0 auto; }
.ap-fit-summary-head h3 { max-width: 500px; margin: 0; font-size: 18px; line-height: 1.15; letter-spacing: -.025em; text-align: right; }
.ap-fit-summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.ap-fit-summary-grid > div { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; padding: 11px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; }
.ap-fit-summary-grid > div > span { width: 25px; height: 25px; display: grid; place-items: center; color: #123124; background: var(--ap-lime); border-radius: 50%; font-size: 8px; font-weight: 900; }
.ap-fit-summary-grid section { min-width: 0; display: grid; }
.ap-fit-summary-grid small { color: var(--ap-mint); font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.ap-fit-summary-grid strong { margin-top: 2px; font-size: 12px; overflow-wrap: anywhere; }
.ap-fit-summary-grid p { margin: 4px 0 0; color: #bfd2dc; font-size: 9px; line-height: 1.45; }
.ap-review-brief { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 16px; padding: 20px; background: linear-gradient(135deg, #f7fbfc, #edf8f5); border: 1px solid #cfe8e3; border-left: 4px solid var(--ap-teal); border-radius: 13px; }
.ap-review-brief-intro h2 { margin: 5px 0 8px; font-size: clamp(21px, 2.4vw, 29px); line-height: 1.08; letter-spacing: -.035em; }
.ap-review-brief-intro p { margin: 0; color: var(--ap-muted); font-size: 12px; line-height: 1.65; }
.ap-review-brief-points { display: grid; gap: 7px; }
.ap-review-brief-points > div { padding: 10px 12px; background: rgba(255,255,255,.86); border: 1px solid rgba(15,139,141,.15); border-radius: 9px; }
.ap-review-brief-points strong { display: block; color: var(--ap-navy); font-size: 10px; letter-spacing: .035em; text-transform: uppercase; }
.ap-review-brief-points p { margin: 3px 0 0; color: var(--ap-muted); font-size: 9px; line-height: 1.5; }
.ap-download-panel { scroll-margin-top: 90px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 21px; overflow: hidden; background: radial-gradient(circle at 86% 18%, rgba(45,212,191,.2), transparent 29%), linear-gradient(125deg, #09263a, #0c5b61); color: var(--ap-white); border: 1px solid rgba(45,212,191,.3); border-radius: 13px; box-shadow: 0 14px 30px rgba(16,42,67,.16); }
.ap-download-panel .ap-eyebrow { color: var(--ap-lime); }
.ap-download-panel h2 { margin: 4px 0 5px; color: var(--ap-white); font-size: clamp(22px, 2.6vw, 31px); line-height: 1.05; letter-spacing: -.035em; }
.ap-download-panel p { margin: 0; color: #c8dce3; font-size: 11px; }
.ap-download-button { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; min-width: 182px; justify-content: space-between; padding: 11px 11px 11px 16px; background: linear-gradient(135deg, #14b8a6, var(--ap-teal-dark)); color: var(--ap-white); border: 1px solid rgba(255,255,255,.24); border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,.18); font-size: 12px; font-weight: 900; transition: transform .18s ease, filter .18s ease; }
.ap-download-button b { width: 27px; height: 27px; display: grid; place-items: center; background: rgba(255,255,255,.16); color: var(--ap-white); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 14px; }
.ap-download-button:hover { filter: saturate(1.15); transform: translateY(-2px); }
.ap-offer-snapshot { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 22px; align-items: center; overflow: hidden; padding: 21px; background: radial-gradient(circle at 92% 12%, rgba(255,182,39,.18), transparent 30%), linear-gradient(125deg, #09263a, #0c5b61); color: var(--ap-white); border-radius: 13px; box-shadow: 0 14px 32px rgba(16,42,67,.12); }
.ap-offer-snapshot::after { content: "₹"; position: absolute; right: 220px; bottom: -32px; color: rgba(255,255,255,.05); font-size: 150px; font-weight: 900; line-height: 1; pointer-events: none; }
.ap-offer-snapshot > div { position: relative; z-index: 1; }
.ap-offer-snapshot .ap-eyebrow { color: var(--ap-lime); }
.ap-offer-snapshot h2 { margin: 5px 0 8px; font-size: clamp(22px, 2.7vw, 31px); line-height: 1.05; letter-spacing: -.035em; }
.ap-offer-snapshot p { max-width: 590px; margin: 0; color: #c3d5dd; font-size: 11px; line-height: 1.6; }
.ap-offer-value { display: grid; padding: 15px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 11px; }
.ap-offer-value small { color: #98d7d1; font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.ap-offer-value strong { margin: 3px 0; color: var(--ap-lime); font-size: 28px; line-height: 1; letter-spacing: -.035em; }
.ap-offer-value > span { color: #bad0d8; font-size: 8px; }
.ap-offer-value a { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.16); color: var(--ap-white); font-size: 10px; font-weight: 800; }
.ap-offer-value a b { color: var(--ap-lime); font-size: 15px; }
.ap-checklist { display: grid; gap: 8px; }
.ap-checklist > div { display: grid; grid-template-columns: 26px minmax(135px, .5fr) 1fr; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid var(--ap-line); border-radius: 8px; }
.ap-checklist > div > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; font-size: 10px; font-weight: 900; }
.ap-checklist .is-complete > span { background: var(--ap-green-soft); color: var(--ap-green); }
.ap-checklist .is-missing > span { background: #eef1f4; color: var(--ap-faint); }
.ap-checklist strong { color: var(--ap-navy); font-size: 11px; }
.ap-checklist small { color: var(--ap-muted); font-size: 10px; overflow-wrap: anywhere; }
.ap-media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ap-media-grid figure { margin: 0; overflow: hidden; background: var(--ap-bg); border: 1px solid var(--ap-line); border-radius: 9px; }
.ap-media-zoom { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.ap-media-zoom:focus-visible { outline: 3px solid rgba(15, 139, 141, .38); outline-offset: -3px; }
.ap-media-grid img { width: 100%; aspect-ratio: 9 / 16; object-fit: contain; background: #fff; }
.ap-lightbox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; background: rgba(4, 15, 26, .86); }
.ap-lightbox[hidden] { display: none; }
.ap-lightbox img { max-width: min(94vw, 1100px); max-height: 90vh; width: auto; height: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.ap-lightbox-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.35); color: var(--ap-white); cursor: pointer; font-size: 25px; line-height: 1; }
.ap-media-source { color: var(--ap-muted); font-size: 11px; }
.ap-media-source a { color: var(--ap-teal-dark); text-decoration: underline; }
.ap-decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ap-decision-grid > div { padding: 17px; border-radius: 10px; }
.ap-decision-grid h3 { margin: 0 0 6px; font-size: 15px; }.ap-decision-grid p { margin: 0; font-size: 12px; }
.ap-decision-good { background: var(--ap-green-soft); color: #205f49; }.ap-decision-limit { background: var(--ap-amber-soft); color: #744611; }
.ap-record-sidebar { display: flex; flex-direction: column; gap: 13px; }
.ap-record-nav, .ap-sidebar-card { padding: 14px; border: 1px solid var(--ap-line); border-radius: 10px; }
.ap-record-nav { position: sticky; top: 126px; display: grid; gap: 8px; background: var(--ap-white); }
.ap-record-nav strong { margin-bottom: 4px; color: var(--ap-navy); font-size: 11px; text-transform: uppercase; }
.ap-record-nav a, .ap-sidebar-list-link { color: var(--ap-muted); font-size: 11px; }
.ap-record-nav a:hover, .ap-sidebar-list-link:hover { color: var(--ap-teal-dark); }
.ap-sidebar-card { display: grid; background: var(--ap-bg); }
.ap-sidebar-card > strong { margin: 6px 0 4px; color: var(--ap-navy); font-size: 18px; }.ap-sidebar-card > p { margin: 0; color: var(--ap-muted); font-size: 11px; }
.ap-sidebar-card ul { margin: 8px 0 0; padding-left: 17px; color: var(--ap-muted); font-size: 11px; }
.ap-progress { height: 6px; margin: 14px 0 7px; overflow: hidden; background: var(--ap-line); border-radius: 999px; }.ap-progress i { height: 100%; display: block; background: var(--ap-teal); border-radius: inherit; }
.ap-sidebar-card > small { color: var(--ap-faint); font-size: 9px; }
.ap-record-faq { padding-top: 0; }

/* Guide pages */
.ap-guide-page > header { padding: 62px 0 55px; background: var(--ap-bg); border-bottom: 1px solid var(--ap-line); }
.ap-guide-head h1 { max-width: 850px; margin: 9px 0; color: var(--ap-navy); font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.ap-guide-head p { max-width: 720px; margin: 0; color: var(--ap-muted); font-size: 16px; }
.ap-guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 42px; padding-top: 45px; padding-bottom: 72px; }
.ap-guide-content { max-width: 760px; }
.ap-guide-content h2 { margin: 38px 0 8px; color: var(--ap-navy); font-size: 28px; letter-spacing: -.03em; }.ap-guide-content h2:first-child { margin-top: 0; }
.ap-guide-content h3 { color: var(--ap-navy); }.ap-guide-content p, .ap-guide-content li { color: var(--ap-muted); }
.ap-guide-layout aside { display: flex; flex-direction: column; gap: 12px; }
.ap-sidebar-list-link { padding: 7px 0; border-bottom: 1px solid var(--ap-line); }
.ap-empty-page { min-height: 62vh; display: grid; align-items: center; padding: 80px 0; background: var(--ap-bg); text-align: center; }
.ap-empty-page h1 { max-width: 720px; margin: 10px auto; color: var(--ap-navy); font-size: clamp(38px, 5vw, 60px); line-height: 1; letter-spacing: -.05em; }
.ap-empty-page p { max-width: 620px; margin: 0 auto; color: var(--ap-muted); }.ap-empty-page .ap-hero-actions { justify-content: center; }
.ap-empty-search { max-width: 520px; margin: 22px auto 0; }

@media (max-width: 1040px) {
  .ap-app-grid { grid-template-columns: repeat(2, 1fr); }
  .ap-topic-grid { grid-template-columns: repeat(2, 1fr); }
  .ap-primary-nav .menu { gap: 14px; }
  .ap-primary-nav .menu a { font-size: 12px; }
  .ap-method-grid { gap: 45px; }
}

@media (max-width: 820px) {
  .ap-main { padding-top: var(--ap-header-space, 148px); }
  .ap-header-row { min-height: 60px; }
  .ap-desktop-search { display: none; }
  .ap-menu-toggle { width: 38px; height: 38px; display: grid; align-content: center; gap: 4px; margin-left: auto; padding: 9px; background: var(--ap-bg); border: 1px solid var(--ap-line); border-radius: 9px; }
  .ap-menu-toggle span { height: 2px; background: var(--ap-navy); border-radius: 2px; }
  .ap-header { z-index: 90; }
  .ap-primary-nav { display: block; position: fixed; z-index: 80; top: 0; right: 0; width: min(86vw, 360px); height: 100vh; margin: 0; padding: 18px; transform: translateX(105%); background: var(--ap-white); transition: transform .2s ease; }
  .ap-primary-nav.is-open { transform: translateX(0); }
  .ap-nav-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--ap-navy); }
  .ap-nav-close { width: 34px; height: 34px; border: 0; border-radius: 8px; background: var(--ap-bg); color: var(--ap-navy); font-size: 22px; }
  .ap-primary-nav .menu { display: grid; gap: 0; }
  .ap-primary-nav .menu li { border-bottom: 1px solid var(--ap-line); }
  .ap-primary-nav .menu a { display: block; padding: 13px 4px; font-size: 14px; }
  .ap-nav-scrim { position: fixed; inset: 0; z-index: 70; display: block; visibility: hidden; opacity: 0; background: rgba(8,25,40,.48); transition: opacity .2s ease, visibility .2s ease; }
  .ap-nav-scrim.is-open { visibility: visible; opacity: 1; }
  .ap-mobile-search { display: block; padding-bottom: 10px; }
  .ap-hero { padding: 34px 0 31px; }
  .ap-hero-grid, .ap-search-cta, .ap-method-grid { grid-template-columns: 1fr; }
  .ap-hero-grid { gap: 27px; }.ap-method-grid { gap: 27px; }.ap-search-cta { gap: 24px; }
  .ap-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.ap-stat-grid > div { min-width: 0; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }.ap-stat-grid > div:nth-child(even) { border-right: 0; }.ap-stat-grid > div:nth-child(n + 3) { border-bottom: 0; }
  .ap-app-grid { grid-template-columns: repeat(2, 1fr); }
  .ap-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .ap-record-layout, .ap-guide-layout { grid-template-columns: 1fr; }
  .ap-record-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); }.ap-record-nav { position: static; }
}

@media (max-width: 560px) {
  .ap-shell { width: min(calc(100% - 22px), var(--ap-shell)); }
  .ap-main { padding-top: var(--ap-header-space, 135px); }
  .ap-brand-mark { width: 34px; height: 34px; }.ap-brand b { font-size: 16px; }
  .ap-header-row { min-height: 54px; }.ap-topic-scroll { min-height: 36px; }.ap-topic-scroll a { padding: 5px 9px; font-size: 11px; }
  .ap-mobile-search { padding-bottom: 7px; }.ap-search-form { min-height: 36px; }.ap-search-form button { padding: 6px 11px; }
  .ap-hero { padding: 24px 0 23px; }.ap-hero-copy h1 { font-size: 35px; }.ap-hero-copy > p { font-size: 14px; line-height: 1.5; }
  .ap-hero-actions { margin-top: 16px; }.ap-hero-actions .ap-button { min-height: 38px; padding: 7px 12px; font-size: 12px; }
  .ap-hero-trust { gap: 8px 12px; margin-top: 13px; font-size: 10px; }
  .ap-proof-panel { display: none; }
  .ap-section { padding-top: 30px; padding-bottom: 30px; }
  .ap-section-heading { display: grid; gap: 9px; margin-bottom: 14px; }.ap-section-heading h2 { font-size: 27px; }.ap-section-heading p { font-size: 12px; }
  .ap-app-grid, .ap-topic-grid, .ap-faq-grid, .ap-footer-grid, .ap-decision-grid, .ap-record-sidebar { grid-template-columns: minmax(0, 1fr); }
  .ap-measure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .ap-measure-grid > div { min-height: 132px; padding: 10px; }.ap-measure-grid strong { font-size: 15px; }.ap-measure-grid small { font-size: 9px; line-height: 1.42; }
  .ap-app-grid > div { min-width: 0; }
  .ap-app-card-top { gap: 11px; padding: 11px 10px 10px; }.ap-app-card-icon { flex-basis: 78px; width: 78px; height: 78px; padding: 5px; border-radius: 20px; }.ap-app-card-icon img, .ap-app-card-icon > span { width: 66px; height: 66px; border-radius: 16px; }
  .ap-app-card h3 { margin-bottom: 6px; font-size: 18px; }.ap-card-popularity span { padding: 4px 6px; font-size: 8.8px; }.ap-card-money { margin: 7px 9px 0; }.ap-card-money > span { padding: 7px 9px; }.ap-card-money strong { font-size: 18px; }.ap-card-money b { font-size: 13px; }.ap-card-speed { margin: 6px 9px; }.ap-card-cta { margin: 0 9px 9px; padding: 7px 7px 7px 10px; }.ap-card-cta b { width: 21px; height: 21px; flex-basis: 21px; }
  .ap-topic-card { min-height: 0; padding: 14px; }.ap-topic-card h3 { margin: 10px 0 5px; font-size: 18px; }.ap-topic-card p { font-size: 12px; }.ap-topic-card b { padding-top: 11px; }
  .ap-stat-grid > div { padding: 12px 11px; }.ap-stat-grid strong { font-size: 21px; }.ap-stat-grid span { font-size: 9px; }
  .ap-archive-hero { padding: 25px 0 22px; }.ap-archive-hero h1 { font-size: 34px; }.ap-archive-hero p { font-size: 13px; }.ap-archive-search { margin-top: 11px; }.ap-library { padding-top: 14px; padding-bottom: 32px; }
  .ap-breadcrumbs { margin-top: -50px; padding-top: 10px; padding-bottom: 10px; }.ap-record-hero { padding: 22px 0; }
  .ap-record-hero-grid { grid-template-columns: 78px 1fr; gap: 14px; align-items: start; }.ap-record-icon { width: 76px; height: 76px; border-radius: 18px; }.ap-record-heading h1 { font-size: 27px; }.ap-record-heading > p { display: -webkit-box; overflow: hidden; font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.ap-record-meta { gap: 6px 10px; margin-top: 10px; font-size: 9px; }
  .ap-record-layout { padding-top: 18px; padding-bottom: 38px; }.ap-record-section, .ap-verdict { padding: 16px; }.ap-record-section-head { grid-template-columns: 28px 1fr; gap: 8px; margin-bottom: 12px; }.ap-section-number { width: 26px; height: 26px; }.ap-record-section-head h2 { font-size: 19px; }.ap-verdict h2 { font-size: 22px; }
  .ap-fact-table > div { grid-template-columns: 1fr; }.ap-fact-table dt { padding-bottom: 2px; }.ap-fact-table dd { padding-top: 3px; }
  .ap-source-row { align-items: stretch; flex-direction: column; }.ap-source-row .ap-button { width: 100%; }
  .ap-checklist > div { grid-template-columns: 26px 1fr; }.ap-checklist small { grid-column: 2; }
  .ap-network-head { align-items: flex-start; }.ap-network-head span { line-height: 1.35; }
  .ap-network-rows > div { grid-template-columns: minmax(0, 1fr) auto; gap: 3px 9px; padding: 10px; }.ap-network-rows > div span { text-align: right; }.ap-network-rows > div small { grid-column: 1 / -1; }.ap-network-rows > div b { grid-row: 2; }
  .ap-workflow-rows > div { grid-template-columns: minmax(0, 1fr) auto; gap: 3px 8px; padding: 9px 10px; }.ap-workflow-rows > div span { text-align: right; }.ap-workflow-rows > div small { grid-column: 1 / -1; }
  .ap-fit-summary { padding: 14px; }.ap-fit-summary-head { display: grid; gap: 4px; }.ap-fit-summary-head h3 { font-size: 17px; text-align: left; }.ap-fit-summary-grid { grid-template-columns: minmax(0, 1fr); }.ap-fit-summary-grid > div { padding: 9px; }
  .ap-review-brief { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 15px; }.ap-review-brief-intro h2 { font-size: 21px; }.ap-review-brief-intro p { font-size: 11px; }.ap-review-brief-points > div { padding: 9px 10px; }
  .ap-download-panel { align-items: stretch; flex-direction: column; padding: 16px; }.ap-download-button { width: 100%; min-width: 0; }
  .ap-offer-snapshot { grid-template-columns: minmax(0, 1fr); gap: 13px; padding: 16px; }.ap-offer-snapshot::after { right: -8px; bottom: 86px; font-size: 110px; }.ap-offer-snapshot h2 { font-size: 23px; }.ap-offer-snapshot p { font-size: 10px; }.ap-offer-value { padding: 12px; }.ap-offer-value strong { font-size: 25px; }
  .ap-media-grid { grid-template-columns: repeat(2, 1fr); }
  .ap-library-note { display: grid; }
  .ap-faq-grid summary { padding-top: 12px; padding-bottom: 12px; font-size: 13px; }.ap-faq-grid summary::after { top: 10px; }
  .ap-footer { padding-top: 33px; }.ap-footer-grid { gap: 16px; }.ap-footer-note { margin-top: 24px; }
}

@media (max-width: 350px) {
  .ap-measure-grid { grid-template-columns: minmax(0, 1fr); }
  .ap-measure-grid > div { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
