*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);min-height:100vh;color:#fff;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:15px 30px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #667eea4d;font-family:inherit}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #667eea66}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:none}.btn-secondary:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.image-upload{border:2px dashed rgba(255,255,255,.3);border-radius:15px;padding:30px;text-align:center;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.05);color:#fff}.image-upload:hover{border-color:#667eea;background:rgba(102,126,234,.1)}.image-upload.dragover{border-color:#667eea;background:rgba(102,126,234,.15)}.clothing-grid{display:grid;grid-template-columns:1fr;gap:15px;margin:15px 0}.clothing-item{border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.clothing-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000004d;border-color:#667eea80}.clothing-item.selected{border-color:#667eea;box-shadow:0 0 0 2px #667eea4d;background:rgba(102,126,234,.1)}.clothing-item img{width:100%;height:120px;object-fit:cover}.clothing-item .clothing-info{padding:15px;background:rgba(255,255,255,.05)}.clothing-item .clothing-info h4{color:#fff;margin-bottom:5px;font-size:14px}.clothing-item .clothing-info p{color:#b0b0b0;font-size:12px}.clothing-grid-horizontal{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:15px 0}.clothing-item-horizontal{border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);min-height:140px}.clothing-item-horizontal:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d;border-color:#667eea80}.clothing-item-horizontal.selected{border-color:#667eea;box-shadow:0 0 0 2px #667eea4d;background:rgba(102,126,234,.1)}.clothing-item-horizontal img{width:100%;height:80px;object-fit:cover}.clothing-item-horizontal .clothing-info-horizontal{padding:10px;background:rgba(255,255,255,.05)}.clothing-item-horizontal .clothing-info-horizontal h4{color:#fff;margin-bottom:3px;font-size:12px;font-weight:600}.clothing-item-horizontal .clothing-info-horizontal p{color:#b0b0b0;font-size:10px;line-height:1.2}.clothing-grid-vertical{display:flex;flex-direction:column;gap:20px;margin:20px 0}.clothing-item-vertical{border:2px solid transparent;border-radius:15px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.clothing-item-vertical:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000004d;border-color:#667eea80}.clothing-item-vertical.selected{border-color:#667eea;box-shadow:0 0 0 3px #667eea4d;background:rgba(102,126,234,.1)}.clothing-image-large{width:100%;height:300px;object-fit:contain;background:rgba(255,255,255,.05);border-radius:8px 8px 0 0}.clothing-item-vertical .clothing-info-vertical{padding:15px;background:rgba(255,255,255,.05)}.clothing-item-vertical .clothing-info-vertical h4{color:#fff;margin-bottom:8px;font-size:16px;font-weight:600}.clothing-item-vertical .clothing-info-vertical p{color:#b0b0b0;font-size:14px;line-height:1.4}.cta-section{text-align:center;margin:40px 0}.cta-title{font-size:1.8rem;margin-bottom:15px}.cta-subtitle{font-size:1.1rem;opacity:.9;margin-bottom:25px}.feature-highlights{display:flex;flex-direction:column;gap:15px;max-width:500px;margin:25px auto}.feature{display:flex;align-items:center;gap:12px;font-size:.95rem;text-align:left}.feature-icon{font-size:1.2rem;min-width:20px}.cta-note{font-size:.8rem;opacity:.7;margin-top:15px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.result-image{max-width:100%;border-radius:15px;box-shadow:0 20px 40px #0000004d}.success-message{background:linear-gradient(135deg,rgba(76,175,80,.2),rgba(69,160,73,.2));color:#fff;padding:25px;border-radius:15px;text-align:center;font-size:18px;font-weight:600;margin:20px 0;border:1px solid rgba(76,175,80,.3)}.error-message{background:rgba(255,107,107,.2);color:#fff;padding:20px;border-radius:15px;text-align:center;margin:20px 0;border:1px solid rgba(255,107,107,.3)}.sidebar-section{background:rgba(255,255,255,.03);border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid rgba(255,255,255,.05)}.sidebar-section h2{color:#667eea;font-size:1.1rem;margin-bottom:15px;font-weight:600}.content-area{background:rgba(255,255,255,.02);border-radius:15px;padding:30px;margin:20px;border:1px solid rgba(255,255,255,.05)}.welcome-screen{text-align:center;padding:60px 20px}.welcome-screen .icon{font-size:4rem;margin-bottom:20px}.welcome-screen h2{color:#fff;font-size:2rem;margin-bottom:15px}.welcome-screen p{color:#b0b0b0;font-size:1.1rem;margin-bottom:30px}.step-cards{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.step-card{background:rgba(255,255,255,.05);padding:25px;border-radius:15px;border:1px solid rgba(255,255,255,.1);text-align:center;min-width:120px;transition:all .3s ease}.step-card .icon{font-size:2.5rem;margin-bottom:15px}.step-card p{color:#b0b0b0;font-size:14px}.app-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff}.main-content{flex:1;display:flex;flex-direction:column;padding:20px;max-width:100%;margin:0 auto}.step-container{flex:1;display:flex;flex-direction:column;max-width:600px;margin:0 auto;width:100%;padding:20px 0}.step-header{text-align:center;margin-bottom:30px;position:relative;display:flex;align-items:center;justify-content:center;min-height:60px}.step-title{font-size:28px;font-weight:700;color:#fff;margin:0;text-align:center;flex:1}.step-footer{margin-top:30px;text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.back-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 15px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:100px}.back-btn:hover{background:rgba(255,255,255,.2)}.welcome-step{text-align:center}.app-title-text{font-size:36px;font-weight:800;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}.app-subtitle{font-size:16px;color:#ffffffb3;margin-bottom:30px}.welcome-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.cta-header{text-align:center;margin-bottom:10px}.cta-header .cta-title{margin-bottom:15px}.cta-header .cta-subtitle{margin-bottom:0}.cta-action{text-align:center;margin-top:10px}.share-btn{position:relative}.share-btn:hover:after{content:"🌐 Laat vrienden het proberen!";position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background:rgba(0,0,0,.8);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;pointer-events:none}.welcome-icon{font-size:80px;margin-bottom:20px}.welcome-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:15px}.welcome-text{font-size:18px;color:#fffc;line-height:1.6;margin-bottom:30px;max-width:400px}.step-cards{display:flex;flex-direction:column;gap:15px;margin-bottom:30px;width:100%;max-width:300px}.step-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:20px;display:flex;align-items:center;gap:15px;transition:all .3s ease}.step-card:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}.step-icon{font-size:24px;width:40px;text-align:center}.step-card p{font-size:16px;font-weight:600;color:#fff;margin:0}.start-btn{font-size:18px;padding:18px 40px;border-radius:15px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 8px 25px #667eea4d}.clothing-step{gap:20px}.selected-clothing-preview{background:rgba(255,255,255,.1);border-radius:12px;padding:20px;margin-bottom:20px}.selected-clothing-preview h3{font-size:18px;color:#fff;margin-bottom:15px;text-align:center}.clothing-preview{display:flex;flex-direction:column;align-items:center;gap:10px}.clothing-preview-img{width:120px;height:120px;object-fit:cover;border-radius:8px;border:2px solid rgba(255,255,255,.2)}.clothing-name{font-size:16px;color:#fff;font-weight:600;text-align:center}.photo-step{gap:20px}.processing-step{text-align:center}.processing-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.processing-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:10px}.processing-text{font-size:16px;color:#fffc;margin-bottom:30px}.processing-preview{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:20px}.preview-item{display:flex;flex-direction:column;align-items:center;gap:10px}.preview-img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:2px solid rgba(255,255,255,.2)}.preview-arrow{font-size:24px;color:#fff9}.result-step,.error-step{text-align:center}.error-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.error-icon{font-size:60px;margin-bottom:20px}.error-message-text{font-size:18px;color:#ffffffe6;line-height:1.6;max-width:400px}.step-actions{margin-top:30px;display:flex;flex-direction:column;gap:15px;align-items:center}.next-btn{font-size:16px;padding:15px 30px;border-radius:12px}.clothing-grid-horizontal{display:grid;grid-template-columns:1fr;gap:15px;margin:20px 0}.clothing-item-horizontal{background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:15px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:15px}.clothing-item-horizontal:hover{background:rgba(255,255,255,.15);border-color:#667eea;transform:translateY(-2px)}.clothing-item-horizontal.selected{border-color:#667eea;background:rgba(102,126,234,.2);box-shadow:0 8px 25px #667eea4d}.clothing-item-horizontal img{width:80px;height:80px;border-radius:8px;object-fit:cover}.clothing-info-horizontal{flex:1}.clothing-info-horizontal h4{font-size:16px;font-weight:600;color:#fff;margin-bottom:5px}.clothing-info-horizontal p{font-size:14px;color:#ffffffb3;margin:0}.clothing-instructions{font-size:16px;color:#fffc;text-align:center;margin-bottom:20px}.clothing-selected{background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3);border-radius:8px;padding:12px;text-align:center;margin-top:15px}.clothing-selected-text{color:#4caf50;font-weight:600;margin:0}@media (min-width: 768px){.main-content{padding:40px}.step-container{max-width:700px;padding:40px 0}.step-header{min-height:70px}.step-title{font-size:32px}.back-btn{font-size:16px;padding:12px 18px;min-width:120px}.clothing-image-large{height:350px}.welcome-title{font-size:36px}.welcome-text{font-size:20px}.step-cards{flex-direction:row;max-width:600px}.step-card{flex:1}.clothing-grid-horizontal{grid-template-columns:1fr 1fr;gap:20px}.clothing-item-horizontal img{width:100px;height:100px}.processing-preview{gap:30px}.preview-img{width:100px;height:100px}.step-actions{flex-direction:row;justify-content:center}}@media (min-width: 1024px){.step-container{max-width:800px}.app-title-text{font-size:48px}.welcome-icon{font-size:100px}}.step-card:hover{background:rgba(255,255,255,.08);transform:translateY(-5px)}.step-icon{font-size:2rem;margin-bottom:10px}.error-container{background:rgba(255,107,107,.2);border:1px solid #ff6b6b;border-radius:10px;padding:15px;margin-bottom:20px}.error-title{color:#ff6b6b;margin-bottom:10px}.error-message-text{font-size:14px;color:#ffb3b3;margin-bottom:10px}.processing-container{background:rgba(102,126,234,.2);border:1px solid #667eea;border-radius:10px;padding:20px;text-align:center}.processing-title{color:#667eea;margin-bottom:10px}.processing-text{font-size:14px;color:#b0b0b0}.reset-btn{width:100%;margin-top:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}.footer{background:rgba(0,0,0,.3);border-top:1px solid rgba(255,255,255,.1);padding:15px 30px;text-align:center;font-size:12px;color:#b0b0b0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-disclaimer{margin:0;line-height:1.4}.footer-copyright{margin:5px 0 0;font-size:11px;color:#888}.footer-link{color:#667eea;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 1200px){.sidebar{width:350px}.btn{padding:12px 25px;font-size:15px}.image-upload{padding:25px}}@media (max-width: 768px){.main-content{flex-direction:column}.sidebar{width:100%;height:auto;max-height:60vh;padding:20px}.content-area{margin:10px;padding:20px}.step-header{min-height:50px}.step-title{font-size:24px}.back-btn{font-size:13px;padding:8px 12px;min-width:90px}.clothing-image-large{height:250px}.step-cards{gap:15px}.step-card{min-width:100px;padding:20px}.clothing-grid-horizontal{grid-template-columns:1fr}.clothing-item-horizontal{min-height:120px}.clothing-item-horizontal img{height:70px}.btn{padding:12px 20px;font-size:14px}.image-upload{padding:20px}.welcome-screen{padding:40px 15px}.welcome-title{font-size:1.5rem}.welcome-text{font-size:1rem}.app-title-text{font-size:2rem}}@media (max-width: 480px){body{overflow-x:hidden}.sidebar{padding:15px;max-height:50vh}.content-area{margin:5px;padding:15px}.step-header{min-height:45px}.step-title{font-size:20px}.back-btn{font-size:12px;padding:6px 10px;min-width:70px}.clothing-image-large{height:200px}.btn{padding:10px 16px;font-size:13px;border-radius:8px}.image-upload{padding:15px;border-radius:10px}.clothing-grid-horizontal{gap:8px;margin:10px 0}.clothing-item-horizontal{min-height:100px;border-radius:8px}.clothing-item-horizontal img{height:60px}.clothing-item-horizontal .clothing-info-horizontal{padding:8px}.clothing-item-horizontal .clothing-info-horizontal h4{font-size:11px}.clothing-item-horizontal .clothing-info-horizontal p{font-size:9px}.welcome-screen{padding:30px 10px}.welcome-icon{font-size:3rem}.welcome-title{font-size:1.3rem}.welcome-text{font-size:.9rem}.step-cards{gap:10px}.step-card{min-width:80px;padding:15px;border-radius:10px}.step-icon{font-size:1.8rem}.step-card p{font-size:12px}.spinner{width:30px;height:30px;border-width:2px}.success-message,.error-message{padding:15px;font-size:14px;border-radius:10px}.sidebar-section{padding:15px;border-radius:10px}.section-title{font-size:1rem}.app-title-text{font-size:1.8rem}.footer{padding:10px 15px}.footer-disclaimer{font-size:11px}.footer-copyright{font-size:10px}}@media (max-width: 360px){.sidebar,.content-area{padding:10px}.step-header{min-height:40px}.step-title{font-size:18px}.back-btn{font-size:11px;padding:5px 8px;min-width:60px}.clothing-image-large{height:180px}.btn{padding:8px 12px;font-size:12px}.image-upload{padding:12px}.welcome-screen{padding:20px 8px}.welcome-title{font-size:1.1rem}.step-card{min-width:70px;padding:12px}.step-icon{font-size:1.5rem}.step-card p{font-size:11px}.app-title-text{font-size:1.5rem}}@media (max-height: 500px) and (orientation: landscape){.sidebar{max-height:40vh;padding:10px}.content-area{padding:15px}.welcome-screen{padding:20px 15px}.welcome-icon{font-size:2rem}.welcome-title{font-size:1.2rem}.step-cards{gap:8px}.step-card{padding:12px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.btn{border-radius:6px}.image-upload{border-radius:8px}.clothing-item-horizontal{border-radius:6px}}@media (hover: none) and (pointer: coarse){.btn:hover,.clothing-item-horizontal:hover,.step-card:hover{transform:none}.btn{min-height:44px}.clothing-item-horizontal{min-height:120px}}.loading-container{text-align:center;padding:20px}.loading-text{color:#b0b0b0;font-size:14px}.clothing-instructions{margin-bottom:15px;color:#b0b0b0;font-size:14px}.clothing-selected{margin-top:15px;padding:12px;background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.3);border-radius:8px;text-align:center}.clothing-selected-text{color:#667eea;font-weight:600;font-size:14px}.upload-instructions{margin-bottom:15px;color:#b0b0b0;font-size:14px}.upload-icon{font-size:3rem;margin-bottom:15px}.upload-title{font-size:16px;margin-bottom:10px}.upload-subtitle{color:#b0b0b0;margin-bottom:15px;font-size:14px}.upload-formats{font-size:12px;color:#888}.uploaded-photo-container{text-align:center}.uploaded-photo{max-width:100%;max-height:150px;border-radius:12px;margin-bottom:15px;border:2px solid rgba(255,255,255,.1)}.upload-success{color:#667eea;font-weight:600;margin-bottom:12px;font-size:14px}.change-photo-btn{font-size:14px;padding:10px 20px}@media (max-width: 768px){.upload-icon{font-size:2.5rem}.upload-title{font-size:15px}.upload-subtitle{font-size:13px}.uploaded-photo{max-height:120px}.clothing-selected{padding:10px}.clothing-selected-text{font-size:13px}}@media (max-width: 480px){.upload-icon{font-size:2rem}.upload-title{font-size:14px}.upload-subtitle{font-size:12px}.uploaded-photo{max-height:100px}.clothing-selected{padding:8px}.clothing-selected-text{font-size:12px}.loading-text,.clothing-instructions,.upload-instructions{font-size:13px}}.result-display{text-align:center}.result-image-container{margin-bottom:30px}.demo-note{margin-bottom:30px;padding:15px;background:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.3);border-radius:10px;font-size:14px;color:#ffc107}.action-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.suggestions{margin-top:30px;padding:20px;background:rgba(255,255,255,.05);border-radius:15px;border:1px solid rgba(255,255,255,.1)}.suggestions h4{margin-bottom:15px;color:#667eea}.suggestions ul{text-align:left;color:#b0b0b0;list-style:none;padding:0}.suggestions li{margin-bottom:8px;padding-left:20px;position:relative}.suggestions li:before{content:"•";color:#667eea;position:absolute;left:0}.timestamp{margin-top:20px;padding:10px;background:rgba(255,255,255,.05);border-radius:10px;font-size:12px;color:#888;border:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.action-buttons{gap:10px}.suggestions{padding:15px}.prompt-text,.demo-note,.api-response{padding:12px;font-size:13px}.api-response-code{font-size:11px;padding:8px}}@media (max-width: 480px){.action-buttons{flex-direction:column;gap:8px}.action-buttons .btn{width:100%}.suggestions{padding:12px}.suggestions h4{font-size:14px}.suggestions li{font-size:13px}.prompt-text,.demo-note,.api-response{padding:10px;font-size:12px}.api-response-code{font-size:10px;padding:6px}.timestamp{font-size:11px;padding:8px}}.processor-button-container{text-align:center;margin-bottom:20px}.processor-button{width:100%;font-size:18px;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.processor-button-disabled{background:linear-gradient(135deg,#666,#999);opacity:.6;cursor:not-allowed}.processor-info{margin-top:20px;padding:15px;background:rgba(255,255,255,.05);border-radius:12px;text-align:center}.processor-info-text{color:#b0b0b0;font-size:14px;line-height:1.5}.processor-info-highlight{color:#667eea;font-weight:500}.processor-warning{margin-top:15px;padding:12px;background:rgba(255,193,7,.1);border-radius:8px;border:1px solid rgba(255,193,7,.3);text-align:center}.processor-warning-text{font-size:13px;color:#ffc107;margin:0;line-height:1.4}@media (max-width: 768px){.processor-preview-images{gap:15px}.processor-image,.processor-result-placeholder{width:80px;height:80px}.processor-operator{font-size:20px}.processor-button{font-size:16px;padding:18px}.processor-preview-title{font-size:15px}.processor-info-text{font-size:13px}.processor-warning-text{font-size:12px}}@media (max-width: 480px){.processor-preview-images{gap:10px;flex-direction:column}.processor-image,.processor-result-placeholder{width:70px;height:70px}.processor-operator{font-size:18px}.processor-button{font-size:14px;padding:15px}.processor-preview-title{font-size:14px}.processor-image-label{font-size:11px}.processor-info-text{font-size:12px}.processor-warning-text{font-size:11px}}.hero-image-container{position:relative;margin:30px auto;max-width:600px;width:100%;text-align:center;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px #0000004d;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.hero-image{width:100%;height:auto;display:block;transition:transform .3s ease;max-width:100%;object-fit:contain}.hero-image-container:hover .hero-image{transform:scale(1.02)}.hero-image-overlay{position:absolute;top:15px;right:15px;z-index:10}.hero-badge{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #667eea66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.hero-image-container{margin:20px auto;max-width:90%;border-radius:15px}.hero-badge{font-size:10px;padding:6px 12px;top:10px;right:10px}}@media (max-width: 480px){.hero-image-container{margin:15px auto;max-width:95%;border-radius:12px;box-shadow:0 10px 25px #0003}.hero-badge{font-size:9px;padding:5px 10px;top:8px;right:8px}.hero-image-container:hover .hero-image{transform:none}}@media (max-width: 360px){.hero-image-container{margin:10px auto;border-radius:10px}.hero-badge{display:none}}@media (max-width: 768px){.welcome-content{gap:20px}.cta-header .cta-title{font-size:24px}.cta-header .cta-subtitle{font-size:16px}}@media (max-width: 480px){.welcome-content{gap:15px;padding:0 10px}.cta-header .cta-title{font-size:20px;margin-bottom:10px}.cta-header .cta-subtitle{font-size:14px}.feature-highlights{gap:15px}.feature{font-size:14px}}.hero-image-fallback{display:flex;align-items:center;justify-content:center;min-height:250px;background:rgba(255,255,255,.05);border-radius:15px}.fallback-content{text-align:center;color:#fffc}.fallback-icon{font-size:60px;margin-bottom:15px;display:block}.fallback-content p{font-size:18px;font-weight:600;margin-bottom:5px}.fallback-subtitle{font-size:14px!important;opacity:.7;font-weight:400!important}
