:root {
  --wmc-red: #f6323e;
  --wmc-red-dark: #b21e27;
  --wmc-black: #10181f;
  --wmc-gray: #5b6470;
  --wmc-light: #f8fafc;
  --wmc-border: #e5e7eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--wmc-black); background: #fff; font-family: "Kanit", Arial, sans-serif; line-height: 1.7; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 32px)); margin-inline: auto; }
.gradient-text { color: var(--wmc-red); }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 8px; }
.site-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--wmc-border); box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.nav-row { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.25rem; font-weight: 700; }
.brand img { width: auto; height: 40px; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { text-decoration: none; font-weight: 500; }
.nav-links a:hover, .footer-links a:hover, .text-link:hover { color: var(--wmc-red); }
.language-pill { display: inline-flex; border: 1px solid #d1d5db; border-radius: 999px; padding: 4px; background: #f9fafb; }
.language-pill a, .language-pill span { padding: 5px 12px; border-radius: 999px; text-decoration: none; font-size: .875rem; font-weight: 600; }
.language-pill .active { color: #fff; background: var(--wmc-red); }
.menu-button { display: none; border: 0; background: transparent; font: inherit; padding: 8px; }
.mobile-menu { display: none; padding: 4px 0 18px; border-top: 1px solid var(--wmc-border); }
.mobile-menu.open { display: grid; gap: 8px; }
.mobile-menu a { text-decoration: none; padding: 5px 0; }
.page-hero { padding: 76px 0 64px; background: linear-gradient(135deg,#fff1f2 0%,#fff 72%); text-align: center; }
.page-hero h1 { max-width: 920px; margin: 0 auto 18px; font-size: clamp(2.25rem,5vw,4.25rem); line-height: 1.15; }
.page-hero p { max-width: 850px; margin: 0 auto; color: var(--wmc-gray); font-size: 1.18rem; }
.page-hero .category-chip { display: inline-block; width: auto; margin: 0 0 18px; font-size: .95rem; }
.section { padding: 72px 0; }
.section.alt { background: var(--wmc-light); }
.section h2 { margin: 0 0 16px; font-size: clamp(1.65rem,3vw,2.3rem); line-height: 1.25; }
.two-column { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.8fr); gap: 42px; align-items: start; }
.info-card { padding: 28px; border: 1px solid var(--wmc-border); border-radius: 16px; background: #fff7f8; }
.info-card h2 { font-size: 1.45rem; color: var(--wmc-red-dark); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; }
.check-list li { position: relative; padding: 8px 0 8px 30px; color: #48515c; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wmc-red); font-weight: 700; }
.step-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.step-grid article { padding: 22px; border: 1px solid var(--wmc-border); border-radius: 14px; background: #fff; }
.step-grid article > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--wmc-red); font-weight: 700; }
.step-grid h3 { margin: 15px 0 6px; font-size: 1.2rem; }
.step-grid p, .faq-item p, .info-card p { color: var(--wmc-gray); }
.faq-item { margin: 16px 0; padding: 22px 24px; border: 1px solid var(--wmc-border); border-radius: 12px; background: #fff; }
.faq-item h3 { margin: 0 0 8px; font-size: 1.2rem; }
.prose p, .prose li { color: #48515c; }
.prose p { margin: 0 0 20px; }
.prose h2 { margin-top: 44px; }
.prose h3 { margin-top: 30px; font-size: 1.25rem; }
.breadcrumb { padding: 18px 0; color: #667085; font-size: .92rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #98a2b3; }
.breadcrumb a { text-decoration: none; }
.category-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.category-chip { border: 1px solid #fecdd3; background: #fff; color: #9f1239; border-radius: 999px; padding: 8px 14px; }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.article-card { display: flex; flex-direction: column; height: 100%; padding: 28px; border: 1px solid var(--wmc-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(16,24,31,.06); }
.article-card .category { color: var(--wmc-red-dark); font-weight: 600; font-size: .9rem; }
.article-card h2, .article-card h3 { margin: 10px 0 12px; font-size: 1.45rem; line-height: 1.35; }
.article-card p { color: var(--wmc-gray); }
.article-card .article-meta { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--wmc-border); }
.article-meta { color: #667085; font-size: .9rem; }
.article-meta span { display: block; }
.article-card .text-link { display: inline-block; margin-top: 16px; color: var(--wmc-red-dark); font-weight: 600; text-decoration: none; }
.roadmap { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 0; list-style: none; }
.roadmap li { padding: 16px 18px; border: 1px solid var(--wmc-border); border-radius: 12px; background: #fff; }
.roadmap small { display: block; margin-top: 4px; color: #667085; }
.direct-answer { margin: 28px 0; padding: 24px 26px; border-left: 5px solid var(--wmc-red); background: #fff4f5; border-radius: 0 12px 12px 0; }
.practical-note { margin: 34px 0; padding: 26px; border: 1px solid #fecdd3; background: #fff7f8; border-radius: 14px; }
.practical-note h2 { margin-top: 0; font-size: 1.35rem; color: var(--wmc-red-dark); }
.table-wrap { overflow-x: auto; margin: 24px 0 28px; border: 1px solid var(--wmc-border); border-radius: 12px; }
.table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.table-wrap th, .table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--wmc-border); text-align: left; vertical-align: top; }
.table-wrap th { color: var(--wmc-black); background: #fff4f5; font-weight: 600; }
.table-wrap tr:last-child td { border-bottom: 0; }
.checklist { padding-left: 22px; }
.checklist li { margin: 9px 0; }
.reference-list a { color: var(--wmc-red-dark); }
.related-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.related-links a { padding: 16px; border: 1px solid var(--wmc-border); border-radius: 10px; text-decoration: none; }
.contextual-cta { padding: 38px; color: #fff; background: var(--wmc-black); border-radius: 18px; text-align: center; }
.contextual-cta h2 { margin-top: 0; }
.button { display: inline-block; margin-top: 10px; padding: 13px 22px; border-radius: 9px; background: var(--wmc-red); color: #fff; text-decoration: none; font-weight: 600; }
.button.secondary { margin-left: 8px; background: #fff; color: var(--wmc-black); }
.policy-card { padding: 34px; border: 1px solid var(--wmc-border); border-radius: 16px; background: #fff; }
.attribution { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--wmc-border); font-weight: 600; }
.site-footer { padding: 48px 0 28px; background: #111827; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.site-footer p, .footer-links { color: #cbd5e1; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 7px 0; }
.footer-links a { text-decoration: none; }
.copyright { margin-top: 32px; padding-top: 22px; border-top: 1px solid #374151; text-align: center; color: #9ca3af; }

/* Visual Enhancement v9: a calmer, more premium presentation for long-form SEO pages. */
body { background: #fbfcfe; }
.site-nav { background: rgba(255,255,255,.9); backdrop-filter: blur(14px); }
.brand img { border-radius: 10px; }
.page-hero { position: relative; isolation: isolate; overflow: hidden; text-align: left; background: radial-gradient(circle at 90% 15%, rgba(246,50,62,.12), transparent 30%), linear-gradient(135deg,#fff1f2 0%,#fff 62%,#f3f7fb 100%); }
.page-hero::before { content: ""; position: absolute; z-index: -1; width: 340px; height: 340px; right: -120px; top: 32px; border: 1px solid rgba(246,50,62,.18); border-radius: 50%; box-shadow: 0 0 0 24px rgba(246,50,62,.035), 0 0 0 52px rgba(246,50,62,.02); }
.page-hero::after { content: "WMC"; position: absolute; z-index: -1; right: 8%; bottom: -42px; color: rgba(16,24,31,.035); font-size: clamp(5rem,13vw,10rem); font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 820px; letter-spacing: -.035em; }
.page-hero p:not(.category-chip) { max-width: 760px; margin-left: 0; }
.page-hero .button { box-shadow: 0 12px 22px rgba(246,50,62,.2); }
.breadcrumb { position: relative; z-index: 2; }
.section h2 { letter-spacing: -.025em; }
.two-column > div:first-child { padding-right: 12px; }
.info-card { position: relative; overflow: hidden; border-color: #f5c5ca; box-shadow: 0 12px 28px rgba(246,50,62,.07); }
.info-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -46px; bottom: -52px; border: 1px solid rgba(246,50,62,.22); border-radius: 50%; }
.step-grid { position: relative; }
.step-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 39px; height: 1px; background: linear-gradient(90deg, transparent, #f5a6ad, transparent); }
.step-grid article { position: relative; z-index: 1; box-shadow: 0 10px 25px rgba(16,24,31,.05); transition: transform .2s ease, box-shadow .2s ease; }
.step-grid article:hover { transform: translateY(-4px); box-shadow: 0 15px 32px rgba(16,24,31,.1); }
.step-grid article > span { border: 4px solid #fff; box-shadow: 0 0 0 1px rgba(246,50,62,.25), 0 8px 16px rgba(246,50,62,.16); }
.faq-item { box-shadow: 0 7px 20px rgba(16,24,31,.035); transition: border-color .2s ease, transform .2s ease; }
.faq-item:hover { border-color: #f5b4ba; transform: translateY(-2px); }
.practical-note { box-shadow: 0 10px 26px rgba(246,50,62,.06); }
.contextual-cta { position: relative; overflow: hidden; background: radial-gradient(circle at 90% 15%, rgba(246,50,62,.34), transparent 32%), linear-gradient(135deg, #10181f, #173442); box-shadow: 0 16px 40px rgba(16,24,31,.18); }
.contextual-cta::after { content: ""; position: absolute; width: 260px; height: 260px; right: -86px; bottom: -140px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.04), 0 0 0 64px rgba(255,255,255,.025); pointer-events: none; }
.contextual-cta .container { position: relative; z-index: 1; }
.site-footer { background: linear-gradient(135deg, #10181f, #172b35); }
.footer-grid .brand span { color: #fff; }
@media (max-width: 640px) { .page-hero { text-align: center; }.page-hero p:not(.category-chip) { margin-inline: auto; }.step-grid::before { display: none; }.two-column > div:first-child { padding-right: 0; } }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .menu-button { display: block; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .two-column, .step-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .brand span { display: none; }
  .page-hero { padding: 54px 0 48px; }
  .section { padding: 54px 0; }
  .article-grid, .roadmap, .related-links, .footer-grid, .two-column, .step-grid { grid-template-columns: 1fr; }
  .policy-card, .article-card, .contextual-cta { padding: 24px; }
}
