.hero-section{background:radial-gradient(circle,#ddbea91a 0%,#0000 70%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.hero-section:before,.hero-section:after{content:"";filter:blur(100px);z-index:-1;border-radius:50%;position:absolute}.hero-section:before{background:var(--accent-gold);opacity:.25;width:500px;height:500px;top:-150px;right:-100px}.hero-section:after{background:var(--primary-color);opacity:.15;width:600px;height:600px;bottom:-200px;left:-200px}.hero-content{text-align:center;z-index:1;max-width:900px}.hero-title{letter-spacing:-2px;background:linear-gradient(to right,var(--text-main),var(--accent-gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.1}.hero-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:400}.cta-group{justify-content:center;gap:1rem;display:flex}.btn-primary{background:var(--primary-color);color:#fff;border-radius:3rem;padding:1rem 2rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #2d6a4f59}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 8px 25px #2d6a4f80}.btn-secondary{color:var(--text-main);border:1px solid var(--text-main);background:0 0;border-radius:3rem;padding:1rem 2rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:var(--text-main);color:var(--bg-color)}.benefits-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.benefit-card{text-align:left;padding:2.5rem;transition:transform .3s}.benefit-card:hover{transform:translateY(-10px)}.benefit-icon{color:var(--primary-color);justify-content:flex-start;align-items:center;margin-bottom:1.5rem;display:flex}.benefit-card h3{margin-bottom:1rem;font-size:1.25rem}.benefit-card p{color:var(--text-muted);font-size:.95rem}.latest-articles-section{padding-top:5rem;padding-bottom:5rem}.latest-articles-section .blog-card{flex-direction:column;height:100%;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.latest-articles-section .blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0b3d2e1f}.latest-articles-section .blog-date{text-transform:uppercase;color:var(--primary-color);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.store-cta-section{padding-top:6rem;padding-bottom:6rem}.store-cta-bg{z-index:0;background:radial-gradient(circle at 50% 120%,#2d6a4f33,#0000 70%);position:absolute;inset:0}
