.hero-section{color:#fff;background-image:url(/hero-bg.jpg);background-position:50%;background-size:cover;background-color:var(--color-primary);align-items:center;height:80vh;min-height:500px;max-height:800px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(#0000004d,#000000b3);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:800px;position:relative}.hero-title{text-shadow:0 2px 4px #0000004d;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--color-primary);font-size:2.5rem}.hero-description{text-shadow:0 1px 2px #00000080;max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}.hero-actions{justify-content:center;gap:1.5rem;display:flex}.btn-secondary{color:#fff;padding:calc(var(--spacing-unit)*1.5)calc(var(--spacing-unit)*3);border-radius:var(--radius-md);cursor:pointer;background-color:#0000;border:2px solid #fff;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{color:var(--color-secondary);background-color:#fff}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.8rem}.hero-actions{flex-direction:column;gap:1rem;padding:0 2rem}.btn{width:100%}}
.quick-guide-section{text-align:center;padding:4rem 2rem}.section-title{color:var(--color-secondary);margin-bottom:.5rem;font-size:2.5rem}.section-subtitle{color:var(--foreground);opacity:.8;margin-bottom:3rem;font-size:1.2rem}.guide-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.guide-card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:2rem;transition:transform .3s;box-shadow:0 4px 6px #0000000d}.guide-card:hover{transform:translateY(-5px)}.icon-wrapper{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.icon-wrapper svg{width:40px;height:40px}.high-fat{color:#fff;background-color:#e8c547}.mod-protein{background-color:var(--color-secondary)}.low-carb{background-color:var(--color-accent)}.guide-card h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.guide-card p{color:var(--foreground);opacity:.8;line-height:1.6}
.transformation-section{background-color:var(--card-bg);padding:4rem 0}.carousel-container{justify-content:center;align-items:center;max-width:800px;margin:0 auto;display:flex;position:relative}.story-card{background:var(--background);border-radius:var(--radius-lg);text-align:center;width:100%;padding:2rem;box-shadow:0 10px 30px #0000001a}.image-compare{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.img-wrapper{border-radius:var(--radius-md);width:150px;height:200px;position:relative;overflow:hidden}.badge{color:#fff;z-index:2;background:#000000b3;border-radius:4px;padding:4px 8px;font-size:.8rem;position:absolute;top:10px;left:10px}.badge.after{background:var(--color-secondary)}.placeholder-img{width:100%;height:100%}.story-content h3{color:var(--foreground);margin-bottom:.5rem}.weight-loss{color:var(--color-accent);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.story-content p{color:var(--foreground);opacity:.9;font-size:1.1rem;font-style:italic}.nav-btn{color:var(--color-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;padding:0 1rem;font-size:3rem}.nav-btn:hover{color:var(--foreground)}.dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.dot{background-color:var(--border-color);cursor:pointer;border-radius:50%;width:10px;height:10px;transition:background-color .2s}.dot.active{background-color:var(--color-secondary)}@media (max-width:600px){.image-compare{flex-direction:column;align-items:center}}
.start-here-section{justify-content:center;padding:4rem 2rem;display:flex}.cta-box{background:linear-gradient(135deg,var(--color-secondary),#15806e);color:#fff;border-radius:var(--radius-lg);text-align:center;width:100%;max-width:900px;padding:4rem;box-shadow:0 15px 30px #1b9b8633}.cta-box h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cta-box p{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.cta-box .btn-primary{color:var(--color-secondary);background-color:#fff}.cta-box .btn-outline{color:#fff;padding:calc(var(--spacing-unit)*1.5)calc(var(--spacing-unit)*3);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:2px solid #fff;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cta-box .btn-outline:hover{background:#ffffff1a}
