.resources-page { background: var(--page-light); }
.faq-hero { min-height: 690px; padding: 175px 0 95px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 90%,rgba(145,185,76,.12),transparent 35%),linear-gradient(145deg,#050808,#0c120d); }
.faq-hero-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(ellipse at 50% 60%,#000,transparent 72%); }
.faq-hero-content { max-width: 950px; position: relative; text-align: center; }
.faq-hero-content .eyebrow { justify-content: center; }
.faq-hero h1 { max-width: 900px; margin-inline: auto; color: #f4f7f4; font-size: clamp(50px,6vw,84px); line-height: 1; }
.faq-hero-content > p:not(.eyebrow) { max-width: 680px; margin: 24px auto 32px; color: #a7b1a9; font-size: 16px; line-height: 1.75; }
.faq-search { width: min(100%,760px); height: 72px; margin: 0 auto; padding: 8px 10px 8px 20px; display: flex; align-items: center; gap: 12px; color: #bfc7c1; background: #fff; border: 1px solid rgba(200,232,106,.28); border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.28),0 0 0 7px rgba(145,185,76,.035); }
.faq-search label { display: grid; place-items: center; flex: 0 0 auto; }
.faq-search svg { width: 21px; height: 21px; fill: none; stroke: #637064; stroke-width: 1.6; stroke-linecap: round; }
.faq-search input { min-width: 0; height: 100%; flex: 1; color: #1c251c; background: transparent; border: 0; outline: 0; font: inherit; font-size: 14px; }
.faq-search input::placeholder { color: #89938b; }
.faq-search:focus-within { border-color: var(--brand-bright); box-shadow: 0 20px 60px rgba(0,0,0,.3),0 0 0 4px rgba(145,185,76,.13); }
.faq-search > button { padding: 8px 10px; color: var(--brand-dark); background: #f0f4ec; border: 0; border-radius: 8px; cursor: pointer; font: inherit; font-size: 8px; font-weight: 800; }
.search-shortcut { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; color: #747f76; background: #f1f3ef; border: 1px solid #e0e5dd; border-radius: 7px; font-size: 10px; }
.popular-topics { margin-top: 20px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; color: #67736a; font-size: 8px; }
.popular-topics > span { font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.popular-topics a { padding: 7px 10px; color: #aeb8b0; background: rgba(255,255,255,.035); border: 1px solid var(--border-dark); border-radius: 99px; text-decoration: none; transition: color 200ms,border-color 200ms; }
.popular-topics a:hover { color: var(--brand-bright); border-color: rgba(145,185,76,.45); }
.faq-explorer-section { padding: 105px 0 130px; }
.faq-browser { display: grid; grid-template-columns: 310px minmax(0,1fr); align-items: start; gap: 65px; }
.faq-sidebar { position: sticky; top: 110px; }
.faq-sidebar-heading h2 { margin-bottom: 25px; font-size: 30px; }
.faq-filters { display: grid; border: 1px solid var(--border-light); border-radius: 15px; overflow: hidden; box-shadow: 0 12px 35px rgba(38,51,32,.05); }
.faq-filters button { min-height: 72px; padding: 12px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: #59655b; background: #fff; border: 0; border-bottom: 1px solid var(--border-light); cursor: pointer; text-align: left; transition: color 220ms,background 220ms; }
.faq-filters button:last-child { border-bottom: 0; }
.faq-filters button:hover { color: #172016; background: #f7f9f5; }
.faq-filters button.is-active { color: #172016; background: linear-gradient(90deg,rgba(145,185,76,.14),rgba(145,185,76,.025)); box-shadow: inset 3px 0 var(--brand); }
.faq-filters button > i { width: 34px; height: 34px; display: grid; place-items: center; color: #718074; background: #eef2eb; border-radius: 8px; font-size: 7px; font-style: normal; font-weight: 800; }
.faq-filters button.is-active > i { color: var(--ink); background: var(--brand-bright); }
.faq-filters strong,.faq-filters small { display: block; }.faq-filters strong { font-size: 9px; }.faq-filters small { margin-top: 2px; color: #8a948c; font-size: 6px; }.faq-filters b { min-width: 22px; height: 22px; padding: 0 5px; display: grid; place-items: center; color: #778178; background: #edf0eb; border-radius: 99px; font-size: 6px; }
.faq-sidebar-help { margin-top: 18px; padding: 20px; color: #a8b2aa; background: linear-gradient(145deg,#0d120e,#151c15); border: 1px solid var(--border-dark); border-radius: 14px; }
.faq-sidebar-help > span { color: var(--brand-bright); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.faq-sidebar-help p { margin: 9px 0 13px; font-size: 9px; line-height: 1.6; }.faq-sidebar-help a { color: #e7ece8; font-size: 8px; font-weight: 800; text-decoration: none; }
.faq-results { min-width: 0; }
.faq-results-header { min-height: 72px; margin-bottom: 32px; padding: 0 4px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border-light); }
.faq-results-header > div:first-child span,.faq-results-header > div:first-child strong { display: block; }.faq-results-header > div:first-child span { color: #89938b; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.faq-results-header > div:first-child strong { margin-top: 5px; font-size: 13px; }.faq-results-header > div:first-child b { color: var(--brand-dark); }
.faq-results-header > div:last-child { display: flex; gap: 7px; }.faq-results-header button { padding: 9px 11px; color: #59655b; background: #fff; border: 1px solid var(--border-light); border-radius: 8px; cursor: pointer; font: inherit; font-size: 7px; font-weight: 800; transition: border-color 200ms,color 200ms; }.faq-results-header button:hover { color: var(--brand-dark); border-color: rgba(145,185,76,.55); }
.faq-groups { display: grid; gap: 54px; }
.faq-category[hidden] { display: none; }
.faq-category > header { margin-bottom: 17px; display: flex; align-items: center; gap: 13px; }
.faq-category > header > i { width: 45px; height: 45px; display: grid; place-items: center; color: var(--brand-dark); background: rgba(145,185,76,.12); border-radius: 11px; font-size: 8px; font-style: normal; font-weight: 800; }
.faq-category > header span { display: block; color: #8b958d; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.faq-category > header h3 { margin: 2px 0 0; font-size: 24px; }
.faq-accordion { border-top: 1px solid #dce2d9; }
.faq-accordion details { border-bottom: 1px solid #dce2d9; }
.faq-accordion details[hidden] { display: none; }
.faq-accordion summary { min-height: 76px; padding: 18px 3px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; color: #202b20; cursor: pointer; font-size: 14px; font-weight: 750; list-style: none; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--brand-dark); background: rgba(145,185,76,.1); border-radius: 8px; font-size: 15px; font-weight: 400; transition: color 220ms,background 220ms,transform 300ms var(--ease); }
.faq-accordion details[open] summary > span { color: var(--ink); background: var(--brand-bright); transform: rotate(45deg); }
.faq-accordion details > div { padding: 0 55px 25px 3px; animation: faq-answer-in 280ms var(--ease-enter) both; }
.faq-accordion details > div p { max-width: 790px; margin: 0; color: #69756b; font-size: 12px; line-height: 1.75; }.faq-accordion details > div a { margin-top: 12px; display: inline-flex; color: var(--brand-dark); font-size: 9px; font-weight: 800; text-decoration: none; }
.faq-empty { min-height: 390px; padding: 60px 25px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: #fff; border: 1px solid var(--border-light); border-radius: 18px; }.faq-empty[hidden] { display: none; }.faq-empty > i { width: 56px; height: 56px; display: grid; place-items: center; color: var(--brand-dark); background: rgba(145,185,76,.12); border-radius: 15px; font-size: 19px; font-style: normal; font-weight: 800; }.faq-empty h3 { margin: 20px 0 9px; font-size: 27px; }.faq-empty p { max-width: 470px; margin: 0 0 22px; font-size: 12px; }.button-outline { color: #344033; background: #fff; border: 1px solid var(--border-light); }
.faq-resources { padding: 115px 0 125px; }
.resource-card-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.resource-card { min-height: 330px; padding: 27px; display: flex; flex-direction: column; color: #e9eeea; background: linear-gradient(145deg,#111612,#171d17); border: 1px solid var(--border-dark); border-radius: 17px; text-decoration: none; transition: transform 250ms,border-color 250ms; }
.resource-card:nth-child(1),.resource-card:nth-child(2) { grid-column: span 3; }.resource-card:nth-child(n+3) { grid-column: span 2; }.resource-card:hover { transform: translateY(-4px); border-color: rgba(145,185,76,.55); }.resource-card > span { color: var(--brand-bright); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.resource-card > i { width: 44px; height: 44px; margin-top: 25px; display: grid; place-items: center; color: var(--ink); background: var(--brand-bright); border-radius: 10px; font-size: 7px; font-style: normal; font-weight: 800; }.resource-card h3 { margin: auto 0 10px; color: #f0f4f1; font-size: 24px; }.resource-card p { margin: 0 0 18px; color: #828e84; font-size: 10px; line-height: 1.6; }.resource-card strong { color: var(--brand-bright); font-size: 8px; }
.faq-cta { padding-top: 0; }
@keyframes faq-answer-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width:1160px) { .faq-browser { grid-template-columns: 250px minmax(0,1fr); gap: 40px; }.resource-card-grid { grid-template-columns: 1fr 1fr; }.resource-card:nth-child(n) { grid-column: auto; }.resource-card:last-child { grid-column: 1 / -1; } }
@media (max-width:760px) { .faq-hero { min-height: auto; padding: 130px 0 75px; }.faq-hero h1 { font-size: clamp(42px,13vw,61px); }.faq-hero-content > p:not(.eyebrow) { font-size: 14px; }.faq-search { height: 62px; padding-left: 14px; }.search-shortcut { display: none; }.faq-browser { grid-template-columns: 1fr; gap: 38px; }.faq-sidebar { position: static; }.faq-filters { grid-template-columns: 1fr 1fr; }.faq-filters button { border-right: 1px solid var(--border-light); }.faq-filters button.is-active { box-shadow: inset 0 3px var(--brand); }.faq-filters button:first-child { grid-column: 1 / -1; }.faq-results-header { align-items: flex-start; gap: 14px; flex-direction: column; }.faq-accordion summary { min-height: 70px; font-size: 12px; }.faq-accordion details > div { padding-right: 5px; }.resource-card-grid { grid-template-columns: 1fr; }.resource-card:last-child { grid-column: auto; } }
@media (prefers-reduced-motion:reduce) { .faq-accordion details > div { animation: none; } }
