.hero-section{position:relative;background:linear-gradient(135deg,#e8f5e9 0,#f1f8e9 100%);padding:4rem;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:space-between;border-radius:24px;margin:1rem}.hero-content{position:relative;z-index:2;max-width:600px;flex:1;margin:0}.hero-content h1{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:700;color:var(--primary-dark);margin-bottom:1.5rem;line-height:1.3;white-space:nowrap}.hero-content p{font-size:1.1rem;color:var(--text-color);margin-bottom:2rem;line-height:1.6}.text-short{display:none}.text-full{display:inline}.hero-br-sp{display:none}.btn-primary.btn-lg{border:1px solid transparent}.feature-card h3,.warning-text{white-space:nowrap;font-size:.9rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.btn-lg{padding:1rem 2rem;font-size:1.1rem;margin-top:0!important}.hero-image{position:relative;top:auto;right:auto;transform:none;z-index:1;font-size:20rem;opacity:.1;pointer-events:none;user-select:none;flex-shrink:0;margin-left:2rem;display:flex;align-items:center;justify-content:center}@media (max-width:899px){.hero-section{padding:2rem 1rem;text-align:center;flex-direction:column;justify-content:center}.hero-content{margin:0;width:100%;max-width:100%}.hero-content h1{font-size:1.8rem;white-space:normal;margin-bottom:1rem}.hero-content p{font-size:.95rem;line-height:1.8}.warning-text{white-space:normal;font-size:.85rem}.hero-br-sp{display:block}.hero-actions{justify-content:center;gap:.5rem;width:100%}.hero-actions .btn{flex:1;padding:.8rem .5rem;white-space:nowrap;font-size:.9rem}.btn-primary{background-color:#66bb6a;box-shadow:0 2px 4px rgba(102,187,106,.3)}.btn-primary:hover{background-color:#4caf50}.text-full{display:none}.text-short{display:inline!important}.hero-image{position:absolute;top:20%;right:50%;transform:translateX(50%);font-size:15rem;margin-left:0;z-index:0;opacity:.15}.features-section{grid-template-columns:1fr}}.feature-card,.features-section{box-sizing:border-box;max-width:100%;overflow:hidden}.features-section{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:1.5rem 1rem 4rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:64px;height:64px;background:#e8f5e9;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon .material-symbols-outlined{font-size:32px}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-color);overflow:hidden;text-overflow:ellipsis}.feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.questionnaire-section{padding:2rem 1rem 4rem;background:#f9f9f9}.section-header{margin-bottom:2rem}.questionnaire-container.card{width:100%;max-width:900px;margin:0 auto;height:66vh;min-height:450px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.progress-wrapper{margin-bottom:0;width:100%}.progress-bar-bg{height:8px;background:#e8f5e9;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:#66bb6a;width:0%;transition:width .3s ease}.step-indicator{margin-top:.25rem;font-size:.8rem;color:#66bb6a;font-weight:700}.step-container,.wizard-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center;min-height:0}.wizard-content{overflow-y:auto}.step-container{width:100%}.step-title{margin-top:1rem;margin-bottom:2rem;font-size:clamp(1.4rem,4vw,2.5rem);white-space:nowrap;text-align:center;color:var(--text-color);max-width:100%;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.tags-list,.tags-selection-area{display:flex;justify-content:center}.tags-selection-area{flex-direction:column;padding:0 .5rem;overflow-y:auto;max-height:100%}.tags-list{flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag-label{font-size:clamp(.75rem,1.5vw,1rem);padding:clamp(.4rem,1vw,.8rem) clamp(.8rem,1.5vw,1.2rem);background:#f0f0f0;border-radius:50px;cursor:pointer;transition:all .2s;user-select:none;border:1px solid transparent}.tag-checkbox{display:none}.tag-checkbox:checked+.tag-label{background:#e8f5e9;color:#2e7d32;border-color:#66bb6a;font-weight:700}.wizard-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;flex-shrink:0}.btn-prev{background:#f5f5f5;color:#666;border:0;white-space:nowrap}.btn-prev:hover{background:#e0e0e0}.btn-skip{color:#999;text-decoration:underline;font-size:.9rem;white-space:nowrap;padding:0 1rem}.btn-skip:hover{color:#666}.btn-next{min-width:auto;padding:.8rem 2rem;white-space:nowrap}.delivery-option,.delivery-preference-area{display:flex;align-items:center;gap:1rem;width:100%}.delivery-preference-area{margin-top:1rem;flex-direction:column}.delivery-option{padding:1rem 1.5rem;border:1px solid #ddd;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff;max-width:400px;box-sizing:border-box}.delivery-option:hover{border-color:#66bb6a;background:#f1f8f4}.delivery-option.selected{background:#e8f5e9;border-color:#66bb6a;box-shadow:0 0 0 2px rgba(102,187,106,.3)}.delivery-option .material-symbols-outlined{font-size:24px;color:#666}.delivery-option.selected .material-symbols-outlined{color:#2e7d32}.delivery-option-content strong{display:block;font-size:1rem;color:var(--text-color);margin-bottom:.2rem}.delivery-option-content p{font-size:.85rem;color:var(--text-muted);margin:0}.products-section{padding:4rem 1rem}.products-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.btn-primary{background-color:#66bb6a!important;box-shadow:0 2px 4px rgba(102,187,106,.3)!important}.btn-primary:hover{background-color:#4caf50!important;box-shadow:0 4px 8px rgba(76,175,80,.4)!important}.feature-icon{color:#66bb6a}.category-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;padding:0 .5rem;box-sizing:border-box}.category-label{font-size:.85rem;color:#999;font-weight:500}.refresh-btn{background:0 0;border:0;color:#999;font-size:.75rem;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;transition:all .2s}.refresh-btn:hover{color:#666;background:#f5f5f5}@media (max-width:899px){.features-section{grid-template-columns:1fr!important}.questionnaire-container.card{height:66vh!important}.step-title{font-size:clamp(1rem,4.5vw,1.4rem);margin-top:0;margin-bottom:.5rem;line-height:1.3;flex-shrink:0}.wizard-navigation{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #eee;min-height:60px;box-sizing:border-box;padding-bottom:0;align-items:center}.step-container{justify-content:center;gap:0}.tags-selection-area{padding:0}.delivery-option{padding:.6rem .8rem;gap:.6rem;margin-bottom:.5rem}.delivery-preference-area{gap:.3rem;margin-top:.5rem}.delivery-option .material-symbols-outlined{font-size:18px}.delivery-option-content strong{font-size:.85rem}.delivery-option-content p{font-size:.7rem}.btn-next,.btn-prev,.btn-skip{height:40px;display:flex;align-items:center;justify-content:center;margin:0;box-sizing:border-box}.btn-next,.btn-prev{padding:0 1.2rem;font-size:.9rem}.btn-skip{padding:0 1rem;font-size:.85rem}}