*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --accent: #f25656;
  --accent-dark: #d94141;
  --border: rgba(255, 255, 255, 0.1);
  --surface: rgba(255, 255, 255, 0.045);
  --surface-strong: rgba(255, 255, 255, 0.07);
  --text: #fff;
  --text-2: rgba(255, 255, 255, 0.79);
  --text-3: rgba(255, 255, 255, 0.58);
  --green: #79d895;
  --amber: #f3c86d;
  --container: 1200px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

html { scroll-behavior: smooth; }

body {
  background: #080808;
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.article-hero {
  padding: 140px 0 68px;
  border-bottom: 1px solid rgba(242, 86, 86, 0.3);
  background-color: #0d0606;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(ellipse 78% 100% at 0 55%, rgba(242, 86, 86, 0.29), rgba(242, 86, 86, 0.05) 48%, transparent 72%);
  background-size: 48px 48px, 48px 48px, 100% 100%;
}

.article-hero .container,
.article-body .container { max-width: 880px; }

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 23px;
  color: var(--text-3);
  font-size: 13px;
}

.article-breadcrumb a:hover { color: var(--accent); }

.article-category {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 13px;
  border-radius: 100px;
  background: rgba(242, 86, 86, 0.12);
  color: var(--accent);
  font: 800 11px "Nunito", sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-hero h1 {
  max-width: 820px;
  margin-bottom: 15px;
  font: 900 clamp(31px, 5vw, 50px) / 1.12 "Nunito", sans-serif;
  text-wrap: balance;
}

.article-deck {
  max-width: 730px;
  margin: 0 0 22px;
  color: var(--text-2);
  font-size: 18px;
  line-height: 1.55;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  color: var(--text-3);
  font-size: 13px;
}

.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--text-3); }

