/* ExplainItSimply final logo and header correction */
html{scroll-behavior:smooth}
.header-inner{min-height:88px!important;height:88px!important;gap:20px!important}
.logo-brand{display:flex!important;align-items:center!important;flex:0 0 280px!important;max-width:280px!important;overflow:hidden!important}
.site-logo{display:block!important;width:280px!important;height:78px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important}
.nav.mega-nav{min-width:0!important;flex:1 1 auto!important}
.eits-sidebar{position:sticky;top:110px;align-self:start}
.back-to-top{transition:opacity .25s ease,transform .25s ease}
.back-to-top:hover{transform:translateY(-3px)}
@media(max-width:1200px){
 .header-inner{min-height:80px!important;height:80px!important;gap:12px!important}
 .logo-brand{flex-basis:225px!important;max-width:225px!important}
 .site-logo{width:225px!important;height:68px!important}
}
@media(max-width:900px){
 .header-inner{min-height:76px!important;height:76px!important}
 .logo-brand{flex-basis:auto!important;max-width:235px!important}
 .site-logo{width:225px!important;height:64px!important}
 .eits-sidebar{position:static!important}
}
@media(max-width:420px){
 .logo-brand{max-width:205px!important}
 .site-logo{width:195px!important;height:58px!important}
}


/* Final content and founder polish */
.eits-why-panel{padding:clamp(28px,5vw,64px);border-radius:30px;background:linear-gradient(135deg,#f8fbff,#fff7ed);border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 70px rgba(15,23,42,.08)}
.eits-why-panel>p{max-width:980px;font-size:1.06rem;line-height:1.85;color:#475569}.eits-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:28px 0}.eits-why-grid article{padding:24px;border-radius:20px;background:#fff;border:1px solid #e5e7eb}.eits-why-grid h3{margin-top:0}.eits-why-panel blockquote{margin:28px 0;padding:24px;border-left:5px solid #f97316;background:#fff;border-radius:0 18px 18px 0;font-family:Fraunces,serif;font-size:clamp(1.25rem,2.5vw,1.75rem);color:#0f172a}
.author-showcase{position:relative;min-height:620px;overflow:hidden;background:#081426}.author-showcase-slide{position:absolute;inset:0;opacity:0;visibility:hidden;background-size:cover;background-position:center;transition:opacity .7s ease,visibility .7s}.author-showcase-slide.active{opacity:1;visibility:visible}.author-showcase-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,28,.92) 0%,rgba(3,12,28,.72) 48%,rgba(3,12,28,.32) 100%)}.author-showcase-copy{position:relative;z-index:2;color:#fff;padding-top:clamp(120px,16vw,190px);padding-bottom:110px}.author-showcase-copy h1,.author-showcase-copy h2{max-width:900px;color:#fff;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.03;margin:16px 0 22px}.author-showcase-copy p{max-width:790px;color:rgba(255,255,255,.92);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.75}.author-showcase-prev,.author-showcase-next{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(3,12,28,.55);color:#fff;font-size:24px;cursor:pointer}.author-showcase-prev{left:20px}.author-showcase-next{right:20px}.author-showcase-dots{position:absolute;z-index:4;bottom:28px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.author-showcase-dots button{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer}.author-showcase-dots button.active{width:30px;border-radius:999px;background:#f97316}
@media(max-width:900px){.eits-why-grid{grid-template-columns:1fr}.author-showcase{min-height:700px}.author-showcase-copy{padding:130px 58px 100px 24px}.author-showcase-prev{left:8px}.author-showcase-next{right:8px}.author-showcase-prev,.author-showcase-next{top:auto;bottom:22px;width:42px;height:42px}.author-showcase-dots{bottom:36px}}
