.business-hero{background:linear-gradient(135deg, var(--background) 0%, var(--secondary) 50%, var(--muted) 100%);padding:7rem 1rem 4rem;position:relative;overflow:hidden}.business-hero__blob-1{filter:blur(80px);pointer-events:none;background:#ff7e5f14;background:lab(67.9522% 48.4536 40.778/.08);border-radius:50%;width:400px;height:400px;position:absolute;top:-10%;right:-8%}.business-hero__blob-2{filter:blur(70px);pointer-events:none;background:#feb47b14;background:lab(79.6018% 23.247 40.2235/.08);border-radius:50%;width:350px;height:350px;position:absolute;bottom:-10%;left:-8%}.business-hero__inner{z-index:1;text-align:center;max-width:72rem;margin:0 auto;position:relative}.business-hero__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.business-hero__title-accent{color:var(--primary)}.business-hero__subtitle{color:var(--muted-foreground);max-width:640px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.business-hero__cta{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #ff7e5f4d;box-shadow:0 4px 14px lab(67.9522% 48.4536 40.778/.3)}.business-hero__cta:hover{transform:scale(1.05)}.business-hero__stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.business-hero__stat-value{color:var(--foreground);font-size:1.75rem;font-weight:800}.business-hero__stat-label{color:var(--muted-foreground);margin-top:.25rem;font-size:.8125rem}.benefits-section{background:var(--card);padding:5rem 1rem}.benefits-section__inner{max-width:72rem;margin:0 auto}.benefits-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.benefits-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:3rem;font-size:1rem}.benefits-section__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.benefits-section__card{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);padding:2rem;transition:transform .2s,box-shadow .2s}.benefits-section__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.benefits-section__icon{border-radius:calc(var(--radius) - 2px);width:3rem;height:3rem;color:var(--primary);background:#ff7e5f1a;background:lab(67.9522% 48.4536 40.778/.1);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.benefits-section__card-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.benefits-section__card-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.steps-section{background:var(--background);padding:5rem 1rem}.steps-section__inner{max-width:72rem;margin:0 auto}.steps-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.steps-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:3rem;font-size:1rem}.steps-section__list{flex-direction:column;gap:2rem;max-width:48rem;margin:0 auto;display:flex}.steps-section__item{align-items:flex-start;gap:1.5rem;display:flex}.steps-section__number{background:var(--primary);width:3rem;height:3rem;color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:800;display:flex}.steps-section__item-title{color:var(--foreground);margin-bottom:.375rem;font-size:1.125rem;font-weight:700}.steps-section__item-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.business-cta{background:var(--card);padding:1.5rem 1rem 5rem}.business-cta__card{text-align:center;background:#3d3436;border-radius:2rem;max-width:72rem;margin:0 auto;padding:4rem 2rem;position:relative;overflow:hidden}.business-cta__blob{filter:blur(100px);pointer-events:none;background:#ff7e5f33;background:lab(67.9522% 48.4536 40.778/.2);border-radius:50%;width:300px;height:300px;position:absolute;top:0;right:0}.business-cta__title{color:#fff;z-index:1;margin-bottom:1rem;font-size:2rem;font-weight:800;position:relative}.business-cta__desc{color:#9ca3af;z-index:1;max-width:560px;margin:0 auto 2rem;font-size:1rem;line-height:1.7;position:relative}.business-cta__button{background:var(--primary);color:#fff;cursor:pointer;z-index:1;border:none;border-radius:1rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s;display:inline-flex;position:relative;box-shadow:0 4px 14px #ff7e5f4d;box-shadow:0 4px 14px lab(67.9522% 48.4536 40.778/.3)}.business-cta__button:hover{transform:scale(1.05)}.faq-section{background:var(--background);padding:5rem 1rem}.faq-section__inner{max-width:48rem;margin:0 auto}.faq-section__title{color:var(--foreground);text-align:center;margin-bottom:2.5rem;font-size:2.25rem;font-weight:800}.faq-section__item{border-bottom:1px solid var(--border)}.faq-section__question{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1rem;font-weight:600;display:flex}.faq-section__question:hover{color:var(--primary)}.faq-section__chevron{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0;transition:transform .2s}.faq-section__chevron--open{transform:rotate(180deg)}.faq-section__answer{color:var(--muted-foreground);padding:0 0 1.25rem;font-size:.875rem;line-height:1.7}.tiers-section{background:var(--card);padding:5rem 1rem}.tiers-section__inner{max-width:72rem;margin:0 auto}.tiers-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.tiers-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:3rem;font-size:1rem}.tiers-section__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.tiers-section__card{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);padding:2rem;transition:transform .2s,box-shadow .2s}.tiers-section__card--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary), var(--shadow-lg)}.tiers-section__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.tiers-section__card-name{color:var(--foreground);margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.tiers-section__card-commission{color:var(--primary);margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.tiers-section__feature-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.tiers-section__feature-item{color:var(--muted-foreground);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;display:flex}.tiers-section__check-icon{width:1rem;height:1rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}.requirements-section{background:var(--card);padding:5rem 1rem}.requirements-section__inner{max-width:48rem;margin:0 auto}.requirements-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.requirements-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:2.5rem;font-size:1rem}.requirements-section__list{flex-direction:column;gap:1rem;display:flex}.requirements-section__item{color:var(--foreground);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.6;display:flex}.requirements-section__icon{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}.resource-cards{background:var(--background);padding:4rem 1rem}.resource-cards__inner{max-width:72rem;margin:0 auto}.resource-cards__section-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.resource-cards__section-subtitle{color:var(--muted-foreground);margin-bottom:2rem;font-size:.9375rem}.resource-cards__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:3.5rem;display:grid}.resource-cards__card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;padding:1.5rem;transition:transform .2s,box-shadow .2s}.resource-cards__card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.resource-cards__card-icon{border-radius:calc(var(--radius) - 2px);width:2.5rem;height:2.5rem;color:var(--primary);background:#ff7e5f1a;background:lab(67.9522% 48.4536 40.778/.1);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.resource-cards__card-title{color:var(--foreground);margin-bottom:.375rem;font-size:1rem;font-weight:700}.resource-cards__card-desc{color:var(--muted-foreground);font-size:.8125rem;line-height:1.6}.investment-section{background:var(--background);padding:5rem 1rem}.investment-section__inner{max-width:48rem;margin:0 auto}.investment-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.investment-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:2.5rem;font-size:1rem}.investment-section__table{border-collapse:collapse;width:100%}.investment-section__row{border-bottom:1px solid var(--border)}.investment-section__label{color:var(--foreground);padding:1rem 0;font-size:.9375rem;font-weight:600}.investment-section__value{color:var(--primary);text-align:right;padding:1rem 0;font-size:.9375rem;font-weight:700}.vehicles-section{background:var(--card);padding:5rem 1rem}.vehicles-section__inner{max-width:72rem;margin:0 auto}.vehicles-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.vehicles-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:2.5rem;font-size:1rem}.vehicles-section__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.vehicles-section__card{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);padding:2rem}.vehicles-section__card-type{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.vehicles-section__card-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.earnings-section{background:var(--card);padding:5rem 1rem}.earnings-section__inner{max-width:72rem;margin:0 auto}.earnings-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.earnings-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:2.5rem;font-size:1rem}.earnings-section__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.earnings-section__card{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.earnings-section__category{color:var(--foreground);font-size:.9375rem;font-weight:600}.earnings-section__range{color:var(--primary);font-size:.875rem;font-weight:700}.values-section{background:var(--card);padding:5rem 1rem}.values-section__inner{max-width:72rem;margin:0 auto}.values-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.values-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:3rem;font-size:1rem}.values-section__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.values-section__card{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);padding:2rem;transition:transform .2s,box-shadow .2s}.values-section__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.values-section__card-icon{border-radius:calc(var(--radius) - 2px);width:3rem;height:3rem;color:var(--primary);background:#ff7e5f1a;background:lab(67.9522% 48.4536 40.778/.1);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.values-section__card-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.values-section__card-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.perks-section{background:var(--background);padding:5rem 1rem}.perks-section__inner{max-width:72rem;margin:0 auto}.perks-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.perks-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:3rem;font-size:1rem}.perks-section__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.perks-section__card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:2rem;transition:transform .2s,box-shadow .2s}.perks-section__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.perks-section__icon{border-radius:calc(var(--radius) - 2px);width:3rem;height:3rem;color:var(--accent);background:#feb47b26;background:lab(79.6018% 23.247 40.2235/.15);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.perks-section__card-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.perks-section__card-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.openings-section{background:var(--card);padding:5rem 1rem}.openings-section__inner{max-width:56rem;margin:0 auto}.openings-section__title{color:var(--foreground);text-align:center;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.openings-section__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:3rem;font-size:1rem}.openings-section__department{margin-bottom:2.5rem}.openings-section__dept-name{color:var(--foreground);border-bottom:2px solid var(--primary);margin-bottom:1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;display:inline-block}.openings-section__role{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:1.25rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.openings-section__role:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.openings-section__role-title{color:var(--foreground);font-size:1rem;font-weight:600}.openings-section__role-meta{flex-wrap:wrap;gap:1rem;display:flex}.openings-section__role-tag{color:var(--muted-foreground);background:var(--muted);border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.blog-filters{background:var(--card);padding:2rem 1rem 0}.blog-filters__inner{flex-wrap:wrap;gap:.5rem;max-width:72rem;margin:0 auto;display:flex}.blog-filters__button{border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);cursor:pointer;border-radius:999px;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;transition:all .2s}.blog-filters__button:hover{border-color:var(--primary);color:var(--primary)}.blog-filters__button--active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.blog-posts{background:var(--card);padding:3rem 1rem 5rem}.blog-posts__inner{max-width:72rem;margin:0 auto}.blog-posts__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.blog-posts__card{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.blog-posts__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-posts__card--featured{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.blog-posts__card-image{aspect-ratio:16/9;background:linear-gradient(135deg, var(--secondary) 0%, var(--muted) 50%, var(--accent) 100%);justify-content:center;align-items:center;display:flex;position:relative}.blog-posts__card--featured .blog-posts__card-image{aspect-ratio:auto;min-height:300px}.blog-posts__featured-tag{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;position:absolute;top:1rem;left:1rem}.blog-posts__card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-posts__card-category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.blog-posts__card-title{color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem;font-weight:700;line-height:1.4}.blog-posts__card--featured .blog-posts__card-title{font-size:1.5rem}.blog-posts__card-excerpt{color:var(--muted-foreground);flex:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.blog-posts__card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.blog-posts__author-name{color:var(--foreground);font-size:.8125rem;font-weight:600}.blog-posts__author-role{color:var(--muted-foreground);font-size:.6875rem}.blog-posts__card-date{color:var(--muted-foreground);text-align:right;font-size:.75rem}.blog-posts__read-time{color:var(--muted-foreground);font-size:.6875rem}.newsletter-section{background:var(--card);padding:1.5rem 1rem 5rem}.newsletter-section__card{text-align:center;background:#3d3436;border-radius:2rem;max-width:72rem;margin:0 auto;padding:4rem 2rem;position:relative;overflow:hidden}.newsletter-section__blob{filter:blur(100px);pointer-events:none;background:#ff7e5f33;background:lab(67.9522% 48.4536 40.778/.2);border-radius:50%;width:300px;height:300px;position:absolute;top:0;right:0}.newsletter-section__title{color:#fff;z-index:1;margin-bottom:1rem;font-size:2rem;font-weight:800;position:relative}.newsletter-section__desc{color:#9ca3af;z-index:1;max-width:560px;margin:0 auto 2rem;font-size:1rem;line-height:1.7;position:relative}.newsletter-section__form{z-index:1;gap:.75rem;max-width:480px;margin:0 auto 1rem;display:flex;position:relative}.newsletter-section__input{border-radius:var(--radius);color:#fff;background:#ffffff14;border:1px solid #ffffff26;outline:none;flex:1;padding:.875rem 1.25rem;font-size:.9375rem;transition:border-color .2s}.newsletter-section__input::placeholder{color:#9ca3af}.newsletter-section__input:focus{border-color:var(--primary)}.newsletter-section__button{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;padding:.875rem 2rem;font-size:.9375rem;font-weight:700;transition:transform .2s}.newsletter-section__button:hover{transform:scale(1.05)}.newsletter-section__disclaimer{color:#6b7280;z-index:1;font-size:.75rem;position:relative}.blog-posts__card-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.blog-posts__card:hover .blog-posts__card-img{transform:scale(1.06)}.blog-posts__card-image{aspect-ratio:16/9;background:linear-gradient(135deg, var(--secondary) 0%, var(--muted) 50%, var(--accent) 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.business-hero{padding:6rem 1rem 3rem}.business-hero__title{font-size:2.25rem}.business-hero__subtitle{font-size:1rem}.business-hero__stats{gap:1.5rem}.business-hero__stat-value{font-size:1.375rem}.benefits-section,.steps-section,.faq-section,.tiers-section,.requirements-section,.investment-section,.vehicles-section,.earnings-section,.resource-cards,.values-section,.perks-section,.openings-section,.blog-posts{padding:3rem 1rem}.benefits-section__title,.steps-section__title,.faq-section__title,.tiers-section__title,.requirements-section__title,.investment-section__title,.vehicles-section__title,.earnings-section__title,.values-section__title,.perks-section__title,.openings-section__title{font-size:1.75rem}.business-cta__card,.newsletter-section__card{padding:3rem 1.5rem}.business-cta__title,.newsletter-section__title{font-size:1.5rem}.steps-section__item{gap:1rem}.blog-posts__card--featured{grid-template-columns:1fr}.blog-posts__card--featured .blog-posts__card-image{min-height:200px}.blog-posts__card--featured .blog-posts__card-title{font-size:1.25rem}.newsletter-section__form{flex-direction:column}.openings-section__role{flex-direction:column;align-items:flex-start}}
.blog-progress{z-index:1000;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.blog-progress__bar{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:0 2px 2px 0;height:100%;transition:width .15s ease-out}.blog-detail{background:var(--card);min-height:100vh}.blog-detail__container{max-width:48rem;margin:0 auto;padding:6rem 1.5rem 4rem}.blog-detail__not-found{text-align:center;max-width:48rem;margin:0 auto;padding:8rem 1.5rem}.blog-detail__not-found h1{color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:800}.blog-detail__not-found p{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.blog-detail__header{margin-bottom:2.5rem}.blog-detail__back{border-radius:var(--radius);border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.blog-detail__back:hover{border-color:var(--primary);color:var(--primary)}.blog-detail__badge-row{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.blog-detail__category-badge{color:var(--primary);text-transform:uppercase;letter-spacing:.06em;background:#ff7e5f1a;background:lab(67.9522% 48.4536 40.778/.1);border-radius:999px;padding:.3rem .85rem;font-size:.6875rem;font-weight:700}.blog-detail__read-badge{color:var(--muted-foreground);background:var(--muted);border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .85rem;font-size:.6875rem;font-weight:600;display:inline-flex}.blog-detail__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800;line-height:1.15}.blog-detail__excerpt{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.blog-detail__meta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.blog-detail__author-info{align-items:center;gap:.75rem;display:flex}.blog-detail__author-avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.125rem;font-weight:700;display:flex}.blog-detail__author-name{color:var(--foreground);font-size:.9375rem;font-weight:700}.blog-detail__author-role{color:var(--muted-foreground);font-size:.8125rem}.blog-detail__date-label{color:var(--muted-foreground);align-items:center;gap:.375rem;font-size:.8125rem;display:inline-flex}.blog-detail__cover{border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-lg);margin-bottom:2.5rem;overflow:hidden}.blog-detail__cover-img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.blog-toc{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2.5rem;padding:1.5rem 1.75rem}.blog-toc__title{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-size:.8125rem;font-weight:700}.blog-toc__list{counter-reset:toc-counter;margin:0;padding:0;list-style:none}.blog-toc__item{counter-increment:toc-counter;margin-bottom:.5rem}.blog-toc__item:last-child{margin-bottom:0}.blog-toc__link{color:var(--foreground);align-items:baseline;gap:.75rem;padding:.375rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.blog-toc__link:before{content:counter(toc-counter, decimal-leading-zero);color:var(--primary);min-width:1.5rem;font-size:.75rem;font-weight:700}.blog-toc__link:hover{color:var(--primary)}.blog-detail__content{margin-bottom:3rem}.blog-detail__section{margin-bottom:2.5rem;scroll-margin-top:5rem}.blog-detail__section-heading{color:var(--foreground);border-left:3px solid var(--primary);margin-bottom:1rem;padding-left:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.blog-detail__section-body{color:var(--foreground);font-size:1.0625rem;line-height:1.85}.blog-detail__section-body p{margin-bottom:1.25rem}.blog-detail__section-body p:last-child{margin-bottom:0}.blog-detail__section-body strong{color:var(--foreground);font-weight:700}.blog-share{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 0;display:flex}.blog-share__label{color:var(--foreground);font-size:.9375rem;font-weight:700}.blog-share__buttons{gap:.5rem;display:flex}.blog-share__button{border:1px solid var(--border);background:var(--background);width:2.5rem;height:2.5rem;color:var(--muted-foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.blog-share__button:hover{border-color:var(--primary);color:var(--primary);transform:scale(1.1)}.blog-share__button--primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.blog-share__button--primary:hover{color:var(--primary-foreground);background:#eb6c4e;background:lab(61.4763% 48.6556 41.5002)}.blog-author-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:1.25rem;margin-bottom:3rem;padding:2rem;display:flex}.blog-author-card__avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.5rem;font-weight:700;display:flex}.blog-author-card__info{flex:1}.blog-author-card__label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.blog-author-card__name{color:var(--foreground);margin-bottom:.125rem;font-size:1.125rem;font-weight:700}.blog-author-card__role{color:var(--muted-foreground);font-size:.875rem}.blog-detail__related{margin-bottom:2rem}.blog-detail__related-title{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.blog-detail__related-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.blog-related__card{background:var(--background);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.blog-related__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.blog-related__card-image{aspect-ratio:16/10;overflow:hidden}.blog-related__card-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.blog-related__card:hover .blog-related__card-img{transform:scale(1.06)}.blog-related__card-body{padding:1.25rem;position:relative}.blog-related__card-category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.6875rem;font-weight:700;display:block}.blog-related__card-title{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.9375rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.blog-related__card-footer{justify-content:space-between;align-items:center;display:flex}.blog-related__card-author{color:var(--foreground);font-size:.75rem;font-weight:600}.blog-related__card-read{color:var(--muted-foreground);font-size:.6875rem}.blog-related__card-arrow{background:var(--primary);width:2rem;height:2rem;color:var(--primary-foreground);opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .25s,transform .25s;display:flex;position:absolute;bottom:1.25rem;right:1.25rem;transform:translate(-4px)}.blog-related__card:hover .blog-related__card-arrow{opacity:1;transform:translate(0)}@media (max-width:768px){.blog-detail__container{padding:5rem 1rem 3rem}.blog-detail__title{font-size:1.75rem}.blog-detail__excerpt{font-size:1rem}.blog-detail__meta{flex-direction:column;align-items:flex-start}.blog-detail__section-heading{font-size:1.25rem}.blog-detail__section-body{font-size:1rem}.blog-detail__related-grid{grid-template-columns:1fr}.blog-author-card{text-align:center;flex-direction:column}}
