/* CSS Critique Minimal - Above the fold uniquement */
*{margin:0;padding:0;box-sizing:border-box}
html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#fff;color:#1e293b;overflow-x:hidden}
.hero-section{position:relative;z-index:2;width:100%;min-height:65vh;display:flex;align-items:center;justify-content:center;padding:80px 40px 60px;overflow:hidden;background:linear-gradient(135deg,rgba(15,23,42,.85) 0%,rgba(30,41,59,.9) 100%)}
.hero-content{max-width:1200px;margin:0 auto;width:100%;text-align:center}
.main-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2;margin-bottom:30px;color:#fff}
.subtitle{font-size:clamp(1rem,2vw,1.3rem);color:rgba(255,255,255,.9);margin-bottom:40px;line-height:1.6}
@media (max-width:768px){.hero-section{min-height:55vh;padding:60px 20px 40px}.main-title{font-size:clamp(1.8rem,4vw,2.2rem);line-height:1.3;margin-bottom:20px}}
.container{width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:1rem!important;padding-right:1rem!important}
@media (min-width:640px){.container{padding-left:1.5rem!important;padding-right:1.5rem!important}}
section.relative.min-h-screen>div.container{text-align:center!important}
section.relative.min-h-screen>div.container>div{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
section.relative.min-h-screen h1,section.relative.min-h-screen p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.max-w-5xl{max-width:64rem!important;margin-left:auto!important;margin-right:auto!important;display:block!important}
.max-w-7xl{max-width:80rem!important;margin-left:auto!important;margin-right:auto!important;display:block!important}
.max-w-3xl{max-width:48rem!important;margin-left:auto!important;margin-right:auto!important;display:block!important}

