@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibm-plex-condensed-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibm-plex-condensed-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #0b100e;
  --ink-2: #151b17;
  --paper: #f5f3ed;
  --paper-2: #ebe8df;
  --white: #fffefa;
  --acid: #c4f954;
  --orange: #ff6842;
  --muted: #626b65;
  --line: rgba(11, 16, 14, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --font-display: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --font-copy: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --font-label: "IBM Plex Sans Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --max: 1280px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-copy); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }

.site-header { position: sticky; top: 0; z-index: 20; padding: 10px 0; background: rgba(245,243,237,.76); backdrop-filter: blur(22px) saturate(135%); }
.header-inner { display: flex; height: 66px; align-items: center; justify-content: space-between; gap: 2rem; padding-inline: clamp(1rem, 2vw, 1.5rem); background: rgba(255,254,250,.82); border: 1px solid rgba(11,16,14,.08); border-radius: 18px; box-shadow: 0 10px 40px rgba(11,16,14,.05); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.65rem; }
.brand-logo { width: 76px; height: 46px; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.program-brand { gap: 0.58rem; }
.program-brand-mark { width: 29px; height: 29px; flex: 0 0 auto; color: var(--orange); overflow: visible; }
.program-brand-mark path { fill: none; stroke: currentColor; stroke-width: 3.6; stroke-linecap: round; }
.program-brand-copy { display: block; min-width: 0; line-height: 1; }
.program-brand-name { display: grid; color: var(--ink); font-family: var(--font-label); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.055em; line-height: 0.86; text-transform: uppercase; }
.program-brand-name b { font-weight: inherit; }
.program-brand-copy small { display: block; margin-top: 0.4rem; color: var(--muted); font-family: var(--font-label); font-size: 0.52rem; font-weight: 600; letter-spacing: 0.105em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.4rem); }
.desktop-nav a { position: relative; color: #3f4841; font-size: 0.83rem; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-cta { min-height: 40px; padding: .7rem 1rem; background: var(--ink); color: var(--white); border-radius: 999px; font-size: 0.79rem; font-weight: 700; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 18px; height: 1.5px; margin: 3px; background: var(--ink); }
.mobile-menu nav { position: absolute; top: 54px; right: 0; width: min(290px, calc(100vw - 2rem)); padding: 0.8rem 1rem 1rem; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 25px 60px rgba(16, 20, 17, 0.16); }
.mobile-menu nav a { display: block; padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.mobile-menu nav .menu-cta { margin-top: 0.8rem; padding: 0.9rem; background: var(--ink); color: var(--white); text-align: center; }

.eyebrow { display: flex; align-items: center; gap: 0.7rem; color: #3f4942; font-family: var(--font-label); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.17em; line-height: 1; text-transform: uppercase; }
.eyebrow span { width: 2.15rem; height: 2px; background: var(--orange); }
.blog-hero { padding: clamp(5.8rem, 9vw, 9.4rem) 0 clamp(4.8rem, 8vw, 7.4rem); overflow: hidden; background: radial-gradient(circle at 88% 12%, rgba(196,249,84,.13), transparent 30%); }
.blog-hero::after { position: absolute; top: -280px; right: -180px; width: 620px; height: 620px; border: 1px solid var(--line); border-radius: 50%; content: ""; pointer-events: none; }
.blog-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.65fr; align-items: end; gap: clamp(3rem, 8vw, 8rem); }
.blog-hero h1 { margin: 1.7rem 0 0; font-family: var(--font-display); font-size: clamp(4rem, 8vw, 8.3rem); font-weight: 710; letter-spacing: -0.068em; line-height: 0.9; }
.hero-note { padding-bottom: 0.7rem; }
.hero-note p { margin: 0 0 1.4rem; font-family: var(--font-display); font-size: clamp(1.55rem, 2.8vw, 2.7rem); font-weight: 650; letter-spacing: -0.045em; line-height: 1.08; }
.hero-note span { color: var(--muted); font-size: 0.92rem; }
.category-rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-rail .shell { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1.2rem; overflow-x: auto; }
.category-rail span { position: relative; flex: 0 0 auto; padding-left: 1rem; color: #4a534c; font-size: 0.71rem; font-weight: 650; letter-spacing: 0.07em; text-transform: uppercase; }
.category-rail span::before { position: absolute; top: 50%; left: 0; width: 10px; height: 1px; background: var(--orange); content: ""; transform: translateY(-50%); }

.articles-section { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr 0.55fr; align-items: end; gap: 4rem; margin-bottom: 4rem; }
.section-heading span, .related-heading > span { color: var(--orange); font-family: var(--font-label); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.section-heading h2, .related-heading h2 { margin: 1rem 0 0; font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 690; letter-spacing: -0.055em; line-height: 0.99; }
.section-heading > p { margin: 0; padding-bottom: 0.5rem; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.article-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.article-card > a { display: flex; min-height: 390px; height: 100%; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.4rem); transition: background 200ms ease, transform 220ms cubic-bezier(.2,.75,.2,1), box-shadow 220ms ease; }
.article-card > a:hover { background: var(--paper); transform: translateY(-4px); box-shadow: 0 24px 65px rgba(11,16,14,.08); }
.article-grid > .article-card:first-child { grid-column: 1 / -1; background: var(--ink); color: var(--white); border-color: var(--ink); }
.article-grid > .article-card:first-child > a { min-height: 430px; }
.article-grid > .article-card:first-child > a:hover { background: #141a16; }
.article-grid > .article-card:first-child h2 { max-width: 880px; color: var(--white); font-size: clamp(2.8rem, 5vw, 5.4rem); }
.article-grid > .article-card:first-child p { max-width: 780px; color: rgba(255,255,255,.62); }
.article-grid > .article-card:first-child .card-top, .article-grid > .article-card:first-child .card-bottom > span { color: rgba(255,255,255,.48); }
.article-grid > .article-card:first-child .card-bottom { border-color: var(--line-light); }
.card-top, .card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.card-top { color: var(--muted); font-size: 0.65rem; font-weight: 650; letter-spacing: 0.09em; text-transform: uppercase; }
.card-top span:first-child { color: var(--orange); }
.article-card h2 { margin: 3.3rem 0 1.2rem; font-family: var(--font-display); font-size: clamp(2rem, 3.6vw, 3.25rem); font-weight: 690; letter-spacing: -0.052em; line-height: 1.02; }
.article-card p { margin: 0 0 2rem; color: var(--muted); }
.card-bottom { margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: 0.76rem; }
.card-bottom > span { color: var(--muted); }
.card-bottom strong { font-weight: 700; }
.index-cta { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--ink); color: var(--white); }
.index-cta-grid { display: grid; grid-template-columns: 1.05fr 0.55fr; align-items: end; gap: clamp(3rem, 9vw, 9rem); }
.index-cta span { color: var(--acid); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.index-cta h2 { max-width: 700px; margin: 1rem 0 0; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6rem); font-weight: 680; letter-spacing: -0.065em; line-height: 0.95; }
.index-cta p { margin: 0 0 1.5rem; color: rgba(255, 255, 255, 0.62); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0.95rem 1.3rem; border-radius: 999px; font-size: 0.9rem; font-weight: 700; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--acid); color: var(--ink); }
.button-accent:hover { background: #d8ff75; }

.article-hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.2rem) 0 clamp(4.5rem, 7vw, 6.5rem); background: radial-gradient(circle at 86% 4%, rgba(196,249,84,.1), transparent 28%), linear-gradient(145deg, #111713, #080c0a); color: var(--white); }
.article-hero-inner { max-width: 1090px; }
.breadcrumb { display: flex; gap: 0.65rem; margin-bottom: 3.6rem; color: rgba(255, 255, 255, 0.48); font-size: 0.76rem; }
.breadcrumb a:hover { color: var(--acid); }
.article-meta { display: flex; flex-wrap: wrap; gap: 0.7rem 1.6rem; margin-bottom: 1.5rem; color: rgba(255, 255, 255, 0.56); font-size: 0.69rem; font-weight: 650; letter-spacing: 0.09em; text-transform: uppercase; }
.article-meta span:first-child { color: var(--acid); }
.article-hero h1 { max-width: 1040px; margin: 0; font-family: var(--font-display); font-size: clamp(3.25rem, 6.5vw, 6.7rem); font-weight: 700; letter-spacing: -0.06em; line-height: 0.97; }
.article-answer { max-width: 850px; margin: 2rem 0 2.3rem; color: rgba(255, 255, 255, 0.73); font-size: clamp(1.12rem, 1.6vw, 1.34rem); line-height: 1.55; }
.author-line { display: flex; align-items: center; gap: 1rem; }
.author-line img { width: 58px; height: 58px; object-fit: cover; object-position: center 35%; border: 2px solid rgba(255, 255, 255, 0.25); border-radius: 50%; }
.author-line strong, .author-line span { display: block; }
.author-line strong { font-size: 0.87rem; }
.author-line span { margin-top: 0.2rem; color: rgba(255, 255, 255, 0.48); font-size: 0.72rem; }

.article-layout { display: grid; grid-template-columns: 255px minmax(0, 780px); justify-content: center; gap: clamp(3rem, 7vw, 7rem); padding-top: clamp(4rem, 7vw, 6rem); padding-bottom: clamp(5rem, 9vw, 8rem); }
.article-aside { position: sticky; top: 2rem; align-self: start; padding-top: 0.3rem; }
.article-aside > span { display: block; padding-bottom: 0.8rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.article-aside nav a { display: block; padding: 0.7rem 0; border-bottom: 1px solid var(--line); color: #515c54; font-size: 0.74rem; line-height: 1.4; }
.article-aside nav a:hover { color: var(--ink); }
.aside-phone { display: block; margin-top: 1.8rem; padding: 1.1rem; background: var(--acid); border-radius: 14px; }
.aside-phone small, .aside-phone strong { display: block; }
.aside-phone small { font-size: 0.65rem; font-weight: 650; text-transform: uppercase; letter-spacing: 0.08em; }
.aside-phone strong { margin-top: 0.2rem; font-family: var(--font-display); font-size: 1.2rem; }
.article-body { min-width: 0; color: #293029; font-size: 1.08rem; line-height: 1.78; }
.article-body > p { margin: 0 0 1.5rem; }
.article-body > h2 { margin: 4.2rem 0 1.3rem; scroll-margin-top: 1.5rem; color: var(--ink); font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 680; letter-spacing: -0.055em; line-height: 1.04; }
.article-body > h2:first-child { margin-top: 0; }
.article-body > h3 { margin: 2.8rem 0 1rem; scroll-margin-top: 1.5rem; color: var(--ink); font-family: var(--font-display); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.12; }
.article-body a { color: #2c5f13; text-decoration: underline; text-decoration-color: rgba(44, 95, 19, 0.35); text-underline-offset: 0.18em; }
.article-body strong { color: var(--ink); }
.article-body ul, .article-body ol { margin: 1.2rem 0 2rem; padding-left: 1.4rem; }
.article-body li { margin: 0.65rem 0; padding-left: 0.35rem; }
.article-body li::marker { color: var(--orange); font-weight: 700; }
.article-body blockquote { margin: 2.2rem 0; padding: 1.6rem 1.8rem; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 1.85rem); font-weight: 650; letter-spacing: -0.035em; line-height: 1.3; }
.article-body hr { height: 1px; margin: 3rem 0; background: var(--line); border: 0; }
.article-body code { padding: 0.1em 0.3em; background: var(--paper-2); border-radius: 3px; font-size: 0.9em; }
.table-scroll { max-width: 100%; margin: 2rem 0 2.5rem; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
table { width: 100%; border-collapse: collapse; font-size: 0.87rem; line-height: 1.5; }
th, td { min-width: 140px; padding: 0.9rem 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--ink); color: var(--white); font-size: 0.7rem; letter-spacing: 0.04em; }
tr:last-child td { border-bottom: 0; }
th:last-child, td:last-child { border-right: 0; }
.article-cta { margin: 4.5rem 0 2rem; padding: clamp(1.8rem, 4vw, 3.2rem); background: linear-gradient(145deg, #151c17, #080c0a); color: var(--white); border-radius: var(--radius); }
.article-cta > span { color: var(--acid); }
.article-cta > span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.article-cta h2 { margin: 1rem 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 680; letter-spacing: -0.055em; line-height: 1.03; }
.article-cta p { margin: 0 0 1.7rem; font-size: 1rem; }
.article-cta > div { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 1.5rem; }
.phone-link { color: var(--white) !important; font-size: 0.9rem; font-weight: 700; text-decoration-color: rgba(255,255,255,.5) !important; }
.article-disclaimer { margin: 2rem 0 !important; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.73rem; line-height: 1.55; }
.author-box { display: grid; grid-template-columns: 92px 1fr; gap: 1.4rem; margin-top: 3rem; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.author-box img { width: 92px; height: 92px; object-fit: cover; object-position: center 35%; border-radius: 10px; }
.author-box span { color: var(--orange); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.author-box h2 { margin: 0.2rem 0 0.65rem; font-family: var(--font-display); font-size: 1.8rem; letter-spacing: -0.04em; }
.author-box p { margin: 0 0 0.7rem; color: var(--muted); font-size: 0.82rem; line-height: 1.6; }
.author-box a { font-size: 0.78rem; font-weight: 700; }

.related-section { padding: clamp(5rem, 8vw, 7rem) 0; background: var(--white); }
.related-heading { display: grid; grid-template-columns: 1fr; margin-bottom: 3rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.related-grid .article-card h2 { font-size: clamp(1.6rem, 2.4vw, 2.35rem); }
.related-grid .article-card > a { min-height: 360px; }
.site-footer { padding: 4rem 0 1.5rem; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: start; }
.footer-brand .brand-logo img { filter: brightness(0) invert(1); opacity: 0.96; }
.footer-brand .brand-logo { width: 92px; height: 54px; }
.footer-grid > div > p { margin: 1.2rem 0 0; color: rgba(255, 255, 255, 0.5); font-size: 0.85rem; }
.footer-contact { display: grid; gap: 0.4rem; color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; text-align: right; }
.footer-contact a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line-light); color: rgba(255, 255, 255, 0.4); font-size: 0.66rem; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 0.2rem; }

@media (max-width: 920px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .blog-hero-grid, .section-heading, .index-cta-grid { grid-template-columns: 1fr; }
  .blog-hero-grid { gap: 2.5rem; }
  .section-heading, .index-cta-grid { gap: 2rem; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside > span, .article-aside nav { display: none; }
  .aside-phone { width: max-content; max-width: 100%; margin: 0; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { padding: 8px 0; }
  .header-inner { height: 64px; border-radius: 15px; }
  .brand-logo { width: 66px; height: 40px; }
  .program-brand-mark { width: 26px; height: 26px; }
  .program-brand-name { font-size: 0.74rem; }
  .program-brand-copy small { font-size: 0.48rem; letter-spacing: 0.08em; }
  .blog-hero { padding-top: 4.5rem; }
  .blog-hero h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .category-rail .shell { justify-content: flex-start; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid > .article-card:first-child { grid-column: auto; }
  .article-card > a { min-height: 330px; }
  .article-grid > .article-card:first-child > a { min-height: 370px; }
  .article-grid > .article-card:first-child h2 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .article-hero { padding-top: 3rem; }
  .breadcrumb { margin-bottom: 2.5rem; }
  .article-hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .article-meta { gap: 0.55rem 1rem; }
  .article-layout { gap: 2.7rem; }
  .article-body { font-size: 1rem; }
  .article-body > h2 { margin-top: 3.3rem; }
  .article-cta > div { align-items: flex-start; flex-direction: column; }
  .author-box { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
  .footer-bottom { flex-direction: column; }
}

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