.hardcoded-single-cta,.hardcoded-single-insights,.hardcoded-single-share,.hardcoded-single-toc{box-sizing:border-box;width:100%;border:1px solid var(--color-border,#d9ded3);border-radius:var(--radius-lg,5px);background:var(--color-surface,#fff);color:var(--color-text,#172018)}.hardcoded-single-cta *,.hardcoded-single-cta ::after,.hardcoded-single-cta ::before,.hardcoded-single-insights *,.hardcoded-single-insights ::after,.hardcoded-single-insights ::before,.hardcoded-single-share *,.hardcoded-single-share ::after,.hardcoded-single-share ::before,.hardcoded-single-toc *,.hardcoded-single-toc ::after,.hardcoded-single-toc ::before{box-sizing:border-box}.hardcoded-single-insights{padding:20px;border-color:var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.hardcoded-single-insights__header{display:flex;align-items:center;margin:0 0 14px}.hardcoded-single-insights__title{margin:0;color:var(--color-heading);font-size:16px;font-weight:700;line-height:1.18}.hardcoded-single-toc__title,#hardcoded-single-toc-heading{margin:0 0 18px;color:var(--color-heading,#111811);font-size:16px;font-weight:700;line-height:1.25}.hardcoded-single-insights__list{display:grid;gap:10px}.hardcoded-single-insights__item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:start;margin:0;padding:10px;border:1px solid color-mix(in srgb,var(--color-border) 48%,var(--color-surface));border-radius:var(--radius-lg);background:var(--color-surface);transition:background-color var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.hardcoded-single-insights__item:focus-within,.hardcoded-single-insights__item:hover{border-color:var(--color-border-strong);background:var(--color-surface-muted);box-shadow:var(--shadow-sm)}.hardcoded-single-insights__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:22px;border:0;border-radius:0;background:0 0;color:var(--color-accent)}.hardcoded-single-insights__icon svg{width:22px;height:22px}.hardcoded-single-insights__value{display:block;margin:0 0 4px;color:var(--color-heading);font-size:12.5px;font-weight:650;line-height:1.25}.hardcoded-single-insights__label{margin:0;color:var(--color-text);font-size:11px;font-weight:400;line-height:1.38}@media (max-width:1180px){.hardcoded-single-insights__header{margin-bottom:12px}.hardcoded-single-insights__title{font-size:15px}.hardcoded-single-insights__item{grid-template-columns:28px minmax(0,1fr);gap:8px;padding:9px}.hardcoded-single-insights__icon{width:28px;height:20px}.hardcoded-single-insights__icon svg{width:20px;height:20px}.hardcoded-single-insights__value{font-size:12px}.hardcoded-single-insights__label{font-size:10.5px}}@media (max-width:360px){.hardcoded-single-insights__item{grid-template-columns:1fr}}.hardcoded-single-cta{position:relative;overflow:hidden;padding:20px}.hardcoded-single-cta--dark{min-height:300px;border-color:var(--color-bg-dark-muted,#1f2937);background:var(--color-bg-dark,#111827);color:#fff}.hardcoded-single-cta--light{background:var(--color-surface,#fff)}.hardcoded-single-cta__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;min-height:100%}.hardcoded-single-cta__eyebrow{margin:0 0 18px;color:currentColor;font-size:12px;font-weight:800;line-height:1.2;opacity:.86}.hardcoded-single-cta--dark .hardcoded-single-cta__eyebrow{display:block;padding:0;border:0;border-radius:0;background:0 0;box-shadow:none}.hardcoded-single-cta--dark .hardcoded-single-cta__eyebrow::after,.hardcoded-single-cta--dark .hardcoded-single-cta__eyebrow::before{content:none;display:none}.hardcoded-single-cta__title{margin:0 0 14px;color:currentColor;font-size:18px;font-weight:800;line-height:1.2}.hardcoded-single-cta--light .hardcoded-single-cta__title{color:var(--color-heading,#111811);font-size:18px;line-height:1.25}.hardcoded-single-cta__description{margin:0 0 20px;color:currentColor;font-size:14px;line-height:1.45;opacity:.82}.hardcoded-single-cta--light .hardcoded-single-cta__description{color:var(--color-text-muted,#5a655a);opacity:1}.hardcoded-single-cta__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;padding:11px 18px;border-radius:var(--radius-lg,5px);background:var(--color-accent,#e30613);color:var(--color-text-inverse,#fff);font-size:13px;font-weight:800;line-height:1;text-decoration:none;transition:transform .2s ease,filter .2s ease}.hardcoded-single-cta__button:hover{color:var(--color-text-inverse,#fff);filter:brightness(.95);transform:translateY(-1px);text-decoration:none}.hardcoded-single-cta__image{position:absolute;right:0;bottom:0;width:100%;height:46%;object-fit:cover;opacity:.48;pointer-events:none}.hardcoded-single-toc{padding:20px}@media (max-width:768px){.hardcoded-single-toc{display:none}}.hardcoded-single-toc__nav{position:relative}.hardcoded-single-toc__list{display:grid;gap:0;margin:0;padding:0;list-style:none}.hardcoded-single-toc__item{position:relative;margin:0;padding:0 0 18px 26px}.hardcoded-single-toc__item::before{content:"";position:absolute;top:4px;left:2px;z-index:1;width:13px;height:13px;border:2px solid color-mix(in srgb,var(--color-border,#d9ded3) 82%,var(--color-surface,#fff));border-radius:50%;background:var(--color-surface,#fff);box-shadow:0 0 0 4px var(--color-surface,#fff);transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.hardcoded-single-toc__item::after{content:"";position:absolute;top:19px;bottom:-1px;left:8px;width:1px;background:linear-gradient(180deg,color-mix(in srgb,var(--color-border,#d9ded3) 70%,transparent),color-mix(in srgb,var(--color-border,#d9ded3) 42%,transparent));transition:background .22s ease,width .22s ease}.hardcoded-single-toc__item:last-child{padding-bottom:0}.hardcoded-single-toc__item:last-child::after{content:none}.hardcoded-single-toc__link{display:block;color:var(--color-text,#172018);font-size:13px;font-weight:500;line-height:1.35;text-decoration:none;transition:color .2s ease,font-weight .2s ease,transform .2s ease}.hardcoded-single-toc__link:hover{color:var(--color-accent,#e30613);text-decoration:none}.hardcoded-single-toc__link.is-active{color:var(--color-accent,#e30613);font-weight:600;text-decoration:none;transform:translateX(1px)}.hardcoded-single-toc__item:has(.is-active)::before{border-color:var(--color-accent,#e30613);background:var(--color-accent,#e30613);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent,#e30613) 10%,transparent);transform:scale(1.08)}.hardcoded-single-toc__item:has(.is-active)::after{width:2px;background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent,#e30613) 58%,transparent),color-mix(in srgb,var(--color-border,#d9ded3) 52%,transparent))}.hardcoded-single-toc__item--depth-3{padding-left:34px}.hardcoded-single-toc__empty{margin:0;color:var(--color-text-muted,#5a655a);font-size:13px;line-height:1.4}.hardcoded-single-share{padding:16px 20px}.hardcoded-single-share__title{display:block;margin:0 0 10px;color:var(--color-text-muted,#5a655a);font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.05em;text-transform:uppercase}.hardcoded-single-share__buttons{display:flex;gap:8px}.hardcoded-single-share__button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:var(--radius-lg,5px);background:var(--color-surface-muted,#f3f4f6);color:var(--color-text-muted,#5a655a);cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.hardcoded-single-share__button:hover{background:var(--color-accent,#e30613);color:var(--color-text-inverse,#fff);transform:translateY(-1px);text-decoration:none}@supports not selector(:has(*)){.hardcoded-single-toc__item.is-active::before{border-color:var(--color-accent,#e30613);background:var(--color-accent,#e30613);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent,#e30613) 10%,transparent);transform:scale(1.08)}.hardcoded-single-toc__item.is-active::after{width:2px;background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent,#e30613) 58%,transparent),color-mix(in srgb,var(--color-border,#d9ded3) 52%,transparent))}}