/* ncmic support — visual system */
:root {
  --ink: #142521;
  --muted: #63716c;
  --green: #b5ee6a;
  --deep: #102c26;
  --mint: #eaf6e8;
  --blue: #e8f1f8;
  --line: #e4ebe6;
  --paper: #f7f9f6;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(22, 48, 37, .09);
  background: #fff;
}
body { color: var(--ink); }
h1,h2,h3,strong { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
h1,h2,h3 { letter-spacing: -.055em; }
h2 { font-size: clamp(2.25rem, 3.9vw, 3.8rem); line-height: 1.09; }
h3 { letter-spacing: -.03em; }
p { line-height: 1.65; }
.container { width: min(1240px, calc(100% - 64px)); }
.eyebrow { color: #388051; font-size: .72rem; font-weight: 800; letter-spacing: .19em; }
.button { min-height: 50px; border-radius: 13px; background: var(--green); border-color: var(--green); color: #16351d; padding: 0 23px; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: #a5e451; border-color: #a5e451; box-shadow: 0 9px 20px rgba(80, 152, 67, .15); }
.button.secondary { border-color: #d5e3d8; background: #fff; color: #19352d; }
.button.secondary:hover { background: #f4f9f2; }
.button.small { border-radius: 11px; padding: 0 17px; min-height: 42px; }
.site-header { background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,234,225,.9); box-shadow: none; }
.header-inner { min-height: 84px; }
.brand { width: 172px; height: 60px; display: flex; align-items: center; }
.brand img { width: 172px; height: 58px; object-fit: contain; }
.main-nav { gap: 27px; }
.main-nav>a:not(.button) { font-size: .88rem; font-weight: 650; color: #334b40; }
.main-nav>a:not(.button):hover { color: #197d45; text-decoration: none; }
.header-search { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: #edf5ec; font-size: 1.8rem; }
.header-search:hover { background: #d9edda; }
/* A search-first opening, without a decorative stock photograph. */
.hero { position: relative; isolation: isolate; overflow: hidden; background: #102e28; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background:
 radial-gradient(circle at 82% 13%, rgba(87,185,191,.30), transparent 30%),
 radial-gradient(circle at 8% 88%, rgba(164,230,106,.20), transparent 34%),
 linear-gradient(130deg,#0d2924,#163d35 60%,#173c3d); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(227,255,238,.12); border-radius: 50%; right: -205px; top: -310px; box-shadow: 0 0 0 88px rgba(227,255,238,.025), 0 0 0 178px rgba(227,255,238,.02); pointer-events: none; }
.hero-layout { display: block; min-height: 0; padding: 105px 0 166px; }
.hero-layout>div { max-width: 1040px; margin: auto; position: relative; z-index: 1; text-align: center; }
.hero .eyebrow { display: inline-flex; padding: 10px 15px; background: rgba(183,239,174,.11); color: #c5f69c; border: 1px solid rgba(183,239,174,.18); border-radius: 100px; }
.hero h1 { max-width: none; font-size: clamp(4.7rem, 9.5vw, 8.3rem); color: #fff; letter-spacing: -.083em; line-height: .99; margin: 26px 0 22px; }
.hero h1 em { color: #b8f072; font-style: normal; }
.hero p { max-width: 610px; margin: auto; color: #d5e8db; font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.6; }
.hero .search-wrap { max-width: 745px; margin: 40px auto 22px; text-align: left; }
.hero .search-wrap input { height: 76px; border: 0; border-radius: 17px; padding-left: 65px; font-size: 1.05rem; box-shadow: 0 23px 50px rgba(0, 15, 11, .24); }
.hero .search-glyph { top: 15px; left: 23px; font-size: 2.15rem; }
.hero .search-clear { top: 18px; }
.hero .actions { justify-content: center; gap: 12px; }
.hero .actions .button { background: #b8f072; border-color: #b8f072; color: #193b25; }
.hero .actions .button.secondary { background: transparent; border-color: rgba(255,255,255,.38); color: white; }
.hero .actions .button.secondary:hover { background: rgba(255,255,255,.09); }
.hero .text-link { color: #e4f4e9; margin-left: 10px; }
.hero-stat { justify-content: center; color: #b8d4c5; margin-top: 30px; }
.dot { background: #b8f072; }
.hero-visual { display: none; }
/* A floating shortcuts panel breaks up the long home page. */
main>.section:nth-of-type(n) { background: #fff; }
.section { padding: 100px 0; }
.section-head { margin-bottom: 34px; }
.section-head h2 { max-width: 790px; }
.section-head p { font-size: 1.06rem; }
.section-quick-help { position: relative; z-index: 2; margin-top: -83px; padding: 0 0 88px; background: transparent!important; }
.section-quick-help>.container { padding: 31px; background: white; border: 1px solid #e4ece4; border-radius: 27px; box-shadow: 0 25px 80px rgba(7,35,26,.12); }
.section-quick-help h2 { font-size: 1.45rem; margin: 0 0 5px; }
.section-quick-help .section-head { margin-bottom: 22px; }
.section-quick-help .section-head p { font-size: .9rem; }
.quick-grid { grid-template-columns: repeat(3,1fr); gap: 9px; }
.quick-link { padding: 16px 17px; border-radius: 12px; background: #f7faf6; box-shadow: none; border-color: #edf2ed; font-size: .9rem; }
.quick-link:hover { background: #eef8ea; box-shadow: none; }
.section-browse-by-category { padding-top: 30px; }
.category-grid { grid-template-columns: repeat(4,1fr); gap: 15px; }
.category-card { position: relative; min-height: 256px; padding: 25px; border-radius: 22px; box-shadow: none; border: 1px solid #e7ede8; background: #f9fbf8; }
.category-card:nth-child(1),.category-card:nth-child(2) { grid-column: span 2; min-height: 240px; }
.category-card:nth-child(1) { background: #e7f5de; border-color: #e7f5de; }
.category-card:nth-child(2) { background: #e7f1f8; border-color: #e7f1f8; }
.category-card:hover { border-color: #b8dcb8; box-shadow: 0 18px 35px rgba(29,71,42,.08); }
.cat-icon,.category-hero-icon { width: 53px; height: 53px; border-radius: 16px; background: #d8efcf; font-size: 1.6rem; color: #1c683b; }
.category-card:nth-child(2n) .cat-icon { background: #d5e8f5; color: #286787; }
.category-card strong { font-size: 1.25rem; margin: 10px 0 7px; letter-spacing: -.035em; }
.category-card>span:not(.cat-icon):not(.eyebrow) { font-size: .91rem; max-width: 295px; }
.category-card b { color: #24764a; }
.category-grid.compact { grid-template-columns: repeat(3,1fr); }
.category-grid.compact .category-card,.category-grid.compact .category-card:nth-child(1),.category-grid.compact .category-card:nth-child(2) { min-height: 225px; grid-column: auto; background: #f9fbf8; }
.category-grid.compact .category-card strong { font-size: 1.11rem; }
.section-popular-articles { background: #f6f9f5!important; }
.article-grid { gap: 14px; }
.article-card { min-height: 221px; padding: 25px; border-radius: 18px; box-shadow: none; border: 1px solid #e8eee8; background: #fff; }
.article-card:hover { box-shadow: 0 16px 35px rgba(20,61,40,.08); border-color: #b9dfbb; }
.article-card strong { font-size: 1.13rem; line-height: 1.35; letter-spacing: -.035em; }
.article-card small b { color: #2d784d; }
.section-recently-updated .article-card { background: #f8faf8; }
.section-link { color: #1b6d42; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.feature-band { padding: 96px 0; background: #e8f4ea; }
.feature-band h2 { max-width: 580px; font-size: clamp(2.7rem,4vw,4.6rem); }
.feature-band .feature-list { padding: 21px 31px; border-radius: 23px; box-shadow: 0 20px 50px rgba(24,69,45,.08); }
.feature-list a { padding: 24px 0; }
.feature-list a:hover { color: #207549; }
.section-security-center { background: #16362e!important; color: #f5fff4; }
.section-security-center .section-head p { color: #c8e0cf; }
.section-security-center .info-tile { background: rgba(255,255,255,.065); border: 1px solid rgba(231,255,234,.14); color: #fff; }
.section-security-center .info-tile>span { color: #bcf275; }
.section-security-center .info-tile p { color: #c5dbcc; }
.section-security-center .info-tile a { color: #c4f785; }
.info-tile { min-height: 235px; border-radius: 19px; }
.steps-overview>div { background: #eef5fa; border-color: #e6eef4; }
.steps-overview b { color: #2b7c98; font-size: 1.15rem; }
.section-frequently-asked-questions { background: #f7faf8!important; }
.faq-list { max-width: 920px; }
.faq-list details { border-radius: 14px; margin-bottom: 9px; border-color: #e4ebe5; }
.faq-list summary { padding: 22px 24px; }
.support-cta { width: min(1240px,calc(100% - 64px)); margin: 15px auto 95px; padding: 58px 65px; border-radius: 25px; background: linear-gradient(115deg,#194b39,#102b29 70%); }
.support-cta .eyebrow { color: #c5f67f; }
.support-cta h2 { font-size: clamp(2.5rem,4vw,4rem); }
.support-cta .button.light { background: #b8f072; color: #193520; border-color: #b8f072; }
.support-cta .button.outline-light { border-color: rgba(255,255,255,.4); }
/* Inner pages share the same visual language without repeating the dark home hero. */
.page-hero { position: relative; overflow: hidden; padding: 68px 0 76px; background: radial-gradient(circle at 80% 15%,#deeff1,transparent 35%),linear-gradient(140deg,#edf7eb,#f8fbf7); }
.page-hero:after { content: ""; position: absolute; width: 490px; height: 490px; right: -210px; top: -290px; border: 1px solid rgba(40,120,70,.1); border-radius: 50%; pointer-events: none; }
.page-hero h1 { font-size: clamp(3rem,5.1vw,5.4rem); letter-spacing: -.075em; max-width: 900px; }
.page-hero>div>p { font-size: 1.13rem; }
.page-hero .search-wrap input { height: 68px; }
.page-hero .search-glyph { top: 10px; }
.crumbs { color: #5e7968; font-size: .8rem; }
.context-note { color: #647a6a!important; }
.article-shell { padding-top: 48px; }
.article-head h1 { font-size: clamp(2.5rem,4.5vw,4.8rem); letter-spacing: -.07em; }
.article-head .lede { font-size: 1.23rem; }
.prose { font-size: 1.06rem; color: #2c3b35; }
.prose h2 { letter-spacing: -.05em; margin-top: 52px; }
.prose h3 { font-size: 1.05rem; margin-top: 22px; }
.prose ul { padding-left: 25px; }
.prose li { margin-bottom: 8px; }
.step-list li { background: #f9fbf9; border-color: #e8efe9; border-radius: 15px; padding: 20px; }
.step-no { background: #174a34; color: #d8fba5; }
.callout { background: #edf7eb; border-color: #87cf64; }
.tip { background: #eef6f8; border-color: #7ac7d4; }
.aside-card,.aside-help,.feedback { border-radius: 18px; }
.aside-card { background: #f8faf8; }
.aside-help { background: #e9f5e8; }
.feedback { background: #fbfcfb; }
.request-form input:not([type=checkbox]),.request-form select,.request-form textarea { border-radius: 12px; min-height: 51px; border-color: #d2e0d5; background: #fbfdfb; }
.request-form textarea { min-height: 180px; }
.resource-panel { background: #edf7ec; border-radius: 20px; }
.contact-card { background: #fbfdfb; border-radius: 20px; }
.about-image { border-radius: 22px; }
/* The supplied logo remains transparent in both header and footer. */
.footer { background: #edf4ee; color: #355045; padding: 75px 0 26px; }
.footer-brand img { width: 180px; height: 65px; padding: 0; background: transparent; border-radius: 0; }
.footer h3 { color: #16332a; }
.footer a { color: #375849; }
.foot-bottom { border-color: #d2e2d5; }
.foot-bottom button { color: #1c6541; }
.cookie-banner { border-radius: 20px; }
@media (max-width: 1100px) {
 .main-nav { gap: 15px; }
 .main-nav>a:not(.button) { font-size: .8rem; }
 .category-grid { grid-template-columns: repeat(3,1fr); }
 .category-card:nth-child(1),.category-card:nth-child(2) { grid-column: auto; }
 .category-grid.compact { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 850px) {
 .main-nav { top: 83px; padding: 18px 32px 25px; }
 .hero-layout { padding: 90px 0 150px; }
 .hero h1 { font-size: clamp(4.5rem,11vw,7rem); }
 .category-grid,.category-grid.compact { grid-template-columns: repeat(2,1fr); }
 .category-card:nth-child(1),.category-card:nth-child(2) { grid-column: auto; }
 .article-grid { grid-template-columns: repeat(2,1fr); }
 .support-cta { padding: 45px; }
}
@media (max-width: 600px) {
 .container { width: calc(100% - 36px); }
 .header-inner { min-height: 70px; }
 .brand,.brand img { width: 145px; height: 52px; }
 .main-nav { top: 69px; padding: 12px 18px 20px; }
 .hero-layout { padding: 85px 0 142px; }
 .hero h1 { font-size: clamp(3.8rem,15.2vw,5.7rem); margin: 23px 0 19px; }
 .hero p { font-size: 1.02rem; }
 .hero .search-wrap { margin: 31px auto 19px; }
 .hero .search-wrap input { height: 64px; padding-left: 55px; }
 .hero .search-glyph { top: 8px; left: 18px; }
 .hero .search-clear { top: 11px; }
 .hero .actions .button { flex: 1 1 100%; }
 .hero .text-link { margin: 5px 0 0; }
 .hero-stat { font-size: .79rem; }
 .section { padding: 70px 0; }
 .section-head { margin-bottom: 25px; }
 .section-quick-help { margin-top: -77px; padding: 0 0 65px; }
 .section-quick-help>.container { padding: 23px; }
 .quick-grid { grid-template-columns: 1fr; }
 .section-browse-by-category { padding-top: 0; }
 .category-grid,.category-grid.compact,.article-grid { grid-template-columns: 1fr; }
 .category-card,.category-card:nth-child(1),.category-card:nth-child(2) { min-height: 208px; grid-column: auto; }
 .category-grid.compact .category-card { min-height: 190px; }
 .article-card { min-height: 0; }
 .feature-band { padding: 68px 0; }
 .support-cta { width: calc(100% - 36px); padding: 35px 27px; margin: 15px auto 65px; }
 .page-hero { padding: 45px 0 60px; }
 .page-hero h1 { font-size: clamp(2.9rem,11vw,4.4rem); }
 .article-head h1 { font-size: clamp(2.65rem,10.5vw,4rem); }
 .footer { padding-top: 62px; }
 .footer-brand img { width: 168px; height: 60px; }
}
@media (max-width: 360px) {
 .hero h1 { font-size: 3.55rem; }
 .hero .eyebrow { font-size: .64rem; }
 .section-quick-help>.container { padding: 19px; }
 .support-cta { padding: 30px 23px; }
}
@media (prefers-reduced-motion: reduce) {
 .hero::after { box-shadow: none; }
}
.cat-icon svg,.category-hero-icon svg { width: 25px; height: 25px; }
.search-glyph { display: grid; place-items: center; width: 27px; height: 27px; }
.search-glyph svg { width: 25px; height: 25px; }
.header-search svg { width: 20px; height: 20px; }

/* Final editorial pass: lighter type, fewer repeated card grids. */
:root { --green: #abe771; --ink: #183029; --muted: #64756e; --line: #e0e9e3; }
h1,h2,h3 { font-weight: 720; }
strong { font-weight: 700; }
.button,.main-nav>a:not(.button) { font-weight: 680; }
.section { padding-top: 86px; padding-bottom: 86px; }
.section-head h2 { letter-spacing: -.06em; }
.article-card strong,.category-card strong { font-weight: 680; }
/* Dense, readable article listings are more useful than endless tiles. */
.article-rows { border-top: 1px solid var(--line); }
.article-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 8px; border-bottom: 1px solid var(--line); transition: background .18s,padding .18s; }
.article-row:hover { background: #f5faf5; padding-left: 18px; padding-right: 18px; }
.article-row-main { display: grid; gap: 6px; min-width: 0; }
.article-row-main strong { font-size: 1.06rem; line-height: 1.35; letter-spacing: -.025em; }
.article-row-main>span:last-child { color: var(--muted); font-size: .87rem; line-height: 1.5; }
.article-row-side { display: flex; align-items: center; gap: 24px; flex: 0 0 auto; color: var(--muted); font-size: .82rem; white-space: nowrap; }
.article-row-side b { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; color: #2c784d; font-size: 1rem; }
.article-row:hover .article-row-side b { background: #e4f5dc; border-color: #bde6b1; }
.article-group { margin-top: 65px; }
.article-group:first-child { margin-top: 0; }
.article-group-head { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.article-group-head .cat-icon { margin: 0; flex: 0 0 53px; }
.article-group-head h3 { font-size: 1.33rem; margin: 0 0 2px; }
.article-group-head p { margin: 0; color: var(--muted); font-size: .88rem; }
.page-help-center .section-all-articles { background: #f8faf7!important; }
.page-help-center .section-all-articles .article-rows { background: white; border-radius: 16px; border: 1px solid var(--line); overflow: hidden; }
.page-help-center .section-all-articles .article-row { padding-left: 22px; padding-right: 22px; }
.page-help-center .section-all-articles .article-row:last-child { border-bottom: 0; }
.page-help-center .section-all-articles .article-row:hover { padding-left: 28px; padding-right: 28px; }
.page-categories-account-sign-in .section-all-guides,.page-categories-getting-started .section-all-guides,.page-categories-billing-plans .section-all-guides,.page-categories-security .section-all-guides,.page-categories-technical-issues .section-all-guides,.page-categories-documents-verification .section-all-guides { background: #f8faf7!important; }
.page-home .section-popular-articles .article-grid { grid-template-columns: repeat(2,1fr); gap: 0 42px; counter-reset: popular; }
.page-home .section-popular-articles .article-card { counter-increment: popular; position: relative; display: grid; grid-template-columns: 48px minmax(0,1fr); min-height: 0; padding: 25px 0; border: 0; border-bottom: 1px solid #dce8dd; border-radius: 0; background: transparent; box-shadow: none; }
.page-home .section-popular-articles .article-card:before { content: counter(popular,decimal-leading-zero); grid-row: 1 / span 4; color: #7da687; font-size: .79rem; font-weight: 750; letter-spacing: .08em; padding-top: 4px; }
.page-home .section-popular-articles .article-card .eyebrow { grid-column: 2; }
.page-home .section-popular-articles .article-card strong { grid-column: 2; margin: 7px 0 5px; font-size: 1.13rem; }
.page-home .section-popular-articles .article-card>span:not(.eyebrow) { grid-column: 2; }
.page-home .section-popular-articles .article-card small { grid-column: 2; padding-top: 12px; }
.page-home .section-popular-articles .article-card:hover { transform: none; }
/* FAQ reads as a question index instead of seven separate landing sections. */
.page-faq main>.section { padding: 42px 0; border-bottom: 1px solid var(--line); }
.page-faq main>.section:first-of-type { padding-top: 72px; }
.page-faq main>.section:last-of-type { border-bottom: 0; padding-bottom: 76px; }
.page-faq main>.section>.container { display: grid; grid-template-columns: minmax(180px,260px) minmax(0,1fr); gap: 72px; align-items: start; }
.page-faq .section-head { margin: 10px 0 0; }
.page-faq .section-head h2 { font-size: 1.63rem; }
.page-faq .faq-list { max-width: none; }
.page-faq .faq-list details { margin-bottom: 8px; }
.page-faq .faq-list summary { font-weight: 650; }
/* Request form: clear hierarchy, custom accessible attachment control, useful sidebar. */
.page-submit-a-request .page-hero { padding-top: 48px; padding-bottom: 55px; }
.page-submit-a-request .page-hero h1 { margin-bottom: 8px; }
.page-submit-a-request .request-section { padding: 70px 0 110px; }
.page-submit-a-request .split-layout { grid-template-columns: minmax(0,1.45fr) minmax(300px,.8fr); gap: 28px; align-items: start; }
.request-form { gap: 0; padding: 39px; background: #fff; border: 1px solid #e1eae3; border-radius: 24px; box-shadow: 0 18px 50px rgba(20,64,42,.055); }
.request-form-intro { margin-bottom: 30px; }
.request-form-intro h2 { font-size: clamp(1.55rem,2.5vw,2.3rem); margin: 7px 0; }
.request-form-intro p { margin: 0; color: var(--muted); font-size: .94rem; }
.request-form .field { display: grid; gap: 9px; margin-bottom: 21px; }
.request-form .field label { display: block; color: #30453a; font-size: .86rem; font-weight: 670; }
.request-form .field label span { color: #7d8d83; font-size: .78rem; font-weight: 500; margin-left: 5px; }
.request-form .form-grid { gap: 15px; }
.request-form input:not([type=checkbox]),.request-form select,.request-form textarea { min-height: 54px; border: 1px solid #d6e3d9; background: #fff; border-radius: 11px; padding: 12px 15px; font-size: .95rem; font-weight: 450; box-shadow: none; }
.request-form textarea { min-height: 155px; resize: vertical; }
.request-form textarea::placeholder { color: #8b9a90; font-weight: 400; }
.request-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%235b7365' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 45px; }
.request-form .file-field { margin-bottom: 20px; }
.request-form .upload-control { position: relative; display: flex; align-items: center; gap: 15px; min-height: 84px; padding: 15px 19px; border: 1px dashed #adc9b3; background: #f7fbf7; border-radius: 14px; cursor: pointer; transition: background .18s,border-color .18s; }
.request-form .upload-control:hover,.request-form .upload-control:focus-within { background: #eef9ec; border-color: #5fa66f; }
.request-form .upload-control:focus-within { outline: 3px solid #b9e4c0; outline-offset: 2px; }
.request-form .upload-control input[type=file] { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; opacity: 0; cursor: pointer; padding: 0; border: 0; z-index: 2; }
.upload-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 11px; color: #2c794c; background: #e5f4e3; pointer-events: none; }
.upload-icon svg { width: 21px; height: 21px; }
.upload-copy { display: grid; gap: 3px; pointer-events: none; }
.upload-copy strong { font-size: .94rem; }
.upload-copy small { color: #6c7d71; font-size: .78rem; }
.upload-arrow { margin-left: auto; color: #4e8b5f; pointer-events: none; }
.request-form #file-status { color: #738577; margin: 0; font-size: .8rem; line-height: 1.5; }
.request-form .check { display: flex; align-items: flex-start; gap: 10px; color: #455b4b; font-size: .84rem; line-height: 1.55; margin: 2px 0 22px; font-weight: 450; }
.request-form .check input { width: 17px; height: 17px; accent-color: #4eaa64; margin: 2px 0 0; }
.request-form .check a { color: #237849; font-weight: 650; }
.form-submit { display: flex; align-items: center; gap: 17px; border-top: 1px solid #e9efe9; padding-top: 24px; }
.form-submit .button { flex: 0 0 auto; gap: 15px; }
.form-submit .form-note { max-width: 310px; font-size: .79rem; line-height: 1.45; }
.request-form #form-status { margin: 10px 0 0; color: #257a4e; font-size: .85rem; }
.request-form #form-status:empty { display: none; }
.page-submit-a-request .resource-panel { position: sticky; top: 108px; padding: 31px; border-radius: 22px; background: #f0f8ee; border: 1px solid #e2efe0; }
.resource-panel .eyebrow { font-size: .67rem; }
.resource-panel h2 { font-size: 1.65rem; margin: 12px 0 10px; }
.resource-panel>p { margin: 0 0 21px; color: #5c7162; font-size: .9rem; }
.resource-panel .search-wrap input { height: 54px; border: 1px solid #d6e5d8; font-size: .87rem; }
.resource-panel .search-glyph { top: 12px; left: 17px; }
.resource-hints { margin: 27px 0; padding: 24px 0; border-top: 1px solid #d8e9d8; border-bottom: 1px solid #d8e9d8; }
.resource-hints strong { font-size: .87rem; }
.resource-hints ul { padding-left: 19px; margin: 12px 0 0; color: #5b7061; font-size: .84rem; line-height: 1.65; }
.resource-hints li+li { margin-top: 6px; }
.resource-links h3 { font-size: .87rem; margin-bottom: 8px; }
.resource-links a { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid #dcebdd; color: #2d5440; font-size: .84rem; font-weight: 620; }
.resource-links a:last-child { border: 0; }
.resource-links a span { color: #478a57; }
/* About is an editorial page with four composed sections. */
.page-about .about-intro { padding: 105px 0; }
.about-intro-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 9%; align-items: center; }
.about-intro h2 { font-size: clamp(2.7rem,4.3vw,4.5rem); max-width: 590px; margin-top: 18px; }
.about-intro p { color: #52675a; max-width: 560px; font-size: 1.02rem; }
.about-photo { position: relative; }
.about-photo img { width: 100%; height: 430px; object-fit: cover; border-radius: 22px; }
.about-photo-caption { position: absolute; bottom: 18px; left: 18px; right: 18px; padding: 14px 17px; background: rgba(255,255,255,.93); border-radius: 12px; font-size: .84rem; font-weight: 620; box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.about-method { background: #f7faf7!important; }
.about-method .section-head { max-width: 700px; }
.about-method .section-head .eyebrow { display: block; margin-bottom: 16px; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.method-grid>div { padding: 28px; border: 1px solid #e3ebe4; border-radius: 19px; background: white; }
.method-grid b { display: block; color: #4b9960; font-size: .79rem; letter-spacing: .14em; margin-bottom: 35px; }
.method-grid h3 { font-size: 1.23rem; margin-bottom: 9px; }
.method-grid p { color: var(--muted); margin: 0; font-size: .9rem; }
.about-topics-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1fr); gap: 10%; align-items: start; }
.about-topics h2 { margin-top: 17px; }
.about-topics p { color: var(--muted); max-width: 460px; }
.about-topics .button { margin-top: 18px; }
.topic-list { border-top: 1px solid var(--line); }
.topic-list a { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.topic-list a:hover { color: #207e4b; }
.topic-list .topic-icon { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; border-radius: 11px; background: #e9f5e7; color: #387d4d; }
.topic-list .topic-icon svg { width: 22px; height: 22px; }
.topic-list a>span:nth-child(2) { display: grid; gap: 3px; }
.topic-list strong { font-size: .93rem; }
.topic-list small { color: var(--muted); font-size: .78rem; }
.topic-list b { margin-left: auto; color: #47915e; }
.about-contact { background: #e7f4e9!important; }
.about-contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.75fr); align-items: center; gap: 13%; }
.about-contact h2 { margin-top: 17px; }
.about-contact p { color: #4d6855; }
.about-contact .button { margin-top: 14px; }
.about-quality { padding: 35px; border: 1px solid #d1e8d2; background: #fff; border-radius: 20px; }
.about-quality h3 { font-size: 1.55rem; margin: 12px 0; }
.about-quality p { font-size: .92rem; }
/* Contact and legal details use the same restrained tone. */
.contact-card { min-height: 250px; padding: 30px; }
.contact-card h2 { font-size: 1.32rem; margin-top: 20px; }
.contact-card .cat-icon { background: #e7f5e3; }
.contact-card a { font-size: .94rem; }
.page-contact .section-get-a-clear-answer-faster { background: #f8faf7!important; }
.page-contact .section-get-a-clear-answer-faster .section-head { max-width: 680px; }
.legal-layout nav { padding: 22px; background: #f8faf8; border: 1px solid var(--line); border-radius: 16px; }
.legal-prose { max-width: 730px; }
@media(max-width:950px) {
 .page-submit-a-request .split-layout { grid-template-columns: minmax(0,1fr) minmax(270px,.75fr); gap: 18px; }
 .request-form { padding: 27px; }
 .page-submit-a-request .resource-panel { padding: 24px; }
 .about-intro-grid,.about-topics-grid,.about-contact-grid { gap: 5%; }
}
@media(max-width:850px) {
 .page-submit-a-request .split-layout { grid-template-columns: 1fr; }
 .page-submit-a-request .resource-panel { position: static; }
 .page-faq main>.section>.container { grid-template-columns: 180px minmax(0,1fr); gap: 25px; }
 .about-intro-grid,.about-topics-grid,.about-contact-grid { grid-template-columns: 1fr; gap: 38px; }
 .about-photo img { height: 360px; }
}
@media(max-width:600px) {
 .section { padding-top: 64px; padding-bottom: 64px; }
 .article-row { gap: 9px; padding: 19px 3px; }
 .article-row-main>span:last-child { display: none; }
 .article-row-main strong { font-size: .94rem; }
 .article-row-side { font-size: .72rem; gap: 8px; }
 .article-row-side b { width: 28px; height: 28px; }
 .article-group { margin-top: 44px; }
 .article-group-head h3 { font-size: 1.12rem; }
 .page-help-center .section-all-articles .article-row { padding-left: 13px; padding-right: 13px; }
 .page-home .section-popular-articles .article-grid { grid-template-columns: 1fr; }
 .page-home .section-popular-articles .article-card { grid-template-columns: 38px minmax(0,1fr); padding: 20px 0; }
 .page-faq main>.section { padding: 22px 0; }
 .page-faq main>.section:first-of-type { padding-top: 48px; }
 .page-faq main>.section>.container { grid-template-columns: 1fr; gap: 16px; }
 .page-faq .section-head h2 { font-size: 1.47rem; }
 .page-submit-a-request .request-section { padding: 37px 0 72px; }
 .request-form { padding: 22px 18px; border-radius: 18px; }
 .request-form-intro { margin-bottom: 25px; }
 .request-form .form-grid { grid-template-columns: 1fr; gap: 0; }
 .request-form textarea { min-height: 140px; }
 .form-submit { align-items: stretch; flex-direction: column; }
 .form-submit .button { width: 100%; }
 .page-submit-a-request .resource-panel { padding: 24px 19px; }
 .page-about .about-intro { padding: 70px 0; }
 .about-photo img { height: 300px; }
 .method-grid { grid-template-columns: 1fr; }
 .method-grid>div { padding: 23px; }
 .method-grid b { margin-bottom: 18px; }
 .about-quality { padding: 25px; }
}
