:root {
  --monster-ink: #0a1020;
  --monster-surface: #121a2d;
  --monster-line: rgba(255, 255, 255, 0.12);
  --monster-lime: #b7f34a;
  --monster-mint: #70e1b2;
  --monster-cloud: #f7f9fc;
  --monster-muted: #aeb8ca;
  --monster-radius: 22px;
  --monster-shadow: 0 24px 70px rgba(10, 16, 32, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--monster-cloud); color: var(--monster-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; margin: 0; }
img { height: auto; max-width: 100%; }
a { color: #146c52; }
button, input, select, textarea { font: inherit; }
.monster-skip-link { background: white; left: 1rem; padding: 0.7rem 1rem; position: fixed; top: -100px; z-index: 9999; }
.monster-skip-link:focus { top: 1rem; }
.monster-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.monster-narrow { max-width: 840px; }
.monster-home { overflow: clip; }
.monster-home h1,
.monster-home h2,
.monster-home h3 { letter-spacing: -0.035em; }
.monster-home h1 { font-size: clamp(2.55rem, 7vw, 5.7rem); max-width: 13ch; margin: 0 0 1.25rem; }
.monster-home h2 { font-size: clamp(2rem, 4vw, 3.6rem); max-width: 16ch; margin: 0 0 2rem; }
.monster-home h3 { font-size: 1.25rem; margin: 1rem 0 0.55rem; }
.monster-kicker { color: #397b60; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; margin: 0 0 1rem; text-transform: uppercase; }
.monster-lead { color: var(--monster-muted); font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 60ch; }
.monster-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem 1.35rem; margin-top: 2rem; }
.monster-button { background: var(--monster-lime); border-radius: 999px; color: var(--monster-ink); display: inline-flex; font-weight: 800; justify-content: center; padding: 0.9rem 1.35rem; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.monster-button:hover,
.monster-button:focus-visible { box-shadow: 0 10px 30px rgba(183, 243, 74, 0.25); color: var(--monster-ink); transform: translateY(-2px); }
.monster-link { color: white; font-weight: 700; text-underline-offset: 0.3em; }

.monster-site-header { background: white; border-bottom: 1px solid #e5eaf2; }
.monster-site-header__inner { align-items: center; display: flex; gap: 2rem; min-height: 78px; }
.monster-brand { margin-right: auto; }
.monster-brand a,
.monster-footer-brand { color: var(--monster-ink); font-size: 1.16rem; font-weight: 900; letter-spacing: -0.035em; text-decoration: none; }
.monster-brand a span,
.monster-footer-brand span { color: #4f8a25; }
.custom-logo { display: block; max-height: 54px; width: auto; }
.monster-primary-nav__list,
.monster-footer-menu { display: flex; gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.monster-primary-nav a { color: #253047; font-size: 0.92rem; font-weight: 700; text-decoration: none; }
.monster-primary-nav a:hover,
.monster-primary-nav a:focus-visible { color: #397b60; text-decoration: underline; text-underline-offset: 0.3em; }
.monster-header-cta { background: var(--monster-ink); border-radius: 999px; color: white; font-size: 0.88rem; font-weight: 800; padding: 0.65rem 1rem; text-decoration: none; }

.monster-topic-nav { background: #0d1527; color: white; position: relative; z-index: 10; }
.monster-topic-nav summary { align-items: center; cursor: pointer; display: flex; font-weight: 800; justify-content: space-between; list-style: none; min-height: 54px; }
.monster-topic-nav summary::-webkit-details-marker { display: none; }
.monster-topic-nav summary::after { color: var(--monster-lime); content: '+'; font-size: 1.5rem; }
.monster-topic-nav details[open] summary::after { content: '−'; }
.monster-topic-nav__grid { border-top: 1px solid var(--monster-line); display: grid; gap: 2rem; grid-template-columns: repeat(4, 1fr); padding: 2rem 0 2.25rem; }
.monster-topic-nav h2 { color: var(--monster-lime); font-size: 0.78rem; letter-spacing: 0.12em; margin: 0 0 1rem; text-transform: uppercase; }
.monster-topic-nav ul { list-style: none; margin: 0; padding: 0; }
.monster-topic-nav li + li { margin-top: 0.65rem; }
.monster-topic-nav a { color: #e7edf8; text-decoration: none; }
.monster-topic-nav a:hover,
.monster-topic-nav a:focus-visible { color: var(--monster-lime); text-decoration: underline; text-underline-offset: 0.25em; }

.monster-hero { background: radial-gradient(circle at 85% 15%, rgba(112, 225, 178, 0.2), transparent 30%), var(--monster-ink); color: white; padding: clamp(4.5rem, 10vw, 9rem) 0; }
.monster-hero .monster-kicker,
.monster-section--dark .monster-kicker { color: var(--monster-lime); }
.monster-hero__grid { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); }
.monster-hero__panel { background: rgba(255, 255, 255, 0.06); border: 1px solid var(--monster-line); border-radius: var(--monster-radius); box-shadow: var(--monster-shadow); padding: 0.6rem 1.4rem; }
.monster-hero__panel div { display: grid; gap: 0.15rem 0.9rem; grid-template-columns: 2.25rem 1fr; padding: 1.25rem 0; }
.monster-hero__panel div + div { border-top: 1px solid var(--monster-line); }
.monster-hero__panel span { color: var(--monster-lime); font-size: 0.76rem; font-weight: 800; grid-row: span 2; }
.monster-hero__panel small { color: var(--monster-muted); }

.monster-section { padding: clamp(4rem, 9vw, 8rem) 0; }
.monster-section--light { background: var(--monster-cloud); }
.monster-section--dark { background: var(--monster-surface); color: white; }
.monster-card-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.monster-card { background: white; border: 1px solid #e5eaf2; border-radius: var(--monster-radius); color: var(--monster-ink); min-height: 260px; padding: 1.5rem; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease; }
.monster-card:hover,
.monster-card:focus-visible { border-color: #9dcf44; color: var(--monster-ink); transform: translateY(-4px); }
.monster-card > span { color: #397b60; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.monster-card p { color: #5c6678; }
.monster-form-layout { align-items: start; display: grid; gap: clamp(2rem, 6vw, 5rem); grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr); }
.monster-section--editorial { background: white; }
.monster-editorial-grid { align-items: start; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.monster-editorial-copy h3 { margin-top: 0; padding-top: 0.25rem; }
.monster-editorial-copy h3:not(:first-child) { border-top: 1px solid #e5eaf2; margin-top: 1.75rem; padding-top: 1.75rem; }
.monster-editorial-copy p { color: #5c6678; }
.monster-form-layout > div:first-child > p:last-child { color: var(--monster-muted); max-width: 54ch; }
.monster-faq details { border-top: 1px solid #dce2eb; padding: 1.15rem 0; }
.monster-faq details:last-child { border-bottom: 1px solid #dce2eb; }
.monster-faq summary { cursor: pointer; font-size: 1.06rem; font-weight: 750; }
.monster-faq p { color: #5c6678; max-width: 70ch; }
.monster-reseller { background: var(--monster-mint); }
.monster-reseller__inner { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.monster-reseller h2 { margin-bottom: 0; }
.monster-reseller .monster-button { background: var(--monster-ink); color: white; flex: 0 0 auto; }
.monster-legal-note { background: #070c17; color: var(--monster-muted); font-size: 0.82rem; padding: 1.15rem 0; }
.monster-legal-note p { margin: 0; }

.monster-content { min-height: 55vh; padding-block: clamp(3.5rem, 8vw, 7rem); }
.monster-content__header h1,
.monster-prose h1 { font-size: clamp(2.25rem, 5vw, 4.25rem); letter-spacing: -0.04em; line-height: 1.05; }
.monster-prose { max-width: 820px; }
.monster-prose > article > * { max-width: 760px; }
.monster-prose > article > .alignwide { margin-left: 50%; max-width: 1120px; transform: translateX(-50%); width: calc(100vw - 40px); }
.monster-breadcrumbs { color: #657086; display: flex; flex-wrap: wrap; font-size: 0.84rem; gap: 0.55rem; margin-bottom: 1.5rem; }
.monster-breadcrumbs a { color: #397b60; font-weight: 750; }
.monster-page-intro { border-left: 4px solid var(--monster-lime); margin: 0 0 3rem; padding: 0.25rem 0 0.25rem 1.35rem; }
.monster-page-intro .monster-kicker { margin-bottom: 0.55rem; }
.monster-page-lead { color: #465268; font-size: clamp(1.1rem, 2vw, 1.32rem); margin: 0; }
.monster-page-sections { display: grid; gap: 1rem; margin: 2.5rem 0; }
.monster-page-sections section { background: white; border: 1px solid #e1e7ef; border-radius: 18px; padding: clamp(1.25rem, 3vw, 2rem); }
.monster-page-sections h2 { font-size: 1.45rem; margin-top: 0; }
.monster-page-sections p { color: #536076; margin-bottom: 0; }
.monster-checklist { background: #0d1527; border-radius: 20px; color: white; margin: 3rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); }
.monster-checklist h2 { color: var(--monster-lime); margin-top: 0; }
.monster-checklist ul { display: grid; gap: 0.75rem; list-style: none; margin: 0; padding: 0; }
.monster-checklist li { padding-left: 1.7rem; position: relative; }
.monster-checklist li::before { color: var(--monster-lime); content: '✓'; font-weight: 900; left: 0; position: absolute; }
.monster-embedded-form { background: var(--monster-surface); border-radius: 22px; color: white; margin: 3rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); }
.monster-embedded-form > .monster-kicker { color: var(--monster-lime); }
.monster-embedded-form > h2 { margin-bottom: 0.4rem; }
.monster-embedded-form > p { color: var(--monster-muted); }
.monster-source-link a { font-weight: 800; }
.monster-inline-cta { align-items: center; background: var(--monster-mint); border-radius: 22px; display: flex; gap: 2rem; justify-content: space-between; margin: 3rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); }
.monster-inline-cta h2 { margin: 0.25rem 0; }
.monster-inline-cta p:last-child { margin-bottom: 0; }
.monster-inline-cta .monster-button { background: var(--monster-ink); color: white; flex: 0 0 auto; }
.monster-page-faq { margin-top: 3rem; }
.monster-page-faq details { border-top: 1px solid #dce2eb; padding: 1.1rem 0; }
.monster-page-faq details:last-child { border-bottom: 1px solid #dce2eb; }
.monster-page-faq summary { cursor: pointer; font-weight: 800; }
.monster-page-faq details p { color: #536076; }
.monster-related { border-top: 1px solid #dce2eb; margin-top: 3rem; padding-top: 2rem; }
.monster-related h2 { font-size: 1.2rem; }
.monster-related div { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.monster-related a { background: white; border: 1px solid #dce2eb; border-radius: 999px; color: #253047; font-size: 0.9rem; font-weight: 750; padding: 0.55rem 0.85rem; text-decoration: none; }
.monster-related a:hover, .monster-related a:focus-visible { border-color: #397b60; color: #146c52; }
.monster-post-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.monster-post-card { background: white; border: 1px solid #e5eaf2; border-radius: 18px; overflow: hidden; padding: 1.25rem; }
.monster-post-card img { border-radius: 12px; }
.monster-post-card h2 { font-size: 1.35rem; line-height: 1.2; }
.monster-post-card h2 a { color: var(--monster-ink); text-decoration: none; }
.monster-post-card__meta { color: #657086; font-size: 0.78rem; }
.monster-site-footer { background: var(--monster-ink); color: var(--monster-muted); padding: 4rem 0 1.5rem; }
.monster-site-footer__grid { display: grid; gap: 2rem; grid-template-columns: 1fr 1fr; }
.monster-site-footer__grid > div p { max-width: 48ch; }
.monster-footer-brand { color: white; }
.monster-footer-menu { flex-wrap: wrap; justify-content: flex-end; }
.monster-footer-menu a { color: white; text-decoration: none; }
.monster-site-footer__bottom { align-items: center; border-top: 1px solid var(--monster-line); display: flex; font-size: 0.8rem; justify-content: space-between; margin-top: 2.5rem; padding-top: 1.25rem; }
.monster-site-footer__bottom p { margin: 0; }
.monster-site-footer__bottom a { color: var(--monster-muted); }

@media (max-width: 900px) {
  .monster-topic-nav__grid,
  .monster-card-grid { grid-template-columns: repeat(2, 1fr); }
  .monster-hero__grid,
  .monster-form-layout,
  .monster-editorial-grid { grid-template-columns: 1fr; }
  .monster-primary-nav { display: none; }
  .monster-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .monster-shell { width: min(100% - 28px, 1180px); }
  .monster-topic-nav__grid,
  .monster-card-grid { grid-template-columns: 1fr; }
  .monster-card { min-height: 0; }
  .monster-reseller__inner { align-items: flex-start; flex-direction: column; }
  .monster-header-cta { font-size: 0.78rem; padding: 0.55rem 0.75rem; }
  .monster-site-footer__grid,
  .monster-post-grid { grid-template-columns: 1fr; }
  .monster-footer-menu { justify-content: flex-start; }
  .monster-site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 0.75rem; }
  .monster-inline-cta { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