.article-body { padding: 54px 0 100px; }
.back-to-blog { display: inline-flex; margin-bottom: 37px; color: var(--text-3); font-size: 14px; }
.back-to-blog:hover { color: #fff; }

.article-content { color: rgba(255, 255, 255, 0.89); font-size: 17px; line-height: 1.75; }
.article-content h2 { margin: 54px 0 17px; color: #fff; font: 900 29px / 1.2 "Nunito", sans-serif; text-wrap: balance; }
.article-content h3 { margin: 0 0 7px; color: #fff; font: 800 18px / 1.35 "Nunito", sans-serif; }
.article-content p { margin-bottom: 19px; }
.article-content ul { margin: 0 0 25px 22px; }
.article-content li { margin-bottom: 8px; padding-left: 3px; }
.article-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content strong { color: #fff; font-weight: 700; }

.quick-answer {
  margin-bottom: 29px;
  padding: 25px 26px;
  border: 1px solid rgba(242, 86, 86, 0.34);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(242, 86, 86, 0.14), rgba(255, 255, 255, 0.025));
}

.quick-answer span { display: block; margin-bottom: 8px; color: var(--accent); font: 900 11px "Nunito", sans-serif; letter-spacing: 0.1em; text-transform: uppercase; }
.quick-answer p { margin: 0; color: #fff; font: 700 19px / 1.55 "Nunito", sans-serif; }

.anchor-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 36px; }
.anchor-row a { padding: 8px 13px; border: 1px solid var(--border); border-radius: 100px; background: var(--surface); color: var(--text-2); font: 700 12px "Nunito", sans-serif; text-decoration: none; }
.anchor-row a:hover { border-color: rgba(242, 86, 86, 0.42); color: #fff; }

.process-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin: 25px 0 40px; }
.process-step { position: relative; min-width: 0; padding: 18px 9px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); text-align: center; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -9px; color: var(--accent); transform: translate(50%, -50%); font-weight: 900; }
.process-step b { display: grid; place-items: center; width: 30px; height: 30px; margin: 0 auto 9px; border-radius: 9px; background: var(--accent); color: #090909; font: 900 13px "Nunito", sans-serif; }
.process-step strong { display: block; margin-bottom: 4px; font: 800 13px "Nunito", sans-serif; }
.process-step span { display: block; color: var(--text-3); font-size: 11px; line-height: 1.35; }

.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0 35px; }
.plain-card { min-width: 0; padding: 21px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.plain-card > strong { display: block; margin-bottom: 8px; font: 800 17px "Nunito", sans-serif; }
.plain-card p { margin: 0; color: var(--text-2); font-size: 14px; line-height: 1.55; }

.stage-list { display: grid; gap: 11px; margin: 24px 0 35px; counter-reset: stage; }
.stage-row { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 19px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); counter-increment: stage; }
.stage-row::before { content: counter(stage); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(242, 86, 86, 0.14); color: var(--accent); font: 900 14px "Nunito", sans-serif; }
.stage-row strong { display: block; margin-bottom: 4px; font: 800 17px "Nunito", sans-serif; }
.stage-row p { margin: 0; color: var(--text-2); font-size: 14px; line-height: 1.55; }

.value-rule { margin: 25px 0 35px; padding: 21px 22px; border-left: 4px solid var(--accent); border-radius: 0 12px 12px 0; background: rgba(242, 86, 86, 0.08); }
.value-rule strong { display: block; margin-bottom: 5px; font: 900 16px "Nunito", sans-serif; }
.value-rule p { margin: 0; color: var(--text-2); font-size: 15px; }

.care-note { margin: 25px 0 35px; padding: 21px 22px; border: 1px solid rgba(243, 200, 109, 0.34); border-left: 4px solid var(--amber); border-radius: 12px; background: rgba(243, 200, 109, 0.075); }
.care-note strong { display: block; margin-bottom: 5px; font: 900 16px "Nunito", sans-serif; }
.care-note p { margin: 0; color: var(--text-2); font-size: 14px; line-height: 1.6; }

.plan-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 25px 0 35px; }
.plan-cell { min-width: 0; padding: 17px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.plan-cell strong { display: block; margin-bottom: 6px; color: var(--accent); font: 900 12px "Nunito", sans-serif; letter-spacing: 0.04em; text-transform: uppercase; }
.plan-cell span { display: block; color: var(--text-2); font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }

.source-card { margin: 25px 0 35px; padding: 22px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.source-card > strong { display: block; margin-bottom: 7px; font: 900 17px "Nunito", sans-serif; }
.source-card p { margin: 0; color: var(--text-2); font-size: 14px; }

.article-faqs,
.related-articles { margin-top: 56px; padding-top: 46px; border-top: 1px solid var(--border); }
.article-faqs > h2,
.related-articles > h2 { margin-bottom: 29px; color: #fff; font: 900 28px "Nunito", sans-serif; }
.faq-item { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.faq-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.faq-q { margin-bottom: 8px; font: 800 18px / 1.4 "Nunito", sans-serif; }
.faq-a { margin: 0; color: var(--text-2); font-size: 16px; line-height: 1.65; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.related-card { display: flex; flex-direction: column; gap: 9px; min-width: 0; padding: 19px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); transition: transform 180ms var(--ease-out), border-color 180ms ease; }
.related-title { flex: 1; overflow-wrap: anywhere; font: 800 15px / 1.4 "Nunito", sans-serif; }
.related-arrow { color: var(--text-3); font: 700 12px "Nunito", sans-serif; }

.article-cta { margin-top: 58px; padding: 34px; border: 1px solid rgba(242, 86, 86, 0.25); border-radius: 17px; background: rgba(242, 86, 86, 0.07); text-align: center; }
.cta-eyebrow { display: inline-block; margin-bottom: 9px; color: var(--accent); font: 900 11px "Nunito", sans-serif; letter-spacing: 0.11em; text-transform: uppercase; }
.article-cta h3 { margin-bottom: 10px; font: 900 25px / 1.3 "Nunito", sans-serif; }
.article-cta > p { max-width: 600px; margin: 0 auto 22px; color: var(--text-2); font-size: 15px; }
.cta-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; max-width: 560px; margin: 0 auto; }
.btn-primary,
.btn-secondary { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-height: 48px; padding: 12px 18px; border-radius: 100px; font: 800 14px / 1.25 "Nunito", sans-serif; overflow-wrap: anywhere; transition: transform 150ms var(--ease-out), border-color 180ms ease, background-color 180ms ease; }
.btn-primary { border: 1px solid var(--accent); background: var(--accent); color: #090909; }
.btn-secondary { border: 1px solid rgba(255, 255, 255, 0.17); background: rgba(255, 255, 255, 0.04); color: #fff; }
.cta-small { margin: 16px 0 0; color: var(--text-3); font-size: 12px; }
.cta-small a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

@media (hover: hover) and (pointer: fine) {
  .related-card:hover { border-color: rgba(242, 86, 86, 0.35); transform: translateY(-2px); }
  .btn-primary:hover,
  .btn-secondary:hover { transform: translateY(-2px); }
}

@media (max-width: 768px) {
  .article-hero { padding: 118px 0 48px; }
  .article-content { font-size: 16px; }
  .process-strip { grid-template-columns: 1fr; }
  .process-step:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -9px; transform: translate(50%, 50%); }
  .card-grid,
  .plan-board,
  .related-grid,
  .cta-actions { grid-template-columns: 1fr; }
  .article-cta { padding: 27px 20px; }
}

@media (max-width: 480px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .article-hero h1 { font-size: 33px; }
  .article-deck { font-size: 16px; }
  .quick-answer { padding: 20px; }
  .quick-answer p { font-size: 17px; }
  .stage-row { grid-template-columns: 34px minmax(0, 1fr); gap: 11px; padding: 15px; }
  .stage-row::before { width: 34px; height: 34px; }
}
