:root {
  color-scheme: light;
  font-family: "DM Sans Variable", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202624;
  background: #f5f1e9;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --guide-ink: #202624;
  --guide-muted: #606965;
  --guide-paper: #f5f1e9;
  --guide-card: #fffdf9;
  --guide-line: rgba(31, 39, 36, .15);
  --guide-orange: #9f4d22;
  --guide-orange-soft: #f4e5d7;
  --guide-night: #111718;
  --guide-serif: Georgia, "Times New Roman", serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body.guide-site { min-width: 320px; margin: 0; background: var(--guide-paper); }
.guide-site a { color: var(--guide-orange); text-underline-offset: 3px; }
.guide-site a:focus-visible { outline: 3px solid #dc7a40; outline-offset: 3px; }
.guide-site button, .guide-site a { -webkit-tap-highlight-color: transparent; }
.guide-site .guide-skip { position: fixed; z-index: 40; top: 10px; left: 10px; padding: 12px 16px; color: #20150e; border-radius: 999px; background: #ffc28b; font-size: 13px; font-weight: 700; transform: translateY(-160%); }
.guide-skip:focus { transform: translateY(0); }
.guide-header { color: #fff; background: var(--guide-night); }
.guide-header__inner { width: min(calc(100% - 48px), 1180px); min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.guide-brand { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: #fff !important; font-size: 19px; font-weight: 750; letter-spacing: -.05em; text-decoration: none; white-space: nowrap; }
.guide-brand__mark { width: 28px; height: 28px; display: grid; place-items: center; color: #f29955; }
.guide-brand__mark svg { width: 100%; height: 100%; }
.guide-nav { display: flex; align-items: center; gap: clamp(14px, 2.6vw, 34px); }
.guide-nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.78) !important; font-size: 12px; font-weight: 600; text-decoration: none; }
.guide-nav a:hover, .guide-nav a[aria-current="page"] { color: #fff !important; }
.guide-nav .guide-nav__cta { padding: 0 15px; color: #fff !important; border: 1px solid rgba(242,153,85,.72); border-radius: 999px; }
.guide-nav .guide-nav__cta:hover { background: rgba(242,153,85,.15); }
.guide-breadcrumb { width: min(calc(100% - 48px), 1180px); display: flex; flex-wrap: wrap; gap: 7px; margin: 0 auto; padding: 18px 0 10px; color: #626b65; font-size: 12px; line-height: 1.5; }
.guide-breadcrumb a { color: #4f5953; text-decoration: none; }
.guide-breadcrumb a:hover { color: var(--guide-orange); text-decoration: underline; }
.guide-shell { width: min(calc(100% - 48px), 1180px); margin: 0 auto; }
.guide-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: 30px; padding: clamp(27px, 4vw, 48px) 0 34px; }
.guide-kicker { margin: 0 0 12px; color: #535e57; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.guide-hero h1 { max-width: 850px; margin: 0; color: #191e1c; font-family: var(--guide-serif); font-size: clamp(38px, 5.2vw, 65px); font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
.guide-lede { max-width: 820px; margin: 14px 0 18px; color: #505a54; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.6; }
.guide-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.guide-meta span { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; color: #505a54; border: 1px solid rgba(31,39,36,.2); border-radius: 999px; background: rgba(255,253,249,.8); font-size: 12px; line-height: 1.35; }
.guide-meta strong { color: #383f3b; font-weight: 700; }
.guide-art { position: relative; min-height: 176px; display: grid; align-content: center; gap: 9px; padding: 16px; overflow: hidden; border: 1px solid #e5d8c7; border-radius: 13px 13px 13px 36px; background: radial-gradient(circle at 92% 6%, rgba(227,154,93,.2), transparent 39%), linear-gradient(145deg, #eee6d9, #fbf8f1); }
.guide-art::after { content: ""; position: absolute; width: 180px; height: 180px; right: -104px; bottom: -115px; border: 1px solid rgba(185,95,44,.3); border-radius: 50%; box-shadow: 0 0 0 12px rgba(185,95,44,.04), 0 0 0 24px rgba(185,95,44,.035); }
.guide-art__label { margin: 0 0 1px; color: #70482f; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.guide-art__step { position: relative; z-index: 1; display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 9px; color: #344039; font-size: 11px; font-weight: 700; }
.guide-art__step b { width: 24px; height: 24px; display: grid; place-items: center; color: #9e5129; border: 1px solid #e3cbb4; border-radius: 50%; background: #fffaf4; font-size: 10px; }
.guide-layout { display: grid; grid-template-columns: 175px minmax(0, 1fr); align-items: start; gap: clamp(26px, 4vw, 52px); padding: 0 0 76px; }
.guide-toc { position: sticky; top: 20px; padding: 18px 14px; border-left: 1px solid #d9d0c4; }
.guide-toc h2 { margin: 0 0 12px; color: #454e48; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.guide-toc ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.guide-toc a { color: #525d56; font-size: 13px; line-height: 1.45; text-decoration: none; }
.guide-toc a:hover { color: var(--guide-orange); text-decoration: underline; }
.guide-toc__note { margin: 24px 0 0; color: #535d57; font-family: var(--guide-serif); font-size: 14px; font-style: italic; line-height: 1.4; }
.guide-article { min-width: 0; max-width: 900px; }
.guide-summary { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 17px; margin: 0 0 28px; padding: 17px 19px; border: 1px solid #ead8c5; border-left: 1px solid #ca6e36; border-radius: 9px; background: #fffaf4; }
.guide-summary h2 { margin: 1px 0 0; color: #252d29; font-family: var(--guide-serif); font-size: 24px; font-weight: 600; letter-spacing: -.035em; }
.guide-summary p { max-width: 74ch; margin: 0; color: #4f5953; font-size: 15px; line-height: 1.7; }
.guide-article section { margin: 0 0 32px; scroll-margin-top: 20px; }
.guide-article section > h2 { margin: 0 0 10px; color: #202724; font-family: var(--guide-serif); font-size: clamp(26px, 3vw, 34px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.guide-article section > h3 { margin: 24px 0 8px; color: #303934; font-family: var(--guide-serif); font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.guide-article p, .guide-article li { color: #4e5953; font-size: 16px; line-height: 1.75; }
.guide-article p { margin: 0 0 12px; }
.guide-article section > p, .guide-article section > ul, .guide-article section > ol { max-width: 74ch; }
.guide-article .guide-stage-strip, .guide-article .guide-rating-checks { max-width: none; }
.guide-article ul, .guide-article ol { margin: 10px 0 15px; padding-left: 21px; }
.guide-article li { padding-left: 2px; margin: 4px 0; }
.guide-article strong { color: #303a34; }
.guide-article a { color: #9f5127; font-weight: 650; }
.guide-country-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 18px 0 20px; }
.guide-country-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 16px 0 20px; }
.guide-compare__card { min-width: 0; padding: 17px; border: 1px solid #e3ded4; border-radius: 10px; background: #fffdf9; }
.guide-compare__card--accent { border-color: #e0c2a5; background: #fff8f0; }
.guide-compare__card h3 { margin: 0 0 8px; color: #28312c; font-family: var(--guide-serif); font-size: 23px; font-weight: 500; line-height: 1.12; }
.guide-compare__card p:last-child { margin-bottom: 0; }
.guide-stage-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 16px 0 20px !important; padding: 0 !important; list-style: none; counter-reset: guide-stage; }
.guide-stage-strip li { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 16px; border: 1px solid #e3ded4; border-radius: 10px; background: #fffdf9; counter-increment: guide-stage; }
.guide-stage-strip li::before { content: counter(guide-stage); width: 30px; height: 30px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #9f5127; font-weight: 800; }
.guide-stage-strip li b, .guide-rating-checks li b { color: #303a34; font-size: 15px; }
.guide-stage-strip li span, .guide-rating-checks li span { color: #4e5953; font-size: 14px; line-height: 1.55; }
.guide-report-key { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 15px 0 19px; }
.guide-report-key article { min-width: 0; padding: 14px 15px; border: 1px solid #e3ded4; border-radius: 9px; background: #fffdf9; }
.guide-report-key h3 { margin: 0 0 5px; color: #303a34; font-family: var(--guide-serif); font-size: 20px; font-weight: 500; }
.guide-report-key p { margin: 0; font-size: 14px; line-height: 1.6; }
.guide-rating-checks { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin: 16px 0 20px !important; padding: 0 !important; list-style: none; counter-reset: rating-check; }
.guide-rating-checks li { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 13px; border: 1px solid #e3ded4; border-radius: 9px; background: #fffdf9; counter-increment: rating-check; }
.guide-rating-checks li::before { content: counter(rating-check); width: 26px; height: 26px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #9f5127; font-size: 12px; font-weight: 800; }
.guide-rating-checks li b { font-size: 14px; }
.guide-rating-checks li span { font-size: 12px; line-height: 1.5; }
.guide-country-card { min-width: 0; padding: 17px; border: 1px solid #e5dfd4; border-radius: 11px; background: var(--guide-card); }
.guide-country-card__scope { margin: 0 0 8px !important; color: #80431f !important; font-size: 12px !important; font-weight: 800; letter-spacing: .02em; line-height: 1.45 !important; }
.guide-country-card h3 { margin: 0 0 8px; color: #28312c; font-family: var(--guide-serif); font-size: 20px; font-weight: 500; line-height: 1.08; }
.guide-country-card p { margin: 0 0 10px; font-size: 14px; line-height: 1.65; }
.guide-country-card a { font-size: 14px; line-height: 1.5; }
.guide-country-card__limit { padding-top: 8px; border-top: 1px solid #ede8df; }
.guide-note { margin: 16px 0 20px; padding: 14px 16px; color: #554b40; border: 1px solid #e4d4bf; border-radius: 8px; background: #f7eee2; font-size: 14px; line-height: 1.65; }
.guide-note strong { color: #453a2f; }
.guide-worksheet { margin: 18px 0 20px; border: 1px solid #d9d4cb; border-radius: 9px; background: #fffdf9; }
.guide-worksheet__caption { padding: 12px 14px; color: #303934; border-bottom: 1px solid #e5e0d8; font-family: var(--guide-serif); font-size: 18px; font-weight: 600; }
.guide-worksheet__entry { min-width: 0; margin: 0; padding: 14px; border: 0; border-top: 1px solid #e5e0d8; }
.guide-worksheet__entry legend { padding: 0 6px; color: #303934; font-family: var(--guide-serif); font-size: 19px; font-weight: 600; }
.guide-worksheet__note { max-width: none !important; margin: 0 0 13px !important; color: #59625c; font-size: 13px !important; line-height: 1.55 !important; }
.guide-worksheet__candidate { min-width: 0; margin: 14px 0 0; padding: 12px; border: 1px solid #e2dbd0; border-radius: 7px; }
.guide-worksheet__candidate legend { padding: 0 6px; color: #303934; font-family: var(--guide-serif); font-size: 17px; font-weight: 600; }
.guide-worksheet__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.guide-worksheet__field { min-width: 0; display: grid; align-content: start; gap: 6px; color: #37413a; font-size: 13px; font-weight: 700; line-height: 1.4; }
.guide-worksheet__field--wide { grid-column: 1 / -1; }
.guide-worksheet__field input, .guide-worksheet__field textarea { width: 100%; min-width: 0; min-height: 44px; padding: 9px 10px; color: #202624; border: 1px solid #c9c1b5; border-radius: 5px; background: #fff; font: inherit; font-size: 15px; font-weight: 400; line-height: 1.5; }
.guide-worksheet__field textarea { min-height: 68px; resize: vertical; }
.guide-worksheet__field input:focus-visible, .guide-worksheet__field textarea:focus-visible { outline: 3px solid #dc7a40; outline-offset: 2px; border-color: #98451e; }
.guide-worksheet__print-value { display: none; }
.guide-table { width: 100%; border-collapse: collapse; }
.guide-table th, .guide-table td { padding: 11px 12px; color: #4d5851; border-bottom: 1px solid #e5dfd6; font-size: 13px; line-height: 1.55; text-align: left; vertical-align: top; }
.guide-table th { color: #37413a; background: #f8f5ef; font-weight: 800; }
.guide-table tr:last-child td { border-bottom: 0; }
.guide-table td:first-child { color: #303a34; font-weight: 700; }
.guide-sources { padding-top: 19px; border-top: 1px solid #dcd5ca; }
.guide-sources ul { display: grid; gap: 8px; }
.guide-sources li { font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }
.guide-cta { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr); gap: 18px; margin: 34px 0 25px; }
.guide-cta__main, .guide-cta__source { min-width: 0; padding: 19px; border: 1px solid #e3d8ca; border-radius: 10px; background: #fffdf9; }
.guide-cta__main { border-left: 1px solid #ce7038; }
.guide-cta__label { margin: 0 0 7px !important; color: #82421f !important; font-size: 12px !important; font-weight: 800; letter-spacing: .02em; }
.guide-cta h2 { margin: 0 0 7px; color: #252d29; font-family: var(--guide-serif); font-size: 23px; font-weight: 500; }
.guide-cta p { margin: 0 0 12px; font-size: 14px; line-height: 1.65; }
.guide-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; color: #fff !important; border-radius: 5px; background: #98451e; font-size: 13px; font-weight: 750 !important; text-decoration: none; }
.guide-button:hover { background: #9f4f24; }
.guide-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.guide-related a { min-height: 91px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 13px; color: #343d37; border: 1px solid #e3ded4; border-radius: 9px; background: #fffdf9; font-size: 13px; line-height: 1.45; text-decoration: none; }
.guide-related a:hover { border-color: #cf8a60; }
.guide-related small { color: #88451f; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.guide-footer { color: rgba(255,255,255,.72); background: var(--guide-night); }
.guide-footer__inner { width: min(calc(100% - 48px), 1180px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px 30px; margin: 0 auto; padding: 27px 0; }
.guide-footer .guide-brand { font-size: 16px; }
.guide-footer .guide-brand__mark { width: 23px; height: 23px; }
.guide-footer__tagline, .guide-footer__copyright { margin: 6px 0 0 37px; color: rgba(255,255,255,.76); font-size: 12px; }
.guide-footer__links { display: flex; flex-wrap: wrap; gap: 5px 17px; }
.guide-footer__links a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.82); font-size: 12px; text-decoration: none; }
.guide-footer__links a:hover { color: #fff; }
.guide-footer__note { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.76); font-size: 12px; }
.guides-hub { padding-bottom: 70px; }
.guides-hub__hero { min-height: 270px; grid-template-columns: minmax(0,1fr) 230px; padding-top: 33px; }
.guides-hub__hero h1 { max-width: 770px; }
.guides-hub__hero .guide-art { min-height: 194px; }
.guides-hub__featured { display: grid; grid-template-columns: minmax(0,1fr) 150px; align-items: center; gap: 22px; margin: 5px 0 14px; padding: 22px; border: 1px solid #e2d6c7; border-left: 1px solid #c76831; border-radius: 10px; background: #fffaf4; }
.guides-hub__featured h2 { margin: 4px 0 7px; color: #282f2b; font-family: var(--guide-serif); font-size: clamp(24px, 3.2vw, 35px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.guides-hub__featured p { max-width: 700px; margin: 0 0 10px; color: #505a54; font-size: 15px; line-height: 1.65; }
.guides-hub__step { color: #85441f; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.guides-hub__featured-link { justify-self: center; color: #88451f !important; font-size: 14px; font-weight: 750; text-decoration: none; }
.guides-hub__featured-link span { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 9px; color: #fff; border-radius: 50%; background: #98451e; font-family: var(--guide-serif); font-size: 23px; }
.guides-hub__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.guides-hub__card { min-width: 0; min-height: 228px; display: flex; flex-direction: column; align-items: flex-start; padding: 15px; color: inherit !important; border: 1px solid #e3ded4; border-radius: 9px; background: #fffdf9; text-decoration: none; }
.guides-hub__card:hover { border-color: #cf8a60; transform: translateY(-1px); }
.guides-hub__card-step { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; color: #515b55; font-size: 12px; font-weight: 700; }
.guides-hub__card-step b { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #98451e; font-size: 12px; }
.guides-hub__card h2 { margin: 0 0 8px; color: #29312d; font-family: var(--guide-serif); font-size: 19px; font-weight: 500; letter-spacing: -.025em; line-height: 1.1; }
.guides-hub__card p { margin: 0 0 12px; color: #4f5a54; font-size: 13px; line-height: 1.6; }
.guides-hub__card small { margin-top: auto; color: #88451f; font-size: 12px; font-weight: 750; }
.guides-hub__path { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 22px; margin: 32px 0 25px; padding: 19px 0; border-top: 1px solid #ddd5ca; border-bottom: 1px solid #ddd5ca; }
.guides-hub__path h2 { margin: 0 0 7px; color: #303a34; font-family: var(--guide-serif); font-size: 24px; font-weight: 500; }
.guides-hub__path p { margin: 0; color: #4f5a54; font-size: 13px; line-height: 1.6; }
.guides-hub__steps { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.guides-hub__steps li { display: flex; flex-direction: column; gap: 5px; color: #4f5a54; font-size: 12px; line-height: 1.45; }
.guides-hub__steps b { width: 22px; height: 22px; display: grid; place-items: center; color: #92502a; border-radius: 50%; background: #f1dfcc; }
.guides-hub__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.guides-hub__action { min-width: 0; padding: 17px; border: 1px solid #e4ddd2; border-radius: 9px; background: #fffdf9; }
.guides-hub__action h2 { margin: 0 0 6px; color: #333c36; font-family: var(--guide-serif); font-size: 19px; font-weight: 500; }
.guides-hub__action p { margin: 0 0 9px; color: #4f5a54; font-size: 13px; line-height: 1.6; }
.guides-hub__action a:not(.guide-button) { font-size: 13px; font-weight: 750; }
@media (max-width: 920px) {
  .guide-hero, .guides-hub__hero { grid-template-columns: minmax(0,1fr) 170px; gap: 20px; }
  .guide-art { min-height: 158px; padding: 12px; }
  .guide-layout { grid-template-columns: 150px minmax(0,1fr); gap: 24px; }
  .guide-country-grid--three, .guides-hub__cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guide-rating-checks { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .guides-hub__card { min-height: 190px; }
}
@media (max-width: 680px) {
  .guide-header__inner { width: min(calc(100% - 32px), 1180px); min-height: 70px; gap: 12px; }
  .guide-brand { font-size: 17px; }
  .guide-nav { gap: 4px; }
  .guide-nav a { padding: 0 5px; font-size: 11px; }
  .guide-nav .guide-nav__cta { padding: 0 9px; font-size: 11px; }
  .guide-breadcrumb, .guide-shell, .guide-footer__inner { width: calc(100% - 32px); }
  .guide-breadcrumb { padding-top: 14px; font-size: 12px; }
  .guide-hero, .guides-hub__hero { display: block; padding: 26px 0 22px; }
  .guide-hero h1 { font-size: clamp(35px, 10vw, 49px); }
  .guide-lede { font-size: 15px; }
  .guide-art { display: none; }
  .guide-layout { display: block; padding-bottom: 50px; }
  .guide-toc { position: static; margin: 0 0 18px; padding: 13px; border: 1px solid #e0d8cc; border-radius: 8px; background: rgba(255,253,249,.62); }
  .guide-toc ol { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 14px; }
  .guide-toc__note { display: none; }
  .guide-summary { grid-template-columns: 1fr; gap: 5px; padding: 14px; }
  .guide-summary h2 { font-size: 21px; }
  .guide-summary p { font-size: 15px; }
  .guide-article section > h2 { font-size: 27px; }
  .guide-country-grid, .guide-country-grid--three { grid-template-columns: 1fr; }
  .guide-worksheet__fields { grid-template-columns: 1fr; }
  .guide-worksheet__field--wide { grid-column: auto; }
  .guide-compare, .guide-report-key { grid-template-columns: 1fr; }
  .guide-stage-strip { grid-template-columns: 1fr; }
  .guide-rating-checks { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guide-cta { grid-template-columns: 1fr; }
  .guide-related { grid-template-columns: 1fr; }
  .guide-related a { min-height: 72px; }
  .guide-footer__inner { grid-template-columns: 1fr; gap: 9px; }
  .guide-footer__note { grid-column: auto; line-height: 1.55; }
  .guides-hub__featured { grid-template-columns: 1fr; }
  .guides-hub__featured-link { justify-self: start; display: inline-flex; align-items: center; gap: 9px; min-height: 44px; }
  .guides-hub__featured-link span { width: 29px; height: 29px; margin: 0; font-size: 16px; }
  .guides-hub__cards { grid-template-columns: 1fr 1fr; gap: 8px; }
  .guides-hub__card { min-height: 230px; padding: 12px; }
  .guides-hub__card h2 { font-size: 17px; }
  .guides-hub__card p { font-size: 13px; }
  .guides-hub__path { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .guides-hub__steps { gap: 7px; }
  .guides-hub__steps li { font-size: 12px; }
  .guides-hub__actions { grid-template-columns: 1fr; }
  .guide-table, .guide-table tbody, .guide-table tr, .guide-table td { display: block; width: 100%; }
  .guide-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .guide-table tr { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-bottom: 1px solid #e6e0d7; }
  .guide-table tr:last-child { border-bottom: 0; }
  .guide-table td { padding: 8px 9px; border: 0; overflow-wrap: anywhere; }
  .guide-table td:first-child { grid-column: 1 / -1; padding-bottom: 2px; background: #f8f5ef; }
  .guide-table td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 3px; color: #4f5a54; font-size: 11px; font-weight: 800; letter-spacing: .02em; }
}
@media (max-width: 520px) {
  .guide-nav a[href="/#how-it-works"], .guide-nav a[href="/#examples"] { display: none; }
}
@media (max-width: 390px) {
  .guide-header__inner { width: calc(100% - 24px); gap: 8px; }
  .guide-brand { font-size: 15px; }
  .guide-brand__mark { width: 24px; height: 24px; }
  .guide-nav { gap: 0; }
  .guide-nav a { padding: 0 4px; font-size: 11px; }
  .guide-nav .guide-nav__cta { padding: 0 7px; font-size: 11px; }
  .guide-breadcrumb, .guide-shell, .guide-footer__inner { width: calc(100% - 24px); }
  .guide-toc ol { grid-template-columns: 1fr; }
  .guide-summary { margin-bottom: 22px; }
  .guides-hub__cards { grid-template-columns: 1fr; }
  .guides-hub__card { min-height: 0; }
  .guides-hub__steps { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .guide-site *, .guide-site *::before, .guide-site *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  :root { background: #fff; }
  body.guide-site { background: #fff; color: #111; }
  .guide-site .guide-skip, .guide-header, .guide-breadcrumb, .guide-toc, .guide-art, .guide-cta, .guide-related, .guide-footer, .guides-hub__actions { display: none !important; }
  .guide-shell { width: 100%; max-width: none; }
  .guide-hero { display: block; padding: 0 0 14px; }
  .guide-layout { display: block; padding: 0; }
  .guide-summary, .guide-country-card { break-inside: avoid; background: #fff; box-shadow: none; }
  .guide-worksheet { break-inside: auto; background: #fff; box-shadow: none; }
  .guide-worksheet__entry { break-inside: auto; page-break-inside: auto; }
  .guide-worksheet__fields { grid-template-columns: 1fr; }
  .guide-worksheet__candidate { break-inside: auto; page-break-inside: auto; border-color: #999; }
  .guide-worksheet__field { break-inside: avoid; page-break-inside: avoid; }
  .guide-worksheet__field--wide { grid-column: auto; }
  .guide-worksheet__field input, .guide-worksheet__field textarea { color: #111; border: 1px solid #888; border-radius: 0; background: #fff; box-shadow: none; }
  .guide-worksheet__field textarea { min-height: 72px; resize: none; }
  .guide-worksheet__print-value { min-height: 72px; padding: 8px 10px; color: #111; border: 1px solid #888; background: #fff; font-size: 10pt; font-weight: 400; line-height: 1.45; white-space: pre-wrap; overflow-wrap: anywhere; }
  .guide-print-values-ready .guide-worksheet__field input, .guide-print-values-ready .guide-worksheet__field textarea { display: none; }
  .guide-print-values-ready .guide-worksheet__field .guide-worksheet__print-value { display: block; }
  .guide-worksheet__field input[type="date"]::-webkit-calendar-picker-indicator { display: none; }
  .guide-worksheet__note { color: #333; }
  .guide-country-grid, .guide-country-grid--three { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guide-article p, .guide-article li { color: #222; font-size: 10pt; }
  .guide-table th, .guide-table td { color: #222; font-size: 9pt; }
  .guide-sources a::after { content: " (" attr(href) ")"; color: #444; font-size: 8pt; overflow-wrap: anywhere; }
  .guides-hub__cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
