@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--primary:#d32f2f;--primary-dark:#b71c1c;--primary-light:#ef5350;--accent:#ff8f00;--accent-light:#ffb300;--bg-primary:#fafafa;--bg-secondary:#fff;--bg-tertiary:#f5f5f5;--bg-dark:#1a1a1a;--text-primary:#212121;--text-secondary:#616161;--text-muted:#9e9e9e;--text-light:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000026;--radius-sm:.6rem;--radius-md:1rem;--radius-lg:1.4rem;--radius-xl:2rem;--radius-full:50rem;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease;--section-padding:6rem 2rem;--section-padding-mobile:4rem 1.6rem}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}html{scroll-behavior:smooth;font-size:56.25%}@media (max-width:37.5em){html{font-size:56.25%}}@media (min-width:37.5em) and (max-width:56.25em){html{font-size:52%}}@media (min-width:56.25em) and (max-width:75em){html{font-size:56.25%}}@media (min-width:75em){html{font-size:62.5%}}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;position:relative;overflow-x:hidden}@media (max-width:37.5em){body{padding-bottom:6rem}}@media (min-width:37.5em) and (max-width:56.25em){body{padding-bottom:6rem}}a{color:inherit;text-decoration:none;transition:color .2s}::selection{background-color:var(--primary);color:#fff}.container{width:100%;max-width:110rem;margin:0 auto;padding:0 2rem}@media (max-width:37.5em){.container{padding:0 1.6rem}}.row{flex-wrap:wrap;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.bgImg{image-rendering:-webkit-optimize-contrast;background-position:50%;background-repeat:no-repeat;background-size:cover}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1.3rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--text-light);box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-lg);background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--bg-tertiary)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.btn-accent{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);color:var(--text-light);box-shadow:var(--shadow-md)}.btn-accent:hover{box-shadow:var(--shadow-lg)}.card{background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #ffffff4d}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--text-primary);margin-bottom:.8rem;font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:700}@media (max-width:37.5em){.section-title h2{font-size:2rem}}.section-title p{color:var(--text-secondary);max-width:45rem;margin:0 auto;font-size:1.4rem}@media (max-width:37.5em){.section-title p{font-size:1.3rem}}.floating-cart-btn{cursor:pointer;width:5rem;height:5rem;color:var(--text-light);background:var(--primary);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);z-index:100;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;font-size:2rem;display:flex;position:fixed;bottom:8rem;right:1.6rem}.floating-cart-btn:hover{background:var(--primary-dark);box-shadow:var(--shadow-xl);transform:translateY(-3px)scale(1.05)}.floating-cart-btn:active{transform:translateY(0)scale(.98)}@media (max-width:37.5em){.floating-cart-btn{width:4.5rem;height:4.5rem;font-size:1.8rem;bottom:7.5rem;right:1.2rem}}.floating-cart-badge{background:var(--accent);color:#fff;border-radius:var(--radius-full);min-width:2rem;height:2rem;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:0 .5rem;font-size:1.1rem;font-weight:700;animation:.3s badge-bounce;display:flex;position:absolute;top:-.4rem;right:-.4rem}@media (max-width:37.5em){.floating-cart-badge{min-width:1.8rem;height:1.8rem;font-size:1rem}}@keyframes badge-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fadeInUp{animation:.6s forwards fadeInUp}.animate-fadeIn{animation:.5s forwards fadeIn}.heading-1{font-family:Outfit,sans-serif;font-size:3.6rem;font-weight:700;line-height:1.2}@media (max-width:37.5em){.heading-1{font-size:2.4rem}}.heading-2{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:600;line-height:1.3}@media (max-width:37.5em){.heading-2{font-size:2rem}}.heading-3{font-family:Outfit,sans-serif;font-size:2rem;font-weight:600;line-height:1.4}@media (max-width:37.5em){.heading-3{font-size:1.6rem}}.body-text{font-size:1.5rem;line-height:1.7}@media (max-width:37.5em){.body-text{font-size:1.4rem}}.register-page{background:var(--bg-primary);justify-content:center;align-items:flex-start;min-height:100vh;padding:4rem 2rem 2rem;display:flex}@media (max-width:37.5em){.register-page{padding:2rem 1.5rem 8rem}}.register-container{width:100%;max-width:500px;animation:.4s ease-out fadeInUp}.register-back{background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.8rem 1.2rem;font-size:1.3rem;font-weight:500;transition:all .2s;display:inline-flex}.register-back:hover{color:var(--primary);background:var(--bg-tertiary)}.register-back svg{font-size:1.4rem}.register-header{text-align:center;margin-bottom:2rem}.register-header h1{color:var(--text-primary);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:700}@media (max-width:37.5em){.register-header h1{font-size:2.2rem}}.register-header p{color:var(--text-secondary);font-size:1.4rem}.register-benefits{border-radius:var(--radius-lg);background:linear-gradient(135deg,#4caf501a,#4caf500d);border:1px solid #4caf5033;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.register-benefits .benefit-item{flex:1;align-items:flex-start;gap:1rem;display:flex}.register-benefits .benefit-item .benefit-icon{color:#4caf50;flex-shrink:0;font-size:2.4rem}.register-benefits .benefit-item div{flex-direction:column;display:flex}.register-benefits .benefit-item div strong{color:var(--text-primary);margin-bottom:.3rem;font-size:1.3rem}.register-benefits .benefit-item div span{color:var(--text-secondary);font-size:1.15rem;line-height:1.4}@media (max-width:37.5em){.register-benefits{flex-direction:column;gap:1rem}}.register-form{background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}@media (max-width:37.5em){.register-form{padding:1.5rem}}.register-form .turnstile-group{justify-content:center;margin-bottom:1.5rem;display:flex}.register-form .turnstile-container{min-height:65px}.register-form .form-error-global{color:#e53935;border-radius:var(--radius-md);text-align:center;background:#e539351a;margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:1.2rem}.register-form .form-group{margin-bottom:1.5rem}.register-form .form-group label{color:var(--text-primary);margin-bottom:.6rem;font-size:1.25rem;font-weight:500;display:block}.register-form .form-group label .required{color:#e53935}.register-form .form-group input,.register-form .form-group textarea{background:var(--bg-primary);border:2px solid var(--bg-tertiary);border-radius:var(--radius-md);width:100%;color:var(--text-primary);padding:1rem 1.2rem;font-family:inherit;font-size:1.3rem;transition:border-color .2s}.register-form .form-group input::placeholder,.register-form .form-group textarea::placeholder{color:var(--text-muted)}.register-form .form-group input:focus,.register-form .form-group textarea:focus{border-color:var(--primary);outline:none}.register-form .form-group textarea{resize:vertical;min-height:70px}.register-form .form-group .form-hint{color:var(--text-muted);margin-top:.5rem;font-size:1.1rem;display:block}.register-form .form-group .form-error{color:#e53935;margin-top:.5rem;font-size:1.15rem;display:block}.register-form .form-group.has-error input,.register-form .form-group.has-error textarea{background:#e5393508;border-color:#e53935}.register-form .form-section-title{border-top:1px solid var(--bg-tertiary);margin:2rem 0 1.5rem;padding-top:2rem}.register-form .form-section-title h3{color:var(--text-primary);margin-bottom:.3rem;font-size:1.4rem;font-weight:600}.register-form .form-section-title small{color:var(--text-muted);font-size:1.15rem}.register-form .btn-get-location{background:var(--bg-tertiary);border:2px dashed var(--text-muted);border-radius:var(--radius-md);width:100%;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;gap:.6rem;padding:1.2rem;font-size:1.3rem;font-weight:500;transition:all .2s;display:flex}.register-form .btn-get-location:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#d32f2f0d}.register-form .btn-get-location:disabled{opacity:.7;cursor:not-allowed}.register-form .btn-get-location svg{font-size:1.6rem}.register-form .btn-get-location .spin{animation:1s linear infinite spin}.register-form .location-picker-container{border:2px solid var(--bg-tertiary);border-radius:var(--radius-md);background:var(--bg-primary);padding:.5rem}.register-form .location-picker-container .map-instruction{border-radius:var(--radius-sm);color:#1565c0;background:#e3f2fd;align-items:center;gap:.6rem;margin-bottom:.5rem;padding:.8rem 1rem;font-size:1.1rem;display:flex}.register-form .location-picker-container .map-instruction svg{flex-shrink:0;font-size:1.3rem}.register-form .location-picker-container .btn-reset-location{border:1px solid var(--primary);border-radius:var(--radius-sm);width:100%;color:var(--primary);cursor:pointer;background:#fff;margin-top:.5rem;padding:.8rem;font-size:1.1rem;font-weight:500;transition:all .2s}.register-form .location-picker-container .btn-reset-location:hover{background:#d32f2f0d}.register-form .btn-register{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:1.4rem;font-size:1.4rem;font-weight:600;display:flex}.register-form .btn-register:disabled{opacity:.7;cursor:not-allowed}.register-form .btn-register .spin{animation:1s linear infinite spin}.register-form .register-login-link{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:1.25rem}.register-form .register-login-link a{color:var(--primary);font-weight:600;text-decoration:none}.register-form .register-login-link a:hover{text-decoration:underline}.register-success{text-align:center;background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);max-width:450px;margin:0 auto;padding:4rem 2rem}.register-success .success-icon{color:#4caf50;margin-bottom:1.5rem;font-size:6rem}.register-success h2{color:var(--text-primary);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.2rem}.register-success p{color:var(--text-secondary);font-size:1.4rem;line-height:1.6}.map-loading{background:var(--bg-tertiary);border-radius:var(--radius-md);width:100%;height:300px;color:var(--text-secondary);justify-content:center;align-items:center;gap:.8rem;font-size:1.2rem;display:flex}.map-loading .spin{animation:1s linear infinite spin}.info-notice{border-radius:var(--radius-lg);text-align:left;background:linear-gradient(135deg,#ffc10726,#ff98001a);border:1px solid #ff980066;margin:2rem 0;padding:1.5rem 2rem}.info-notice p{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;line-height:1.6}.info-notice p:last-child{margin-bottom:0}.info-notice p strong{color:#e65100}.info-notice .notice-benefit{color:#2e7d32;text-align:center;margin-top:1rem;margin-bottom:0;font-size:1.3rem;font-weight:500}.success-main{margin-bottom:.5rem;color:var(--text-primary)!important;font-size:1.5rem!important}.success-note{margin-bottom:1.5rem;color:var(--text-muted)!important;font-size:1.2rem!important}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--text-muted);border-radius:var(--radius-md);cursor:pointer;padding:1rem 2rem;font-size:1.3rem;transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--text-secondary)}
